:root {
  --navy: #1a2942;
  --navy-soft: #4a5468;
  --cream: #f5efe4;
  --warmwhite: #fbf7f0;
  --red: #c0463a;        /* merkrood: vlakken, knoppen, stip, rood op donker */
  --red-deep: #9c3329;   /* knop-hover */
  --red-text: #9c3329;   /* rood als tekst op lichte achtergrond, leesbaar */
  --line: rgba(26, 41, 66, 0.12);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
/* het uitschuifmenu staat buiten beeld; voorkom dat het de pagina horizontaal oprekt */
html, body { overflow-x: hidden; max-width: 100%; }
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--cream);
  color: var(--navy);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-weight: 600; letter-spacing: -0.02em; line-height: 1.1; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 2rem; }
.container--narrow { max-width: 820px; }
/* op ruime schermen (iMac, Studio Display) mag de content meeademen */
@media (min-width: 1600px) { .container { max-width: 1400px; } }
@media (min-width: 2000px) { .container { max-width: 1560px; } }

/* header */
header.site { padding: 1rem 0; border-bottom: 1px solid var(--line); position: sticky; top: 0; background: rgba(245,239,228,0.92); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); z-index: 50; }
.nav { display: flex; align-items: center; justify-content: space-between; }
.nav .logo img { height: 124px; width: auto; display: block; }
@media (max-width: 1050px) { .nav .logo img { height: 100px; } }
@media (max-width: 800px) { .nav .logo img { height: 64px; } }
/* op smalle telefoons op breedte sturen, anders duwt het logo het menu weg */
@media (max-width: 420px) { .nav .logo img { height: auto; width: min(210px, 62vw); } }
nav.menu ul { list-style: none; display: flex; gap: 2rem; align-items: center; }
nav.menu a { color: var(--navy); text-decoration: none; font-size: 0.93rem; font-weight: 500; }
nav.menu a:hover { color: var(--red); }
nav.menu a.active { color: var(--red-text); }
.btn {
  display: inline-block; padding: 0.85rem 1.6rem; border-radius: 999px;
  font-size: 0.93rem; font-weight: 600; text-decoration: none; transition: all 0.2s; cursor: pointer; border: none;
}
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: var(--red-deep); }
.btn-navy { background: var(--navy); color: var(--cream); }
.btn-navy:hover { background: #11203a; }
.btn-ghost { color: var(--navy); border: 1.5px solid var(--line); background: transparent; }
.btn-ghost:hover { border-color: var(--navy); }
.btn-lg { padding: 1.05rem 2rem; font-size: 1rem; }
nav.menu .btn { padding: 0.65rem 1.3rem; }

/* hero */
.hero { padding: 6.5rem 0 5rem; }
.hero-grid { display: grid; gap: 3rem; align-items: start; }
@media (min-width: 900px) {
  .hero-grid { grid-template-columns: 1.15fr 0.85fr; }
  /* de kaart begint op de hoogte van de kop, niet van het label erboven */
  .hero-card { margin-top: calc(0.75rem * 1.6 + 1.5rem); }
}
.eyebrow { display: inline-block; text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.75rem; font-weight: 600; color: var(--red-text); margin-bottom: 1.5rem; }
.hero h1 { font-size: clamp(2.1rem, 4.2vw, 3.3rem); margin-bottom: 1.5rem; }
.hero h1 .accent { color: var(--red-text); }
.hero p.lede { font-size: 1.1rem; color: var(--navy-soft); margin-bottom: 1.1rem; max-width: 54ch; }
.hero p { font-size: 1.02rem; color: var(--navy-soft); margin-bottom: 1.1rem; max-width: 54ch; }
.hero p:last-of-type { margin-bottom: 2.25rem; }
.hero .actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-card { background: var(--navy); color: var(--cream); border-radius: 20px; padding: 2.5rem; }
.hero-card h3 { font-size: 1.3rem; margin-bottom: 1.25rem; color: var(--cream); }
.hero-card ul { list-style: none; }
.hero-card li { padding: 0.7rem 0 0.7rem 1.8rem; position: relative; font-size: 1rem; color: rgba(245,239,228,0.88); border-bottom: 1px solid rgba(245,239,228,0.12); }
.hero-card li:last-child { border-bottom: none; }
.hero-card li::before { content: ""; position: absolute; left: 0; top: 1.15rem; width: 9px; height: 9px; background: var(--red); border-radius: 50%; }
.hero .hero-card p.hero-card-slot { margin-top: 1.75rem; margin-bottom: 0; padding-top: 1.5rem; border-top: 1px solid rgba(245,239,228,0.12); color: var(--cream); font-weight: 600; font-size: 1.05rem; max-width: none; }

/* subpagina-hero (smaller, single column) */
.subhero { padding: 4.5rem 0 3rem; }
.subhero .breadcrumb { font-size: 0.85rem; color: var(--navy-soft); margin-bottom: 1.5rem; }
.subhero .breadcrumb a { color: var(--navy-soft); text-decoration: none; }
.subhero .breadcrumb a:hover { color: var(--red-text); }
.subhero h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1.25rem; max-width: 24ch; }
.subhero h1 .accent { color: var(--red-text); }
.subhero p.lede { font-size: 1.2rem; color: var(--navy-soft); max-width: 60ch; }

/* subpagina-hero met beeld ernaast */
.subhero.met-beeld { padding-bottom: 4rem; }
.subhero-grid { display: grid; gap: 2.5rem; grid-template-columns: 1fr; align-items: start; }
@media (min-width: 900px) {
  .subhero-grid { grid-template-columns: 1.05fr 0.95fr; gap: 4rem; }
  /* het beeld begint op de hoogte van de kop. De marge is de hoogte van het
     kruimelpad plus het label erboven. */
  .subhero-beeld { margin-top: calc(0.85rem * 1.6 + 1.5rem + 0.75rem * 1.6 + 1.5rem); }
}
.subhero.met-beeld h1 { max-width: none; }
.subhero.met-beeld p.lede { max-width: none; font-size: 1.1rem; }
.subhero-beeld img { display: block; width: 100%; height: auto; border-radius: 16px; box-shadow: 0 8px 30px rgba(26, 41, 66, 0.10); }
@media (max-width: 899px) { .subhero-beeld img { border-radius: 20px; } }

/* section base */
section { padding: 6rem 0; }
.section-head { max-width: 680px; margin-bottom: 3.5rem; }
.section-head .eyebrow { margin-bottom: 1rem; }
.section-head h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); margin-bottom: 1rem; }
.section-head p { color: var(--navy-soft); font-size: 1.1rem; }

/* probleem / feature cards */
.probleem { background: var(--warmwhite); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pain-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.pain { background: var(--cream); border: 1px solid var(--line); border-radius: 16px; padding: 2rem; }
.pain h3 { font-size: 1.2rem; margin-bottom: 0.6rem; }
.pain p { color: var(--navy-soft); font-size: 0.97rem; }

/* methode steps */
.steps { display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.step .num { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: var(--cream); font-weight: 600; font-size: 1.1rem; margin-bottom: 1.25rem; }
.step h3 { font-size: 1.3rem; margin-bottom: 0.6rem; }
.step p { color: var(--navy-soft); }

/* doelgroepen */
.doelgroepen { background: var(--navy); color: var(--cream); }
.doelgroepen .section-head h2 { color: var(--cream); }
.doelgroepen .section-head p { color: rgba(245,239,228,0.7); }
.doelgroepen .eyebrow { color: var(--red); }  /* fel rood leest goed op donker */
.cards { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.card { background: rgba(245,239,228,0.04); border: 1px solid rgba(245,239,228,0.14); border-radius: 18px; padding: 2.5rem; display: flex; flex-direction: column; text-decoration: none; transition: all 0.2s; }
a.card:hover { border-color: rgba(192,70,58,0.55); transform: translateY(-3px); }
.card .tag { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--red); font-weight: 600; margin-bottom: 1rem; }
.card h3 { font-size: 1.4rem; color: var(--cream); margin-bottom: 0.7rem; }
.card p { color: rgba(245,239,228,0.75); margin-bottom: 1.75rem; flex: 1; }
.card .card-link { color: var(--cream); font-weight: 600; font-size: 0.93rem; text-decoration: none; }
.card .card-link::after { content: " →"; color: var(--red); }
.card.primary { background: rgba(192,70,58,0.12); border-color: rgba(192,70,58,0.4); }

/* quote */
.quote-sec { text-align: center; }
.quote-sec blockquote { font-size: clamp(1.5rem, 3.5vw, 2.3rem); font-weight: 500; line-height: 1.3; max-width: 880px; margin: 0 auto; letter-spacing: -0.01em; }
.quote-sec blockquote .accent { color: var(--red-text); }
.quote-sec .by { margin-top: 2rem; color: var(--navy-soft); font-size: 0.95rem; }

/* over */
.over { background: var(--warmwhite); border-top: 1px solid var(--line); }
/* secties zonder label boven de kop hebben die extra marge niet nodig */
@media (min-width: 900px) {
  .onderwerp:not(:has(.eyebrow)) .onderwerp-beeld { margin-top: 0; }
}

/* slotregel onder een onderwerptekst */
.onderwerp p.uitsmijter { color: var(--navy); font-weight: 600; font-size: 1.15rem; margin-top: 1.5rem; }
.doelgroepen .onderwerp p.uitsmijter { color: var(--cream); }

/* losse tekstpagina, bijvoorbeeld de privacyverklaring */
.tekstpagina { padding-top: 2rem; }
.tekstkolom { max-width: 720px; }
.tekstkolom h2 { font-size: 1.35rem; margin: 2.75rem 0 0.9rem; }
.tekstkolom h2:first-child { margin-top: 0; }
.tekstkolom p { color: var(--navy-soft); margin-bottom: 1rem; }
.tekstkolom ul { list-style: none; margin: 0 0 1.25rem; }
.tekstkolom li { position: relative; padding: 0.3rem 0 0.3rem 1.4rem; color: var(--navy-soft); }
.tekstkolom li::before { content: ""; position: absolute; left: 0; top: 0.85rem; width: 7px; height: 7px; background: var(--red); border-radius: 50%; }
.tekstkolom a { color: var(--red-text); }
.tekstkolom .tekst-note { font-size: 0.9rem; color: var(--navy-soft); margin-top: 2rem; margin-bottom: 0.3rem; }

/* Over Gydeon, bescheiden in de footer */
.footer-over { display: grid; gap: 2.5rem; padding-bottom: 3.5rem; margin-bottom: 3rem; border-bottom: 1px solid rgba(245,239,228,0.12); }
@media (min-width: 860px) { .footer-over { grid-template-columns: 260px 1fr; gap: 3.5rem; align-items: start; } }
.footer-over-beeld { margin: 0; }
.footer-over-beeld img { display: block; width: 100%; height: auto; border-radius: 14px; }
.footer-over-tekst .eyebrow { color: var(--red); margin-bottom: 0.9rem; }
.footer-over-tekst h3 { color: var(--cream); font-size: 1.5rem; margin-bottom: 0.5rem; }
.footer-over-tekst .namen { color: var(--cream); font-weight: 600; font-size: 1rem; margin-bottom: 1.25rem; }
.footer-over-tekst p { color: rgba(245,239,228,0.72); font-size: 0.95rem; margin-bottom: 1rem; }
.footer-over-tekst .afsluiting { color: var(--cream); font-weight: 600; font-size: 1.1rem; margin-top: 1.5rem; margin-bottom: 0; }
.footer-over-tekst .afsluiting .accent { color: var(--red); }

/* bestandsveld (cv) */
.field input[type="file"] {
  width: 100%; font-family: inherit; font-size: 0.95rem; color: var(--navy-soft);
  padding: 0.7rem 0.9rem; border: 1px dashed var(--line); border-radius: 10px;
  background: var(--cream); cursor: pointer;
}
.field input[type="file"]:hover { border-color: var(--navy-soft); }
.field input[type="file"]:focus { outline: none; border-color: var(--red); border-style: solid; }
.field input[type="file"]::file-selector-button {
  font-family: inherit; font-size: 0.88rem; font-weight: 600; color: #fff;
  background: var(--navy); border: none; border-radius: 999px;
  padding: 0.45rem 1rem; margin-right: 0.9rem; cursor: pointer;
}
.field input[type="file"]::file-selector-button:hover { background: #11203a; }

/* ===== SOCIALE KNOPPEN ===== */
/* LinkedIn in de voet */
.footer-col a.social { display: inline-flex; align-items: center; gap: 0.6rem; }
.footer-col a.social svg { flex: none; }

/* WhatsApp: zweeft rechtsonder mee, op elke pagina */
.wa-knop {
  position: fixed; right: 1.5rem; bottom: 1.5rem; z-index: 45;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25d366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 18px rgba(26, 41, 66, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.wa-knop:hover { transform: translateY(-2px); box-shadow: 0 7px 22px rgba(26, 41, 66, 0.34); }
@media (max-width: 600px) {
  .wa-knop { right: 1rem; bottom: 1rem; width: 52px; height: 52px; }
}
@media print { .wa-knop { display: none; } }

/* ===== VERGELIJKINGSTABEL (detachering tegenover Gydeon) ===== */
.vergelijk { margin-top: 4.5rem; }
.vergelijk-kop { margin-bottom: 2rem; }
.vergelijk-kop .eyebrow { margin-bottom: 0.7rem; }
.vergelijk-kop h3 { font-size: clamp(1.4rem, 2.8vw, 1.9rem); }

/* brede tabellen mogen scrollen binnen hun eigen kader, nooit de pagina oprekken */
.tabel-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 16px; }
.vergelijk-tabel { width: 100%; min-width: 680px; border-collapse: separate; border-spacing: 0; font-size: 0.97rem; }
.vergelijk-tabel th, .vergelijk-tabel td { padding: 1.05rem 1.4rem; text-align: left; vertical-align: top; }

.vergelijk-tabel thead th { font-size: 0.95rem; font-weight: 600; color: var(--navy); background: var(--cream); border-bottom: 1px solid var(--line); }
.vergelijk-tabel thead th:first-child { border-top-left-radius: 16px; }
.vergelijk-tabel thead th.gydeon { background: var(--navy); color: var(--cream); border-top-right-radius: 16px; border-bottom-color: var(--navy); }

.vergelijk-tabel tbody th { font-weight: 600; color: var(--navy); background: var(--warmwhite); width: 22%; }
.vergelijk-tabel tbody td { color: var(--navy-soft); background: var(--warmwhite); }
.vergelijk-tabel tbody tr + tr th, .vergelijk-tabel tbody tr + tr td { border-top: 1px solid var(--line); }

/* de Gydeon-kolom krijgt een eigen vlak met een rode rand ervoor */
.vergelijk-tabel td.gydeon { background: rgba(192, 70, 58, 0.06); color: var(--navy); font-weight: 500;
  border-left: 3px solid var(--red); position: relative; padding-left: 3.4rem; }
.vergelijk-tabel tbody tr:last-child td.gydeon { border-bottom-right-radius: 16px; }
.vergelijk-tabel tbody tr:last-child th { border-bottom-left-radius: 16px; }

.vergelijk-tabel .vink { position: absolute; left: 1.4rem; top: 1.15rem; width: 20px; height: 20px;
  border-radius: 50%; background: var(--red); }
.vergelijk-tabel .vink::after { content: ""; position: absolute; left: 6px; top: 4px; width: 6px; height: 10px;
  border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }

.vergelijk-slot { margin-top: 1.75rem; background: var(--navy); color: var(--cream);
  padding: 1.35rem 1.75rem; border-radius: 14px; font-weight: 600; font-size: 1.02rem; }
.vergelijk-slot .accent { color: var(--red); }

@media (max-width: 600px) {
  .vergelijk-tabel th, .vergelijk-tabel td { padding: 0.9rem 1.1rem; }
  .vergelijk-tabel td.gydeon { padding-left: 3rem; }
  .vergelijk-tabel .vink { left: 1.1rem; }
  .vergelijk-slot { padding: 1.2rem 1.35rem; font-size: 0.97rem; }
}

/* kort lopend tekstblok binnen een sectie */
.tekstblok { max-width: 760px; }
.tekstblok p { color: var(--navy-soft); font-size: 1.1rem; margin-bottom: 1.2rem; }
.tekstblok p:last-child { margin-bottom: 0; }
/* loopt over de volle breedte, net als de blokken erboven. Twee kolommen
   houden de regels leesbaar; de oproep staat eronder over de hele breedte. */
.mentor-toelichting { margin-top: 3.5rem; }
.mentor-toelichting p { color: var(--navy-soft); font-size: 1.05rem; margin-bottom: 1.1rem; }
@media (min-width: 900px) {
  .mentor-toelichting-kolommen { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; }
  .mentor-toelichting-kolommen p:last-child { margin-bottom: 0; }
}
.mentor-oproep { font-weight: 600; color: var(--navy); margin-top: 2rem; margin-bottom: 0; }
.subhero .lede + .lede { margin-top: 1.1rem; }

.over-inner { max-width: 820px; margin: 0 auto; }
.over-inner::after { content: ""; display: block; clear: both; }
.over-inner h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); margin-bottom: 1rem; }
.over-inner p { color: var(--navy-soft); font-size: 1.05rem; margin-bottom: 1.1rem; }
.over-inner .namen { font-size: 1.2rem; font-weight: 600; color: var(--navy); margin-bottom: 1.6rem; }
.over-inner .afsluiting { font-size: clamp(1.25rem, 2.4vw, 1.5rem); font-weight: 600; color: var(--navy); margin-top: 1.75rem; margin-bottom: 0; letter-spacing: -0.01em; }
.over-inner .afsluiting .accent { color: var(--red-text); }
.over-beeld { float: right; width: 44%; max-width: 360px; margin: 0.4rem 0 1.75rem 2.75rem; }
.over-beeld img { display: block; width: 100%; height: auto; border-radius: 16px; box-shadow: 0 8px 30px rgba(26, 41, 66, 0.10); }
@media (max-width: 759px) {
  .over-beeld { float: none; width: 100%; max-width: none; margin: 0 0 2.25rem; }
  .over-beeld img { border-radius: 20px; }
}

/* contact cta */
.cta { text-align: center; }
.cta h2 { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 1.25rem; }
.cta p { color: var(--navy-soft); font-size: 1.15rem; margin-bottom: 2.5rem; max-width: 540px; margin-left: auto; margin-right: auto; }

/* ===== FORMULIER ===== */
.form-section { padding: 5rem 0 6rem; }
.form-wrap { background: var(--warmwhite); border: 1px solid var(--line); border-radius: 20px; padding: 3rem; max-width: 760px; margin: 0 auto; }
@media (max-width: 600px){ .form-wrap { padding: 1.75rem; } }
.form-wrap > .form-intro { margin-bottom: 2.5rem; }
.form-intro h2 { font-size: 1.7rem; margin-bottom: 0.6rem; }
.form-intro p { color: var(--navy-soft); }
.field { margin-bottom: 1.5rem; }
.field-row { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
@media (min-width: 560px){ .field-row { grid-template-columns: 1fr 1fr; } }
.field label { display: block; font-size: 0.9rem; font-weight: 600; margin-bottom: 0.5rem; color: var(--navy); }
.field label .opt { font-weight: 400; color: var(--navy-soft); }
.field .req { color: var(--red-text); }
.field input, .field select, .field textarea {
  width: 100%; font-family: inherit; font-size: 1rem; color: var(--navy);
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  padding: 0.85rem 1rem; transition: border-color 0.15s, box-shadow 0.15s;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(192,70,58,0.12);
}
.field .hint { font-size: 0.82rem; color: var(--navy-soft); margin-top: 0.4rem; }
.consent { display: flex; gap: 0.75rem; align-items: flex-start; margin: 1.5rem 0 2rem; font-size: 0.88rem; color: var(--navy-soft); }
.consent input { margin-top: 0.2rem; width: 18px; height: 18px; flex-shrink: 0; accent-color: var(--red); }
.consent a { color: var(--red-text); }
.form-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.form-note { font-size: 0.8rem; color: var(--navy-soft); }
.fieldset-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--red-text); font-weight: 600; margin: 2.5rem 0 1.25rem; padding-bottom: 0.6rem; border-bottom: 1px solid var(--line); }
.fieldset-label:first-of-type { margin-top: 0; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.form-success { text-align: center; padding: 3.5rem 2rem; }
.form-success .success-mark { width: 64px; height: 64px; margin: 0 auto 1.5rem; border-radius: 50%; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 2rem; }
.form-success h2 { font-size: 1.6rem; margin-bottom: 0.6rem; }
.form-success p { color: var(--navy-soft); }

/* illustratie onder de hero: compleet in beeld, gecentreerd, verankerd */
.hero-beeld { margin-top: 3.5rem; }
.hero-beeld img {
  display: block;
  width: 100%;
  max-width: 860px;
  height: auto;
  margin: 0 auto;
  border-radius: 18px;
  box-shadow: 0 10px 40px rgba(26, 41, 66, 0.10);
}
@media (max-width: 700px) {
  .hero-beeld { margin-top: 2.5rem; }
  .hero-beeld img { border-radius: 12px; box-shadow: 0 6px 24px rgba(26, 41, 66, 0.10); }
}

/* picture-element gedraagt zich als het beeld zelf */
picture { display: block; }

/* onderwerpsectie: tekst naast illustratie, afwisselend links/rechts */
/* beeld en tekst lijnen bovenaan uit: dat geeft een rustiger, strakker beeld
   dan verticaal centreren, waarbij de foto altijd net verschoven leek */
.onderwerp { display: grid; gap: 2.5rem; grid-template-columns: 1fr; align-items: start; }
@media (min-width: 900px) {
  .onderwerp { grid-template-columns: 1fr 1fr; gap: 4.5rem; }
  /* het beeld begint op de hoogte van de kop, niet van het kleine label erboven.
     De marge is precies de hoogte van dat label plus de ruimte eronder. */
  .onderwerp-beeld { margin-top: calc(0.75rem * 1.6 + 1.5rem); }
  .onderwerp .onderwerp-tekst:first-child ~ .onderwerp-beeld { margin-top: calc(0.75rem * 1.6 + 1.5rem); }
}
.onderwerp h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); margin-bottom: 1.25rem; }
.onderwerp p { color: var(--navy-soft); font-size: 1.05rem; margin-bottom: 1.1rem; }
.onderwerp p:last-child { margin-bottom: 0; }
.onderwerp-beeld img {
  display: block; width: 100%; height: auto;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(26, 41, 66, 0.10);
}
@media (min-width: 900px) {
  .onderwerp.omgekeerd .onderwerp-tekst { order: 2; }
  .onderwerp.omgekeerd .onderwerp-beeld { order: 1; }
}
/* op mobiel: meer lucht boven het beeld en een duidelijker ronding */
@media (max-width: 899px) {
  .onderwerp { gap: 3.25rem; }
  .onderwerp-beeld img { border-radius: 20px; }
}

/* methode-intro op de donkere sectie: tekst naast beeld */
.methode-intro { margin-bottom: 4rem; }
.doelgroepen .onderwerp h2 { color: var(--cream); }
.doelgroepen .onderwerp p { color: rgba(245, 239, 228, 0.75); }
.doelgroepen .onderwerp-beeld img { box-shadow: 0 10px 34px rgba(0, 0, 0, 0.22); }

/* kaarten op lichte achtergrond (doelgroepen-teaser) */
.cards-light .card { background: var(--cream); border-color: var(--line); }
.cards-light .card h3 { color: var(--navy); }
.cards-light .card p { color: var(--navy-soft); }
.cards-light .card .tag { color: var(--red-text); }
.cards-light .card .card-link { color: var(--navy); }
.cards-light .card.primary { background: rgba(192,70,58,0.07); border-color: rgba(192,70,58,0.35); }
.cards-light a.card:hover { border-color: var(--red); }

/* CTA-blok naar de vragenlijst */
.cta-ontdek { padding: 5rem 0; }
.ontdek-box {
  background: var(--warmwhite); border: 1px solid var(--line); border-radius: 24px;
  padding: 3.5rem; display: grid; gap: 2rem; align-items: center; grid-template-columns: 1fr;
}
@media (min-width: 860px) { .ontdek-box { grid-template-columns: 1.6fr 1fr; } }
.ontdek-box h2 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); margin-bottom: 1rem; }
.ontdek-box p { color: var(--navy-soft); font-size: 1.05rem; max-width: 52ch; }
.ontdek-action { display: flex; justify-content: flex-start; }
@media (min-width: 860px) { .ontdek-action { justify-content: flex-end; } }
@media (max-width: 600px) { .ontdek-box { padding: 2rem; } }

/* ===== VRAGENLIJST ===== */
.quiz-section { padding: 3rem 0 6rem; }
.quiz { max-width: 780px; margin: 0 auto; scroll-margin-top: 140px; }
.quiz-progress { margin-bottom: 2.5rem; }
.quiz-progress-bar { height: 4px; background: rgba(26,41,66,0.1); border-radius: 999px; overflow: hidden; }
.quiz-progress-bar span { display: block; height: 100%; width: 0; background: var(--red); border-radius: 999px; transition: width 0.35s ease; }
.quiz-progress-text { font-size: 0.8rem; color: var(--navy-soft); margin-top: 0.6rem; letter-spacing: 0.04em; }
.quiz-step { display: none; }
.quiz-step.is-active { display: block; animation: quizIn 0.35s ease both; }
@keyframes quizIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.quiz-q { font-size: clamp(1.4rem, 3vw, 1.9rem); font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 2rem; }
.quiz-options { display: grid; gap: 0.85rem; }
.quiz-option {
  font-family: inherit; font-size: 1rem; line-height: 1.5; text-align: left;
  background: var(--warmwhite); color: var(--navy);
  border: 1.5px solid var(--line); border-radius: 14px;
  padding: 1.25rem 1.4rem; cursor: pointer; transition: all 0.15s;
}
.quiz-option:hover { border-color: var(--red); background: #fff; transform: translateY(-1px); }
.quiz-option:focus-visible { outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(192,70,58,0.15); }

.quiz-result h2 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); margin-bottom: 1.25rem; }
.quiz-result > p { font-size: 1.1rem; color: var(--navy-soft); margin-bottom: 2rem; }
.result-approach { background: var(--navy); color: var(--cream); border-radius: 18px; padding: 2.25rem; margin-bottom: 2.5rem; }
.result-approach h3 { font-size: 1.2rem; color: var(--cream); margin-bottom: 0.75rem; }
.result-approach p { color: rgba(245,239,228,0.82); }
.result-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.result-note { font-size: 0.88rem; color: var(--navy-soft); margin-top: 1.5rem; }

/* footer */
footer.site { background: var(--navy); color: rgba(245,239,228,0.7); padding: 4rem 0 2.5rem; }
.footer-grid { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 2rem; align-items: flex-start; margin-bottom: 3rem; }
footer .logo img { height: 68px; width: auto; display: block; }
@media (max-width: 700px) { footer .logo img { height: 56px; } }
.footer-links { display: flex; gap: 3rem; flex-wrap: wrap; }
.footer-col h4 { color: var(--cream); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1rem; }
.footer-col a { display: block; color: rgba(245,239,228,0.7); text-decoration: none; font-size: 0.92rem; padding: 0.25rem 0; }
.footer-col a:hover { color: var(--cream); }
.footer-bottom { border-top: 1px solid rgba(245,239,228,0.12); padding-top: 1.5rem; font-size: 0.82rem; color: rgba(245,239,228,0.5); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }

/* ===== MOBIEL MENU ===== */
.menu-toggle {
  display: none;
  background: none; border: none; cursor: pointer;
  width: 46px; height: 46px; padding: 10px;
  align-items: center; justify-content: center;
  flex-direction: column; gap: 5px;
  border-radius: 10px;
}
.menu-toggle:hover { background: rgba(26, 41, 66, 0.06); }
.menu-toggle span {
  display: block; width: 24px; height: 2px;
  background: var(--navy); border-radius: 2px;
  transition: transform 0.22s ease, opacity 0.18s ease;
}
nav.menu.is-open ~ .menu-toggle span:nth-child(1),
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 800px) {
  .menu-toggle { display: flex; }
  nav.menu {
    position: fixed; inset: 0 0 0 auto;
    width: min(84vw, 340px);
    background: var(--navy);
    padding: 6.5rem 2rem 2rem;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.28s ease, visibility 0.28s;
    z-index: 60;
    overflow-y: auto;
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.18);
  }
  nav.menu.is-open { transform: translateX(0); visibility: visible; }
  nav.menu ul { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  nav.menu li { border-bottom: 1px solid rgba(245, 239, 228, 0.12); }
  nav.menu li:last-child { border-bottom: none; margin-top: 1.5rem; }
  nav.menu a { display: block; color: var(--cream); font-size: 1.05rem; padding: 1rem 0; }
  nav.menu a:hover, nav.menu a.active { color: var(--red); }
  nav.menu .btn { text-align: center; padding: 0.95rem 1.5rem; color: #fff; }
  nav.menu .btn:hover { color: #fff; }
  body.menu-open { overflow: hidden; }

  section { padding: 4rem 0; }
  .hero { padding: 3.5rem 0; }
}
