/* ExamenKlaar "vanaf €0,99" — bouwt voort op de tokens en componenten in styles.css */

/* ---------- Mandje in de nav ---------- */
.cartlink {
  position: relative; display: inline-flex; align-items: center; gap: 8px; flex: none;
  font-weight: 800; font-size: .98rem; text-decoration: none; color: var(--carbon);
  background: var(--white); border: 2px solid var(--line); border-radius: 999px; padding: 7px 14px 7px 11px;
  transition: border-color .15s ease;
}
.cartlink:hover { border-color: var(--carbon); }
.cartlink__count {
  display: grid; place-items: center; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 11px;
  background: var(--orange); color: #fff; font: 800 .8rem/1 var(--font-head); font-variant-numeric: tabular-nums;
}
.cartlink.is-bump .cartlink__count { animation: pop .5s var(--ease-spring); }

/* ---------- Hoofdmenu met Rijbewijs B-dropdown ---------- */
.menu { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.menu__group { position: relative; }
.menu__top {
  display: inline-flex; align-items: center; gap: 4px; font: 700 .98rem var(--font-body); color: var(--slate);
  text-decoration: none; background: none; border: 0; padding: 10px 12px; border-radius: 10px; cursor: pointer;
}
.menu__top:hover, .menu__group.is-open .menu__toggle { color: var(--carbon); background: rgba(13,13,13,.04); }
.menu__toggle[data-current] { color: var(--carbon); }
.menu__toggle svg { transition: transform .2s ease; }
.menu__group.is-open .menu__toggle svg { transform: rotate(180deg); }
.menu__panel {
  position: absolute; top: calc(100% + 6px); left: -8px; z-index: 60; width: 340px; display: grid; gap: 4px;
  background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 8px;
  box-shadow: 0 24px 50px -24px rgba(13,13,13,.35);
  opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .15s ease, transform .2s ease, visibility 0s .2s;
}
.menu__panel::before { content: ""; position: absolute; left: 0; right: 0; top: -10px; height: 10px; }
.menu__group.is-open .menu__panel { opacity: 1; visibility: visible; transform: none; transition: opacity .15s ease, transform .2s ease; }
.menu__item { display: flex; align-items: center; gap: 12px; padding: 10px; border-radius: 12px; text-decoration: none; color: var(--carbon); }
.menu__item:hover, .menu__item[aria-current="page"] { background: var(--paper); }
.menu__item img { width: 44px; height: 44px; flex: none; border-radius: 50%; object-fit: cover; object-position: 50% 8%; background: var(--orange-tint); }
.menu__item span { display: grid; line-height: 1.25; }
.menu__item b { font: 700 1rem var(--font-head); }
.menu__item small { font-size: .85rem; font-weight: 600; color: var(--slate); }
.menu__item[aria-current="page"] b::after { content: " ·  je bent hier"; font: 700 .72rem var(--font-body); color: var(--orange-deep); }
.cartlink { margin-left: 8px; }
.menubtn { display: none; place-items: center; width: 44px; height: 44px; margin-left: 4px; border-radius: 12px; background: var(--white); border: 2px solid var(--line); cursor: pointer; }
.menubtn__bars { display: grid; gap: 4px; }
.menubtn__bars i { display: block; width: 18px; height: 2px; border-radius: 1px; background: var(--carbon); transition: transform .2s ease, opacity .2s ease; }
.nav.is-menu .menubtn__bars i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav.is-menu .menubtn__bars i:nth-child(2) { opacity: 0; }
.nav.is-menu .menubtn__bars i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.prod__more { justify-self: start; font-weight: 800; color: var(--carbon); text-underline-offset: 4px; text-decoration-thickness: 2px; text-decoration-color: var(--orange); }
.prod__more::after { content: " →"; }
.prod__more:hover { color: var(--orange-deep); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* ---------- Hero met prijsbord ---------- */
.vhero { position: relative; overflow: hidden; padding-block: clamp(28px, 5vw, 64px) 0; }
.vhero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); align-items: end; }
.vhero__copy { padding-bottom: clamp(110px, 12vw, 150px); align-self: center; }
.vhero h1 { margin-bottom: 22px; }

.pylon-stage {
  position: relative; display: flex; flex-direction: column; align-items: flex-end;
  padding-left: clamp(150px, 14vw, 200px); min-height: 100%;
}
.pylon {
  position: relative; z-index: 2; width: min(100%, 410px);
  background: var(--carbon); color: #fff; border-radius: 20px; padding: 16px 16px 12px;
  border: 6px solid #2B2F36; box-shadow: 0 30px 60px -28px rgba(13,13,13,.55);
}
.pylon__head { display: flex; align-items: center; gap: 10px; padding: 2px 4px 12px; border-bottom: 2px solid #2B2F36; }
.pylon__head p { display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; gap: 10px; flex: 1; min-width: 0; width: 100%; font: 700 .92rem var(--font-head); letter-spacing: .06em; text-transform: uppercase; color: var(--slate-light); }
.pylon__deal { display: inline-flex; align-items: center; gap: 8px; color: #fff; }
.pylon__deal::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 0 rgba(255,85,0,.6); animation: dealpulse 1.6s ease-out infinite; }
@keyframes dealpulse { to { box-shadow: 0 0 0 9px rgba(255,85,0,0); } }
.pylon__clock { white-space: nowrap; font: 800 .9rem var(--font-head); letter-spacing: .02em; text-transform: none; color: var(--orange); font-variant-numeric: tabular-nums; background: #1A1C21; border-radius: 8px; padding: 4px 8px; box-shadow: inset 0 -2px 0 rgba(0,0,0,.45); }
.pylon__rows { list-style: none; margin: 0; padding: 0; display: grid; }
.pylon__rows li + li { border-top: 1px solid #23262C; }
.pylon__row {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "name digits" "unit digits";
  align-items: center; column-gap: 12px; padding: 12px 6px; text-decoration: none; color: inherit; border-radius: 12px;
  transition: background-color .15s ease;
}
.pylon__row:hover { background: #17191D; }
.pylon__name { grid-area: name; font: 700 1.08rem/1.15 var(--font-head); hyphens: manual; }
.pylon__unit { grid-area: unit; font-weight: 700; font-size: .85rem; color: var(--slate-light); }
.pylon__digits {
  grid-area: digits; display: flex; gap: 3px; justify-self: end;
  font: 800 clamp(2rem, 1.4rem + 1.6vw, 2.7rem)/1 var(--font-head); font-variant-numeric: tabular-nums; color: var(--orange);
}
.pylon__digits i {
  display: grid; place-items: center; min-width: .78em; height: 1.22em; overflow: hidden; font-style: normal;
  background: #1A1C21; border-radius: 6px; box-shadow: inset 0 -2px 0 rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.04);
}
.pylon__digits i.is-sep { min-width: .34em; background: transparent; box-shadow: none; }
.pylon__digits i span { display: block; animation: digitroll .7s cubic-bezier(.2,.9,.25,1.2) both; animation-delay: var(--d, 0ms); }
@keyframes digitroll { 0% { transform: translateY(-110%); opacity: .35; } 100% { transform: none; opacity: 1; } }
.pylon__foot { text-align: right; font-size: .75rem; font-weight: 700; color: #6B7280; padding: 8px 6px 0; }
.pylon__post {
  width: 30px; flex: 1 0 70px; margin-right: calc(min(100%, 410px) / 2 - 15px); margin-bottom: calc(clamp(64px, 8vw, 96px) - 6px);
  background: linear-gradient(90deg, #5A616C, #8A93A0 45%, #5A616C);
}
.pylon-stage__maya {
  position: absolute; z-index: 1; left: 0; bottom: calc(clamp(64px, 8vw, 96px) - 34px);
  height: min(470px, 84%); width: auto; transform-origin: 50% 100%;
  filter: drop-shadow(0 18px 14px rgba(13,13,13,.18));
  animation: breathe 4.2s ease-in-out infinite;
}

/* ---------- Productblokken ---------- */
.prods { padding-block: clamp(64px, 9vw, 112px); }
.prods .wrap { display: grid; gap: clamp(18px, 2.5vw, 28px); }
.prods .section-head { margin-bottom: clamp(8px, 2vw, 20px); }
.prod {
  display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); grid-template-areas: "visual body";
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-big); overflow: hidden;
  scroll-margin-top: 88px;
}
.prod:nth-of-type(even) { grid-template-columns: minmax(0, 1.28fr) minmax(0, .72fr); grid-template-areas: "body visual"; }
.prod__visual {
  grid-area: visual; position: relative; display: flex; align-items: flex-end; justify-content: center;
  padding-top: 32px; overflow: hidden; min-height: 320px;
}
.prod__visual::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 30px; background: var(--asphalt); }
.prod__visual::before {
  content: ""; position: absolute; left: 0; right: 0; bottom: 13px; height: 4px; z-index: 1;
  background: repeating-linear-gradient(90deg, #fff 0 18px, transparent 18px 36px);
}
.prod__visual img {
  position: relative; z-index: 2; width: auto; height: min(440px, 92%); max-height: 440px; margin-bottom: 12px;
  filter: drop-shadow(0 10px 8px rgba(13,13,13,.2));
}
.prod--maya .prod__visual { background: var(--denim-tint); }
.prod--dex .prod__visual { background: var(--orange-tint); }
.prod--sam .prod__visual { background: #E8ECF1; }
.prod--tara .prod__visual { background: #E3F4EC; }

.prod__body { grid-area: body; padding: clamp(24px, 3.4vw, 44px); display: grid; gap: 16px; align-content: start; }
.prod__step { font-weight: 800; font-size: .88rem; letter-spacing: .05em; text-transform: uppercase; color: var(--orange-deep); }
.prod h3 { font-size: clamp(1.5rem, 1.1rem + 1.2vw, 2.1rem); font-weight: 800; letter-spacing: -.02em; line-height: 1.12; text-wrap: balance; margin-top: -6px; }
.prod__price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 10px; }
.prod__from { font-weight: 800; color: var(--slate); }
.prod__eur { font: 800 clamp(2.8rem, 2rem + 2.4vw, 3.8rem)/1 var(--font-head); letter-spacing: -.035em; font-variant-numeric: tabular-nums; }
.prod__per { font-weight: 800; color: var(--slate); font-size: 1.1rem; }
.prod .ticks { font-size: 1rem; }
.prod__cta { display: flex; flex-wrap: wrap; gap: 10px; }
.prod__cross { color: var(--slate); font-size: .98rem; }
.prod__cross a { color: var(--orange-deep); text-underline-offset: 3px; }
.prod .plan__fine { margin-top: -4px; }

/* Dagkeuze theorie */
.daypick { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.daypick button {
  display: grid; gap: 2px; text-align: left; cursor: pointer; font: inherit; color: var(--carbon);
  background: var(--paper); border: 2px solid var(--line); border-radius: 14px; padding: 11px 12px;
  transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}
.daypick button:hover { border-color: #CBD5E0; }
.daypick b { font: 800 1.02rem var(--font-head); }
.daypick span { font-size: .92rem; font-weight: 700; color: var(--slate); font-variant-numeric: tabular-nums; }
.daypick button[aria-checked="true"] { border-color: var(--carbon); background: var(--white); box-shadow: 0 0 0 1px var(--carbon); }
.daypick button[aria-checked="true"] span { color: var(--orange-deep); }

/* Theorie-examen: twee opties naast elkaar */
.duo { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.duo__opt {
  position: relative; display: grid; gap: 4px; align-content: start; text-decoration: none; color: var(--carbon);
  background: var(--paper); border: 2px solid var(--line); border-radius: 16px; padding: 16px;
  transition: border-color .15s ease, transform .15s ease;
}
.duo__opt:hover { border-color: var(--carbon); transform: translateY(-2px); }
.duo__opt b { font: 800 1.1rem var(--font-head); }
.duo__opt span { color: var(--slate); font-weight: 600; font-size: .92rem; line-height: 1.35; }
.duo__opt strong { font: 800 1.7rem/1.1 var(--font-head); letter-spacing: -.02em; margin-top: 6px; font-variant-numeric: tabular-nums; }
.duo__opt--best { background: var(--white); border-color: var(--carbon); box-shadow: 4px 4px 0 var(--carbon); }
.duo__opt--best:hover { transform: translate(-1px, -3px); box-shadow: 5px 7px 0 var(--carbon); }
.duo__opt .duo__badge {
  justify-self: start; background: var(--green); color: #fff; font: 700 .75rem var(--font-head);
  padding: 3px 9px; border-radius: 7px; margin-bottom: 4px;
}

/* Rijlessen: taximeter */
.meterbox {
  display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 10px;
  background: var(--carbon); border-radius: 16px; padding: 12px; max-width: 460px;
}
.meterbox__cell { display: grid; gap: 2px; background: #1A1C21; border-radius: 10px; padding: 8px 12px; box-shadow: inset 0 -2px 0 rgba(0,0,0,.45); }
.meterbox__label { font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--slate-light); }
.meterbox__num { font: 800 1.9rem/1.05 var(--font-head); color: #fff; font-variant-numeric: tabular-nums; letter-spacing: -.01em; }
.meterbox__cell--eur .meterbox__num { color: var(--orange); }
.meterbox__cell--eur .meterbox__num::before { content: "€"; font-size: .7em; margin-right: 2px; color: var(--slate-light); }
.meterbox__times { font: 800 .95rem var(--font-head); color: var(--slate-light); white-space: nowrap; }
.meterbox__cap { grid-column: 1 / -1; font-size: .85rem; font-weight: 700; color: var(--slate-light); padding-inline: 4px; }

/* Rijlessen: bundelladder */
.ladder { display: grid; gap: 8px; padding-top: 16px; border-top: 1px dashed #CBD5E0; overflow-x: auto; }
.ladder__title { font-weight: 800; }
.ladder__table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; font-size: .98rem; }
.ladder__table th, .ladder__table td { text-align: left; padding: 10px 8px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.ladder__table thead th { font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: var(--slate); padding-block: 4px 8px; }
.ladder__table tbody th { font-weight: 800; }
.ladder__table em { font-style: normal; font-size: .78rem; font-weight: 800; color: #0B7A57; background: #E7F8F1; padding: 2px 6px; border-radius: 6px; margin-left: 6px; }
.ladder__table td:last-child { text-align: right; }
.ladder__table tbody tr:last-child th, .ladder__table tbody tr:last-child td { border-bottom: 0; }

/* ---------- Hele route: kassabon ---------- */
.route-all { background: var(--asphalt); color: #fff; padding-block: clamp(64px, 9vw, 112px); }
.route-all__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.route-all .section-head { margin-bottom: 0; }
.receipt {
  position: relative; background: var(--white); color: var(--carbon); padding: 26px 24px 30px; display: grid; gap: 14px;
  width: min(100%, 440px); justify-self: center; transform: rotate(1.2deg);
  border-radius: 6px 6px 0 0; box-shadow: 0 30px 50px -24px rgba(0,0,0,.6);
}
.receipt::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -12px; height: 12px;
  background: linear-gradient(-45deg, transparent 8px, var(--white) 0) 0 0 / 16px 12px repeat-x,
              linear-gradient(45deg, transparent 8px, var(--white) 0) 0 0 / 16px 12px repeat-x;
}
.receipt__head { font: 700 .85rem var(--font-head); letter-spacing: .08em; text-transform: uppercase; color: var(--slate); text-align: center; padding-bottom: 12px; border-bottom: 2px dashed #CBD5E0; }
.receipt__lines { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.receipt__lines li { display: flex; justify-content: space-between; gap: 12px; font-weight: 700; }
.receipt__lines b, .receipt__total b { font-variant-numeric: tabular-nums; }
.receipt__total { display: flex; justify-content: space-between; align-items: baseline; padding-top: 12px; border-top: 2px dashed #CBD5E0; font-weight: 800; }
.receipt__total b { font: 800 1.9rem var(--font-head); letter-spacing: -.02em; }
.receipt__note { text-align: center; color: var(--slate); font-size: .92rem; font-weight: 600; }

/* ---------- Team ---------- */
.crew { padding-block: clamp(64px, 9vw, 112px) 0; }
.crew__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.crew__list li { display: flex; align-items: center; gap: 12px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-card); padding: 12px 14px; }
.crew__list img { width: 56px; height: 56px; flex: none; border-radius: 50%; object-fit: cover; object-position: 50% 8%; background: var(--orange-tint); }
.crew__list div { display: grid; line-height: 1.2; }
.crew__list b { font: 800 1.1rem var(--font-head); }
.crew__list span { color: var(--slate); font-weight: 600; font-size: .88rem; }

.vf .faq { padding-top: 0; }
.vf .reviews { padding-block: clamp(56px, 8vw, 96px); }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .cartlink { margin-left: auto; }
  .menubtn { display: grid; }
  .menu {
    display: none; position: absolute; left: 0; right: 0; top: 100%; margin: 0; padding: 12px var(--gutter) 18px;
    flex-direction: column; align-items: stretch; gap: 2px; background: var(--paper); border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 40px -30px rgba(13,13,13,.4); max-height: calc(100vh - 72px); overflow-y: auto;
  }
  .nav.is-menu .menu { display: flex; }
  .menu__toggle { display: none; }
  .menu__panel { position: static; width: auto; opacity: 1; visibility: visible; transform: none; box-shadow: none; padding: 6px; margin-bottom: 6px; }
  .menu__top { font-size: 1.05rem; padding: 12px; }
  .vhero__grid { grid-template-columns: 1fr; }
  .vhero__copy { padding-bottom: 8px; }
  .pylon-stage { align-items: center; padding-left: 0; padding-top: 16px; }
  .pylon { width: min(100%, 420px); }
  .pylon__post { margin-right: 0; flex-basis: 60px; }
  .pylon-stage__maya { left: max(0px, calc(50% - 360px)); height: 360px; }
  .prod, .prod:nth-of-type(even) { grid-template-columns: 1fr; grid-template-areas: "visual" "body"; }
  .prod__visual { min-height: 0; height: 250px; padding-top: 20px; }
  .prod__visual img { height: 220px; }
  .route-all__grid { grid-template-columns: 1fr; }
  .crew__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .cartlink__label { display: none; }
  .cartlink { padding: 7px 10px; }
  .pylon-stage__maya { display: none; }
  .pylon { border-width: 4px; padding: 12px 10px 10px; }
  .pylon__row { padding: 10px 4px; }
  .pylon__name { font-size: 1rem; }
  .daypick { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .duo { grid-template-columns: 1fr; }
  .meterbox__num { font-size: 1.5rem; }
  .meterbox { gap: 6px; padding: 10px; }
  .meterbox__cell { padding: 7px 9px; }
  .ladder__table { font-size: .9rem; }
  .ladder__table th, .ladder__table td { padding: 9px 5px; }
  .prod__cta .btn { flex: 1 1 100%; white-space: normal; text-align: center; line-height: 1.2; }
  .receipt { transform: none; }
  .crew__list { grid-template-columns: 1fr; }
}
@media (max-width: 400px) {
  .meterbox { grid-template-columns: 1fr 1fr; }
  .meterbox__times { display: none; }
}

/* ---------- Subpagina's theorie en praktijk ---------- */
.vf .crumbs { margin-bottom: 14px; }
.vf .crumbs a { text-decoration: none; }
.vf .crumbs a:hover { color: var(--carbon); text-decoration: underline; }
.vf .hero h1 { font-size: clamp(2.3rem, 1.3rem + 2.2vw, 3.1rem); text-wrap: balance; hyphens: manual; }
.vf .cityhero h1 { text-wrap: balance; }
.vf .cityhero__copy .hero__cta { margin-top: 26px; }

.path { padding-block: clamp(64px, 9vw, 112px); }
.path--tight { padding-top: 0; }
.path__steps { counter-reset: step; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.path__steps li {
  counter-increment: step; position: relative; display: grid; gap: 8px; align-content: start;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-card); padding: 22px 20px 22px;
}
.path__steps li::before {
  content: counter(step); display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; margin-bottom: 6px;
  background: var(--carbon); color: #fff; font: 800 1.05rem var(--font-head);
}
.path__steps li:last-child::before { background: var(--orange); }
.path__steps li:not(:last-child)::after {
  content: ""; position: absolute; top: 41px; right: -14px; width: 14px; border-top: 2px dashed #CBD5E0;
}
.path__steps h3 { font-size: 1.12rem; }
.path__steps p { color: var(--slate); font-size: .98rem; }

.trio-wrap { padding-block: clamp(64px, 9vw, 112px); }
.trio { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.trio__item { display: grid; gap: 10px; align-content: start; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-card); padding: 24px; }
.trio__item img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; object-position: 50% 8%; background: #E8ECF1; }
.trio__icon { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 16px; background: var(--orange-tint); color: var(--orange-deep); }
.trio__item h3 { font-size: 1.15rem; }
.trio__item p { color: var(--slate); }

@media (max-width: 1020px) {
  .path__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .path__steps li::after { display: none; }
  .trio { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .path__steps { grid-template-columns: 1fr; }
}

/* ---------- Home: oefenexamen ---------- */
.tryout { position: relative; overflow: hidden; padding-top: clamp(40px, 6vw, 72px); background: var(--white); border-bottom: 1px solid var(--line); }
.tryout .char { bottom: 0; }
.tryout .stage { padding-bottom: 0; }
.tryout .hero__grid { align-items: center; }
.tryout__copy { display: grid; gap: 14px; align-content: start; padding-bottom: clamp(40px, 6vw, 80px); }
.tryout__copy .hero__cta { margin-top: 10px; }
.tryout .stage { height: 720px; }

/* ---------- Home: social ---------- */
.social { padding-block: clamp(64px, 9vw, 112px) 0; }
.social__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 18px 32px; margin-bottom: clamp(24px, 4vw, 40px); }
.social__head .section-head { margin-bottom: 0; }
.social__follow { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.social__follow .btn--outline { background: var(--white); }
.social__handle { font-weight: 800; color: var(--slate); margin-left: 4px; }
.reels { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.reel a {
  position: relative; display: block; aspect-ratio: 9 / 14; max-width: 100%; overflow: hidden; border-radius: 22px;
  text-decoration: none; color: #fff; isolation: isolate; transition: transform .25s var(--ease-spring);
}
.reel a:hover { transform: translateY(-4px) rotate(-.6deg); }
.reel--dex a { background: var(--orange-tint); }
.reel--maya a { background: var(--denim-tint); }
.reel--sam a { background: #E8ECF1; }
.reel--tara a { background: #E3F4EC; }
.reel img { position: absolute; z-index: -1; left: 50%; bottom: -4%; height: 92%; width: auto; max-width: none; transform: translateX(-50%); filter: drop-shadow(0 10px 10px rgba(13,13,13,.18)); }
.reel a::after { content: ""; position: absolute; inset: 45% 0 0; z-index: -1; background: linear-gradient(180deg, rgba(13,13,13,0), rgba(13,13,13,.78)); }
.reel__play { position: absolute; top: 12px; right: 12px; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(13,13,13,.55); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.reel__text { position: absolute; left: 14px; right: 14px; bottom: 14px; display: grid; gap: 2px; font: 700 1rem/1.25 var(--font-head); text-wrap: balance; }
.reel__text b { font: 800 .78rem var(--font-body); letter-spacing: .06em; text-transform: uppercase; color: var(--orange); }
.social__note { margin-top: 14px; font-size: .9rem; font-weight: 600; color: var(--slate); }

@media (max-width: 1020px) {
  .tryout__copy { padding-bottom: 8px; }
  .tryout .stage { height: auto; }
  .reels { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .reels { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gutter); gap: 10px; margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); padding-bottom: 6px; }
  .reel { flex: 0 0 62%; scroll-snap-align: start; }
}

/* ---------- Examenpagina ---------- */
.howto { padding-block: 0 clamp(64px, 9vw, 112px); }
.howto__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-big); padding: clamp(24px, 4vw, 48px); }
.howto__copy { display: grid; gap: 14px; }
.howto__copy .lead { margin-top: 0; }
.howto__tip { display: flex; align-items: center; gap: 12px; background: var(--orange-tint); border-radius: 14px; padding: 12px 14px; font-size: .96rem; }
.howto__tip img { width: 48px; height: 48px; flex: none; border-radius: 50%; object-fit: cover; object-position: 50% 8%; background: var(--white); }
.howto__steps { counter-reset: hs; list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.howto__steps li {
  counter-increment: hs; display: grid; grid-template-columns: 40px 1fr; grid-template-rows: auto auto; column-gap: 14px; align-items: center;
  background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 12px 16px;
}
.howto__steps li::before { content: counter(hs); grid-row: span 2; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--carbon); color: #fff; font: 800 1rem var(--font-head); }
.howto__steps b { font: 700 1.02rem var(--font-head); }
.howto__steps span { color: var(--slate); font-size: .93rem; font-weight: 600; }

.exams { padding-block: 0 clamp(40px, 6vw, 72px); }
.exams__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.exam { display: grid; gap: 12px; align-content: start; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-big); padding: clamp(22px, 3vw, 32px); }
.exam h3 { font-size: clamp(1.4rem, 1.1rem + 1vw, 1.8rem); font-weight: 800; letter-spacing: -.02em; margin-top: -4px; }
.exam__facts { margin: 4px 0 0; display: grid; }
.exam__facts div { display: grid; grid-template-columns: 120px 1fr; gap: 12px; padding: 11px 0; border-bottom: 1px dashed #CBD5E0; }
.exam__facts dt { font-weight: 800; }
.exam__facts dd { margin: 0; color: var(--slate); font-weight: 600; }
.exam__foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-top: 6px; }
.exam__foot strong { font: 800 1.8rem var(--font-head); letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.exam__foot span { color: var(--slate); font-weight: 700; margin-left: 6px; }

@media (max-width: 1020px) {
  .howto__grid, .exams__grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .exam__facts div { grid-template-columns: 1fr; gap: 2px; }
}

/* Rijschoolnummer om te kopiëren */
.copycode { display: inline-flex !important; align-items: center; gap: 6px; margin-top: 6px; padding: 4px 4px 4px 12px; background: var(--white); border: 2px dashed var(--orange); border-radius: 12px; justify-self: start; }
.copycode__value { font: 800 1.2rem var(--font-head); letter-spacing: .12em; color: var(--carbon); user-select: all; }
.copycode__btn { display: inline-flex; align-items: center; gap: 6px; font: 800 .85rem var(--font-body); color: #fff; background: var(--carbon); border: 0; border-radius: 8px; padding: 7px 10px; cursor: pointer; }
.copycode__btn:hover { background: #2B2F36; }
.copycode.is-copied { border-color: var(--green); border-style: solid; }
.copycode.is-copied .copycode__btn { background: var(--green); }
.howto__steps .copycode__btn span { color: #fff; font-size: .85rem; font-weight: 800; }

/* ---------- Examenpagina: CBR-wachttijden als bewijs ---------- */
.proof { padding-block: 0 clamp(64px, 9vw, 112px); }
.proof__card {
  display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 18px 28px; align-items: center;
  background: var(--carbon); color: #fff; border-radius: var(--r-big); padding: clamp(22px, 3.5vw, 36px);
}
.proof__icon { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 18px; background: #1A1C21; color: #FFD21F; }
.proof__card h2 { color: #fff; font-size: clamp(1.5rem, 1.1rem + 1.4vw, 2.2rem); }
.proof__card p { color: var(--slate-light); margin-top: 8px; max-width: 60ch; }
.proof__card p strong { color: #fff; }
.proof__cta { display: grid; gap: 8px; justify-items: end; }
.proof__cta .btn { white-space: nowrap; }
.proof__src { font-size: .82rem; font-weight: 700; color: var(--slate-light); }
@media (max-width: 1020px) {
  .proof__card { grid-template-columns: 1fr; }
  .proof__cta { justify-items: start; }
}

/* Footer: merk + drie linkkolommen, onderbalk met juridische links */
.vf .footer__grid { grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr)); gap: 32px 40px; }
.vf .footer__brand p { margin-top: 16px; line-height: 1.5; }
.footer__brand > a { display: inline-block; }
.footer__address { font-style: normal; margin-top: 12px; line-height: 1.5; }
.footer__title { font-family: var(--font-head); font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #fff; margin: 4px 0 14px; }
.footer nav.footer__col { display: block; }
.footer__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer__col a { text-decoration: none; font-weight: 700; }
.footer__col a:hover { color: #fff; }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 8px 24px; margin-top: 36px; padding-top: 18px; border-top: 1px solid #262A30; font-size: .88rem; }
.footer__legal { display: flex; flex-wrap: wrap; gap: 6px 20px; }
.footer__legal a { color: inherit; }
.footer__legal a:hover { color: #fff; }
@media (max-width: 1020px) {
  .vf .footer__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .vf .footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; }
  .footer__bottom { flex-direction: column; }
}

.proof__fallback { margin-top: 10px; font-size: .9rem; font-weight: 600; color: var(--slate); }
.proof__fallback a { color: var(--carbon); font-weight: 800; }

/* CBR-kaarten als horizontale slider */
.cbrslider { margin-top: 18px; display: grid; gap: 12px; }
.cbrslider__bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 16px; }
.cbrslider__stand { font-weight: 600; color: var(--slate); }
.cbrslider__stand b { color: var(--carbon); }
.cbrslider__nav { display: flex; gap: 8px; }
.cbrslider__arrow { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--white); border: 2px solid var(--line); color: var(--carbon); cursor: pointer; transition: border-color .15s ease, opacity .15s ease; }
.cbrslider__arrow:hover:not(:disabled) { border-color: var(--carbon); }
.cbrslider__arrow:disabled { opacity: .35; cursor: default; }
.cbrslider__chips { display: flex; gap: 6px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: thin; }
.cbrslider__chip { flex: none; font: 700 .88rem var(--font-body); color: var(--slate); background: var(--white); border: 1px solid var(--line); border-radius: 999px; padding: 7px 12px; cursor: pointer; white-space: nowrap; }
.cbrslider__chip:hover { color: var(--carbon); border-color: #CBD5E0; }
.cbrslider__chip[aria-current="true"] { background: var(--carbon); border-color: var(--carbon); color: #fff; }
.cbrslider__track {
  list-style: none; margin: 0; padding: 4px 2px 12px; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(260px, 340px); gap: 14px;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; overscroll-behavior-x: contain;
}
.cbrslider__track:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; border-radius: 12px; }
.cbrslider__slide { scroll-snap-align: start; display: grid; gap: 8px; }
.cbrslider__slide a { display: block; border-radius: 16px; overflow: hidden; background: #F4F9FE; border: 1px solid var(--line); box-shadow: 0 16px 30px -24px rgba(13,13,13,.4); transition: transform .2s ease; }
.cbrslider__slide a:hover { transform: translateY(-3px); }
.cbrslider__slide img { width: 100%; height: auto; aspect-ratio: 760 / 1075; max-width: 100%; }
.cbrslider__slide p { font: 700 .98rem var(--font-head); }
@media (max-width: 560px) {
  .cbrslider__track { grid-auto-columns: 78%; }
}

/* ---------- Over ons ---------- */
.menu__top[aria-current="page"] { color: var(--carbon); }
.about-hero .cityhero__grid { align-items: end; }
.about-hero__visual { display: grid; place-items: end center; padding-bottom: calc(clamp(64px, 8vw, 96px) - 26px); }
.about-hero__visual img { width: min(100%, 460px); filter: drop-shadow(0 18px 14px rgba(13,13,13,.18)); }

.stats { background: var(--carbon); padding-block: clamp(36px, 5vw, 56px); }
.stats__grid { margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.stats__grid div { display: flex; flex-direction: column-reverse; gap: 6px; border-left: 3px solid var(--orange); padding-left: 16px; }
.stats__grid dd { margin: 0; font: 800 clamp(2.2rem, 1.4rem + 2.4vw, 3.4rem)/1 var(--font-head); color: #fff; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.stats__grid dt { color: var(--slate-light); font-weight: 700; font-size: .95rem; max-width: 22ch; }

.story { padding-block: clamp(64px, 9vw, 112px); }
.story__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.story__side { position: sticky; top: 100px; display: grid; gap: 10px; }
.story__body { display: grid; gap: 18px; font-size: 1.1rem; color: var(--slate); max-width: 62ch; }
.story__lead { font: 600 clamp(1.25rem, 1.05rem + .7vw, 1.55rem)/1.4 var(--font-head); color: var(--carbon); }
.story__quote { margin: 10px 0 0; padding: 22px 24px; background: var(--white); border: 2px solid var(--carbon); border-radius: 20px; box-shadow: 5px 5px 0 var(--carbon); }
.story__quote p { font: 700 clamp(1.2rem, 1rem + .6vw, 1.45rem)/1.35 var(--font-head); color: var(--carbon); }
.story__quote footer { margin-top: 10px; font-size: .92rem; font-weight: 800; color: var(--orange-deep); }

.lessons { background: var(--asphalt); padding-block: clamp(64px, 9vw, 112px); }
.lessons__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.lesson { background: #2C3037; border: 1px solid #373C44; border-radius: var(--r-card); padding: 24px; display: grid; gap: 8px; }
.lesson h3 { color: #fff; }
.lesson p { color: var(--slate-light); }

.network { padding-block: clamp(64px, 9vw, 112px); }
.network__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.network__copy { display: grid; gap: 16px; justify-items: start; }
.network__copy .lead { margin-top: 0; }
.network__card { background: var(--orange); border-radius: var(--r-big); padding: clamp(28px, 4vw, 44px); display: grid; gap: 6px; box-shadow: 0 30px 60px -30px rgba(255,85,0,.6); }
.network__big { font: 800 clamp(4rem, 2.5rem + 5vw, 7rem)/.9 var(--font-head); letter-spacing: -.04em; color: var(--carbon); }
.network__label { font: 700 clamp(1.2rem, 1rem + .6vw, 1.5rem)/1.25 var(--font-head); color: var(--carbon); max-width: 16ch; }
.network__road { position: relative; height: 26px; margin: 18px 0 8px; background: var(--carbon); border-radius: 6px; overflow: hidden; }
.network__road span { position: absolute; left: 0; right: 0; top: 50%; height: 4px; transform: translateY(-50%); background: repeating-linear-gradient(90deg, #fff 0 22px, transparent 22px 44px); animation: roadmove 2.6s linear infinite; }
.network__small { font-weight: 800; color: var(--carbon); }

.faces { padding-block: 0 clamp(64px, 9vw, 112px); }
.faces__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.face { display: grid; justify-items: center; gap: 2px; text-align: center; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-card); padding: 18px 14px 18px; overflow: hidden; }
.face img { height: 220px; width: auto; margin-bottom: 10px; filter: drop-shadow(0 8px 8px rgba(13,13,13,.16)); }
.face b { font: 800 1.2rem var(--font-head); }
.face span { color: var(--slate); font-weight: 600; font-size: .92rem; }
.face--maya { background: linear-gradient(var(--denim-tint) 60%, var(--white) 60%); }
.face--dex { background: linear-gradient(var(--orange-tint) 60%, var(--white) 60%); }
.face--sam { background: linear-gradient(#E8ECF1 60%, var(--white) 60%); }
.face--tara { background: linear-gradient(#E3F4EC 60%, var(--white) 60%); }

@media (max-width: 1020px) {
  .stats__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 26px; }
  .story__grid, .network__grid { grid-template-columns: 1fr; }
  .story__side { position: static; }
  .faces__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-hero__visual img { width: min(80%, 360px); }
}
@media (max-width: 760px) {
  .lessons__grid { grid-template-columns: 1fr; }
  .face img { height: 170px; }
}

.proof__head { margin-bottom: 0; }
.proof .cbrslider { margin-top: 8px; }


/* ---------- Voorwaarden en privacy ---------- */
.legal { padding-block: clamp(28px, 5vw, 56px) clamp(64px, 9vw, 112px); }
.legal__grid { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: clamp(28px, 5vw, 64px); align-items: start; }
.legal__toc { position: sticky; top: 96px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-card); padding: 16px 18px; }
.legal__toc-title { font: 800 .8rem var(--font-body); letter-spacing: .06em; text-transform: uppercase; color: var(--slate); margin-bottom: 8px; }
.legal__toc ol { margin: 0; padding-left: 20px; display: grid; gap: 6px; font-size: .92rem; font-weight: 700; color: var(--slate); }
.legal__toc a { color: var(--slate); text-decoration: none; }
.legal__toc a:hover { color: var(--carbon); text-decoration: underline; }
.legal__body { max-width: 72ch; display: grid; gap: 14px; }
.legal__body h1 { font-size: clamp(2.2rem, 1.4rem + 2.4vw, 3.2rem); margin-top: 4px; }
.legal__meta { color: var(--slate); font-weight: 700; font-size: .92rem; }
.legal__intro { font-size: 1.12rem; color: var(--slate); }
.legal__body section { display: grid; gap: 10px; padding-top: 22px; margin-top: 8px; border-top: 1px solid var(--line); scroll-margin-top: 90px; }
.legal__body h2 { font-size: clamp(1.35rem, 1.1rem + .8vw, 1.7rem); }
.legal__body h3 { font-size: 1.08rem; margin-top: 6px; }
.legal__body p, .legal__body li { color: #2D3748; }
.legal__body ul { margin: 0; padding-left: 22px; display: grid; gap: 8px; }
.legal__body a { color: var(--orange-deep); font-weight: 700; text-underline-offset: 3px; }
.legal__facts { margin: 0; display: grid; background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 4px 16px; }
.legal__facts div { display: grid; grid-template-columns: 130px 1fr; gap: 12px; padding: 9px 0; border-bottom: 1px dashed #CBD5E0; }
.legal__facts div:last-child { border-bottom: 0; }
.legal__facts dt { font-weight: 800; }
.legal__facts dd { margin: 0; color: #2D3748; }
.legal__table { overflow-x: auto; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
.legal__table table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.legal__table th, .legal__table td { text-align: left; vertical-align: top; padding: 10px 14px; border-bottom: 1px solid var(--line); }
.legal__table thead th { font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: var(--slate); background: var(--paper); }
.legal__table tbody th { font-weight: 700; min-width: 180px; }
.legal__table tbody tr:last-child th, .legal__table tbody tr:last-child td { border-bottom: 0; }
mark.todo { background: #FFE58A; color: var(--carbon); padding: 0 4px; border-radius: 4px; font-weight: 700; }
.footer__small a { color: inherit; }
.footer__small a:hover { color: #fff; }
@media (max-width: 1020px) {
  .legal__grid { grid-template-columns: 1fr; }
  .legal__toc { position: static; }
}
@media (max-width: 560px) {
  .legal__facts div { grid-template-columns: 1fr; gap: 2px; }
}

.legal__example { background: var(--orange-tint); border-radius: 14px; padding: 14px 16px; }

/* ---------- Echte Trustpilot-review ---------- */
.reviews__list { max-width: 1100px; margin-inline: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.review--tp { gap: 14px; }
.review--tp blockquote { font-family: var(--font-body); font-weight: 600; font-size: 1.05rem; line-height: 1.6; }
.review__stars { display: flex; gap: 3px; }
.review__stars span { display: grid; place-items: center; width: 26px; height: 26px; background: #00B67A; color: #fff; font-size: 18px; line-height: 1; }
.review__title { margin: 0; font-family: var(--font-head); font-weight: 800; font-size: 1.25rem; }
.review__source { font-size: .88rem; font-weight: 700; color: var(--slate); }
.reviews__more { text-align: center; margin: 18px 0 0; }
@media (max-width: 760px) { .reviews__list { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .review--tp figcaption { flex-direction: column; align-items: flex-start; } }
