@charset "UTF-8";.hero-section{background-color:var(--cs-gray-50);min-height:600px;display:flex;align-items:stretch;overflow:hidden}.hero-section .hero-image-col{position:relative;min-height:400px}.hero-section .hero-image-col ai-img,.hero-section .hero-image-col img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;min-height:400px}.hero-content{padding:72px 48px 72px 0;display:flex;flex-direction:column;justify-content:center}.hero-eyebrow{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--cs-primary);font-weight:700;margin-bottom:.75rem}.hero-content h1{font-size:max(2rem, min(3.5vw, 3rem));font-weight:400;line-height:1.2;margin-bottom:1.25rem;color:var(--cs-gray-900)}.hero-content .hero-desc{font-size:1.1rem;color:var(--cs-gray-600);line-height:1.8;margin-bottom:2rem;max-width:500px}.hero-certs{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.hero-cert-tag{font-size:.75rem;color:var(--cs-gray-600);background-color:var(--cs-gray-100);padding:.3em .8em;border-radius:20px;font-weight:500}@media (max-width:991px){.hero-section{flex-direction:column;min-height:auto}.hero-content{padding:48px 0 36px}.hero-content h1{font-size:2rem}.hero-section .hero-image-col{min-height:300px;order:-1}}.trust-bar{background-color:var(--cs-white);border-top:1px solid var(--cs-gray-100);border-bottom:1px solid var(--cs-gray-100);padding:28px 0}.trust-item{display:flex;flex-direction:column;align-items:center;padding:12px 8px;border-right:1px solid var(--cs-gray-100)}.trust-item:last-child{border-right:none}.trust-number{font-size:1.9rem;font-family:var(--cs-font-heading);font-weight:400;color:var(--cs-primary);line-height:1;margin-bottom:.25rem}.trust-label{font-size:.78rem;color:var(--cs-gray-600);text-align:center;letter-spacing:.02em}@media (max-width:575px){.trust-item{border-right:none;border-bottom:1px solid var(--cs-gray-100)}.trust-item:last-child{border-bottom:none}}.product-showcase{background-color:var(--cs-white)}.product-card-home{position:relative;border-radius:var(--cs-radius-lg);overflow:hidden;cursor:pointer;box-shadow:var(--cs-shadow-sm);transition:transform var(--cs-transition),box-shadow var(--cs-transition)}.product-card-home:hover{transform:translateY(-6px);box-shadow:var(--cs-shadow-md)}.product-card-home ai-img,.product-card-home img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;display:block}.product-card-home .card-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(30,26,22,.85),transparent);padding:2rem 1.25rem 1.25rem;color:#fff}.product-card-home .card-overlay h3{font-size:1.05rem;color:#fff;margin-bottom:.25rem}.product-card-home .card-overlay p{font-size:.8rem;opacity:.8;margin:0}.product-card-home .card-cta{position:absolute;top:1rem;right:1rem;background-color:rgba(255,255,255,.92);color:var(--cs-primary);font-size:.75rem;font-weight:700;padding:.3em .75em;border-radius:20px;opacity:0;transition:opacity var(--cs-transition)}.product-card-home:hover .card-cta{opacity:1}.sustainability-section{background-color:var(--cs-gray-50)}.sustainability-stat{text-align:center;padding:1.5rem}.sustainability-stat .stat-icon{width:52px;height:52px;background-color:var(--cs-secondary);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}.sustainability-stat .stat-icon svg{width:24px;height:24px;fill:#fff}.sustainability-stat h4{font-size:1rem;margin-bottom:.5rem}.sustainability-stat p{font-size:.875rem;color:var(--cs-gray-600)}.industries-section{background-color:var(--cs-white)}.industry-card{border-radius:var(--cs-radius-lg);overflow:hidden;position:relative;box-shadow:var(--cs-shadow-sm);transition:transform var(--cs-transition)}.industry-card:hover{transform:translateY(-4px)}.industry-card ai-img,.industry-card img{width:100%;aspect-ratio:3/2;-o-object-fit:cover;object-fit:cover;display:block}.industry-card .industry-label{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(30,26,22,.8),transparent);color:#fff;padding:1.5rem 1rem 1rem;font-family:var(--cs-font-heading);font-size:1.05rem}.testimonials-section{background-color:var(--cs-primary)}.testimonials-section .section-title{color:#fff}.testimonial-slide{max-width:760px;margin:0 auto;text-align:center}.testimonial-quote{font-size:1.2rem;color:rgba(255,255,255,.92);font-family:var(--cs-font-heading);font-style:italic;line-height:1.7;margin-bottom:1.5rem}.testimonial-author{color:rgba(255,255,255,.7);font-size:.9rem}.testimonial-author strong{color:#fff;display:block;margin-bottom:.25rem}.testimonial-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.testimonial-dot{width:8px;height:8px;border-radius:50%;background-color:rgba(255,255,255,.35);border:none;cursor:pointer;transition:background-color var(--cs-transition);padding:0}.testimonial-dot.active{background-color:#fff}.faq-section{background-color:var(--cs-gray-50)}.faq-item{padding:1.25rem 0;border-bottom:1px solid var(--cs-gray-100)}.faq-question{font-weight:600;color:var(--cs-gray-900);font-size:.95rem;margin-bottom:.5rem;cursor:pointer}.faq-answer{font-size:.9rem;color:var(--cs-gray-600);line-height:1.7}.cta-split{background:linear-gradient(135deg,var(--cs-gray-900) 0,#2e2820 100%);color:#fff}.cta-split h2{color:#fff;font-size:max(1.5rem, min(2.5vw, 2rem));margin-bottom:1rem}.cta-split p{color:rgba(255,255,255,.75);margin-bottom:1.5rem}.cta-form-mini{background-color:rgba(255,255,255,.05);border-radius:var(--cs-radius-lg);padding:2rem;border:1px solid rgba(255,255,255,.1)}.cta-form-mini .form-control{background-color:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);color:#fff;border-radius:var(--cs-radius)}.cta-form-mini .form-control::-moz-placeholder{color:rgba(255,255,255,.45)}.cta-form-mini .form-control::placeholder{color:rgba(255,255,255,.45)}.cta-form-mini .form-control:focus{border-color:var(--cs-primary-light);box-shadow:0 0 0 3px rgba(139,115,85,.25);background-color:rgba(255,255,255,.15);color:#fff}.cta-form-mini .form-label{color:rgba(255,255,255,.7);font-size:.82rem}