:root{--ink:#1c2419;--ink-2:#546050;--paper:#f6f7f2;--paper-2:#e7ebdf;--line:#d4dac9;--accent:#3f5d2c;--accent-2:#314922;--accent-ink:#ffffff;--accent-tekst:#3a5629;--deep:#1e2a1a;--deep-ink:#ebf1e4;--ff-display:'Alegreya',Georgia, 'Times New Roman', serif;--ff-tekst:'Alegreya Sans',system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;--display-gewicht:700;--display-spatie:-0.01em;--radius:12px}
@font-face{font-family:'Alegreya';font-style:normal;font-weight:700;font-display:swap;src:url(/assets/fonts/alegreya-700.woff2) format('woff2')}
@font-face{font-family:'Alegreya Sans';font-style:normal;font-weight:400;font-display:swap;src:url(/assets/fonts/alegreya-sans-400.woff2) format('woff2')}
@font-face{font-family:'Alegreya Sans';font-style:normal;font-weight:500;font-display:swap;src:url(/assets/fonts/alegreya-sans-500.woff2) format('woff2')}
@font-face{font-family:'Alegreya Sans';font-style:normal;font-weight:700;font-display:swap;src:url(/assets/fonts/alegreya-sans-700.woff2) format('woff2')}
/* Basisontwerp voor de premium leadsites.
 *
 * Kleuren, lettertypes en afronding komen per site uit engine/themes.py en
 * staan als custom properties bovenaan de gegenereerde style.css. Layout-
 * varianten hangen aan klassen op <body> (hero-*, kop-*, kaarten-*, ritme-*),
 * zodat twee sites met dezelfde bouwstenen er toch anders uitzien.
 */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--ff-tekst); font-size: 1.0625rem; line-height: 1.65;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
a:hover { color: var(--accent-tekst); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
p { margin: 0; }
h1, h2, h3 {
  margin: 0; color: var(--ink); font-family: var(--ff-display); font-weight: var(--display-gewicht);
  letter-spacing: var(--display-spatie); line-height: 1.08; text-wrap: balance;
}
h1 { font-size: clamp(2.35rem, 1.35rem + 3.7vw, 4.2rem); }
h2 { font-size: clamp(1.8rem, 1.25rem + 2vw, 2.7rem); }
h3 { font-size: clamp(1.14rem, 1.04rem + .4vw, 1.36rem); line-height: 1.25; }
.koppen-hoofdletters h1, .koppen-hoofdletters h2 { text-transform: uppercase; }
.koppen-hoofdletters h1 { line-height: .98; }

.wrap { width: min(1180px, 100% - 40px); margin-inline: auto; }
.skip { position: absolute; left: 12px; top: -80px; z-index: 100; padding: 10px 14px; background: var(--paper); color: var(--ink); }
.skip:focus { top: 12px; }
.bovenregel {
  margin-bottom: 14px; color: var(--accent-tekst);
  font: 700 .76rem/1.3 var(--ff-tekst); letter-spacing: .14em; text-transform: uppercase;
}
.intro { margin-top: 20px; max-width: 62ch; color: var(--ink-2); font-size: clamp(1.1rem, 1rem + .4vw, 1.28rem); }
.proza p + p, .artikel p + p { margin-top: 14px; }
.klein { font-size: .9rem; color: var(--ink-2); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ── knoppen ──────────────────────────────────────────────────────────── */
.knop {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  padding: .95em 1.4em; border: 0; border-radius: var(--radius); cursor: pointer;
  background: var(--accent); color: var(--accent-ink); text-decoration: none;
  font: 700 .98rem/1.2 var(--ff-tekst); transition: background-color .18s, transform .18s;
}
.knop:hover { background: var(--accent-2); color: var(--accent-ink); transform: translateY(-1px); }
.knop-rand { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--line); }
.knop-rand:hover { background: var(--paper-2); color: var(--ink); }
.knop-klein { padding: .68em 1.05em; font-size: .9rem; }
.knop[disabled] { opacity: .6; cursor: progress; transform: none; }

/* ── kop ──────────────────────────────────────────────────────────────── */
.kop {
  position: sticky; top: 0; z-index: 40; border-bottom: 1px solid var(--line);
  background: var(--paper); background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: saturate(1.3) blur(10px);
}
.kop-binnen { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; }
.merk { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.merk:hover { color: var(--ink); }
.merk-teken {
  display: grid; place-items: center; flex: none; width: 40px; height: 40px;
  border-radius: var(--radius); background: var(--deep); color: var(--deep-ink);
  font: 700 .95rem/1 var(--ff-tekst); letter-spacing: .02em;
}
.merk-tekst { display: flex; flex-direction: column; line-height: 1.1; }
.merk-naam { font-family: var(--ff-display); font-weight: var(--display-gewicht); font-size: 1.16rem; letter-spacing: var(--display-spatie); }
.merk-sub { margin-top: 4px; color: var(--ink-2); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.menu { display: flex; align-items: center; gap: 26px; font-size: .93rem; font-weight: 600; }
.menu a { color: var(--ink); text-decoration: none; }
.menu a:not(.knop):hover { color: var(--accent-tekst); }
.menu a[aria-current="page"] { color: var(--accent-tekst); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .5em; }
.menu .knop { color: var(--accent-ink); }
.menu-toggle { display: none; }
.kop-centraal .kop-binnen { flex-direction: column; justify-content: center; gap: 12px; min-height: 0; padding-block: 16px; }
.kop-centraal .menu { gap: 22px; }

/* ── hero ─────────────────────────────────────────────────────────────── */
.hero { padding-block: clamp(40px, 6vw, 92px); }
.hero-raster { display: grid; gap: clamp(28px, 5vw, 72px); align-items: center; }
.hero-beeld { position: relative; margin: 0; }
.hero-beeld img { width: 100%; object-fit: cover; border-radius: calc(var(--radius) * 2); }
.hero-punten { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 24px 0 0; padding: 0; list-style: none; color: var(--ink-2); font-size: .92rem; }
.hero-punten li { display: flex; align-items: center; gap: 10px; }
.hero-punten li::before {
  content: ""; flex: none; width: 7px; height: 12px; margin-top: -3px;
  border: solid var(--accent-tekst); border-width: 0 2px 2px 0; transform: rotate(45deg);
}

.hero-split .hero-raster { grid-template-columns: 1.05fr .95fr; }
.hero-split .hero-beeld img { aspect-ratio: 4 / 5; }

.hero-stacked .hero-raster { grid-template-columns: 1fr; }
.hero-stacked .hero-tekst { max-width: 900px; }
.hero-stacked .hero-beeld img { aspect-ratio: 21 / 9; }

.hero-panel .hero-raster { grid-template-columns: .92fr 1.08fr; align-items: stretch; }
.hero-panel .hero-beeld { order: -1; }
.hero-panel .hero-beeld img { height: 100%; min-height: 420px; }
.hero-panel .hero-tekst { padding: clamp(28px, 4vw, 60px); border-radius: calc(var(--radius) * 2); background: var(--paper-2); }

.hero-overlay .hero { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(84px, 12vw, 168px); color: var(--deep-ink); }
.hero-overlay .hero-raster { grid-template-columns: 1fr; }
.hero-overlay .hero-tekst { max-width: 660px; }
.hero-overlay .hero-beeld { position: absolute; inset: 0; z-index: -1; }
.hero-overlay .hero-beeld img { width: 100%; height: 100%; border-radius: 0; }
.hero-overlay .hero-beeld::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, color-mix(in srgb, var(--deep) 94%, transparent) 0%,
    color-mix(in srgb, var(--deep) 76%, transparent) 55%, color-mix(in srgb, var(--deep) 30%, transparent) 100%);
}
.hero-overlay .hero h1, .hero-overlay .hero .intro, .hero-overlay .hero .bovenregel,
.hero-overlay .hero .hero-punten, .hero-overlay .hero .snelstart label { color: var(--deep-ink); }
.hero-overlay .hero .hero-punten li::before { border-color: var(--deep-ink); }

.snelstart { margin-top: 30px; max-width: 580px; }
.snelstart label { display: block; margin-bottom: 8px; font-size: .92rem; font-weight: 700; }
.snelstart-rij {
  display: flex; gap: 8px; padding: 6px; border-radius: calc(var(--radius) + 6px); background: var(--paper);
  box-shadow: 0 0 0 1px var(--line), 0 16px 36px -22px rgba(0, 0, 0, .45);
}
.snelstart select { flex: 1; min-width: 0; padding: 0 12px; border: 0; background: transparent; color: var(--ink); font: 500 1rem var(--ff-tekst); }

/* ── strook met kernpunten ────────────────────────────────────────────── */
.strook { border-block: 1px solid var(--line); }
.strook-raster { display: grid; grid-template-columns: repeat(4, 1fr); }
.strook-item { padding: 24px 22px; border-left: 1px solid var(--line); }
.strook-item:first-child { padding-left: 0; border-left: 0; }
.strook-item strong { display: block; font-family: var(--ff-display); font-weight: var(--display-gewicht); font-size: 1.06rem; line-height: 1.25; letter-spacing: var(--display-spatie); }
.strook-item span { display: block; margin-top: 4px; color: var(--ink-2); font-size: .88rem; }

/* ── secties ──────────────────────────────────────────────────────────── */
body { --sectie: clamp(68px, 8.5vw, 120px); }
.ritme-compact { --sectie: clamp(52px, 6vw, 90px); }
.sectie { padding-block: var(--sectie); }
.sectie.zacht { background: var(--paper-2); }
.sectie-kop { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 64px; align-items: end; margin-bottom: clamp(32px, 4vw, 54px); }
.sectie-kop.enkel { grid-template-columns: 1fr; max-width: 780px; }
.sectie-kop .sectie-intro { color: var(--ink-2); max-width: 56ch; }
.sectie-kop .sectie-intro p + p { margin-top: 12px; }
.sectie-inhoud { max-width: 820px; }
.sectie-inhoud.breed { max-width: none; }

/* ── bouwstenen ───────────────────────────────────────────────────────── */
.tabel-wrap { overflow-x: auto; margin-top: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
table { width: 100%; min-width: 560px; border-collapse: collapse; font-size: .96rem; }
caption { padding: 14px 18px 0; text-align: left; color: var(--ink-2); font-size: .88rem; }
th, td { padding: 14px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-variant-numeric: tabular-nums; }
thead th { background: var(--paper-2); font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; }
tbody th { font-weight: 700; }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
.noot { margin-top: 12px; color: var(--ink-2); font-size: .9rem; }

.stappen { display: grid; gap: 0; margin: 22px 0 0; padding: 0; list-style: none; counter-reset: stap; }
.stappen li { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); }
.stappen li:last-child { border-bottom: 1px solid var(--line); }
.stap-nr { font-family: var(--ff-display); font-weight: var(--display-gewicht); font-size: 1.9rem; line-height: 1; color: var(--accent-tekst); font-variant-numeric: tabular-nums; }
.stappen h3 { margin-bottom: 6px; }
.stappen p { color: var(--ink-2); max-width: 64ch; }

.kaarten { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.kaart { display: flex; flex-direction: column; overflow: hidden; border-radius: var(--radius); color: var(--ink); text-decoration: none; transition: transform .18s, box-shadow .18s; }
a.kaart:hover { color: var(--ink); transform: translateY(-2px); }
.kaart-body { display: flex; flex: 1; flex-direction: column; gap: 10px; padding: 24px; }
.kaart-body p { color: var(--ink-2); }
.kaart-link { margin-top: auto; padding-top: 6px; color: var(--accent-tekst); font-weight: 700; font-size: .93rem; }
.kaart-beeld img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.kaarten-lijn .kaart { border: 1px solid var(--line); background: var(--paper); }
.kaarten-lijn a.kaart:hover { border-color: var(--ink-2); }
.kaarten-vlak .kaart { background: var(--paper-2); }
.sectie.zacht .kaarten-vlak .kaart, .kaarten-vlak .sectie.zacht .kaart { background: var(--paper); }
.kaarten-foto .kaart { background: var(--paper); box-shadow: 0 1px 0 var(--line), 0 18px 40px -30px rgba(0, 0, 0, .5); }
.kaarten-foto a.kaart:hover { box-shadow: 0 1px 0 var(--line), 0 26px 50px -30px rgba(0, 0, 0, .6); }

.checklist { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.checklist li { position: relative; padding-left: 34px; }
.checklist li::before {
  content: ""; position: absolute; left: 4px; top: .35em; width: 8px; height: 14px;
  border: solid var(--accent-tekst); border-width: 0 2.5px 2.5px 0; transform: rotate(45deg);
}

.cijfers { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 1px; margin-top: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.cijfer { padding: 24px; background: var(--paper); }
.cijfer strong { display: block; font-family: var(--ff-display); font-weight: var(--display-gewicht); font-size: clamp(2rem, 1.5rem + 1.6vw, 2.8rem); line-height: 1; letter-spacing: var(--display-spatie); font-variant-numeric: tabular-nums; }
.cijfer span { display: block; margin-top: 10px; color: var(--ink-2); font-size: .92rem; }
.cijfer-bron { margin-top: 12px; color: var(--ink-2); font-size: .86rem; }

.callout { margin-top: 24px; padding: 20px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-2); }
.callout-titel { margin-bottom: 6px; font-weight: 700; color: var(--accent-tekst); }
.callout p + p { margin-top: 10px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.split-beeld { margin: 0; }
.split-beeld img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: calc(var(--radius) * 2); }
.split-tekst h2 { margin-bottom: 18px; }
.split-tekst p + p { margin-top: 14px; }
.split-tekst ul { margin: 18px 0 0; padding-left: 1.2em; }
.split-tekst li + li { margin-top: 8px; }

.faq { display: grid; margin-top: 22px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  position: relative; padding: 20px 44px 20px 0; cursor: pointer; list-style: none;
  font-family: var(--ff-display); font-weight: var(--display-gewicht); font-size: 1.12rem; line-height: 1.35; letter-spacing: var(--display-spatie);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 6px; top: 16px; color: var(--accent-tekst); font: 400 1.6rem/1 var(--ff-tekst); }
.faq details[open] summary::after { content: "–"; }
.faq-antwoord { padding: 0 0 22px; color: var(--ink-2); max-width: 70ch; }

.bronnen { margin-top: 32px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink-2); font-size: .9rem; }
.bronnen-titel { margin-bottom: 8px; color: var(--ink); font-weight: 700; }
.bronnen ul { margin: 0 0 8px; padding-left: 1.1em; }
.bronnen li + li { margin-top: 4px; }

.band { display: grid; grid-template-columns: 1.4fr auto; gap: 24px 48px; align-items: center; padding: clamp(32px, 5vw, 64px); border-radius: calc(var(--radius) * 2); background: var(--deep); color: var(--deep-ink); }
.band h2 { color: var(--deep-ink); }
.band p { margin-top: 12px; max-width: 58ch; opacity: .88; }

/* ── artikelpagina ────────────────────────────────────────────────────── */
.kruimel { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 20px 0 0; list-style: none; color: var(--ink-2); font-size: .86rem; }
.kruimel li + li::before { content: "/"; margin-right: 6px; opacity: .5; }
.kruimel a { text-decoration: none; }
.formulier-intro .kruimel { padding-top: 0; margin-bottom: 26px; }
.artikel-kop { padding-block: clamp(28px, 4vw, 56px) clamp(28px, 4vw, 48px); border-bottom: 1px solid var(--line); }
.artikel-kop h1 { max-width: 20ch; font-size: clamp(2.1rem, 1.3rem + 3vw, 3.6rem); }
.artikel-meta { margin-top: 18px; color: var(--ink-2); font-size: .86rem; }
.artikel-beeld { margin: clamp(28px, 4vw, 48px) 0 0; }
.artikel-beeld img { width: 100%; aspect-ratio: 21 / 8; object-fit: cover; border-radius: calc(var(--radius) * 2); }
.artikel-beeld figcaption { margin-top: 8px; color: var(--ink-2); font-size: .82rem; }
.artikel-raster { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(32px, 5vw, 80px); padding-block: clamp(20px, 3vw, 40px) var(--sectie); }
.artikel section { padding-top: clamp(26px, 3vw, 38px); }
.artikel section + section { margin-top: clamp(26px, 3vw, 38px); border-top: 1px solid var(--line); }
.artikel h2 { margin-bottom: 16px; font-size: clamp(1.55rem, 1.2rem + 1.2vw, 2.15rem); }
.artikel p, .artikel li { max-width: 70ch; }
.artikel ul, .artikel ol:not(.stappen) { margin: 16px 0; padding-left: 1.2em; }
.artikel li + li { margin-top: 8px; }
.inhoud { margin-top: 8px; padding: 20px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.inhoud p { margin-bottom: 8px; font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2); }
.inhoud ol { margin: 0; padding-left: 1.2em; }
.inhoud li + li { margin-top: 6px; }
.inhoud a { text-decoration: none; }
.inhoud a:hover { text-decoration: underline; }
.zijbalk { position: relative; }
.zijbalk-kaart { position: sticky; top: 104px; padding: 26px; border-radius: calc(var(--radius) * 1.5); background: var(--deep); color: var(--deep-ink); }
.zijbalk-kaart h2 { color: var(--deep-ink); font-size: 1.45rem; }
.zijbalk-kaart p { margin: 12px 0 18px; opacity: .88; }
.zijbalk-kaart .klein { margin: 12px 0 0; color: var(--deep-ink); opacity: .75; }

/* ── formulier ────────────────────────────────────────────────────────── */
.formulier-sectie { padding-block: clamp(28px, 4vw, 56px) var(--sectie); }
.formulier-raster { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(32px, 5vw, 80px); align-items: start; }
.formulier-intro h1 { font-size: clamp(2.1rem, 1.3rem + 3vw, 3.5rem); }
.formulier-intro .checklist { margin-top: 26px; }
.form-doos { padding: clamp(22px, 3.2vw, 40px); border: 1px solid var(--line); border-radius: calc(var(--radius) * 1.5); background: var(--paper); box-shadow: 0 24px 60px -44px rgba(0, 0, 0, .55); }
.form-doos:focus { outline: none; }
.form-voortgang { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 10px; color: var(--ink-2); font-size: .86rem; font-weight: 600; }
.form-balk { height: 4px; margin-bottom: 26px; overflow: hidden; border-radius: 4px; background: var(--paper-2); }
.form-balk span { display: block; width: 100%; height: 100%; background: var(--accent); transform: scaleX(.333); transform-origin: left center; transition: transform .25s; }
@media (prefers-reduced-motion: reduce) { .form-balk span { transition: none; } }
.form-stap[hidden] { display: none; }
.form-stap h2 { margin-bottom: 22px; font-size: clamp(1.45rem, 1.2rem + .9vw, 1.9rem); }
.form-stap h2:focus { outline: none; }
fieldset { margin: 0 0 22px; padding: 0; border: 0; }
legend, .veld label { display: block; margin-bottom: 9px; font-size: .95rem; font-weight: 700; }
.keuzes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.keuze { position: relative; display: block; cursor: pointer; }
.keuze input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.keuze span {
  display: flex; align-items: center; min-height: 50px; padding: 12px 14px 12px 42px;
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); font-size: .95rem; line-height: 1.3;
  transition: border-color .15s, background-color .15s;
}
.keuze span::before { content: ""; position: absolute; left: 15px; width: 16px; height: 16px; border: 1.5px solid var(--ink-2); border-radius: 50%; background: var(--paper); }
.keuze input:checked + span { border-color: var(--accent); background: var(--paper-2); box-shadow: inset 0 0 0 1px var(--accent); }
.keuze input:checked + span::before { border-color: var(--accent); background: radial-gradient(var(--accent) 45%, var(--paper) 50%); }
.keuze input:focus-visible + span { outline: 3px solid var(--accent); outline-offset: 2px; }
.veld { margin-bottom: 18px; }
.veld input, .veld select, .veld textarea {
  width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--paper); color: var(--ink); font: 400 1rem var(--ff-tekst);
}
.veld textarea { min-height: 110px; resize: vertical; }
.veld input:focus, .veld select:focus, .veld textarea:focus { border-color: var(--accent); outline: 2px solid color-mix(in srgb, var(--accent) 30%, transparent); outline-offset: 0; }
.veld small { color: var(--ink-2); font-weight: 400; }
.velden-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.velden-adres { display: grid; grid-template-columns: 2fr 1fr; gap: 0 14px; }
.form-acties { display: flex; gap: 10px; margin-top: 8px; }
.form-acties .knop:last-child { flex: 1; }
.privacy-tekst { margin: 6px 0 16px; color: var(--ink-2); font-size: .85rem; }
.form-fout { margin-top: 14px; color: #b42318; font-weight: 600; }
.form-fout:empty { display: none; }
.form-resultaat[hidden] { display: none; }
.form-resultaat h2 { margin-bottom: 12px; }
.form-resultaat p { color: var(--ink-2); }

/* ── voet ─────────────────────────────────────────────────────────────── */
.voet { padding-block: clamp(52px, 6vw, 84px) 28px; background: var(--deep); color: var(--deep-ink); }
.voet a { color: var(--deep-ink); text-decoration: none; }
.voet a:hover { color: var(--deep-ink); text-decoration: underline; }
.voet .merk, .voet .merk:hover { color: var(--deep-ink); text-decoration: none; }
.voet .merk-teken { background: var(--deep-ink); color: var(--deep); }
.voet .merk-sub { color: var(--deep-ink); opacity: .7; }
.voet-raster { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.voet-merk p { margin-top: 18px; max-width: 42ch; opacity: .8; font-size: .94rem; }
.voet-kop { margin-bottom: 14px; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: .7; }
.voet ul { margin: 0; padding: 0; list-style: none; font-size: .94rem; }
.voet li + li { margin-top: 9px; }
.voet-onder { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; margin-top: 48px; padding-top: 22px; border-top: 1px solid color-mix(in srgb, var(--deep-ink) 18%, transparent); font-size: .84rem; opacity: .75; }
.mobiele-cta { display: none; }

/* ── responsief ───────────────────────────────────────────────────────── */
@media (max-width: 1000px) {
  .hero-split .hero-raster, .hero-panel .hero-raster, .split, .formulier-raster, .artikel-raster { grid-template-columns: 1fr; }
  .hero-split .hero-beeld img { aspect-ratio: 16 / 10; }
  .hero-panel .hero-beeld img { min-height: 0; aspect-ratio: 16 / 10; }
  .sectie-kop { grid-template-columns: 1fr; }
  .kaarten { grid-template-columns: repeat(2, 1fr); }
  .strook-raster { grid-template-columns: repeat(2, 1fr); }
  .strook-item:nth-child(3) { padding-left: 0; border-left: 0; }
  .strook-item:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .zijbalk-kaart { position: static; }
  .band { grid-template-columns: 1fr; }
  .voet-raster { grid-template-columns: 1fr 1fr; }
  .voet-merk { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  body { font-size: 1rem; }
  .kop-binnen, .kop-centraal .kop-binnen { flex-direction: row; justify-content: space-between; min-height: 64px; padding-block: 0; }
  .merk-sub { display: none; }
  .menu-toggle {
    display: inline-flex; align-items: center; min-height: 42px; padding: 0 14px; border: 1px solid var(--line);
    border-radius: var(--radius); background: var(--paper); color: var(--ink); font: 700 .9rem var(--ff-tekst); cursor: pointer;
  }
  .menu { display: none; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 20px 20px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .menu.open { display: flex; }
  .menu a:not(.knop) { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .menu .knop { margin-top: 14px; }
  .hero-stacked .hero-beeld img { aspect-ratio: 16 / 10; }
  .snelstart-rij { flex-direction: column; }
  .snelstart select { min-height: 48px; }
  .kaarten, .strook-raster, .keuzes, .velden-2 { grid-template-columns: 1fr; }
  .strook-item { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .strook-item:first-child { border-top: 0; }
  .stappen li { grid-template-columns: 44px 1fr; }
  .voet-raster { grid-template-columns: 1fr; }
  .mobiele-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; display: block; padding: 10px 16px; border-top: 1px solid var(--line); background: var(--paper); }
  .mobiele-cta .knop { width: 100%; }
  .voet { padding-bottom: 96px; }
  body.formulierpagina .mobiele-cta { display: none; }
  body.formulierpagina .voet { padding-bottom: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
@media print {
  .kop, .voet, .mobiele-cta, .zijbalk, .band, .snelstart { display: none !important; }
  .artikel-raster { display: block; }
  body { background: #fff; color: #000; }
}
