@charset "UTF-8";.hero-section{position:relative;min-height:600px;display:flex;flex-direction:column;overflow:hidden;background:var(--color-neutral-dark)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-bg ai-img,.hero-bg ai-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,rgba(78,26,39,.82) 0,rgba(38,50,56,.72) 100%)}.hero-body{position:relative;z-index:2;flex:1;display:flex;align-items:center;padding:80px 0 40px}.hero-eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.65);border-left:3px solid var(--color-primary-light);padding-left:10px;margin-bottom:1.25rem}.hero-headline{font-size:max(1.75rem, min(3.5vw, 3rem));font-weight:700;color:var(--color-white);line-height:1.2;margin-bottom:1.25rem}.hero-subtext{font-size:1.0625rem;color:rgba(255,255,255,.75);max-width:560px;margin-bottom:2rem;line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-cert-strip{display:flex;flex-wrap:wrap;gap:8px;margin-top:1.5rem}.hero-cert{display:inline-flex;align-items:center;gap:5px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:100px;padding:3px 10px;font-size:.75rem;color:rgba(255,255,255,.75);font-weight:500}.hero-image-col{position:relative;display:flex;align-items:center;justify-content:center;padding:20px}.hero-product-img{max-height:360px;border-radius:var(--radius-md);box-shadow:0 20px 60px rgba(0,0,0,.4)}.hero-bottom-bar{position:relative;z-index:2;background:rgba(0,0,0,.4);border-top:1px solid rgba(255,255,255,.12);backdrop-filter:blur(4px)}.hero-stat-row{display:flex;flex-wrap:wrap}.hero-stat-item{flex:1;min-width:120px;padding:18px 20px;border-right:1px solid rgba(255,255,255,.1);text-align:center}.hero-stat-item:last-child{border-right:none}.hero-stat-num{display:block;font-size:1.625rem;font-weight:700;color:var(--color-white);line-height:1}.hero-stat-label{display:block;font-size:.75rem;color:rgba(255,255,255,.55);margin-top:4px;letter-spacing:.04em}.product-showcase-section{padding:var(--section-padding);background:var(--color-gray-50)}.product-showcase-header{margin-bottom:3rem}.product-cat-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:2.5rem}.product-cat-tab{padding:.4rem 1.1rem;border:1px solid var(--color-gray-300);border-radius:100px;font-size:.875rem;font-weight:500;color:var(--color-gray-700);background:var(--color-white);cursor:pointer;transition:all var(--transition-fast)}.product-cat-tab.active,.product-cat-tab:hover{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-white)}.product-card{background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden;transition:box-shadow var(--transition-normal),transform var(--transition-normal);height:100%;display:flex;flex-direction:column;cursor:pointer}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.product-card-img{height:200px;overflow:hidden;background:var(--color-gray-100)}.product-card-img ai-img,.product-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform var(--transition-normal)}.product-card:hover .product-card-img img{transform:scale(1.04)}.product-card-body{padding:1.25rem;flex:1;display:flex;flex-direction:column}.product-card-category{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.5rem}.product-card-name{font-size:1rem;font-weight:700;color:var(--color-neutral-dark);margin-bottom:.5rem;line-height:1.35}.product-card-desc{font-size:.875rem;color:var(--color-gray-500);line-height:1.6;flex:1;margin-bottom:1rem}.product-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:.875rem;border-top:1px solid var(--color-gray-200);margin-top:auto}.product-card-spec{font-size:.8125rem;color:var(--color-gray-500)}.product-card-spec strong{color:var(--color-neutral-dark)}.product-card-cta{font-size:.875rem;font-weight:600;color:var(--color-primary);white-space:nowrap;display:flex;align-items:center;gap:4px}.product-card-cta svg{transition:transform var(--transition-fast)}.product-card:hover .product-card-cta svg{transform:translateX(3px)}.trust-bar-section{background:var(--color-primary-dark);padding:48px 0}.trust-bar-inner{display:flex;flex-wrap:wrap;align-items:stretch}.trust-bar-item{flex:1;min-width:160px;padding:8px 32px;border-right:1px solid rgba(255,255,255,.15);text-align:center}.trust-bar-item:first-child{padding-left:0}.trust-bar-item:last-child{border-right:none;padding-right:0}.trust-bar-number{display:block;font-size:2rem;font-weight:800;color:var(--color-white);line-height:1;margin-bottom:4px}.trust-bar-label{display:block;font-size:.8125rem;color:rgba(255,255,255,.65);letter-spacing:.03em;line-height:1.5}.industries-section{padding:var(--section-padding);background:var(--color-white)}.industry-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem}.industry-card{padding:1.75rem 1.25rem;border:1px solid var(--color-gray-200);border-radius:var(--radius-md);text-align:center;transition:all var(--transition-normal);background:var(--color-white);-webkit-text-decoration:none;text-decoration:none;display:block;color:inherit}.industry-card:hover{border-color:var(--color-primary);box-shadow:var(--shadow-md);color:inherit;transform:translateY(-2px)}.industry-card:hover .industry-icon{background:var(--color-primary)}.industry-card:hover .industry-icon svg circle,.industry-card:hover .industry-icon svg path,.industry-card:hover .industry-icon svg rect{stroke:var(--color-white)}.industry-icon{width:52px;height:52px;border-radius:var(--radius-sm);background:var(--color-gray-100);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;transition:background var(--transition-fast)}.industry-name{font-size:.9375rem;font-weight:600;color:var(--color-neutral-dark);margin-bottom:.375rem}.industry-desc{font-size:.8125rem;color:var(--color-gray-500);line-height:1.5;margin:0}.sustainability-section{padding:var(--section-padding);background:var(--color-neutral-dark);color:var(--color-white)}.sustain-feature{padding:1.5rem;border-top:2px solid var(--color-primary);background:rgba(255,255,255,.05);border-radius:0 0 var(--radius-md) var(--radius-md);height:100%}.sustain-feature-title{font-size:1rem;font-weight:700;color:var(--color-white);margin-bottom:.625rem}.sustain-feature-text{font-size:.875rem;color:rgba(255,255,255,.65);line-height:1.65;margin:0}.testimonials-section{padding:var(--section-padding);background:var(--color-gray-50)}.testimonial-large{max-width:760px;margin:0 auto;text-align:center;padding:48px;background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);position:relative}.testimonial-large::before{content:"“";position:absolute;top:-24px;left:50%;transform:translateX(-50%);font-size:6rem;color:var(--color-primary);line-height:1;font-family:Georgia,serif}.testimonial-quote-text{font-size:1.125rem;color:var(--color-gray-700);font-style:italic;line-height:1.75;margin-bottom:1.75rem}.testimonial-author-name{font-weight:700;color:var(--color-neutral-dark);font-size:.9375rem}.testimonial-author-title{font-size:.8125rem;color:var(--color-gray-500);margin-top:2px}.testimonial-nav-dots{display:flex;justify-content:center;gap:8px;margin-top:2rem}.t-dot{width:8px;height:8px;border-radius:50%;background:var(--color-gray-300);cursor:pointer;border:none;padding:0;transition:background var(--transition-fast)}.t-dot.active{background:var(--color-primary);width:24px;border-radius:4px}.faq-section{padding:var(--section-padding);background:var(--color-white)}.faq-category-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:2rem;border-bottom:1px solid var(--color-gray-200);padding-bottom:1rem}.faq-cat-btn{padding:.375rem 1rem;border:none;border-radius:100px;font-size:.875rem;font-weight:500;color:var(--color-gray-700);background:var(--color-gray-100);cursor:pointer;transition:all var(--transition-fast)}.faq-cat-btn.active,.faq-cat-btn:hover{background:var(--color-primary);color:var(--color-white)}.faq-accordion .accordion-button{font-weight:600;font-size:.9375rem;color:var(--color-neutral-dark);background:var(--color-white)}.faq-accordion .accordion-button:not(.collapsed){color:var(--color-primary);background:var(--color-gray-50);box-shadow:none}.faq-accordion .accordion-button::after,.faq-accordion .accordion-button:not(.collapsed)::after{filter:none}.faq-accordion .accordion-body{font-size:.9375rem;color:var(--color-gray-700);line-height:1.7}.cta-section{padding:80px 0;background:var(--color-primary-dark);text-align:center}.cta-label{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.55);font-weight:600;margin-bottom:1rem}.cta-headline{font-size:max(1.5rem, min(3vw, 2.25rem));font-weight:700;color:var(--color-white);margin-bottom:1rem}.cta-subtext{font-size:1.0625rem;color:rgba(255,255,255,.7);max-width:520px;margin:0 auto 2.25rem;line-height:1.65}.cta-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.btn-cta-white{display:inline-block;background:var(--color-white);color:var(--color-primary-dark);padding:.875rem 2rem;border-radius:var(--radius-sm);font-weight:700;font-size:1rem;border:2px solid var(--color-white);transition:all var(--transition-fast)}.btn-cta-white:hover{background:0 0;color:var(--color-white)}.btn-cta-outline{display:inline-block;background:0 0;color:var(--color-white);padding:.875rem 2rem;border-radius:var(--radius-sm);font-weight:700;font-size:1rem;border:2px solid rgba(255,255,255,.5);transition:all var(--transition-fast)}.btn-cta-outline:hover{border-color:var(--color-white);background:rgba(255,255,255,.08);color:var(--color-white)}@media (max-width:991px){.hero-stat-item{flex:1 1 50%;border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}.hero-stat-item:nth-child(odd){border-right:1px solid rgba(255,255,255,.1)}.trust-bar-item{flex:1 1 50%;border-right:none;border-bottom:1px solid rgba(255,255,255,.15)}.trust-bar-item:nth-child(odd){border-right:1px solid rgba(255,255,255,.15)}.testimonial-large{padding:32px 24px}}@media (max-width:767px){.hero-body{padding:60px 0 32px}.hero-actions{flex-direction:column}.hero-actions a{text-align:center}.industry-grid{grid-template-columns:repeat(2,1fr)}.cta-actions{flex-direction:column;align-items:center}.cta-actions a{width:100%;max-width:300px;text-align:center}}