@charset "UTF-8";.ft-hero{position:relative;min-height:680px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--brand-dark)}.ft-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ft-hero__bg ai-img,.ft-hero__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ft-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,rgba(26,35,50,.78) 0,rgba(26,35,50,.45) 60%,rgba(196,103,42,.25) 100%)}.ft-hero__content{position:relative;z-index:2;text-align:center;max-width:820px;padding:40px 24px}.ft-hero__eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--brand-primary);background:rgba(196,103,42,.15);border:1px solid rgba(196,103,42,.4);padding:6px 16px;border-radius:50px;margin-bottom:24px}.ft-hero h1{font-size:max(2.2rem, min(5vw, 3.8rem));font-weight:700;color:#fff;line-height:1.15;margin-bottom:20px}.ft-hero h1 span{color:var(--brand-primary)}.ft-hero__lead{font-size:max(1rem, min(2vw, 1.2rem));color:rgba(255,255,255,.85);line-height:1.7;margin-bottom:36px;max-width:620px;margin-left:auto;margin-right:auto}.ft-hero__ctas{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.ft-hero__ctas .btn{padding:13px 32px;font-size:1rem;font-weight:600;border-radius:4px}.ft-hero__stats{position:absolute;bottom:0;left:0;right:0;z-index:2;background:rgba(26,35,50,.85);backdrop-filter:blur(8px);border-top:1px solid rgba(255,255,255,.08);padding:18px 0}.ft-hero__stat{text-align:center;color:#fff;border-right:1px solid rgba(255,255,255,.1)}.ft-hero__stat:last-child{border-right:none}.ft-hero__stat .stat-val{display:block;font-size:1.6rem;font-weight:800;color:var(--brand-primary);line-height:1}.ft-hero__stat .stat-lbl{display:block;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.6);margin-top:4px}.ft-industries{background:var(--brand-light-bg);padding:var(--section-py) 0}.ft-industries .industry-card{position:relative;overflow:hidden;border-radius:var(--radius-md);aspect-ratio:4/3;cursor:pointer;transition:transform .3s}.ft-industries .industry-card:hover{transform:translateY(-4px)}.ft-industries .industry-card ai-img,.ft-industries .industry-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s}.ft-industries .industry-card:hover ai-img,.ft-industries .industry-card:hover img{transform:scale(1.06)}.ft-industries .industry-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(26,35,50,.85) 0,transparent 55%)}.ft-industries .industry-card__label{position:absolute;bottom:16px;left:16px;right:16px;color:#fff;font-weight:700;font-size:1rem}.ft-industries .industry-card__label span{display:block;font-size:.78rem;font-weight:400;color:rgba(255,255,255,.75);margin-top:2px}.ft-products-showcase{padding:var(--section-py) 0;background:#fff}.ft-products-showcase .products-sidebar{position:sticky;top:80px}.ft-products-showcase .sidebar-cat-btn{display:block;width:100%;text-align:left;background:0 0;border:none;padding:10px 16px;font-size:.9rem;font-weight:500;color:var(--brand-accent);border-radius:var(--radius-sm);cursor:pointer;transition:.2s;border-left:3px solid transparent}.ft-products-showcase .sidebar-cat-btn.active,.ft-products-showcase .sidebar-cat-btn:hover{background:var(--brand-secondary);color:var(--brand-primary);border-left-color:var(--brand-primary)}.ft-products-showcase .product-card{border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--brand-border);transition:box-shadow .25s,transform .2s;cursor:pointer;background:#fff}.ft-products-showcase .product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.ft-products-showcase .product-card__img{aspect-ratio:1;overflow:hidden}.ft-products-showcase .product-card__img ai-img,.ft-products-showcase .product-card__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s}.ft-products-showcase .product-card:hover .product-card__img ai-img,.ft-products-showcase .product-card:hover .product-card__img img{transform:scale(1.06)}.ft-products-showcase .product-card__body{padding:14px 16px}.ft-products-showcase .product-card__body h4{font-size:.9rem;margin-bottom:4px;font-family:var(--font-body);font-weight:600}.ft-products-showcase .product-card__body p{font-size:.8rem;color:var(--brand-muted);margin:0}.ft-products-showcase .product-card__cta{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;border-top:1px solid var(--brand-border);background:var(--brand-light-bg)}.ft-products-showcase .product-card__cta a{font-size:.8rem;font-weight:600;color:var(--brand-primary)}.ft-sustainability{background:linear-gradient(135deg,var(--brand-dark) 0,#2c3e50 100%);padding:var(--section-py) 0;color:#fff}.ft-sustainability .sustain-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-md);padding:28px 24px;transition:background .25s}.ft-sustainability .sustain-card:hover{background:rgba(196,103,42,.15);border-color:rgba(196,103,42,.4)}.ft-sustainability .sustain-icon{width:48px;height:48px;background:rgba(196,103,42,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.ft-sustainability .sustain-card h4{color:#fff;font-size:1rem;font-family:var(--font-body);font-weight:700;margin-bottom:8px}.ft-sustainability .sustain-card p{font-size:.875rem;color:rgba(255,255,255,.7);line-height:1.6;margin:0}.ft-sustainability .cert-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:50px;padding:6px 16px;font-size:.8rem;color:rgba(255,255,255,.8);font-weight:600}.ft-trust-bar{background:var(--brand-secondary);padding:48px 0;border-top:1px solid var(--brand-border);border-bottom:1px solid var(--brand-border)}.ft-trust-bar .trust-item{text-align:center;padding:0 20px;border-right:1px solid var(--brand-border)}.ft-trust-bar .trust-item:last-child{border-right:none}.ft-trust-bar .trust-val{font-size:2.2rem;font-weight:800;color:var(--brand-primary);font-family:var(--font-heading);line-height:1;display:block}.ft-trust-bar .trust-lbl{font-size:.82rem;color:var(--brand-accent);font-weight:600;text-transform:uppercase;letter-spacing:.06em;display:block;margin-top:6px}.ft-trust-bar .trust-desc{font-size:.78rem;color:var(--brand-muted);display:block;margin-top:2px}.ft-testimonials{padding:var(--section-py) 0;background:#fff}.ft-testimonials .testimonial-card{background:var(--brand-light-bg);border-radius:var(--radius-lg);padding:32px 28px;border-left:4px solid var(--brand-primary);height:100%;display:flex;flex-direction:column;justify-content:space-between}.ft-testimonials .testimonial-card blockquote{font-size:.975rem;color:var(--brand-accent);line-height:1.75;font-style:italic;margin-bottom:20px;flex-grow:1}.ft-testimonials .testimonial-card blockquote::before{content:'"';font-size:2.5rem;line-height:.5;color:var(--brand-primary);font-family:var(--font-heading);display:block;margin-bottom:12px}.ft-testimonials .testimonial-author{display:flex;align-items:center;gap:12px}.ft-testimonials .author-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--brand-secondary)}.ft-testimonials .author-avatar ai-img,.ft-testimonials .author-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ft-testimonials .author-name{font-size:.9rem;font-weight:700;color:var(--brand-dark)}.ft-testimonials .author-role{font-size:.78rem;color:var(--brand-muted)}.ft-testimonials .star-rating{color:#f5a623;font-size:.85rem;letter-spacing:2px;margin-bottom:12px}.ft-faq{background:var(--brand-light-bg);padding:var(--section-py) 0}.ft-faq .accordion-item{border:1px solid var(--brand-border);border-radius:var(--radius-md)!important;margin-bottom:10px;overflow:hidden}.ft-faq .accordion-button{font-weight:600;font-size:.95rem;color:var(--brand-dark);background:#fff;padding:18px 22px}.ft-faq .accordion-button:not(.collapsed){color:var(--brand-primary);background:var(--brand-secondary);box-shadow:none}.ft-faq .accordion-button::after,.ft-faq .accordion-button:not(.collapsed)::after{filter:none}.ft-faq .accordion-body{padding:16px 22px 20px;font-size:.9rem;line-height:1.75;color:var(--brand-accent);background:#fff}.ft-final-cta{background:var(--brand-primary);padding:72px 0;text-align:center;color:#fff}.ft-final-cta h2{color:#fff;font-size:max(1.8rem, min(4vw, 2.8rem));margin-bottom:16px}.ft-final-cta p{color:rgba(255,255,255,.85);font-size:1.05rem;max-width:540px;margin:0 auto 32px;line-height:1.65}@media (max-width:991px){.ft-hero{min-height:500px}.ft-hero h1{font-size:2.2rem}.ft-hero__stats .row{gap:12px 0}.ft-hero__stat{border-right:none;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:12px}.ft-hero__stat:last-child{border-bottom:none}.ft-trust-bar .trust-item{border-right:none;padding-bottom:12px}}@media (max-width:575px){.ft-hero{min-height:420px}.ft-hero__ctas .btn{width:100%}}