
:root{--green:#087a4a;--green2:#0f9d63;--green3:#dff5ea;--ink:#10261d;--muted:#5d6c65;--line:#dce6e1;--soft:#f4f8f6;--orange:#ee8b14;--white:#fff;--shadow:0 18px 60px rgba(10,55,37,.12);--radius:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:20px;top:10px;z-index:999;background:#fff;padding:10px}
.site-header{height:82px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:0 max(24px,calc((100vw - 1240px)/2));position:sticky;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);z-index:50;border-bottom:1px solid rgba(8,122,74,.08)}.brand{display:flex;align-items:center;gap:10px}.brand img{width:52px;height:52px;object-fit:contain}.brand span{display:flex;flex-direction:column;line-height:1}.brand strong{font-size:20px;letter-spacing:.15em}.brand small{font-size:9px;letter-spacing:.05em;margin-top:5px;color:var(--muted)}.main-nav{display:flex;align-items:center;justify-content:center;gap:20px;font-size:13px;font-weight:700}.main-nav a:hover{color:var(--green)}.nav-cta{padding:10px 16px;background:var(--green);color:white!important;border-radius:999px}.language-menu{display:flex;gap:5px}.language-link{font-size:10px;font-weight:800;padding:5px;border-radius:6px;color:var(--muted)}.language-link.active{background:var(--green3);color:var(--green)}.menu-toggle{display:none}
.hero{min-height:720px;overflow:hidden;background:radial-gradient(circle at 80% 30%,#dbf5e9 0,transparent 35%),linear-gradient(130deg,#f8fbfa 30%,#e9f7f0)}.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;min-height:720px}.hero-copy{position:relative;z-index:3}.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:900;color:var(--green);text-transform:uppercase}.hero h1,.page-hero h1,.product-summary h1{font-size:clamp(42px,5vw,72px);line-height:1.02;letter-spacing:-.045em;margin:16px 0 24px}.hero p,.page-hero p,.product-lead{font-size:19px;color:var(--muted);max-width:660px}.button-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;justify-content:center;align-items:center;min-height:50px;padding:0 23px;border-radius:999px;font-weight:800;border:1px solid transparent;cursor:pointer}.button.primary{background:var(--green);color:#fff}.button.primary:hover{background:#05673d}.button.secondary{border-color:var(--green);color:var(--green);background:#fff}.trust-row{display:flex;gap:22px;margin-top:32px;font-size:12px;font-weight:900;letter-spacing:.08em;color:var(--muted)}.hero-visual{height:610px;position:relative}.hero-vehicle{position:absolute;z-index:2;filter:drop-shadow(0 30px 35px rgba(0,0,0,.16));object-fit:contain}.hero-v1{width:68%;right:-2%;top:8%}.hero-v2{width:50%;left:0;bottom:3%}.hero-v3{width:37%;right:4%;bottom:0}.hero-orbit{position:absolute;width:520px;height:520px;border:1px solid rgba(8,122,74,.25);border-radius:50%;right:4%;top:10%;box-shadow:0 0 0 60px rgba(8,122,74,.03),0 0 0 120px rgba(8,122,74,.02)}
.section{padding:100px 0}.section.soft{background:var(--soft)}.section.dark{background:#0c2c20;color:#fff}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:44px}.section-heading h2,.split h2,.detail-grid h2,.cta-panel h2{font-size:clamp(30px,3.2vw,48px);line-height:1.08;margin:9px 0}.section-heading>p{max-width:530px;color:var(--muted)}.section-heading.light p{color:#b6c8c0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.featured-grid .product-card:nth-child(1),.featured-grid .product-card:nth-child(6){grid-column:span 2}.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.25s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#b8d8c8}.product-image{height:280px;background:linear-gradient(145deg,#f8fbfa,#edf7f2);display:flex;align-items:center;justify-content:center;padding:22px}.product-image img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 16px 20px rgba(0,0,0,.11))}.product-card-body{padding:22px}.product-card h3{font-size:25px;margin:6px 0 15px}.mini-specs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:20px}.mini-specs span,.key-chips span{font-size:11px;font-weight:800;padding:7px 10px;background:var(--soft);border-radius:999px}.text-link{font-weight:900;color:var(--green)}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.category-card{min-height:260px;padding:24px;border-radius:20px;background:#fff;border:1px solid var(--line);display:flex;flex-direction:column}.category-card:hover{background:var(--green);color:#fff}.category-number{font-size:12px;font-weight:900;color:var(--green)}.category-card:hover .category-number{color:#fff}.category-card h3{font-size:22px;margin:auto 0 8px}.category-card p{font-size:13px;color:var(--muted)}.category-card:hover p{color:#d8eee4}.category-card b{font-size:24px}.split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.cert-section{background:linear-gradient(120deg,#092b1e,#0b4a31);color:white}.cert-section p{color:#c3d9cf}.cert-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cert-badges span{height:150px;border:1px solid rgba(255,255,255,.22);border-radius:50%;display:grid;place-items:center;font-size:35px;font-weight:900}.cert-badges small{grid-column:1/-1;color:#c3d9cf}.factory-image,.feature-visual{border-radius:var(--radius);overflow:hidden;background:var(--soft)}.factory-image img{width:100%;aspect-ratio:4/3;object-fit:cover}.feature-visual img{width:100%;height:420px;object-fit:contain;padding:35px}.stats{display:flex;gap:25px;margin:30px 0}.stats div{display:flex;flex-direction:column}.stats strong{font-size:24px;color:var(--green)}.stats span{font-size:12px;color:var(--muted)}.process-grid{list-style:none;padding:0;display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:rgba(255,255,255,.15)}.process-grid li{padding:30px;background:#0c2c20}.process-grid span{color:#68d9a1;font-size:12px;font-weight:900}.process-grid p{font-weight:800}.cta-panel{padding:48px;border-radius:var(--radius);background:linear-gradient(130deg,#e4f8ee,#f8fbfa);display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-panel p{color:var(--muted);max-width:650px}
.page-hero{padding:100px 0;background:linear-gradient(130deg,#f4faf7,#e4f6ed);overflow:hidden}.page-hero.compact{padding:75px 0}.page-hero .split{min-height:460px}.catalog-section{padding-top:45px}.filters{display:grid;grid-template-columns:repeat(5,1fr) auto;gap:12px;padding:18px;background:var(--soft);border-radius:18px;position:sticky;top:92px;z-index:20}.filters label{font-size:11px;font-weight:900;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.filters select{width:100%;display:block;margin-top:5px;border:1px solid var(--line);border-radius:10px;padding:10px;background:white;color:var(--ink)}.filter-clear{border:0;border-radius:12px;padding:10px 16px;align-self:end;background:var(--ink);color:#fff;font-weight:800}.catalog-meta{margin:25px 0}.no-results{text-align:center;padding:60px;color:var(--muted)}
.product-hero{padding:65px 0 75px;background:linear-gradient(130deg,#f4faf7,#e4f6ed)}.product-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}.product-main-image{height:550px;display:flex;align-items:center;justify-content:center}.product-main-image img{height:100%;width:100%;object-fit:contain;filter:drop-shadow(0 30px 30px rgba(0,0,0,.15))}.key-chips{display:flex;gap:8px;flex-wrap:wrap;margin:25px 0}.key-chips span{font-size:13px;padding:10px 14px;background:#fff}.detail-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:70px}.spec-table{border-top:1px solid var(--line)}.spec-table div{display:grid;grid-template-columns:1fr 1.5fr;padding:14px 0;border-bottom:1px solid var(--line)}.spec-table dt{font-weight:800;color:var(--muted)}.spec-table dd{margin:0;font-weight:800}.application-card{padding:32px;border-radius:var(--radius);background:var(--soft);align-self:start}.application-card ul{padding-left:20px}.cert-callout{margin-top:25px;padding:20px;background:#fff;border-left:4px solid var(--orange)}.cert-callout p{font-size:13px;color:var(--muted)}.fine{font-size:11px;color:var(--muted)}
.value-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.value-grid article{padding:35px;border:1px solid var(--line);border-radius:20px}.value-grid article>span{color:var(--green);font-size:12px;font-weight:900}.value-grid h2{font-size:25px}.value-grid p{color:var(--muted)}.content-narrow{max-width:950px}.contact-grid{display:grid;grid-template-columns:1.45fr .55fr;gap:60px}.inquiry-form{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:32px;border:1px solid var(--line);border-radius:var(--radius)}.inquiry-form label{font-size:12px;font-weight:900;color:var(--muted)}.inquiry-form input,.inquiry-form select,.inquiry-form textarea{width:100%;margin-top:6px;padding:13px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink)}.inquiry-form .wide{grid-column:1/-1}.checkbox{display:flex;gap:10px;align-items:flex-start}.checkbox input{width:auto;margin-top:4px}.hidden-field{display:none}.contact-aside{padding:32px;background:#0c2c20;color:#fff;border-radius:var(--radius);display:flex;flex-direction:column;gap:12px;align-self:start}.contact-aside a{color:#79dfaa;font-weight:800}.response-box{margin-top:25px;padding-top:25px;border-top:1px solid rgba(255,255,255,.2);display:flex;gap:15px;align-items:center}.response-box strong{font-size:38px;color:#79dfaa}.response-box span{font-size:12px}.legal-copy{max-width:800px}.legal-copy p{font-size:18px}.notice{padding:20px;border-radius:14px;margin-bottom:25px}.notice.warning{background:#fff4dc;border-left:4px solid var(--orange)}.thank-page{min-height:70vh;display:grid;place-items:center;text-align:center}.success-mark{width:80px;height:80px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:white;font-size:40px;margin:auto}.thank-page h1{font-size:50px}
.site-footer{background:#081c14;color:#d4e2dc;padding:70px 0 25px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start}.footer-grid h3{color:#fff;font-size:14px}.footer-grid a{font-size:13px;margin:5px 0;color:#b8cbc2}.footer-brand{font-size:34px;font-weight:900;letter-spacing:.15em;color:#64d99d}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:45px;padding-top:20px;display:flex;justify-content:space-between;font-size:11px}.footer-bottom a{margin-left:18px}.floating-wa{position:fixed;right:22px;bottom:22px;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-weight:900;box-shadow:var(--shadow);z-index:40}
@media(max-width:1050px){.main-nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;padding:25px;flex-direction:column;box-shadow:var(--shadow)}.main-nav.open{display:flex}.menu-toggle{display:flex;flex-direction:column;gap:4px;border:0;background:none}.menu-toggle span{width:24px;height:2px;background:var(--ink)}.menu-toggle b{position:absolute;left:-9999px}.site-header{grid-template-columns:auto auto 1fr}.language-menu{justify-self:end}.hero-grid{grid-template-columns:1fr}.hero-copy{padding-top:80px}.hero-visual{height:500px}.product-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(3,1fr)}.filters{grid-template-columns:repeat(3,1fr)}.product-hero-grid,.detail-grid,.contact-grid{grid-template-columns:1fr}.product-main-image{height:430px}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.container{width:min(100% - 24px,1180px)}.site-header{height:72px;padding:0 12px;gap:9px}.brand img{width:42px;height:42px}.brand small{display:none}.language-menu{gap:0}.language-link{font-size:9px;padding:4px}.main-nav{top:72px}.hero,.hero-grid{min-height:760px}.hero-copy{padding-top:55px}.hero h1,.page-hero h1,.product-summary h1{font-size:42px}.hero p,.page-hero p{font-size:16px}.hero-visual{height:370px}.hero-v1{width:76%;right:-5%}.hero-v2{width:58%;left:-5%}.hero-v3{width:40%}.hero-orbit{width:330px;height:330px}.trust-row{gap:10px;flex-wrap:wrap}.section{padding:68px 0}.section-heading,.cta-panel{display:block}.product-grid,.category-grid,.value-grid,.footer-grid{grid-template-columns:1fr}.featured-grid .product-card:nth-child(1),.featured-grid .product-card:nth-child(6){grid-column:auto}.split{grid-template-columns:1fr;gap:35px}.cert-badges span{height:95px;font-size:23px}.process-grid{grid-template-columns:1fr}.filters{position:static;grid-template-columns:1fr 1fr}.filter-clear{grid-column:1/-1}.product-main-image{height:330px}.spec-table div{grid-template-columns:1fr;gap:5px}.inquiry-form{grid-template-columns:1fr;padding:20px}.inquiry-form .wide{grid-column:auto}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:12px}.footer-bottom a{margin:0 14px 0 0}.product-image{height:240px}.page-hero{padding:70px 0}.stats{flex-wrap:wrap}}
.catalog-hero{padding:70px 0 62px;background:linear-gradient(130deg,#f7fbf9,#e8f7ef)}.catalog-hero-grid{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:end}.catalog-hero h1{font-size:clamp(42px,5vw,70px);line-height:1.02;letter-spacing:-.045em;margin:14px 0 18px;max-width:850px}.catalog-hero p{font-size:18px;color:var(--muted);max-width:700px}.catalog-summary{display:grid;grid-template-columns:auto auto;gap:4px 14px;padding:24px 28px;border:1px solid rgba(8,122,74,.14);border-radius:20px;background:rgba(255,255,255,.72)}.catalog-summary strong{font-size:32px;line-height:1;color:var(--green)}.catalog-summary span{font-size:12px;font-weight:800;color:var(--muted);align-self:center}.catalog-section{padding:48px 0 100px}.catalog-categories{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:20px}.category-filter{min-height:96px;padding:14px;text-align:left;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--ink);cursor:pointer;transition:.2s}.category-filter span{display:block;font-size:11px;font-weight:900;color:var(--green);margin-bottom:14px}.category-filter b{font-size:13px;line-height:1.25}.category-filter:hover,.category-filter.active{background:var(--green);border-color:var(--green);color:#fff;transform:translateY(-2px)}.category-filter:hover span,.category-filter.active span{color:#baf0d4}.catalog-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) auto auto;gap:12px;align-items:center;padding:14px;border-radius:18px;background:var(--soft)}.catalog-search{height:50px;display:flex;align-items:center;gap:10px;padding:0 16px;border:1px solid var(--line);border-radius:12px;background:#fff}.catalog-search span{font-size:24px;color:var(--green)}.catalog-search input{width:100%;border:0;outline:0;background:transparent}.quick-filters{display:flex;gap:8px}.quick-filters button{height:44px;padding:0 14px;border:1px solid #bdd6ca;border-radius:999px;background:#fff;color:var(--green);font-size:12px;font-weight:800;cursor:pointer}.quick-filters button[aria-pressed="true"]{background:var(--green);border-color:var(--green);color:#fff}.sort-control{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:900;color:var(--muted)}.sort-control select{height:44px;max-width:190px;padding:0 32px 0 12px;border:1px solid var(--line);border-radius:10px;background:#fff}.advanced-filters{margin-top:12px;border:1px solid var(--line);border-radius:16px;background:#fff}.advanced-filters summary{display:flex;align-items:center;justify-content:space-between;padding:15px 18px;cursor:pointer;font-size:12px;font-weight:900;color:var(--muted);list-style:none}.advanced-filters summary::-webkit-details-marker{display:none}.advanced-filters[open] summary span{transform:rotate(45deg)}.advanced-filters .filters{position:static;top:auto;z-index:auto;border-radius:0;border-top:1px solid var(--line);background:#fff}.catalog-meta{display:flex;justify-content:space-between;align-items:center;margin:24px 0 18px;color:var(--muted);font-size:13px}.catalog-meta strong{font-size:20px;color:var(--ink)}.catalog-meta button{border:0;background:none;color:var(--green);font-weight:900;cursor:pointer}.card-badge{position:absolute;top:14px;left:14px;z-index:2;padding:7px 10px;border-radius:999px;background:var(--orange);color:#fff;font-size:10px;font-weight:900;letter-spacing:.04em}.product-image{position:relative}.card-application{min-height:42px;margin:0 0 15px;color:var(--muted);font-size:13px}.card-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.card-quote{padding:8px 12px;border-radius:999px;background:var(--green3);color:var(--green);font-size:11px;font-weight:900}.product-card-body{display:flex;flex:1;flex-direction:column}.catalog-section .product-image{height:250px}.catalog-section .product-card h3{font-size:22px}.catalog-section .product-card-body{padding:20px}
@media(max-width:1050px){.catalog-categories{grid-template-columns:repeat(3,1fr)}.catalog-toolbar{grid-template-columns:1fr 1fr}.catalog-search{grid-column:1/-1}.sort-control{justify-self:end}.catalog-summary{display:none}}
@media(max-width:680px){.catalog-hero{padding:48px 0 42px}.catalog-hero-grid{display:block}.catalog-hero h1{font-size:40px}.catalog-hero p{font-size:15px}.catalog-section{padding-top:24px}.catalog-categories{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;margin-right:-12px;padding:2px 12px 10px 0}.category-filter{min-width:142px;scroll-snap-align:start}.catalog-toolbar{display:flex;flex-direction:column;align-items:stretch}.quick-filters{overflow-x:auto}.quick-filters button{white-space:nowrap}.sort-control{justify-content:space-between}.sort-control select{flex:1;max-width:none}.advanced-filters .filters{grid-template-columns:1fr}.catalog-meta{align-items:flex-start}.catalog-section .product-grid{grid-template-columns:1fr}.catalog-section .product-image{height:260px}}
@media(max-width:680px){.catalog-section .product-card{display:grid;grid-template-columns:42% 58%;min-height:205px}.catalog-section .product-image{height:100%;min-height:205px;padding:12px}.catalog-section .product-card-body{padding:14px}.catalog-section .product-card h3{font-size:18px;margin:4px 0 8px}.catalog-section .card-application{min-height:0;margin-bottom:9px;font-size:11px;line-height:1.35}.catalog-section .mini-specs{gap:4px;margin-bottom:10px}.catalog-section .mini-specs span{padding:4px 6px;font-size:8px}.catalog-section .text-link,.catalog-section .card-quote{font-size:9px}.catalog-section .card-badge{top:8px;left:8px;font-size:8px}}
.catalog-section .product-image img{filter:none}
.factory-image img{object-position:72% center}

:root{--green:#15a764;--green2:#087844;--green3:#e5f7ed;--ink:#111513;--muted:#68706c;--line:#dde2df;--soft:#f4f6f5;--orange:#f19722;--charcoal:#101412;--shadow:0 24px 70px rgba(10,18,14,.12);--radius:18px}
body{font-family:"Segoe UI",Inter,Arial,sans-serif;letter-spacing:-.01em}.container{width:min(1240px,calc(100% - 56px))}
.site-header{height:86px;padding:0 max(28px,calc((100vw - 1320px)/2));background:rgba(255,255,255,.92);border-bottom:1px solid #e8ebe9}.brand strong{font-size:22px;letter-spacing:.19em}.brand small{letter-spacing:.12em;text-transform:uppercase}.main-nav{gap:24px;font-size:12px}.nav-cta{border-radius:4px;padding:12px 18px;background:var(--charcoal)}
.hero{min-height:760px;background:#f1f3f2;position:relative}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.94) 0,rgba(255,255,255,.72) 39%,transparent 66%),linear-gradient(rgba(12,18,15,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(12,18,15,.035) 1px,transparent 1px);background-size:auto,48px 48px,48px 48px}.hero-grid{min-height:760px;grid-template-columns:.86fr 1.14fr;position:relative}.hero-copy{padding:60px 0}.hero h1{font-size:clamp(54px,6vw,88px);max-width:720px;color:#0e1210;letter-spacing:-.06em}.hero p{font-size:20px;max-width:610px}.button{border-radius:4px;min-height:52px}.button.primary{background:var(--charcoal)}.button.primary:hover{background:var(--green2)}.button.secondary{border-color:#1b211e;color:#151a17}.trust-row{padding-top:24px;border-top:1px solid #ccd2cf;max-width:600px}.trust-row span{color:#303733}
.hero-visual{height:680px}.hero-flagship{position:absolute;width:112%;max-width:none;right:-17%;top:17%;filter:drop-shadow(0 42px 32px rgba(0,0,0,.22));z-index:2}.hero-model{position:absolute;right:0;top:10%;font-size:12px;font-weight:800;letter-spacing:.18em;color:#69716d}.hero-specs{position:absolute;z-index:3;right:0;bottom:12%;display:flex;background:rgba(15,19,17,.93);color:#fff}.hero-specs span{min-width:112px;padding:18px 20px;border-left:1px solid rgba(255,255,255,.15);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.hero-specs b{font-size:25px;display:block;letter-spacing:-.04em}
.value-strip{background:var(--charcoal);color:#fff}.value-strip-grid{display:grid;grid-template-columns:repeat(3,1fr)}.value-strip article{padding:45px 44px;border-left:1px solid rgba(255,255,255,.12)}.value-strip article:last-child{border-right:1px solid rgba(255,255,255,.12)}.value-strip article>span{color:#63d99a;font-size:11px;font-weight:900}.value-strip h2{font-size:24px;margin:18px 0 8px}.value-strip p{font-size:13px;color:#aeb8b3;margin:0}
.section{padding:110px 0}.section-heading h2,.split h2,.detail-grid h2,.cta-panel h2{letter-spacing:-.045em}.categories-section{background:#fff}.category-grid{grid-template-columns:repeat(6,1fr);grid-auto-rows:260px;gap:14px}.category-card{position:relative;min-height:0;padding:0;overflow:hidden;border:0;border-radius:12px;background:#ecefed}.category-card:first-child{grid-column:span 4}.category-card:nth-child(2){grid-column:span 2}.category-card:nth-child(3){grid-column:span 2}.category-card:nth-child(4){grid-column:span 4}.category-card:nth-child(5){grid-column:span 6}.category-image{position:absolute;inset:0}.category-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,10,8,.84),rgba(7,10,8,.02) 75%)}.category-image img{width:100%;height:100%;object-fit:contain;padding:12px;transition:.4s}.category-card:hover{background:#e8ecea;color:#fff}.category-card:hover .category-image img{transform:scale(1.05)}.category-content{position:absolute;z-index:2;left:24px;right:24px;bottom:20px;color:#fff}.category-number{color:#72dfa6}.category-card:hover .category-number{color:#72dfa6}.category-card h3{font-size:24px;margin:4px 0}.category-card p{display:none}.category-card b{font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.product-card{border-radius:12px;border-color:#e2e6e4}.product-card:hover{transform:translateY(-4px)}.product-image{background:#eef1ef}.product-card h3{letter-spacing:-.04em}.card-badge{left:16px;border-radius:3px}.eec-badge{position:absolute;right:14px;top:14px;z-index:2;background:#111513;color:#fff;padding:7px 9px;font-size:9px;font-weight:900;letter-spacing:.12em}.mini-specs span{border-radius:3px}.card-quote{border-radius:3px}
.cert-section{background:#0e1210}.cert-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:100px;align-items:center}.cert-layout p{color:#adb8b2;max-width:700px}.eec-seal{width:280px;height:280px;margin:auto;border:1px solid #3f4c45;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 0 0 18px #131a16,0 0 0 19px #2b3731}.eec-seal small,.eec-seal span{font-size:10px;letter-spacing:.24em;color:#83dcae}.eec-seal strong{font-size:76px;line-height:1;color:#fff;letter-spacing:-.06em;margin:12px 0}
.factory-image,.feature-visual{border-radius:12px}.process-grid li{background:#101412}.cta-panel{border-radius:12px;background:#eef2f0}.site-footer{background:#0b0f0d}.footer-role{font-size:11px;color:#849089;margin-bottom:6px}.footer-grid strong{color:#fff}
.catalog-hero{background:#101412;color:#fff;padding:90px 0}.catalog-hero p{color:#aab5af}.catalog-summary{background:#171d1a;border-color:#29332e}.catalog-summary span{color:#aab5af}.catalog-categories{grid-template-columns:repeat(6,1fr);gap:12px}.category-filter{height:150px;position:relative;overflow:hidden;background:#eff2f0;border:0;padding:12px}.category-filter img{position:absolute;width:90%;height:90%;right:-12%;bottom:-10%;object-fit:contain;opacity:.82}.category-filter span,.category-filter b,.category-filter strong{position:relative;z-index:2}.category-filter span{color:#169c5f}.category-filter b{display:block;max-width:110px;margin-top:72px;font-size:12px}.category-filter:hover,.category-filter.active{background:#111513;transform:none}.category-filter:hover img,.category-filter.active img{opacity:.36}.category-all{background:#e5f7ed}.category-all strong{display:block;font-size:38px;line-height:1}.category-all span{margin:6px 0 0}.category-all b{margin-top:12px}.catalog-toolbar{background:#eef1ef;border-radius:10px}.advanced-filters{border-radius:10px}.catalog-section .product-image{height:270px}
.product-hero{background:#eef1ef;position:relative;overflow:hidden}.product-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(10,18,14,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(10,18,14,.035) 1px,transparent 1px);background-size:48px 48px}.product-hero-grid{position:relative}.product-main-image{position:relative}.product-cert-mark{position:absolute;left:0;top:20px;padding:9px 11px;background:#111513;color:#fff;font-size:10px;font-weight:900;letter-spacing:.13em}.product-summary h1{font-size:clamp(54px,6vw,82px)}.key-chips span{border-radius:3px}.application-card{border-radius:12px}.cert-callout{border-left-color:var(--green)}
.contact-aside{border-radius:12px;background:#101412}.contact-kicker{font-size:10px;color:#72dfa6;font-weight:900;letter-spacing:.14em}.inquiry-form{border-radius:12px}.inquiry-form input,.inquiry-form select,.inquiry-form textarea{border-radius:4px}
@media(max-width:1050px){.container{width:min(100% - 36px,1240px)}.hero-grid{grid-template-columns:1fr}.hero-copy{padding-top:90px}.hero-visual{height:520px}.hero-flagship{width:94%;right:0;top:5%}.hero-specs{bottom:5%}.category-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:250px}.category-card,.category-card:first-child,.category-card:nth-child(4),.category-card:nth-child(5){grid-column:auto}.cert-layout{grid-template-columns:1fr 1fr;gap:60px}.catalog-categories{grid-template-columns:repeat(3,1fr)}}
@media(max-width:680px){.container{width:min(100% - 24px,1240px)}.site-header{height:72px}.hero,.hero-grid{min-height:760px}.hero-copy{padding-top:62px}.hero h1{font-size:46px}.hero-visual{height:330px}.hero-flagship{width:112%;right:-8%;top:8%}.hero-model{top:0}.hero-specs{right:auto;left:0;bottom:0}.hero-specs span{min-width:88px;padding:12px;font-size:8px}.hero-specs b{font-size:19px}.value-strip-grid{grid-template-columns:1fr}.value-strip article,.value-strip article:last-child{padding:30px 4px;border-left:0;border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.section{padding:72px 0}.category-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;margin-right:-12px;padding-right:12px}.category-card{min-width:82vw;height:270px;scroll-snap-align:start}.cert-layout{grid-template-columns:1fr}.eec-seal{width:210px;height:210px}.eec-seal strong{font-size:58px}.catalog-hero{padding:54px 0}.catalog-categories{display:flex}.category-filter{min-width:158px;height:126px}.category-filter b{margin-top:56px}.product-main-image{height:350px}.product-cert-mark{top:0}.footer-role{display:block}}
