/* =========================================================================
   Verhuisscout — designsysteem
   Wereld: warm & vertrouwd. Zand-papier, inkt-marine anker, terracotta accent,
   gedempt teal als steun. Strak sectie-ritme, één knop-schaal, één iconset.
   Bindend: OPERATOR-SMAAK.md (rust + vette features, leesbaarheid eerst, WCAG AA).
   ========================================================================= */

/* ---------- Tokens ---------- */
:root {
  /* kleur */
  --sand:        #F6F2EA;
  --sand-2:      #EFE8DA;
  --sand-3:      #E7DECB;
  --paper:       #FFFFFF;
  --ink:         #15263B;
  --ink-2:       #1F3450;
  --ink-soft:    #33445C;
  --text:        #1D2733;
  --muted:       #55606C;
  --terra:       #C64B24;   /* knop-bg, sterk accent (wit erop = AA) */
  --terra-strong:#A93C18;   /* hover */
  --terra-text:  #B0421D;   /* terracotta als tekst/link op licht (AA) */
  --terra-tint:  #FBEBE3;   /* zachte accent-vlak */
  --teal:        #1F6E5C;   /* steun-accent (vertrouwen/"groen licht") */
  --teal-tint:   #E3F0EC;
  --amber:       #E0A32E;   /* sterren/rating, spaarzaam */
  --line:        #E4DAC6;   /* warme rand op licht */
  --line-ink:    rgba(255,255,255,.14);

  /* type */
  --font-head: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --fs-h1:  clamp(2.05rem, 4.6vw, 3.25rem);
  --fs-h2:  clamp(1.55rem, 3.2vw, 2.25rem);
  --fs-h3:  clamp(1.2rem, 2vw, 1.45rem);
  --fs-lead: clamp(1.12rem, 1.6vw, 1.28rem);
  --fs-body: 1.0625rem;   /* 17px */
  --fs-sm:  0.925rem;
  --lh:     1.68;

  /* ruimte / vorm */
  --maxw: 1180px;
  --maxw-read: 760px;
  --gutter: clamp(1.1rem, 4vw, 2rem);
  --section-y: clamp(3.2rem, 7vw, 5.6rem);
  --r-sm: 8px;
  --r:    14px;
  --r-lg: 22px;
  --pill: 999px;
  --shadow-sm: 0 1px 2px rgba(21,38,59,.06), 0 2px 8px rgba(21,38,59,.05);
  --shadow:    0 6px 18px rgba(21,38,59,.08), 0 2px 6px rgba(21,38,59,.05);
  --shadow-lg: 0 18px 46px rgba(21,38,59,.14);
  --ring: 0 0 0 3px rgba(198,75,36,.30);
}

/* ---------- Reset / basis ---------- */
*,*::before,*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce){ html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh);
  color: var(--text);
  background: var(--sand);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-wrap: break-word;
}
img,svg,video { max-width: 100%; height: auto; display: block; }
/* lange NL-samenstellingen (bv. "verhuiskostenvergoeding") mogen op smal scherm breken i.p.v. overflowen */
h1,h2,h3,h4 { font-family: var(--font-head); line-height: 1.14; color: var(--ink); font-weight: 600; margin: 0 0 .5em; letter-spacing: -.01em; overflow-wrap: break-word; }
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); }
p { margin: 0 0 1rem; }
a { color: var(--terra-text); text-decoration-color: rgba(176,66,29,.35); text-underline-offset: 2px; }
a:hover { text-decoration-color: currentColor; }
strong { font-weight: 650; color: var(--ink); }
ul,ol { margin: 0 0 1rem; padding-left: 1.25rem; }
li { margin: .3rem 0; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2rem 0; }
:focus-visible { outline: 3px solid var(--terra); outline-offset: 2px; border-radius: 4px; }
::selection { background: var(--terra-tint); }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section-y); }
.section--alt { background: var(--sand-2); }
.section--tint { background: linear-gradient(180deg, var(--sand) 0%, var(--sand-2) 100%); }
.section--ink { background: var(--ink); color: #E9EEF4; }
.section--ink h1,.section--ink h2,.section--ink h3 { color: #fff; }
.section--ink a { color: #ffd9c9; }
.section--tight { padding-block: clamp(2rem,4vw,3rem); }
.read { max-width: var(--maxw-read); }
.center { text-align: center; }
.mx-auto { margin-inline: auto; }

.grid { display: grid; gap: clamp(1rem, 2.4vw, 1.6rem); }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px){ .cols-3,.cols-4 { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 620px){ .cols-2,.cols-3,.cols-4 { grid-template-columns: 1fr; } }

/* ---------- Eyebrow / lead / prose ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-body); font-weight: 650; font-size: .8rem;
  letter-spacing: .08em; text-transform: uppercase; color: var(--terra-text);
  margin: 0 0 .8rem;
}
.eyebrow--light { color: #ffb99f; }
.eyebrow::before { content:""; width: 22px; height: 2px; background: var(--terra); border-radius: 2px; }
.lead { font-size: var(--fs-lead); color: var(--ink-soft); line-height: 1.6; }
.section--ink .lead { color: #C9D4E1; }
.prose > * + * { margin-top: 1rem; }
.prose h2 { margin-top: 2.2rem; }
.prose h3 { margin-top: 1.6rem; }
.prose ul li::marker { color: var(--terra); }
.prose a { font-weight: 550; }

/* ---------- Buttons (één schaal) ---------- */
.btn {
  --_bg: var(--ink); --_fg:#fff; --_bd: var(--ink);
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--font-body); font-weight: 650; font-size: 1rem; line-height: 1;
  padding: .85rem 1.35rem; border-radius: var(--pill);
  background: var(--_bg); color: var(--_fg); border: 1.5px solid var(--_bd);
  cursor: pointer; text-decoration: none; transition: transform .12s ease, background .15s, box-shadow .15s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.btn:active { transform: translateY(0); }
.btn--primary { --_bg: var(--terra); --_bd: var(--terra); }
.btn--primary:hover { --_bg: var(--terra-strong); --_bd: var(--terra-strong); }
.btn--secondary { --_bg: transparent; --_fg: var(--ink); --_bd: var(--ink); }
.btn--secondary:hover { --_bg: var(--ink); --_fg:#fff; }
.btn--ghost { --_bg: transparent; --_fg: var(--ink); --_bd: transparent; padding-inline:.6rem; }
.btn--light { --_bg:#fff; --_fg: var(--ink); --_bd:#fff; }
.btn--lg { font-size: 1.08rem; padding: 1.02rem 1.7rem; }
.btn--block { display: flex; width: 100%; }
.btn svg { width: 1.15em; height: 1.15em; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(246,242,234,.86); backdrop-filter: saturate(1.3) blur(10px);
  border-bottom: 1px solid var(--line);
}
.topbar { background: var(--ink); color: #cfdaea; font-size: .82rem; }
.topbar .container { display: flex; gap: 1.2rem; align-items: center; justify-content: center; padding-block: .42rem; flex-wrap: wrap; }
.topbar b { color:#fff; font-weight:600; }
.topbar .tb-item { display:inline-flex; align-items:center; gap:.4rem; }
.topbar svg { width: 15px; height: 15px; color: var(--amber); }
.nav { display: flex; align-items: center; gap: 1.1rem; padding-block: .7rem; }
.brand { display: inline-flex; align-items: center; gap: .6rem; font-family: var(--font-head); font-weight: 600; font-size: 1.32rem; color: var(--ink); text-decoration: none; letter-spacing:-.01em; }
.brand:hover { color: var(--ink); }
.brand .mark { width: 34px; height: 34px; flex: none; }
.brand em { color: var(--terra-text); font-style: normal; }
.nav-links { display: flex; align-items: center; gap: .3rem; margin-left: auto; }
.nav-links a { color: var(--ink); text-decoration: none; font-weight: 550; font-size: .98rem; padding: .5rem .7rem; border-radius: var(--r-sm); }
.nav-links a:hover { background: var(--sand-3); }
.nav-cta { margin-left: .4rem; }
.nav-toggle { display: none; margin-left: auto; background: transparent; border: 1.5px solid var(--ink); border-radius: var(--r-sm); padding: .5rem .6rem; cursor: pointer; color: var(--ink); }
.nav-toggle svg { width: 22px; height: 22px; }

/* dropdown */
.has-drop { position: relative; }
.drop { position: absolute; top: calc(100% + .3rem); left: 0; min-width: 240px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-lg); padding: .5rem; opacity: 0; visibility: hidden; transform: translateY(6px); transition: .16s; }
.has-drop:hover .drop, .has-drop:focus-within .drop { opacity: 1; visibility: visible; transform: translateY(0); }
.drop a { display: block; padding: .55rem .7rem; border-radius: var(--r-sm); font-size: .95rem; }
.drop a small { display:block; color: var(--muted); font-weight: 450; font-size: .8rem; }

@media (max-width: 860px){
  /* in-viewport paneel (geen translateX buiten beeld → geen horizontale overflow) */
  .nav-links { position: fixed; inset: 0 0 0 auto; width: min(86vw, 340px); flex-direction: column; align-items: stretch; gap: .15rem; background: var(--paper); box-shadow: var(--shadow-lg); padding: 5rem 1.1rem 2rem; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .22s ease, transform .22s ease, visibility .22s; overflow-y: auto; }
  .nav-links.open { opacity: 1; visibility: visible; transform: none; }
  .nav-links a { font-size: 1.05rem; padding: .8rem .7rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav-cta { margin: .8rem 0 0; }
  .nav-toggle { display: inline-flex; }
  .drop { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 0 .6rem; }
  .has-drop > a::after { content: " ▾"; color: var(--muted); }
  .nav-backdrop { position: fixed; inset: 0; background: rgba(21,38,59,.4); opacity: 0; visibility: hidden; transition: .2s; z-index: 55; }
  .nav-backdrop.open { opacity: 1; visibility: visible; }
}

/* ---------- Hero ---------- */
.hero { position: relative; padding-block: clamp(2.6rem, 5vw, 4.4rem) var(--section-y); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.5rem, 4vw, 3.2rem); align-items: center; }
@media (max-width: 940px){ .hero-grid { grid-template-columns: 1fr; } }
.hero h1 { margin-bottom: .3em; }
.hero .lead { max-width: 42ch; }
.hero-cta { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.6rem; }
.hero-usps { display: flex; gap: 1.4rem; flex-wrap: wrap; margin-top: 1.5rem; padding-top: 1.3rem; border-top: 1px solid var(--line); }
.hero-usps li { display: flex; align-items: center; gap: .5rem; margin: 0; list-style: none; font-weight: 550; color: var(--ink); font-size: .95rem; }
.hero-usps svg { width: 20px; height: 20px; color: var(--teal); flex: none; }
.hero-usps ul { display: contents; }
.hero-media { position: relative; }
.hero-figure { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/3.15; background: var(--sand-3); }
.hero-figure img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge { position: absolute; left: 1rem; bottom: 1rem; background: var(--paper); border-radius: var(--r); box-shadow: var(--shadow); padding: .7rem .9rem; display: flex; align-items: center; gap: .6rem; }
.hero-badge .stars { color: var(--amber); font-size: .95rem; letter-spacing: 1px; }
.hero-badge b { display: block; font-size: .95rem; color: var(--ink); }
.hero-badge small { color: var(--muted); }

/* ---------- Cards / features ---------- */
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 1.4rem; box-shadow: var(--shadow-sm); }
.card--pad { padding: clamp(1.4rem, 3vw, 2.1rem); }
.card--link { text-decoration: none; color: inherit; display: flex; flex-direction: column; transition: transform .14s, box-shadow .16s, border-color .16s; }
.card--link:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--sand-3); }
.card h3 { margin-bottom: .35rem; }
.card p { color: var(--muted); margin-bottom: .8rem; }
.card .more { margin-top: auto; color: var(--terra-text); font-weight: 600; font-size: .95rem; display: inline-flex; align-items: center; gap: .35rem; }
.card--link:hover .more svg { transform: translateX(3px); }
.card .more svg { transition: transform .15s; width: 16px; height: 16px; }

.icon-badge { width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center; background: var(--terra-tint); color: var(--terra-text); margin-bottom: 1rem; }
.icon-badge svg { width: 26px; height: 26px; }
.icon-badge--teal { background: var(--teal-tint); color: var(--teal); }
.icon-badge--ink { background: var(--sand-3); color: var(--ink); }

.feature { display: flex; gap: 1rem; align-items: flex-start; }
.feature .icon-badge { margin: 0; flex: none; width: 44px; height: 44px; }
.feature h3 { font-size: 1.15rem; }
.feature p { color: var(--muted); margin: 0; }

/* ---------- Steps ---------- */
.steps { counter-reset: step; display: grid; gap: 1.1rem; }
.steps.cols-3 { grid-template-columns: repeat(3,1fr); }
@media (max-width:760px){ .steps.cols-3 { grid-template-columns: 1fr; } }
.step { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 1.6rem 1.3rem 1.3rem; }
.step::before { counter-increment: step; content: counter(step); position: absolute; top: -16px; left: 1.3rem; width: 34px; height: 34px; border-radius: 50%; background: var(--terra); color: #fff; font-family: var(--font-head); font-weight: 600; display: grid; place-items: center; box-shadow: var(--shadow-sm); }
.step h3 { font-size: 1.1rem; margin: .2rem 0 .3rem; }
.step p { color: var(--muted); margin: 0; font-size: .97rem; }

/* ---------- Tools (vette features) ---------- */
.tool { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow); overflow: hidden; }
.tool-head { background: var(--ink); color: #fff; padding: 1.1rem 1.3rem; display: flex; align-items: center; gap: .8rem; }
.tool-head .icon-badge { margin: 0; background: rgba(255,255,255,.12); color: #fff; width: 42px; height: 42px; }
.tool-head h2,.tool-head h3 { color: #fff; margin: 0; font-size: 1.2rem; }
.tool-head p { margin: 0; color: #B9C6D6; font-size: .9rem; }
.tool-body { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
@media (max-width: 720px){ .tool-body { grid-template-columns: 1fr; } }
.tool-inputs { padding: clamp(1.2rem,3vw,1.7rem); }
.tool-output { padding: clamp(1.2rem,3vw,1.7rem); background: var(--sand-2); border-left: 1px solid var(--line); }
@media (max-width: 720px){ .tool-output { border-left: 0; border-top: 1px solid var(--line); } }
.field { margin-bottom: 1.05rem; }
.field > label { display: block; font-weight: 600; color: var(--ink); margin-bottom: .35rem; font-size: .95rem; }
.field .hint { display:block; color: var(--muted); font-size: .82rem; font-weight: 450; margin-top: .1rem; }
.field input[type=number], .field input[type=text], .field select {
  width: 100%; padding: .7rem .8rem; font: inherit; font-size: 1rem; color: var(--text);
  background: var(--paper); border: 1.5px solid var(--sand-3); border-radius: var(--r-sm);
}
.field input:focus, .field select:focus { outline: none; border-color: var(--terra); box-shadow: var(--ring); }
.field-row { display: flex; gap: .7rem; }
.field-row > * { flex: 1; }
.radio-cards { display: grid; grid-template-columns: repeat(auto-fit,minmax(120px,1fr)); gap: .5rem; }
.radio-cards label { border: 1.5px solid var(--sand-3); border-radius: var(--r-sm); padding: .6rem .7rem; cursor: pointer; font-size: .92rem; font-weight: 550; text-align: center; background: var(--paper); transition: .12s; }
.radio-cards input { position: absolute; opacity: 0; pointer-events: none; }
.radio-cards label:hover { border-color: var(--terra); }
.radio-cards input:checked + span, .radio-cards label.checked { }
.radio-cards label:has(input:checked) { border-color: var(--terra); background: var(--terra-tint); color: var(--terra-text); }
input[type=range] { width: 100%; accent-color: var(--terra); }
.range-val { font-weight: 650; color: var(--ink); }

.result-big { font-family: var(--font-head); font-size: clamp(2rem,5vw,2.8rem); color: var(--ink); line-height: 1.1; margin: .2rem 0; }
.result-big span { color: var(--terra-text); }
.result-sub { color: var(--muted); font-size: .95rem; }
.result-rows { margin: 1.1rem 0 0; border-top: 1px solid var(--line); }
.result-rows .row { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 0; border-bottom: 1px solid var(--line); font-size: .96rem; }
.result-rows .row b { color: var(--ink); }
.result-note { font-size: .82rem; color: var(--muted); margin-top: .9rem; }
.checklist-out { list-style: none; padding: 0; margin: .5rem 0 0; }
.checklist-out li { display: flex; gap: .6rem; align-items: flex-start; padding: .5rem .2rem; border-bottom: 1px dashed var(--line); }
.checklist-out input[type=checkbox] { margin-top: .28rem; width: 18px; height: 18px; accent-color: var(--teal); flex: none; }
.checklist-out li.done label { text-decoration: line-through; color: var(--muted); }
.checklist-out label { cursor: pointer; }

/* affiliate-mand in dozen-tool */
.aff-list { margin: 1.1rem 0 .3rem; padding: 1rem 1.1rem; background: var(--terra-tint); border-radius: var(--r-sm); }
.aff-list > b { display: block; color: var(--ink); font-size: .92rem; margin-bottom: .6rem; }
.aff-list .btn { width: 100%; }
.aff-mini { display: flex; gap: 1.2rem; margin: .7rem 0 .5rem; flex-wrap: wrap; }
.aff-mini a { font-size: .92rem; font-weight: 600; color: var(--terra-text); }
.aff-disc { display: block; font-size: .78rem; color: var(--muted); }

/* checklist voortgangsbalk */
.cl-progress { position: relative; background: var(--sand-3); border-radius: var(--pill); height: 28px; margin: 0 0 1.1rem; overflow: hidden; display: flex; align-items: center; }
.cl-progress span { position: relative; z-index: 2; font-size: .82rem; font-weight: 650; color: var(--ink); padding-left: .9rem; }
.cl-progress i { position: absolute; left: 0; top: 0; bottom: 0; background: linear-gradient(90deg, var(--teal-tint), #cfe6de); border-radius: var(--pill); transition: width .35s ease; }
.cl-actions { display: flex; gap: .6rem; flex-wrap: wrap; margin-top: 1rem; }
@media print { .site-header,.site-footer,.cookie,.breadcrumb,.ad-slot,.tool-inputs,.cl-actions,.cta-band { display: none !important; } .tool,.tool-output { box-shadow: none; border: 0; } }

/* ---------- Reviews ---------- */
.reviews { display: grid; gap: 1.1rem; grid-template-columns: repeat(3,1fr); }
@media (max-width: 860px){ .reviews { grid-template-columns: 1fr; } }
.review { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 1.3rem; }
.review .stars { color: var(--amber); letter-spacing: 1px; margin-bottom: .5rem; }
.review p { font-size: .98rem; color: var(--text); }
.review .who { display: flex; align-items: center; gap: .6rem; margin-top: .8rem; }
.review .who .av { width: 38px; height: 38px; border-radius: 50%; background: var(--teal-tint); color: var(--teal); display: grid; place-items: center; font-weight: 650; font-family: var(--font-head); }
.review .who b { color: var(--ink); font-size: .92rem; display: block; }
.review .who small { color: var(--muted); }

/* ---------- Trust / USP-rij ---------- */
.trust { display: flex; align-items: center; justify-content: center; gap: clamp(1.2rem,4vw,2.6rem); flex-wrap: wrap; opacity: .85; }
.trust .logo { height: 26px; color: var(--ink-soft); font-weight: 700; font-family: var(--font-head); font-size: 1rem; opacity: .8; }
.usp-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 2rem; }
.usp-row .u { display: inline-flex; align-items: center; gap: .5rem; font-weight: 550; color: var(--ink); font-size: .96rem; }
.usp-row .u svg { width: 20px; height: 20px; color: var(--teal); flex: none; }
.section--ink .usp-row .u { color: #E9EEF4; }
.section--ink .usp-row .u svg { color: #7FD3BF; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--ink); color: #fff; border-radius: var(--r-lg); padding: clamp(1.8rem,4vw,2.8rem); display: flex; align-items: center; justify-content: space-between; gap: 1.6rem; flex-wrap: wrap; position: relative; overflow: hidden; }
.cta-band::after { content:""; position:absolute; right:-40px; top:-40px; width: 220px; height: 220px; background: radial-gradient(circle, rgba(198,75,36,.32), transparent 70%); }
.cta-band h2 { color: #fff; margin: 0 0 .3rem; }
.cta-band p { color: #C9D4E1; margin: 0; max-width: 52ch; }
.cta-band .cta-actions { position: relative; display: flex; gap: .7rem; flex-wrap: wrap; }

/* ---------- FAQ ---------- */
.faq { max-width: var(--maxw-read); margin-inline: auto; }
.faq details { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); margin-bottom: .7rem; overflow: hidden; }
.faq summary { cursor: pointer; padding: 1.05rem 1.2rem; font-weight: 600; color: var(--ink); font-size: 1.02rem; list-style: none; display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--font-head); font-size: 1.4rem; color: var(--terra); transition: transform .2s; flex: none; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .faq-a { padding: 0 1.2rem 1.15rem; color: var(--text); }
.faq .faq-a p:last-child { margin-bottom: 0; }

/* ---------- Breadcrumb / TOC / callout ---------- */
.breadcrumb { font-size: .85rem; color: var(--muted); padding-block: 1rem .2rem; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; padding: 0; margin: 0; }
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--terra-text); }
.breadcrumb li::after { content: "›"; margin-left: .4rem; color: var(--sand-3); }
.breadcrumb li:last-child::after { content: ""; }
.breadcrumb li[aria-current] { color: var(--ink); font-weight: 550; }

.toc { background: var(--sand-2); border: 1px solid var(--line); border-radius: var(--r); padding: 1.1rem 1.3rem; margin: 0 0 1.8rem; }
.toc b { display: block; font-family: var(--font-head); color: var(--ink); margin-bottom: .5rem; }
.toc ol { margin: 0; padding-left: 1.1rem; columns: 2; }
@media (max-width: 620px){ .toc ol { columns: 1; } }
.toc a { color: var(--ink-soft); text-decoration: none; font-size: .94rem; }
.toc a:hover { color: var(--terra-text); }

.callout { border-left: 4px solid var(--terra); background: var(--terra-tint); border-radius: 0 var(--r-sm) var(--r-sm) 0; padding: 1rem 1.2rem; margin: 1.4rem 0; }
.callout--teal { border-color: var(--teal); background: var(--teal-tint); }
.callout p:last-child { margin-bottom: 0; }
.callout b { color: var(--ink); }
.callout p > svg { width: 20px; height: 20px; vertical-align: -4px; margin-right: .4rem; color: var(--terra); }
.callout--teal p > svg { color: var(--teal); }
/* losse inline-iconen in leestekst netjes klein houden */
.prose p > svg:first-child, .prose li > svg:first-child { width: 20px; height: 20px; vertical-align: -4px; margin-right: .35rem; color: var(--terra-text); }

.table-wrap { overflow-x: auto; margin: 1.4rem 0; border: 1px solid var(--line); border-radius: var(--r); }
table.data { width: 100%; border-collapse: collapse; font-size: .95rem; min-width: 460px; }
table.data th, table.data td { padding: .7rem .9rem; text-align: left; border-bottom: 1px solid var(--line); }
table.data thead th { background: var(--sand-2); color: var(--ink); font-family: var(--font-body); font-weight: 650; }
table.data tbody tr:last-child td { border-bottom: 0; }
table.data td:not(:first-child) { text-align: right; font-variant-numeric: tabular-nums; }

.pill-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1rem 0; padding: 0; list-style: none; }
.pill-tags a { display: inline-block; background: var(--paper); border: 1px solid var(--line); border-radius: var(--pill); padding: .35rem .85rem; font-size: .9rem; color: var(--ink-soft); text-decoration: none; }
.pill-tags a:hover { border-color: var(--terra); color: var(--terra-text); }

/* ---------- Ad slot (CLS-veilig) ----------
   Operator-eis: advertentie-vakjes uit het zicht, maar de slots in de code houden voor
   latere monetisatie. Default verborgen; activeren = de klasse .is-live erop zetten. */
.ad-slot { display: none; max-width: var(--maxw); margin: 2rem auto; padding-inline: var(--gutter); }
.ad-slot.is-live { display: block; }
.ad-slot .ad-inner { min-height: 100px; display: grid; place-items: center; background: repeating-linear-gradient(45deg, var(--sand-2), var(--sand-2) 12px, var(--sand-3) 12px, var(--sand-3) 24px); border: 1px dashed var(--sand-3); border-radius: var(--r-sm); color: var(--muted); font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; }
.ad-slot--wide .ad-inner { min-height: 120px; }
.ad-slot--rect .ad-inner { min-height: 250px; }

/* ---------- Lead form ---------- */
.leadform { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow); padding: clamp(1.4rem,3vw,2rem); }
.leadform .step-dots { display: flex; gap: .4rem; margin-bottom: 1.2rem; }
.leadform .dot { height: 6px; flex: 1; border-radius: 3px; background: var(--sand-3); }
.leadform .dot.active { background: var(--terra); }
.leadform .disclosure { font-size: .82rem; color: var(--muted); margin-top: .9rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #C2CEDC; padding-block: clamp(2.6rem,5vw,3.8rem) 0; }
.site-footer h4 { color: #fff; font-family: var(--font-body); font-size: .9rem; letter-spacing: .05em; text-transform: uppercase; margin: 0 0 1rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; }
@media (max-width: 860px){ .footer-grid { grid-template-columns: 1fr 1fr; gap: 1.6rem; } }
@media (max-width: 480px){ .footer-grid { grid-template-columns: 1fr; } }
.site-footer .brand { color: #fff; margin-bottom: .8rem; }
.site-footer .brand em { color: #ffb99f; }
.site-footer .about { color: #A9B7C8; font-size: .95rem; max-width: 34ch; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin: .45rem 0; }
.footer-links a { color: #C2CEDC; text-decoration: none; font-size: .95rem; }
.footer-links a:hover { color: #fff; text-decoration: underline; }
.footer-bar { border-top: 1px solid var(--line-ink); margin-top: 2.4rem; padding-block: 1.3rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .85rem; color: #90A0B4; }
.footer-bar a { color: #90A0B4; }
.footer-network { display: flex; flex-wrap: wrap; align-items: baseline; gap: .3rem 1rem; margin-top: .6rem; font-size: .82rem; color: #7E8EA3; }
.footer-network span { color: #7E8EA3; }
.footer-network a { color: #9DACBE; text-decoration: none; font-weight: 550; }
.footer-network a:hover { color: #fff; text-decoration: underline; }
.footer-disc { font-size: .8rem; color: #7E8EA3; max-width: 70ch; margin-top: .8rem; }

/* ---------- Cookiebanner ---------- */
.cookie { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 90; max-width: 560px; margin-inline: auto; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-lg); padding: 1.1rem 1.2rem; }
.cookie[hidden] { display: none; }
.cookie p { font-size: .9rem; margin: 0 0 .8rem; color: var(--text); }
.cookie .row { display: flex; gap: .6rem; flex-wrap: wrap; }
.cookie .btn { padding: .6rem 1rem; font-size: .92rem; }

/* ---------- Reveal (met vangnet: alleen actief als html.js) ---------- */
html.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
html.js .reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){ html.js .reveal { opacity: 1 !important; transform: none !important; transition: none; } }

/* ---------- Utilities ---------- */
.mt-0{margin-top:0}.mb-0{margin-bottom:0}
.stack > * + * { margin-top: 1rem; }
.stack-lg > * + * { margin-top: 1.6rem; }
.muted { color: var(--muted); }
.tag { display:inline-block; background: var(--teal-tint); color: var(--teal); font-weight:600; font-size:.78rem; padding:.2rem .6rem; border-radius: var(--pill); }
.tag--terra { background: var(--terra-tint); color: var(--terra-text); }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--ink); color:#fff; padding:.6rem 1rem; z-index: 200; border-radius: 0 0 var(--r-sm) 0; }
.skip-link:focus { left: 0; }
.visually-hidden { position:absolute; width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0); }
