@charset "UTF-8";.hero-centered{position:relative;min-height:680px;display:flex;align-items:center;overflow:hidden;background:var(--brand-dark)}.hero-centered .hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-centered .hero-bg ai-img,.hero-centered .hero-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.35}.hero-centered .hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(28,46,40,.55) 0,rgba(28,46,40,.8) 100%);z-index:1}.hero-centered .hero-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto;padding:60px 20px}.hero-centered .hero-tag{display:inline-block;background:rgba(91,184,150,.2);border:1px solid var(--brand-accent);color:var(--brand-accent);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:5px 14px;border-radius:20px;margin-bottom:1.4rem}.hero-centered h1{font-size:max(2rem, min(5vw, 3.2rem));font-weight:800;color:#fff;line-height:1.15;margin-bottom:1.2rem}.hero-centered .hero-sub{font-size:1.15rem;color:rgba(255,255,255,.82);margin-bottom:2.2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-centered .hero-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.hero-centered .hero-actions .btn{padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:var(--radius)}.product-showcase{background:#fff}.product-showcase .product-category-header{border-left:4px solid var(--brand-primary);padding-left:16px;margin-bottom:2rem}.product-showcase .product-category-header h2{font-size:1.5rem;font-weight:700;margin:0 0 4px;color:var(--brand-dark)}.product-showcase .product-category-header p{font-size:.92rem;color:var(--brand-muted);margin:0}.product-card-item{border:1px solid var(--brand-border);border-radius:var(--radius);overflow:hidden;transition:box-shadow var(--transition),transform var(--transition);background:#fff;cursor:pointer}.product-card-item:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.product-card-item .product-img-wrap{overflow:hidden;aspect-ratio:4/3;background:var(--brand-light)}.product-card-item .product-img-wrap ai-img,.product-card-item .product-img-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s;display:block}.product-card-item:hover .product-img-wrap ai-img,.product-card-item:hover .product-img-wrap img{transform:scale(1.05)}.product-card-item .product-info{padding:16px 18px}.product-card-item .product-info h3{font-size:1rem;font-weight:700;margin-bottom:6px;color:var(--brand-dark)}.product-card-item .product-info p{font-size:.85rem;color:var(--brand-muted);margin:0 0 12px}.product-card-item .btn-card{font-size:.82rem;padding:5px 14px;background:0 0;border:1px solid var(--brand-primary);color:var(--brand-primary);border-radius:var(--radius);font-weight:600;transition:background var(--transition),color var(--transition)}.product-card-item .btn-card:hover{background:var(--brand-primary);color:#fff}.advantages-section{background:var(--brand-light)}.advantage-card{background:#fff;border-radius:var(--radius);padding:32px 24px;height:100%;box-shadow:var(--shadow-sm);transition:box-shadow var(--transition)}.advantage-card:hover{box-shadow:var(--shadow-md)}.advantage-icon{width:56px;height:56px;background:var(--brand-primary);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}.advantage-icon svg{width:28px;height:28px;fill:#fff}.advantage-card h3{font-size:1.1rem;font-weight:700;color:var(--brand-dark);margin-bottom:.6rem}.advantage-card p{font-size:.9rem;color:var(--brand-muted);line-height:1.7;margin:0}.industries-section{background:#fff;overflow:hidden}.industry-scroll-track{display:flex;gap:20px;overflow-x:auto;padding-bottom:12px;scrollbar-width:thin;scrollbar-color:var(--brand-border) transparent}.industry-scroll-track::-webkit-scrollbar{height:4px}.industry-scroll-track::-webkit-scrollbar-thumb{background:var(--brand-border);border-radius:2px}.industry-chip{flex:0 0 auto;background:var(--brand-light);border:1px solid var(--brand-border);border-radius:40px;padding:10px 22px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:background var(--transition),border-color var(--transition);white-space:nowrap}.industry-chip:hover{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}.industry-chip:hover svg{fill:#fff}.industry-chip svg{width:18px;height:18px;fill:var(--brand-primary);flex-shrink:0}.industry-chip span{font-size:.88rem;font-weight:600;color:var(--brand-text)}.industry-chip:hover span{color:#fff}.sustainability-section{background:var(--brand-secondary);color:#fff}.sustainability-section .section-title{color:#fff}.sustainability-section .section-subtitle{color:rgba(255,255,255,.8)}.sustain-metric{text-align:center;padding:20px}.sustain-metric .metric-val{font-size:2.4rem;font-weight:800;color:var(--brand-accent);line-height:1}.sustain-metric .metric-label{font-size:.85rem;color:rgba(255,255,255,.75);margin-top:6px}.sustain-point{display:flex;gap:14px;align-items:flex-start;margin-bottom:1.2rem}.sustain-point .dot{width:10px;height:10px;border-radius:50%;background:var(--brand-accent);flex-shrink:0;margin-top:6px}.sustain-point p{font-size:.92rem;color:rgba(255,255,255,.82);margin:0}.testimonials-section{background:var(--brand-light)}.testimonial-card{background:#fff;border-radius:var(--radius);padding:28px;height:100%;box-shadow:var(--shadow-sm);border-top:3px solid var(--brand-primary)}.testimonial-stars{display:flex;gap:3px;margin-bottom:1rem}.testimonial-stars svg{width:16px;height:16px;fill:#F59E0B}.testimonial-card blockquote{font-size:.95rem;color:var(--brand-text);line-height:1.7;margin:0 0 1.4rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:12px}.author-avatar-icon{width:42px;height:42px;border-radius:50%;background:var(--brand-primary);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;font-weight:700;flex-shrink:0}.testimonial-author strong{font-size:.9rem;font-weight:700;display:block;color:var(--brand-dark)}.testimonial-author small{font-size:.8rem;color:var(--brand-muted)}.faq-section{background:#fff}.faq-section .accordion-button{font-weight:600;color:var(--brand-dark);font-size:.97rem}.faq-section .accordion-button:not(.collapsed){color:var(--brand-primary);background:var(--brand-light);box-shadow:none}.faq-section .accordion-button::after{filter:none}.faq-section .accordion-item{border:1px solid var(--brand-border);margin-bottom:8px;border-radius:var(--radius)!important;overflow:hidden}.faq-section .accordion-body{font-size:.92rem;color:var(--brand-muted);line-height:1.75}.cta-section{background:var(--brand-primary);text-align:center;padding:80px 20px}.cta-section h2{color:#fff;font-size:2rem;font-weight:800;margin-bottom:.8rem}.cta-section p{color:rgba(255,255,255,.85);font-size:1.05rem;margin-bottom:2rem;max-width:560px;margin-left:auto;margin-right:auto}.cta-section .btn-white{background:#fff;color:var(--brand-primary);font-weight:700;padding:.85rem 2.4rem;border-radius:var(--radius);font-size:1rem;transition:background var(--transition);border:none}.cta-section .btn-white:hover{background:var(--brand-light)}@media (max-width:768px){.hero-centered{min-height:420px}.hero-centered h1{font-size:1.8rem}}