
:root{
 --red:#ed1c24;--red-dark:#c8141b;--yellow:#ffe100;--ink:#111214;--muted:#6b7075;
 --line:#e5e5e2;--paper:#fff;--soft:#f4f4f2;--soft2:#ecece8;--dark:#0f1113;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.public-site{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);line-height:1.55}
a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.site-wrap{width:min(1180px,calc(100% - 40px));margin:auto}
.preview-bar{background:#fff3cd;border-bottom:1px solid #ffe69c;padding:9px 20px;text-align:center;font-size:13px;color:#664d03;display:flex;gap:10px;justify-content:center}
.service-bar{background:#0d0e10;color:#d4d4d4;font-size:13px}.service-bar-inner{padding:9px 0;display:flex;justify-content:space-between;gap:18px}.service-bar a{color:#fff;font-weight:700}
.site-header{height:82px;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30;backdrop-filter:blur(12px)}
.header-inner{height:100%;display:flex;align-items:center;gap:22px}.site-brand{display:flex;align-items:center;gap:12px;margin-right:auto}.site-brand img,.footer-brand img{width:53px;height:53px;object-fit:contain;object-position:center;border-radius:6px}.site-brand strong,.footer-brand strong{display:block;font-size:19px;line-height:1}.site-brand small,.footer-brand small{display:block;margin-top:4px;font-size:9px;letter-spacing:.16em;color:#777;font-weight:800}
.site-nav{display:flex;align-items:center;gap:17px;font-size:14px;font-weight:800;white-space:nowrap}.site-nav a:hover{color:var(--red)}.header-actions{display:flex;gap:9px}.nav-toggle{display:none;border:0;background:none;font-size:25px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:9px;font-weight:850;border:1px solid transparent;transition:.18s}.btn:hover{transform:translateY(-1px)}
.btn-red{background:var(--red);color:#fff;border-color:var(--red)}.btn-red:hover{background:var(--red-dark)}.btn-dark{background:var(--ink);color:#fff;border-color:var(--ink)}.btn-light{background:#fff;color:var(--ink);border-color:#fff}.btn-ghost{background:#fff;border-color:var(--line);color:var(--ink)}.btn-outline{background:transparent;color:#fff;border-color:#ffffff66}.full{width:100%}
.eyebrow{font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:var(--red);margin:0 0 14px}.eyebrow.yellow{color:var(--yellow)}.redline{display:block;width:64px;height:5px;background:var(--red);margin-bottom:18px}
h1,h2,h3{letter-spacing:-.042em}h1{font-size:clamp(48px,7vw,82px);line-height:.97;margin:0}h2{font-size:clamp(35px,5vw,54px);line-height:1.02;margin:0}h3{font-size:24px;line-height:1.12;margin:0 0 10px}
.section{padding:88px 0}.section-soft{background:var(--soft)}.section-heading{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:end;margin-bottom:42px}.section-heading>p{font-size:18px;color:var(--muted);margin:0}

.home-hero{color:#fff;background:linear-gradient(110deg,#0d0f11 0%,#181c20 62%,#343a3c 100%);overflow:hidden}
.home-hero-grid{min-height:680px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:55px;align-items:center}
.hero-copy{padding:84px 0}.hero-lead{font-size:21px;color:#d9dcde;max-width:700px;margin:27px 0}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:29px}.proof-row{display:flex;gap:20px;flex-wrap:wrap;margin-top:34px;font-size:13px;font-weight:800}.proof-row span:before{content:"●";color:var(--yellow);font-size:9px;margin-right:7px}
.home-hero-photo,.inner-hero-photo{height:520px;border-radius:22px;overflow:hidden;position:relative;box-shadow:0 30px 70px #0005}.home-hero-photo img,.inner-hero-photo img{width:100%;height:100%;object-fit:cover}
.hero-photo-fallback{background:radial-gradient(circle at 58% 28%,#e2e5e2 0 13%,#9aa39d 14% 28%,#555e59 29% 43%,#282e2b 44% 100%);display:grid;place-items:center}
.equipment-shape{width:58%;height:56%;border-radius:18px;background:linear-gradient(145deg,#fafafa,#cfd4d0);box-shadow:0 24px 60px #0006;display:grid;place-items:center;color:#999;font-size:34px;font-weight:900}

.quick-strip{border-bottom:1px solid var(--line);background:#fff}.quick-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr)}.quick-grid>a{padding:22px;border-right:1px solid var(--line);display:flex;flex-direction:column}.quick-grid>a:last-child{border-right:0}.quick-grid strong{font-size:15px}.quick-grid span{font-size:13px;color:var(--muted)}.quick-main{background:var(--ink);color:#fff}.quick-main span{color:#bbb}

.service-card-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:16px}.service-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:25px;min-height:330px;display:flex;flex-direction:column;transition:.18s}.service-card:hover,.install-grid>a:hover{transform:translateY(-3px);box-shadow:0 18px 45px #1111}.service-card.featured{background:var(--ink);color:#fff;border-color:var(--ink)}.service-card p{color:var(--muted)}.service-card.featured p{color:#bfc2c4}.service-card b{margin-top:auto}.service-icon{width:47px;height:47px;border-radius:9px;background:var(--ink);color:var(--yellow);display:grid;place-items:center;font-weight:900;margin-bottom:44px}.featured .service-icon{background:var(--red);color:#fff}

.service-emergency{border:1px solid var(--line);border-radius:20px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr}.service-emergency>div:first-child{padding:44px}.service-emergency>div:first-child p{color:var(--muted);font-size:17px}.emergency-panel{background:var(--ink);color:#fff;padding:44px;display:flex;flex-direction:column;justify-content:center}.emergency-panel small{color:var(--yellow);font-weight:900;letter-spacing:.13em}.emergency-panel strong{font-size:42px;letter-spacing:-.04em;margin:8px 0}.emergency-panel p{color:#bbb}.emergency-panel a{font-weight:900;color:#fff}

.install-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.install-grid>a{background:#fff;border:1px solid var(--line);border-radius:15px;padding:24px;min-height:250px;transition:.18s}.install-grid>a>span{width:44px;height:44px;border-radius:8px;background:var(--ink);color:var(--yellow);display:grid;place-items:center;font-weight:900;margin-bottom:34px}.install-grid p{color:var(--muted)}.install-grid b{font-size:14px}

.dark-section{background:var(--ink);color:#fff}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.why-grid>div:first-child>p:last-child{font-size:18px;color:#c0c4c7}.why-list{display:grid;gap:14px}.why-list>div{display:flex;gap:12px}.why-list i{flex:0 0 29px;width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#ffffff12;color:var(--yellow);font-style:normal;font-weight:900}.why-list b,.why-list small{display:block}.why-list small{color:#bfc3c6;margin-top:2px}

.review-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px}.review-grid article,.review-grid aside{border:1px solid var(--line);border-radius:18px;padding:30px}.stars{font-size:20px;letter-spacing:.1em}.review-grid blockquote{font-size:26px;line-height:1.35;margin:22px 0}.review-grid p{color:var(--muted)}.rating{font-size:64px;letter-spacing:-.07em}
.final-cta{background:var(--red);color:#fff;padding:68px 0}.final-cta-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:center}.final-cta p:not(.eyebrow){font-size:18px;color:#ffe1e1}.final-cta .hero-actions{justify-content:flex-end}

.inner-hero{background:linear-gradient(110deg,#0d0f11,#242a2c);color:#fff}.inner-hero-grid{min-height:500px;display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.inner-hero-grid>div:first-child{padding:70px 0}.inner-hero-grid p:not(.eyebrow){font-size:20px;color:#d7dadd;max-width:690px}.inner-hero-photo{height:360px}.inner-hero.compact .inner-hero-grid{min-height:400px;grid-template-columns:1fr}
.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:60px;align-items:start}.content-main{max-width:780px}.content-block{border-bottom:1px solid var(--line);padding:0 0 32px;margin:0 0 32px}.content-block h2{font-size:34px;margin-bottom:12px}.content-block p{font-size:17px;color:var(--muted);white-space:pre-line}.block-callout{background:var(--soft);border:0;border-radius:16px;padding:28px}.block-image img{border-radius:14px;margin-bottom:20px}.text-link{font-weight:900;color:var(--ink)}.side-card{position:sticky;top:108px;border:1px solid var(--line);border-radius:18px;padding:25px;background:#fff;box-shadow:0 18px 45px #1111}.side-card p{color:var(--muted)}.side-phone{display:block;font-size:18px;font-weight:900;margin:16px 0}.side-card hr{border:0;border-top:1px solid var(--line);margin:20px 0}.side-card>span{display:block;color:var(--muted);font-size:14px;margin-top:7px}
.faq-section{margin-top:48px}.faq-section h2{font-size:38px;margin-bottom:18px}.faq-section details{border-bottom:1px solid var(--line);padding:16px 0}.faq-section summary{cursor:pointer;font-weight:900}.faq-section details p{color:var(--muted)}
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.contact-option{border:1px solid var(--line);border-radius:18px;padding:30px;min-height:310px}.contact-option h2{font-size:36px;margin-bottom:14px}.contact-option p{color:var(--muted)}.contact-option.featured{border-top:5px solid var(--red)}.contact-option.dark{background:var(--ink);color:#fff}.contact-option.dark p{color:#bbb}

.site-footer{background:#0d0e10;color:#aaa;padding:55px 0 25px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:32px}.footer-brand{display:flex;align-items:center;gap:12px;color:#fff}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start}.footer-grid h4{color:#fff;margin:0 0 14px}.footer-grid a,.footer-grid span,.footer-grid p{font-size:14px;color:#aaa;margin:0 0 7px}.footer-bottom{margin-top:36px;padding-top:20px;border-top:1px solid #25282b;display:flex;justify-content:space-between;font-size:12px;color:#777}

@media(max-width:1050px){
 .site-nav{display:none}.nav-toggle{display:block}.menu-open .site-nav{display:flex;position:absolute;left:0;right:0;top:82px;background:#fff;padding:18px 24px;flex-direction:column;border-bottom:1px solid var(--line)}
 .home-hero-grid,.inner-hero-grid{grid-template-columns:1fr}.home-hero-photo,.inner-hero-photo{display:none}.service-card-grid{grid-template-columns:1fr 1fr}.quick-grid{grid-template-columns:1fr 1fr}
 .section-heading,.why-grid,.final-cta-grid{grid-template-columns:1fr}.install-grid{grid-template-columns:1fr 1fr}.final-cta .hero-actions{justify-content:flex-start}.content-grid{grid-template-columns:1fr}.side-card{position:static}.contact-grid{grid-template-columns:1fr}
 .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
 .site-wrap{width:min(100% - 28px,1180px)}.service-bar-inner{flex-direction:column;gap:3px}.site-header{height:72px}.menu-open .site-nav{top:72px}.header-actions .btn-ghost{display:none}.site-brand img{width:46px;height:46px}
 .home-hero-grid{min-height:610px}.hero-copy{padding:66px 0}.hero-lead{font-size:18px}.proof-row{gap:12px}.section{padding:64px 0}
 .quick-grid,.service-card-grid,.install-grid,.service-emergency,.review-grid,.footer-grid{grid-template-columns:1fr}.quick-grid>a{border-right:0;border-bottom:1px solid var(--line)}
 .service-emergency>div:first-child,.emergency-panel{padding:30px}.emergency-panel strong{font-size:32px}.section-heading{gap:20px}.inner-hero-grid{min-height:430px}.inner-hero-grid>div:first-child{padding:58px 0}
 .final-cta{padding:55px 0}.footer-bottom{flex-direction:column;gap:8px}
}

/* Release 1.2 — mobile conversion & visual polish */
.mobile-sticky{display:none}
@media(max-width:700px){
 body.public-site{padding-bottom:68px}
 .site-brand strong{font-size:17px}.site-brand small{font-size:8px}
 .header-actions .btn-red{padding:10px 12px;font-size:12px}
 .hero-copy h1{font-size:49px;line-height:.98}
 .hero-lead{line-height:1.55}
 .proof-row{display:grid;grid-template-columns:1fr 1fr;font-size:12px}
 .quick-grid>a{padding:18px 20px}
 .service-card{min-height:0;padding:22px}
 .service-icon{margin-bottom:25px}
 .service-card h3{font-size:26px}
 .service-card p{margin-bottom:22px}
 .install-grid>a{min-height:0;padding:22px}
 .install-grid>a>span{margin-bottom:23px}
 .review-grid blockquote{font-size:22px}
 .final-cta h2{font-size:38px}
 .site-footer{padding-bottom:42px}
 .mobile-sticky{position:fixed;display:grid;grid-template-columns:.78fr 1.22fr;left:0;right:0;bottom:0;height:68px;z-index:80;box-shadow:0 -8px 25px #0002;background:#fff}
 .mobile-sticky a{display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:900}
 .mobile-call{background:#111214;color:#fff}
 .mobile-maint{background:#ed1c24;color:#fff}
}

/* Homepage V2 — echte Bert Gulpen bussenfoto */
.home-hero.bus-hero{
 position:relative;
 isolation:isolate;
 background-image:
   linear-gradient(90deg,rgba(8,10,11,.96) 0%,rgba(8,10,11,.88) 37%,rgba(8,10,11,.54) 58%,rgba(8,10,11,.14) 82%,rgba(8,10,11,.06) 100%),
   var(--bus-hero);
 background-size:cover;
 background-position:center 55%;
}
.home-hero.bus-hero:after{
 content:"";position:absolute;inset:0;z-index:-1;
 background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.16));
 pointer-events:none;
}
.home-hero.bus-hero .home-hero-grid{grid-template-columns:minmax(0,760px) 1fr;min-height:690px}
.home-hero.bus-hero .hero-copy{padding:92px 0}
.home-hero.bus-hero .hero-lead{max-width:650px}
.home-hero.bus-hero h1{text-shadow:0 3px 25px rgba(0,0,0,.24)}
.home-hero.bus-hero .proof-row{padding-top:4px}
@media(max-width:1050px){
 .home-hero.bus-hero{
   background-image:
    linear-gradient(90deg,rgba(8,10,11,.94),rgba(8,10,11,.68) 68%,rgba(8,10,11,.35)),
    var(--bus-hero);
   background-position:62% center;
 }
 .home-hero.bus-hero .home-hero-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
 .home-hero.bus-hero{
   background-image:
    linear-gradient(180deg,rgba(8,10,11,.75) 0%,rgba(8,10,11,.88) 52%,rgba(8,10,11,.96) 100%),
    var(--bus-hero);
   background-position:61% center;
 }
 .home-hero.bus-hero .home-hero-grid{min-height:650px;align-items:end}
 .home-hero.bus-hero .hero-copy{padding:185px 0 58px}
 .home-hero.bus-hero h1{font-size:47px}
}

/* Onderhoudspagina V2 */
.maintenance-hero{background:linear-gradient(115deg,#0b0d0e,#1e2426);color:#fff}
.maintenance-hero-grid{min-height:540px;display:grid;grid-template-columns:1.15fr .65fr;gap:70px;align-items:center}
.maintenance-hero h1{max-width:760px}.maintenance-hero-grid>div>p:not(.eyebrow){font-size:20px;color:#d6d9db;max-width:720px}
.maintenance-hero-card{background:#fff;color:var(--ink);padding:30px;border-radius:18px;border-top:5px solid var(--red)}
.maintenance-hero-card small{font-size:10px;letter-spacing:.15em;font-weight:900;color:var(--red)}
.maintenance-hero-card strong{display:block;font-size:30px;line-height:1.08;letter-spacing:-.04em;margin:15px 0}.maintenance-hero-card p{color:var(--muted)}.maintenance-hero-card a{font-weight:900}
.maintenance-jump{background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:3}.maintenance-jump-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.maintenance-jump a{padding:22px;border-right:1px solid var(--line);display:grid;grid-template-columns:44px 1fr;column-gap:12px;align-items:center}
.maintenance-jump a:last-child{border-right:0}.maintenance-jump a>span{grid-row:1/3;width:42px;height:42px;border-radius:8px;background:var(--ink);color:var(--yellow);display:grid;place-items:center;font-weight:900}.maintenance-jump b,.maintenance-jump small{display:block}.maintenance-jump small{color:var(--muted)}
.maintenance-jump a.active{box-shadow:inset 0 -4px var(--red)}
.maintenance-product{padding:88px 0;scroll-margin-top:110px}.maintenance-product-grid{display:grid;grid-template-columns:1.15fr .65fr;gap:80px;align-items:center}.maintenance-product-grid.reverse{grid-template-columns:.65fr 1.15fr}.maintenance-product-grid.reverse>div:first-child{grid-column:2}.maintenance-product-grid.reverse>.maintenance-visual{grid-column:1;grid-row:1}
.maintenance-product h2{max-width:760px}.maintenance-product .lead{font-size:18px;color:var(--muted);max-width:740px}.check-list{list-style:none;padding:0;margin:28px 0;display:grid;gap:11px}.check-list li{position:relative;padding-left:30px}.check-list li:before{content:"✓";position:absolute;left:0;top:0;width:20px;height:20px;border-radius:50%;background:var(--ink);color:var(--yellow);display:grid;place-items:center;font-size:11px;font-weight:900}
.maintenance-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:30px}.plan-card,.maintenance-visual{border-radius:20px;background:#fff;border:1px solid var(--line);padding:32px;min-height:390px;display:flex;flex-direction:column;justify-content:center}.plan-card{box-shadow:0 20px 55px #1111}.plan-label{font-size:10px;font-weight:900;letter-spacing:.15em;color:var(--red)}.plan-card h3{font-size:32px;margin:13px 0}.plan-card>p,.plan-card>small{color:var(--muted)}.plan-feature{display:flex;gap:10px;margin:8px 0}.plan-feature b{color:var(--red)}
.maintenance-visual{background:var(--soft);align-items:flex-start}.maintenance-visual>span{width:64px;height:64px;border-radius:12px;background:var(--ink);color:var(--yellow);display:grid;place-items:center;font-size:20px;font-weight:900;margin-bottom:55px}.maintenance-visual strong{font-size:30px;letter-spacing:-.04em}.maintenance-visual small{font-size:15px;color:var(--muted);margin-top:10px}.maintenance-visual.dark{background:var(--ink);color:#fff}.maintenance-visual.dark small{color:#bbb}.maintenance-visual.dark>span{background:var(--red);color:#fff}
.maintenance-process{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px;align-items:start}.maintenance-process ol{list-style:none;padding:0;margin:0;display:grid;gap:14px}.maintenance-process li{display:flex;gap:18px;padding:20px;border:1px solid #292d30;border-radius:12px}.maintenance-process li>b{color:var(--yellow)}.maintenance-process strong,.maintenance-process small{display:block}.maintenance-process small{color:#aaa;margin-top:3px}
@media(max-width:900px){.maintenance-hero-grid,.maintenance-product-grid,.maintenance-product-grid.reverse,.maintenance-process{grid-template-columns:1fr}.maintenance-product-grid.reverse>div:first-child,.maintenance-product-grid.reverse>.maintenance-visual{grid-column:auto;grid-row:auto}.maintenance-jump-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.maintenance-hero-grid{min-height:0;padding:62px 0}.maintenance-hero-card{display:none}.maintenance-hero h1{font-size:48px}.maintenance-hero-grid>div>p:not(.eyebrow){font-size:18px}.maintenance-jump-grid{grid-template-columns:1fr 1fr}.maintenance-jump a{padding:15px 10px;grid-template-columns:35px 1fr;column-gap:8px}.maintenance-jump a>span{width:34px;height:34px;font-size:11px}.maintenance-jump small{font-size:10px}.maintenance-product{padding:64px 0}.maintenance-product-grid{gap:35px}.maintenance-product h2{font-size:38px}.plan-card,.maintenance-visual{min-height:0;padding:25px}.maintenance-visual>span{margin-bottom:30px}.maintenance-process{gap:30px}}

/* Website V3 — product/service pages */
.topic-hero{background:linear-gradient(115deg,#0b0d0e,#202628);color:#fff}.topic-hero-grid{min-height:550px;display:grid;grid-template-columns:1.15fr .55fr;gap:70px;align-items:center}.topic-hero h1{font-size:clamp(45px,6vw,72px)}.topic-hero p:not(.eyebrow){font-size:19px;color:#d3d6d8;max-width:760px}.topic-hero aside{background:#fff;color:var(--ink);border-radius:18px;padding:30px;border-top:5px solid var(--red)}.topic-hero aside small{color:var(--red);font-size:10px;letter-spacing:.14em;font-weight:900}.topic-hero aside strong{display:block;font-size:29px;line-height:1.08;letter-spacing:-.04em;margin:15px 0}.topic-hero aside p{color:var(--muted)!important;font-size:15px!important}.emergency-hero aside{background:var(--red);color:#fff;border-top-color:var(--yellow)}.emergency-hero aside small{color:var(--yellow)}.emergency-hero aside p{color:#ffe2e2!important}.emergency-hero aside strong{font-size:38px}
.topic-cards{background:#fff;border-bottom:1px solid var(--line)}.topic-card-grid{display:grid;grid-template-columns:repeat(3,1fr)}.topic-card-grid article{padding:34px;border-right:1px solid var(--line);min-height:240px}.topic-card-grid article:last-child{border-right:0}.topic-card-grid article>span{font-size:11px;font-weight:900;color:var(--red)}.topic-card-grid h2{font-size:29px;margin:34px 0 10px}.topic-card-grid p{color:var(--muted)}.topic-card-grid .featured{background:var(--ink);color:#fff}.topic-card-grid .featured p{color:#bbb}.topic-card-grid .featured>span{color:var(--yellow)}
.topic-detail{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.topic-detail>div:first-child>p:last-child{font-size:18px;color:var(--muted)}.topic-checks{display:grid;gap:13px}.topic-checks>div{display:flex;gap:12px;padding:16px;border:1px solid var(--line);border-radius:10px}.topic-checks i{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:var(--yellow);font-style:normal;font-weight:900}
.decision-grid{display:grid;grid-template-columns:1fr .65fr;gap:80px;align-items:start}.decision-grid>div>p:last-child{font-size:18px;color:var(--muted)}.decision-grid aside{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px}.decision-grid aside p{color:var(--muted)}.decision-grid aside hr{border:0;border-top:1px solid var(--line);margin:25px 0}
.service-steps{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px}.service-steps ol{list-style:none;padding:0;margin:0;display:grid;gap:12px}.service-steps li{display:flex;gap:18px;padding:20px;border:1px solid var(--line);border-radius:12px}.service-steps li>b{color:var(--red)}.service-steps strong,.service-steps small{display:block}.service-steps small{color:var(--muted)}
@media(max-width:900px){.topic-hero-grid,.topic-detail,.decision-grid,.service-steps{grid-template-columns:1fr}.topic-card-grid{grid-template-columns:1fr}.topic-card-grid article{border-right:0;border-bottom:1px solid var(--line)}}
@media(max-width:700px){.topic-hero-grid{min-height:0;padding:62px 0}.topic-hero aside{display:none}.topic-hero h1{font-size:45px}.topic-card-grid article{min-height:0;padding:25px}.topic-card-grid h2{margin-top:20px}.topic-detail,.decision-grid,.service-steps{gap:35px}}

/* V4 productfocus: Vaillant / LG + Tosot / WeHeat + LG + Vaillant */
.product-hero .topic-hero-grid{min-height:590px}.brand-focus{background:#fff}.brand-grid{display:grid;gap:16px}.brand-count-1{grid-template-columns:1fr}.brand-count-2{grid-template-columns:repeat(2,1fr)}.brand-count-3{grid-template-columns:repeat(3,1fr)}.brand-count-4{grid-template-columns:repeat(4,1fr)}
.brand-grid article{border:1px solid var(--line);border-radius:17px;padding:27px;min-height:300px;display:flex;flex-direction:column}.brand-grid article.primary{background:var(--ink);color:#fff;border-color:var(--ink)}.brand-index{font-size:11px;font-weight:900;color:var(--red)}.primary .brand-index{color:var(--yellow)}.brand-kicker{font-size:11px!important;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--red)!important;margin-top:auto}.primary .brand-kicker{color:var(--yellow)!important}.brand-grid h3{font-size:31px;margin:6px 0 12px}.brand-grid article>p:last-child{color:var(--muted)}.brand-grid .primary>p:last-child{color:#bfc3c5}
.choice-section{padding:88px 0}.choice-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.choice-grid article{background:#fff;border:1px solid var(--line);border-radius:15px;padding:24px;min-height:245px}.choice-grid article>span{color:var(--red);font-weight:900}.choice-grid h3{margin-top:32px}.choice-grid b{font-size:13px}.choice-grid p{color:var(--muted);font-size:14px}
.process-four{display:grid;grid-template-columns:.6fr 1.4fr;gap:60px}.process-four ol{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.process-four li{background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px}.process-four li>b,.process-four li>strong,.process-four li>small{display:block}.process-four li>b{color:var(--red);font-size:11px}.process-four li>strong{font-size:18px;margin:12px 0 5px}.process-four li>small{color:var(--muted)}
.photo-request{background:var(--red);color:#fff;padding:62px 0}.photo-request-grid{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center}.photo-request h2{font-size:43px}.photo-request p:not(.eyebrow){color:#ffe0e0;font-size:17px;max-width:750px}
@media(max-width:1000px){.brand-count-3,.brand-count-4{grid-template-columns:repeat(2,1fr)}.choice-grid{grid-template-columns:repeat(2,1fr)}.process-four{grid-template-columns:1fr}}
@media(max-width:700px){.brand-count-1,.brand-count-2,.brand-count-3,.brand-count-4,.choice-grid,.process-four ol,.photo-request-grid{grid-template-columns:1fr}.brand-grid article{min-height:0}.brand-kicker{margin-top:28px}.choice-grid article{min-height:0}.photo-request-grid{gap:25px}.photo-request h2{font-size:36px}}

/* V4.1 — product/brand photography slots */
.brand-grid article{padding:0;overflow:hidden;justify-content:flex-start}
.brand-card-body{padding:25px;display:flex;flex-direction:column;flex:1}
.brand-photo{height:210px;background:#e9ecee;overflow:hidden;position:relative}
.brand-photo img{width:100%;height:100%;object-fit:cover;display:block}
.brand-photo-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#eceff0,#dfe3e5);color:#7b8286}
.brand-photo-empty span{font-size:11px;font-weight:900;letter-spacing:.18em}.brand-photo-empty small{margin-top:7px;font-weight:800}
.primary .brand-photo-empty{background:linear-gradient(135deg,#24282a,#111214);color:#8f9699}
.brand-card-body .brand-kicker{margin-top:auto}
@media(max-width:700px){.brand-photo{height:190px}.brand-card-body .brand-kicker{margin-top:25px}}

.contact-hero{background:linear-gradient(115deg,#0b0d0e,#202628);color:#fff}.contact-hero-grid{min-height:470px;display:grid;grid-template-columns:1.15fr .5fr;gap:70px;align-items:center}.contact-hero h1{font-size:clamp(45px,6vw,70px)}.contact-hero p:not(.eyebrow){font-size:19px;color:#d4d7d8}.contact-hero aside{border-left:1px solid #3b4042;padding-left:35px}.contact-hero aside small{color:var(--yellow);font-weight:900}.contact-hero aside>a{display:block;color:#fff;font-size:31px;font-weight:900;margin:13px 0}.contact-hero aside .mail-link{font-size:15px;color:var(--yellow)}
.form-success{margin-top:30px;padding:20px;border-radius:12px;background:#e9f7ec;border:1px solid #bfe4c7;display:flex;gap:12px}.request-section{padding:70px 0 100px;background:#f5f6f6}.request-layout{display:grid;grid-template-columns:1fr 320px;gap:30px;align-items:start}.request-form{display:grid;gap:18px}.form-block{background:#fff;border:1px solid var(--line);border-radius:17px;padding:30px}.form-block-head{display:flex;gap:18px;margin-bottom:28px}.form-block-head>span{width:42px;height:42px;display:grid;place-items:center;background:var(--ink);color:var(--yellow);border-radius:9px;font-weight:900}.form-block-head h2{font-size:31px;margin:2px 0}.request-types{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.request-types input{position:absolute;opacity:0}.request-types label span{display:flex;min-height:64px;align-items:center;justify-content:center;text-align:center;border:1px solid var(--line);border-radius:10px;padding:10px;font-weight:800;cursor:pointer}.request-types input:checked+span{background:var(--ink);color:#fff;box-shadow:inset 0 -4px var(--red)}.form-grid{display:grid;gap:16px}.form-grid.two{grid-template-columns:1fr 1fr}.form-grid .wide{grid-column:1/-1}.request-form label{font-size:13px;font-weight:800}.request-form input,.request-form select,.request-form textarea{display:block;width:100%;margin-top:7px;border:1px solid #ccd1d3;border-radius:9px;padding:14px;background:#fff;font:inherit}.request-form input:focus,.request-form select:focus,.request-form textarea:focus{outline:2px solid #ffe100}.field-note{font-size:12px;color:var(--muted)}.photo-hint{margin-top:18px;padding:18px;background:#fff8d2;border-radius:10px}.photo-hint p{margin:5px 0}.form-submit{background:var(--ink);color:#fff;border-radius:17px;padding:28px}.consent{display:flex;gap:11px!important;align-items:flex-start}.consent input{width:auto;margin:3px 0}.submit-big{width:100%;margin-top:20px}.request-side .sticky{position:sticky;top:100px}.side-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:25px}.side-card h3{font-size:27px}.side-card ul{padding-left:20px;color:var(--muted);display:grid;gap:9px}.hp-field{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
@media(max-width:900px){.contact-hero-grid,.request-layout{grid-template-columns:1fr}.request-types{grid-template-columns:repeat(2,1fr)}.request-side{display:none}}@media(max-width:700px){.contact-hero-grid{min-height:0;padding:60px 0}.contact-hero aside{display:none}.contact-hero h1{font-size:44px}.request-section{padding:30px 0 80px}.form-block{padding:21px}.form-grid.two{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}}

/* V6 SEO content layer */
.seo-hero{background:linear-gradient(115deg,#0b0d0e,#202628);color:#fff}.seo-hero-grid{min-height:520px;display:grid;grid-template-columns:1.2fr .5fr;gap:70px;align-items:center}.seo-hero h1{font-size:clamp(45px,6vw,70px)}.seo-hero p:not(.eyebrow){font-size:19px;color:#d5d8d9;max-width:760px}.seo-hero aside{border-left:4px solid var(--red);padding:25px}.seo-hero aside small{color:var(--yellow);font-weight:900}.seo-hero aside strong{display:block;font-size:28px;line-height:1.1;margin-top:15px}.seo-faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.seo-faq h3{font-size:22px;margin-top:0}.seo-faq p{color:var(--muted);margin-bottom:28px}.related-seo{padding:45px 0;background:#fff;border-top:1px solid var(--line)}.related-links{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.related-links a{border:1px solid var(--line);border-radius:12px;padding:20px;display:flex;justify-content:space-between;gap:20px}.related-links span{font-size:20px;font-weight:900}.related-links b{color:var(--red);font-size:13px}
@media(max-width:800px){.seo-hero-grid,.seo-faq{grid-template-columns:1fr}.seo-hero aside{display:none}.related-links{grid-template-columns:1fr}}@media(max-width:700px){.seo-hero-grid{min-height:0;padding:60px 0}.seo-hero h1{font-size:44px}.related-links a{display:block}.related-links b{display:block;margin-top:8px}}

/* V7 Local SEO */
.local-hero{background:linear-gradient(115deg,#0b0d0e,#202628);color:#fff}.local-hero-grid{min-height:550px;display:grid;grid-template-columns:1.2fr .5fr;gap:70px;align-items:center}.local-hero h1{font-size:clamp(45px,6vw,72px)}.local-hero p:not(.eyebrow){font-size:19px;color:#d5d8d9;max-width:780px}.local-hero aside{border-left:4px solid var(--red);padding:25px}.local-hero aside small{color:var(--yellow);font-weight:900}.local-hero aside strong{display:block;font-size:29px;line-height:1.1;margin:15px 0}.local-hero aside p{font-size:15px!important;color:#bfc4c6!important}
.local-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.local-service-grid a{border:1px solid var(--line);border-radius:14px;padding:25px;min-height:210px;display:flex;flex-direction:column}.local-service-grid small{font-weight:900;color:var(--red)}.local-service-grid h3{font-size:29px;margin:auto 0 15px}.local-service-grid span{font-size:13px;font-weight:900}.local-service-grid a:first-child{background:var(--ink);color:#fff}.local-service-grid a:first-child small{color:var(--yellow)}
.local-detail{display:grid;grid-template-columns:1fr .65fr;gap:80px;align-items:center}.local-detail>div>p:last-child{font-size:18px;color:var(--muted)}.local-detail aside{background:#fff;border:1px solid var(--line);border-radius:16px;padding:27px}.local-detail aside ul{list-style:none;padding:0;display:grid;gap:12px}.local-detail aside li{padding-bottom:12px;border-bottom:1px solid var(--line)}
.local-process{display:grid;grid-template-columns:1fr .65fr;gap:80px}.local-process>div>p{color:var(--muted);font-size:17px}.local-links{background:var(--soft);padding:28px;border-radius:15px;display:flex;flex-direction:column}.local-links h3{font-size:25px}.local-links a{padding:11px 0;border-bottom:1px solid #d9dddf;font-weight:800}
@media(max-width:950px){.local-service-grid{grid-template-columns:repeat(2,1fr)}.local-hero-grid,.local-detail,.local-process{grid-template-columns:1fr}.local-hero aside{display:none}}@media(max-width:700px){.local-hero-grid{min-height:0;padding:60px 0}.local-hero h1{font-size:44px}.local-service-grid{grid-template-columns:1fr}.local-service-grid a{min-height:160px}}

/* V8 — Google trust + persistent conversion CTA */
.google-trust{background:#fff;border-bottom:1px solid var(--line)}.google-trust-inner{min-height:70px;display:flex;align-items:center;gap:12px}.google-label{display:flex;align-items:center;gap:7px;font-weight:800}.google-label b{font-size:24px}.google-stars{letter-spacing:2px;color:#fbbc04;font-size:19px}.google-trust-inner>strong{font-size:20px}.google-trust-inner>a{margin-left:auto;font-weight:900;text-decoration:underline}.floating-cta{position:fixed;right:22px;bottom:22px;z-index:90}.floating-cta a{min-width:250px;background:var(--red);color:#fff;border-radius:15px;padding:17px 18px;box-shadow:0 12px 35px #0004;display:grid;grid-template-columns:1fr auto;column-gap:18px}.floating-cta small{grid-column:1/-1;font-size:9px;letter-spacing:.14em;color:#ffd9d9;font-weight:900}.floating-cta strong{font-size:17px;margin-top:3px}.floating-cta span{font-size:25px;align-self:center}.mobile-actionbar{display:none}
@media(max-width:700px){body{padding-bottom:69px}.google-trust-inner{min-height:62px;gap:7px;flex-wrap:wrap;padding-top:10px;padding-bottom:10px}.google-label span{display:none}.google-stars{font-size:16px;letter-spacing:0}.google-trust-inner>strong{font-size:17px}.google-trust-inner>span{font-size:12px}.google-trust-inner>a{width:100%;margin-left:31px;font-size:12px}.desktop-cta{display:none}.mobile-actionbar{display:grid;grid-template-columns:.72fr 1.28fr;position:fixed;left:0;right:0;bottom:0;height:69px;z-index:100;box-shadow:0 -5px 22px #0002}.mobile-actionbar a{display:flex;align-items:center;justify-content:center;font-weight:900}.mobile-call{background:#111;color:#fff}.mobile-request{background:var(--red);color:#fff;text-align:center;padding:0 10px}}

/* V9 — frictionless maintenance intake */
.quick-maintenance{background:#111416;color:#fff;padding:72px 0}.quick-maintenance-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:65px;align-items:start}.quick-maintenance-copy h2{font-size:46px;margin:8px 0 15px}.quick-maintenance-copy>p:not(.eyebrow){color:#c2c6c8;font-size:17px}.quick-points{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:28px}.quick-points span{font-size:13px;font-weight:800;color:#e7e9ea}.quick-form{background:#fff;color:var(--ink);border-radius:18px;padding:28px}.quick-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.quick-form label{font-size:12px;font-weight:900}.quick-form input,.quick-form select{display:block;width:100%;margin-top:7px;padding:13px;border:1px solid #ccd1d3;border-radius:9px;background:#f8f9f9;font:inherit}.quick-form input:focus,.quick-form select:focus{outline:2px solid var(--yellow);background:#fff}.quick-consent{display:flex!important;gap:9px;align-items:flex-start;margin:18px 0;font-weight:500!important;color:#666}.quick-consent input{width:auto!important;margin:2px 0 0!important}.quick-form button{width:100%}
@media(max-width:900px){.quick-maintenance-grid{grid-template-columns:1fr;gap:35px}}@media(max-width:700px){.quick-maintenance{padding:50px 0}.quick-maintenance-copy h2{font-size:38px}.quick-form-grid{grid-template-columns:1fr}.quick-form{padding:21px}.quick-points{grid-template-columns:1fr 1fr}}

.managed-hero-image{margin:24px 0 0;border-radius:18px;overflow:hidden;max-width:620px}.managed-hero-image img{width:100%;max-height:360px;object-fit:cover;display:block}.managed-blocks{background:#f4f5f5}.managed-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.managed-grid article{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px}.managed-grid h3{margin-top:0}.managed-grid p{color:#62686a;line-height:1.7}@media(max-width:700px){.managed-grid{grid-template-columns:1fr}}
.photo-upload{display:block;margin-top:14px;background:#fff;padding:14px;border-radius:9px}.photo-upload input{margin-top:8px!important}.photo-upload span{display:block;font-size:11px;color:#777;margin-top:6px}
.bus-hero{background-position:var(--hero-x,50%) var(--hero-y,50%)!important}
@media(max-width:700px){.bus-hero{background-position:var(--hero-mx,50%) var(--hero-my,50%)!important}}

/* V13 modular CMS */
.home-hero.bus-hero{background-image:none!important;overflow:hidden}.home-hero.bus-hero:before{content:"";position:absolute;inset:0;z-index:-2;background-image:var(--bus-hero);background-size:cover;background-position:var(--hero-x,50%) var(--hero-y,50%);transform:scale(calc(var(--hero-z,100)/100));transform-origin:var(--hero-x,50%) var(--hero-y,50%)}.home-hero.bus-hero:after{z-index:-1;background:linear-gradient(90deg,rgba(8,10,11,.96) 0%,rgba(8,10,11,.88) 37%,rgba(8,10,11,.54) 58%,rgba(8,10,11,.14) 82%,rgba(8,10,11,.06) 100%)!important}.cms-block{padding:72px 0}.cms-style-light{background:#fff}.cms-style-soft{background:#f3f5f5}.cms-style-dark{background:#111416;color:#fff}.cms-style-red{background:#ed1c24;color:#fff}.cms-product-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:center}.cms-product-image{border-radius:18px;overflow:hidden;background:#e9ecee;min-height:320px}.cms-product-image img{width:100%;height:100%;min-height:320px;object-fit:cover;display:block}.cms-placeholder{display:grid;place-items:center;color:#888;font-weight:900}.cms-text{max-width:850px}.cms-text>p:not(.eyebrow),.cms-product-grid>div>p:not(.eyebrow),.cms-cta p{font-size:17px;line-height:1.7;color:#687073}.cms-style-dark p,.cms-style-red p{color:#d8dbdc!important}.cms-cta{display:flex;justify-content:space-between;gap:40px;align-items:center}.cms-cta>div{max-width:760px}@media(max-width:700px){.home-hero.bus-hero:before{background-position:var(--hero-mx,50%) var(--hero-my,50%);transform:scale(calc(var(--hero-mz,100)/100));transform-origin:var(--hero-mx,50%) var(--hero-my,50%)}.home-hero.bus-hero:after{background:linear-gradient(180deg,rgba(8,10,11,.75),rgba(8,10,11,.9) 55%,rgba(8,10,11,.97))!important}.cms-product-grid,.cms-cta{grid-template-columns:1fr;display:grid}.cms-block{padding:52px 0}.cms-product-image{min-height:230px}.cms-product-image img{min-height:230px}}

/* V15 — commercial public-site rebuild */
.home-v2 .home-hero-grid{min-height:720px;grid-template-columns:minmax(0,760px) 1fr}.home-v2 .hero-copy{max-width:760px}.home-v2 h1{font-size:clamp(54px,7vw,88px)}
.v2-service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.v2-service-card{border:1px solid var(--line);border-radius:20px;min-height:285px;padding:28px;display:grid;grid-template-columns:58px 1fr;gap:20px;background:#fff;transition:.2s}.v2-service-card:hover{transform:translateY(-3px);box-shadow:0 18px 50px #1112}.v2-num{font-size:13px;font-weight:900;color:var(--red)}.v2-service-card small{font-size:10px;letter-spacing:.14em;font-weight:900;color:var(--muted)}.v2-service-card h3{font-size:34px;margin:45px 0 10px}.v2-service-card p{color:var(--muted);max-width:420px}.v2-service-card b{display:block;margin-top:25px}
.brand-band{background:var(--ink);color:#fff;padding:68px 0}.brand-band .site-wrap{display:grid;grid-template-columns:.75fr 1.25fr;gap:40px;align-items:center}.brand-band h2{font-size:42px}.brand-band .site-wrap>p{grid-column:2;color:#bfc3c6;margin:0}.brand-name-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.brand-name-grid span{border:1px solid #ffffff24;border-radius:12px;padding:24px 12px;text-align:center;font-size:22px;font-weight:900;letter-spacing:-.03em;background:#ffffff08}
.story-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:65px;align-items:center}.story-photo{border-radius:22px;overflow:hidden;min-height:470px}.story-photo img{width:100%;height:100%;min-height:470px;object-fit:cover}.story-grid>div:last-child>p:not(.eyebrow){font-size:18px;color:var(--muted)}.clean-checks{list-style:none;padding:0;margin:25px 0;display:grid;grid-template-columns:1fr 1fr;gap:12px}.clean-checks li:before{content:'✓';color:var(--red);font-weight:900;margin-right:9px}
.process-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.process-cards article{border-top:4px solid var(--ink);background:var(--soft);padding:25px;min-height:220px}.process-cards article>b{color:var(--red);font-size:13px}.process-cards h3{margin-top:42px}.process-cards p{color:var(--muted)}
.review-v2-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:80px;align-items:center}.review-v2-grid .rating{font-size:78px;font-weight:900}.review-v2-grid>div:first-child>p:last-child{color:#bfc3c6}.review-v2-grid h2{margin-bottom:28px}
@media(max-width:900px){.brand-band .site-wrap,.story-grid,.review-v2-grid{grid-template-columns:1fr}.brand-band .site-wrap>p{grid-column:auto}.process-cards{grid-template-columns:repeat(2,1fr)}.brand-name-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.home-v2 .home-hero-grid{min-height:650px}.home-v2 h1{font-size:52px}.v2-service-grid{grid-template-columns:1fr}.v2-service-card{min-height:230px;padding:22px;grid-template-columns:42px 1fr}.v2-service-card h3{font-size:30px;margin-top:28px}.brand-band{padding:50px 0}.brand-name-grid span{font-size:18px;padding:19px 8px}.story-photo,.story-photo img{min-height:280px}.clean-checks{grid-template-columns:1fr}.process-cards{grid-template-columns:1fr 1fr}.process-cards article{min-height:190px;padding:20px}.process-cards h3{margin-top:28px}.site-nav a[href*='contact']{display:none}}

/* V17 — single-source public design */
.v17-hero{position:relative;min-height:680px;color:#fff;overflow:hidden;background:#111}.v17-hero-media,.v17-hero-overlay{position:absolute;inset:0}.v17-hero-media img{width:100%;height:100%;object-fit:cover;object-position:var(--fx,50%) var(--fy,50%);transform:scale(var(--zoom,1));transition:transform .25s ease}.v17-hero-overlay{background:linear-gradient(90deg,rgba(9,11,12,.93) 0%,rgba(9,11,12,.76) 43%,rgba(9,11,12,.2) 75%,rgba(9,11,12,.12) 100%)}.v17-hero-inner{position:relative;z-index:2;min-height:680px;display:flex;align-items:center}.v17-hero-copy{max-width:760px;padding:70px 0}.v17-hero h1{font-size:clamp(50px,6.5vw,82px);line-height:.98;margin:12px 0 24px;letter-spacing:-.04em}.v17-hero-copy>p:not(.eyebrow){font-size:20px;line-height:1.6;color:#e0e3e4;max-width:680px}.v17-proof{display:flex;gap:9px;flex-wrap:wrap;margin-top:26px}.v17-proof span{font-size:11px;font-weight:900;letter-spacing:.06em;border:1px solid #ffffff38;border-radius:999px;padding:8px 11px;background:#0005}
.v17-section{padding:88px 0}.v17-section:nth-of-type(even){background:#f4f5f5}.v17-heading{display:grid;grid-template-columns:1fr .75fr;gap:65px;align-items:end;margin-bottom:38px}.v17-heading h2,.v17-split h2{font-size:clamp(36px,4vw,54px);line-height:1.05;margin:7px 0}.v17-heading>p,.v17-split p{color:#666e70;font-size:17px;line-height:1.7}
.v17-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.v17-service-grid>a{min-height:260px;padding:25px;border:1px solid #dde1e2;border-radius:16px;background:#fff;color:#111;text-decoration:none;display:flex;flex-direction:column}.v17-service-grid>a.featured{background:#111416;color:#fff}.v17-service-grid small{font-weight:900;color:#e51f2a;letter-spacing:.08em}.v17-service-grid .featured small{color:#ffe100}.v17-service-grid h3{font-size:28px;margin:auto 0 12px}.v17-service-grid p{font-size:14px;line-height:1.55;color:#6b7274}.v17-service-grid .featured p{color:#c8cdcf}.v17-service-grid b{font-size:12px;margin-top:18px}
.v17-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.v17-product-grid.count-1{grid-template-columns:minmax(0,520px)}.v17-product-grid.count-2{grid-template-columns:repeat(2,1fr)}.v17-product-grid article{border:1px solid #dde1e2;border-radius:17px;background:#fff;overflow:hidden}.v17-product-image{height:245px;background:#eef0f0;overflow:hidden}.v17-product-image img{width:100%;height:100%;object-fit:contain;padding:15px}.v17-product-image.placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#eceff0,#dfe3e5);font-size:30px;font-weight:900;color:#8a9092}.v17-product-body{padding:24px}.v17-product-body small{color:#e51f2a;font-weight:900;letter-spacing:.08em}.v17-product-body h3{font-size:27px;margin:7px 0}.v17-product-body>b{font-size:14px}.v17-product-body p{color:#697174;line-height:1.6}
.v17-split-grid{display:grid;grid-template-columns:1fr .55fr;gap:80px;align-items:center}.v17-split aside{background:#111416;color:#fff;border-radius:18px;padding:32px}.v17-split aside strong{display:block;font-size:30px;line-height:1.05;margin:16px 0}.v17-split aside p{color:#c8cdcf}.v17-process{background:#111416!important;color:#fff}.v17-process .v17-heading>p{color:#c5cbcd}.v17-process ol{display:grid;grid-template-columns:repeat(4,1fr);list-style:none;padding:0;margin:0;gap:12px}.v17-process li{border:1px solid #ffffff20;border-radius:14px;padding:23px;min-height:190px;display:flex;flex-direction:column}.v17-process li b{color:#ffe100;font-size:12px}.v17-process li strong{font-size:21px;margin:auto 0 10px}.v17-process li small{color:#bac0c2;line-height:1.5}
.v17-final{padding:72px 0;background:#e51f2a;color:#fff}.v17-final-grid{display:grid;grid-template-columns:1fr auto;gap:45px;align-items:center}.v17-final h2{font-size:clamp(36px,4vw,55px);line-height:1.03;margin:8px 0}.v17-final p:not(.eyebrow){font-size:17px;color:#ffe3e4}.v17-maintenance .v17-service-grid>a{min-height:230px}
@media(max-width:1000px){.v17-service-grid{grid-template-columns:repeat(2,1fr)}.v17-product-grid{grid-template-columns:repeat(2,1fr)}.v17-process ol{grid-template-columns:repeat(2,1fr)}.v17-heading,.v17-split-grid{grid-template-columns:1fr;gap:30px}.v17-final-grid{grid-template-columns:1fr}}
@media(max-width:700px){.v17-hero{min-height:610px}.v17-hero-media img{object-position:var(--mfx,50%) var(--mfy,50%);transform:scale(var(--mzoom,1))}.v17-hero-inner{min-height:610px}.v17-hero-copy{padding:52px 0}.v17-hero h1{font-size:46px}.v17-hero-copy>p:not(.eyebrow){font-size:17px}.v17-section{padding:58px 0}.v17-service-grid,.v17-product-grid,.v17-product-grid.count-2,.v17-process ol{grid-template-columns:1fr}.v17-service-grid>a{min-height:190px}.v17-heading h2,.v17-split h2{font-size:38px}.v17-product-image{height:220px}.v17-final{padding:55px 0}}

/* V18.2 — ruimere hero-titel */
.home-hero .hero-copy{max-width:820px}
.home-hero .hero-copy h1,.inner-hero h1,.topic-hero h1{max-width:820px}
.home-hero.bus-hero .home-hero-grid{grid-template-columns:minmax(0,820px) 1fr}
@media(max-width:900px){
 .home-hero .hero-copy,.home-hero .hero-copy h1,.inner-hero h1,.topic-hero h1{max-width:none}
}

/* V18.2 — vier merklogo's op één rij; transparante PNG/WebP blijft visueel transparant */
.brand-count-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.brand-photo{height:170px;background:transparent;display:flex;align-items:center;justify-content:center;padding:22px}
.brand-photo img{width:100%;height:100%;object-fit:contain;object-position:center;background:transparent}
.brand-grid article{background:#fff}
.brand-grid article.primary .brand-photo{background:transparent}
@media(max-width:1000px){
 .brand-count-4{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:760px){
 .brand-count-4{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:480px){
 .brand-count-4{grid-template-columns:1fr}
}

/* v18.4 onderhoudsprijzen */
.maintenance-jump a{align-content:start}
.maintenance-jump .jump-price{display:block;grid-column:2;font-size:19px;line-height:1.1;margin-top:12px;font-style:normal}
.maintenance-jump a>em{grid-column:2;font-size:10px;font-style:normal;opacity:.62}
.jump-price-lines{grid-column:2;margin-top:10px;display:flex;flex-direction:column;gap:3px}
.jump-price-lines strong{font-size:12px}.jump-price-lines em{font-size:10px;font-style:normal;opacity:.68}
.combo-discount{margin-top:16px;display:flex;justify-content:center;align-items:center;gap:12px;padding:12px 18px;border:1px solid var(--line);background:#fff;border-radius:12px}
.combo-discount b{font-size:11px;letter-spacing:.1em;color:var(--red);white-space:nowrap}
.combo-discount span{font-size:13px}
@media(max-width:700px){.combo-discount{align-items:flex-start;flex-direction:column;gap:3px}.maintenance-jump .jump-price{font-size:16px}.jump-price-lines strong{font-size:11px}}

/* V18.5 definitive brand row fix */
.brand-grid.brand-count-4{grid-template-columns:repeat(4,minmax(190px,1fr))!important}
@media(max-width:760px){
  .brand-grid.brand-count-4{grid-template-columns:repeat(4,minmax(190px,1fr))!important;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x proximity}
  .brand-grid.brand-count-4>article{scroll-snap-align:start}
}
.brand-photo,.brand-photo img,.brand-grid article.primary .brand-photo{background:transparent!important}

/* V18.6: prices in the four visible maintenance cards */
.maintenance-card-price{display:flex;flex-direction:column;gap:3px;margin:14px 0 2px}
.maintenance-card-price b{font-size:16px;line-height:1.25}
.maintenance-card-price em{font-size:12px;font-style:normal;opacity:.72}

/* V18.6: four brands in ONE row on desktop/tablet, irrespective of count-class conflicts */
@media(min-width:761px){
 .brand-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}
 .brand-grid>article{min-width:0!important}
}
.brand-photo,.brand-photo img,.brand-grid>article.primary .brand-photo{background-color:transparent!important}

/* V18.6 actual V17 renderer fixes */
.v17-card-price{display:flex;flex-direction:column;gap:3px;margin:14px 0 12px}
.v17-card-price strong{font-size:17px;line-height:1.25}
.v17-card-price em{font-size:12px;font-style:normal;opacity:.72}
.v17-combo{margin-top:18px;border:1px solid var(--line);border-radius:14px;padding:15px 18px;display:flex;gap:14px;align-items:center;background:#fff}
.v17-combo strong{color:var(--red);font-size:13px;letter-spacing:.06em}
.v17-combo span{font-size:13px}
@media(min-width:761px){
 .v17-product-grid.count-4,.brand-grid.brand-count-4{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}
 .v17-product-grid.count-4>article,.brand-grid.brand-count-4>article{min-width:0!important}
}
.v17-product-image,.v17-product-image img,.brand-photo,.brand-photo img{background:transparent!important;background-color:transparent!important}

/* V18.8 Google review badge + review widget */
.hero-google-badge{display:inline-flex;align-items:center;gap:10px;margin:0 0 20px;padding:10px 16px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(24,29,35,.68);backdrop-filter:blur(8px);color:#fff;text-decoration:none;font-size:15px;width:max-content;max-width:100%}
.hero-google-badge:hover{background:rgba(24,29,35,.82)}
.hero-stars,.google-review-score .stars{color:#fbbc04;letter-spacing:2px}.google-g{font-weight:800;font-family:Arial,sans-serif;font-size:20px;color:#4285f4}.google-g.large{font-size:42px}.hero-google-badge strong{font-size:16px}.google-review-score{display:flex;align-items:center;gap:18px;margin:14px 0}.google-review-score .rating{line-height:1}.google-review-score small{display:block;margin-top:5px;opacity:.72}.review-widget-note{margin:18px 0 22px;padding:16px 18px;border:1px solid rgba(255,255,255,.15);border-radius:14px;background:rgba(255,255,255,.06)}
@media(max-width:600px){.hero-google-badge{gap:7px;padding:9px 12px;font-size:12px}.hero-stars{letter-spacing:0}.hero-google-badge strong{font-size:13px}}


/* =========================================================
   V19.0 MOBILE POLISH — desktop intentionally left intact
   ========================================================= */

/* Product card without image: body starts immediately; no artificial blank media area. */
.v17-product-grid article:not(:has(.v17-product-image)) .v17-product-body{padding-top:28px}
.brand-grid article:not(:has(.brand-photo)) .brand-card-body{padding-top:28px}

/* Combination discount deserves visual weight. */
.v17-combo{
  border:0;
  background:linear-gradient(135deg,#fff8d0,#fff);
  box-shadow:0 8px 28px rgba(0,0,0,.06);
  padding:17px 20px;
}
.v17-combo strong{
  background:var(--red);
  color:#fff;
  padding:7px 10px;
  border-radius:999px;
  white-space:nowrap;
}
.v17-combo span{font-weight:700}

/* Keep desktop/tablet brand rows stable. */
@media(min-width:761px){
  .brand-grid.brand-count-4,
  .v17-product-grid.count-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}

@media(max-width:700px){
  /* Less stacked chrome before the actual sales message. */
  .service-bar-inner{gap:1px}
  .service-bar{font-size:10px}
  .site-header{height:66px}
  .menu-open .site-nav{top:66px}

  /* Compact Google proof into one clickable row on mobile. */
  .google-trust-inner{
    min-height:46px;
    height:46px;
    padding:0;
    gap:6px;
    flex-wrap:nowrap;
    overflow:hidden;
  }
  .google-label{gap:4px;flex:0 0 auto}
  .google-label b{font-size:19px}
  .google-label span{display:none}
  .google-stars{font-size:14px;letter-spacing:-1px;white-space:nowrap}
  .google-trust-inner>strong{font-size:14px;white-space:nowrap}
  .google-trust-inner>span{font-size:11px;white-space:nowrap}
  .google-trust-inner>a{
    width:auto;
    margin-left:auto;
    font-size:0;
    text-decoration:none;
    flex:0 0 34px;
  }
  .google-trust-inner>a:after{
    content:'→';
    font-size:18px;
    font-weight:900;
  }

  /* H1 sizing: keep impact but avoid ugly final-word wraps. */
  .v17-hero h1,
  .home-hero h1,
  .topic-hero h1,
  .maintenance-hero h1,
  .contact-hero h1,
  .local-hero h1{
    font-size:clamp(40px,11.5vw,48px)!important;
    line-height:1.01!important;
    letter-spacing:-.035em;
    overflow-wrap:normal;
    word-break:normal;
  }
  .v17-hero-copy{padding-left:4px;padding-right:8px}
  .v17-hero-copy>p:not(.eyebrow){font-size:16px;line-height:1.55}

  /* Home: four brands as 2x2 rather than four long stacked cards. */
  .brand-grid.brand-count-4,
  .v17-product-grid.count-4{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    overflow:visible!important;
    gap:10px!important;
  }
  .brand-grid.brand-count-4 article,
  .v17-product-grid.count-4 article{
    min-width:0!important;
    min-height:0!important;
  }
  .brand-grid.brand-count-4 .brand-photo{height:118px;padding:14px}
  .brand-grid.brand-count-4 .brand-card-body{padding:16px}
  .brand-grid.brand-count-4 h3{font-size:20px}
  .brand-grid.brand-count-4 .brand-card-body>p:last-of-type{font-size:12px;line-height:1.45}
  .v17-product-grid.count-4 .v17-product-image{height:130px}
  .v17-product-grid.count-4 .v17-product-body{padding:16px}
  .v17-product-grid.count-4 .v17-product-body h3{font-size:20px}

  /* Shorter service cards / page length without squeezing copy. */
  .v17-section{padding:52px 0}
  .v17-service-grid>a{min-height:170px;padding:21px}
  .v17-service-grid h3{font-size:25px}
  .v17-heading{margin-bottom:28px}
  .v17-heading h2,.v17-split h2{font-size:36px}

  /* Product cards with no photo should feel intentional, not broken. */
  .v17-product-grid article:not(:has(.v17-product-image)) .v17-product-body{padding-top:22px}
  .brand-grid article:not(:has(.brand-photo)) .brand-card-body{padding-top:22px}

  /* Discount callout mobile. */
  .v17-combo{
    align-items:flex-start;
    flex-direction:column;
    gap:8px;
    padding:15px;
  }
  .v17-combo strong{font-size:11px}
  .v17-combo span{font-size:12px;line-height:1.45}

  /* Forms: thumb-friendly without excessive height. */
  .request-form input,
  .request-form select,
  .request-form textarea,
  .quick-form input,
  .quick-form select,
  .quick-form textarea{
    font-size:16px; /* prevents iOS zoom */
    min-height:48px;
  }
  .request-form textarea,.quick-form textarea{min-height:120px}
  .submit-big{min-height:52px}
  .consent{line-height:1.45}

  /* Sticky conversion bar remains unchanged in behavior, slightly cleaner. */
  .mobile-actionbar{height:66px}
  body{padding-bottom:66px}
  .mobile-actionbar a{font-size:14px}
}

@media(max-width:380px){
  .google-trust-inner>span{display:none}
  .v17-hero h1,.home-hero h1,.topic-hero h1,.maintenance-hero h1,.contact-hero h1,.local-hero h1{
    font-size:39px!important;
  }
}

/* V19.2 — WhatsApp as controlled lead channel */
.floating-cta{display:flex;flex-direction:column;gap:8px}
.floating-cta .desktop-request{min-width:250px;background:var(--red);color:#fff;border-radius:15px;padding:17px 18px;box-shadow:0 12px 35px #0004;display:grid;grid-template-columns:1fr auto;column-gap:18px}
.floating-cta .desktop-whatsapp{min-width:250px;background:#fff;color:#111;border:1px solid #dce1e2;border-radius:13px;padding:11px 14px;box-shadow:0 7px 22px #0002;display:grid;grid-template-columns:auto 1fr;column-gap:9px;align-items:center;text-decoration:none}
.desktop-whatsapp .wa-icon{grid-row:1/3;width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#25D366;color:#fff;font-size:16px}
.desktop-whatsapp b{font-size:13px;line-height:1.1}.desktop-whatsapp small{font-size:9px;color:#6d7476;margin-top:2px}
.mobile-whatsapp{background:#25D366;color:#fff;flex-direction:column;gap:1px}
.mobile-whatsapp .wa-icon{font-size:18px;line-height:1}.mobile-actionbar b{font-size:12px}
.mobile-call{flex-direction:column;gap:1px}.mobile-call span{font-size:17px}
.mobile-request{gap:7px}.mobile-request b{font-size:12px}.mobile-request span{font-size:17px}
@media(max-width:700px){
 .mobile-actionbar{grid-template-columns:.68fr .82fr 1.25fr!important}
}
@media(max-width:390px){
 .mobile-actionbar b{font-size:11px}
 .mobile-request{padding:0 7px!important}
}

/* V19.3 — Google trust + reviews */
.google-trust{background:#fff;border-bottom:1px solid #e8eaed}
.google-trust-inner{min-height:64px!important;display:flex;align-items:center;gap:15px!important}
.google-brand{display:flex;align-items:center;gap:7px;font-weight:800;color:#3c4043}
.google-gmark{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(from -45deg,#4285f4 0 25%,#34a853 0 45%,#fbbc05 0 68%,#ea4335 0 84%,#4285f4 0);padding:4px;flex:0 0 auto}
.google-gmark i{width:100%;height:100%;border-radius:50%;background:#fff;color:#4285f4;display:grid;place-items:center;font-style:normal;font-size:14px;font-weight:900}
.google-score{display:flex;align-items:center;gap:8px}.google-score>strong{font-size:20px;color:#202124}
.google-stars{color:#fbbc04!important;letter-spacing:1px!important;font-size:17px!important}
.google-count{font-size:13px;color:#5f6368}
.google-trust-inner>a{margin-left:auto!important;color:#1a73e8;text-decoration:none!important;font-weight:800;font-size:13px}
.google-trust-inner>a:hover{text-decoration:underline!important}
.google-reviews-section{padding:72px 0;background:#f8f9fa;border-top:1px solid #edf0f2}
.google-reviews-head{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:end}
.google-reviews-head h2{font-size:44px;line-height:1.04;margin:8px 0 10px}.google-reviews-head p:last-child{color:#62686b}
.google-rating-card{background:#fff;border:1px solid #e2e5e7;border-radius:16px;padding:18px 21px;display:flex;gap:13px;align-items:center;box-shadow:0 8px 28px #0000000a}
.google-rating-card .google-gmark{width:38px;height:38px}.google-rating-card div{display:flex;flex-direction:column}
.google-rating-card strong{font-size:21px}.google-rating-card strong span{color:#fbbc04;font-size:16px;letter-spacing:1px}.google-rating-card small{color:#6d7476;margin-top:2px}
.google-reviews-fallback{margin-top:30px;background:#fff;border:1px solid #e2e5e7;border-radius:18px;padding:24px 26px;display:flex;align-items:center;gap:25px}
.google-reviews-fallback div{display:flex;flex-direction:column;gap:4px}.google-reviews-fallback span{font-size:13px;color:#697074}
.google-reviews-fallback a{margin-left:auto;background:#1a73e8;color:#fff;padding:13px 17px;border-radius:10px;text-decoration:none;font-weight:800;white-space:nowrap}
@media(max-width:700px){
 .google-trust-inner{height:48px!important;min-height:48px!important;gap:7px!important;flex-wrap:nowrap!important;padding:0!important}
 .google-brand b{display:none}.google-gmark{width:25px;height:25px;padding:3px}.google-gmark i{font-size:12px}
 .google-score{gap:5px}.google-score>strong{font-size:16px}.google-stars{font-size:13px!important;letter-spacing:-1px!important}
 .google-count{font-size:10px;white-space:nowrap}.google-trust-inner>a{font-size:0;margin-left:auto!important;width:auto!important}
 .google-trust-inner>a b{font-size:17px}
 .google-reviews-section{padding:48px 0}
 .google-reviews-head{grid-template-columns:1fr;gap:20px}.google-reviews-head h2{font-size:35px}
 .google-rating-card{justify-self:stretch;padding:15px}
 .google-reviews-fallback{margin-top:18px;padding:18px;align-items:flex-start;flex-direction:column}
 .google-reviews-fallback a{margin-left:0;width:100%;text-align:center}
}
@media(max-width:380px){.google-count{display:none}}

/* V19.3.1 live Google reviews + local contact map */
.google-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}
.google-review-card{background:#fff;border:1px solid #e2e5e7;border-radius:17px;padding:21px;min-width:0}
.review-top{display:flex;align-items:center;gap:11px}.review-top>div{display:flex;flex-direction:column;min-width:0}.review-top strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.review-top span{color:#fbbc04;letter-spacing:1px;font-size:14px}
.google-review-card p{font-size:14px;line-height:1.6;color:#404548;margin:16px 0 12px}.google-review-card>small{color:#7a8083}
.reviews-all{text-align:center;margin-top:22px}.reviews-all a{font-weight:800;color:#1a73e8;text-decoration:none}
.contact-map-section{padding:72px 0;background:#f5f6f6;border-top:1px solid #e6e9ea}
.contact-map-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:48px;align-items:center}.contact-map-grid h2{font-size:40px;line-height:1.05;margin:8px 0 12px}.contact-map-grid p{color:#5e6568;line-height:1.6}.contact-map-grid small{display:block;margin-top:13px;color:#858b8e}
.contact-map-frame{height:360px;border-radius:20px;overflow:hidden;border:1px solid #dfe3e5;background:#e8eaed}.contact-map-frame iframe{width:100%;height:100%;border:0}
@media(max-width:800px){.google-review-grid{grid-template-columns:1fr}.contact-map-section{padding:48px 0}.contact-map-grid{grid-template-columns:1fr;gap:22px}.contact-map-grid h2{font-size:34px}.contact-map-frame{height:300px}}

/* V19.3.2 reusable Google Reviews carousel */
.review-carousel-shell{position:relative;margin-top:30px;padding:0 42px}.google-review-viewport{overflow:hidden}.google-review-track{display:flex;gap:16px;transition:transform .48s ease;will-change:transform}.google-review-track .google-review-card{flex:0 0 calc((100% - 32px)/3);box-sizing:border-box}.google-review-card p{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.review-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:34px;height:34px;border:1px solid #d9dddf;border-radius:50%;background:#fff;color:#202124;font-size:25px;line-height:1;cursor:pointer;box-shadow:0 5px 16px #00000012}.review-arrow.prev{left:0}.review-arrow.next{right:0}.review-dots{display:flex;justify-content:center;gap:7px;margin-top:17px}.review-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#c8cdcf;cursor:pointer}.review-dots button.active{background:#1a73e8}@media(max-width:900px) and (min-width:601px){.google-review-track .google-review-card{flex-basis:calc((100% - 16px)/2)}}@media(max-width:600px){.review-carousel-shell{padding:0 28px;margin-top:22px}.google-review-track{gap:12px}.google-review-track .google-review-card{flex-basis:100%}.review-arrow{width:28px;height:28px;font-size:21px}.google-review-card p{-webkit-line-clamp:7}}@media(prefers-reduced-motion:reduce){.google-review-track{transition:none}}

/* V19.3.5 address consistency */
.contact-business-address{font-style:normal;display:flex;flex-direction:column;gap:3px;margin:18px 0 7px;color:#25292b}.contact-business-address strong{margin-bottom:2px}.footer-no-visit{display:block!important;color:#92989a!important;font-size:11px!important;margin-top:3px}.site-footer address{font-style:normal}

/* V19.4 Projects */
.projects-hero{padding:86px 0 58px;background:#111416;color:#fff}.projects-hero h1{font-size:clamp(42px,6vw,72px);max-width:850px;margin:8px 0 16px}.projects-hero>div>p:last-child{max-width:720px;color:#c9ced0;font-size:18px;line-height:1.6}.projects-overview,.projects-widget{padding:72px 0}.projects-widget{background:#f5f6f6}.project-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:30px}.project-filters button{border:1px solid #d8dcde;background:#fff;border-radius:999px;padding:10px 15px;font-weight:800;cursor:pointer}.project-filters button.active{background:#111416;color:#fff;border-color:#111416}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.project-card{display:block;background:#fff;border:1px solid #e0e4e5;border-radius:18px;overflow:hidden;text-decoration:none;color:#171a1b;transition:transform .2s,box-shadow .2s}.project-card:hover{transform:translateY(-3px);box-shadow:0 16px 35px #00000012}.project-card-image{aspect-ratio:4/3;background:#e8ebec;overflow:hidden}.project-card-image img{width:100%;height:100%;object-fit:cover}.project-placeholder{display:grid;place-items:center;background:#171a1b;color:#ffe000;font-size:42px;font-weight:900}.project-card-copy{padding:19px}.project-meta{display:flex;gap:7px;flex-wrap:wrap}.project-meta span{font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;background:#f0f2f3;padding:6px 8px;border-radius:6px}.project-card h3{font-size:22px;margin:13px 0 8px}.project-card p{font-size:13px;color:#656c6f;line-height:1.55}.project-card b{font-size:12px;color:#e51e28}.projects-widget-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:28px}.projects-widget-head h2{font-size:42px;margin:6px 0 8px}.projects-widget-head>div>p:last-child{color:#697174}.projects-widget-head>a{font-weight:900;color:#e51e28;text-decoration:none;white-space:nowrap}.projects-empty{text-align:center;padding:70px 20px;background:#f6f7f7;border-radius:18px}.project-detail{padding:60px 0 80px}.project-back{display:inline-block;margin-bottom:25px;color:#555;text-decoration:none;font-weight:800}.project-detail-head{display:grid;grid-template-columns:1fr 1.05fr;gap:45px;align-items:center}.project-detail-head h1{font-size:clamp(40px,5vw,65px);line-height:1.02;margin:14px 0}.project-detail-head>div>p{font-size:18px;color:#62696c;line-height:1.6}.project-detail-cover{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:20px}.project-spec{margin-top:22px;display:flex;flex-direction:column;gap:4px}.project-spec small{font-size:10px;font-weight:900;letter-spacing:.1em;color:#777}.project-story{max-width:780px;margin:60px auto}.project-story h2{font-size:38px}.project-story p{line-height:1.75;color:#454b4e}.project-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.project-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:15px}.project-cta{margin-top:55px;background:#111416;color:#fff;border-radius:20px;padding:30px;display:flex;align-items:center;justify-content:space-between;gap:20px}.project-cta small{color:#ffe000;font-weight:900}.project-cta h2{margin:5px 0 0}.project-grid-all>[hidden]{display:none}
@media(max-width:800px){.project-grid{grid-template-columns:1fr}.projects-widget-head{align-items:flex-start;flex-direction:column}.projects-widget-head h2{font-size:34px}.project-detail-head{grid-template-columns:1fr}.project-gallery{grid-template-columns:1fr}.project-cta{align-items:flex-start;flex-direction:column}.projects-hero{padding:60px 0 42px}}

/* V19.5 Local SEO */
.local-hero{padding:65px 0;background:#111416;color:#fff}.local-breadcrumb{display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:12px;margin-bottom:30px}.local-breadcrumb a{color:#c7ccce;text-decoration:none}.local-hero h1{font-size:clamp(40px,6vw,68px);margin:8px 0 15px;max-width:850px}.local-hero>div>p{max-width:720px;color:#c8cdcf;font-size:18px;line-height:1.6}.local-content{padding:65px 0}.local-content-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.6fr);gap:55px}.local-content article h2{font-size:38px}.local-content article p{line-height:1.75;color:#454c4f}.local-content aside{height:max-content;background:#f3f5f5;border-radius:16px;padding:23px;display:flex;flex-direction:column;gap:5px}.local-links,.service-local-links{padding:60px 0}.local-links{background:#f5f6f6}.local-link-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.local-link-grid a{background:#fff;border:1px solid #e0e3e4;border-radius:12px;padding:17px;text-decoration:none;color:#171a1b;display:flex;flex-direction:column;gap:5px}.service-city-links{display:flex;gap:8px;flex-wrap:wrap}.service-city-links a{padding:10px 13px;border:1px solid #d9dddf;border-radius:999px;color:#222;text-decoration:none;font-weight:800;font-size:13px}.local-final{padding:65px 0;background:#111416;color:#fff}.local-final h2{font-size:40px;margin:0 0 8px}.local-final p{color:#c8cdcf}@media(max-width:800px){.local-content-grid,.local-link-grid{grid-template-columns:1fr}.local-hero,.local-content,.local-links,.service-local-links,.local-final{padding:48px 0}}

/* V19.5.1 — Home merken: alleen logo's */
.home-logo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:28px}
.home-logo-card{height:150px;border:1px solid #e1e4e5;border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:center;padding:25px}
.home-logo-card img{display:block;width:100%;height:100%;max-width:210px;max-height:82px;object-fit:contain}
@media(max-width:800px){.home-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-logo-card{height:120px;padding:20px}}
@media(max-width:460px){.home-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.home-logo-card{height:100px;padding:15px}}

/* V19.5.2 — lokale conversiepagina */
.local-hero.has-image{position:relative;background-image:linear-gradient(90deg,rgba(10,13,14,.91),rgba(10,13,14,.62)),var(--local-hero);background-size:cover;background-position:center}.local-success{background:#e9f7ed}.local-success .site-wrap{padding-top:14px;padding-bottom:14px;display:flex;gap:12px;align-items:center}.local-success strong{color:#176b32}.local-conversion{padding:55px 0;background:#f4f6f6}.local-conversion-grid{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:20px;align-items:start}.local-price-card,.local-request-card{background:#fff;border:1px solid #dfe3e4;border-radius:18px;padding:28px}.local-price-card{position:sticky;top:105px}.local-price-card h2,.local-request-card h2{font-size:30px;margin:6px 0 12px}.local-price{font-size:42px;line-height:1;font-weight:950;letter-spacing:-.04em;margin:18px 0}.local-price-card>p:not(.eyebrow){color:#646b6e;line-height:1.55}.local-conditions{display:flex;flex-direction:column;gap:9px;margin:22px 0}.local-conditions span{font-size:13px;font-weight:750}.local-price-card small{display:block;color:#7b8285;line-height:1.5}.local-request-card>p{color:#697174}.local-request-card label{display:block;font-size:12px;font-weight:850;margin:12px 0}.local-request-card input,.local-request-card textarea{width:100%;box-sizing:border-box;margin-top:6px;padding:12px 13px;border:1px solid #ccd2d4;border-radius:8px;background:#fff;font:inherit}.local-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}.local-request-card .quick-consent{display:flex;align-items:flex-start;gap:9px;font-weight:500}.local-request-card .quick-consent input{width:auto;margin-top:2px}.local-request-card button{margin-top:8px;border:0}.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:800px){.local-conversion-grid{grid-template-columns:1fr}.local-price-card{position:static}.local-form-grid{grid-template-columns:1fr}.local-price-card,.local-request-card{padding:22px}.local-price{font-size:36px}}

/* V19.5.3 — strakkere lokale landingspagina */
.local-proof{background:#fff;border-bottom:1px solid #e1e4e5}.local-proof-inner{min-height:92px;display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center}.local-proof-score{display:flex;align-items:center;gap:14px}.local-proof-score .google-gmark{transform:scale(1.15)}.local-proof-score>div{display:flex;flex-direction:column}.local-proof-stars{font-size:22px;letter-spacing:2px;color:#f5b301;line-height:1}.local-proof-score strong{font-size:15px;margin-top:5px}.local-proof-copy{display:flex;flex-direction:column;border-left:1px solid #dfe2e3;padding-left:28px}.local-proof-copy b{font-size:14px}.local-proof-copy span{font-size:12px;color:#747b7e;margin-top:3px}.local-proof-inner>a{font-size:13px;font-weight:850;color:#171a1b;text-decoration:none}
.local-price-section{padding:54px 0 24px;background:#f4f6f6}.local-price-section .local-price-card{position:static;display:grid;grid-template-columns:minmax(0,.8fr) minmax(260px,.55fr);column-gap:55px;align-items:start}.local-price-section .local-price-card>.eyebrow,.local-price-section .local-price-card>h2,.local-price-section .local-price-card>.local-price,.local-price-section .local-price-card>p{grid-column:1}.local-price-section .local-price-card>.local-conditions,.local-price-section .local-price-card>small{grid-column:2}.local-price-section .local-price-card>.local-conditions{grid-row:1/6;margin:4px 0 16px}
.local-form-section{padding:24px 0 70px;background:#f4f6f6}.local-form-section .local-request-card{max-width:none;padding:34px}.local-form-section .local-request-card>p{max-width:650px}.local-form-section .local-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0 14px}.local-form-section .local-request-card textarea{min-height:110px}.local-form-section .local-request-card button{min-width:230px}
@media(max-width:800px){.local-proof-inner{grid-template-columns:1fr;gap:12px;padding-top:18px;padding-bottom:18px}.local-proof-copy{border-left:0;padding-left:0}.local-proof-inner>a{justify-self:start}.local-price-section .local-price-card{display:block}.local-price-section .local-price-card>.local-conditions{margin:22px 0 16px}.local-form-section .local-form-grid{grid-template-columns:1fr}.local-form-section .local-request-card{padding:22px}}

/* V19.5.6 — warmtepomp productcards: foto als echte hero van de card */
.warmtepomp-product-section .v17-product-grid article{
  border-radius:20px;
  box-shadow:0 10px 30px rgba(17,20,22,.055);
}
.warmtepomp-product-section .v17-product-image{
  height:auto;
  aspect-ratio:16/10;
  background:#e9ecec;
  padding:0;
}
.warmtepomp-product-section .v17-product-image img{
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:center;
  padding:0;
  display:block;
  transition:transform .35s ease;
}
@media(hover:hover){
  .warmtepomp-product-section .v17-product-grid article:hover .v17-product-image img{transform:scale(1.025)}
}
.warmtepomp-product-section .v17-product-body{padding:26px 26px 29px}
.warmtepomp-product-section .v17-product-body h3{font-size:29px;line-height:1.08}
.warmtepomp-product-section .v17-product-body p{margin-bottom:0}

/* Mobiel: geen dubbele zwevende CTA's. De vaste onderbalk is de enige actie-navigatie. */
@media(max-width:700px){
  .floating-cta,
  .desktop-cta,
  .desktop-request,
  .desktop-whatsapp{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  .warmtepomp-product-section .v17-product-grid{gap:18px}
  .warmtepomp-product-section .v17-product-grid article{border-radius:18px}
  .warmtepomp-product-section .v17-product-image{aspect-ratio:4/3}
  .warmtepomp-product-section .v17-product-body{padding:22px}
  .warmtepomp-product-section .v17-product-body h3{font-size:28px}
}

/* V19.6 — warmtepomp merkpagina's */
.has-brand-link{cursor:pointer}.hp-brand-hero{background:#101314;color:#fff;padding:48px 0 68px}.hp-brand-hero.has-image{background-image:linear-gradient(90deg,rgba(10,13,14,.92),rgba(10,13,14,.58)),var(--hp-hero);background-size:cover;background-position:center}.hp-brand-hero h1{max-width:760px;font-size:clamp(44px,6vw,78px);line-height:.96;letter-spacing:-.055em;margin:18px 0}.hp-brand-hero>div>p:not(.eyebrow){max-width:680px;font-size:19px;line-height:1.6;color:#e1e5e5}.hp-brand-logo{display:block;max-width:180px;max-height:72px;object-fit:contain;margin:22px 0 30px;background:#fff;border-radius:12px;padding:12px}.hp-brand-intro{padding:65px 0;background:#fff}.hp-brand-intro .site-wrap{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px}.hp-brand-intro h2{font-size:42px;line-height:1.02;margin:8px 0}.hp-brand-intro p{font-size:17px;line-height:1.7;color:#62696c}.hp-systems{padding:70px 0;background:#f4f6f6}.hp-system-list{display:flex;flex-direction:column;gap:34px;margin-top:34px}.hp-system-row{display:grid;grid-template-columns:1fr 1fr;background:#fff;border:1px solid #dfe3e4;border-radius:22px;overflow:hidden;min-height:470px}.hp-system-row.reverse .hp-system-media{order:2}.hp-system-row.reverse .hp-system-copy{order:1}.hp-system-media{min-height:420px;background:#e8ebeb}.hp-system-media img{width:100%;height:100%;display:block;object-fit:cover}.hp-system-copy{padding:48px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.hp-system-copy h2{font-size:42px;line-height:1;letter-spacing:-.04em;margin:8px 0 14px}.hp-system-copy>strong{font-size:17px;margin-bottom:10px}.hp-system-copy>p:not(.eyebrow){color:#646c6e;line-height:1.65}.hp-system-specs{display:flex;flex-direction:column;gap:8px;margin:15px 0 24px;font-size:13px;font-weight:750}.hp-brand-cta{background:#ed1c24;color:#fff;padding:55px 0}.hp-brand-cta .site-wrap{display:grid;grid-template-columns:1fr auto;gap:35px;align-items:center}.hp-brand-cta h2{font-size:40px;line-height:1;margin:6px 0 12px}.hp-brand-cta p{max-width:680px}.hp-brand-cta .btn{background:#fff;color:#111}
@media(max-width:800px){.hp-brand-hero{padding:30px 0 48px}.hp-brand-hero h1{font-size:48px}.hp-brand-intro .site-wrap{grid-template-columns:1fr;gap:10px}.hp-brand-intro{padding:45px 0}.hp-brand-intro h2{font-size:34px}.hp-systems{padding:48px 0}.hp-system-row,.hp-system-row.reverse{grid-template-columns:1fr;min-height:0}.hp-system-row .hp-system-media,.hp-system-row.reverse .hp-system-media{order:1;min-height:0;aspect-ratio:4/3}.hp-system-row .hp-system-copy,.hp-system-row.reverse .hp-system-copy{order:2;padding:27px 22px 30px}.hp-system-copy h2{font-size:34px}.hp-brand-cta .site-wrap{grid-template-columns:1fr}.hp-brand-cta h2{font-size:34px}}

/* V19.9 Scope 3 — generieke merkpagina's */
.brand-detail-hero{padding:48px 0 72px;background:#111416;color:#fff}.brand-detail-hero.has-image{background-image:linear-gradient(90deg,rgba(10,13,14,.93),rgba(10,13,14,.58)),var(--brand-hero);background-size:cover;background-position:center}.brand-detail-hero h1{font-size:clamp(44px,6vw,78px);line-height:.97;letter-spacing:-.052em;max-width:850px;margin:15px 0}.brand-detail-hero>div>p:not(.eyebrow){max-width:720px;color:#e0e4e5;font-size:19px;line-height:1.6}.brand-detail-logo{display:block;max-width:190px;max-height:78px;object-fit:contain;background:#fff;border-radius:13px;padding:12px;margin:24px 0 28px}.brand-detail-intro{padding:68px 0}.brand-detail-intro-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:75px}.brand-detail-intro h2{font-size:44px;line-height:1;margin:8px 0}.brand-detail-intro p{font-size:17px;line-height:1.72;color:#5f676a}.brand-blocks-section{padding:72px 0;background:#f4f6f6}.brand-block-list{display:flex;flex-direction:column;gap:34px}.brand-feature-block{display:grid;grid-template-columns:1fr 1fr;background:#fff;border:1px solid #dfe3e4;border-radius:22px;overflow:hidden;min-height:450px;box-shadow:0 10px 32px rgba(15,20,22,.04)}.brand-feature-block.reverse .brand-feature-media{order:2}.brand-feature-block.reverse .brand-feature-copy{order:1}.brand-feature-media{min-height:410px;background:#e9ecec}.brand-feature-media img{width:100%;height:100%;object-fit:cover;display:block}.brand-feature-placeholder{height:100%;min-height:410px;display:grid;place-items:center;font-size:38px;font-weight:900;color:#879093}.brand-feature-copy{padding:46px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.brand-feature-copy h2{font-size:42px;line-height:1.02;letter-spacing:-.04em;margin:8px 0 13px}.brand-feature-copy>strong{font-size:17px;margin-bottom:8px}.brand-feature-copy>p:not(.eyebrow){color:#60696b;line-height:1.67}.brand-feature-points{display:flex;flex-direction:column;gap:8px;margin:14px 0 23px;font-size:13px;font-weight:750}.brand-detail-cta{padding:58px 0;background:#e51f2a;color:#fff}.brand-detail-cta .site-wrap{display:grid;grid-template-columns:1fr auto;gap:35px;align-items:center}.brand-detail-cta h2{font-size:42px;line-height:1;margin:7px 0}.brand-detail-cta p:not(.eyebrow){color:#ffe1e2;max-width:700px}
@media(max-width:800px){.brand-detail-hero{padding:34px 0 50px}.brand-detail-hero h1{font-size:48px}.brand-detail-intro{padding:48px 0}.brand-detail-intro-grid{grid-template-columns:1fr;gap:10px}.brand-detail-intro h2{font-size:35px}.brand-blocks-section{padding:50px 0}.brand-feature-block,.brand-feature-block.reverse{grid-template-columns:1fr;min-height:0}.brand-feature-block .brand-feature-media,.brand-feature-block.reverse .brand-feature-media{order:1;min-height:0;aspect-ratio:4/3}.brand-feature-block .brand-feature-copy,.brand-feature-block.reverse .brand-feature-copy{order:2;padding:27px 22px 31px}.brand-feature-copy h2{font-size:34px}.brand-detail-cta .site-wrap{grid-template-columns:1fr}.brand-detail-cta h2{font-size:34px}}

/* V20.0 — zakelijke markt */
.business-hero{background:#111416;color:#fff;padding:78px 0}.business-hero-grid{display:grid;grid-template-columns:1.15fr .55fr;gap:70px;align-items:center}.business-hero h1{font-size:clamp(48px,6vw,78px);line-height:.98;max-width:850px;margin:12px 0 24px}.business-hero>div>div>p:not(.eyebrow){font-size:19px;line-height:1.65;color:#d5dadd;max-width:700px}.business-hero aside{border:1px solid #ffffff24;border-radius:20px;padding:30px;background:#ffffff0a}.business-hero aside small{color:var(--yellow);font-weight:900;letter-spacing:.12em}.business-hero aside strong{display:block;font-size:27px;line-height:1.12;margin:15px 0}.business-hero aside p{color:#bdc3c5;line-height:1.6}.business-services{padding:82px 0;background:#fff}.business-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.business-card-grid a{border:1px solid var(--line);border-radius:18px;padding:25px;min-height:285px;display:flex;flex-direction:column;transition:.2s}.business-card-grid a:hover{transform:translateY(-3px);box-shadow:0 18px 45px #1111}.business-card-grid small{color:var(--red);font-weight:900}.business-card-grid h3{font-size:29px;margin:auto 0 10px}.business-card-grid p{color:var(--muted);font-size:14px}.business-card-grid b{font-size:12px;margin-top:16px}.business-fit{padding:82px 0;background:#f4f6f6}.business-fit-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:75px;align-items:start}.business-fit h2{font-size:clamp(38px,4vw,54px);line-height:1.04;margin:8px 0 18px}.business-fit p{color:var(--muted);font-size:17px}.business-checks{display:grid;grid-template-columns:1fr 1fr;gap:13px}.business-checks>div{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px;display:flex;gap:13px}.business-checks b{color:var(--red)}.business-checks strong,.business-checks small{display:block}.business-checks small{color:var(--muted);margin-top:5px;line-height:1.5}.business-final{background:var(--red);color:#fff;padding:62px 0}.business-final>.site-wrap{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}.business-final h2{font-size:clamp(36px,4vw,52px);line-height:1.03;margin:7px 0}.business-final p:not(.eyebrow){color:#ffe0e1;max-width:700px}
@media(max-width:900px){.business-hero-grid,.business-fit-grid,.business-final>.site-wrap{grid-template-columns:1fr}.business-card-grid{grid-template-columns:repeat(2,1fr)}.business-checks{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.business-hero{padding:55px 0}.business-hero h1{font-size:47px}.business-hero-grid{gap:32px}.business-services,.business-fit{padding:58px 0}.business-card-grid,.business-checks{grid-template-columns:1fr}.business-card-grid a{min-height:220px}.business-final{padding:52px 0}}

/* V20.1 homepage refinement */
.home-business-strip{padding:34px 0;background:#f1f3f3;border-top:1px solid #e2e5e5;border-bottom:1px solid #e2e5e5}
.home-business-inner{display:flex;align-items:center;justify-content:space-between;gap:48px}
.home-business-inner>div{max-width:790px}
.home-business-inner h2{margin:3px 0 8px;font-size:clamp(27px,3vw,40px);line-height:1.1}
.home-business-inner p:not(.eyebrow){margin:0;color:#626a6d;line-height:1.65;max-width:720px}
.home-business-inner .btn{flex:0 0 auto}
@media(max-width:760px){.home-business-strip{padding:30px 0}.home-business-inner{display:block}.home-business-inner .btn{margin-top:20px}}

/* V20.4 — rijkere lokale SEO + projectcases */
.local-depth-section{background:#fff}.local-depth-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px}.local-depth-grid article{border:1px solid #e0e4e5;border-radius:16px;padding:22px;background:#fafbfb}.local-depth-grid small,.project-case-grid small,.project-duration small{display:block;font-size:10px;font-weight:900;letter-spacing:.1em;color:#e51e28;margin-bottom:8px}.local-depth-grid h3{font-size:23px;margin:0 0 11px}.local-depth-grid p{color:#50575a;line-height:1.7;margin:0 0 11px}.local-faq-section{padding:70px 0}.local-faq-list{display:grid;gap:10px;max-width:900px}.local-faq-list details{background:#fff;border:1px solid #dfe3e4;border-radius:13px;padding:0 18px}.local-faq-list summary{cursor:pointer;font-weight:900;padding:18px 32px 18px 0;position:relative}.local-faq-list summary:after{content:'+';position:absolute;right:0;font-size:22px;color:#e51e28}.local-faq-list details[open] summary:after{content:'–'}.local-faq-list p{color:#555d60;line-height:1.7;padding:0 0 18px;margin:0}.project-case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:58px 0 24px}.project-case-grid section{background:#f5f6f6;border-radius:17px;padding:24px}.project-case-grid h2{font-size:27px;margin:0 0 12px}.project-case-grid p{color:#4e5558;line-height:1.72;margin:0}.project-duration{display:inline-flex;flex-direction:column;gap:2px;background:#111416;color:#fff;border-radius:12px;padding:14px 18px;margin:0 0 22px}.project-duration small{color:#ffe000;margin:0}.project-duration strong{font-size:17px}
@media(max-width:800px){.local-depth-grid,.project-case-grid{grid-template-columns:1fr}.local-faq-section{padding:48px 0}}

/* V20.5 — conversie & vertrouwen */
.contact-routes{background:#fff;padding:28px 0 4px}.contact-route-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.contact-route-grid>a{border:1px solid #dfe3e4;border-radius:16px;padding:20px 21px;display:flex;flex-direction:column;gap:5px;background:#fff;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.contact-route-grid>a:hover{transform:translateY(-2px);border-color:#c9cecf;box-shadow:0 10px 26px #1111}.contact-route-grid small{font-size:10px;font-weight:900;letter-spacing:.12em;color:#777}.contact-route-grid strong{font-size:20px;color:#111}.contact-route-grid span{font-size:13px;color:#666;line-height:1.45}.form-success{margin-top:28px;margin-bottom:4px;border:1px solid #b9dcc5;background:#f0faf3;border-radius:16px;padding:18px 20px;display:grid;gap:4px}.form-success b{font-size:17px;color:#155c2d}.form-success span{color:#263c2e}.form-success small{color:#63736a}.request-form:has(input[name="request_type"][value="onderhoud"]:checked) .photo-hint b:after{content:" Een foto van het typeplaatje is vaak het handigst."}.request-form:has(input[name="request_type"][value="storing-service"]:checked) .photo-hint b:after{content:" Stuur bij een storing ook de foutcode mee als die zichtbaar is."}
@media(max-width:760px){.contact-routes{padding-top:18px}.contact-route-grid{grid-template-columns:1fr;gap:9px}.contact-route-grid>a{padding:16px 17px}.contact-route-grid strong{font-size:18px}}

/* V21 — keuzehulp / configurator */
.configurator-page{background:#f4f6f6;min-height:70vh}.configurator-hero{background:#111416;color:#fff;padding:68px 0 62px}.configurator-hero h1{font-size:clamp(42px,6vw,72px);line-height:1;margin:8px 0 18px;max-width:900px}.configurator-hero p:not(.eyebrow){max-width:760px;color:#d5d9da;font-size:18px;line-height:1.65}.configurator-wrap{padding:48px 0 80px}.configurator-choices{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.configurator-choices a{background:#fff;border:1px solid #dfe3e4;border-radius:18px;padding:28px;text-decoration:none;color:#111;display:flex;flex-direction:column;min-height:250px;transition:.18s ease}.configurator-choices a:hover{transform:translateY(-3px);box-shadow:0 14px 34px #1111}.configurator-choices small,.step-count{font-size:10px;font-weight:900;letter-spacing:.12em;color:var(--red)}.configurator-choices strong{font-size:30px;margin:10px 0}.configurator-choices span{color:#626a6d;line-height:1.6}.configurator-choices b{margin-top:auto;padding-top:25px}.configurator-form{max-width:820px;margin:auto;background:#fff;border:1px solid #dde1e2;border-radius:20px;padding:34px;box-shadow:0 14px 40px #1111}.config-progress{height:5px;background:#eceeee;border-radius:9px;overflow:hidden;margin-bottom:32px}.config-progress span{display:block;height:100%;background:var(--red);transition:width .25s ease}.config-step{display:none}.config-step.is-active{display:block}.config-step h2{font-size:clamp(32px,4vw,46px);margin:5px 0 25px}.config-step label{display:block;font-size:12px;font-weight:900;margin:17px 0}.config-step input:not([type=checkbox]):not([type=file]),.config-step select,.config-step textarea{display:block;width:100%;margin-top:7px;padding:14px 15px;border:1px solid #cdd2d3;border-radius:10px;background:#fff;font:inherit;box-sizing:border-box}.config-step textarea{resize:vertical}.config-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:30px;padding-top:22px;border-top:1px solid #e7e9ea}.config-actions button,.config-actions a{border:0;border-radius:9px;padding:13px 17px;font-weight:900;text-decoration:none;cursor:pointer}.config-actions button:not(.back){background:var(--red);color:#fff}.config-actions .back,.config-actions a{background:#eef0f0;color:#222}.config-note{color:#596164;line-height:1.7}.photo-upload{background:#f5f6f6;border:1px dashed #bfc5c7;border-radius:13px;padding:20px}.photo-upload small{display:block;color:#777;margin:5px 0 12px}.config-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 15px}.consent{display:flex!important;gap:10px;align-items:flex-start;font-weight:600!important;line-height:1.5}.consent input{margin-top:3px}.config-result{background:#f3f5f5;border-radius:13px;padding:17px 18px;margin-top:20px;display:grid;gap:5px}.config-result span{color:#5a6265;line-height:1.55}.hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
@media(max-width:760px){.configurator-hero{padding:48px 0}.configurator-wrap{padding:25px 0 55px}.configurator-choices{grid-template-columns:1fr}.configurator-choices a{min-height:190px}.configurator-form{padding:22px 17px;border-radius:14px}.config-contact-grid{grid-template-columns:1fr}.config-actions{align-items:stretch}.config-actions button,.config-actions a{text-align:center}.config-step h2{font-size:34px}}


/* V21.1 — keuzehulp per dienst + verzendbevestiging */
.page-keuzehulp-cta{padding-top:0}.page-keuzehulp-card{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:34px 38px;border:1px solid rgba(15,23,42,.1);border-radius:22px;background:#fff;box-shadow:0 14px 40px rgba(15,23,42,.06)}.page-keuzehulp-card h2{margin:.15em 0 .35em}.page-keuzehulp-card p{max-width:760px;margin:0}.page-keuzehulp-card .btn{flex:0 0 auto}.config-success{display:flex;gap:22px;align-items:flex-start;max-width:900px;margin:24px auto 64px;padding:34px;border:1px solid rgba(15,23,42,.1);border-radius:24px;background:#fff;box-shadow:0 14px 40px rgba(15,23,42,.07)}.config-success-icon{display:grid;place-items:center;flex:0 0 52px;width:52px;height:52px;border-radius:50%;background:#ecfdf3;font-size:28px;font-weight:800}.config-success h2{margin:.2em 0 .5em}.config-success p{margin:0 0 22px}.config-success-actions{display:flex;gap:12px;flex-wrap:wrap}@media(max-width:760px){.page-keuzehulp-card{align-items:flex-start;flex-direction:column;padding:26px 22px}.config-success{padding:26px 20px;margin-top:10px}.config-success-icon{width:44px;height:44px;flex-basis:44px}.config-success-actions{flex-direction:column}.config-success-actions .btn{width:100%;text-align:center}}

/* V21.2 — keuzehulp rechtstreeks op dienstpagina */
.embedded-configurator{padding:72px 0 84px;background:#f4f6f6;border-top:1px solid #e3e6e7}.embedded-configurator-head{max-width:820px;margin:0 auto 24px}.embedded-configurator-head h2{font-size:clamp(34px,4vw,52px);margin:6px 0 12px}.embedded-configurator-head>p:last-child{color:#596164;line-height:1.7;max-width:720px}.configurator-form.embedded{margin:0 auto}.config-step h3{font-size:clamp(28px,3.4vw,42px);margin:5px 0 25px}.config-success{max-width:820px;margin:0 auto;background:#fff;border:1px solid #dfe3e4;border-radius:18px;padding:28px;display:flex;gap:18px;align-items:flex-start;box-shadow:0 12px 32px #1111}.config-success-icon{display:grid;place-items:center;flex:0 0 42px;height:42px;border-radius:50%;background:#111;color:#fff;font-weight:900}.config-success h3{font-size:30px;margin:5px 0 8px}.config-success p{color:#596164;line-height:1.6}.config-success .eyebrow{color:var(--red);font-size:10px;font-weight:900;letter-spacing:.12em;margin:0}
@media(max-width:760px){.embedded-configurator{padding:48px 0 58px}.embedded-configurator-head{margin-bottom:18px}.config-success{padding:22px 18px}.config-success h3{font-size:26px}}

/* V22 — content + conversion */
.v22-home-paths,.v22-service-depth,.v22-faq{padding:74px 0;background:#fff}.v22-home-path-head,.v22-depth-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.75fr);gap:50px;align-items:end;margin-bottom:28px}.v22-home-path-head h2,.v22-depth-head h2,.v22-faq-head h2,.v22-home-proof h2,.v22-local-strip h2{font-size:clamp(32px,4vw,54px);line-height:1.02;margin:6px 0}.v22-home-path-head>p,.v22-depth-head>p{color:#687074;font-size:17px;line-height:1.7;margin:0}.v22-path-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.v22-path-grid>a{display:flex;flex-direction:column;min-height:255px;padding:26px;border:1px solid #e1e5e6;border-radius:18px;text-decoration:none;color:#111;background:#fafbfb;transition:.18s ease}.v22-path-grid>a:hover{transform:translateY(-3px);border-color:#cfd4d5;box-shadow:0 12px 35px rgba(0,0,0,.07)}.v22-path-grid small{font-size:10px;font-weight:900;letter-spacing:.12em;color:#e51f2a}.v22-path-grid strong{font-size:25px;line-height:1.05;margin:12px 0}.v22-path-grid span{color:#656d70;line-height:1.55}.v22-path-grid b{margin-top:auto;padding-top:20px;font-size:13px}.v22-home-proof{padding:74px 0;background:#111;color:#fff}.v22-home-proof>.site-wrap{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:center}.v22-home-proof p:not(.eyebrow){color:#c5c9ca;max-width:720px;line-height:1.7}.v22-proof-points{display:grid;grid-template-columns:1fr 1fr;gap:10px}.v22-proof-points span{padding:22px;border:1px solid #323536;border-radius:14px;background:#191b1c;display:flex;flex-direction:column;gap:4px;color:#c9cdce}.v22-proof-points strong{font-size:22px;color:#fff}.v22-service-depth{background:#f4f6f6}.v22-choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.v22-choice-grid article{background:#fff;border:1px solid #dde2e3;border-radius:18px;padding:28px;min-height:210px}.v22-choice-grid strong{font-size:27px}.v22-choice-grid p{color:#667073;line-height:1.65}.v22-practical{margin-top:16px;background:#111;color:#fff;border-radius:20px;padding:32px;display:grid;grid-template-columns:1.25fr .75fr;gap:50px;align-items:center}.v22-practical small{color:#ffd51e;font-weight:900;letter-spacing:.12em}.v22-practical h3{font-size:28px;margin:7px 0}.v22-practical p{color:#c8cccd;line-height:1.65;margin-bottom:0}.v22-practical ul{list-style:none;margin:0;padding:0;display:grid;gap:12px}.v22-practical li{border-bottom:1px solid #333;padding:0 0 12px}.v22-faq{background:#fff}.v22-faq-head{margin-bottom:24px}.v22-faq-list{max-width:900px}.v22-faq details{border-top:1px solid #dfe3e4}.v22-faq details:last-child{border-bottom:1px solid #dfe3e4}.v22-faq summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:20px;padding:22px 0;font-size:19px;font-weight:900}.v22-faq summary::-webkit-details-marker{display:none}.v22-faq summary span{font-size:24px}.v22-faq details[open] summary span{transform:rotate(45deg)}.v22-faq details p{max-width:760px;color:#626b6e;line-height:1.7;margin:-5px 0 24px}.v22-local-strip{padding:52px 0;background:#e51f2a;color:#fff}.v22-local-strip>.site-wrap{display:flex;justify-content:space-between;gap:35px;align-items:center}.v22-local-strip h2{font-size:34px;margin:5px 0}.v22-local-strip p:not(.eyebrow){margin:0;max-width:800px;line-height:1.6;color:#fff}.v22-local-strip .eyebrow{color:#fff}.v22-local-strip .btn{white-space:nowrap}.v22-mobile-cta{display:none}
.config-smart-advice{margin:18px 0 4px;padding:18px 20px;border-radius:12px;background:#f0f3f3;border-left:4px solid #e51f2a}.config-smart-advice small{display:block;font-size:9px;letter-spacing:.12em;font-weight:900;color:#e51f2a;margin-bottom:5px}.config-smart-advice strong{display:block;font-size:18px;margin-bottom:4px}.config-smart-advice span{display:block;color:#616a6d;line-height:1.5}
@media(max-width:950px){.v22-path-grid{grid-template-columns:1fr 1fr}.v22-home-proof>.site-wrap,.v22-depth-head,.v22-home-path-head,.v22-practical{grid-template-columns:1fr}.v22-choice-grid{grid-template-columns:1fr}.v22-practical{gap:25px}.v22-local-strip>.site-wrap{align-items:flex-start;flex-direction:column}}
@media(max-width:650px){.v22-home-paths,.v22-service-depth,.v22-faq{padding:50px 0}.v22-path-grid{grid-template-columns:1fr}.v22-path-grid>a{min-height:190px}.v22-proof-points{grid-template-columns:1fr 1fr}.v22-home-proof{padding:55px 0}.v22-choice-grid article{min-height:auto}.v22-practical{padding:24px}.v22-mobile-cta{position:fixed;z-index:1000;display:grid;grid-template-columns:1fr auto;left:10px;right:10px;bottom:10px;background:#111;border-radius:14px;box-shadow:0 10px 35px rgba(0,0,0,.26);overflow:hidden}.v22-mobile-cta a{padding:15px 18px;color:#fff;text-decoration:none;font-weight:900;text-align:center}.v22-mobile-cta a:first-child{background:#e51f2a}.v22-mobile-cta a:last-child{min-width:76px;border-left:1px solid #333}.site-footer{padding-bottom:75px}}

/* V23 lokale SEO: interne linknavigatie */
.v23-inline-cities{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.v23-inline-cities a{display:inline-flex;padding:8px 11px;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:inherit;text-decoration:none;font-size:13px;font-weight:800}.v23-inline-cities a:hover{background:rgba(255,255,255,.1)}
.v23-project-links{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:28px 0 0;padding:14px 16px;background:#f4f5f5;border-radius:12px}.v23-project-links span{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.v23-project-links a{font-weight:800;color:#202426;text-decoration:underline;text-underline-offset:3px}
@media(max-width:700px){.v23-inline-cities{gap:6px}.v23-inline-cities a{font-size:12px}.v23-project-links{align-items:flex-start;flex-direction:column}}

/* V24.1.3 – echte Google review widgets */
.google-reviews-section{overflow:hidden}
.google-reviews-section .google-review-card{height:100%}
.google-reviews-section .google-review-card p{white-space:normal}
.google-reviews-section .review-top strong{display:block}
.google-reviews-section .reviews-all{margin-top:22px}
@media (max-width:700px){
  .google-reviews-section .google-reviews-head{gap:20px}
  .google-reviews-section .google-review-card{min-width:min(86vw,360px)}
  .google-reviews-section .review-arrow{width:42px;height:42px}
}

/* V25.0 Vaillant CV product pages */
.cv-product-selector{background:#f4f5f5}.cv-product-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.cv-product-card{display:flex;flex-direction:column;gap:13px;padding:30px;border:1px solid #dfe2e2;background:#fff;color:inherit;text-decoration:none;border-radius:18px}.cv-product-card.featured{border-top:5px solid #d71920}.cv-product-card small,.cvp-summary small{font-weight:800;letter-spacing:.09em;color:#737979}.cv-product-card h3{font-size:28px;margin:0}.cv-product-card p{margin:0;line-height:1.65}.cv-product-card>div{display:flex;gap:8px;flex-wrap:wrap}.cv-product-card span{background:#f1f2f2;padding:7px 10px;border-radius:999px;font-size:13px;font-weight:700}.cv-product-card b{margin-top:auto;color:#c71920}
.cvp-hero{padding:78px 0;background:#f3f4f4}.cvp-hero-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:55px;align-items:center}.cvp-hero h1{font-size:clamp(42px,6vw,72px);line-height:1;margin:12px 0 22px}.cvp-lead{font-size:20px;line-height:1.65;max-width:760px}.cvp-summary{background:#fff;padding:32px;border-radius:18px;border-top:5px solid #d71920;box-shadow:0 14px 35px rgba(0,0,0,.07)}.cvp-summary>strong{display:block;font-size:25px;margin:8px 0 12px}.cvp-summary p{line-height:1.6}.cvp-specs{display:grid;gap:10px;margin-top:22px}.cvp-specs span{padding-top:12px;border-top:1px solid #e3e3e3}.cvp-specs b{display:block;font-size:18px}
.cvp-benefits,.cvp-detail,.cvp-two,.cvp-compare{padding:72px 0}.cvp-benefits h2,.cvp-detail h2,.cvp-two h2,.cvp-compare h2{font-size:clamp(30px,4vw,46px);margin:8px 0 28px}.cvp-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.cvp-benefit-grid article{background:#f4f5f5;padding:24px;border-radius:15px}.cvp-benefit-grid span{font-size:22px;color:#c71920;font-weight:900}.cvp-benefit-grid p{font-weight:700;line-height:1.5}.cvp-detail{background:#f4f5f5}.cvp-detail-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:55px}.cvp-detail-grid p,.cvp-two p{line-height:1.75}.cvp-detail aside{background:#202424;color:#fff;padding:30px;border-radius:16px}.cvp-detail aside strong{font-size:22px}.cvp-detail li{margin:13px 0}.cvp-two-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.cvp-table{display:grid;grid-template-columns:1fr 1fr;border:1px solid #ddd;border-radius:16px;overflow:hidden}.cvp-table>div{display:grid;gap:0}.cvp-table>div+div{border-left:1px solid #ddd}.cvp-table b{font-size:24px;padding:22px;background:#f4f5f5}.cvp-table span,.cvp-table a{padding:14px 22px;border-top:1px solid #e4e4e4}.cvp-table a{font-weight:800;color:#c71920;text-decoration:none}
@media(max-width:800px){.cv-product-card-grid,.cvp-hero-grid,.cvp-detail-grid,.cvp-two-grid,.cvp-table{grid-template-columns:1fr}.cvp-benefit-grid{grid-template-columns:1fr 1fr}.cvp-table>div+div{border-left:0;border-top:1px solid #ddd}.cvp-hero{padding:48px 0}.cvp-benefits,.cvp-detail,.cvp-two,.cvp-compare{padding:50px 0}}
@media(max-width:520px){.cvp-benefit-grid{grid-template-columns:1fr}.cv-product-card{padding:24px}}

/* V25.1 – meer beeld, minder vergelijkblok */
.cv-product-card-image{height:250px;margin:-10px -10px 8px;background:#0f1111;border-radius:13px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.cv-product-card-image img{width:100%;height:100%;object-fit:contain}
.cv-product-card .cv-card-tags{display:flex;gap:8px;flex-wrap:wrap}
.cvp-summary-visual{padding-top:18px}
.cvp-product-image{height:285px;margin:-2px -14px 20px;background:#0f1111;border-radius:13px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.cvp-product-image img{width:100%;height:100%;object-fit:contain}
.cvp-photo-break{padding:0 0 72px;background:#f4f5f5}
.cvp-photo-frame{position:relative;border-radius:20px;overflow:hidden;min-height:440px;background:#202424}
.cvp-photo-frame img{width:100%;height:100%;min-height:440px;max-height:600px;object-fit:cover;display:block}
.cvp-photo-frame>div{position:absolute;left:28px;bottom:28px;max-width:470px;background:rgba(255,255,255,.94);padding:20px 24px;border-radius:13px}
.cvp-photo-frame strong{font-size:22px;line-height:1.35}
@media(max-width:800px){
 .cv-product-card-image{height:220px}
 .cvp-product-image{height:240px}
 .cvp-photo-frame,.cvp-photo-frame img{min-height:360px}
}

/* V26.0 Weheat product pages */
.wh-overview{background:#f3f5f4}.wh-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.wh-card{background:#fff;border:1px solid #dde1df;border-radius:18px;padding:18px 22px 26px;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:12px}.wh-card-visual{height:230px;background:linear-gradient(145deg,#e8ebe9,#fff);border-radius:13px;display:flex;align-items:center;justify-content:center;overflow:hidden}.wh-card small{font-weight:850;letter-spacing:.08em;color:#737a77}.wh-card h3{font-size:28px;margin:0}.wh-card p{line-height:1.55;margin:0}.wh-card b{color:#c71920;margin-top:auto}.wh-tags{display:flex;flex-wrap:wrap;gap:6px}.wh-tags span{background:#eef0ef;padding:6px 9px;border-radius:99px;font-size:12px;font-weight:750}
.wh-product-silhouette{position:relative;width:76%;height:58%;background:#242a29;border-radius:6px;box-shadow:0 18px 30px rgba(0,0,0,.18);overflow:hidden}.wh-product-silhouette:before{content:"";position:absolute;width:43%;aspect-ratio:1;border:8px solid #151918;border-radius:50%;left:8%;top:50%;transform:translateY(-50%);box-shadow:inset 0 0 0 2px #454c49}.wh-product-silhouette:after{content:"";position:absolute;inset:10% 4% 10% auto;width:31%;border-left:1px solid #4b514f}.wh-product-silhouette span{position:absolute;right:6%;top:12%;font-size:11px;letter-spacing:.16em;color:#929995;font-weight:900}.wh-product-silhouette.sparrow{height:76%;width:63%;border-radius:30% 8px 8px 8px;transform:skewY(-2deg)}.wh-product-silhouette.sparrow:after{border-left:2px solid #b6a37c;transform:rotate(22deg);width:45%;right:7%}.wh-product-silhouette.blackbird{height:40%;width:80%;border-radius:50% 45% 8px 8px}.wh-product-silhouette.blackbird:before{width:28%;left:12%}
.wh-hero{padding:70px 0;background:#f2f4f3}.wh-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.wh-hero h1{font-size:clamp(46px,7vw,78px);line-height:.98;margin:10px 0 24px}.wh-lead{font-size:20px;line-height:1.65;max-width:720px}.wh-hero-product{min-height:420px;background:linear-gradient(145deg,#e1e5e3,#fff);border-radius:24px;display:flex;align-items:center;justify-content:center;position:relative}.wh-hero-product .wh-product-silhouette{width:72%;height:48%}.wh-hero-product .sparrow{width:55%;height:68%}.wh-hero-product .blackbird{width:76%;height:34%}.wh-hero-caption{position:absolute;bottom:20px;left:22px;background:#fff;padding:12px 16px;border-radius:10px;display:grid}.wh-hero-caption b{font-size:20px}
.wh-spec-strip{background:#202524;color:#fff}.wh-spec-strip .site-wrap{display:grid;grid-template-columns:repeat(5,1fr)}.wh-spec-strip .site-wrap>div{padding:22px 16px;border-right:1px solid #3c4240}.wh-spec-strip small{display:block;color:#aeb5b2;font-size:10px;letter-spacing:.08em;margin-bottom:7px}.wh-spec-strip b{font-size:16px}.wh-intro,.wh-smart,.wh-choice{padding:72px 0}.wh-intro-grid,.wh-smart-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:60px}.wh-intro h2,.wh-smart h2,.wh-choice h2{font-size:clamp(32px,4vw,48px);margin:8px 0 22px}.wh-intro p,.wh-smart p,.wh-choice p{line-height:1.75}.wh-checks{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:25px}.wh-checks span{font-weight:750}.wh-intro aside{background:#202524;color:#fff;padding:30px;border-radius:17px}.wh-intro aside small{color:#b9bfbd;font-weight:800}.wh-intro aside strong{display:block;font-size:23px;line-height:1.4;margin:12px 0}.wh-smart{background:#f3f5f4}.wh-smart-grid{align-items:center}.wh-smart-visual{min-height:390px;border-radius:20px;background:linear-gradient(135deg,#1f2423,#48504d);display:flex;align-items:center;justify-content:center}.wh-phone{width:210px;height:350px;border:8px solid #111;border-radius:30px;background:#f7f8f7;box-shadow:0 22px 45px rgba(0,0,0,.3);padding:40px 20px;display:flex;flex-direction:column}.wh-phone span{font-weight:900;letter-spacing:.14em;font-size:12px}.wh-phone b{font-size:24px;margin-top:auto}.wh-phone small{margin-top:8px}.wh-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.wh-choice-grid article{background:#f3f5f4;border-radius:16px;padding:28px}.wh-choice-grid strong{font-size:26px}
@media(max-width:850px){.wh-card-grid{grid-template-columns:1fr}.wh-card-visual{height:250px}.wh-hero-grid,.wh-intro-grid,.wh-smart-grid{grid-template-columns:1fr}.wh-spec-strip .site-wrap{grid-template-columns:1fr 1fr}.wh-spec-strip .site-wrap>div{border-bottom:1px solid #3c4240}.wh-choice-grid{grid-template-columns:1fr}.wh-hero-product{min-height:330px}.wh-checks{grid-template-columns:1fr}}

/* V26.1 Vaillant warmtepompen */
.vwp-overview{background:#fff}.vwp-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.vwp-card{border:1px solid #dce1df;border-radius:19px;padding:18px 22px 27px;color:inherit;text-decoration:none;display:flex;flex-direction:column;gap:12px}.vwp-card-visual{height:290px;background:linear-gradient(145deg,#ecefed,#fff);border-radius:14px;display:flex;align-items:center;justify-content:center;overflow:hidden}.vwp-card small{font-weight:850;letter-spacing:.08em;color:#717876}.vwp-card h3{font-size:30px;margin:0}.vwp-card p{line-height:1.6}.vwp-card>b{color:#c71920;margin-top:auto}.vwp-unit{width:74%;height:52%;position:relative;background:linear-gradient(#333a39,#252b2a);border-radius:3px;box-shadow:0 22px 32px rgba(0,0,0,.2);overflow:hidden}.vwp-unit:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent 0 7px,rgba(255,255,255,.035) 8px 9px)}.vwp-unit.plus{height:64%;width:63%}.vwp-unit span{position:absolute;right:5%;top:7%;z-index:2;color:#fff;font-size:11px;font-weight:800}.vwp-grille{position:absolute;left:8%;top:50%;transform:translateY(-50%);width:42%;aspect-ratio:1;border:8px solid #101313;border-radius:50%;z-index:3;background:repeating-radial-gradient(circle,#111 0 4px,#292e2d 5px 7px)}.vwp-grille i{position:absolute;width:22%;aspect-ratio:1;background:#171a1a;border-radius:50%;left:39%;top:39%}.vwp-hero{padding:70px 0;background:#f2f4f3}.vwp-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.vwp-hero h1{font-size:clamp(44px,6vw,74px);line-height:1;margin:10px 0 24px}.vwp-lead{font-size:20px;line-height:1.65}.vwp-hero-product{min-height:430px;background:linear-gradient(145deg,#e3e7e5,#fff);border-radius:24px;display:flex;align-items:center;justify-content:center;position:relative}.vwp-hero-product .vwp-unit{width:75%;height:45%}.vwp-hero-product .vwp-unit.plus{width:62%;height:58%}.vwp-hero-caption{position:absolute;bottom:20px;left:22px;background:#fff;padding:12px 16px;border-radius:10px;display:grid}.vwp-models{padding:72px 0;background:#f3f5f4}.vwp-model-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.vwp-model-grid article{background:#fff;border-radius:13px;padding:20px}.vwp-model-grid small{display:block;color:#747b78;font-size:11px}.vwp-model-grid strong{display:block;font-size:25px;margin:8px 0}.vwp-model-grid span{font-weight:750}.vwp-model-grid p{font-size:13px;line-height:1.5;margin-bottom:0}.vwp-system{padding:72px 0}.vwp-system-visual{min-height:390px;border-radius:20px;background:linear-gradient(135deg,#222827,#4a5350);display:flex;align-items:center;justify-content:center}.vwp-indoor{width:210px;height:330px;background:#f4f5f4;border-radius:5px;box-shadow:0 20px 40px rgba(0,0,0,.3);padding:28px 20px;display:flex;flex-direction:column}.vwp-indoor span{font-weight:900;font-size:13px}.vwp-indoor b{font-size:23px;margin-top:auto}.vwp-indoor small{margin-top:8px}
@media(max-width:850px){.vwp-card-grid,.vwp-hero-grid{grid-template-columns:1fr}.vwp-card-visual{height:250px}.vwp-model-grid{grid-template-columns:1fr 1fr}.vwp-hero-product{min-height:330px}}@media(max-width:520px){.vwp-model-grid{grid-template-columns:1fr}}

/* V26.2 dedicated WeHeat overview */
.weheat-brand-hero{padding:72px 0;background:#f2f4f3}.weheat-brand-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:52px;align-items:center}.weheat-brand-hero h1{font-size:clamp(44px,6vw,72px);line-height:1;margin:10px 0 24px}.weheat-brand-lead{font-size:20px;line-height:1.65;max-width:720px}.weheat-brand-summary{background:#202524;color:#fff;border-radius:18px;padding:32px}.weheat-brand-summary small{color:#b7bdbb;font-weight:800;letter-spacing:.08em}.weheat-brand-summary strong{display:block;font-size:30px;line-height:1.3;margin:12px 0}.weheat-brand-summary p{line-height:1.65;margin-bottom:0}.weheat-model-overview{padding:72px 0}.weheat-spec-table-wrap{overflow-x:auto;margin:28px 0 38px}.weheat-spec-table{width:100%;border-collapse:collapse;min-width:820px;background:#fff;border:1px solid #dde1df}.weheat-spec-table th,.weheat-spec-table td{text-align:left;padding:16px 14px;border-bottom:1px solid #e4e7e5;vertical-align:top}.weheat-spec-table th{background:#202524;color:#fff;font-size:12px;letter-spacing:.04em}.weheat-spec-table a{color:#111;text-decoration:none}.weheat-spec-note{font-size:12px;color:#6d7471;margin-top:10px}.weheat-model-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.weheat-model-card{background:#fff;border:1px solid #dde1df;border-radius:18px;overflow:hidden;text-decoration:none;color:inherit}.weheat-model-card-body{padding:22px}.weheat-model-card small{font-weight:850;letter-spacing:.08em;color:#707774}.weheat-model-card h3{font-size:29px;margin:8px 0 12px}.weheat-model-card p{line-height:1.6}.weheat-model-card b{display:block;color:#c71920;margin-top:20px}.weheat-why{padding:72px 0;background:#f3f5f4}.weheat-why aside{background:#202524;color:#fff;border-radius:18px;padding:30px}.weheat-why aside small{color:#b7bdbb;font-weight:800}.weheat-why aside strong{display:block;font-size:28px;margin:10px 0}
@media(max-width:850px){.weheat-brand-hero-grid,.weheat-model-grid{grid-template-columns:1fr}.weheat-brand-summary{padding:26px}.weheat-model-overview{padding:52px 0}.weheat-model-card .wh-card-visual{height:240px}}

/* V26.3 dedicated Vaillant overview */
.vaillant-brand-hero{padding:72px 0;background:#f2f4f3}.vaillant-brand-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:52px;align-items:center}.vaillant-brand-hero h1{font-size:clamp(44px,6vw,72px);line-height:1;margin:10px 0 24px}.vaillant-brand-lead{font-size:20px;line-height:1.65;max-width:720px}.vaillant-brand-summary{background:#202524;color:#fff;border-radius:18px;padding:32px}.vaillant-brand-summary small{color:#b7bdbb;font-weight:800;letter-spacing:.08em}.vaillant-brand-summary strong{display:block;font-size:30px;line-height:1.3;margin:12px 0}.vaillant-brand-summary p{line-height:1.65;margin-bottom:0}.vaillant-model-overview{padding:72px 0}.vaillant-spec-table-wrap{overflow-x:auto;margin:28px 0 38px}.vaillant-spec-table{width:100%;border-collapse:collapse;min-width:850px;background:#fff;border:1px solid #dde1df}.vaillant-spec-table th,.vaillant-spec-table td{text-align:left;padding:16px 14px;border-bottom:1px solid #e4e7e5;vertical-align:top}.vaillant-spec-table th{background:#202524;color:#fff;font-size:12px;letter-spacing:.04em}.vaillant-spec-table a{color:#111;text-decoration:none}.vaillant-spec-note{font-size:12px;color:#6d7471;margin-top:10px}.vaillant-model-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.vaillant-model-card{background:#fff;border:1px solid #dde1df;border-radius:18px;overflow:hidden;text-decoration:none;color:inherit}.vaillant-model-card-body{padding:22px}.vaillant-model-card small{font-weight:850;letter-spacing:.08em;color:#707774}.vaillant-model-card h3{font-size:29px;margin:8px 0 12px}.vaillant-model-card p{line-height:1.6}.vaillant-model-card b{display:block;color:#c71920;margin-top:20px}.vaillant-why{padding:72px 0;background:#f3f5f4}.vaillant-why aside{background:#202524;color:#fff;border-radius:18px;padding:30px}.vaillant-why aside small{color:#b7bdbb;font-weight:800}.vaillant-why aside strong{display:block;font-size:28px;margin:10px 0}
@media(max-width:850px){.vaillant-brand-hero-grid,.vaillant-model-grid{grid-template-columns:1fr}.vaillant-brand-summary{padding:26px}.vaillant-model-overview{padding:52px 0}}

/* V26.4 – volledige merkkaart betrouwbaar klikbaar op mobiel */
.v17-product-grid>a.v17-product-card-link{
  display:block;
  color:inherit;
  text-decoration:none;
  background:inherit;
  border-radius:inherit;
  overflow:hidden;
}
.v17-product-card-link .v17-product-body{color:inherit}
.v17-product-open{display:block;margin-top:18px;font-weight:800;color:#c71920}
.v17-product-card-link:focus-visible{outline:3px solid currentColor;outline-offset:3px}

/* V26.5 LG THERMA V R290 + merkpagina runtime fix */
.lg-wp-hero{padding:72px 0;background:#f2f4f3}.lg-wp-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:54px;align-items:center}.lg-wp-hero h1{font-size:clamp(44px,6vw,72px);line-height:1;margin:10px 0 24px}.lg-wp-lead{font-size:20px;line-height:1.65}.lg-r290-visual{min-height:410px;background:linear-gradient(145deg,#e5e8e7,#fff);border-radius:22px;display:flex;align-items:center;justify-content:center;position:relative}.lg-r290-visual>small{position:absolute;bottom:22px;font-weight:850;letter-spacing:.1em;color:#666}.lg-r290-unit{position:relative;width:82%;height:48%;background:linear-gradient(180deg,#696d6c,#454a49);border-radius:7px;box-shadow:0 24px 40px rgba(0,0,0,.22)}.lg-r290-unit:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent 0 8px,rgba(255,255,255,.035) 9px 10px)}.lg-r290-fan{position:absolute;width:36%;aspect-ratio:1;border:10px solid #282c2b;border-radius:50%;left:8%;top:50%;transform:translateY(-50%);background:repeating-radial-gradient(circle,#232726 0 5px,#4e5352 6px 8px);z-index:2}.lg-r290-logo{position:absolute;right:7%;top:18%;z-index:3;color:#fff;display:grid}.lg-r290-logo span{font-size:31px;font-weight:900}.lg-r290-logo b{font-size:15px;letter-spacing:.08em}.lg-wp-specstrip{background:#202524;color:#fff}.lg-wp-specstrip .site-wrap{display:grid;grid-template-columns:repeat(5,1fr)}.lg-wp-specstrip .site-wrap>div{padding:22px 15px;border-right:1px solid #3b4140}.lg-wp-specstrip small{display:block;color:#aeb5b2;font-size:10px;letter-spacing:.08em;margin-bottom:7px}.lg-wp-specstrip b{font-size:16px}.lg-wp-overview,.lg-wp-system,.lg-tech{padding:72px 0}.lg-spec-table-wrap{overflow-x:auto;margin-top:28px}.lg-spec-table{width:100%;border-collapse:collapse;min-width:820px;border:1px solid #dde1df}.lg-spec-table th,.lg-spec-table td{text-align:left;padding:15px;border-bottom:1px solid #e2e5e4}.lg-spec-table th{background:#202524;color:#fff;font-size:12px}.lg-spec-note{font-size:12px;color:#69706d;line-height:1.55}.lg-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:38px}.lg-feature-grid article{background:#f3f5f4;border-radius:15px;padding:24px}.lg-feature-grid small{font-weight:850;color:#6c7370}.lg-feature-grid strong{display:block;font-size:21px;margin:8px 0}.lg-feature-grid p{line-height:1.55;margin-bottom:0}.lg-wp-system{background:#f3f5f4}.lg-wp-system aside{background:#202524;color:#fff;border-radius:18px;padding:30px}.lg-wp-system aside small{color:#b7bdbb;font-weight:800}.lg-wp-system aside strong{display:block;font-size:27px;margin:10px 0}.lg-tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.lg-tech-grid>div{border:1px solid #dfe3e1;border-radius:13px;padding:20px}.lg-tech-grid small{display:block;color:#6b726f;margin-bottom:7px}.lg-tech-grid b{font-size:17px}
@media(max-width:850px){.lg-wp-hero-grid{grid-template-columns:1fr}.lg-wp-specstrip .site-wrap{grid-template-columns:1fr 1fr}.lg-feature-grid,.lg-tech-grid{grid-template-columns:1fr 1fr}.lg-r290-visual{min-height:320px}}@media(max-width:520px){.lg-feature-grid,.lg-tech-grid{grid-template-columns:1fr}}

/* V26.6 echte productfoto's uit Beheer > Producten */
.real-product-photo{width:100%;height:100%;object-fit:contain;display:block}
.wh-card-visual .real-product-photo,.vwp-card-visual .real-product-photo{padding:10px}
.hero-real-product-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:24px}
.lg-r290-visual .hero-real-product-photo{padding:28px 28px 52px}

/* V26.8 - echte Google reviewwidget + duidelijkere offerte CTA */
.google-review-widget{padding:76px 0;background:#fff;overflow:hidden}
.grw-head{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:end}
.grw-head h2{font-size:clamp(38px,5vw,62px);line-height:1.04;margin:8px 0 10px}
.grw-intro{max-width:680px;color:#666;line-height:1.6}
.grw-score{display:flex;align-items:center;gap:13px;padding:14px 20px;border:1px solid #e1e4e2;border-radius:999px;box-shadow:0 3px 10px rgba(0,0,0,.06);white-space:nowrap}
.grw-g,.grw-google{font-weight:900;font-size:25px;color:#4285f4}
.grw-score strong{font-size:25px}
.grw-stars,.grw-card-stars{color:#f5a623;letter-spacing:2px;font-size:21px}
.grw-count{color:#666;font-size:16px}
.grw-tools{display:flex;align-items:center;gap:22px;margin:28px 0 34px}
.grw-tools .btn-outline{border:2px solid #171717;border-radius:12px;padding:14px 22px;text-decoration:none;font-weight:800;color:#171717}
.grw-arrows{display:flex;gap:12px}
.grw-arrows button{width:52px;height:52px;border:1px solid #d9dddb;border-radius:50%;background:#fff;font-size:34px;line-height:1;cursor:pointer}
.grw-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 4px 14px;scrollbar-width:none}
.grw-track::-webkit-scrollbar{display:none}
.grw-card{flex:0 0 min(430px,86vw);scroll-snap-align:start;border:1px solid #e0e4e2;border-radius:20px;padding:25px;box-shadow:0 5px 20px rgba(0,0,0,.05);min-height:290px}
.grw-card-top{display:grid;grid-template-columns:52px 1fr auto;gap:13px;align-items:center}
.grw-avatar{width:52px;height:52px;border-radius:50%;background:#171717;color:#fff;display:grid;place-items:center;font-weight:900;font-size:22px}
.grw-card-top strong{display:block;font-size:18px;line-height:1.25}
.grw-card-top small{display:block;color:#777;margin-top:3px}
.grw-card-stars{margin:20px 0 15px}
.grw-card p{font-size:18px;line-height:1.65;color:#555;margin:0}
@media(max-width:760px){
 .google-review-widget{padding:54px 0}
 .grw-head{grid-template-columns:1fr;align-items:start}
 .grw-score{justify-self:start;max-width:100%;gap:9px;padding:12px 15px}
 .grw-score strong{font-size:21px}.grw-stars{font-size:17px}.grw-count{font-size:14px}
 .grw-tools{margin:22px 0 26px}
 .grw-card{min-height:320px}
}

/* V26.9 homepage nieuwe indeling */
.v269-home-services{padding:72px 0;background:#f5f6f5}
.v269-service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.v269-service-card{display:grid;grid-template-columns:46% 54%;background:#fff;border:1px solid #e1e4e2;border-radius:20px;overflow:hidden;text-decoration:none;color:inherit;min-height:290px;transition:transform .18s ease,box-shadow .18s ease}
.v269-service-card:hover{transform:translateY(-2px);box-shadow:0 14px 36px rgba(0,0,0,.08)}
.v269-service-photo{min-height:290px;background:#e8ebe9;overflow:hidden;display:grid;place-items:center;color:#757b78;font-weight:700;text-align:center;padding:20px}
.v269-service-photo img{width:100%;height:100%;object-fit:cover}
.v269-service-copy{padding:30px;display:flex;flex-direction:column;justify-content:center}
.v269-service-copy small{font-size:12px;font-weight:850;letter-spacing:.08em;color:#d5282f}
.v269-service-copy h3{font-size:31px;line-height:1.08;margin:8px 0 12px}
.v269-service-copy p{color:#656b68;line-height:1.6;margin:0 0 22px}
.v269-service-copy b{margin-top:auto;color:#171717}
.v269-certifications{padding:70px 0;background:#f5f6f5}
.v269-cert-logo-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:28px}
.v269-cert-logo{min-height:190px;background:#fff;border:1px solid #dde1df;border-radius:18px;display:grid;place-items:center;padding:28px;text-align:center;color:#737976;font-weight:750}
.v269-cert-logo img{max-width:100%;max-height:130px;object-fit:contain}
@media(max-width:850px){
 .v269-home-services{padding:54px 0}
 .v269-service-grid{grid-template-columns:1fr}
 .v269-service-card{grid-template-columns:1fr;min-height:0}
 .v269-service-photo{min-height:230px;height:230px;padding:0}
 .v269-service-copy{padding:25px}
}
@media(max-width:520px){
 .v269-cert-logo-grid{grid-template-columns:1fr}
 .v269-cert-logo{min-height:150px}
}

/* V26.9.2 beeldpositionering */
.v269-service-photo img{will-change:transform}
.image-editor-card{border:1px solid #dfe3e1;border-radius:14px;padding:18px;margin:18px 0;background:#fff}
.image-editor-card h3{margin:0 0 14px}
.image-editor-preview{width:min(100%,620px);aspect-ratio:16/9;background:#e9ecea;border-radius:12px;overflow:hidden;margin:14px 0 18px;position:relative}
.image-editor-preview img{width:100%;height:100%;object-fit:cover;display:block;will-change:transform}
.image-editor-controls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:end}
.image-editor-controls label{display:grid;gap:7px}.image-editor-controls input[type=range]{width:100%}.image-editor-controls output{font-weight:800}
@media(max-width:760px){.image-editor-controls{grid-template-columns:1fr}}


/* V27.1 — lokale airco landingpages */
.airco-local-page{background:#fff}
.airco-sales-hero{position:relative;overflow:hidden;color:#fff;min-height:650px}
.airco-sales-bg{position:absolute;inset:0;background-size:cover;background-position:center 42%;transform:scale(1.01)}
.airco-sales-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.56fr);gap:64px;align-items:center;padding-top:64px;padding-bottom:64px;min-height:650px}
.airco-sales-copy h1{font-size:clamp(46px,6vw,76px);max-width:760px;line-height:.96;letter-spacing:-.055em;margin:15px 0 24px}
.airco-hero-intro{font-size:19px;line-height:1.65;max-width:690px;color:#e4e7e8}
.airco-breadcrumb{color:#d7dbdd}.airco-breadcrumb a{color:#fff}.airco-breadcrumb span{opacity:.55}
.airco-hero-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:28px;max-width:650px}
.airco-hero-checks span{font-weight:800;font-size:14px}.airco-hero-checks span::first-letter{color:var(--yellow)}
.airco-local-badge{display:inline-flex;margin-top:24px;padding:10px 14px;border:1px solid #ffffff3a;border-radius:999px;background:#ffffff12;font-size:13px;font-weight:800}
.airco-quick-form{background:#fff;color:var(--ink);border-radius:22px;padding:29px;box-shadow:0 24px 80px #0005}
.airco-quick-form h2{font-size:30px;margin:6px 0 6px}.airco-quick-form>p:not(.eyebrow){font-size:14px;color:var(--muted);margin-bottom:20px}
.airco-quick-form form{display:grid;gap:11px}.airco-quick-form label{display:grid;gap:5px;font-size:12px;font-weight:800}
.airco-quick-form input{width:100%;border:1px solid var(--line);border-radius:8px;padding:12px 13px;background:#fff;font:inherit}
.airco-form-two{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.airco-photo-field{border:1px dashed #ccd1d3;border-radius:10px;padding:11px}.airco-photo-field input{border:0;padding:5px 0}.airco-photo-field small{color:var(--muted);font-weight:500}
.airco-quick-form .quick-consent{grid-template-columns:18px 1fr;align-items:start}.airco-quick-form .quick-consent input{width:auto;margin-top:2px}
.airco-quick-form .btn{width:100%;justify-content:center;margin-top:2px}

.airco-local-page>.google-review-widget{position:relative;z-index:3;margin-top:-24px;padding-top:0;background:transparent}
.airco-local-page>.google-review-widget>.site-wrap{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px 30px;box-shadow:0 14px 50px #1112}
.airco-local-page>.google-review-widget .grw-head{margin-bottom:18px}

.airco-solutions,.airco-brands-section,.airco-project-section,.airco-proof-section,.airco-install-photo,.airco-local-content{padding:86px 0}
.airco-section-head{max-width:780px;margin-bottom:34px}.airco-section-head.centered{text-align:center;margin-left:auto;margin-right:auto}
.airco-section-head h2{font-size:clamp(34px,4vw,50px);margin:7px 0 12px;letter-spacing:-.045em}.airco-section-head>p:last-child{color:var(--muted);font-size:17px}
.airco-solution-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.airco-solution-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 10px 34px #1111}
.airco-solution-card img{width:100%;height:220px;object-fit:cover;display:block}.airco-solution-card:nth-child(2) img{object-position:center 35%}
.airco-solution-card>div{padding:22px}.airco-solution-card span{font-size:10px;color:var(--red);font-weight:900;letter-spacing:.12em}.airco-solution-card h3{font-size:22px;margin:9px 0}.airco-solution-card p{font-size:14px;color:var(--muted);margin:0}

.airco-brands-section{background:#f7f7f5}
.airco-brand-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:1050px;margin:0 auto}
.airco-brand-grid article{background:#fff;border:1px solid var(--line);border-radius:20px;padding:34px}
.airco-brand-grid article.featured{background:var(--ink);color:#fff;border-color:var(--ink)}.airco-brand-grid small{font-weight:950;letter-spacing:.12em;color:var(--red)}
.airco-brand-grid .featured small{color:var(--yellow)}.airco-brand-grid h3{font-size:31px;margin:12px 0 20px}.airco-brand-grid ul{list-style:none;padding:0;margin:0 0 28px;display:grid;gap:10px}
.airco-brand-grid li:before{content:"✓";color:var(--red);font-weight:900;margin-right:9px}.airco-brand-grid .featured li:before{color:var(--yellow)}

.airco-project-section{background:#fff}.airco-project-section .project-grid{grid-template-columns:repeat(4,1fr)}
.airco-proof-section{background:#f7f7f5}
.airco-proof-grid{display:grid;grid-template-columns:.75fr .62fr 1.15fr;gap:18px;align-items:stretch}
.airco-why,.airco-process,.airco-bus-photo{border-radius:20px;overflow:hidden;background:#fff;border:1px solid var(--line)}
.airco-why,.airco-process{padding:31px}.airco-why h2,.airco-process h2{font-size:31px;margin:9px 0 22px}
.airco-why ul{list-style:none;padding:0;margin:0;display:grid;gap:11px}.airco-why li:before{content:"✓";color:var(--red);font-weight:900;margin-right:9px}
.airco-bus-photo{margin:0;display:flex;flex-direction:column}.airco-bus-photo img{width:100%;height:100%;min-height:420px;object-fit:cover;object-position:center;display:block}.airco-bus-photo figcaption{padding:12px 16px;font-size:12px;color:var(--muted)}
.airco-process ol{list-style:none;padding:0;margin:0 0 25px;display:grid;gap:10px}.airco-process li{display:grid;grid-template-columns:38px 1fr;gap:13px;align-items:start;padding:13px;border:1px solid var(--line);border-radius:12px}
.airco-process li>b{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:var(--yellow);font-size:11px}.airco-process strong,.airco-process span{display:block}.airco-process span{font-size:13px;color:var(--muted);margin-top:3px}
.airco-process .btn{width:100%;justify-content:center}

.airco-install-photo-grid{display:grid;grid-template-columns:1fr .85fr;gap:60px;align-items:center}.airco-install-photo img{width:100%;height:510px;object-fit:cover;border-radius:22px}.airco-install-photo h2{font-size:45px;letter-spacing:-.045em;margin:10px 0}.airco-install-photo p:not(.eyebrow){font-size:17px;color:var(--muted);line-height:1.7}
.airco-local-content{border-top:1px solid var(--line)}.airco-final-cta{margin-top:0}

@media(max-width:1050px){
 .airco-sales-grid{grid-template-columns:1fr .72fr;gap:30px}
 .airco-solution-grid,.airco-project-section .project-grid{grid-template-columns:repeat(2,1fr)}
 .airco-proof-grid{grid-template-columns:1fr 1fr}.airco-process{grid-column:1/-1}
}
@media(max-width:760px){
 .airco-sales-hero{min-height:0}.airco-sales-grid{grid-template-columns:1fr;padding-top:48px;padding-bottom:44px;min-height:0}
 .airco-sales-bg{background-position:36% center}
 .airco-sales-copy h1{font-size:47px}.airco-hero-checks{grid-template-columns:1fr}
 .airco-quick-form{padding:22px}.airco-form-two{grid-template-columns:1fr}
 .airco-local-page>.google-review-widget{margin-top:0;padding-top:42px}.airco-local-page>.google-review-widget>.site-wrap{border-radius:0;border-left:0;border-right:0;box-shadow:none}
 .airco-solutions,.airco-brands-section,.airco-project-section,.airco-proof-section,.airco-install-photo,.airco-local-content{padding:62px 0}
 .airco-solution-grid,.airco-brand-grid,.airco-project-section .project-grid,.airco-proof-grid,.airco-install-photo-grid{grid-template-columns:1fr}
 .airco-solution-card img{height:245px}.airco-bus-photo img{min-height:0;height:420px}
 .airco-install-photo img{height:390px}.airco-install-photo h2{font-size:36px}
 .airco-process{grid-column:auto}
}


/* V27.1.1 — echte productfoto's in LG / Tosot blokken */
.airco-brand-grid-products .airco-brand-product{
 display:grid;
 grid-template-columns:minmax(0,.95fr) minmax(240px,1.05fr);
 align-items:center;
 gap:28px;
 overflow:hidden;
}
.airco-brand-product-copy{position:relative;z-index:2}
.airco-brand-product-image{margin:0;min-height:250px;display:flex;align-items:center;justify-content:center}
.airco-brand-product-image img{
 width:100%;
 max-width:420px;
 height:220px;
 object-fit:contain;
 display:block;
 filter:drop-shadow(0 16px 24px rgba(15,20,24,.10));
}
.airco-brand-product.featured .airco-brand-product-image{
 background:#fff;
 border-radius:16px;
 padding:18px;
}
.airco-brand-product.featured .airco-brand-product-image img{filter:none}
@media(max-width:900px){
 .airco-brand-grid-products .airco-brand-product{grid-template-columns:1fr}
 .airco-brand-product-image{min-height:180px}
 .airco-brand-product-image img{height:180px;max-width:360px}
}


/* =========================================================
   V27.2 — AIRCO LANDINGPAGES FINAL
   requested visual: compact, commercial, photo-led, tablet-safe
   ========================================================= */
.airco-local-page{--airco-red:#d51f26;--airco-dark:#161b1f;--airco-soft:#f7f7f5}
.airco-local-page .site-wrap{max-width:1240px}

.airco-sales-hero{min-height:610px;background:#111}
.airco-sales-grid{grid-template-columns:minmax(0,1fr) minmax(340px,430px);gap:54px;min-height:610px;padding-top:54px;padding-bottom:54px}
.airco-sales-copy h1{font-size:clamp(48px,5.2vw,70px);max-width:690px;margin-top:12px;margin-bottom:22px}
.airco-hero-intro{font-size:18px;max-width:620px}
.airco-hero-checks{grid-template-columns:1fr;max-width:430px;gap:9px}
.airco-hero-checks span{display:flex;align-items:center;gap:9px}
.airco-hero-checks span:before{content:"✓";width:22px;height:22px;border-radius:50%;background:var(--airco-red);color:#fff;display:grid;place-items:center;font-size:12px;flex:0 0 22px}
.airco-quick-form{border-radius:18px;padding:25px}
.airco-quick-form h2{font-size:27px}
.airco-quick-form input{padding:11px 12px}

.airco-local-page>.google-review-widget{margin-top:-34px}
.airco-local-page>.google-review-widget>.site-wrap{border-radius:16px;padding:22px 26px;box-shadow:0 12px 40px rgba(0,0,0,.12)}

.airco-solutions{padding:72px 0 58px}
.airco-section-head{margin-bottom:28px}
.airco-section-head h2{font-size:clamp(31px,3.5vw,44px)}
.airco-solution-grid{gap:14px}
.airco-solution-card{border-radius:14px;box-shadow:0 6px 18px rgba(0,0,0,.08)}
.airco-solution-card img{height:195px}
.airco-solution-card>div{padding:18px}
.airco-solution-card h3{font-size:19px}
.airco-solution-card p{font-size:13px;line-height:1.55}

.airco-brands-section{padding:24px 0 66px;background:#fff}
.airco-brands-section .airco-section-head{margin-bottom:24px}
.airco-brand-stack{display:grid;gap:16px}
.airco-brand-band{
 display:grid;
 grid-template-columns:minmax(300px,.72fr) minmax(420px,1.28fr);
 gap:34px;
 align-items:center;
 min-height:250px;
 border:1px solid var(--line);
 border-radius:16px;
 overflow:hidden;
 padding:28px 34px;
}
.airco-brand-band.lg-band{background:linear-gradient(90deg,#fff 0%,#fff 45%,#fbf7f4 100%)}
.airco-brand-band.tosot-band{background:linear-gradient(100deg,#151a1e 0%,#242b30 100%);color:#fff;border-color:#151a1e}
.airco-brand-band-copy{min-width:0}
.airco-brand-name{font-size:23px;line-height:1;font-weight:950;letter-spacing:.04em;color:#b71335;margin-bottom:10px}
.tosot-band .airco-brand-name{color:#e62229}
.airco-brand-band h3{font-size:28px;margin:0 0 15px;letter-spacing:-.035em}
.airco-brand-band ul{list-style:none;padding:0;margin:0 0 18px;display:grid;gap:7px}
.airco-brand-band li{font-size:14px}
.airco-brand-band li:before{content:"✓";font-weight:900;color:var(--airco-red);margin-right:9px}
.tosot-band li:before{color:#f3c516}
.airco-brand-band-image{margin:0;height:220px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.airco-brand-band-image img{width:100%;height:100%;max-width:620px;object-fit:contain;display:block}
.tosot-band .airco-brand-band-image{background:#fff;border-radius:14px;padding:14px 20px}
.tosot-band .airco-brand-band-image img{max-width:570px}
.airco-brand-band .btn{width:auto;min-width:155px;justify-content:center}

.airco-project-section{padding:54px 0 60px}
.airco-project-section .project-grid{gap:14px}
.airco-project-section .project-card{border-radius:14px;overflow:hidden}
.airco-project-section .project-card img{height:165px;object-fit:cover}

.airco-proof-section{padding:34px 0 64px}
.airco-proof-grid{grid-template-columns:.8fr .7fr 1.5fr;gap:16px}
.airco-why,.airco-process,.airco-bus-photo{border-radius:16px}
.airco-why,.airco-process{padding:24px}
.airco-why h2,.airco-process h2{font-size:26px;margin-bottom:16px}
.airco-why li{font-size:14px}
.airco-bus-photo img{min-height:345px;max-height:420px}
.airco-process ol{grid-template-columns:1fr 1fr;gap:9px}
.airco-process li{padding:10px}
.airco-process li>b{width:30px;height:30px}
.airco-process .btn{margin-top:5px}

.airco-install-photo{padding:58px 0}
.airco-install-photo-grid{gap:44px}
.airco-install-photo img{height:430px;border-radius:16px}
.airco-install-photo h2{font-size:38px}

.airco-local-content{padding:64px 0}
.local-faq-section{padding-top:64px;padding-bottom:64px}
.local-links{padding-top:58px;padding-bottom:58px}

@media(max-width:1100px){
 .airco-sales-grid{grid-template-columns:minmax(0,1fr) minmax(320px,390px);gap:34px}
 .airco-brand-band{grid-template-columns:minmax(260px,.78fr) minmax(300px,1.22fr);gap:24px;padding:25px}
 .airco-brand-band h3{font-size:25px}
 .airco-brand-band-image{height:195px}
 .airco-proof-grid{grid-template-columns:1fr 1fr}
 .airco-process{grid-column:1/-1}
}

@media(max-width:900px){
 .airco-sales-grid{grid-template-columns:1fr;max-width:760px;margin:0 auto}
 .airco-sales-copy{padding-right:60px}
 .airco-quick-form{max-width:650px}
 .airco-local-page>.google-review-widget{margin-top:0;padding-top:34px}
 .airco-solution-grid{grid-template-columns:repeat(2,1fr)}
 .airco-brand-stack{gap:14px}
 .airco-brand-band{
   grid-template-columns:minmax(230px,.72fr) minmax(280px,1.28fr);
   width:100%;
   min-height:230px;
   padding:24px 26px;
 }
 .airco-brand-band-image{height:185px}
 .airco-brand-band h3{font-size:24px}
 .airco-brand-band li{font-size:13px}
 .airco-project-section .project-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:700px){
 .airco-sales-copy{padding-right:0}
 .airco-sales-copy h1{font-size:44px}
 .airco-solution-grid{grid-template-columns:1fr}
 .airco-brand-band{
   grid-template-columns:1fr;
   gap:18px;
   padding:22px;
   min-height:0;
 }
 .airco-brand-band-image{
   order:-1;
   height:165px;
   background:#fff;
   border-radius:12px;
   padding:10px;
 }
 .lg-band .airco-brand-band-image{background:#fafafa}
 .airco-brand-band-copy{text-align:left}
 .airco-brand-band h3{font-size:24px}
 .airco-brand-band .btn{width:100%}
 .airco-project-section .project-grid{grid-template-columns:1fr}
 .airco-proof-grid{grid-template-columns:1fr}
 .airco-process{grid-column:auto}
 .airco-process ol{grid-template-columns:1fr}
}


/* =========================================================
   V28.0 — LOKALE CV-KETEL LANDINGPAGES
   ========================================================= */
.cv-local-page{--cv-red:#d51f26;--cv-dark:#151a1e;--cv-soft:#f7f7f5;background:#fff}
.cv-local-page .site-wrap{max-width:1240px}

.cv-sales-hero{position:relative;overflow:hidden;color:#fff;min-height:610px;background:#111}
.cv-sales-bg{position:absolute;inset:0;background-size:cover;background-position:center 42%;transform:scale(1.01)}
.cv-sales-bg-fallback{background:radial-gradient(circle at 72% 42%,#343b40 0,#1b2024 35%,#0f1214 72%)}
.cv-sales-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,430px);gap:54px;align-items:center;min-height:610px;padding-top:54px;padding-bottom:54px}
.cv-sales-copy h1{font-size:clamp(48px,5.2vw,70px);max-width:700px;line-height:.98;letter-spacing:-.055em;margin:12px 0 22px}
.cv-hero-intro{font-size:18px;line-height:1.65;max-width:650px;color:#e5e7e8}
.cv-breadcrumb{color:#d7dbdd}.cv-breadcrumb a{color:#fff}.cv-breadcrumb span{opacity:.55}
.cv-hero-checks{display:grid;gap:9px;margin-top:25px;max-width:510px}
.cv-hero-checks span{display:flex;align-items:center;gap:9px;font-weight:800;font-size:14px}
.cv-hero-checks span:before{content:"✓";width:22px;height:22px;border-radius:50%;background:var(--cv-red);color:#fff;display:grid;place-items:center;font-size:12px;flex:0 0 22px}
.cv-local-badge{display:inline-flex;margin-top:22px;padding:10px 14px;border:1px solid #ffffff3a;border-radius:999px;background:#ffffff12;font-size:13px;font-weight:800}

.cv-quick-form{background:#fff;color:var(--ink);border-radius:18px;padding:25px;box-shadow:0 24px 80px #0005}
.cv-quick-form h2{font-size:27px;margin:6px 0}.cv-quick-form>p:not(.eyebrow){font-size:14px;color:var(--muted);margin-bottom:18px}
.cv-quick-form form{display:grid;gap:10px}.cv-quick-form label{display:grid;gap:5px;font-size:12px;font-weight:800}
.cv-quick-form input,.cv-quick-form select{width:100%;border:1px solid var(--line);border-radius:8px;padding:11px 12px;background:#fff;font:inherit}
.cv-form-two{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.cv-photo-field{border:1px dashed #ccd1d3;border-radius:10px;padding:10px}.cv-photo-field input{border:0;padding:5px 0}.cv-photo-field small{color:var(--muted);font-weight:500}
.cv-quick-form .quick-consent{grid-template-columns:18px 1fr;align-items:start}.cv-quick-form .quick-consent input{width:auto;margin-top:2px}
.cv-quick-form .btn{width:100%;justify-content:center}

.cv-local-page>.google-review-widget{position:relative;z-index:3;margin-top:-34px;padding-top:0;background:transparent}
.cv-local-page>.google-review-widget>.site-wrap{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px 26px;box-shadow:0 12px 40px rgba(0,0,0,.12)}

.cv-choice-section,.cv-vaillant-section,.cv-project-section,.cv-proof-section,.cv-local-content{padding:72px 0}
.cv-section-head{max-width:800px;margin-bottom:28px}.cv-section-head.centered{text-align:center;margin-left:auto;margin-right:auto}
.cv-section-head h2{font-size:clamp(31px,3.5vw,44px);margin:7px 0 10px;letter-spacing:-.045em}.cv-section-head>p:last-child{color:var(--muted);font-size:16px;line-height:1.65}

.cv-choice-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.cv-choice-grid article{border:1px solid var(--line);border-radius:14px;padding:23px;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.07)}
.cv-choice-number{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--cv-dark);color:#fff;font-size:11px;font-weight:900;margin-bottom:18px}
.cv-choice-grid h3{font-size:27px;margin:0 0 5px}.cv-choice-grid strong{display:block;font-size:14px;margin-bottom:8px}.cv-choice-grid p{font-size:13px;line-height:1.55;color:var(--muted);margin:0}

.cv-vaillant-section{background:#f7f7f5}
.cv-product-stack{display:grid;gap:16px}
.cv-product-band{display:grid;grid-template-columns:minmax(320px,.75fr) minmax(420px,1.25fr);gap:34px;align-items:center;min-height:260px;border:1px solid var(--line);border-radius:16px;overflow:hidden;padding:28px 34px;background:#fff}
.cv-product-band.plus{background:linear-gradient(100deg,#151a1e 0%,#252c31 100%);color:#fff;border-color:#151a1e}
.cv-product-copy{min-width:0}.cv-product-brand{font-size:13px;font-weight:950;letter-spacing:.13em;color:#0671b9;margin-bottom:8px}.cv-product-band.plus .cv-product-brand{color:#78c4f3}
.cv-product-band h3{font-size:30px;margin:0 0 8px;letter-spacing:-.035em}.cv-product-band p{margin:0 0 15px;color:var(--muted)}.cv-product-band.plus p{color:#d2d7d9}
.cv-product-band ul{list-style:none;padding:0;margin:0 0 18px;display:grid;gap:7px}.cv-product-band li{font-size:14px}.cv-product-band li:before{content:"✓";font-weight:900;color:var(--cv-red);margin-right:9px}.cv-product-band.plus li:before{color:#f3c516}
.cv-product-band figure{margin:0;height:225px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:14px;padding:12px 20px}
.cv-product-band figure img{width:100%;height:100%;max-width:570px;object-fit:contain;display:block}
.cv-product-band .btn{width:auto;min-width:175px;justify-content:center}

.cv-project-section{background:#fff;padding-top:58px;padding-bottom:60px}.cv-project-section .project-grid{grid-template-columns:repeat(4,1fr);gap:14px}
.cv-proof-section{background:#f7f7f5;padding-top:44px;padding-bottom:64px}
.cv-proof-grid{display:grid;grid-template-columns:.8fr 1.5fr;gap:16px}
.cv-why,.cv-process{border-radius:16px;background:#fff;border:1px solid var(--line);padding:25px}
.cv-why h2,.cv-process h2{font-size:28px;margin:8px 0 18px}.cv-why ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.cv-why li{font-size:14px}.cv-why li:before{content:"✓";color:var(--cv-red);font-weight:900;margin-right:9px}
.cv-process ol{list-style:none;padding:0;margin:0 0 22px;display:grid;grid-template-columns:1fr 1fr;gap:9px}
.cv-process li{display:grid;grid-template-columns:36px 1fr;gap:11px;align-items:start;padding:11px;border:1px solid var(--line);border-radius:11px}.cv-process li>b{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:var(--cv-dark);color:#f3c516;font-size:10px}.cv-process strong,.cv-process span{display:block}.cv-process span{font-size:12px;color:var(--muted);margin-top:3px}.cv-process .btn{width:100%;justify-content:center}

.cv-local-content{border-top:1px solid var(--line)}.cv-final-cta{margin-top:0}

@media(max-width:1050px){
 .cv-sales-grid{grid-template-columns:minmax(0,1fr) minmax(320px,390px);gap:34px}
 .cv-choice-grid{grid-template-columns:repeat(2,1fr)}
 .cv-product-band{grid-template-columns:minmax(260px,.78fr) minmax(300px,1.22fr);gap:24px;padding:25px}
 .cv-product-band figure{height:195px}
 .cv-project-section .project-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
 .cv-sales-grid{grid-template-columns:1fr;max-width:760px;margin:0 auto}
 .cv-sales-copy{padding-right:60px}.cv-quick-form{max-width:650px}
 .cv-local-page>.google-review-widget{margin-top:0;padding-top:34px}
 .cv-product-band{grid-template-columns:minmax(230px,.72fr) minmax(280px,1.28fr);width:100%;min-height:230px;padding:24px 26px}
 .cv-product-band figure{height:185px}
 .cv-proof-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
 .cv-sales-copy{padding-right:0}.cv-sales-copy h1{font-size:44px}.cv-form-two{grid-template-columns:1fr}
 .cv-choice-grid{grid-template-columns:1fr}
 .cv-product-band{grid-template-columns:1fr;gap:18px;padding:22px;min-height:0}
 .cv-product-band figure{order:-1;height:175px;background:#fff;border-radius:12px;padding:10px}
 .cv-product-band .btn{width:100%}
 .cv-project-section .project-grid{grid-template-columns:1fr}
 .cv-process ol{grid-template-columns:1fr}
}


/* V28.1 — echte CV-foto's en thermostat visual */
.cv-sales-bg{background-position:center 47%}

.cv-photo-choice-grid article{
 padding:0;
 overflow:hidden;
 display:block;
}
.cv-photo-choice-grid article>img{
 width:100%;
 height:185px;
 object-fit:cover;
 display:block;
}
.cv-photo-choice-grid article:nth-child(1)>img{object-position:center 44%}
.cv-photo-choice-grid article:nth-child(2)>img{object-position:center 52%}
.cv-photo-choice-grid article:nth-child(3)>img{object-position:center center}
.cv-photo-choice-grid article:nth-child(4)>img{object-position:center 48%}
.cv-choice-body{padding:20px 22px 23px}
.cv-photo-choice-grid .cv-choice-number{margin-top:-37px;position:relative;z-index:2;border:5px solid #fff;width:44px;height:44px;background:#fff;color:var(--cv-red);box-shadow:0 4px 12px rgba(0,0,0,.10)}
.cv-photo-choice-grid h3{font-size:20px;margin-top:10px}

.cv-practice-section{padding:72px 0;background:#fff;border-top:1px solid var(--line)}
.cv-practice-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.cv-practice-grid figure{margin:0;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff}
.cv-practice-grid img{width:100%;height:470px;object-fit:cover;display:block}
.cv-practice-grid figure:first-child img{object-position:center 48%}
.cv-practice-grid figure:last-child img{object-position:center 44%}
.cv-practice-grid figcaption{padding:14px 17px;font-size:13px;color:var(--muted);font-weight:700}

@media(max-width:1050px){
 .cv-photo-choice-grid article>img{height:210px}
}
@media(max-width:700px){
 .cv-photo-choice-grid article>img{height:220px}
 .cv-practice-grid{grid-template-columns:1fr}
 .cv-practice-grid img{height:420px}
}


/* V29.0 — warmtepomp offertepagina's */
.wp-local-page{--wp-red:#d51f26;--wp-dark:#151a1e;background:#fff}
.wp-local-page .site-wrap{max-width:1240px}
.wp-sales-hero{position:relative;overflow:hidden;color:#fff;min-height:620px;background:#111}
.wp-sales-bg{position:absolute;inset:0;background-size:cover;background-position:center 48%;transform:scale(1.01)}
.wp-sales-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,430px);gap:54px;align-items:center;min-height:620px;padding:54px 0}
.wp-sales-copy h1{font-size:clamp(48px,5.2vw,70px);max-width:700px;line-height:.98;letter-spacing:-.055em;margin:12px 0 22px}
.wp-hero-intro{font-size:18px;line-height:1.65;max-width:650px;color:#e5e7e8}.wp-breadcrumb a{color:#fff}.wp-breadcrumb span{opacity:.55}
.wp-hero-checks{display:grid;gap:9px;margin-top:25px}.wp-hero-checks span{display:flex;gap:9px;align-items:center;font-weight:800;font-size:14px}.wp-hero-checks span:before{content:"✓";width:22px;height:22px;border-radius:50%;background:var(--wp-red);color:#fff;display:grid;place-items:center;flex:0 0 22px;font-size:12px}
.wp-local-badge{display:inline-flex;margin-top:22px;padding:10px 14px;border:1px solid #ffffff3a;border-radius:999px;background:#ffffff12;font-size:13px;font-weight:800}
.wp-quick-form{background:#fff;color:var(--ink);border-radius:18px;padding:25px;box-shadow:0 24px 80px #0005}.wp-quick-form h2{font-size:27px;margin:6px 0}.wp-quick-form>p:not(.eyebrow){font-size:14px;color:var(--muted);margin-bottom:18px}.wp-quick-form form{display:grid;gap:10px}.wp-quick-form label{display:grid;gap:5px;font-size:12px;font-weight:800}.wp-quick-form input,.wp-quick-form select{width:100%;border:1px solid var(--line);border-radius:8px;padding:11px 12px;background:#fff;font:inherit}.wp-form-two{display:grid;grid-template-columns:1fr 1fr;gap:9px}.wp-photo-field{border:1px dashed #ccd1d3;border-radius:10px;padding:10px}.wp-photo-field input{border:0;padding:5px 0}.wp-photo-field small{color:var(--muted);font-weight:500}.wp-quick-form .quick-consent{grid-template-columns:18px 1fr}.wp-quick-form .quick-consent input{width:auto}.wp-quick-form .btn{width:100%;justify-content:center}
.wp-local-page>.google-review-widget{position:relative;z-index:3;margin-top:-34px;padding-top:0;background:transparent}.wp-local-page>.google-review-widget>.site-wrap{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px 26px;box-shadow:0 12px 40px rgba(0,0,0,.12)}

.wp-choice-section,.wp-brands-section,.wp-complete-section,.wp-project-section,.wp-proof-section,.wp-local-content{padding:72px 0}
.wp-section-head{max-width:800px;margin-bottom:28px}.wp-section-head.centered{text-align:center;margin-left:auto;margin-right:auto}.wp-section-head h2{font-size:clamp(31px,3.5vw,44px);margin:7px 0 10px;letter-spacing:-.045em}.wp-section-head>p:last-child{color:var(--muted);font-size:16px;line-height:1.65}
.wp-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.wp-choice-grid article{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.07)}.wp-choice-grid img{width:100%;height:330px;object-fit:cover;display:block}.wp-choice-grid article:first-child img{object-position:center 45%}.wp-choice-grid>article>div{padding:25px}.wp-choice-grid span{font-size:11px;color:var(--wp-red);font-weight:900;letter-spacing:.12em}.wp-choice-grid h3{font-size:29px;margin:8px 0 10px}.wp-choice-grid p{color:var(--muted);line-height:1.65}.wp-choice-grid a{font-weight:900;color:var(--wp-red)}

.wp-brands-section{background:#f7f7f5}.wp-brand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.wp-brand-grid article{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}.wp-brand-grid img{width:100%;height:260px;object-fit:cover;display:block}.wp-brand-grid article:nth-child(3) img{object-position:center 48%}.wp-brand-grid article>div{padding:23px}.wp-brand-grid small{font-weight:950;letter-spacing:.12em;color:var(--wp-red)}.wp-brand-grid h3{font-size:24px;margin:8px 0}.wp-brand-grid p{font-size:14px;color:var(--muted);line-height:1.6;min-height:68px}

.wp-complete-grid{display:grid;grid-template-columns:1fr .9fr;gap:55px;align-items:center}.wp-complete-grid>img{width:100%;height:520px;object-fit:cover;border-radius:18px}.wp-complete-grid h2{font-size:42px;margin:8px 0 14px}.wp-complete-grid p{font-size:17px;color:var(--muted);line-height:1.7}.wp-complete-checks{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0}.wp-complete-checks span{font-weight:800}.wp-complete-checks span:before{content:"✓";color:var(--wp-red);margin-right:8px}
.wp-project-section{background:#fff}.wp-project-section .project-grid{grid-template-columns:repeat(4,1fr);gap:14px}
.wp-proof-section{background:#f7f7f5}.wp-proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.wp-proof-grid article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px}.wp-proof-grid h2{font-size:30px;margin:8px 0 16px}.wp-proof-grid ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.wp-proof-grid li:before{content:"✓";color:var(--wp-red);font-weight:900;margin-right:9px}.wp-proof-grid p:not(.eyebrow){color:var(--muted);line-height:1.7}
.wp-local-content{border-top:1px solid var(--line)}

@media(max-width:1000px){
 .wp-sales-grid{grid-template-columns:1fr;max-width:760px;margin:0 auto}.wp-local-page>.google-review-widget{margin-top:0;padding-top:34px}
 .wp-brand-grid{grid-template-columns:1fr}.wp-brand-grid article{display:grid;grid-template-columns:1fr 1fr}.wp-brand-grid img{height:100%;min-height:260px}
 .wp-complete-grid{grid-template-columns:1fr}.wp-complete-grid>img{height:430px}
 .wp-project-section .project-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
 .wp-sales-copy h1{font-size:44px}.wp-form-two{grid-template-columns:1fr}.wp-choice-grid{grid-template-columns:1fr}.wp-choice-grid img{height:270px}
 .wp-brand-grid article{grid-template-columns:1fr}.wp-brand-grid img{height:240px;min-height:0}.wp-brand-grid p{min-height:0}
 .wp-complete-grid>img{height:360px}.wp-complete-checks{grid-template-columns:1fr}
 .wp-project-section .project-grid,.wp-proof-grid{grid-template-columns:1fr}
}


/* V30.0 — Onderhoud */
.maintenance-v30{--mred:#d51f26}.maint-hero{position:relative;overflow:hidden;background:#101417;color:#fff;min-height:600px}.maint-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center 48%}.maint-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 410px;gap:55px;align-items:center;min-height:600px;padding:58px 0}.maint-hero-copy h1{font-size:clamp(49px,5.4vw,72px);line-height:.98;letter-spacing:-.055em;margin:10px 0 22px}.maint-hero-copy>p:not(.eyebrow){max-width:650px;font-size:18px;line-height:1.65;color:#e6e8e9}.maint-checks{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}.maint-checks span{border:1px solid #ffffff35;background:#ffffff12;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:800}.maint-selector{background:#fff;color:var(--ink);border-radius:17px;padding:24px;box-shadow:0 22px 70px #0006}.maint-selector h2{font-size:29px;margin:6px 0 15px}.maint-selector>a{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;padding:13px 4px;border-top:1px solid var(--line);color:var(--ink)}.maint-selector>a span{width:43px;height:43px;border-radius:9px;background:#f5f5f3;display:grid;place-items:center;font-size:10px;font-weight:950;color:var(--mred)}.maint-selector>a strong{font-size:15px}.maint-selector>a b{color:var(--mred)}
.maintenance-v30>.google-review-widget{position:relative;z-index:3;margin-top:-30px;padding-top:0;background:transparent}.maintenance-v30>.google-review-widget>.site-wrap{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px 26px;box-shadow:0 12px 38px #0002}
.maint-types,.maint-practice,.maint-dirty,.maint-form-section,.maint-area{padding:74px 0}.maint-head{max-width:790px;margin-bottom:30px}.maint-head h2{font-size:clamp(32px,3.5vw,44px);margin:7px 0 10px}.maint-head>p:last-child{color:var(--muted);line-height:1.7}.maint-type-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.maint-type-grid article{display:grid;grid-template-columns:220px 1fr;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 5px 16px #0000000d}.maint-type-grid img{width:100%;height:100%;min-height:260px;object-fit:cover}.maint-type-grid article>div{padding:24px}.maint-type-grid small{color:var(--mred);font-weight:950;letter-spacing:.12em}.maint-type-grid h3{font-size:25px;margin:8px 0}.maint-type-grid p{color:var(--muted);line-height:1.65;font-size:14px}.maint-type-grid a{color:var(--mred);font-weight:900}
.maint-practice{background:#f7f7f5}.maint-practice-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:50px;align-items:center}.maint-practice-copy h2,.maint-dirty h2,.maint-form-section h2{font-size:clamp(32px,3.5vw,43px);margin:7px 0 14px}.maint-practice-copy>p:not(.eyebrow),.maint-dirty p,.maint-form-section p{color:var(--muted);line-height:1.7}.maint-practice-copy ul{list-style:none;padding:0;display:grid;gap:10px;margin-top:22px}.maint-practice-copy li:before{content:"✓";color:var(--mred);font-weight:950;margin-right:9px}.maint-practice-images{display:grid;grid-template-columns:1fr 1fr;gap:12px}.maint-practice-images figure{margin:0;border-radius:14px;overflow:hidden;background:#fff}.maint-practice-images img{width:100%;height:380px;object-fit:cover}.maint-practice-images figcaption{padding:12px 15px;font-size:13px;font-weight:900}
.maint-dirty-grid{display:grid;grid-template-columns:1fr .9fr;gap:55px;align-items:center}.maint-dirty-grid>img{width:100%;height:480px;object-fit:cover;border-radius:17px}.maint-form-section{background:#f7f7f5}.maint-form-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:55px;align-items:start}.maint-contact-card{display:grid;gap:5px;margin-top:25px;padding:18px;border-left:4px solid var(--mred);background:#fff}.maint-contact-card a{font-size:24px;font-weight:950;color:var(--ink)}.maint-contact-card span{font-size:13px;color:var(--muted)}.maint-form{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px;display:grid;gap:12px}.maint-form label{display:grid;gap:5px;font-size:12px;font-weight:850}.maint-form input,.maint-form select,.maint-form textarea{width:100%;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fff;font:inherit}.maint-form-two{display:grid;grid-template-columns:1fr 1fr;gap:11px}.maint-upload{border:1px dashed #cbd0d2;border-radius:10px;padding:11px}.maint-upload input{border:0;padding:5px 0}.maint-upload small{color:var(--muted);font-weight:500}.maint-form .quick-consent{grid-template-columns:18px 1fr}.maint-form .quick-consent input{width:auto}.maint-form .btn{justify-content:center}.maint-area>.site-wrap{display:flex;align-items:center;justify-content:space-between;gap:30px}.maint-area h2{font-size:34px;margin:6px 0}.maint-area p{max-width:800px;color:var(--muted);line-height:1.7}
@media(max-width:1000px){.maint-hero-grid{grid-template-columns:1fr;max-width:760px}.maintenance-v30>.google-review-widget{margin-top:0;padding-top:30px}.maint-type-grid{grid-template-columns:1fr}.maint-practice-grid,.maint-dirty-grid,.maint-form-grid{grid-template-columns:1fr}}
@media(max-width:650px){.maint-hero-copy h1{font-size:44px}.maint-type-grid article{grid-template-columns:1fr}.maint-type-grid img{height:245px;min-height:0}.maint-practice-images{grid-template-columns:1fr}.maint-practice-images img{height:300px}.maint-dirty-grid>img{height:330px}.maint-form-two{grid-template-columns:1fr}.maint-area>.site-wrap{display:block}.maint-area .btn{margin-top:18px}}

/* V30.1 local maintenance */
.ml-hero{position:relative;overflow:hidden;background:#101417;color:#fff;min-height:560px}.ml-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}.ml-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 390px;gap:55px;align-items:center;min-height:560px;padding:55px 0}.ml-hero h1{font-size:clamp(45px,5vw,66px);line-height:1;letter-spacing:-.05em;margin:10px 0 20px}.ml-hero-grid>div>p:not(.eyebrow){max-width:670px;color:#e5e7e8;font-size:18px;line-height:1.65}.ml-checks{display:flex;flex-wrap:wrap;gap:9px;margin:23px 0}.ml-checks span{padding:8px 12px;border:1px solid #ffffff35;border-radius:999px;background:#ffffff12;font-size:13px;font-weight:850}.ml-quick{background:#fff;color:var(--ink);border-radius:16px;padding:25px;box-shadow:0 22px 65px #0005}.ml-quick h2{font-size:28px;margin:7px 0}.ml-quick p{color:var(--muted);line-height:1.6}.ml-quick .btn{width:100%;justify-content:center;margin:10px 0}.ml-quick small{display:block;color:var(--muted)}.maintenance-local-v301>.google-review-widget{position:relative;z-index:3;margin-top:-28px;padding-top:0;background:transparent}.maintenance-local-v301>.google-review-widget>.site-wrap{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px 26px;box-shadow:0 12px 38px #0002}.ml-content,.ml-local,.ml-form-section{padding:72px 0}.ml-content-grid{display:grid;grid-template-columns:1fr .8fr;gap:55px;align-items:center}.ml-content h2,.ml-form-section h2{font-size:clamp(31px,3.4vw,43px);margin:7px 0 15px}.ml-content article>p:not(.eyebrow){color:var(--muted);line-height:1.7}.ml-content-grid>img{width:100%;height:460px;object-fit:cover;border-radius:17px}.ml-points{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}.ml-points span{font-weight:800}.ml-points span:before{content:"✓";color:#d51f26;margin-right:8px}.ml-local{background:#f7f7f5}.ml-form-section{background:#fff}.ml-form-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:55px;align-items:start}.ml-form-grid>div>p:not(.eyebrow){color:var(--muted);line-height:1.7}
@media(max-width:900px){.ml-hero-grid,.ml-content-grid,.ml-form-grid{grid-template-columns:1fr}.maintenance-local-v301>.google-review-widget{margin-top:0;padding-top:28px}.ml-hero-grid{max-width:760px}.ml-content-grid>img{height:390px}}
@media(max-width:600px){.ml-hero h1{font-size:42px}.ml-points{grid-template-columns:1fr}.ml-content-grid>img{height:300px}}

/* V31.3 centrale interne linking */
.seo-smart-links{padding:42px 0;background:#f4f5f3;border-top:1px solid #e4e6e2}.seo-smart-links h2{margin:4px 0 18px}.seo-smart-links-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.seo-smart-links-grid a{display:flex;justify-content:space-between;gap:16px;padding:13px 15px;background:#fff;border:1px solid #e1e3df;border-radius:8px;color:#15191a;text-decoration:none;font-weight:700}.seo-smart-links-grid a:hover{border-color:#b91f24}.seo-smart-links-grid span{color:#b91f24}@media(max-width:700px){.seo-smart-links-grid{grid-template-columns:1fr}}

/* V31.4 regionale + plaats hubs */
.seo-hub-page{background:#fff}.seo-hub-hero{position:relative;padding:76px 0 68px;background:linear-gradient(120deg,#101516,#22292a);color:#fff}.seo-hub-hero .site-wrap{max-width:980px}.seo-hub-hero h1{font-size:clamp(38px,6vw,68px);line-height:1.02;max-width:850px;margin:12px 0 20px}.seo-hub-hero>div>p:not(.eyebrow){font-size:20px;line-height:1.6;max-width:720px;color:#e6eaea}.seo-hub-hero .local-breadcrumb a,.seo-hub-hero .local-breadcrumb span{color:#c8cecf}.seo-hub-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.seo-hub-actions .btn-ghost{border-color:#687071;color:#fff}.seo-hub-section{padding:64px 0}.seo-hub-section.alt{background:#f4f5f3}.seo-hub-section h2{font-size:clamp(30px,4vw,48px);margin:5px 0 15px}.seo-hub-lead{max-width:700px;color:#5d6668}.seo-place-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:28px}.seo-place-grid a{padding:18px;background:#fff;border:1px solid #dfe3e1;border-radius:12px;color:#121617;text-decoration:none;display:flex;flex-direction:column;gap:6px;transition:.18s}.seo-place-grid a:hover{transform:translateY(-2px);border-color:#c41f26;box-shadow:0 8px 25px #0000000d}.seo-place-grid span{font-size:12px;color:#747c7e}.seo-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:25px}.seo-service-grid>a{background:#fff;border:1px solid #dfe3e1;border-radius:15px;padding:23px;text-decoration:none;color:#121617;display:flex;flex-direction:column;min-height:220px}.seo-service-grid>a span{font-size:11px;font-weight:900;letter-spacing:.08em;color:#b91f24}.seo-service-grid>a strong{font-size:22px;line-height:1.18;margin:8px 0}.seo-service-grid>a p{color:#626a6c;line-height:1.55;flex:1}.seo-service-grid>a b{font-size:13px}.seo-hub-split{display:grid;grid-template-columns:1.4fr 1fr;gap:50px;align-items:start}.seo-hub-proof{display:grid;gap:8px}.seo-hub-proof b{background:#f4f5f3;border-radius:9px;padding:14px}.seo-hub-copy{max-width:900px}.seo-hub-copy p{font-size:17px;line-height:1.72;color:#50585a}.seo-hub-section .faq-list{max-width:900px}
@media(max-width:900px){.seo-place-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.seo-service-grid{grid-template-columns:1fr 1fr}.seo-hub-split{grid-template-columns:1fr}}
@media(max-width:600px){.seo-hub-hero{padding:50px 0}.seo-place-grid,.seo-service-grid{grid-template-columns:1fr}.seo-hub-section{padding:45px 0}}


/* V31.9 — Airco offertepagina, binnen bestaande Bert Gulpen layout */
.airco-sales-v319{background:#fff}
.airco-sales-v319 .eyebrow{color:#df312b;font-weight:800;letter-spacing:.08em}
.as-hero{padding:34px 0 26px;background:#fff}
.as-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}
.as-hero-copy h1{font-size:clamp(2.6rem,5vw,5.1rem);line-height:.98;letter-spacing:-.045em;max-width:760px;margin:.12em 0 .35em}
.as-lead{font-size:1.18rem;line-height:1.65;max-width:650px;color:#4d555b}
.as-points{display:flex;flex-wrap:wrap;gap:10px 22px;margin:24px 0;font-weight:750;font-size:.95rem}
.as-points span{display:flex;gap:7px;align-items:center}
.as-points span::first-letter{color:#df312b}
.as-review-link{font-weight:800;text-decoration:none;color:#111;align-self:center}
.as-hero-photo{margin:0;border-radius:28px;overflow:hidden;min-height:460px}
.as-hero-photo img{width:100%;height:100%;min-height:460px;object-fit:cover;display:block}
.as-split{display:grid;grid-template-columns:.92fr 1.08fr;gap:54px;align-items:center}
.as-split figure{margin:0;border-radius:24px;overflow:hidden}
.as-split figure img{display:block;width:100%;height:430px;object-fit:cover}
.as-split h2,.as-price h2,.as-brands h2,.as-faq h2{font-size:clamp(2rem,3.4vw,3.5rem);line-height:1.05;margin:.18em 0 .4em}
.as-split>div>p:not(.eyebrow),.as-price>div>p{font-size:1.08rem;line-height:1.7;color:#596066}
.as-icon-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:28px}
.as-icon-grid>div{border:1px solid #e3e5e6;border-radius:15px;padding:17px;background:#fff}
.as-icon-grid b,.as-icon-grid span{display:block}.as-icon-grid span{font-size:.9rem;color:#6c7378;margin-top:3px}
.as-price{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}
.as-price ul{list-style:none;padding:0;margin:22px 0;display:grid;gap:9px;font-weight:700}
.as-price aside{background:#fff;border:1px solid #e1e3e4;border-radius:22px;padding:34px;box-shadow:0 12px 35px rgba(0,0,0,.06)}
.as-price aside small,.as-price aside strong,.as-price aside b{display:block}
.as-price aside strong{font-size:3.4rem;line-height:1;margin:12px 0 8px;letter-spacing:-.04em}
.as-price aside b{color:#df312b;font-size:1.02rem}.as-price aside p{color:#6b7176;line-height:1.6;margin-top:18px}
.as-brand-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.as-brand-card{border:1px solid #e2e4e5;border-radius:20px;padding:28px;display:grid;grid-template-columns:1fr 210px;gap:20px;align-items:center;color:inherit;text-decoration:none;background:#fff;transition:.2s}
.as-brand-card:hover{transform:translateY(-2px);box-shadow:0 14px 35px rgba(0,0,0,.07)}
.as-brand-card span{font-size:1.6rem;font-weight:900;color:#c71f2e}.as-brand-card h3{font-size:1.65rem;margin:7px 0}.as-brand-card p{color:#5f666b;line-height:1.55}.as-brand-card b{display:inline-block;margin-top:12px}
.as-brand-card img{width:100%;height:120px;object-fit:contain}
.as-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.as-faq details{background:#fff;border:1px solid #e0e2e3;border-radius:14px;padding:0 18px}
.as-faq summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px;padding:18px 0;font-weight:800}
.as-faq summary::-webkit-details-marker{display:none}.as-faq details p{padding:0 0 18px;margin:0;color:#5f666b;line-height:1.6}
.as-final{padding:28px 0 38px;background:#fff}
.as-final>.site-wrap{background:#df312b;color:#fff;border-radius:24px;padding:34px 42px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.as-final h2{font-size:2rem;margin:.15em 0}.as-final p{margin:0;opacity:.9}.as-final .eyebrow{color:#fff}
@media(max-width:800px){
 .as-hero{padding-top:18px}.as-hero-grid,.as-split,.as-price,.as-brand-grid{grid-template-columns:1fr}
 .as-hero-grid{gap:22px}.as-hero-copy h1{font-size:2.75rem}.as-lead{font-size:1.05rem}
 .as-hero-photo,.as-hero-photo img{min-height:280px;height:280px}.as-hero-photo{border-radius:20px}
 .as-split{gap:24px}.as-split figure img{height:300px}
 .as-icon-grid{grid-template-columns:1fr 1fr;gap:9px}.as-icon-grid>div{padding:14px}
 .as-price{gap:22px}.as-price aside strong{font-size:2.8rem}
 .as-brand-card{grid-template-columns:1fr 130px;padding:20px}.as-brand-card img{height:90px}
 .as-faq-grid{grid-template-columns:1fr}
 .as-final>.site-wrap{display:block;padding:28px 24px}.as-final .hero-actions{margin-top:22px}
 .airco-sales-v319 .section{padding-top:52px;padding-bottom:52px}
}


/* V32.0 — verkoopgerichte Warmtepomp + CV-ketel hoofdpagina's */
.sales-v320{background:#fff}
.sales-v320 .eyebrow{color:#df312b;font-weight:850;letter-spacing:.075em}
.sv-hero{padding:34px 0 30px;background:#fff}
.sv-hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:42px;align-items:center}
.sv-hero h1{font-size:clamp(2.8rem,5vw,5.2rem);line-height:.98;letter-spacing:-.045em;margin:.12em 0 .32em}
.sv-lead{font-size:1.18rem;line-height:1.65;color:#52595e;max-width:680px}
.sv-points{display:flex;flex-wrap:wrap;gap:10px 22px;margin:24px 0;font-weight:780}
.sv-review{font-weight:800;text-decoration:none;color:#111;align-self:center}
.sv-hero figure{margin:0;border-radius:28px;overflow:hidden;height:470px}
.sv-hero figure img{width:100%;height:100%;object-fit:cover;display:block}
.sv-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.sv-choice-grid article{border:1px solid #e1e3e4;border-radius:22px;padding:30px;background:#fff}
.sv-choice-grid small{font-weight:900;color:#df312b}.sv-choice-grid h3{font-size:1.75rem;margin:8px 0}.sv-choice-grid p{color:#5d6469;line-height:1.6}.sv-choice-grid a{font-weight:850;color:#111;text-decoration:none}
.sv-existing{display:grid;grid-template-columns:.95fr 1.05fr;gap:50px;align-items:center}
.sv-existing.sv-reverse{grid-template-columns:1fr 1fr}.sv-existing.sv-reverse figure{order:2}
.sv-existing figure{margin:0;border-radius:24px;overflow:hidden}.sv-existing figure img{width:100%;height:430px;display:block;object-fit:cover}
.sv-existing h2,.sv-assurance h2,.sv-price-intro h2{font-size:clamp(2rem,3.4vw,3.5rem);line-height:1.05;margin:.18em 0 .4em}
.sv-existing p,.sv-assurance p,.sv-price-intro p{font-size:1.06rem;line-height:1.7;color:#596066}
.sv-inline-proof{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0}.sv-inline-proof span{background:#fff;border:1px solid #dde0e1;border-radius:999px;padding:9px 13px;font-weight:750;font-size:.9rem}
.sv-brand-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.sv-brand-grid.sv-brand-three{grid-template-columns:repeat(3,1fr)}
.sv-brand-grid>a{display:block;border:1px solid #e1e3e4;border-radius:20px;overflow:hidden;text-decoration:none;color:inherit;background:#fff;transition:.2s}
.sv-brand-grid>a:hover{transform:translateY(-2px);box-shadow:0 14px 35px rgba(0,0,0,.07)}
.sv-brand-grid img{width:100%;height:220px;object-fit:cover;display:block}.sv-brand-grid>a>div{padding:24px}.sv-brand-grid small{font-weight:900;color:#df312b}.sv-brand-grid h3{font-size:1.45rem;margin:7px 0}.sv-brand-grid p{color:#60676c;line-height:1.55}.sv-brand-grid b{display:block;margin-top:14px}
.sv-assurance{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}
.sv-check-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sv-check-grid>div{border:1px solid #dfe2e3;background:#fff;border-radius:13px;padding:15px;font-weight:750}
.sv-price-intro{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.sv-price-intro aside{background:#fff;border:1px solid #e1e3e4;border-radius:22px;padding:34px;box-shadow:0 12px 35px rgba(0,0,0,.06)}
.sv-price-intro aside small,.sv-price-intro aside strong,.sv-price-intro aside b{display:block}.sv-price-intro aside strong{font-size:3.25rem;line-height:1;margin:12px 0 8px;letter-spacing:-.04em}.sv-price-intro aside b{color:#df312b}
.sv-final{padding:28px 0 38px}.sv-final>.site-wrap{background:#df312b;color:#fff;border-radius:24px;padding:34px 42px;display:flex;align-items:center;justify-content:space-between;gap:30px}.sv-final .eyebrow{color:#fff}.sv-final h2{font-size:2rem;margin:.15em 0}.sv-final p{margin:0;opacity:.92}
@media(max-width:800px){
 .sv-hero{padding-top:18px}.sv-hero-grid,.sv-existing,.sv-existing.sv-reverse,.sv-assurance,.sv-price-intro{grid-template-columns:1fr}
 .sv-hero-grid{gap:22px}.sv-hero h1{font-size:2.75rem}.sv-lead{font-size:1.04rem}.sv-hero figure{height:290px;border-radius:20px}
 .sv-choice-grid,.sv-brand-grid,.sv-brand-grid.sv-brand-three{grid-template-columns:1fr}
 .sv-choice-grid article{padding:22px}.sv-existing{gap:24px}.sv-existing.sv-reverse figure{order:0}.sv-existing figure img{height:300px}
 .sv-brand-grid img{height:190px}.sv-check-grid{grid-template-columns:1fr 1fr;gap:8px}.sv-check-grid>div{padding:12px;font-size:.9rem}
 .sv-price-intro{gap:22px}.sv-price-intro aside strong{font-size:2.75rem}
 .sv-final>.site-wrap{display:block;padding:28px 24px}.sv-final .hero-actions{margin-top:22px}
 .sales-v320 .section{padding-top:52px;padding-bottom:52px}
}


/* V32.1 — lokale CV + warmtepomp pagina's als verkooppagina */
.local-sales-v321 .local-breadcrumb{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:20px;font-size:.88rem;color:#6a7176}
.local-sales-v321 .local-breadcrumb a{color:inherit;text-decoration:none}
.local-sales-hero{padding:34px 0;background:#fff}
.local-sales-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:start}
.local-sales-form{background:#fff;border:1px solid #dfe2e3;border-radius:22px;padding:28px;box-shadow:0 14px 36px rgba(0,0,0,.07)}
.local-sales-form h2{font-size:1.7rem;line-height:1.1;margin:.18em 0 .35em}
.local-sales-form>p:not(.eyebrow){color:#60676c;line-height:1.55;margin-bottom:18px}
.local-sales-form form{display:grid;gap:12px}
.local-sales-form label{font-weight:750;font-size:.9rem;display:grid;gap:6px}
.local-sales-form input,.local-sales-form select{width:100%;border:1px solid #ccd1d3;border-radius:10px;padding:12px 13px;background:#fff;font:inherit}
.local-sales-form small{font-weight:500;color:#6a7176;line-height:1.4}
.local-sales-form .btn{width:100%;justify-content:center}
.local-sales-badge{display:inline-flex;margin-top:10px;border:1px solid #e1e3e4;border-radius:999px;padding:9px 13px;font-weight:800;background:#fff}
.local-sales-v321 .wp-project-section{padding:64px 0}
.local-sales-v321 .wp-local-content{padding:64px 0}
@media(max-width:800px){
 .local-sales-hero-grid{grid-template-columns:1fr;gap:24px}
 .local-sales-hero{padding-top:18px}
 .local-sales-form{padding:20px;border-radius:18px}
 .local-sales-v321 .sv-price-intro{grid-template-columns:1fr}
}
