
:root{--green:#11a84b;--deep:#062e24;--ink:#071526;--muted:#66716e;--soft:#f3f8f5;--line:#e6eee9;--white:#fff}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff}
a{text-decoration:none;color:inherit}.wrap{width:min(1180px,92%);margin:auto}
header{height:88px;background:#fff;display:flex;align-items:center;position:sticky;top:0;z-index:20;border-bottom:1px solid #edf1ee}
.nav{display:flex;align-items:center;justify-content:space-between;gap:28px}.logo{font-weight:900;font-size:25px;line-height:.86}.logo b{color:var(--green)}.logo small{display:block;font-size:8px;letter-spacing:.4px;margin-top:7px}
nav{display:flex;gap:29px;font-size:14px;font-weight:700}nav a.active,nav a:hover{color:var(--green)}
.btn{display:inline-flex;align-items:center;gap:12px;padding:15px 24px;border-radius:999px;font-weight:800;font-size:14px}.btn.green{background:var(--green);color:white}.btn.outline{border:1px solid #d7e0da}
.hero{min-height:570px;display:grid;grid-template-columns:1.03fr 1.2fr;background:linear-gradient(90deg,#f6f8f6,#fff)}
.hero-copy{padding:78px max(6vw,42px)}.eyebrow{color:var(--green);font-weight:900;font-size:14px;margin-bottom:15px}.hero h1{font-size:61px;line-height:.94;margin:0 0 18px;letter-spacing:-2.7px}.hero h1 span{color:var(--green)}.lead{font-size:18px;font-weight:700;margin-bottom:13px}.copy{color:#36423e;line-height:1.58;font-size:16px;max-width:590px}.actions{display:flex;gap:14px;margin-top:28px}
.hero-photo{position:relative;overflow:hidden;background:linear-gradient(145deg,#e8eee9,#9ca99f)}.hero-photo:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,39,30,.04),rgba(4,39,30,.25))}
.hero-photo .mock{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:white;text-align:center;padding:50px}.mock strong{font-size:34px}.mock p{opacity:.9}
.stats{background:#f3fbf6;border-top:1px solid #dff1e6;border-bottom:1px solid #dff1e6}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.stat{padding:25px 20px;display:flex;align-items:center;gap:16px;border-right:1px solid #dfeae3}.stat:last-child{border:0}.ico{width:45px;height:45px;border:2px solid var(--green);border-radius:13px;display:grid;place-items:center;color:var(--green);font-weight:900}.stat b{font-size:23px}.stat small{display:block;color:#53615c;margin-top:2px}
.products{padding:0 0 60px;margin-top:-54px;position:relative;z-index:3}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.card{background:white;border:1px solid #e4eae6;border-radius:14px;padding:22px;box-shadow:0 9px 28px rgba(0,35,20,.08)}.product-img{height:120px;background:linear-gradient(145deg,#f7f8f7,#e6ebe7);border-radius:10px;margin-bottom:15px;display:grid;place-items:center;font-size:44px}.card h3{margin:0 0 7px;font-size:20px}.card p{color:#67716e;font-size:14px;min-height:38px}.card a{color:var(--green);font-weight:900;font-size:14px}
.section{padding:76px 0}.split{display:grid;grid-template-columns:1fr 1.08fr;gap:45px;align-items:center}.photo-box{min-height:390px;border-radius:14px;background:linear-gradient(145deg,#d9e4dc,#9cac9f);position:relative;overflow:hidden}.photo-box:after{content:"Comfort Home";position:absolute;left:28px;bottom:25px;background:var(--deep);color:white;padding:15px 22px;border-radius:12px;font-weight:900}.section h2{font-size:42px;line-height:1.02;letter-spacing:-1.5px;margin:8px 0 18px}.checks{display:grid;gap:12px;margin:22px 0}.check{font-weight:750}.check:before{content:"✓";display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--green);color:white;margin-right:10px}
.values{background:#f4faf6}.values-grid,.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.value{padding:24px;background:white;border:1px solid #e7eee9;border-radius:12px}.value b{display:block;font-size:18px;margin:12px 0 5px}.value span{color:#6b7772;font-size:14px}
.team-card{border:1px solid #e3e9e5;border-radius:12px;overflow:hidden;background:white}.avatar{height:175px;background:linear-gradient(145deg,#d6ddd8,#899a8e);display:grid;place-items:center;font-size:46px}.team-card div:last-child{padding:15px}.team-card b{display:block}.team-card small{color:#68736f}
.cta{background:linear-gradient(110deg,#032e24,#001b16);color:white}.cta .wrap{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:290px}.cta h2{font-size:42px;margin:0 0 13px}.cta ul{list-style:none;padding:0;line-height:2.2}.cta li:before{content:"✓";color:#20d268;margin-right:12px}
footer{padding:38px 0;background:#041a15;color:#c8d4cf;font-size:14px}
.page-hero{padding:68px 0;background:#f6f9f7}.page-hero h1{font-size:54px;margin:7px 0 15px;letter-spacing:-2px}.page-hero h1 span{color:var(--green)}
.form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form input,.form select,.form textarea{width:100%;padding:15px;border:1px solid #d9e2dc;border-radius:10px;font:inherit}.form textarea{grid-column:1/-1;min-height:140px}.form button{border:0;cursor:pointer}
@media(max-width:850px){header{height:auto;padding:16px 0}.nav{align-items:flex-start}.nav nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:55px 5%}.hero h1{font-size:47px}.hero-photo{min-height:360px}.stats-grid,.product-grid,.values-grid,.team-grid{grid-template-columns:1fr 1fr}.split,.cta .wrap{grid-template-columns:1fr}.products{margin-top:0;padding-top:28px}.section h2,.cta h2{font-size:35px}}
@media(max-width:540px){.stats-grid,.product-grid,.values-grid,.team-grid,.form{grid-template-columns:1fr}.form textarea{grid-column:auto}.hero h1,.page-hero h1{font-size:40px}.btn{padding:13px 17px}.actions{flex-wrap:wrap}.logo{font-size:21px}}


/* v2 — closer to approved visual direction */
body{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
.wrap{width:min(1240px,91.5%)} header{height:78px}
.logo{letter-spacing:-1.3px}.logo small{font-weight:700;color:#53635c}
.hero{min-height:535px}.hero-copy{padding:65px max(5vw,48px)}
.hero h1{font-size:58px;max-width:570px}.hero .copy{max-width:520px}
.home-hero{background:
linear-gradient(90deg,rgba(3,27,21,.90) 0%,rgba(3,27,21,.72) 38%,rgba(3,27,21,.18) 68%,rgba(3,27,21,.04) 100%),
url('assets/design-home.jpeg') center 47%/cover no-repeat;color:#fff;display:block;min-height:570px}
.home-hero .hero-copy{width:min(1240px,91.5%);margin:auto;padding:85px 0 150px}
.home-hero .eyebrow,.home-hero .copy{color:#fff}.home-hero .lead{color:#fff}
.home-hero h1{font-size:60px}.home-hero .btn.outline{color:#fff;border-color:rgba(255,255,255,.7)}
.home-products{margin-top:-92px}
.product-grid .card{text-align:center;padding:20px 22px 24px}.product-grid .card h3{font-size:19px}
.product-img{height:105px;font-size:37px;background:#f7f9f8}
.trustbar{background:#f2f8f4;border-top:1px solid #e1ece5;border-bottom:1px solid #e1ece5}
.trustgrid{display:grid;grid-template-columns:repeat(4,1fr)}.trustitem{padding:22px 15px;display:flex;gap:12px;align-items:center;justify-content:center;font-size:13px}.trustitem b{display:block;font-size:14px}
.over-hero{min-height:545px;background:#fff}
.over-hero .hero-photo{background:url('assets/design-over-ons.jpeg') 68% 24%/215% auto no-repeat}
.over-hero .hero-photo .mock{display:none}
.signature{font-family:cursive;font-size:25px;transform:rotate(-4deg);margin-top:25px;color:#162b24}
.section-tight{padding:55px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.section-head h2{margin:4px 0 0}
.value .ico{border:0;font-size:28px}.team-card{box-shadow:0 4px 16px rgba(0,30,15,.05)}
.avatar{height:150px;font-size:0;background:#dce5df}
.team-card:nth-child(1) .avatar{background:url('assets/design-over-ons.jpeg') 58% 27%/390% auto no-repeat}
.cta{background:
linear-gradient(90deg,rgba(1,40,31,.98),rgba(1,40,31,.82),rgba(1,40,31,.42)),
url('assets/design-home.jpeg') center 88%/cover no-repeat}
.cta .wrap{min-height:315px}
@media(max-width:850px){
.home-hero{background-position:60% center}.home-hero .hero-copy{padding:65px 0 120px}.home-products{margin-top:-70px}
.over-hero{grid-template-columns:1fr}.over-hero .hero-photo{min-height:390px;background-size:270%;background-position:61% 25%}
.trustgrid{grid-template-columns:1fr 1fr}
}
@media(max-width:540px){
header .btn{font-size:12px;padding:11px 13px}.home-hero h1{font-size:43px}.home-hero .hero-copy{padding-top:55px}
.home-products{margin-top:-45px}.trustgrid{grid-template-columns:1fr}.over-hero .hero-photo{min-height:320px;background-size:300%}
}

/* v3 refinement */
:root{--green:#08a84e;--green2:#26c45e;--navy:#06172a}
header{box-shadow:0 2px 16px rgba(0,25,15,.035)}
.nav{height:100%}nav a{position:relative;padding:31px 0 27px}
nav a:hover:after,nav a.active:after{content:"";position:absolute;height:2px;left:0;right:0;bottom:20px;background:var(--green)}
.home-hero{min-height:600px}.home-hero .hero-copy{padding-top:88px}.home-hero h1{font-size:64px;line-height:.96;letter-spacing:-3.1px}
.home-hero .lead{max-width:560px;font-size:17px}.home-hero .copy{font-size:16px}
.btn{transition:.2s transform,.2s box-shadow}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(0,80,40,.14)}
.product-grid{gap:22px}.product-grid .card{border-radius:12px;min-height:260px}.product-grid .card:hover{transform:translateY(-3px);transition:.2s}
.stats-grid .stat{min-height:94px}.stats{background:#f5fbf7}
.section{padding:68px 0}.section .eyebrow{font-size:12px;letter-spacing:.3px}
.photo-box{box-shadow:0 9px 30px rgba(0,35,20,.08)}
.values{background:linear-gradient(#f7fbf8,#f0f8f3)}
.value{min-height:142px}.team-card small{display:block;margin-top:4px}.team-card div:last-child{min-height:72px}
.page-hero{padding:85px 0 75px}.page-hero .copy{font-size:17px;max-width:650px}
.product-intro{background:linear-gradient(135deg,#f6faf7,#edf7f1)}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}.feature{border:1px solid #e2ebe5;border-radius:12px;padding:22px;background:white}.feature b{display:block;margin-bottom:6px}.feature span{color:#68746f;font-size:14px}
.quote-band{padding:35px 0;background:#073c2f;color:#fff}.quote-band .wrap{display:flex;justify-content:space-between;align-items:center;gap:30px}.quote-band strong{font-size:25px}
@media(max-width:850px){.home-hero h1{font-size:50px}.feature-grid{grid-template-columns:1fr}.quote-band .wrap{display:block}.quote-band .btn{margin-top:18px}}

/* v4 — visual fidelity, responsive navigation and richer page finish */
body{overflow-x:hidden}.mobile-toggle{display:none;border:0;background:none;font-size:28px;color:var(--navy);padding:6px}
.logo-mark{display:flex;align-items:center;gap:9px}.logo-symbol{width:38px;height:34px;position:relative}.logo-symbol:before{content:"⌂";position:absolute;font-size:39px;line-height:32px;font-weight:900;color:#06172a}.logo-symbol:after{content:"●";position:absolute;color:var(--green);font-size:17px;left:2px;top:-6px}
.home-hero{background:linear-gradient(90deg,#082a22 0%,#082a22 44%,rgba(8,42,34,.91) 50%,rgba(8,42,34,.12) 70%),url('assets/hero-house.jpg') right center/57% 100% no-repeat;min-height:570px}.home-hero .hero-copy{padding-bottom:145px}
.hero-proof{display:flex;gap:25px;margin-top:31px;font-size:12px;font-weight:750;flex-wrap:wrap}.hero-proof span:before{content:"✓";color:#32d16d;border:1px solid #32d16d;border-radius:50%;padding:2px 4px;margin-right:7px}
.home-products{margin-top:-83px}.product-img{background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important}.card:nth-child(1) .product-img{background-image:url('assets/airco-card.jpg')}.card:nth-child(2) .product-img{background-image:url('assets/warmtepomp-card.jpg')}.card:nth-child(3) .product-img{background-image:url('assets/solar-card.jpg')}.card:nth-child(4) .product-img{background-image:url('assets/battery-card.jpg')}.card .product-img{font-size:0}
.home-story .photo-box{background:url('assets/living-airco.jpg') center/cover no-repeat;min-height:365px}.home-story .photo-box:after{content:"Meer dan 1.000 tevreden klanten"}.over-hero .hero-photo{background:url('assets/omar-office.jpg') center 30%/cover no-repeat}.story-photo{background:url('assets/van-house.jpg') center/cover no-repeat!important}.story-photo:after{content:"Betrouwbaar · van advies tot service"}
.badge-row{display:flex;gap:12px;flex-wrap:wrap;margin:22px 0}.badge{background:#eef9f2;color:#087b3a;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:800}
.review-strip{padding:60px 0}.review-head{text-align:center;max-width:700px;margin:0 auto 28px}.review-head h2{font-size:38px;margin:6px 0}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review{border:1px solid #e5ece7;border-radius:14px;padding:23px;box-shadow:0 5px 20px rgba(0,30,15,.04)}.stars{color:#0aa84e;letter-spacing:2px}.review p{line-height:1.55;color:#47534f}.review small{color:#7b8581}
.site-footer{background:#031d17;color:#d9e5df;padding:55px 0 25px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:35px}.site-footer h4{color:#fff;margin:0 0 15px}.site-footer a{display:block;margin:8px 0;color:#c5d3cd;font-size:14px}.site-footer .logo{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:20px;font-size:12px;color:#91a49b}
.form-wrap{max-width:900px;margin:auto}.form-card{border:1px solid #e1e9e4;border-radius:18px;padding:32px;background:#fff;box-shadow:0 12px 40px rgba(0,40,20,.07)}.form-note{font-size:12px;color:#738079;margin-top:15px}
@media(max-width:900px){.mobile-toggle{display:block}header .nav>nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:18px 5%;box-shadow:0 12px 25px rgba(0,30,15,.1);flex-direction:column;gap:0}header .nav>nav.open{display:flex}header .nav>nav a{padding:13px 0}.nav>.btn.green{display:none}.footer-grid{grid-template-columns:1fr 1fr}.reviews{grid-template-columns:1fr}.home-hero{background:linear-gradient(90deg,rgba(5,38,29,.94),rgba(5,38,29,.72)),url('assets/hero-house.jpg') center/cover no-repeat}}
@media(max-width:540px){.footer-grid{grid-template-columns:1fr}.form-card{padding:20px}.hero-proof{gap:12px}.home-hero{min-height:540px}.home-hero .hero-copy{padding-bottom:90px}.home-products{margin-top:-35px}}

/* v5 — expanded, polished production-style pass */
:root{--shadow:0 14px 38px rgba(4,38,27,.08);--radius:16px}
body{background:#fff}.wrap{width:min(1200px,92%)}h1,h2,h3{font-weight:850}
.topbar{background:#052b22;color:#dce9e4;font-size:12px}.topbar .wrap{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar strong{color:#fff}.topbar-right{display:flex;gap:18px}
header{top:0}.nav{min-height:78px}.logo b{font-weight:900}
.section-title{max-width:720px;margin-bottom:30px}.section-title.center{text-align:center;margin-left:auto;margin-right:auto}
.section-title h2{font-size:42px;line-height:1.04;margin:7px 0 12px;letter-spacing:-1.5px}
.section-title p{color:#65716c;line-height:1.65}
.process{padding:70px 0;background:#f7faf8}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{background:#fff;border:1px solid #e4ebe7;border-radius:14px;padding:25px;position:relative}.step-num{width:38px;height:38px;border-radius:50%;background:#e9f8ef;color:#079345;display:grid;place-items:center;font-weight:900;margin-bottom:16px}.step h3{margin:0 0 8px;font-size:18px}.step p{font-size:14px;color:#65716c;line-height:1.55;margin:0}
.usp-band{padding:28px 0;background:#fff}.usp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.usp{display:flex;gap:12px;align-items:center}.usp-icon{width:43px;height:43px;border-radius:12px;background:#eaf8ef;color:#079345;display:grid;place-items:center;font-weight:900}.usp b{display:block;font-size:14px}.usp small{color:#77817d}
.faq{padding:70px 0}.faq-list{max-width:900px;margin:auto}.faq details{border-bottom:1px solid #e4ebe7;padding:19px 2px}.faq summary{cursor:pointer;font-weight:800;font-size:17px;list-style:none;display:flex;justify-content:space-between}.faq summary:after{content:"+";color:var(--green);font-size:22px}.faq details[open] summary:after{content:"–"}.faq details p{color:#64706b;line-height:1.65;max-width:780px}
.city-strip{background:#eef7f2;padding:30px 0}.city-strip p{margin:0;text-align:center;color:#53615b;line-height:1.8}.city-strip b{color:#0b382c}
.product-hero{background:linear-gradient(135deg,#f5faf7,#edf7f1);padding:76px 0}.product-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}.product-hero h1{font-size:54px;line-height:1;margin:8px 0 18px;letter-spacing:-2.2px}.product-hero h1 span{color:var(--green)}.product-visual{min-height:350px;border-radius:18px;background:#fff center/contain no-repeat;box-shadow:var(--shadow);border:1px solid #e3ebe6}.airco-visual{background-image:url('assets/airco-card.jpg')}.warmtepomp-visual{background-image:url('assets/warmtepomp-card.jpg')}.solar-visual{background-image:url('assets/solar-card.jpg')}.battery-visual{background-image:url('assets/battery-card.jpg')}
.product-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.benefit{padding:19px;border-radius:12px;background:#fff;border:1px solid #e4ebe7}.benefit b{display:block;margin-bottom:5px}.benefit small{color:#6b7771}
.mhi-block{padding:70px 0}.mhi-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:45px;align-items:center}.mhi-product{min-height:330px;border-radius:18px;background:#f5f8f6 url('assets/airco-card.jpg') center/contain no-repeat;border:1px solid #e1e9e4}.specs{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px}.spec{background:#f4faf6;padding:14px;border-radius:10px}.spec b{display:block;color:#087e3b}.spec small{color:#64716b}
.contact-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:35px}.contact-panel{background:#063a2d;color:#fff;border-radius:18px;padding:32px}.contact-panel h2{font-size:32px}.contact-panel p{color:#d2e0da;line-height:1.65}.contact-item{padding:15px 0;border-bottom:1px solid rgba(255,255,255,.12)}.contact-item b{display:block}.contact-item span{font-size:13px;color:#bfd0c8}
.legal-note{font-size:12px;color:#7a8580;line-height:1.5}
@media(max-width:900px){.process-grid,.usp-grid{grid-template-columns:1fr 1fr}.product-hero-grid,.mhi-grid,.contact-grid{grid-template-columns:1fr}.product-hero h1{font-size:44px}.topbar-right{display:none}}
@media(max-width:540px){.process-grid,.usp-grid,.product-benefits,.specs{grid-template-columns:1fr}.topbar .wrap{justify-content:center}.product-hero{padding:52px 0}.product-hero h1{font-size:39px}.product-visual{min-height:250px}.section-title h2{font-size:34px}}

/* v6 — supplied brand/logo + category photography */
.brand-logo{display:flex;align-items:center;height:58px;max-width:190px}
.brand-logo img{display:block;max-width:100%;max-height:58px;object-fit:contain}
header .brand-logo{margin-right:12px}
.product-grid .card:nth-child(1) .product-img{background-image:url('assets/airco-product.jpg')!important}
.product-grid .card:nth-child(2) .product-img{background-image:url('assets/warmtepomp-product.jpg')!important}
.product-grid .card:nth-child(3) .product-img{background-image:url('assets/zonnepanelen-product.jpg')!important}
.product-grid .card:nth-child(4) .product-img{background-image:url('assets/thuisbatterij-product.jpg')!important}
.product-grid .product-img{height:145px;background-color:#fff!important;border-radius:8px}
.airco-visual,.mhi-product{background-image:url('assets/airco-product.jpg')!important}
.warmtepomp-visual{background-image:url('assets/warmtepomp-product.jpg')!important;background-size:cover!important}
.solar-visual{background-image:url('assets/zonnepanelen-product.jpg')!important;background-size:cover!important}
.battery-visual{background-image:url('assets/thuisbatterij-product.jpg')!important;background-size:cover!important}
.category-showcase{padding:70px 0}.category-showcase-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.category-tile{min-height:360px;border-radius:18px;overflow:hidden;position:relative;background-position:center;background-size:cover;box-shadow:var(--shadow)}.category-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(1,25,18,.82),rgba(1,25,18,.04) 65%)}.category-copy{position:absolute;z-index:2;left:27px;right:27px;bottom:25px;color:white}.category-copy h3{font-size:27px;margin:0 0 6px}.category-copy p{margin:0 0 14px;color:#e1ebe6}.category-copy a{font-weight:850;color:#64e796}
.cat-airco{background-image:url('assets/airco-product.jpg');background-size:contain;background-repeat:no-repeat;background-color:#fff}.cat-heat{background-image:url('assets/warmtepomp-product.jpg')}.cat-solar{background-image:url('assets/zonnepanelen-product.jpg')}.cat-battery{background-image:url('assets/thuisbatterij-product.jpg')}
.footer-brand{width:210px;max-width:100%;border-radius:8px;background:#fff;padding:7px}
@media(max-width:760px){.category-showcase-grid{grid-template-columns:1fr}.category-tile{min-height:310px}.brand-logo{max-width:145px;height:48px}.brand-logo img{max-height:48px}}

/* v7 — airco sales machine */
.airco-sales-hero{position:relative;color:#fff;background:
linear-gradient(90deg,rgba(1,35,27,.97) 0%,rgba(1,35,27,.84) 42%,rgba(1,35,27,.25) 70%),
url('assets/hero-house.jpg') right center/cover no-repeat}
.airco-sales-hero .wrap{min-height:570px;display:flex;align-items:center}.airco-hero-copy{max-width:690px;padding:55px 0}
.airco-pill{display:inline-flex;gap:8px;align-items:center;background:#0b7e3c;border:1px solid #2ecf69;border-radius:999px;padding:7px 13px;font-size:12px;font-weight:850}
.airco-sales-hero h1{font-size:58px;line-height:.98;letter-spacing:-2.5px;margin:17px 0}.airco-sales-hero h1 span{color:#41d366}
.airco-sales-hero .copy{color:#fff;font-size:18px}.airco-hero-product{position:absolute;right:5%;bottom:12px;width:min(37vw,520px);filter:drop-shadow(0 18px 20px rgba(0,0,0,.25))}
.airco-featurebar{background:#fff;border-bottom:1px solid #e4ebe7}.airco-featuregrid{display:grid;grid-template-columns:repeat(6,1fr)}.airco-feature{padding:20px 12px;text-align:center;border-right:1px solid #e4ebe7}.airco-feature:last-child{border:0}.airco-feature b{display:block;font-size:14px}.airco-feature small{color:#6c7772}
.brand-section{padding:65px 0;background:#f7faf8}.brand-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.brand-card{background:#fff;border:1px solid #e2eae5;border-radius:14px;padding:24px;min-height:180px;box-shadow:0 5px 18px rgba(0,35,20,.035)}.brand-card.primary{border:2px solid #1ab154;position:relative}.brand-card.primary:before{content:"ONZE STANDAARD";position:absolute;top:-12px;left:18px;background:#0aa64a;color:#fff;border-radius:999px;padding:5px 10px;font-size:10px;font-weight:900}.brand-name{font-size:22px;font-weight:900;margin:8px 0}.brand-card p{font-size:13px;color:#66716c;line-height:1.5}.brand-tag{font-size:11px;font-weight:850;color:#07823d}
.airco-main{padding:70px 0}.airco-main-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:35px;align-items:start}.airco-copy h2{font-size:39px;line-height:1.04;margin:6px 0 16px}.airco-product-shot{width:100%;max-width:600px;display:block;margin:20px auto;object-fit:contain}.airco-checkgrid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.airco-check{font-weight:750;font-size:14px}.airco-check:before{content:"✓";background:#08a64b;color:#fff;border-radius:50%;padding:2px 5px;margin-right:8px}
.quote-side{position:sticky;top:100px;background:#fff;border:1px solid #e2e9e5;border-radius:16px;padding:25px;box-shadow:0 12px 35px rgba(0,40,20,.09)}.quote-side h3{font-size:27px;margin:4px 0 7px}.quote-side p{font-size:13px;color:#66726d}.quote-side .form{grid-template-columns:1fr}.quote-side .form textarea{grid-column:auto;min-height:90px}
.airco-models{padding:65px 0;background:#f6faf7}.model-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.model-card{background:#fff;border:1px solid #e1e9e4;border-radius:14px;padding:20px;box-shadow:0 7px 24px rgba(0,35,20,.045)}.model-img{height:110px;background:url('assets/airco-product.jpg') center/contain no-repeat}.model-card h3{font-size:23px;margin:9px 0 2px}.model-card .room{font-size:12px;color:#77817c}.model-list{font-size:13px;line-height:1.8;margin:13px 0}.model-list div:before{content:"✓";color:#08a64b;font-weight:900;margin-right:7px}.model-price{font-size:25px;font-weight:900;margin:10px 0}.model-card .btn{width:100%;justify-content:center}
.included{padding:65px 0}.included-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.included-card{padding:22px;border-radius:13px;background:#f3faf6}.included-card b{display:block;margin-bottom:7px}.included-card p{font-size:13px;color:#68736e;line-height:1.55}
@media(max-width:900px){.airco-hero-product{display:none}.airco-featuregrid{grid-template-columns:repeat(3,1fr)}.brand-grid,.model-grid{grid-template-columns:1fr 1fr}.airco-main-grid{grid-template-columns:1fr}.quote-side{position:static}.included-grid{grid-template-columns:1fr 1fr}}
@media(max-width:540px){.airco-sales-hero h1{font-size:42px}.airco-featuregrid,.brand-grid,.model-grid,.included-grid{grid-template-columns:1fr}.airco-feature{border-right:0;border-bottom:1px solid #e4ebe7}.airco-checkgrid{grid-template-columns:1fr}}

/* v8 product sliders + improved branding */
.brand-logo{width:230px;max-width:24vw;height:68px;overflow:hidden}.brand-logo img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.footer-brand{width:250px;height:auto;object-fit:contain}
.catalog{padding:72px 0;background:#fff}.catalog-head{text-align:center;max-width:800px;margin:0 auto 30px}.catalog-head h2{font-size:42px;margin:7px 0 12px}.brand-tabs{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:25px 0 30px}.brand-tab{border:1px solid #dbe5df;background:#fff;border-radius:999px;padding:11px 19px;font-weight:850;cursor:pointer;transition:.2s}.brand-tab:hover,.brand-tab.active{background:#073d2f;color:#fff;border-color:#073d2f}.catalog-panel{display:none}.catalog-panel.active{display:block}.slider-shell{position:relative}.product-slider{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(270px,1fr);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:5px 4px 18px;scrollbar-width:none}.product-slider::-webkit-scrollbar{display:none}.shop-card{scroll-snap-align:start;border:1px solid #e1e9e4;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 8px 25px rgba(0,35,20,.055)}.shop-image{height:180px;background:#f8faf9 center/contain no-repeat}.shop-body{padding:20px}.shop-brand{font-size:11px;color:#0b9b49;font-weight:900;letter-spacing:.5px}.shop-body h3{font-size:21px;margin:5px 0}.shop-body p{font-size:13px;color:#6b7671;line-height:1.5;min-height:58px}.shop-specs{font-size:12px;line-height:1.8;margin:13px 0;color:#3f4d47}.shop-specs span{display:block}.shop-specs span:before{content:'✓';color:#08a64b;font-weight:900;margin-right:7px}.shop-price{font-size:24px;font-weight:900;margin:12px 0}.shop-price small{font-size:11px;font-weight:600;color:#75807b}.shop-actions{display:flex;gap:8px}.shop-actions .btn{flex:1;justify-content:center;padding:11px 10px}.slide-btn{position:absolute;z-index:3;top:42%;width:43px;height:43px;border:0;border-radius:50%;background:#073d2f;color:#fff;font-size:22px;cursor:pointer;box-shadow:0 7px 20px rgba(0,0,0,.15)}.slide-prev{left:-18px}.slide-next{right:-18px}.product-modal{position:fixed;inset:0;background:rgba(0,20,14,.7);z-index:1000;display:none;align-items:center;justify-content:center;padding:20px}.product-modal.open{display:flex}.modal-card{width:min(680px,96vw);max-height:90vh;overflow:auto;background:#fff;border-radius:18px;padding:28px;position:relative}.modal-close{position:absolute;right:18px;top:14px;border:0;background:none;font-size:28px;cursor:pointer}.modal-card h2{font-size:32px;margin:5px 0}.modal-price{font-size:28px;font-weight:900;color:#073d2f}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0}.info-cell{background:#f3f8f5;border-radius:10px;padding:13px}.info-cell b{display:block;font-size:12px;color:#6c7772}.service-hero{padding:75px 0;background:linear-gradient(135deg,#f2f8f4,#fff)}.service-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.service-hero h1{font-size:54px;line-height:1;letter-spacing:-2px;margin:8px 0 16px}.service-hero h1 span{color:#09a64b}.service-photo{height:390px;border-radius:18px;background-position:center;background-size:cover;box-shadow:0 18px 45px rgba(0,35,20,.12)}.service-photo.heat{background-image:url('assets/warmtepomp-product.jpg')}.service-photo.solar{background-image:url('assets/zonnepanelen-product.jpg')}.service-photo.battery{background-image:url('assets/thuisbatterij-product.jpg')}.partner-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:22px}.partner-chip{padding:8px 12px;border-radius:999px;background:#eaf7ef;color:#087e3d;font-size:12px;font-weight:850}
@media(max-width:900px){.brand-logo{max-width:180px}.service-hero-grid{grid-template-columns:1fr}.slide-btn{display:none}.product-slider{grid-auto-columns:82%}}@media(max-width:540px){.brand-logo{max-width:150px}.catalog-head h2{font-size:34px}.service-hero h1{font-size:40px}.service-photo{height:280px}.info-grid{grid-template-columns:1fr}}

/* v9 — ordered conversion-focused homepage */
.home-v9-hero{position:relative;background:linear-gradient(90deg,rgba(2,38,28,.95) 0%,rgba(2,38,28,.76) 48%,rgba(2,38,28,.18) 100%),url('assets/hero-house.jpg') center/cover no-repeat;color:#fff;padding:54px 0}.home-v9-grid{display:grid;grid-template-columns:1.05fr .8fr;gap:52px;align-items:center}.home-v9-copy{padding:30px 0}.home-v9-copy h1{font-size:58px;line-height:.98;letter-spacing:-2.5px;margin:12px 0 18px}.home-v9-copy h1 span{color:#42d36b}.home-v9-copy .copy{color:#edf7f2;font-size:17px;max-width:600px}.hero-list{display:grid;gap:10px;margin:24px 0}.hero-list div{font-weight:750}.hero-list div:before{content:'✓';color:#4fe07b;font-size:18px;margin-right:10px}.hero-form{background:#fff;color:#071d16;border-radius:16px;padding:28px;box-shadow:0 18px 50px rgba(0,0,0,.22)}.hero-form h2{font-size:27px;margin:0 0 5px}.hero-form>p{font-size:13px;color:#64716b;margin:0 0 18px}.hero-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hero-form input,.hero-form select,.hero-form textarea{width:100%;border:1px solid #dce6e0;border-radius:8px;padding:12px 13px;font:inherit;background:#fff}.hero-form textarea,.hero-form .wide{grid-column:1/-1}.hero-form textarea{min-height:84px;resize:vertical}.hero-form .btn{grid-column:1/-1;width:100%;justify-content:center}.form-safe{text-align:center;font-size:11px!important;color:#718079!important;margin:11px 0 0!important}.home-v9-trust{background:#fff;border-bottom:1px solid #e4ece7}.home-v9-trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.home-v9-trust-item{display:flex;align-items:center;gap:13px;padding:22px 18px;border-right:1px solid #e7ede9}.home-v9-trust-item:last-child{border:0}.home-v9-trust-item .numicon{font-size:26px;color:#08a64b;font-weight:900}.home-v9-trust-item b{display:block;font-size:15px}.home-v9-trust-item small{color:#6e7974}.home-v9-process{padding:64px 0}.home-v9-process-grid{display:grid;grid-template-columns:1fr .82fr;gap:48px;align-items:center}.home-v9-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:25px}.mini-step{text-align:center;position:relative}.mini-step:not(:last-child):after{content:'→';position:absolute;right:-9px;top:14px;color:#8aa097}.mini-step .circle{width:43px;height:43px;margin:0 auto 9px;border-radius:50%;background:#eaf8ef;color:#08a64b;display:grid;place-items:center;font-weight:900}.mini-step b{display:block;font-size:12px}.mini-step small{display:block;color:#76817c;font-size:10px;margin-top:3px}.process-photo{height:300px;border-radius:16px;background:url('assets/van-house.jpg') center/cover no-repeat;box-shadow:var(--shadow)}.home-v9-services{padding:64px 0;background:#f7faf8}.home-v9-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.home-service-card{background:#fff;border:1px solid #e2eae5;border-radius:15px;overflow:hidden;box-shadow:0 7px 24px rgba(0,35,20,.045)}.home-service-img{height:150px;background-position:center;background-size:cover}.home-service-img.airco{background-image:url('assets/airco-product.jpg');background-size:contain;background-repeat:no-repeat}.home-service-img.heat{background-image:url('assets/warmtepomp-product.jpg')}.home-service-img.solar{background-image:url('assets/zonnepanelen-product.jpg')}.home-service-img.battery{background-image:url('assets/thuisbatterij-product.jpg')}.home-service-body{padding:20px}.home-service-body h3{font-size:20px;margin:0 0 6px}.home-service-body p{font-size:13px;color:#69756f;line-height:1.5;min-height:58px}.home-service-body a{font-size:13px;font-weight:850;color:#079547}.home-v9-bottom{padding:65px 0}.home-v9-bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.review-box,.contact-box{border:1px solid #e2eae5;border-radius:16px;padding:28px;background:#fff;box-shadow:0 8px 25px rgba(0,35,20,.045)}.review-box .stars{font-size:20px}.review-box blockquote{font-size:17px;line-height:1.55;margin:13px 0}.contact-box{background:#f1f8f4}.contact-options{display:grid;gap:11px;margin-top:18px}.contact-option{display:flex;gap:12px;align-items:center}.contact-option i{width:38px;height:38px;border-radius:50%;background:#08a64b;color:#fff;display:grid;place-items:center;font-style:normal;font-weight:900}.home-v9-cta{background:linear-gradient(90deg,rgba(1,35,27,.98),rgba(1,35,27,.7)),url('assets/hero-house.jpg') center/cover no-repeat;color:#fff;padding:58px 0}.home-v9-cta .wrap{display:flex;align-items:center;justify-content:space-between;gap:30px}.home-v9-cta h2{font-size:37px;margin:0 0 8px}.home-v9-cta p{margin:0;color:#dce9e4}
@media(max-width:900px){.home-v9-grid,.home-v9-process-grid,.home-v9-bottom-grid{grid-template-columns:1fr}.home-v9-service-grid,.home-v9-trust-grid{grid-template-columns:1fr 1fr}.home-v9-copy h1{font-size:46px}.home-v9-cta .wrap{display:block}.home-v9-cta .btn{margin-top:20px}}
@media(max-width:560px){.home-v9-service-grid,.home-v9-trust-grid,.hero-form-grid{grid-template-columns:1fr}.hero-form textarea,.hero-form .wide,.hero-form .btn{grid-column:auto}.home-v9-trust-item{border-right:0;border-bottom:1px solid #e7ede9}.home-v9-copy h1{font-size:40px}.home-v9-steps{grid-template-columns:1fr 1fr;gap:22px}.mini-step:after{display:none}.home-v9-hero{padding:35px 0}.hero-form{padding:20px}}

/* ===== V15 TARGET FINISH — same homepage, clean/sharp/premium ===== */
:root{--v15green:#08a64b;--v15dark:#052d24;--v15ink:#09251d;--v15soft:#f7faf8}
html{-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}
body{background:#fff;overflow-x:hidden}
.wrap{width:min(1180px,92%);margin-inline:auto}
.topbar{background:#06382e}
header{background:#fff;border-bottom:1px solid #e7eee9;box-shadow:0 2px 12px rgba(0,30,20,.035)}
.nav{min-height:82px}
.brand-logo{width:178px;height:54px;display:flex;align-items:center;overflow:hidden}
.brand-logo img{display:block;width:100%;height:100%;object-fit:contain;object-position:left center}
header nav{gap:28px}
header nav a{font-weight:750;font-size:14px}
header .btn{padding:13px 21px}

/* Exact hero composition, now from the user's source photo at HQ */
.home-v9-hero{
 min-height:570px;
 padding:48px 0;
 background:
 linear-gradient(90deg,rgba(3,42,32,.97) 0%,rgba(3,42,32,.90) 38%,rgba(3,42,32,.52) 61%,rgba(3,42,32,.18) 100%),
 url('assets/hero-house-hq.jpg') 62% 51%/cover no-repeat;
}
.home-v9-grid{grid-template-columns:1.04fr .80fr;gap:66px}
.home-v9-copy{padding:26px 0}
.home-v9-copy h1{font-size:60px;line-height:.98;letter-spacing:-2.8px;margin:13px 0 19px}
.home-v9-copy .copy{font-size:16.5px;line-height:1.65;max-width:610px}
.hero-list{gap:11px;margin-top:25px}
.hero-list div{font-size:15px}
.hero-form{border-radius:18px;padding:29px 30px 26px;border:1px solid rgba(255,255,255,.7);box-shadow:0 22px 60px rgba(0,0,0,.25)}
.hero-form h2{font-size:28px;letter-spacing:-.6px}
.hero-form input,.hero-form select,.hero-form textarea{min-height:45px;border-radius:8px;border-color:#d9e4de}
.hero-form textarea{min-height:86px}
.hero-form .btn{min-height:49px;font-weight:850}

/* White trust rail */
.home-v9-trust{background:#fff;border-bottom:1px solid #e3ebe6}
.home-v9-trust-grid{min-height:102px}
.home-v9-trust-item{padding:22px 20px}
.home-v9-trust-item .numicon{font-size:29px}
.home-v9-trust-item b{font-size:15px}
.home-v9-trust-item small{display:block;margin-top:3px}

/* Process */
.home-v9-process{padding:70px 0}
.home-v9-process-grid{gap:54px}
.home-v9-process .section-title h2{font-size:35px;letter-spacing:-1px;max-width:540px}
.home-v9-steps{margin-top:30px;gap:13px}
.mini-step .circle{width:48px;height:48px}
.process-photo{
 height:330px;border-radius:18px;
 background:url('assets/van-house-hq.jpg') center 58%/cover no-repeat;
 box-shadow:0 16px 38px rgba(0,38,24,.12)
}

/* Services use the user's exact photos, no random replacements */
.home-v9-services{padding:70px 0 78px;background:#f7faf8}
.home-v9-services .section-title{margin-bottom:28px}
.home-v9-service-grid{gap:20px}
.home-service-card{border-radius:17px;border-color:#e1e9e4;box-shadow:0 8px 25px rgba(0,35,20,.05);transition:.18s ease}
.home-service-card:hover{transform:translateY(-3px);box-shadow:0 15px 34px rgba(0,35,20,.09)}
.home-service-img{height:185px;background-position:center;background-color:#fff}
.home-service-img.airco{background-image:url('assets/airco-product-hq.jpg');background-size:contain;background-repeat:no-repeat}
.home-service-img.heat{background-image:url('assets/warmtepomp-product-hq.jpg');background-size:cover}
.home-service-img.solar{background-image:url('assets/zonnepanelen-product-hq.jpg');background-size:cover}
.home-service-img.battery{background-image:url('assets/thuisbatterij-product-hq.jpg');background-size:cover}
.home-service-body{padding:22px}
.home-service-body p{min-height:62px}

/* Reviews/contact */
.home-v9-bottom{padding:72px 0;background:#fff}
.home-v9-bottom-grid{gap:28px}
.review-box,.contact-box{border-radius:18px;padding:31px;box-shadow:0 9px 28px rgba(0,35,20,.05)}
.contact-box{background:#f2f8f4}

/* Bottom CTA and footer flow as one dark-green system */
.home-v9-cta{
 padding:67px 0;
 background:
 linear-gradient(90deg,rgba(2,39,30,.98) 0%,rgba(2,39,30,.90) 46%,rgba(2,39,30,.38) 76%,rgba(2,39,30,.18) 100%),
 url('assets/hero-house-hq.jpg') center 58%/cover no-repeat;
 border-bottom:1px solid rgba(255,255,255,.09)
}
.home-v9-cta h2{font-size:40px;letter-spacing:-1.2px}
.site-footer{background:#021f19;padding:52px 0 24px}
.site-footer .footer-grid{grid-template-columns:1.35fr .85fr .85fr .85fr;gap:50px}
.site-footer .brand-logo{width:205px;height:58px;background:#fff;border-radius:10px;padding:6px 9px;margin-bottom:16px}
.site-footer h4{font-size:13px;letter-spacing:.07em;text-transform:uppercase}
.site-footer a{line-height:1.55}
.footer-bottom{margin-top:38px;padding-top:20px}

/* Never stretch the small originals on mobile */
@media(max-width:900px){
 .home-v9-grid,.home-v9-process-grid,.home-v9-bottom-grid{grid-template-columns:1fr}
 .home-v9-copy h1{font-size:48px}
 .home-v9-hero{background-position:62% center}
 .home-v9-service-grid,.home-v9-trust-grid{grid-template-columns:1fr 1fr}
 .site-footer .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
 .topbar{display:none}
 .nav{min-height:68px}
 .brand-logo{width:150px;height:48px}
 .home-v9-hero{padding:35px 0;min-height:0}
 .home-v9-copy h1{font-size:40px;letter-spacing:-1.8px}
 .hero-form{padding:21px}
 .home-v9-service-grid,.home-v9-trust-grid,.hero-form-grid{grid-template-columns:1fr}
 .home-service-img{height:210px}
 .site-footer .footer-grid{grid-template-columns:1fr;gap:28px}
}

/* =========================================================
   V16 — REFERENCE MATCH PASS
   Homepage proportions, rhythm, cards, footer and photography
   ========================================================= */
body{color:#071b28}
.wrap{width:min(1240px,93%)}
.topbar{height:34px;font-size:12px}.topbar .wrap{height:34px}
.nav{min-height:78px}.brand-logo{width:170px!important;height:50px!important}
header nav{gap:25px!important}header nav a{font-size:13px!important;padding:29px 0 25px}
header .btn{font-size:13px;padding:12px 21px}

/* HERO */
.home-v9-hero{min-height:548px!important;padding:36px 0 38px!important;background:linear-gradient(90deg,rgba(3,43,33,.96) 0%,rgba(3,43,33,.86) 39%,rgba(3,43,33,.34) 67%,rgba(3,43,33,.12) 100%),url('assets/hero-house-v16.jpg') 58% 53%/cover no-repeat!important}
.home-v9-grid{grid-template-columns:1fr .78fr!important;gap:62px!important;align-items:center}
.home-v9-copy{padding:10px 0!important}.home-v9-copy .eyebrow{font-size:12px;font-weight:900;letter-spacing:.04em}
.home-v9-copy h1{font-size:55px!important;line-height:.99!important;letter-spacing:-2.6px!important;margin:10px 0 15px!important}
.home-v9-copy h1 span{color:#42d96d}.home-v9-copy .copy{font-size:15.5px!important;line-height:1.55!important;max-width:575px}
.hero-list{margin-top:20px!important;gap:8px!important}.hero-list div{font-size:14px!important;font-weight:780!important}.hero-list div:before{font-size:17px!important}
.hero-form{padding:25px 27px 22px!important;border-radius:16px!important;box-shadow:0 20px 48px rgba(0,0,0,.24)!important}
.hero-form h2{font-size:25px!important;margin-bottom:4px!important}.hero-form>p{font-size:12px!important;margin-bottom:14px!important}
.hero-form-grid{gap:8px!important}.hero-form input,.hero-form select,.hero-form textarea{min-height:41px!important;padding:10px 12px!important;font-size:12px!important}
.hero-form textarea{min-height:72px!important}.hero-form .btn{min-height:44px!important}

/* TRUST */
.home-v9-trust-grid{min-height:90px!important}.home-v9-trust-item{gap:14px!important;padding:17px 20px!important}
.trust-icon{width:43px;height:43px;border:2px solid #10ad53;border-radius:11px;display:grid;place-items:center;color:#10ad53;font-size:23px;font-weight:900;flex:0 0 43px}
.home-v9-trust-item b{display:block!important;color:#0a2230;font-size:20px!important;line-height:1!important;margin-bottom:2px}.home-v9-trust-item strong{display:block;font-size:12px;line-height:1.1}.home-v9-trust-item small{font-size:10px!important;color:#748079}

/* PROCESS */
.home-v9-process{padding:55px 0 58px!important}.home-v9-process-grid{grid-template-columns:1fr .92fr!important;gap:45px!important}
.home-v9-process .section-title h2{font-size:32px!important;line-height:1.04!important;margin:5px 0 8px!important}.home-v9-process .section-title p{font-size:13px;max-width:490px}
.home-v9-steps{margin-top:24px!important;gap:7px!important}.mini-step .circle{width:43px!important;height:43px!important;border:2px solid #17ad57;background:#fff!important}
.process-photo{height:285px!important;border-radius:13px!important;background:url('assets/van-house-v16.jpg') center 58%/cover no-repeat!important}

/* SERVICE CARDS */
.home-v9-services{padding:52px 0 60px!important;background:#fff!important}.home-v9-services .section-title{margin-bottom:22px!important}.home-v9-services .section-title .eyebrow{display:none}.home-v9-services .section-title h2{font-size:25px;margin-bottom:5px}.home-v9-services .section-title p{font-size:12px}
.home-v9-service-grid{gap:18px!important}.home-service-card{border-radius:11px!important;box-shadow:0 5px 20px rgba(0,35,20,.055)!important}
.home-service-img{height:155px!important;border-bottom:1px solid #eef2ef}.home-service-img.airco{background-image:url('assets/airco-product-v16.jpg')!important;background-size:contain!important}.home-service-img.heat{background-image:url('assets/warmtepomp-product-v16.jpg')!important;background-size:contain!important;background-repeat:no-repeat}.home-service-img.solar{background-image:url('assets/zonnepanelen-product-v16.jpg')!important}.home-service-img.battery{background-image:url('assets/thuisbatterij-product-v16.jpg')!important;background-size:contain!important;background-repeat:no-repeat}
.home-service-body{padding:16px 17px 18px!important}.home-service-body h3{font-size:17px!important}.home-service-body p{font-size:11.5px!important;min-height:51px!important;margin:5px 0 8px}.home-service-body a{font-size:12px!important}

/* REVIEW + PERSONAL CONTACT */
.home-v9-bottom{padding:22px 0 0!important}.home-v9-bottom-grid{grid-template-columns:.78fr 1.32fr!important;gap:18px!important}
.review-box{border-radius:12px!important;padding:23px!important;box-shadow:none!important}.review-inner{display:flex;gap:18px;align-items:flex-start}.review-avatar{width:54px;height:54px;border-radius:50%;background:#edf8f1;color:#08a64b;display:grid;place-items:center;font-size:23px;flex:0 0 54px}.review-box .stars{font-size:16px!important}.review-box blockquote{font-size:14px!important;line-height:1.45!important;margin:7px 0!important}.review-box small{display:block;color:#77827d;font-size:10px;margin-top:2px}
.personal-contact{min-height:245px;border-radius:12px;overflow:hidden;background:#f4f8f5;display:grid;grid-template-columns:1.02fr .98fr;border:1px solid #e4ebe7}.contact-copy{padding:25px 26px}.contact-copy h2{font-size:25px;margin:4px 0 7px}.contact-copy p{font-size:12px;line-height:1.55;color:#5f6d67;margin-bottom:15px}.contact-line{display:flex;gap:10px;align-items:center;color:#09251d;font-size:12px;margin-top:9px}.contact-line span{width:28px;height:28px;border-radius:50%;background:#0baa4e;color:#fff;display:grid;place-items:center}.contact-photo{background:url('assets/omar-office-v16.jpg') center 22%/cover no-repeat;min-height:245px}

/* CTA / FOOTER: no ugly color break */
.home-v9-cta{margin-top:18px!important;padding:50px 0!important;background:linear-gradient(90deg,rgba(2,39,30,.99) 0%,rgba(2,39,30,.88) 43%,rgba(2,39,30,.25) 76%),url('assets/hero-house-v16.jpg') center 61%/cover no-repeat!important}.home-v9-cta h2{font-size:34px!important;line-height:1.05}.home-v9-cta p{font-size:13px}
.site-footer{background:#032b24!important;padding:38px 0 18px!important}.site-footer>.wrap{padding:0!important}.site-footer .footer-grid{grid-template-columns:1.25fr .75fr .75fr .75fr!important;gap:45px!important}.site-footer .brand-logo{width:170px!important;height:49px!important;padding:5px 8px!important}.site-footer p,.site-footer a{font-size:11px!important}.site-footer h4{font-size:11px!important;margin-bottom:11px!important}.footer-bottom{margin-top:26px!important;padding-top:15px!important;font-size:10px!important}

@media(max-width:900px){.home-v9-grid,.home-v9-process-grid,.home-v9-bottom-grid{grid-template-columns:1fr!important}.personal-contact{grid-template-columns:1fr 1fr}.home-v9-copy h1{font-size:46px!important}.home-v9-service-grid{grid-template-columns:1fr 1fr!important}}
@media(max-width:560px){.home-v9-hero{background-position:62% center!important}.home-v9-copy h1{font-size:39px!important}.home-v9-service-grid,.home-v9-trust-grid{grid-template-columns:1fr!important}.personal-contact{grid-template-columns:1fr}.contact-photo{min-height:250px}.home-v9-cta .wrap{display:block!important}.site-footer .footer-grid{grid-template-columns:1fr!important}}

/* V18 airco page — calmer configurator */
.airco-sales-hero .wrap{display:block!important}.airco-hero-copy{max-width:760px!important;padding:18px 0 26px}.airco-sales-hero{padding:62px 0 54px!important}.airco-pill{display:none!important}
.airco-featuregrid{gap:0}.airco-feature{padding:25px 18px!important;min-height:88px;display:flex;flex-direction:column;justify-content:center}.airco-feature b{margin-bottom:7px;font-size:14px!important}.airco-feature small{font-size:11px;line-height:1.45}
.airco-config{padding:82px 0 86px!important;background:#fbfcfb!important}.airco-config .catalog-head{max-width:760px;margin-bottom:34px}.airco-config .catalog-head h2{font-size:38px;letter-spacing:-1.1px;line-height:1.08}.airco-config .copy{max-width:650px;margin:0 auto}
.brand-logo-slider{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:0 auto 78px;max-width:1050px}.brand-logo-card{height:112px;border:1px solid #e2e9e5;border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;padding:22px;box-shadow:0 5px 18px rgba(0,35,20,.035)}.brand-logo-card img{width:100%;height:58px;object-fit:contain;display:block}
.setup-head{text-align:center;max-width:760px;margin:0 auto 30px}.setup-head h2{font-size:34px;letter-spacing:-.9px;margin:7px 0 10px}.setup-head p{color:#68746f;font-size:14px;line-height:1.6}.setup-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1080px;margin:0 auto}.setup-card{border:1px solid #dfe8e3;border-radius:17px;background:#fff;padding:26px;transition:.2s;box-shadow:0 7px 22px rgba(0,35,20,.04)}.setup-card.selected{border-color:#159a51;box-shadow:0 10px 28px rgba(8,117,60,.09)}.setup-card h3{font-size:24px;margin:6px 0 8px}.setup-card p{color:#69756f;font-size:13px;line-height:1.6;min-height:63px}.setup-tag{font-size:10px;letter-spacing:.1em;color:#0a9b4a;font-weight:900}.setup-select{width:100%;margin-top:16px;padding:12px 15px;border:1px solid #d9e5de;border-radius:9px;background:#f7faf8;color:#073d2f;font-weight:850;cursor:pointer}.setup-card.selected .setup-select,.setup-select:hover{background:#073d2f;color:#fff;border-color:#073d2f}
.setup-visual{height:145px;background:#f5f8f6;border-radius:12px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;gap:20px;position:relative}.indoor-row{display:flex;flex-direction:column;gap:8px}.indoor{display:block;width:94px;height:27px;border-radius:7px;background:linear-gradient(#fff,#edf1ef);border:1px solid #d5ded9;box-shadow:0 3px 8px rgba(0,0,0,.06)}.outdoor{width:70px;height:70px;border-radius:8px;background:#fff;border:1px solid #d5ded9;position:relative}.outdoor:after{content:'';position:absolute;width:42px;height:42px;border:5px double #b8c5bf;border-radius:50%;left:9px;top:9px}.connector{width:20px;height:1px;background:#9eb4a9}
.configurator{max-width:1080px;margin:30px auto 0;background:#073d2f;color:#fff;border-radius:18px;padding:34px;display:grid;grid-template-columns:.75fr 1.25fr;gap:36px;align-items:start}.configurator .eyebrow{color:#55df7b}.config-copy h2{font-size:30px;margin:6px 0 10px}.config-copy p{color:#c8d7d1;font-size:13px;line-height:1.65}.config-box{background:#fff;color:#10241d;border-radius:13px;padding:20px}.unit-choice{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 0;border-bottom:1px solid #e8eeea}.unit-choice:first-child{padding-top:2px}.unit-choice b{display:block;font-size:14px}.unit-choice small{display:block;color:#7b8580;font-size:10px;margin-top:3px}.kw-options{display:flex;gap:7px}.kw{border:1px solid #dbe5df;background:#fff;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:800;cursor:pointer}.kw.active,.kw:hover{background:#eaf7ef;border-color:#31ad63;color:#087a3d}.config-actions{display:flex;align-items:center;gap:16px;margin-top:18px}.config-actions span{font-size:10px;color:#75807b}
@media(max-width:800px){.brand-logo-slider{grid-template-columns:1fr 1fr;margin-bottom:55px}.setup-grid{grid-template-columns:1fr}.setup-card p{min-height:0}.configurator{grid-template-columns:1fr}.unit-choice{align-items:flex-start;flex-direction:column}.kw-options{flex-wrap:wrap}.airco-featuregrid{grid-template-columns:repeat(2,1fr)!important}.airco-feature{border-bottom:1px solid #e4ebe7}.brand-logo-card{height:95px}}
@media(max-width:480px){.airco-config{padding:58px 0!important}.brand-logo-card{padding:15px}.brand-logo-card img{height:45px}.airco-config .catalog-head h2,.setup-head h2{font-size:30px}.configurator{padding:22px}.config-actions{align-items:stretch;flex-direction:column}.config-actions .btn{width:100%;justify-content:center}}

/* V19 — premium airco refinement */
.airco-sales-hero{background:linear-gradient(112deg,rgba(4,43,35,.98) 0%,rgba(4,43,35,.94) 48%,rgba(8,72,55,.78) 100%)!important;min-height:520px;display:flex;align-items:center}
.airco-sales-hero:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 78% 30%,rgba(81,206,119,.13),transparent 34%),linear-gradient(135deg,transparent 62%,rgba(255,255,255,.035) 62%)}
.airco-sales-hero .wrap{position:relative;z-index:1}.airco-hero-copy{padding:52px 0!important;max-width:790px!important}.airco-sales-hero h1{font-size:clamp(45px,5vw,67px)!important;line-height:.98!important;max-width:760px;margin:0 0 24px!important}.airco-sales-hero .copy{max-width:650px;line-height:1.7;color:#e8f1ed!important}.airco-sales-hero .actions{margin-top:29px}.hero-proof{margin-top:32px;gap:12px 26px!important}.hero-proof span{color:#d9e8e1;font-size:12px}.hero-proof span:before{content:"✓";display:inline-grid;place-items:center;width:19px;height:19px;margin-right:7px;border:1px solid #45c878;border-radius:50%;color:#65df8d;font-size:10px}
.airco-featurebar{border:0!important;box-shadow:0 8px 30px rgba(0,39,27,.045);position:relative;z-index:3}.airco-featuregrid{padding:12px 0;gap:10px!important}.airco-feature{border-right:0!important;border-radius:12px;padding:22px 14px!important;min-height:96px!important}.airco-feature:nth-child(even){background:#f7faf8}.airco-feature b{font-size:14px!important;color:#173b30}.airco-feature small{font-size:11px!important;color:#718079!important}
.airco-config{padding:94px 0 100px!important;background:linear-gradient(#fbfcfb 0%,#f5f9f6 100%)!important}.airco-config .catalog-head{margin-bottom:38px!important}.airco-config .catalog-head h2{font-size:42px!important;color:#0b2d24}.airco-config .catalog-head .copy{color:#66766f;line-height:1.7}.airco-config .eyebrow{letter-spacing:.13em}
.brand-marquee{position:relative;overflow:hidden;max-width:1120px;margin:0 auto 96px;padding:10px 0}.brand-marquee:before,.brand-marquee:after{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:2;pointer-events:none}.brand-marquee:before{left:0;background:linear-gradient(90deg,#f8faf8,transparent)}.brand-marquee:after{right:0;background:linear-gradient(270deg,#f8faf8,transparent)}.brand-track{display:flex;width:max-content;gap:20px;animation:comfortBrands 34s linear infinite}.brand-marquee:hover .brand-track{animation-play-state:paused}.brand-logo-card{flex:0 0 220px;height:104px!important;padding:22px 30px!important;border-radius:18px!important;border:1px solid #e1e9e4!important;box-shadow:0 9px 28px rgba(0,43,29,.05)!important}.brand-logo-card img{width:100%!important;height:54px!important;object-fit:contain!important}.brand-logo-card:nth-child(4n+2) img{height:50px!important}.brand-logo-card:nth-child(4n+3) img{height:55px!important}.brand-logo-card:nth-child(4n+4) img{height:52px!important}@keyframes comfortBrands{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 10px))}}
.setup-head{margin-bottom:38px!important}.setup-head h2{font-size:38px!important;color:#0b2d24}.setup-grid{gap:24px!important}.setup-card{padding:20px!important;border-radius:20px!important;box-shadow:0 12px 36px rgba(0,43,29,.055)!important}.setup-card:hover{transform:translateY(-4px);border-color:#a9c7b8}.setup-card.selected{border-color:#24a65a!important;box-shadow:0 15px 38px rgba(12,114,61,.11)!important}.setup-visual{height:175px!important;border-radius:15px!important;background:linear-gradient(145deg,#f8faf9,#eef5f1)!important}.setup-card h3{font-size:25px!important;color:#102f26}.setup-card p{font-size:13px!important}.setup-tag{margin-top:3px}.setup-select{border-radius:12px!important;padding:14px 16px!important}
.configurator{margin-top:38px!important;border-radius:22px!important;padding:42px!important;background:linear-gradient(135deg,#073d2f,#0b503c)!important;box-shadow:0 20px 55px rgba(1,48,32,.14)}.config-box{border-radius:17px!important;padding:24px!important}.unit-choice{padding:18px 0!important}.kw{padding:9px 13px!important}.quote-band{background:#fff!important;border-top:1px solid #e3ebe6}.quote-band .wrap{padding-top:40px!important;padding-bottom:40px!important}
@media(max-width:800px){.brand-marquee{margin-bottom:65px}.brand-logo-card{flex-basis:210px}.airco-featuregrid{gap:5px!important}.airco-feature{min-height:88px!important}.configurator{padding:28px!important}.airco-sales-hero{min-height:auto}}
@media(max-width:520px){.airco-sales-hero{padding:45px 0!important}.airco-hero-copy{padding:22px 0!important}.airco-sales-hero h1{font-size:42px!important}.airco-sales-hero .copy{font-size:15px!important}.hero-proof{display:grid!important;grid-template-columns:1fr 1fr}.airco-featuregrid{grid-template-columns:1fr 1fr!important}.airco-feature{padding:18px 8px!important}.airco-config{padding:68px 0 74px!important}.airco-config .catalog-head h2,.setup-head h2{font-size:32px!important}.brand-marquee:before,.brand-marquee:after{width:40px}.brand-logo-card{flex-basis:185px;height:98px!important}.brand-logo-card img{height:50px!important}.setup-visual{height:145px!important}}
@media(prefers-reduced-motion:reduce){.brand-track{animation:none}}
.product-setup-grid .setup-card{display:flex;flex-direction:column;overflow:hidden;padding:0!important}.setup-product-img{width:100%;height:260px;object-fit:contain;background:#fff;border-bottom:1px solid #edf1ef;padding:10px}.product-setup-grid .setup-tag,.product-setup-grid h3,.product-setup-grid p,.product-setup-grid .setup-link{margin-left:22px;margin-right:22px}.product-setup-grid .setup-tag{margin-top:22px}.product-setup-grid .setup-link{margin-bottom:22px;text-align:center;text-decoration:none;display:block}.product-setup-grid p{flex:1}@media(max-width:800px){.setup-product-img{height:230px}}

/* v21 — Airco hero offerte-tablet */
.airco-sales-hero .wrap{display:grid!important;grid-template-columns:minmax(0,1fr) 390px;gap:58px;align-items:center}
.airco-hero-copy{max-width:720px!important}
.airco-quote-tablet{position:relative;background:#f8fbf9;color:#0a2b22;border:1px solid rgba(255,255,255,.48);border-radius:26px;padding:10px;box-shadow:0 30px 80px rgba(0,20,14,.28);transform:perspective(1200px) rotateY(-2deg);overflow:hidden}
.airco-quote-tablet:before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.8),transparent 35%);pointer-events:none}
.tablet-top{height:44px;padding:0 13px;display:flex;align-items:center;gap:9px;border-bottom:1px solid #e2ebe6;font-size:12px;position:relative;z-index:1}.tablet-dot{width:9px;height:9px;border-radius:50%;background:#42d36b;box-shadow:0 0 0 4px #e3f8e9}.tablet-status{margin-left:auto;color:#15874a;font-weight:800}.tablet-body{position:relative;z-index:1;background:#fff;border-radius:18px;padding:24px}.tablet-body h2{font-size:29px;line-height:1.04;letter-spacing:-1px;margin:7px 0 9px}.tablet-body p{font-size:13px;line-height:1.55;color:#65736d;margin:0 0 17px}.tablet-body form{display:grid;gap:10px}.tablet-body input,.tablet-body select{width:100%;box-sizing:border-box;border:1px solid #dce6e0;background:#fbfdfc;border-radius:10px;padding:12px 13px;font:inherit;font-size:13px;outline:none}.tablet-body input:focus,.tablet-body select:focus{border-color:#36bd68;box-shadow:0 0 0 3px rgba(54,189,104,.1)}.tablet-row{display:grid;grid-template-columns:1.35fr .65fr;gap:9px}.tablet-body .btn{width:100%;justify-content:center;border:0;margin-top:2px}.tablet-body small{display:block;margin-top:13px;color:#6d7a74;font-size:10px;text-align:center}.airco-sales-hero .actions .btn.outline{background:rgba(255,255,255,.03)}
@media(max-width:980px){.airco-sales-hero .wrap{grid-template-columns:1fr!important}.airco-quote-tablet{max-width:580px;transform:none;margin:0 0 20px}.airco-hero-copy{max-width:780px!important}}
@media(max-width:540px){.airco-quote-tablet{border-radius:20px;padding:7px}.tablet-body{padding:19px}.tablet-body h2{font-size:25px}.tablet-row{grid-template-columns:1fr 100px}}

/* ===== V25 PREMIUM SYSTEM ===== */
:root{--premium:#07392d;--premium2:#0a4a39;--paper:#fbfcfb;--mist:#f3f7f4;--hair:#e3ebe6}
.topbar .wrap{min-height:38px}.topbar-right{gap:18px!important}.topbar-right span{white-space:nowrap;font-size:11px;letter-spacing:.01em}
.page-hero,.service-hero{background:linear-gradient(135deg,#f8fbf9 0%,#fff 62%);border-bottom:1px solid var(--hair)}
.page-hero{padding:88px 0 82px}.page-hero h1,.service-hero h1{letter-spacing:-2.2px}.section,.catalog,.process{padding-top:86px;padding-bottom:92px}
.service-hero-grid{gap:72px}.service-photo{border-radius:28px!important;box-shadow:0 28px 70px rgba(5,49,36,.12)!important}
.catalog-head{max-width:760px;margin-bottom:38px}.catalog-head h2{font-size:clamp(34px,4vw,50px);letter-spacing:-1.5px;line-height:1.05}
.shop-card,.form-card,.contact-panel{border-radius:22px!important;box-shadow:0 14px 45px rgba(5,49,36,.06)!important;border-color:var(--hair)!important}
.quote-band{padding:34px 0;background:var(--premium)!important}.quote-band .wrap{min-height:76px}
.site-footer{background:#031f19!important}
/* Airco: calmer marquee + cleaner product choices */
.brand-marquee{max-width:980px!important;margin-bottom:110px!important}.brand-track{gap:30px!important;animation-duration:58s!important}.brand-logo-card{flex-basis:205px!important;height:94px!important;border:0!important;box-shadow:none!important;background:#fff!important}.brand-logo-card img{height:46px!important}
.setup-grid.product-setup-grid{gap:24px!important}.setup-card{border-radius:24px!important;padding:18px!important;box-shadow:0 14px 42px rgba(5,49,36,.06)!important}.setup-product-img{border-radius:16px!important}.setup-card h3{font-size:26px!important}.setup-link{border-radius:12px!important}
/* configurator */
.builder .wrap{max-width:1080px!important}.shell{grid-template-columns:minmax(0,1fr) 320px!important;gap:22px!important}.panel{padding:32px!important}.summary{border-radius:22px!important}.step{padding:34px 0!important}.choice{border-radius:14px!important}.totalbox{background:linear-gradient(145deg,#07392d,#0b503d)!important;padding:22px!important}.totalbox strong{font-size:29px!important;letter-spacing:-.8px}.warning{border:1px solid #f2e3b7}
.config-lead{max-width:1080px;margin:28px auto 0;padding:0 0 100px}.config-lead-inner{display:grid;grid-template-columns:.85fr 1.15fr;gap:42px;padding:42px;border-radius:28px;background:linear-gradient(135deg,#07392d,#0a4a39);color:#fff;box-shadow:0 24px 70px rgba(5,49,36,.16)}.config-lead h2{font-size:38px;line-height:1.05;letter-spacing:-1.3px;margin:10px 0 14px}.config-lead p{color:#d9e8e1;line-height:1.65}.lead-points{display:grid;gap:10px;margin-top:24px;font-size:13px}.config-form{background:#fff;color:#17352c;padding:24px;border-radius:20px;display:grid;gap:14px}.form-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.config-form label{display:grid;gap:6px;font-size:12px;font-weight:800}.config-form input,.config-form select,.config-form textarea{width:100%;border:1px solid #dbe6e0;border-radius:11px;padding:13px;font:inherit;background:#fff}.config-form textarea{min-height:86px;resize:vertical}.config-form small{color:#718078;text-align:center}
.thanks{min-height:72vh;display:grid;place-items:center;padding:70px 20px;background:linear-gradient(180deg,#f4f8f5,#fff)}.thanks-card{max-width:720px;text-align:center;background:#fff;border:1px solid var(--hair);border-radius:30px;padding:58px;box-shadow:0 25px 80px rgba(5,49,36,.10)}.thanks-check{width:64px;height:64px;border-radius:50%;background:#e8f8ed;color:#149447;display:grid;place-items:center;font-size:30px;font-weight:900;margin:0 auto 22px}.thanks-card h1{font-size:46px;letter-spacing:-1.8px;margin:8px 0 14px;color:var(--premium)}.thanks-card p{color:#68766f;line-height:1.7}.thanks-trust{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:26px 0}.thanks-trust span{background:#f1f7f3;border-radius:99px;padding:9px 13px;font-size:12px;font-weight:800;color:#315448}
@media(max-width:900px){.topbar-right span:nth-child(n+3){display:none}.config-lead-inner{grid-template-columns:1fr}.shell{grid-template-columns:1fr!important}.summary{position:static!important}.builder .wrap{width:min(94%,760px)!important}.config-lead{width:min(94%,760px)} }
@media(max-width:560px){.page-hero{padding:62px 0}.section,.catalog,.process{padding-top:64px;padding-bottom:68px}.form-2{grid-template-columns:1fr}.config-lead-inner{padding:26px 20px}.config-lead h2{font-size:32px}.thanks-card{padding:38px 22px}.thanks-card h1{font-size:36px}.brand-track{animation-duration:64s!important}.brand-logo-card{flex-basis:175px!important}.panel{padding:20px!important}}

/* =========================================================
   V28 — MOBILE POLISH PASS
   ========================================================= */
html{overflow-x:hidden;-webkit-text-size-adjust:100%}body{overflow-x:hidden}img,svg,video{max-width:100%;height:auto}input,select,textarea,button{font:inherit}
@media(max-width:760px){
  .wrap{width:min(100% - 32px,1240px)!important}
  .topbar{display:none!important}
  .nav{min-height:68px!important;align-items:center!important}
  .brand-logo{width:145px!important;height:44px!important}
  .mobile-toggle{width:44px;height:44px;display:grid!important;place-items:center;border-radius:10px}
  header .nav>nav{top:68px!important;padding:12px 20px 20px!important;max-height:calc(100vh - 68px);overflow:auto}
  header .nav>nav a{padding:14px 0!important;font-size:15px!important}
  .btn{min-height:46px;padding:13px 17px!important}

  .home-v9-hero{padding:38px 0 42px!important;min-height:auto!important;background-position:64% center!important}
  .home-v9-grid{gap:26px!important}
  .home-v9-copy{padding:0!important}
  .home-v9-copy h1{font-size:clamp(38px,11vw,48px)!important;line-height:1.02!important;letter-spacing:-1.8px!important;margin:9px 0 14px!important}
  .home-v9-copy .copy{font-size:15px!important;line-height:1.6!important}
  .hero-list{gap:9px!important;margin-top:18px!important}
  .hero-form{padding:20px!important;border-radius:15px!important}
  .hero-form h2{font-size:23px!important}
  .hero-form-grid{grid-template-columns:1fr!important;gap:10px!important}
  .hero-form input,.hero-form select,.hero-form textarea{font-size:16px!important;min-height:48px!important}
  .hero-form textarea{min-height:92px!important}
  .home-v9-trust-grid{grid-template-columns:1fr 1fr!important;min-height:0!important}
  .home-v9-trust-item{padding:16px 10px!important;gap:10px!important;align-items:flex-start!important}
  .home-v9-trust-item b{font-size:17px!important}.home-v9-trust-item strong{font-size:11px!important}
  .trust-icon{width:38px;height:38px;flex-basis:38px;font-size:19px}
  .home-v9-process,.home-v9-services{padding:48px 0!important}
  .home-v9-process-grid,.home-v9-bottom-grid{gap:26px!important}
  .home-v9-process .section-title h2,.home-v9-services .section-title h2{font-size:30px!important}
  .home-v9-steps{grid-template-columns:1fr!important;gap:14px!important}
  .process-photo{height:235px!important}
  .home-v9-service-grid{grid-template-columns:1fr!important;gap:14px!important}
  .home-service-img{height:190px!important}.home-service-body{padding:18px!important}.home-service-body p{min-height:0!important;font-size:13px!important}
  .personal-contact{grid-template-columns:1fr!important}.contact-copy{padding:22px!important}.contact-photo{min-height:230px!important}
  .home-v9-cta{padding:42px 0!important}.home-v9-cta h2{font-size:30px!important}
  .site-footer{padding:32px 0 18px!important}.site-footer .footer-grid{grid-template-columns:1fr!important;gap:24px!important}

  .airco-sales-hero{padding:40px 0 34px!important}.airco-sales-hero .wrap{gap:22px!important}.airco-hero-copy{padding:0!important}
  .airco-sales-hero h1{font-size:clamp(38px,10vw,46px)!important;line-height:1.03!important;letter-spacing:-1.7px!important}
  .airco-sales-hero .copy{font-size:15px!important;line-height:1.6!important}
  .hero-proof{grid-template-columns:1fr 1fr!important;gap:8px!important}.hero-proof>*{min-width:0}
  .airco-quote-tablet{width:100%!important;max-width:none!important;margin:0!important;border-radius:17px!important;padding:6px!important}
  .tablet-body{padding:17px!important}.tablet-body h2{font-size:23px!important}.tablet-row{grid-template-columns:1fr!important;gap:8px!important}
  .tablet-body input,.tablet-body select{font-size:16px!important;min-height:48px!important}
  .airco-featuregrid{grid-template-columns:1fr 1fr!important}.airco-feature{padding:17px 10px!important;min-height:96px!important}
  .airco-config{padding:52px 0 60px!important}.airco-config .catalog-head h2,.setup-head h2{font-size:29px!important;line-height:1.12!important}
  .brand-marquee{margin-bottom:46px!important}.brand-logo-card{flex-basis:155px!important;height:82px!important;padding:15px!important}.brand-logo-card img{height:42px!important}
  .setup-grid{gap:14px!important}.setup-card{border-radius:14px!important}.setup-product-img{height:190px!important}.product-setup-grid .setup-tag,.product-setup-grid h3,.product-setup-grid p,.product-setup-grid .setup-link{margin-left:17px!important;margin-right:17px!important}

  .builder{padding:22px 0 48px!important}.builder .wrap{width:min(100% - 24px,760px)!important}
  .intro{padding:0 4px 18px!important}.intro h1{font-size:clamp(32px,9vw,42px)!important;line-height:1.05!important}.intro p{font-size:14px!important;line-height:1.55!important}
  .shell{display:flex!important;flex-direction:column!important;gap:14px!important}
  .panel{padding:17px!important;border-radius:14px!important;min-width:0!important}.summary{order:2!important;padding:17px!important;border-radius:14px!important;position:static!important;width:100%!important}
  .step{padding:20px 0!important}.step:first-child{padding-top:4px!important}.stephead{gap:10px!important;margin-bottom:13px!important}.stephead h2{font-size:20px!important;line-height:1.2!important}.stepnum{width:32px!important;height:32px!important;flex-basis:32px!important}
  .grid,.grid.two,.selectrow{grid-template-columns:1fr!important;gap:10px!important}.brand-choice,.choice{min-width:0!important;padding:14px!important}.brand-choice img{width:72px!important;max-height:36px!important;object-fit:contain}
  .specchips{grid-template-columns:1fr 1fr!important;gap:8px!important}.specchips>*{min-width:0!important}
  .kw-options{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:7px!important;width:100%}.kw-options>*{min-width:0!important;padding-left:6px!important;padding-right:6px!important;text-align:center}
  .unit-choice{gap:12px!important}.tech{font-size:12px!important}.tech td{padding:9px 0!important}.totalbox{padding:13px!important}.totalbox strong{font-size:17px!important}
  .config-lead{width:min(100% - 24px,760px)!important;margin-top:18px!important}.config-lead-inner{padding:21px 17px!important;border-radius:15px!important}.config-lead h2{font-size:28px!important;line-height:1.08!important}.form-2{grid-template-columns:1fr!important;gap:10px!important}.form-2 input,.form-2 select,.form-2 textarea{font-size:16px!important;min-height:48px!important}.form-2 textarea{min-height:100px!important}
  input[type=file]{max-width:100%!important;font-size:13px!important;padding:10px!important}

  .page-hero{padding:48px 0!important}.page-hero h1,.service-hero h1,.product-hero h1{font-size:clamp(36px,10vw,44px)!important;line-height:1.05!important}.section,.catalog,.process{padding-top:50px!important;padding-bottom:54px!important}.section-title h2,.catalog-head h2{font-size:30px!important;line-height:1.1!important}.service-photo,.product-visual{height:240px!important;min-height:240px!important}
  .category-tile{min-height:270px!important}.product-slider{grid-auto-columns:88%!important;gap:12px!important}
  .contact-grid,.product-hero-grid,.service-hero-grid,.mhi-grid{gap:24px!important}
}
@media(max-width:390px){
  .wrap{width:min(100% - 24px,1240px)!important}.builder .wrap,.config-lead{width:min(100% - 18px,760px)!important}
  .home-v9-trust-grid{grid-template-columns:1fr!important}.hero-proof{grid-template-columns:1fr!important}.airco-featuregrid{grid-template-columns:1fr!important}
  .specchips{grid-template-columns:1fr!important}.kw-options{grid-template-columns:1fr!important}.brand-logo-card{flex-basis:145px!important}
}

/* v30 structure polish */
.optional-config{max-width:1080px;margin:56px auto 0;padding:34px 38px;border-radius:24px;background:linear-gradient(135deg,#073d2f,#0c5c46);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:32px;box-shadow:0 18px 48px rgba(3,45,32,.12)}
.optional-config h3{font-size:28px;letter-spacing:-.7px;margin:7px 0 8px;color:#fff}.optional-config p{max-width:680px;margin:0;color:rgba(255,255,255,.76);line-height:1.65;font-size:14px}.optional-kicker{font-size:10px;font-weight:900;letter-spacing:.14em;color:#67e584}.config-btn{background:#fff!important;color:#073d2f!important;border:0!important;white-space:nowrap}.setup-card .setup-link{background:#f7faf8!important;color:#0a4d3a!important}.setup-card .setup-link:hover{background:#eaf4ee!important;color:#073d2f!important}.footer-brand{display:inline-flex;width:180px;height:72px;align-items:center;margin-bottom:18px}.footer-brand img{width:100%;height:100%;object-fit:contain;object-position:left center;filter:brightness(0) invert(1)}
@media(max-width:760px){.optional-config{margin-top:34px;padding:27px 22px;display:block}.optional-config h3{font-size:25px}.optional-config .btn{margin-top:20px;width:100%;justify-content:center}.footer-brand{width:155px;height:62px}}
