/* ==========================================================================
   Autorijschool De Kruijf, Zeist
   Palet en vormtaal komen van de lesauto zelf: het rood van de Nissan Qashqai,
   het zwarte daksign en de blauwe L-plaat. De L-plaat is het handtekening-
   element: hij komt terug als logo, als opsommingsteken en als sectiemarkering.
   ========================================================================== */

/* ---------- fonts ---------- */
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 200 800;
  font-stretch: 75% 100%;
  font-display: swap;
  src: url(/assets/fonts/bricolage-var-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 200 800;
  font-stretch: 75% 100%;
  font-display: swap;
  src: url(/assets/fonts/bricolage-var-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 75% 100%;
  font-display: swap;
  src: url(/assets/fonts/instrument-var-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 75% 100%;
  font-display: swap;
  src: url(/assets/fonts/instrument-var-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- tokens ---------- */
:root {
  --rood: #d81324;
  --rood-diep: #a20c1a;
  --rood-zacht: #fdeef0;
  --nacht: #12161c;
  --nacht-2: #1d2531;
  --lblauw: #0a5bd3;
  --lblauw-zacht: #eaf1fd;
  --asfalt: #58616f;
  --mist: #f4f5f7;
  --wit: #fff;
  --rand: #e3e6eb;

  --display: 'Bricolage Grotesque', 'Segoe UI', system-ui, sans-serif;
  --tekst: 'Instrument Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;

  --breed: 1160px;
  --smal: 760px;
  --radius: 14px;
  --radius-s: 9px;
  --schaduw: 0 1px 2px rgba(18, 22, 28, .05), 0 8px 26px -14px rgba(18, 22, 28, .28);
  --schaduw-op: 0 2px 4px rgba(18, 22, 28, .07), 0 18px 44px -18px rgba(18, 22, 28, .36);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--tekst);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--nacht);
  background: var(--wit);
  font-variant-numeric: tabular-nums lining-nums;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--lblauw); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--rood); }
h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 700;
  font-stretch: 92%;
  line-height: 1.1;
  letter-spacing: -0.018em;
  margin: 0 0 .5em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.1rem, 5.2vw, 3.35rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.25rem); }
h3 { font-size: clamp(1.15rem, 2.1vw, 1.4rem); }
h4 { font-size: 1.0625rem; }
p { margin: 0 0 1.1em; }
p:last-child, ul:last-child, ol:last-child { margin-bottom: 0; }
ul, ol { margin: 0 0 1.1em; padding-left: 1.25em; }
li { margin-bottom: .4em; }
strong { font-weight: 600; }
:focus-visible {
  outline: 3px solid var(--lblauw);
  outline-offset: 2px;
  border-radius: 3px;
}

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--breed); margin: 0 auto; padding: 0 20px; }
.wrap-smal { max-width: var(--smal); }
section { padding: clamp(3rem, 7vw, 5.25rem) 0; }
section.compact { padding: clamp(2.25rem, 4.5vw, 3.25rem) 0; }
.mist { background: var(--mist); }
.donker { background: var(--nacht); color: #e9ecf1; }
.donker h2, .donker h3 { color: var(--wit); }
.donker a { color: #a9c8ff; }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--nacht); color: var(--wit); padding: 12px 18px; border-radius: 0 0 8px 0;
}
.skip:focus { left: 0; }

/* ---------- L-plaat, het handtekening-element ---------- */
.lplaat {
  display: inline-grid; place-items: center;
  width: 1.55em; height: 1.55em;
  background: var(--lblauw); color: var(--wit);
  border-radius: .28em;
  font-family: var(--display); font-weight: 800; font-size: .8em;
  line-height: 1; letter-spacing: 0;
  flex: none;
}

/* ---------- daksign-logo ---------- */
.daksign {
  display: inline-flex; align-items: stretch; gap: 0;
  background: var(--nacht); border-radius: 7px; overflow: hidden;
  text-decoration: none; line-height: 1;
}
.daksign:hover { color: inherit; }
.daksign__naam {
  display: flex; flex-direction: column; justify-content: center;
  padding: 7px 11px 7px 12px; color: var(--wit);
  font-family: var(--display); font-stretch: 88%;
}
.daksign__boven { font-size: .72rem; font-weight: 500; opacity: .72; letter-spacing: .12em; text-transform: uppercase; }
.daksign__onder { font-size: 1.18rem; font-weight: 800; letter-spacing: -.01em; }
.daksign__onder em { font-style: normal; color: var(--rood); }
.daksign__l {
  display: grid; place-items: center; width: 34px;
  background: var(--lblauw); color: var(--wit);
  font-family: var(--display); font-weight: 800; font-size: 1.35rem;
}
.donker .daksign, footer .daksign { background: #000; }

/* ---------- header ---------- */
.kop {
  position: sticky; top: 0; z-index: 90;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid var(--rand);
}
.kop__bar { display: flex; align-items: center; gap: 16px; min-height: 68px; }
.kop__nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.kop__nav a {
  font-size: .95rem; font-weight: 500; color: var(--nacht); text-decoration: none;
  padding: 9px 11px; border-radius: 8px; white-space: nowrap;
}
.kop__nav a:hover { background: var(--mist); color: var(--rood); }
.kop__nav a[aria-current="page"] { color: var(--rood); box-shadow: inset 0 -2px 0 var(--rood); border-radius: 8px 8px 0 0; }
.kop__cta { margin-left: 8px; }
.kop__toggle {
  margin-left: auto; display: none; align-items: center; gap: 8px;
  background: var(--nacht); color: var(--wit); border: 0; cursor: pointer;
  font-family: var(--tekst); font-size: .9rem; font-weight: 600;
  padding: 10px 14px; border-radius: 9px;
}
.kop__toggle svg { width: 16px; height: 16px; }

/* ---------- knoppen ---------- */
.knop {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--tekst); font-size: 1rem; font-weight: 600; line-height: 1.2;
  padding: 14px 22px; border-radius: 10px; border: 2px solid transparent;
  text-decoration: none; cursor: pointer; transition: transform .12s ease, background .15s ease, box-shadow .15s ease;
}
.knop svg { width: 18px; height: 18px; flex: none; }
.knop:hover { transform: translateY(-1px); }
.knop--rood { background: var(--rood); color: var(--wit); box-shadow: var(--schaduw); }
.knop--rood:hover { background: var(--rood-diep); color: var(--wit); box-shadow: var(--schaduw-op); }
.knop--nacht { background: var(--nacht); color: var(--wit); }
.knop--nacht:hover { background: var(--nacht-2); color: var(--wit); }
.knop--lijn { border-color: var(--nacht); color: var(--nacht); background: transparent; }
.knop--lijn:hover { background: var(--nacht); color: var(--wit); }
.knop--licht { background: var(--wit); color: var(--nacht); border-color: var(--rand); }
.knop--licht:hover { border-color: var(--nacht); color: var(--nacht); }
/* Op donkere vlakken moet de lijnknop wit zijn, anders valt hij weg. */
.hero .knop--lijn, .donker .knop--lijn { border-color: rgba(255, 255, 255, .55); color: var(--wit); }
.hero .knop--lijn:hover, .donker .knop--lijn:hover { background: var(--wit); color: var(--nacht); }
.knop--klein { padding: 10px 15px; font-size: .92rem; border-radius: 9px; }
.knop--breed { width: 100%; }
.knoppen { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- hero ---------- */
/* De hero regelt zijn eigen ruimte via .hero__grid, dus geen dubbele padding
   van de algemene section-regel erbij. */
.hero { position: relative; padding: 0; background: var(--nacht); color: #e9ecf1; overflow: hidden; }
.hero::after {
  content: ""; position: absolute; inset: auto 0 0 0; height: 6px;
  background: repeating-linear-gradient(90deg, var(--wit) 0 34px, transparent 34px 68px);
  opacity: .28;
}
.hero__grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 4vw, 56px);
  align-items: center; padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(3rem, 5.5vw, 4.75rem);
}
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .84rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase;
  color: #b9c2d1; margin-bottom: 18px;
}
.hero h1 { color: var(--wit); margin-bottom: .45em; }
.hero h1 em { font-style: normal; color: #ff5f6d; }
.hero__lead { font-size: clamp(1.05rem, 2vw, 1.2rem); color: #c9d1de; max-width: 46ch; margin-bottom: 26px; }
.hero .knoppen { margin-bottom: 22px; }
.hero__nummers { font-size: .95rem; color: #aab4c4; }
.hero__nummers a { color: var(--wit); font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.35); }
.hero__nummers a:hover { color: #ff8f99; }
.hero__foto { position: relative; }
.hero__foto img { border-radius: var(--radius); box-shadow: 0 30px 60px -30px rgba(0,0,0,.85); }
.hero__sticker {
  position: absolute; left: -14px; bottom: -18px;
  background: var(--wit); color: var(--nacht); border-radius: 12px;
  padding: 12px 16px; box-shadow: var(--schaduw-op);
  display: flex; align-items: center; gap: 11px; max-width: 82%;
}
.hero__sticker strong { font-family: var(--display); font-size: 1.6rem; font-weight: 800; line-height: 1; }
.hero__sticker span { font-size: .84rem; line-height: 1.3; color: var(--asfalt); }

/* ---------- vertrouwensbalk ---------- */
.balk { background: var(--nacht-2); color: #dbe1ea; }
.balk ul {
  list-style: none; margin: 0; padding: 16px 0; display: grid; gap: 10px 30px;
  grid-template-columns: repeat(4, 1fr); font-size: .92rem;
}
.balk li { display: flex; align-items: center; gap: 9px; margin: 0; }
.balk svg { width: 17px; height: 17px; color: #6fd08c; flex: none; }

/* ---------- sectiekop ---------- */
.sectiekop { max-width: 62ch; margin-bottom: clamp(1.75rem, 3vw, 2.5rem); }
.sectiekop.midden { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .8rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  color: var(--rood); margin-bottom: 12px;
}
.sectiekop p { color: var(--asfalt); font-size: 1.08rem; margin-bottom: 0; }
.donker .sectiekop p { color: #b6bfcd; }

/* ---------- kaarten ---------- */
.kaarten { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(272px, 1fr)); }
.kaart {
  background: var(--wit); border: 1px solid var(--rand); border-radius: var(--radius);
  padding: 26px 24px; display: flex; flex-direction: column;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.kaart:hover { border-color: #c9cfd8; box-shadow: var(--schaduw); transform: translateY(-2px); }
.kaart h3 { margin-bottom: .4em; }
.kaart p { color: var(--asfalt); font-size: .99rem; }
.kaart__icoon {
  width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center;
  background: var(--rood-zacht); color: var(--rood); margin-bottom: 16px;
}
.kaart__icoon svg { width: 21px; height: 21px; }
.kaart__icoon.blauw { background: var(--lblauw-zacht); color: var(--lblauw); }
.kaart__link {
  margin-top: auto; padding-top: 16px; font-weight: 600; font-size: .96rem;
  text-decoration: none; color: var(--rood); display: inline-flex; align-items: center; gap: 7px;
}
.kaart__link::after { content: "\2192"; transition: transform .15s ease; }
.kaart:hover .kaart__link::after { transform: translateX(3px); }
.mist .kaart { border-color: #dfe3e9; }

/* ---------- stappen (rijbewijsroute) ---------- */
.stappen { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); counter-reset: stap; }
.stap { position: relative; padding: 24px 22px; background: var(--wit); border: 1px solid var(--rand); border-radius: var(--radius); }
.stap__nr {
  display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%;
  background: var(--nacht); color: var(--wit); font-family: var(--display); font-weight: 800;
  font-size: 1rem; margin-bottom: 14px;
}
.stap h3 { font-size: 1.08rem; }
.stap p { color: var(--asfalt); font-size: .97rem; margin: 0; }

/* ---------- pakketten ---------- */
.pakketten { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(258px, 1fr)); align-items: start; }
.pakket {
  background: var(--wit); border: 1px solid var(--rand); border-radius: var(--radius);
  padding: 26px 24px; position: relative;
}
.pakket--top { border-color: var(--rood); box-shadow: 0 0 0 3px var(--rood-zacht); }
.pakket__vlag {
  position: absolute; top: -13px; left: 24px; background: var(--rood); color: var(--wit);
  font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 99px;
}
.pakket h3 { margin-bottom: .2em; }
.pakket__uren { color: var(--asfalt); font-size: .95rem; margin-bottom: 14px; }
.pakket__prijs { font-family: var(--display); font-weight: 800; font-size: 2.25rem; line-height: 1; margin-bottom: 4px; }
.pakket__per { color: var(--asfalt); font-size: .88rem; margin-bottom: 18px; }
.pakket ul { list-style: none; padding: 0; margin: 0 0 20px; font-size: .97rem; }
.pakket li { display: flex; gap: 9px; align-items: flex-start; }
.pakket li svg { width: 17px; height: 17px; color: var(--rood); flex: none; margin-top: 4px; }

/* ---------- prijstabel ---------- */
.tabelwrap { overflow-x: auto; border: 1px solid var(--rand); border-radius: var(--radius); background: var(--wit); }
table.prijs { width: 100%; border-collapse: collapse; font-size: 1rem; }
table.prijs caption { text-align: left; padding: 18px 22px 0; font-weight: 600; font-family: var(--display); font-size: 1.15rem; }
table.prijs th, table.prijs td { padding: 14px 22px; text-align: left; border-bottom: 1px solid var(--rand); }
table.prijs thead th { font-size: .8rem; letter-spacing: .07em; text-transform: uppercase; color: var(--asfalt); font-weight: 600; }
table.prijs td:last-child, table.prijs th:last-child { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
table.prijs tbody tr:last-child td { border-bottom: 0; }
table.prijs tbody td:last-child { font-weight: 600; }
table.prijs tr.uitgelicht td { background: var(--rood-zacht); }

/* ---------- feitenlijst ---------- */
.feiten { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.feiten li { display: flex; gap: 12px; align-items: flex-start; margin: 0; }
.feiten .lplaat { margin-top: 2px; }
.feiten svg { width: 20px; height: 20px; color: var(--rood); flex: none; margin-top: 3px; }

/* ---------- twee kolommen ---------- */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4.5vw, 60px); align-items: center; }
.duo--breed-links { grid-template-columns: 1.15fr .85fr; }
.duo img { border-radius: var(--radius); }
.duo figure { margin: 0; }
.duo figcaption { font-size: .88rem; color: var(--asfalt); margin-top: 10px; }

/* ---------- citaat / kenmerk ---------- */
.kenmerk {
  border-left: 4px solid var(--rood); padding: 4px 0 4px 20px;
  font-family: var(--display); font-size: clamp(1.2rem, 2.4vw, 1.55rem); font-weight: 600;
  line-height: 1.35; letter-spacing: -.015em;
}

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; max-width: 800px; }
.faq details {
  background: var(--wit); border: 1px solid var(--rand); border-radius: var(--radius-s);
  padding: 4px 20px;
}
.faq details[open] { border-color: #c9cfd8; box-shadow: var(--schaduw); }
.faq summary {
  cursor: pointer; list-style: none; padding: 16px 30px 16px 0; position: relative;
  font-family: var(--display); font-weight: 600; font-size: 1.06rem; line-height: 1.35;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; font-weight: 400; color: var(--rood); line-height: 1;
}
.faq details[open] summary::after { content: "\2013"; }
.faq details > div { padding: 0 0 18px; color: var(--asfalt); }
.faq details > div :last-child { margin-bottom: 0; }

/* ---------- contactblok ---------- */
.contactblok { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 48px); align-items: start; }
.nap { font-style: normal; line-height: 1.75; }
.nap a { color: inherit; font-weight: 600; }
.map-link { display: block; text-decoration: none; color: inherit; }
.map-link img { border-radius: var(--radius); border: 1px solid var(--rand); width: 100%; }
.map-link span {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 10px;
  font-weight: 600; font-size: .95rem; color: var(--lblauw);
}
.map-link span svg { width: 18px; height: 18px; flex: none; }

/* ---------- eindoproep ---------- */
.eind { background: var(--rood); color: var(--wit); }
.eind h2 { color: var(--wit); }
.eind p { color: #ffe0e3; max-width: 52ch; }
.eind .knop--licht { background: var(--wit); color: var(--rood); border-color: var(--wit); }
.eind .knop--lijn { border-color: rgba(255,255,255,.7); color: var(--wit); }
.eind .knop--lijn:hover { background: var(--wit); color: var(--rood); }

/* ---------- gallerij ---------- */
.galerij { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.galerij figure { margin: 0; background: var(--wit); border: 1px solid var(--rand); border-radius: var(--radius); overflow: hidden; }
.galerij img { width: 100%; }
.galerij figcaption { padding: 14px 18px; font-size: .95rem; }
.galerij figcaption strong { display: block; font-family: var(--display); font-size: 1.02rem; }
.galerij figcaption span { color: var(--asfalt); }

/* ---------- weetjes ---------- */
.weetjes { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.weetje { background: var(--wit); border: 1px solid var(--rand); border-left: 4px solid var(--lblauw); border-radius: var(--radius-s); padding: 20px 22px; }
.weetje h3 { font-size: 1.02rem; margin-bottom: .35em; }
.weetje p { margin: 0; color: var(--asfalt); font-size: .97rem; }

/* ---------- kruimelpad ---------- */
.kruimels { font-size: .875rem; color: var(--asfalt); padding: 14px 0 0; }
.kruimels ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; }
.kruimels li { margin: 0; display: flex; gap: 8px; align-items: center; }
.kruimels li + li::before { content: "/"; color: #b6bcc6; }
.kruimels a { color: var(--asfalt); text-decoration: none; }
.kruimels a:hover { color: var(--rood); text-decoration: underline; }

/* ---------- paginakop ---------- */
.paginakop { padding: clamp(2rem, 4vw, 3rem) 0 clamp(1.5rem, 3vw, 2.25rem); border-bottom: 1px solid var(--rand); }
.paginakop p.lead { font-size: clamp(1.05rem, 1.8vw, 1.18rem); color: var(--asfalt); max-width: 60ch; margin-bottom: 0; }
.paginakop .knoppen { margin-top: 24px; }

/* ---------- inhoud (juridische pagina's) ---------- */
.inhoud h2 { margin-top: 2em; }
.inhoud h2:first-child { margin-top: 0; }
.inhoud h3 { margin-top: 1.6em; }
.inhoud { max-width: 72ch; }

/* ---------- links-lijst ---------- */
.linklijst { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.linklijst a {
  display: flex; align-items: center; gap: 14px; padding: 18px 20px;
  background: var(--wit); border: 1px solid var(--rand); border-radius: var(--radius-s);
  text-decoration: none; color: var(--nacht); font-weight: 600;
}
.linklijst a:hover { border-color: var(--rood); color: var(--rood); }
.linklijst small { display: block; font-weight: 400; color: var(--asfalt); font-size: .87rem; margin-top: 2px; }

/* ---------- plaatsen ---------- */
.plaatsen { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.plaatsen li { margin: 0; }
.plaatsen span, .plaatsen a {
  display: inline-block; padding: 9px 15px; border-radius: 99px;
  background: var(--wit); border: 1px solid var(--rand); font-size: .95rem;
  font-weight: 500; text-decoration: none; color: var(--nacht);
}
.donker .plaatsen span { background: var(--nacht-2); border-color: #2f3947; color: #dbe1ea; }

/* ---------- footer ---------- */
.voet { background: var(--nacht); color: #aab4c4; padding: clamp(2.75rem, 5vw, 4rem) 0 0; font-size: .96rem; }
.voet__grid { display: grid; gap: 34px; grid-template-columns: 1.3fr 1fr 1fr 1fr; }
.voet h3 { font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: #7d879a; font-weight: 700; margin-bottom: 14px; font-stretch: 100%; }
.voet ul { list-style: none; padding: 0; margin: 0; }
.voet li { margin-bottom: 9px; }
.voet a { color: #dbe1ea; text-decoration: none; }
.voet a:hover { color: var(--wit); text-decoration: underline; }
.voet__over p { margin-bottom: 14px; max-width: 34ch; }
.voet__daksign { margin-bottom: 16px; }
.voet__onder {
  margin-top: 34px; padding: 18px 0; border-top: 1px solid #262f3c;
  display: flex; flex-wrap: wrap; gap: 8px 22px; justify-content: space-between;
  font-size: .87rem; color: #7d879a;
}
.voet__onder a { color: #a1abbb; }

/* ---------- mobiele actiebalk ---------- */
.actiebalk {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 95; display: none;
  background: rgba(18, 22, 28, .97); backdrop-filter: blur(8px);
  border-top: 1px solid #2b3441; padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
  gap: 8px;
}
.actiebalk a {
  flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px;
  padding: 8px 4px; border-radius: 9px; text-decoration: none;
  color: var(--wit); font-size: .76rem; font-weight: 600;
}
.actiebalk a svg { width: 19px; height: 19px; }
.actiebalk a.prim { background: var(--rood); }
.actiebalk a.sec { background: #262f3c; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  /* Op smalle schermen eerst de belofte en de knoppen, dan pas de foto:
     de bezoeker moet boven de vouw kunnen bellen. */
  .hero__grid { grid-template-columns: 1fr; padding-bottom: clamp(2.5rem, 6vw, 3.5rem); }
  .hero__foto { margin-top: 8px; }
  .hero__sticker { left: auto; right: 10px; bottom: -14px; }
  .duo, .duo--breed-links, .contactblok { grid-template-columns: 1fr; }
  .balk ul { grid-template-columns: repeat(2, 1fr); }
  .voet__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 780px) {
  .kop__nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 2px;
    background: var(--wit); border-bottom: 1px solid var(--rand);
    padding: 10px 20px 18px; box-shadow: var(--schaduw-op);
  }
  .kop__nav.open { display: flex; }
  .kop__nav a { padding: 13px 12px; font-size: 1.02rem; }
  .kop__nav a[aria-current="page"] { box-shadow: none; background: var(--rood-zacht); }
  .kop__cta { margin: 8px 0 0; }
  .kop__toggle { display: inline-flex; }
  .kop { position: relative; }
  .actiebalk { display: flex; }
  body { padding-bottom: 72px; }
  .voet__onder { justify-content: flex-start; }
}
@media (max-width: 520px) {
  .balk ul { grid-template-columns: 1fr; }
  .voet__grid { grid-template-columns: 1fr; }
  .knoppen .knop { width: 100%; }
  .hero__sticker { position: static; margin-top: 14px; max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .knop:hover, .kaart:hover { transform: none; }
}

@media print {
  .kop, .actiebalk, .eind, .voet { display: none; }
}
