html{scroll-behavior:smooth;background:#fff;color:#1a1d23}body{margin:0;padding:0}h1,h2,h3,h4{font-family:Fira Sans,system-ui,sans-serif;color:#1a1d23;margin:0}p{font-family:"Source Sans 3",Inter,system-ui,sans-serif;color:#4b5563;margin:0}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.22,.61,.36,1),transform .7s cubic-bezier(.22,.61,.36,1)}.reveal.visible{opacity:1;transform:translateY(0)}.t-green{color:#5b9a42}.btn-green{display:inline-flex;align-items:center;gap:10px;background:#5b9a42;color:#fff;font-family:Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;padding:14px 28px;clip-path:polygon(8px 0,100% 0,calc(100% - 8px) 100%,0 100%);transition:background .25s,transform .25s}.btn-green:hover{background:#4a8535;transform:translateY(-2px)}.btn-arrow{font-size:1.1rem;transition:transform .25s}.btn-green:hover .btn-arrow{transform:translate(4px)}.btn-outline{display:inline-flex;align-items:center;gap:10px;background:transparent;color:#1a1d23;font-family:Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;padding:14px 28px;border:1px solid rgba(91,154,66,.35);clip-path:polygon(8px 0,100% 0,calc(100% - 8px) 100%,0 100%);transition:background .25s,border-color .25s,transform .25s}.btn-outline:hover{background:#5b9a420f;border-color:#5b9a42;transform:translateY(-2px)}.btn-outline--light{color:#ffffffd9;border-color:#ffffff40}.btn-outline--light:hover{color:#fff;border-color:#ffffff80;background:#ffffff14}.eyebrow{display:flex;align-items:center;gap:14px;margin-bottom:20px;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#d39013}.eyebrow-line{width:28px;height:1px;background:#d39013}.eyebrow--light{color:#d39013}.eyebrow-line--light{background:#d39013}.hero{position:relative;padding:160px 32px 0;isolation:isolate;background-size:cover;background-position:center 30%}.hero:before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(180deg,#1a1d23cc,#1a1d238c,#1a1d23bf)}.hero-inner{position:relative;z-index:1;max-width:1344px;margin:0 auto}.hero-copy{max-width:720px}.hero-title{font-family:Fira Sans,system-ui,sans-serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.04;letter-spacing:-.02em;color:#1a1d23;text-transform:uppercase;margin-bottom:24px}.hero-title--light{color:#fff}.hero-desc{font-family:"Source Sans 3",Inter,system-ui,sans-serif;font-size:1.12rem;line-height:1.65;color:#4b5563;margin-bottom:32px}.hero-desc--light{color:#ffffffd9}.hero-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.stats-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;max-width:1344px;margin:60px auto 0;position:relative;z-index:1}.stat{text-align:center;padding:36px 20px;background:#5b9a4221;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.stat-num{display:block;font-family:Fira Sans,system-ui,sans-serif;font-size:2.5rem;font-weight:800;color:#fff;letter-spacing:-.02em;line-height:1;margin-bottom:6px}.stat-lbl{font-family:Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#fffc}.sec{padding:120px 32px;background:#fff}.sec--alt{background:#f3f4f6}.sec--mint{background:#e8ede8}.sec-inner{max-width:1344px;margin:0 auto}.sec-inner--narrow{max-width:800px}.sec-num{font-family:Fira Sans,system-ui,sans-serif;font-size:4.5rem;font-weight:800;color:#5b9a4214;line-height:1;letter-spacing:-.02em;margin-bottom:-8px}.sec--mint .sec-num{color:#5b9a421a}.sec-title{font-family:Fira Sans,system-ui,sans-serif;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800;line-height:1.08;letter-spacing:-.02em;color:#1a1d23;text-transform:uppercase;margin-bottom:24px}.sec--mint .sec-title{color:#1a1d23}.sec-lede{font-size:1.19rem;font-weight:400;line-height:1.65;color:#4b5563;margin-bottom:48px;max-width:720px}.sec--mint .sec-lede{color:#4b5563}.prod-group{margin-bottom:48px}.prod-group:last-child{margin-bottom:0}.prod-group-label{display:flex;align-items:center;gap:12px;margin-bottom:24px;font-family:Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af}.prod-group-label:after{content:"";flex:1;height:1px;background:#9ca3af33}.prod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.prod-grid--3{grid-template-columns:repeat(3,1fr)}.prod-grid--2{grid-template-columns:repeat(2,1fr)}.prod-card{background:#fff;border:1px solid rgba(156,163,175,.12);transition:transform .35s cubic-bezier(.22,.61,.36,1),border-color .35s,box-shadow .35s;overflow:hidden}.prod-card:hover{transform:translateY(-3px);border-color:#5b9a424d;box-shadow:0 8px 32px #00000014}.prod-card-img{width:100%;aspect-ratio:1/1;overflow:hidden;background:#f3f4f6}.prod-card-img img{display:block;width:100%;height:100%;object-fit:cover;filter:saturate(.4) contrast(1.05) brightness(.9);transform:scale(1.03);transition:filter .6s,transform .6s cubic-bezier(.22,.61,.36,1)}.prod-card:hover .prod-card-img img{filter:saturate(.75) contrast(1.12) brightness(.95);transform:scale(1)}.prod-card-body{padding:20px}.prod-card-name{font-family:Fira Sans,system-ui,sans-serif;font-size:.9375rem;font-weight:600;color:#1a1d23;margin:0 0 8px;letter-spacing:-.01em}.prod-card-desc{font-size:.8125rem;line-height:1.55;color:#6b7280}.prod-card-tag{display:inline-block;padding:2px 10px;margin-bottom:10px;background:#5b9a4214;color:#5b9a42;font-family:Inter,system-ui,sans-serif;font-size:.5625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.oem-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.oem-spec-table{width:100%;border-collapse:collapse}.oem-spec-table th{font-family:Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;text-align:left;padding:0 0 12px;border-bottom:1px solid rgba(156,163,175,.2)}.oem-spec-table thead th{background:#e8ede8;padding:12px 14px}.oem-spec-table td{font-size:.875rem;line-height:1.55;color:#4b5563;padding:12px 14px;border-bottom:1px solid rgba(156,163,175,.1)}.oem-spec-table td:first-child{font-weight:600;color:#1a1d23}.oem-spec-table tbody tr:nth-child(2n) td{background:#5b9a420a}.oem-core-cards{display:grid;gap:12px}.oem-core-card{padding:24px 28px;background:#5b9a420a;border-left:2px solid rgba(91,154,66,.2);transition:border-color .3s,background .3s}.oem-core-card:hover{border-color:#5b9a42;background:#5b9a4214}.oem-core-card h3{font-family:Fira Sans,system-ui,sans-serif;font-size:.9375rem;font-weight:700;color:#1a1d23;margin:0 0 6px}.oem-core-card p{font-size:.8125rem;line-height:1.55;color:#6b7280}.process-list{max-width:1344px;margin:0 auto;display:flex;flex-direction:column;gap:0}.process-row{display:grid;grid-template-columns:1fr 1.6fr;gap:0;align-items:center;background:#5b9a420b;position:relative}.process-row:nth-child(2n){background:transparent}.process-row--reverse .process-img{order:2}.process-row--reverse .process-copy{order:1}.process-img{overflow:hidden;max-height:380px}.process-img img{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.06);transition:transform 1.2s cubic-bezier(.22,.61,.36,1)}.process-row.visible .process-img img{transform:scale(1)}.process-copy{padding:40px 44px;position:relative}.process-copy:before{content:"";position:absolute;left:0;top:0;width:2px;height:0;background:#5b9a42;transition:height .8s cubic-bezier(.22,.61,.36,1) .2s}.process-row.visible .process-copy:before{height:100%}.process-num{font-family:Fira Sans,system-ui,sans-serif;font-size:3.5rem;font-weight:800;color:#5b9a421a;line-height:1;letter-spacing:-.02em;margin-bottom:2px;transition:color .6s ease .15s}.process-row.visible .process-num{color:#5b9a4259}.process-title{font-family:Fira Sans,system-ui,sans-serif;font-size:1.25rem;font-weight:700;color:#1a1d23;margin:0 0 10px}.process-body{font-size:.9375rem;line-height:1.6;color:#4b5563}.eng-grid-v2{display:flex;flex-direction:column;gap:0;border-top:1px solid rgba(156,163,175,.1)}.eng-row-v2{display:flex;gap:28px;align-items:flex-start;padding:36px 0;border-bottom:1px solid rgba(156,163,175,.1)}.eng-icon-col{flex-shrink:0;width:52px;height:52px;background:#5b9a4214;display:flex;align-items:center;justify-content:center}.eng-content-col h3{font-family:Fira Sans,system-ui,sans-serif;font-size:1.125rem;font-weight:700;color:#1a1d23;margin:0 0 8px}.eng-content-col p{font-size:.9375rem;line-height:1.65;color:#4b5563}.cert-layout{max-width:960px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:48px}.cert-table{width:100%;max-width:800px;border-collapse:collapse}.cert-table th{font-family:Fira Sans,system-ui,sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#6b7280;text-align:left;padding:0 0 14px;border-bottom:1px solid rgba(156,163,175,.2)}.cert-table thead th{background:#dce4dc;padding:14px 16px}.cert-table td{font-family:"Source Sans 3",Inter,system-ui,sans-serif;font-size:.875rem;line-height:1.55;color:#4b5563;padding:14px 16px;border-bottom:1px solid rgba(156,163,175,.1);background:#f9faf9}.cert-table td:first-child{font-weight:600;color:#1a1d23}.cert-table tbody tr:nth-child(2n) td{background:#edf1ed}.cert-inline{display:flex;gap:10px;margin-bottom:16px}.cert-photo--inline{flex:0 0 calc(50% - 5px)}.cert-gallery{display:flex;justify-content:center;gap:16px}.cert-photo{flex:0 0 180px;background:#e8ede8;border:1px solid rgba(156,163,175,.15);overflow:hidden}.gates-flow{display:flex;align-items:flex-start;gap:0}.gate-step{flex:1;padding:28px 20px;background:#fff;border-top:3px solid #5b9a42;text-align:center}.gate-step-num{font-family:Fira Sans,system-ui,sans-serif;font-size:1.5rem;font-weight:800;color:#5b9a42;line-height:1;margin-bottom:8px}.gate-step h3{font-family:Fira Sans,system-ui,sans-serif;font-size:.8125rem;font-weight:700;color:#1a1d23;margin:0 0 6px;text-transform:uppercase;letter-spacing:.02em}.gate-step p{font-size:.75rem;line-height:1.55;color:#6b7280}.gate-arrow{display:flex;align-items:center;justify-content:center;padding:38px 6px 0;font-size:1.25rem;color:#5b9a42;flex-shrink:0}.vs-strip{padding:0 32px;background:#fff}.vs-strip-inner{max-width:1344px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;gap:0;align-items:stretch;border:1px solid rgba(156,163,175,.15)}.vs-col{padding:48px 44px;display:flex;flex-direction:column}.vs-col--left{background:#f3f4f6}.vs-col--right{background:#5b9a420d}.vs-col-label{font-family:Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px}.vs-col--left .vs-col-label{color:#9ca3af}.vs-col--right .vs-col-label{color:#5b9a42}.vs-col p{font-size:.9375rem;line-height:1.65;flex:1}.vs-col--left p{color:#6b7280}.vs-col--right p{color:#4b5563}.vs-col--right p strong{color:#1a1d23}.vs-divider{display:flex;align-items:center;justify-content:center;padding:0 16px;background:#fff;position:relative}.vs-badge{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:#1a1d23;font-family:Fira Sans,system-ui,sans-serif;font-size:1.25rem;font-weight:800;color:#fff;letter-spacing:.04em;clip-path:polygon(10px 0,100% 0,calc(100% - 10px) 100%,0 100%)}.vs-strip-cta{text-align:center;padding:40px 0 0}.ip-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ip-item{padding:36px 28px;background:#fff;border:1px solid rgba(156,163,175,.1);transition:border-color .3s}.ip-item:hover{border-color:#5b9a424d}.ip-num{font-family:Fira Sans,system-ui,sans-serif;font-size:2rem;font-weight:800;color:#5b9a421f;line-height:1;margin-bottom:12px}.ip-item h3{font-family:Fira Sans,system-ui,sans-serif;font-size:.9375rem;font-weight:700;color:#1a1d23;margin:0 0 8px}.ip-item p{font-size:.8125rem;line-height:1.55;color:#6b7280}.solve-grid{display:flex;gap:14px}.solve-card{flex:1;background:#f3f4f6;padding:26px 20px;border-top:3px solid rgba(91,154,66,.25);text-align:center;transition:border-color .3s,transform .3s,box-shadow .3s}.solve-card:hover{border-color:#5b9a42;transform:translateY(-3px);box-shadow:0 6px 20px #0000000f}.solve-num{font-family:Fira Sans,system-ui,sans-serif;font-size:1.4375rem;font-weight:800;color:#5b9a4233;line-height:1;margin-bottom:7px}.solve-card h3{font-family:Fira Sans,system-ui,sans-serif;font-size:.875rem;font-weight:700;color:#1a1d23;margin:0 0 9px;text-transform:uppercase;letter-spacing:.03em}.solve-card p{font-size:.8125rem;line-height:1.55;color:#6b7280}.solve-card p strong{color:#4b5563;display:block;margin-bottom:2px}.cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cases-photo{aspect-ratio:4/3;background:#e8ede8;border:1px solid rgba(156,163,175,.15);overflow:hidden;transition:transform .3s,border-color .3s,box-shadow .3s}.cases-photo:hover{transform:translateY(-3px);border-color:#5b9a424d;box-shadow:0 6px 24px #00000014}.cases-photo img{display:block;width:100%;height:100%;object-fit:cover}.testimonial-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.testimonial-card{background:#fff;padding:40px 36px;border:1px solid rgba(156,163,175,.12);transition:border-color .3s,box-shadow .3s}.testimonial-card:hover{border-color:#5b9a4240;box-shadow:0 4px 24px #0000000d}.testimonial-card-header{display:flex;align-items:center;gap:16px;margin-bottom:20px}.testimonial-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid rgba(91,154,66,.2)}.testimonial-meta{flex:1}.testimonial-name{font-family:Fira Sans,system-ui,sans-serif;font-size:.9375rem;font-weight:700;color:#1a1d23}.testimonial-role{font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:500;color:#6b7280;margin-top:2px}.testimonial-card blockquote{font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:400;font-style:italic;line-height:1.65;color:#4b5563;margin:0}.testimonial-card blockquote:before{content:"“";font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:600;color:#5b9a4226;line-height:.4;vertical-align:-6px;margin-right:4px}.faq-list{display:flex;flex-direction:column;gap:0;margin-top:36px}.faq-item{border-bottom:1px solid rgba(156,163,175,.18)}.faq-item:first-child{border-top:1px solid rgba(156,163,175,.18)}.faq-header{display:flex;align-items:center;gap:16px;width:100%;background:transparent;border:none;cursor:pointer;padding:22px 0;text-align:left;font-family:inherit;color:inherit;transition:color .25s}.faq-header:hover{color:#5b9a42}.faq-num{font-family:Fira Sans,system-ui,sans-serif;font-size:1.125rem;font-weight:700;color:#5b9a4240;line-height:1;flex-shrink:0;width:28px;transition:color .25s}.faq-item.active .faq-num{color:#5b9a42}.faq-question{font-family:Fira Sans,system-ui,sans-serif;font-size:1rem;font-weight:700;color:#1a1d23;margin:0;flex:1;transition:color .25s}.faq-item.active .faq-header .faq-question{color:#5b9a42}.faq-icon{width:20px;height:20px;flex-shrink:0;position:relative;transition:transform .35s cubic-bezier(.22,.61,.36,1)}.faq-icon:before,.faq-icon:after{content:"";position:absolute;background:#9ca3af;transition:background .25s,transform .35s cubic-bezier(.22,.61,.36,1)}.faq-icon:before{top:9px;left:0;width:20px;height:2px}.faq-icon:after{top:0;left:9px;width:2px;height:20px}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-item.active .faq-icon:before,.faq-item.active .faq-icon:after{background:#5b9a42}.faq-body{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.22,.61,.36,1)}.faq-body p{font-size:.875rem;line-height:1.65;color:#4b5563;padding:0 0 24px 44px}.cta{padding:100px 32px 120px;background:#f3f4f6;text-align:center}.cta-inner{max-width:800px;margin:0 auto}.cta-title{font-family:Fira Sans,system-ui,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:#1a1d23;text-transform:uppercase;margin-bottom:24px}.cta-desc{font-size:1.0625rem;line-height:1.7;color:#4b5563;margin-bottom:40px}.cta-actions{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:28px}.cta-link{background:transparent;color:#4b5563;border:1px solid rgba(156,163,175,.3);font-family:Fira Sans,system-ui,sans-serif;font-size:.8125rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;padding:16px 32px;text-decoration:none;transition:color .25s,border-color .25s}.cta-link:hover{color:#1a1d23;border-color:#9ca3af80}.cta-note{font-family:Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af}@media(max-width:1080px){.stats-bar,.prod-grid,.prod-grid--3,.prod-grid--2{grid-template-columns:repeat(2,1fr)}.oem-layout{grid-template-columns:1fr;gap:40px}.ip-grid{grid-template-columns:1fr}.eng-row-v2{flex-direction:column;gap:16px}.cert-layout{grid-template-columns:1fr;gap:40px}.gates-flow{flex-wrap:wrap}.gate-arrow{display:none}.gate-step{flex:0 0 calc(50% - 8px)}.solve-grid{flex-wrap:wrap}.solve-card{flex:0 0 calc(50% - 7px)}.vs-strip-inner{grid-template-columns:1fr}.vs-divider{padding:16px 0}.process-row,.process-row--reverse{grid-template-columns:1fr;gap:0}.process-row .process-img,.process-row--reverse .process-img{order:-1}.process-copy{padding:40px 24px}.testimonial-grid{grid-template-columns:1fr}.cases-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero{padding:140px 20px 0}.sec,.cta{padding:80px 20px}.sec-num{font-size:3.5rem}.stats-bar{grid-template-columns:1fr 1fr}.prod-grid,.prod-grid--3,.prod-grid--2,.cases-grid{grid-template-columns:1fr}.gate-step{flex:0 0 100%;padding:20px 16px}.solve-card{flex:0 0 100%}.testimonial-card{padding:28px 24px}.cert-gallery{flex-wrap:wrap;justify-content:center}.cert-photo{flex:0 0 120px}}@media(max-width:375px){.hero{padding:60px 16px 0}.sec,.cta{padding:60px 16px}.stats-bar{grid-template-columns:1fr}}
