@charset "UTF-8";.ge-hero{background:linear-gradient(135deg,var(--ge-gray-50) 0,#e8f0f5 100%);padding:80px 0;overflow:hidden}.ge-hero__title{font-size:2.5rem;line-height:1.2;margin-bottom:20px;color:var(--ge-gray-900)}.ge-hero__subtitle{font-size:1.125rem;color:var(--ge-gray-700);margin-bottom:32px;line-height:1.7}.ge-hero__actions{display:flex;gap:12px;flex-wrap:wrap}.ge-hero__actions .btn-outline-light{color:var(--ge-primary);border-color:var(--ge-primary)}.ge-hero__actions .btn-outline-light:hover{background:var(--ge-primary);color:#fff}.ge-hero__image{text-align:center}.ge-hero__image ai-img,.ge-hero__image img{border-radius:8px;box-shadow:0 12px 40px rgba(0,0,0,.12)}@media (max-width:991px){.ge-hero{padding:48px 0}.ge-hero__title{font-size:1.875rem}.ge-hero__image{margin-top:32px}}@media (max-width:576px){.ge-hero__title{font-size:1.5rem}.ge-hero__actions{flex-direction:column}.ge-hero__actions .btn{width:100%}}.ge-products-preview{background:#fff}.ge-product-featured{background:var(--ge-gray-50);border-radius:12px;overflow:hidden;cursor:pointer;transition:box-shadow var(--ge-transition);border:1px solid var(--ge-gray-200)}.ge-product-featured:hover{box-shadow:0 8px 32px rgba(0,0,0,.1)}.ge-product-featured ai-img,.ge-product-featured img{width:100%;height:auto}.ge-spec-list{list-style:none;padding:0;margin:16px 0}.ge-spec-list li{padding:4px 0 4px 20px;font-size:.875rem;color:var(--ge-gray-700);position:relative}.ge-spec-list li::before{content:"";position:absolute;left:0;top:10px;width:8px;height:8px;border-radius:50%;background:var(--ge-secondary)}.ge-product-card{background:#fff;border:1px solid var(--ge-gray-200);border-radius:8px;overflow:hidden;cursor:pointer;transition:transform var(--ge-transition),box-shadow var(--ge-transition);height:100%}.ge-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.ge-product-card ai-img,.ge-product-card img{width:100%;background:var(--ge-gray-50)}.ge-product-card__body{padding:20px}.ge-product-card__body h4{font-size:1.125rem;margin-bottom:8px}.ge-product-card__body p{font-size:.875rem;color:var(--ge-gray-700);margin-bottom:0}.ge-industries{background:var(--ge-gray-50)}.ge-industry-card{display:block;position:relative;border-radius:8px;overflow:hidden;-webkit-text-decoration:none;text-decoration:none}.ge-industry-card ai-img,.ge-industry-card img{width:100%;height:240px;-o-object-fit:cover;object-fit:cover;transition:transform .4s}.ge-industry-card:hover ai-img,.ge-industry-card:hover img{transform:scale(1.05)}.ge-industry-card__overlay{position:absolute;bottom:0;left:0;right:0;padding:24px 16px 16px;background:linear-gradient(transparent,rgba(0,0,0,.7))}.ge-industry-card__overlay h4{color:#fff;margin:0;font-size:1.125rem}.ge-why-choose{background:#fff}.ge-why-choose ai-img,.ge-why-choose img{border-radius:8px}.ge-advantage-list{margin-top:24px}.ge-advantage-item{display:flex;gap:16px;margin-bottom:24px;align-items:flex-start}.ge-advantage-item h5{font-size:1rem;margin-bottom:4px}.ge-advantage-item p{font-size:.875rem;color:var(--ge-gray-700);margin-bottom:0;line-height:1.6}.ge-testimonials{background:var(--ge-gray-50)}.ge-testimonial-card{background:#fff;border-radius:8px;padding:28px;height:100%;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 2px 8px rgba(0,0,0,.06)}.ge-testimonial-card__quote{position:relative;padding-top:20px;flex-grow:1}.ge-testimonial-card__quote::before{content:"“";position:absolute;top:-10px;left:0;font-size:3.5rem;color:var(--ge-primary-light);line-height:1;font-family:Georgia,serif}.ge-testimonial-card__quote p{font-size:.9375rem;color:var(--ge-gray-700);font-style:italic;line-height:1.7}.ge-testimonial-card__author{border-top:1px solid var(--ge-gray-200);padding-top:16px;margin-top:16px}.ge-testimonial-card__author strong{display:block;font-size:.9375rem;color:var(--ge-gray-900)}.ge-testimonial-card__author span{font-size:.8125rem;color:var(--ge-gray-500)}.ge-faq{background:#fff}.ge-faq .accordion-item{border:1px solid var(--ge-gray-200);margin-bottom:8px;border-radius:6px;overflow:hidden}.ge-faq .accordion-button{font-weight:600;font-size:1rem;color:var(--ge-gray-900);padding:16px 20px}.ge-faq .accordion-button:not(.collapsed){background:var(--ge-gray-50);color:var(--ge-primary)}.ge-faq .accordion-button:focus{box-shadow:none}.ge-faq .accordion-body{font-size:.9375rem;color:var(--ge-gray-700);line-height:1.7}.ge-cta{background:var(--ge-primary);color:#fff}.ge-cta__content h2{color:#fff;font-size:2rem;margin-bottom:16px}.ge-cta__content p{color:rgba(255,255,255,.85);font-size:1.0625rem;margin-bottom:24px}.ge-cta__benefits{list-style:none;padding:0}.ge-cta__benefits li{padding:6px 0 6px 24px;color:rgba(255,255,255,.9);font-size:.9375rem;position:relative}.ge-cta__benefits li::before{content:"";position:absolute;left:0;top:12px;width:12px;height:12px;border-radius:50%;background:var(--ge-secondary)}.ge-cta__form-wrapper{background:#fff;border-radius:8px;padding:32px;box-shadow:0 8px 32px rgba(0,0,0,.15)}.ge-cta__form-wrapper .form-label,.ge-cta__form-wrapper h5{color:var(--ge-gray-900)}.ge-cta__form-wrapper p{color:var(--ge-gray-700)}@media (max-width:991px){.ge-cta__content{margin-bottom:32px}}