/* ==========================================================================
   Autorijschool Promoot, Ridderkerk
   Eén stylesheet. Kleuren komen van het eigen lesbord van de rijschool:
   geel bord, zwarte letters, blauwe L. Dat bord is ook het beeldmerk.
   ========================================================================== */

/* --- Fonts: zelf gehost, alleen de latin-subset (genoeg voor Nederlands) --- */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/barlow-700-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: 'Barlow';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/assets/fonts/barlow-800-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: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/assets/fonts/inter-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;
}

:root {
  --sign: #ffd400;          /* het geel van het lesbord */
  --sign-dark: #e5bf00;
  --sign-soft: #fff6cc;
  --blue: #0090d4;          /* de blauwe L en de O in het woordmerk */
  --blue-deep: #0b3c63;
  --ink: #10161d;
  --ink-2: #1b2530;
  --body: #384250;
  --line: #dfe4ea;
  --paper: #ffffff;
  --paper-2: #f4f6f9;
  --error: #b3261e;
  --ok: #1a7f47;

  --font-display: 'Barlow', 'Helvetica Neue', Arial, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;

  --radius: 10px;
  --radius-lg: 18px;
  --wrap: 74rem;
  --shadow: 0 1px 2px rgba(16, 22, 29, .06), 0 8px 28px rgba(16, 22, 29, .07);
  --shadow-lg: 0 2px 6px rgba(16, 22, 29, .08), 0 24px 60px rgba(16, 22, 29, .14);

  /* Tokens van het leadformulier (zie references/lead-forms.md). De standaard
     lichte waarden kloppen hier; alleen de focusring wordt op het blauw gezet
     omdat geel op wit te weinig contrast geeft. */
  --form-focus-ring: var(--blue);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--body);
  background: var(--paper);
  overflow-wrap: break-word;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--ink);
  line-height: 1.12;
  letter-spacing: -.02em;
  margin: 0 0 .55em;
  font-weight: 800;
}
h1 { font-size: clamp(2.1rem, 1.35rem + 3.1vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 1.2rem + 1.7vw, 2.35rem); }
h3 { font-size: clamp(1.18rem, 1.06rem + .5vw, 1.4rem); }
h4 { font-size: 1.05rem; font-weight: 700; }
p, ul, ol, table, figure { margin: 0 0 1.1rem; }
ul, ol { padding-left: 1.15rem; }
li { margin-bottom: .35rem; }
strong { color: var(--ink); font-weight: 600; }

a { color: var(--blue-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--blue); }

img { max-width: 100%; height: auto; display: block; }

:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; border-radius: 3px; }

.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
@media (max-width: 32rem) { .wrap { width: min(100% - 1.75rem, var(--wrap)); } }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--sign); color: var(--ink); padding: .7rem 1.1rem;
  font-family: var(--font-display); font-weight: 700; border-radius: 0 0 var(--radius) 0;
}
.skip-link:focus { left: 0; }

.section { padding: clamp(3rem, 2rem + 4vw, 5.25rem) 0; }
.section--tight { padding: clamp(2.25rem, 1.6rem + 2.6vw, 3.5rem) 0; }
.section--alt { background: var(--paper-2); }
.section--ink { background: var(--ink); color: #cfd7e0; }
.section--ink h2, .section--ink h3 { color: #fff; }

.eyebrow {
  display: flex; align-items: center; gap: .6rem;
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
  letter-spacing: .12em; font-size: .78rem; color: var(--blue-deep);
  margin: 0 0 .7rem;
}
.eyebrow::before {
  content: ""; width: 1.6rem; height: .32rem; background: var(--sign);
  border-radius: 2px; flex: none;
}
.section--ink .eyebrow { color: var(--sign); }
.section--ink .eyebrow::before { background: var(--sign); }

.lead { font-size: 1.14rem; color: var(--body); max-width: 62ch; }
.section--ink .lead { color: #cfd7e0; }
.measure { max-width: 68ch; }

/* --- Het beeldmerk: het gele lesbord ------------------------------------- */
.mark { display: block; height: 2.1rem; width: auto; }
.brand { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; }
.brand__sub {
  font-family: var(--font-display); font-weight: 700; font-size: .72rem;
  text-transform: uppercase; letter-spacing: .14em; color: #9fb0c2; line-height: 1.2;
  max-width: 6.5rem;
}

/* --- Knoppen -------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--font-display); font-weight: 700; font-size: 1rem;
  padding: .78rem 1.35rem; border-radius: var(--radius); border: 2px solid transparent;
  text-decoration: none; cursor: pointer; line-height: 1.2; text-align: center;
  transition: transform .12s ease, background-color .15s ease, border-color .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn svg { width: 1.15em; height: 1.15em; flex: none; }
.btn--primary { background: var(--sign); color: var(--ink); border-color: var(--sign); }
.btn--primary:hover { background: var(--sign-dark); border-color: var(--sign-dark); color: var(--ink); }
.btn--dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn--dark:hover { background: var(--ink-2); color: #fff; }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink); color: var(--ink); }
.btn--onink { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn--onink:hover { border-color: #fff; color: #fff; }
.btn--sm { padding: .5rem .85rem; font-size: .92rem; }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: .7rem; }

/* --- Header --------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 40; background: var(--ink);
  border-bottom: 3px solid var(--sign);
}
.header-inner {
  display: flex; align-items: center; gap: 1rem; min-height: 4.5rem;
  padding: .55rem 0;
}
.header-actions { margin-left: auto; display: flex; align-items: center; gap: .55rem; }
.header-call {
  color: var(--sign); border-color: rgba(255, 212, 0, .45); background: transparent;
  white-space: nowrap;
}
.header-call:hover { border-color: var(--sign); color: var(--sign); }
.nav { display: flex; align-items: center; gap: 1.35rem; margin-left: 1.5rem; }
.nav__list { display: flex; align-items: center; gap: 1.35rem; list-style: none; margin: 0; padding: 0; }
.nav__list li { margin: 0; }
.nav__link {
  font-family: var(--font-display); font-weight: 700; font-size: .98rem;
  color: #e7ecf1; text-decoration: none; padding: .35rem 0; display: block;
  border-bottom: 2px solid transparent;
}
.nav__link:hover { color: var(--sign); }
.nav__link[aria-current="page"] { color: var(--sign); border-bottom-color: var(--sign); }
.nav-toggle { display: none; }

/* Onder 65rem klapt het menu in. Zonder JavaScript kan er niets klappen, dus
   dan blijft de navigatie gewoon als lijst onder de header staan en is de
   knop verborgen. De klasse .js wordt in de <head> gezet, voordat er iets
   getekend is, zodat er geen zichtbare sprong ontstaat. */
@media (max-width: 65rem) {
  .nav {
    margin: 0; flex-direction: column; align-items: stretch; gap: 0;
    background: var(--ink); padding: .5rem 1.25rem 1.25rem;
    width: 100%; order: 3;
  }
  .js .nav {
    position: fixed; inset: 4.5rem 0 auto 0; width: auto; padding-bottom: 1.5rem;
    border-bottom: 3px solid var(--sign); max-height: calc(100dvh - 4.5rem);
    overflow-y: auto; display: none;
  }
  .js .nav.is-open { display: flex; }
  .header-inner { flex-wrap: wrap; }
  .nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav__link {
    padding: .85rem 0; border-bottom: 1px solid rgba(255,255,255,.12);
    font-size: 1.06rem;
  }
  .nav__link[aria-current="page"] { border-bottom-color: var(--sign); }
  .nav__cta { margin-top: 1rem; }
  .js .nav-toggle {
    display: inline-flex; align-items: center; gap: .5rem; background: transparent;
    border: 2px solid rgba(255,255,255,.32); color: #fff; border-radius: var(--radius);
    font-family: var(--font-display); font-weight: 700; font-size: .92rem;
    padding: .5rem .8rem; cursor: pointer;
  }
  .nav-toggle__bars { display: grid; gap: 3px; }
  .nav-toggle__bars span { display: block; width: 1.05rem; height: 2px; background: currentColor; }
}
@media (max-width: 26rem) {
  .header-call__label { display: none; }
  .brand__sub { display: none; }
}

/* --- Hero ----------------------------------------------------------------- */
.hero {
  background:
    radial-gradient(120% 90% at 88% 0%, rgba(0, 144, 212, .22), transparent 60%),
    linear-gradient(180deg, #131a22 0%, #10161d 100%);
  color: #cfd7e0; padding: clamp(2.5rem, 1.6rem + 4vw, 4.75rem) 0;
}
.hero__grid {
  display: grid; gap: clamp(2rem, 1rem + 4vw, 3.5rem);
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); align-items: center;
}
@media (max-width: 62rem) { .hero__grid { grid-template-columns: 1fr; } }
.hero .eyebrow { color: var(--sign); }
.hero h1 { color: #fff; }
.hero h1 em { font-style: normal; color: var(--sign); }
.hero__lead { font-size: 1.16rem; color: #c3ccd6; max-width: 46ch; }
.hero__cta { margin: 1.6rem 0 1.2rem; }
.hero__phone {
  display: flex; flex-wrap: wrap; align-items: center; gap: .45rem .9rem;
  font-size: .95rem; color: #9fb0c2;
}
.hero__phone a { color: #fff; font-weight: 600; text-decoration: none; }
.hero__phone a:hover { color: var(--sign); }
.hero__usps { list-style: none; margin: 1.5rem 0 0; padding: 0; display: grid; gap: .55rem; }
.hero__usps li { display: flex; gap: .6rem; align-items: flex-start; color: #dbe2e9; margin: 0; }
.hero__usps svg { width: 1.15rem; height: 1.15rem; color: var(--sign); flex: none; margin-top: .22rem; }

.hero__media { position: relative; }
.hero__photo {
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%;
  aspect-ratio: 1 / 1; object-fit: cover;
}
.hero__badge {
  position: absolute; left: -.6rem; bottom: 1.4rem; background: var(--sign);
  color: var(--ink); border-radius: var(--radius); padding: .7rem 1rem;
  box-shadow: var(--shadow-lg); max-width: 12.5rem;
}
.hero__badge b { display: block; font-family: var(--font-display); font-size: 1.55rem; line-height: 1; }
.hero__badge span { font-size: .82rem; line-height: 1.3; display: block; margin-top: .2rem; }
@media (max-width: 62rem) { .hero__badge { left: auto; right: 1rem; } }

/* Het leadformulier in de hero */
.hero-form {
  background: #fff; border-radius: var(--radius-lg); padding: 1.4rem;
  box-shadow: var(--shadow-lg); color: var(--body);
}
.hero-form h2 { font-size: 1.28rem; margin-bottom: .2rem; }
.hero-form__intro { font-size: .93rem; margin-bottom: 1rem; }

/* --- Vertrouwensbalk ------------------------------------------------------ */
.trustbar { background: var(--ink-2); color: #cfd7e0; padding: 1.1rem 0; }
.trustbar__grid {
  display: grid; gap: 1rem 1.6rem; grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 60rem) { .trustbar__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.trustbar__item { display: flex; gap: .65rem; align-items: center; font-size: .93rem; }
.trustbar__item svg { width: 1.4rem; height: 1.4rem; color: var(--sign); flex: none; }
.trustbar__item b { color: #fff; font-family: var(--font-display); display: block; font-size: 1rem; }

/* --- Kaarten -------------------------------------------------------------- */
.grid { display: grid; gap: 1.25rem; }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 62rem) { .grid--3, .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 40rem) { .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; } }

.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.5rem; display: flex; flex-direction: column;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
/* De hele kaart is één <a>. Zonder deze reset erft alle tekst erin de
   linkkleur en de onderstreping, en leest de kaart als een blok links. */
a.card--link { color: inherit; text-decoration: none; }
a.card--link:hover { color: inherit; }
.card--link:hover { border-color: var(--ink); box-shadow: var(--shadow); transform: translateY(-2px); }
.card__icon {
  width: 2.9rem; height: 2.9rem; border-radius: var(--radius); background: var(--sign-soft);
  display: grid; place-items: center; margin-bottom: .95rem;
}
.card__icon svg { width: 1.5rem; height: 1.5rem; color: var(--ink); }
.card h3 { margin-bottom: .4rem; }
.card p { font-size: .97rem; }
.card__meta {
  font-family: var(--font-display); font-weight: 700; color: var(--ink);
  font-size: .95rem; margin: 0 0 .9rem;
}
.card__link {
  margin-top: auto; font-family: var(--font-display); font-weight: 700;
  text-decoration: none; color: var(--blue-deep); display: inline-flex;
  align-items: center; gap: .4rem;
}
.card--link:hover .card__link { color: var(--blue); }
.card__link svg { width: 1.05em; height: 1.05em; }

.tile { background: var(--paper-2); border-radius: var(--radius-lg); padding: 1.4rem; }
.tile h3 { margin-bottom: .35rem; }
.tile p:last-child { margin-bottom: 0; }
.section--alt .tile { background: #fff; border: 1px solid var(--line); }

/* --- Splitweergave tekst + beeld ----------------------------------------- */
.split {
  display: grid; gap: clamp(1.75rem, 1rem + 3vw, 3.25rem);
  grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center;
}
@media (max-width: 58rem) { .split { grid-template-columns: 1fr; } }
.split__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow); width: 100%; }
.split--flip .split__media { order: -1; }
@media (max-width: 58rem) { .split--flip .split__media { order: 0; } }

/* --- Lijst met vinkjes ---------------------------------------------------- */
.checks { list-style: none; padding: 0; display: grid; gap: .55rem; }
.checks li { display: flex; gap: .6rem; align-items: flex-start; margin: 0; }
.checks svg { width: 1.2rem; height: 1.2rem; color: var(--ok); flex: none; margin-top: .25rem; }
.checks--sign svg { color: var(--ink); }

/* --- Stappen -------------------------------------------------------------- */
.steps { list-style: none; padding: 0; counter-reset: step; display: grid; gap: 1.1rem; }
.steps > li {
  counter-increment: step; display: grid; grid-template-columns: 2.6rem 1fr;
  gap: 1rem; align-items: start; margin: 0;
}
.steps > li::before {
  content: counter(step); font-family: var(--font-display); font-weight: 800;
  background: var(--sign); color: var(--ink); width: 2.6rem; height: 2.6rem;
  border-radius: 50%; display: grid; place-items: center; font-size: 1.1rem;
}
.steps h3 { margin-bottom: .2rem; font-size: 1.1rem; }
.steps p { margin-bottom: 0; font-size: .97rem; }

/* --- Tabellen ------------------------------------------------------------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
table { width: 100%; border-collapse: collapse; margin: 0; font-size: .97rem; }
caption {
  caption-side: top; text-align: left; font-family: var(--font-display); font-weight: 800;
  font-size: 1.15rem; color: var(--ink); padding: 1.1rem 1.15rem .35rem;
}
thead th {
  background: var(--paper-2); color: var(--ink); text-align: left; font-size: .82rem;
  text-transform: uppercase; letter-spacing: .08em; font-family: var(--font-display);
  padding: .7rem 1.15rem; border-bottom: 1px solid var(--line); white-space: nowrap;
}
tbody th { text-align: left; font-weight: 600; color: var(--ink); }
td, tbody th { padding: .78rem 1.15rem; border-bottom: 1px solid var(--line); vertical-align: top; }
tbody tr:last-child td, tbody tr:last-child th { border-bottom: 0; }
tbody tr:nth-child(even) { background: #fafbfc; }
.price, th.price { text-align: right; white-space: nowrap; font-family: var(--font-display); font-weight: 700; color: var(--ink); }
.dur { color: var(--body); white-space: nowrap; font-size: .92rem; }

/* --- Pakketkaarten -------------------------------------------------------- */
.pack {
  border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff;
  padding: 1.5rem; display: flex; flex-direction: column;
}
.pack--featured { border: 2px solid var(--ink); box-shadow: var(--shadow); }
.pack__tag {
  align-self: flex-start; background: var(--sign); color: var(--ink); border-radius: 999px;
  padding: .2rem .7rem; font-family: var(--font-display); font-weight: 700;
  font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: .8rem;
}
.pack__price {
  font-family: var(--font-display); font-weight: 800; font-size: 2.1rem; color: var(--ink);
  line-height: 1; margin: .3rem 0 .2rem;
}
.pack__unit { font-size: .87rem; color: var(--body); margin-bottom: 1rem; }
.pack ul { list-style: none; padding: 0; margin: 0 0 1.3rem; display: grid; gap: .45rem; }
.pack li { display: flex; gap: .55rem; align-items: flex-start; margin: 0; font-size: .95rem; }
.pack li svg { width: 1.1rem; height: 1.1rem; color: var(--ok); flex: none; margin-top: .25rem; }
.pack .btn { margin-top: auto; }

/* --- Galerij -------------------------------------------------------------- */
.gallery { display: grid; gap: 1rem; grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 62rem) { .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 30rem) { .gallery { grid-template-columns: 1fr; } }
.gallery figure { margin: 0; }
.gallery img { border-radius: var(--radius); aspect-ratio: 1 / 1; object-fit: cover; width: 100%; }
.gallery figcaption { font-size: .88rem; margin-top: .5rem; color: var(--body); }

/* --- FAQ ------------------------------------------------------------------ */
.faq { display: grid; gap: .7rem; max-width: 56rem; }
.faq details {
  border: 1px solid var(--line); border-radius: var(--radius); background: #fff;
  padding: 0 1.15rem;
}
.faq details[open] { border-color: var(--ink); }
.faq summary {
  font-family: var(--font-display); font-weight: 700; color: var(--ink); cursor: pointer;
  padding: 1rem 0; list-style: none; display: flex; justify-content: space-between;
  gap: 1rem; align-items: center; font-size: 1.04rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; width: .65rem; height: .65rem; border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink); transform: rotate(45deg); flex: none;
  transition: transform .15s ease; margin-top: -.25rem;
}
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: .2rem; }
.faq details > *:not(summary) { margin-bottom: 1rem; }
.faq p { font-size: .99rem; }

/* --- Plaatsenlijst -------------------------------------------------------- */
.places { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.places li { margin: 0; }
.places span, .places a {
  display: inline-block; background: #fff; border: 1px solid var(--line);
  border-radius: 999px; padding: .38rem .9rem; font-size: .93rem; color: var(--ink);
  text-decoration: none;
}
.section--alt .places span, .section--alt .places a { background: #fff; }
.places a:hover { border-color: var(--ink); }

/* --- Contactblok ---------------------------------------------------------- */
.contact-grid { display: grid; gap: clamp(1.75rem, 1rem + 3vw, 3rem); grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
@media (max-width: 58rem) { .contact-grid { grid-template-columns: 1fr; } }
.nap { list-style: none; padding: 0; margin: 0 0 1.4rem; display: grid; gap: .9rem; }
.nap li { display: grid; grid-template-columns: 1.6rem 1fr; gap: .8rem; margin: 0; align-items: start; }
.nap svg { width: 1.35rem; height: 1.35rem; color: var(--blue-deep); margin-top: .18rem; }
.section--ink .nap svg { color: var(--sign); }
.nap b { display: block; font-family: var(--font-display); color: var(--ink); font-size: .95rem; }
.section--ink .nap b { color: #fff; }
.nap a { color: inherit; }

.map-link { display: block; text-decoration: none; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); background: #fff; }
.map-link img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.map-link span {
  display: flex; align-items: center; gap: .45rem; padding: .8rem 1rem;
  font-family: var(--font-display); font-weight: 700; color: var(--blue-deep); font-size: .95rem;
}
.map-link:hover span { color: var(--blue); }
.map-link svg { width: 1.05em; height: 1.05em; }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.4rem, 1rem + 1.4vw, 2rem); }
.section--ink .form-card { color: var(--body); }

/* --- Kruimelpad ----------------------------------------------------------- */
.crumbs { font-size: .88rem; color: #6a7686; padding: .9rem 0 0; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; padding: 0; margin: 0; }
.crumbs li { margin: 0; display: flex; gap: .4rem; align-items: center; }
.crumbs li + li::before { content: "/"; color: #b6bfca; }
.crumbs a { color: #6a7686; }

/* --- Paginakop ------------------------------------------------------------ */
.pagehead { background: var(--paper-2); padding: 1rem 0 clamp(2.25rem, 1.6rem + 2.4vw, 3.25rem); border-bottom: 1px solid var(--line); }
.pagehead__grid { display: grid; gap: clamp(1.5rem, 1rem + 2.5vw, 3rem); grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); align-items: center; }
@media (max-width: 58rem) { .pagehead__grid { grid-template-columns: 1fr; } }
/* Pagina's zonder foto in de kop: één kolom, anders staat de helft leeg. */
.pagehead--plain .pagehead__grid { grid-template-columns: 1fr; }
.pagehead--plain .lead { max-width: 62ch; }
.pagehead img { border-radius: var(--radius-lg); box-shadow: var(--shadow); aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.pagehead .lead { margin-bottom: 1.4rem; }

/* --- Aanroep tot actie ---------------------------------------------------- */
.cta-band { background: var(--sign); color: var(--ink); padding: clamp(2.25rem, 1.6rem + 2.4vw, 3.25rem) 0; }
.cta-band h2 { margin-bottom: .4rem; }
.cta-band p { color: #3b3200; max-width: 52ch; }
.cta-band__inner { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; justify-content: space-between; }
.cta-band .btn--dark:hover { background: #000; }
/* Op geel is de standaard lichtgrijze rand van .btn--ghost vrijwel onzichtbaar. */
.cta-band .btn--ghost { border-color: rgba(16, 22, 29, .45); }
.cta-band .btn--ghost:hover { border-color: var(--ink); background: rgba(255, 255, 255, .35); }

/* --- Notitie -------------------------------------------------------------- */
.note {
  border-left: 4px solid var(--sign); background: var(--sign-soft); padding: .9rem 1.1rem;
  border-radius: 0 var(--radius) var(--radius) 0; font-size: .95rem; color: #4a4325;
}
.note strong { color: #3b3200; }

/* --- Footer --------------------------------------------------------------- */
.site-footer { background: var(--ink); color: #9fb0c2; padding: clamp(2.5rem, 2rem + 2vw, 3.5rem) 0 1.75rem; font-size: .95rem; }
.footer-grid { display: grid; gap: 2rem; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; }
@media (max-width: 62rem) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 36rem) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer h2 { font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; color: #fff; margin-bottom: .9rem; font-weight: 700; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.site-footer li { margin: 0; }
.site-footer a { color: #cfd7e0; text-decoration: none; }
.site-footer a:hover { color: var(--sign); text-decoration: underline; }
/* Knoppen in de footer houden hun eigen kleuren: de regel hierboven is
   specifieker dan .btn--primary en maakte het label anders lichtgrijs op geel. */
.site-footer a.btn--primary { color: var(--ink); }
.site-footer a.btn--primary:hover { color: var(--ink); text-decoration: none; }
.site-footer a.btn--onink { color: #fff; }
.site-footer a.btn--onink:hover { color: #fff; text-decoration: none; }
/* Labels in het NAP-blok staan op een donkere achtergrond, dus niet in --ink. */
.site-footer .nap b { color: #fff; }
.site-footer .nap svg { color: var(--sign); }
.footer-about p { margin-bottom: .9rem; }
.footer-bottom {
  margin-top: 2.25rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.12);
  display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; justify-content: space-between;
  font-size: .87rem; color: #8494a6;
}
.footer-bottom p { margin: 0; }

/* --- Zwevende belknop op mobiel ------------------------------------------ */
.callbar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 45;
  background: var(--ink); border-top: 3px solid var(--sign); padding: .55rem .8rem;
  gap: .55rem;
}
.callbar .btn { flex: 1; padding: .68rem .6rem; font-size: .95rem; }
@media (max-width: 48rem) {
  .callbar { display: flex; }
  body { padding-bottom: 4.2rem; }
}

/* --- Formulier (uit assets/lead-form.css, ongewijzigd op de tokens na) --- */
.lead-form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.lead-form { display: grid; gap: .75rem; }
.lead-form [hidden] { display: none; }
.lead-form__row { display: grid; gap: .75rem; grid-template-columns: 1fr 1fr; }
@media (max-width: 32rem) { .lead-form__row { grid-template-columns: 1fr; } }
.lead-form__field { display: grid; gap: .25rem; font-size: .95rem; }
.lead-form__field > span { font-family: var(--font-display); font-weight: 700; color: var(--ink); font-size: .92rem; }
.lead-form__field input,
.lead-form__field select,
.lead-form__field textarea {
  font: inherit;
  padding: .6rem .7rem;
  border: 1px solid var(--form-border, rgba(0,0,0,.25));
  border-radius: var(--radius, 6px);
  background: var(--form-surface, #fff);
  color: var(--form-text, #1a1a1a);
  width: 100%;
  color-scheme: var(--form-color-scheme, light);
}
.lead-form__field input::placeholder,
.lead-form__field textarea::placeholder { color: var(--form-placeholder, rgba(26,26,26,.6)); opacity: 1; }
.lead-form__field select option { color: var(--form-text, #1a1a1a); background: var(--form-surface, #fff); }
.lead-form__field :focus-visible { outline: 3px solid var(--form-focus-ring, var(--accent, #ffc733)); outline-offset: 2px; }
.lead-form__submit { justify-self: start; }
.lead-form__submit:disabled { opacity: .65; cursor: not-allowed; }
.lead-form__note { font-size: .85rem; opacity: .85; margin: 0; }
.lead-form__status:empty { display: none; }
.lead-form__status {
  font-size: .9rem; color: var(--form-error-text, var(--error, #b3261e));
  background: var(--form-surface, #fff); padding: .6rem .8rem; border-radius: var(--radius, 6px);
}
.lead-form__status--done {
  color: var(--form-success-text, var(--form-text, #1a1a1a)); padding: 1rem;
  border-radius: var(--radius, 6px); background: var(--sign-soft);
}
.lead-form__status--done:focus { outline: 3px solid var(--form-focus-ring, var(--accent, #ffc733)); outline-offset: 2px; }
