:root{
  --navy:#0E2A3A; --navy-2:#143a4f; --amber:#F0A62B; --amber-d:#d98f14;
  --paper:#F7F5F1; --white:#fff; --ink:#1c2b33; --muted:#5b6b73; --line:#e5e0d6;
  --r:14px; --shadow:0 10px 30px rgba(14,42,58,.10);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
html,body{overflow-x:hidden}
body{font-family:'Manrope',system-ui,sans-serif;color:var(--ink);background:var(--paper);line-height:1.65;font-size:17px}
img,svg{max-width:100%;height:auto}
a{color:var(--navy);text-decoration:none}
.wrap{max-width:1200px;margin:0 auto;padding:0 24px}
h1,h2,h3{font-weight:800;color:var(--navy);line-height:1.08;letter-spacing:-.025em}
h1{font-size:clamp(2.4rem,5.4vw,4.4rem);line-height:1.04}
h2{font-size:clamp(1.9rem,3.8vw,3rem)}
h3{font-size:1.3rem;letter-spacing:-.01em}
p{margin:0 0 1em}
.lead{font-size:clamp(1.05rem,1.5vw,1.35rem);line-height:1.55}
.muted{color:var(--muted)}
.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;color:var(--amber-d);margin-bottom:1.1rem}
.eyebrow .golf{width:44px}

/* header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(247,245,241,.92);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:74px}
.logo-link .logo-svg{height:40px;width:auto;display:block}
.main-nav{display:flex;align-items:center;gap:1.05rem;font-weight:600;font-size:.95rem}
.main-nav a:hover{color:var(--amber-d)}
.nav-toggle{display:none;background:none;border:0;cursor:pointer;padding:8px}
.nav-toggle span{display:block;width:24px;height:3px;background:var(--navy);margin:5px 0;border-radius:2px}

/* buttons */
.btn{display:inline-block;padding:.8rem 1.5rem;border-radius:999px;font-weight:700;transition:.2s;border:2px solid transparent}
.btn-amber{background:var(--amber);color:var(--navy)}
.btn-amber:hover{background:var(--amber-d)}
.btn-ghost{border-color:var(--navy);color:var(--navy)}
.btn-ghost:hover{background:var(--navy);color:#fff}
.btn-ghost-light{border-color:#fff;color:#fff}
.btn-ghost-light:hover{background:#fff;color:var(--navy)}
.btn-lg{padding:1rem 2rem;font-size:1.05rem}

/* hero */
.hero{background:var(--navy);color:#e8eef2;padding:5.5rem 0 6rem;position:relative;overflow:hidden}
.hero h1{color:#fff}
.hero .lead{font-size:1.2rem;max-width:620px;color:#c6d3da;margin:1.2rem 0 2rem}
.hero .eyebrow{color:var(--amber)}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}
.hero-golf{position:absolute;right:-40px;bottom:-30px;width:min(46vw,520px);opacity:.16}
.hero-usps{display:flex;gap:2rem;flex-wrap:wrap;margin-top:2.6rem;color:#c6d3da;font-weight:600;font-size:.95rem}
.hero-usps span{display:flex;align-items:center;gap:.5rem}
.hero-usps svg{width:18px;flex:none}

/* sections */
section.block{padding:5.5rem 0}
section.block.alt{background:#fff}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:1.8rem;box-shadow:var(--shadow)}
.card h3{margin-bottom:.5rem}
.card .price{font-weight:800;color:var(--navy);font-size:1.25rem;margin:.6rem 0 .2rem}
.card .price small{font-weight:600;color:var(--muted);font-size:.8rem;display:block}
.card ul{margin:.8rem 0 1rem;padding-left:1.1rem;color:var(--muted)}
.card ul li{margin:.3rem 0}
.card .btn{margin-top:.4rem}
.tag{display:inline-block;background:rgba(240,166,43,.16);color:var(--amber-d);font-weight:700;font-size:.78rem;padding:.25rem .7rem;border-radius:999px;margin-bottom:.7rem}

/* spec tables */
.spec-table{width:100%;border-collapse:collapse;background:#fff;border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow)}
.spec-table th,.spec-table td{padding:.85rem 1.1rem;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}
.spec-table th{width:42%;color:var(--muted);font-weight:600}
.spec-table tr:last-child th,.spec-table tr:last-child td{border-bottom:0}
.compare{width:100%}
.compare table{width:100%;table-layout:fixed;border-collapse:collapse}
.compare th,.compare td{word-wrap:break-word;overflow-wrap:break-word;hyphens:auto}
.compare th:first-child{width:auto}
@media (max-width:680px){
  .compare table,.compare thead,.compare tbody,.compare tr,.compare th,.compare td{display:block;width:100%}
  .compare table tr{border:1px solid var(--line);border-radius:10px;margin-bottom:.8rem;padding:.4rem 0;background:#fff}
  .compare th,.compare td{border:0;padding:.35rem 1rem}
  .compare tr:first-child{display:none} /* header row: replaced by data-label on stacked view */
  .compare td[data-label]::before,.compare th[data-label]::before{content:attr(data-label);display:block;font-size:.72rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.15rem}
}

/* checklist */
.check{list-style:none;padding:0}
.check li{padding-left:2rem;position:relative;margin:.7rem 0}
.check li::before{content:"";position:absolute;left:0;top:.35rem;width:1.1rem;height:1.1rem;border-radius:50%;background:var(--amber);
 -webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg>') center/contain no-repeat;
 mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg>') center/contain no-repeat}

/* steps */
.steps{counter-reset:s;display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}
.step{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:1.6rem}
.step::before{counter-increment:s;content:counter(s);display:inline-flex;width:2.2rem;height:2.2rem;border-radius:50%;background:var(--navy);color:var(--amber);font-weight:800;align-items:center;justify-content:center;margin-bottom:.8rem}

/* cta band */
.cta-band{background:var(--navy);color:#fff;padding:3.4rem 0}
.cta-band h2{color:#fff}
.cta-band p{color:#c6d3da;max-width:560px;margin:.6rem 0 0}
.cta-band-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}

/* footer */
.site-footer{background:#0a1f2c;color:#b9c6cd;padding:3.6rem 0 1.5rem;font-size:.95rem}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2.4rem}
.site-footer h3{color:#fff;font-size:1rem;margin-bottom:.9rem}
.site-footer a{display:block;color:#b9c6cd;margin:.4rem 0}
.site-footer a:hover{color:var(--amber)}
.footer-brand .logo-svg{height:36px;width:auto;margin-bottom:1rem}
.footer-legal{font-size:.85rem;color:#7d8f98}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:2.5rem;padding-top:1.4rem;font-size:.85rem;color:#7d8f98}

/* form */
.form-card{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:2.2rem;box-shadow:var(--shadow);max-width:640px}
.form-row{margin-bottom:1.1rem}
.form-row label{display:block;font-weight:700;margin-bottom:.35rem;font-size:.95rem}
.form-row input,.form-row select,.form-row textarea{width:100%;padding:.8rem 1rem;border:1.5px solid var(--line);border-radius:10px;font:inherit;background:var(--paper)}
.form-row input:focus,.form-row textarea:focus{outline:2px solid var(--amber);border-color:var(--amber)}
.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem}
.choice-grid.vier{grid-template-columns:repeat(2,1fr)}
.choice-grid input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}
.choice-grid label{display:block;text-align:center;padding:.9rem .5rem;border:1.5px solid var(--line);border-radius:10px;font-weight:700;cursor:pointer;background:var(--paper)}
.choice-grid input:checked+label{border-color:var(--amber);background:rgba(240,166,43,.14);color:var(--navy)}
.choice-grid input:focus-visible+label{outline:2px solid var(--amber)}
.form-note{font-size:.85rem;color:var(--muted)}
.form-success{display:none;background:#eaf6ee;border:1.5px solid #79c68f;border-radius:10px;padding:1rem 1.2rem;color:#1d5b31;font-weight:600}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.hp input{width:1px}

/* product illustrations */
.illus-frame{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:1.2rem;box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center}
.illus-frame img{max-width:280px;width:100%}
.photo-frame{position:relative;overflow:hidden;border-radius:var(--r);box-shadow:var(--shadow);aspect-ratio:3/2}
.photo-frame img{width:100%;height:100%;object-fit:cover;display:block}
.card .illus-thumb{border-radius:10px;margin-bottom:1rem;overflow:hidden;aspect-ratio:4/3}
.card .illus-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.illus-note{font-size:.8rem;color:var(--muted);text-align:center;margin-top:.6rem}

/* photo hero (Weheat-stijl: groot beeld naast tekst) */
.photo-hero{background:var(--navy);height:640px;min-height:640px;display:flex;align-items:center}
.photo-hero-grid{width:100%}
.product-hero-band{height:640px;min-height:640px;display:flex;align-items:center;padding:0}
.photo-hero-grid{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:0;min-height:560px}
.photo-hero-text{padding:4rem 3rem 4rem 0}
.photo-hero-text h1{color:#fff}
.photo-hero-text .lead{max-width:46ch}
.photo-hero-img{height:100%;min-height:560px;position:relative;overflow:hidden}
.photo-hero-img img{width:100%;height:100%;object-fit:cover;display:block}
.photo-tag{position:absolute;bottom:14px;right:14px;background:rgba(14,42,58,.72);color:#e8eef2;font-size:.72rem;padding:.25rem .6rem;border-radius:6px;font-weight:600;letter-spacing:.02em}

.photo-block{border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow);position:relative}
.photo-block img{width:100%;height:100%;object-fit:cover;display:block}
.photo-caption{font-size:.78rem;color:var(--muted);margin-top:.5rem}

@media (max-width:920px){
  .photo-hero-grid{grid-template-columns:1fr}
  .photo-hero-text{padding:3rem 22px 2rem}
  .photo-hero-img{min-height:280px}
}

/* full-bleed hero (beeld tot de rand, tekst eroverheen) */
.fullhero{position:relative;height:640px;min-height:640px;display:flex;align-items:flex-end;overflow:hidden;background:var(--navy)}
.fullhero-bg{position:absolute;inset:0;z-index:0}
.fullhero-bg picture{display:block;width:100%;height:100%}
.fullhero-bg img{width:100%;height:100%;object-fit:cover;display:block}
.fullhero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,25,36,.94) 0%,rgba(10,25,36,.82) 34%,rgba(10,25,36,.35) 70%,rgba(10,25,36,.15) 100%)}
.fullhero-inner{position:relative;z-index:1;width:100%;padding:6rem 0 4.5rem}
.fullhero .eyebrow{color:var(--amber)}
.fullhero h1{color:#fff;max-width:15ch}
.fullhero .lead,.photo-hero-text .lead,.split[style*=navy] .lead{color:#d3dde3;font-size:1.22rem;line-height:1.55;max-width:46ch;margin:1.4rem 0 2rem}
.fullhero-usps{display:flex;flex-wrap:wrap;gap:.7rem 1.6rem;margin-top:2.4rem}
.fullhero-usps span{display:flex;align-items:center;gap:.55rem;color:#d3dde3;font-weight:600;font-size:.95rem}
.fullhero-usps svg{width:18px;flex:none}
.fullhero-photo-tag{position:absolute;bottom:14px;right:14px;z-index:1;background:rgba(10,25,36,.6);color:#e8eef2;font-size:.72rem;padding:.25rem .6rem;border-radius:6px;font-weight:600}

/* split section (afwisselend beeld/tekst, Zonneplan-ritme) */
.split{padding:6rem 0}
.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.split.reverse .split-media{order:2}
.split-media{border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}
.split-media picture{display:block;width:100%;height:100%}
.split-media img{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:4/3}
.split-text .eyebrow{margin-bottom:1rem}
.split-text h2{margin-bottom:1rem}
.split-sub{font-weight:700;color:var(--navy);margin:1.4rem 0 .3rem}

/* premium product cards met foto-achtergrond (donker, Zonneplan-stijl) */
.pcard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.pcard{position:relative;border-radius:18px;overflow:hidden;min-height:440px;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:var(--shadow);color:#fff;background:var(--navy)}
.pcard-photo{position:absolute;inset:0;z-index:0}
.pcard-photo img{width:100%;height:100%;object-fit:cover;display:block}
.pcard-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,25,36,.15) 0%,rgba(10,25,36,.55) 55%,rgba(10,25,36,.94) 100%)}
.pcard-body{position:relative;z-index:1;padding:1.6rem}
.pcard-body .tag{background:rgba(240,166,43,.9);color:var(--navy)}
.pcard-body h3{color:#fff;margin:.3rem 0 .5rem;font-size:1.3rem}
.pcard-body ul{list-style:none;padding:0;margin:.6rem 0 1rem}
.pcard-body ul li{padding-left:1.4rem;position:relative;color:#d3dde3;font-size:.92rem;margin:.35rem 0}
.pcard-body ul li::before{content:"";position:absolute;left:0;top:.45rem;width:.85rem;height:.85rem;background:var(--amber);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg>') center/contain no-repeat}
.pcard-price{font-weight:800;font-size:1.15rem;color:#fff;margin:.4rem 0 .2rem}
.pcard-price small{display:block;font-weight:500;color:#9fb0b8;font-size:.76rem;margin-top:.15rem}
.pcard-body .btn{margin-top:1rem;width:100%;text-align:center}

/* review video-kaarten "Het verhaal van" (Zonneplan-stijl) */

@media (max-width:920px){
  .split-grid{grid-template-columns:1fr;gap:2rem}
  .split.reverse .split-media{order:0}
  .pcard-grid{grid-template-columns:1fr 1fr}
  .fullhero .lead{font-size:1.1rem}
}
@media (max-width:680px){
  .pcard-grid{grid-template-columns:1fr}
  .fullhero-inner{padding:4rem 0 2.5rem}
}

/* full-width foto collage met hover-zoom (premium) */
.collage{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.collage-item{position:relative;overflow:hidden;aspect-ratio:3/4;background:var(--navy)}
.collage-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .9s cubic-bezier(.2,.7,.2,1)}
.collage-item::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,25,36,0) 55%,rgba(10,25,36,.55) 100%);opacity:0;transition:opacity .5s}
.collage-item:hover img{transform:scale(1.08)}
.collage-item:hover::after{opacity:1}
.collage-cap{position:absolute;left:0;right:0;bottom:0;z-index:1;padding:1.2rem 1.4rem;color:#fff;font-weight:700;transform:translateY(8px);opacity:0;transition:.5s}
.collage-item:hover .collage-cap{transform:translateY(0);opacity:1}
@media (max-width:820px){
  .collage{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-padding-left:6vw;gap:0;scrollbar-width:none}
  .collage::-webkit-scrollbar{display:none}
  .collage-item{flex:0 0 82vw;scroll-snap-align:center;aspect-ratio:3/4}
  .collage-item:first-child{margin-left:6vw}
  .collage-item:last-child{margin-right:6vw}
  .collage-cap{transform:translateY(0);opacity:1;background:linear-gradient(180deg,transparent,rgba(10,25,36,.6))}
  .collage-item::after{opacity:1}
}

/* parallax band: vaste achtergrondfoto, content scrollt eroverheen */
.parallax{position:relative;background-image:var(--px-img);background-size:cover;background-position:center;background-attachment:fixed;padding:7rem 0;color:#fff}
.parallax::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,25,36,.72),rgba(10,25,36,.55))}
.parallax .wrap{position:relative;z-index:1}
.parallax h2{color:#fff}
.parallax .lead{color:#e8eef2;max-width:44ch}
.parallax .check li{color:#e8eef2}
.parallax .check li strong{color:#fff}
/* iOS ondersteunt background-attachment:fixed slecht -> fallback scroll */
@supports (-webkit-touch-callout: none){.parallax{background-attachment:scroll}}
@media (max-width:820px){.parallax{background-attachment:scroll;padding:4rem 0}}

/* system diagram */
.diagram-wrap{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:1.5rem;box-shadow:var(--shadow)}
.flow{stroke:var(--amber);stroke-width:3.5;fill:none;stroke-dasharray:7 9;stroke-linecap:round;animation:dash 1.6s linear infinite}
.flow.blue{stroke:#3d7ea6}
@keyframes dash{to{stroke-dashoffset:-32}}
@media (prefers-reduced-motion: reduce){.flow{animation:none}}

/* article */
.article{max-width:760px}
.article h2{margin:2.2rem 0 .8rem}
.article ul,.article ol{margin:0 0 1.2em;padding-left:1.3rem}
.article li{margin:.35rem 0}
.breadcrumbs{font-size:.88rem;color:var(--muted);margin-bottom:1.2rem}
.breadcrumbs a{color:var(--muted);text-decoration:underline}

.faq details{background:#fff;border:1px solid var(--line);border-radius:10px;margin-bottom:.8rem;padding:1rem 1.2rem}
.faq summary{font-weight:700;cursor:pointer;color:var(--navy)}
.faq p{margin:.7rem 0 0;color:var(--muted)}

@media (max-width:1140px){
  /* De volledige navigatie heeft ~940px nodig (logo + links + CTA).
     Daaronder klapt hij in, anders valt de "Plan adviesgesprek"-knop
     buiten beeld. Bewust ruimer dan de 680px van de overige mobiele
     regels: dit gaat puur over de breedte van de menubalk. */
  .main-nav{display:none;position:absolute;top:74px;left:0;right:0;background:var(--paper);flex-direction:column;padding:1.2rem 22px;border-bottom:1px solid var(--line);align-items:flex-start;gap:1.1rem;box-shadow:0 12px 24px rgba(10,25,36,.10)}
  .main-nav.open{display:flex}
  .main-nav .nav-cta{width:100%;text-align:center;margin-top:.3rem}
  .nav-toggle{display:block}
}
@media (max-width:920px){
  .grid-2,.grid-3,.grid-4,.steps,.footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:680px){
  .grid-2,.grid-3,.grid-4,.steps,.footer-grid,.choice-grid{grid-template-columns:1fr}
  .desktop-only-section{display:none}
  /* hero's op mobiel: consistente auto-hoogte, niet de vaste 640px */
  .fullhero{height:auto;min-height:auto}
  .photo-hero,.product-hero-band{height:auto;min-height:auto}
  .photo-hero{padding:1rem 0}
  /* mobiele leesbaarheid & geen tekst tegen de rand */
  h1,h2,h3{overflow-wrap:break-word;word-break:break-word;hyphens:auto}
  h1{font-size:1.9rem;line-height:1.18}
  .fullhero .lead,.photo-hero-text .lead,.split-text .lead{font-size:1.05rem}
  .block,.split{padding:2.8rem 0}
  .wrap{padding:0 18px}
  .hero-actions{flex-direction:column;align-items:stretch}
  .hero-actions .btn{text-align:center}
  .btn-lg{padding:.9rem 1.4rem}
  .spec-table th,.spec-table td{padding:.7rem .8rem}
  table.spec-table th{width:auto}
}
@media (max-width:400px){
  h1{font-size:1.7rem}
  .wrap{padding:0 15px}
}

/* ============================================================
   COOKIEBANNER
   Wordt door assets/tracking.js in de pagina gezet zolang de
   bezoeker nog geen keuze heeft gemaakt.
   ============================================================ */
.consent-banner{
  position:fixed;left:0;right:0;bottom:0;z-index:9999;
  background:var(--navy);color:#e8eef2;
  box-shadow:0 -6px 28px rgba(10,25,36,.28);
  animation:consent-in .28s ease-out
}
@keyframes consent-in{from{transform:translateY(100%)}to{transform:translateY(0)}}
.consent-inner{
  max-width:1140px;margin:0 auto;padding:1.4rem 24px;
  display:flex;gap:2rem;align-items:center;justify-content:space-between;flex-wrap:wrap
}
.consent-tekst{flex:1 1 420px}
.consent-tekst strong{display:block;color:#fff;font-size:1.05rem;margin-bottom:.35rem}
.consent-tekst p{margin:0;font-size:.92rem;line-height:1.55;color:#c6d3da}
.consent-tekst a{color:var(--amber);text-decoration:underline}
.consent-knoppen{display:flex;gap:.8rem;flex-shrink:0}
/* .btn is voor <a> geschreven en zet geen achtergrond; een <button>
   houdt anders zijn grijze browserstandaard vast. */
.consent-knoppen .btn{background:transparent;font-family:inherit;cursor:pointer}
.consent-knoppen .btn-amber{background:var(--amber)}
.consent-knoppen .btn-ghost-light:hover{background:#fff;color:var(--navy)}
@media (max-width:820px){
  .consent-inner{padding:1.2rem 18px;gap:1.1rem}
  .consent-knoppen{width:100%}
  .consent-knoppen .btn{flex:1;text-align:center;padding:.85rem 1rem}
}
@media (prefers-reduced-motion:reduce){.consent-banner{animation:none}}

/* Belknop in de header. Onder 1000px zit de amber CTA in het
   hamburgermenu verstopt; bellen is voor deze doelgroep vaak de
   laagdrempeligste conversie, dus die route blijft zichtbaar. */
.header-tel{display:none;align-items:center;gap:.45rem;font-weight:700;color:var(--navy);margin-left:auto;margin-right:.4rem;padding:.5rem .9rem;border:2px solid var(--navy);border-radius:999px;white-space:nowrap}
.header-tel svg{width:17px;fill:currentColor;flex:none}
.header-tel:hover{background:var(--navy);color:#fff}
@media (max-width:1140px){.header-tel{display:inline-flex}}
@media (max-width:400px){.header-tel span{display:none}.header-tel{padding:.5rem .7rem}}

/* ============================================================
   HOMEPAGE-HERO MET FORMULIER + MEERSTAPS-FORMULIER
   ============================================================ */
.fullhero-home{height:auto;min-height:calc(100vh - 74px);align-items:center}
.fullhero-home .fullhero-inner{padding:4.5rem 0}
.fullhero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3.5rem;align-items:center}
.fullhero-grid .form-card{justify-self:end;width:100%;max-width:460px;padding:1.8rem}
@media (max-width:1140px){
  .fullhero-home{min-height:auto}
  .fullhero-grid{grid-template-columns:1fr;gap:2.2rem}
  .fullhero-grid .form-card{justify-self:stretch;max-width:none}
}
.form-stap[hidden]{display:none}
.form-terug{background:none;border:0;color:var(--muted);font:inherit;font-weight:600;cursor:pointer;margin-left:.9rem;padding:.5rem}
.form-terug:hover{color:var(--navy)}
.privacy-optin{display:flex;gap:.65rem;align-items:flex-start;font-size:.88rem;line-height:1.5;margin:1.1rem 0;font-weight:500;cursor:pointer}
.privacy-optin input{width:18px;height:18px;margin-top:2px;accent-color:var(--amber);flex:none}
.privacy-optin a{text-decoration:underline}

/* merkiconen (uit het aangeleverde pakket) */
.tag-icoon{width:15px;height:15px;vertical-align:-3px;margin-right:.4rem}
/* zon-opkomend als accent in de cta-band */
.cta-band{position:relative;overflow:hidden}
.cta-boog{position:absolute;right:-40px;bottom:-90px;width:360px;opacity:.13;pointer-events:none}
.cta-band-inner{position:relative;z-index:1}

/* ============================================================
   3D-SYSTEEMANIMATIE (homepage) — ingebed, lazy geladen.
   Alles gescoped onder #sys3d zodat het de site niet raakt.
   ============================================================ */
#sys3d{position:relative;height:clamp(520px,66vh,680px);border-radius:var(--r);overflow:hidden;background:var(--paper);border:1px solid var(--line)}
#sys3d-stage{position:absolute;inset:0;width:100%;height:100%;display:block}
three-d-stage:not(:defined){visibility:hidden}
#sys3d-labels{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.sys3d-bubbel{position:absolute;transform:translate(-50%,-115%);background:var(--navy);color:#fff;font:700 .8rem Manrope,sans-serif;padding:.38rem .65rem;border-radius:12px;white-space:nowrap;box-shadow:0 6px 18px rgba(14,42,58,.25);opacity:0;transition:opacity .4s}
.sys3d-bubbel::after{content:"";position:absolute;left:50%;bottom:-6px;transform:translateX(-50%);border:6px solid transparent;border-bottom:0;border-top-color:var(--navy)}
.sys3d-bubbel b{color:var(--amber);margin-right:.35rem}
.sys3d-bubbel.zicht{opacity:1}
/* poster vóór het laden */
.sys3d-poster{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;color:var(--muted);font-weight:600}
.sys3d-huis svg{width:64px;height:64px;animation:sys3d-adem 1.8s ease-in-out infinite}
@keyframes sys3d-adem{0%,100%{opacity:.5;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}
.sys3d-actief .sys3d-poster{display:none}
/* uitlegpaneel */
.sys3d-paneel{position:absolute;left:1.1rem;top:1.1rem;width:min(330px,calc(100% - 2rem));background:rgba(255,255,255,.94);backdrop-filter:blur(6px);border:1px solid var(--line);border-radius:16px;padding:1rem 1.15rem;box-shadow:0 10px 30px rgba(14,42,58,.14);opacity:0;transition:opacity .4s}
.sys3d-actief .sys3d-paneel{opacity:1}
.sys3d-kop{display:flex;align-items:center;gap:.7rem;margin-bottom:.25rem}
.sys3d-nr{display:inline-flex;width:1.9rem;height:1.9rem;border-radius:50%;background:var(--navy);color:var(--amber);font-weight:800;align-items:center;justify-content:center;flex:none}
.sys3d-kop h3{margin:0;font-size:1.1rem;font-weight:800;color:var(--navy);letter-spacing:-.01em}
#sys3d-tekst{margin:.1rem 0 .7rem;color:var(--muted);line-height:1.5;font-size:.92rem;min-height:2.8em}
#sys3d .productfoto{width:100%;height:170px;margin-top:.8rem;display:none;border-radius:10px;overflow:hidden;background:#fff;border:1px solid var(--line)}
#sys3d .productfoto.zicht{display:block}
#sys3d .productfoto img{width:100%;height:100%;object-fit:contain;display:block}
.sys3d-nav{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}
.sys3d-dots{display:flex;gap:.35rem}
.sys3d-dots button{width:2.1rem;height:2.1rem;border-radius:50%;border:2px solid var(--line);background:#fff;font:700 .9rem Manrope,sans-serif;color:var(--muted);cursor:pointer;transition:.2s}
.sys3d-dots button:hover{border-color:var(--amber);color:var(--navy)}
.sys3d-dots button[aria-current="step"]{background:var(--amber);border-color:var(--amber);color:var(--navy)}
.sys3d-nav .pijl{border:2px solid var(--navy);background:#fff;color:var(--navy);border-radius:999px;padding:.38rem .8rem;font:700 .88rem Manrope,sans-serif;cursor:pointer;transition:.2s}
.sys3d-nav .pijl:hover{background:var(--navy);color:#fff}
.sys3d-nav .pijl:disabled{opacity:.35;cursor:default}
.sys3d-nav .pijl:disabled:hover{background:#fff;color:var(--navy)}
@media (max-width:640px){
  #sys3d{height:clamp(560px,92vh,720px)}
  .sys3d-paneel{left:50%;top:auto;bottom:.8rem;transform:translateX(-50%);width:min(520px,calc(100% - 1.4rem));max-height:54%;overflow-y:auto}
  .sys3d-bubbel{font-size:.7rem;padding:.3rem .5rem}
  #sys3d .productfoto{height:130px}
}

/* Fotoregister-badges ("Foto 3") zijn een hulpmiddel tijdens de opbouw.
   In de deploy-build horen ze niet zichtbaar te zijn; in dist-local
   blijven ze staan zodat de klant foto's kan blijven aanwijzen. */
.fullhero-photo-tag,.photo-tag{display:none}
