@charset "UTF-8";.hero-section{background:linear-gradient(135deg,var(--color-primary-dark) 0,var(--color-primary) 60%,#283593 100%);min-height:540px;display:flex;align-items:center;padding:100px 0 80px;position:relative;overflow:hidden}.hero-section::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto;text-align:center}.hero-content h1{font-size:2.5rem;font-weight:900;color:#fff;line-height:1.2;margin-bottom:16px}.hero-content p{font-size:1.05rem;color:rgba(255,255,255,.88);line-height:1.7;margin-bottom:32px;max-width:580px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.btn-hero-white{background:#fff;color:var(--color-primary);border:none;border-radius:4px;padding:14px 32px;font-weight:800;font-size:.95rem;cursor:pointer;transition:background .2s;-webkit-text-decoration:none;text-decoration:none;display:inline-block}.btn-hero-white:hover{background:var(--color-gray-100);color:var(--color-primary-dark)}.btn-hero-outline{background:0 0;color:#fff;border:2px solid rgba(255,255,255,.65);border-radius:4px;padding:12px 30px;font-weight:700;font-size:.95rem;cursor:pointer;transition:border-color .2s,background .2s;-webkit-text-decoration:none;text-decoration:none;display:inline-block}.btn-hero-outline:hover{border-color:#fff;background:rgba(255,255,255,.1);color:#fff}.hero-certs{display:flex;justify-content:center;gap:10px;margin-top:28px;flex-wrap:wrap}.hero-cert-badge{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.3);border-radius:2px;padding:4px 12px;font-size:.72rem;font-weight:600;color:rgba(255,255,255,.9);letter-spacing:.04em}.trust-bar{background:var(--color-white);border-bottom:1px solid var(--color-gray-100);padding:28px 0}.trust-bar-inner{display:flex;justify-content:center;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:12px;padding:8px 32px;border-right:1px solid var(--color-gray-200)}.trust-item:last-child{border-right:none}.trust-icon{width:38px;height:38px;background:var(--color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-icon svg{stroke:#fff}.trust-label{font-size:.62rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-secondary);font-weight:700}.trust-value{font-size:1.05rem;font-weight:800;color:var(--color-gray-900);line-height:1.2}.product-showcase{padding:72px 0;background:var(--color-gray-50)}.product-cards-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.product-card-rich{background:var(--color-white);border:1px solid var(--color-gray-100);border-radius:4px;overflow:hidden;cursor:pointer;transition:box-shadow .2s}.product-card-rich:hover{box-shadow:0 6px 20px rgba(26,35,126,.14)}.product-card-rich .card-img{height:200px;overflow:hidden;background:var(--color-gray-100)}.product-card-rich .card-img ai-img,.product-card-rich .card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.product-card-rich:hover .card-img img{transform:scale(1.04)}.product-card-rich .card-body{padding:20px}.product-card-rich .card-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary);font-weight:700;margin-bottom:6px}.product-card-rich .card-name{font-size:1rem;font-weight:700;color:var(--color-gray-900);margin-bottom:8px}.product-card-rich .card-desc{font-size:.83rem;color:var(--color-secondary);line-height:1.6;margin-bottom:14px}.product-card-rich .card-features{list-style:none;padding:0;margin-bottom:16px}.product-card-rich .card-features li{font-size:.78rem;color:var(--color-secondary-dark);padding:2px 0 2px 14px;position:relative}.product-card-rich .card-features li::before{content:"";width:5px;height:5px;background:var(--color-primary);border-radius:50%;position:absolute;left:0;top:6px}.product-card-rich .btn-card-cta{background:0 0;border:1.5px solid var(--color-primary);color:var(--color-primary);border-radius:3px;padding:7px 16px;font-size:.8rem;font-weight:700;cursor:pointer;width:100%;transition:background .2s,color .2s}.product-card-rich .btn-card-cta:hover{background:var(--color-primary);color:#fff}.sustainability-section{padding:72px 0;background:var(--color-white)}.sustain-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:center}.sustain-visual{border-radius:4px;overflow:hidden;height:380px}.sustain-visual ai-img,.sustain-visual img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sustain-stat-row{display:flex;gap:14px;margin-top:28px}.sustain-stat{flex:1;background:var(--color-gray-50);border-left:3px solid var(--color-primary);padding:12px 14px}.sustain-stat .s-num{font-size:1.05rem;font-weight:800;color:var(--color-primary);line-height:1}.sustain-stat .s-label{font-size:.73rem;color:var(--color-secondary);margin-top:4px}.industries-section{padding:72px 0;background:var(--color-gray-50)}.industries-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.industry-icon-card{background:var(--color-white);border:1px solid var(--color-gray-100);border-radius:4px;padding:24px;text-align:center;transition:box-shadow .2s}.industry-icon-card:hover{box-shadow:var(--shadow-md)}.ind-icon{width:50px;height:50px;background:var(--color-gray-50);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;border:2px solid var(--color-gray-200)}.ind-icon svg{stroke:var(--color-primary)}.ind-name{font-size:.88rem;font-weight:700;color:var(--color-gray-900);margin-bottom:6px}.ind-note{font-size:.78rem;color:var(--color-secondary);line-height:1.5}.testimonials-section{padding:72px 0;background:var(--color-primary-dark)}.large-quote-wrap{max-width:760px;margin:0 auto;text-align:center;padding:24px 0}.quote-mark{font-size:5rem;color:rgba(255,255,255,.2);line-height:.8;display:block;margin-bottom:16px}.quote-text{font-size:1.2rem;color:rgba(255,255,255,.92);font-style:italic;line-height:1.7;margin-bottom:24px}.quote-author{font-size:.85rem;color:rgba(255,255,255,.65);font-weight:600}.quote-author strong{color:#fff;display:block;font-size:.92rem;margin-bottom:2px}.faq-section{padding:72px 0;background:var(--color-gray-50)}.faq-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px}.faq-category-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary);font-weight:700;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid var(--color-primary)}.faq-item-small{padding:14px 0;border-bottom:1px solid var(--color-gray-200)}.faq-item-small:last-child{border-bottom:none}.faq-q{font-size:.88rem;font-weight:700;color:var(--color-gray-900);margin-bottom:6px}.faq-a{font-size:.83rem;color:var(--color-secondary);line-height:1.6}.cta-section{background:var(--color-primary);padding:64px 0;text-align:center}.cta-section h2{font-size:2rem;font-weight:900;color:#fff;margin-bottom:10px}.cta-section p{color:rgba(255,255,255,.85);font-size:1rem;margin-bottom:28px}.btn-cta-white{background:#fff;color:var(--color-primary);border:none;border-radius:4px;padding:13px 34px;font-weight:700;font-size:.95rem;cursor:pointer;-webkit-text-decoration:none;text-decoration:none;display:inline-block;margin:0 8px;transition:background .2s}.btn-cta-white:hover{background:var(--color-gray-100);color:var(--color-primary-dark)}.btn-cta-outline-white{background:0 0;color:#fff;border:2px solid rgba(255,255,255,.6);border-radius:4px;padding:11px 32px;font-weight:700;font-size:.95rem;cursor:pointer;-webkit-text-decoration:none;text-decoration:none;display:inline-block;margin:0 8px;transition:border-color .2s}.btn-cta-outline-white:hover{border-color:#fff;color:#fff}@media (max-width:992px){.product-cards-row{grid-template-columns:1fr 1fr}.faq-grid,.sustain-grid{grid-template-columns:1fr}.industries-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.hero-content h1{font-size:1.8rem}.product-cards-row{grid-template-columns:1fr}.trust-item{border-right:none;padding:8px 0}.trust-bar-inner{flex-direction:column;align-items:flex-start;padding:0 16px}.industries-grid{grid-template-columns:1fr}.sustain-stat-row{flex-direction:column}}