/* Zoom Bootcamp - uitgewerkte workflows
   Kleuren en typografie volgen de bootcamp-actiepagina (acties.zoom.nl/bootcamp). */

@font-face { font-family: "Centrale Sans"; src: url("/bootcampuitwerking/assets/fonts/Centrale Sans Thin.otf") format("opentype"); font-weight: 200; font-display: swap; }
@font-face { font-family: "Centrale Sans"; src: url("/bootcampuitwerking/assets/fonts/Centrale Sans Light.otf") format("opentype"); font-weight: 300; font-display: swap; }
@font-face { font-family: "Centrale Sans"; src: url("/bootcampuitwerking/assets/fonts/Centrale Sans Regular.otf") format("opentype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Centrale Sans"; src: url("/bootcampuitwerking/assets/fonts/Centrale Sans Medium.otf") format("opentype"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Centrale Sans"; src: url("/bootcampuitwerking/assets/fonts/Centrale Sans Bold.otf") format("opentype"); font-weight: 700; font-display: swap; }

:root {
  --dark: #0a212f;
  --darker: #06212e;
  --darkest: #050507;
  --gold: #efa40b;
  --gold-licht: #ffb12c;
  --wit: #ffffff;
  --grijs: #ccc;
  --grijs-donker: #9fb1c0;
  --grijs-licht: #bac8d4;
  --zij: 384px;
  --radius: 22px;
}

* { box-sizing: border-box; }

[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--dark);
  color: var(--wit);
  font-family: "Centrale Sans", "Open Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::after {
  content: "";
  position: fixed; inset: 0; z-index: 9999; pointer-events: none; opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

a { color: var(--gold); }

.overslaan {
  position: absolute; left: -9999px;
}

/* ---------- zijbalk ---------- */

.zij {
  position: fixed; top: 0; left: 0; bottom: 0; width: min(var(--zij), 92vw);
  display: flex; flex-direction: column;
  background: linear-gradient(180deg, #08283a, var(--darker));
  border-right: 1px solid rgba(239,164,11,0.16);
  z-index: 50;
}

.merk {
  display: flex; align-items: center; gap: 13px;
  padding: 22px 22px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.merk img { height: 28px; width: auto; opacity: 0.9; }
.merk strong { display: block; font-size: 16px; font-weight: 700; letter-spacing: 0.02em; }
.merk span { display: block; font-size: 13px; color: var(--grijs-donker); }

nav {
  flex: 1; overflow-y: auto; padding: 16px 14px 10px;
  scrollbar-width: thin; scrollbar-color: rgba(239,164,11,0.35) transparent;
}
nav::-webkit-scrollbar { width: 8px; }
nav::-webkit-scrollbar-thumb { background: rgba(239,164,11,0.3); border-radius: 4px; }

.startknop {
  display: flex; align-items: center; gap: 11px; width: 100%;
  background: none; border: 1px solid transparent; border-radius: 14px;
  padding: 12px 14px; margin-bottom: 12px; cursor: pointer;
  color: rgba(255,255,255,0.82); font-family: inherit; font-size: 15px; font-weight: 700;
}
.startknop:hover { background: rgba(255,255,255,0.05); color: var(--wit); }
.startknop.actief { background: rgba(239,164,11,0.1); border-color: rgba(239,164,11,0.35); color: var(--wit); }
.startknop svg { width: 19px; height: 19px; fill: var(--gold); }

/* elke workflow is een eigen compartiment: kop met beeld en voortgang,
   daaronder (inklapbaar) de stappen */
.wf-kaart {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.25s, background 0.25s;
}
.wf-kaart:hover { border-color: rgba(255,255,255,0.22); }
.wf-kaart.actief { border-color: rgba(239,164,11,0.55); background: rgba(239,164,11,0.06); }
.wf-kaart.af:not(.actief) { border-color: rgba(239,164,11,0.28); }

.wf-kop { display: flex; align-items: center; }

.wf-knop {
  display: flex; gap: 13px; align-items: center; flex: 1; min-width: 0;
  background: none; border: 0; padding: 14px 4px 13px 14px;
  cursor: pointer; text-align: left;
  color: var(--wit); font-family: inherit;
}
.wf-thumb {
  width: 52px; height: 52px; border-radius: 12px; object-fit: cover; flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,0.14);
}
.wf-kaart.af .wf-thumb { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(239,164,11,0.35); }
.wf-tekst { min-width: 0; flex: 1; }
.wf-tekst > span { display: block; }
.wf-nr { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 2px; }
.wf-titel { font-size: 16px; font-weight: 700; line-height: 1.3; transition: color 0.2s; }
.wf-knop:hover .wf-titel { color: var(--gold-licht); }
.wf-meta { font-size: 13px; color: var(--grijs-donker); margin-top: 3px; }
.wf-kaart.af .wf-meta { color: var(--gold); font-weight: 700; }

.wf-klap {
  flex: 0 0 auto; width: 38px; height: 38px; margin-right: 8px;
  display: flex; align-items: center; justify-content: center;
  background: none; border: 0; border-radius: 10px; cursor: pointer;
  color: var(--grijs-donker);
}
.wf-klap:hover { background: rgba(255,255,255,0.07); color: var(--wit); }
.wf-klap svg { width: 20px; height: 20px; fill: currentColor; transition: transform 0.25s; }
.wf-kaart.open .wf-klap svg { transform: rotate(180deg); }

.wf-balk { display: block; height: 3px; background: rgba(255,255,255,0.1); overflow: hidden; }
.wf-balk i { display: block; height: 100%; background: var(--gold); width: 0; transition: width 0.3s; }

/* in- en uitklappen via de grid-truc: 0fr naar 1fr animeert de hoogte;
   visibility houdt ingeklapte stappen ook buiten de tab-volgorde */
.wf-stappen {
  display: grid; grid-template-rows: 0fr; visibility: hidden;
  transition: grid-template-rows 0.3s ease, visibility 0.3s;
}
.wf-kaart.open .wf-stappen { grid-template-rows: 1fr; visibility: visible; }
.wf-stappen-in { overflow: hidden; min-height: 0; }

.substappen {
  list-style: none; margin: 0; padding: 8px 12px 14px;
  border-top: 1px solid rgba(255,255,255,0.07);
}

.substappen .fase {
  display: flex; align-items: center; gap: 9px;
  font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(239,164,11,0.9); margin: 15px 4px 6px; font-weight: 700;
}
.substappen .fase::after { content: ""; flex: 1; height: 1px; background: rgba(239,164,11,0.18); }
.substappen .fase:first-child { margin-top: 7px; }

.substap button {
  display: flex; gap: 11px; align-items: flex-start; width: 100%;
  background: none; border: 0; padding: 7px 8px; cursor: pointer;
  color: rgba(255,255,255,0.78); font-family: inherit; font-size: 14.5px;
  line-height: 1.4; text-align: left; border-radius: 10px;
}
.substap button:hover { color: var(--wit); background: rgba(255,255,255,0.05); }
.substap .bol {
  flex: 0 0 auto; width: 24px; height: 24px; border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.3); font-size: 12px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; color: var(--grijs-donker);
  transition: all 0.2s;
}
.substap.klaar .bol { background: var(--gold); border-color: var(--gold); color: var(--darkest); }
.substap.klaar button { color: rgba(255,255,255,0.55); }
.substap.hier button { color: var(--wit); font-weight: 700; background: rgba(239,164,11,0.08); }
.substap.hier .bol { border-color: var(--gold); color: var(--gold); box-shadow: 0 0 0 4px rgba(239,164,11,0.14); }
.substap.hier.klaar .bol { color: var(--darkest); }

.zij-onder { padding: 14px; border-top: 1px solid rgba(255,255,255,0.07); }

.spiekknop {
  display: flex; align-items: center; gap: 11px; width: 100%;
  background: linear-gradient(150deg, rgba(239,164,11,0.16), rgba(239,164,11,0.06));
  border: 1px dashed rgba(239,164,11,0.55); border-radius: 14px;
  padding: 13px 15px; cursor: pointer; color: var(--wit);
  font-family: inherit; font-size: 15px; font-weight: 700;
  transition: transform 0.2s, box-shadow 0.2s;
}
.spiekknop:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(0,0,0,0.35); }
.spiekknop svg { width: 22px; height: 22px; fill: var(--gold); flex: 0 0 auto; }

/* ---------- hoofdkolom ---------- */

main { margin-left: var(--zij); padding: 0 0 120px; }

.hero {
  position: relative; min-height: 380px; display: flex; align-items: flex-end;
  padding: 48px clamp(24px, 5vw, 64px) 40px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
}
.hero img.achtergrond {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0.5;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,33,47,0.45) 0%, rgba(10,33,47,0.82) 55%, var(--dark) 100%);
}
.hero-in { position: relative; z-index: 1; max-width: 780px; }
.hero .eyebrow {
  font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--gold); font-weight: 700; margin-bottom: 10px;
}
.hero h1 { margin: 0 0 6px; line-height: 1.02; font-size: clamp(34px, 5vw, 54px); font-weight: 700; }
.hero h1 span { font-weight: 200; }
.hero .onder { font-size: clamp(17px, 2vw, 21px); font-weight: 300; color: rgba(255,255,255,0.88); margin: 0 0 18px; }
.hero .kern { font-size: 17px; color: rgba(255,255,255,0.82); max-width: 660px; margin: 0 0 22px; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  display: inline-flex; align-items: center; gap: 7px;
  border: 1px solid rgba(255,255,255,0.18); border-radius: 999px;
  padding: 7px 15px; font-size: 14px; color: rgba(255,255,255,0.88);
  background: rgba(6,33,46,0.5);
}
.chip.goud { border-color: rgba(239,164,11,0.45); color: var(--gold); background: rgba(239,164,11,0.08); font-weight: 700; }

/* ---------- tijdlijn ---------- */

.tijdlijn { position: relative; max-width: 880px; margin: 0 auto; padding: 44px clamp(20px, 4vw, 40px) 0 clamp(46px, 6vw, 76px); }
.tijdlijn::before {
  content: ""; position: absolute; top: 60px; bottom: 120px; left: clamp(22px, 3vw, 38px);
  width: 2px; background: linear-gradient(180deg, rgba(239,164,11,0.5), rgba(239,164,11,0.12));
}

.fasekop {
  position: relative; margin: 42px 0 20px; padding-left: 4px;
  font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); font-weight: 700;
}
.fasekop:first-child { margin-top: 0; }
.fasekop::before {
  content: ""; position: absolute; left: clamp(-24px, -3vw, -40px); top: 8px;
  width: 12px; height: 12px; border-radius: 50%; background: var(--dark);
  border: 2px solid rgba(239,164,11,0.55);
}

.stap {
  position: relative; margin-bottom: 20px;
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: var(--radius);
  padding: 22px clamp(18px, 3vw, 30px) 20px;
  transition: border-color 0.3s, background 0.3s, transform 0.3s;
  scroll-margin-top: 24px;
}
.stap.hier { border-color: rgba(239,164,11,0.5); background: rgba(239,164,11,0.05); }
.stap.klaar:not(.hier) { opacity: 0.86; }

.stap .bol {
  position: absolute; left: clamp(-33px, -4.35vw, -49px); top: 24px;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--dark); border: 2px solid rgba(239,164,11,0.45);
  color: var(--gold); font-size: 15px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  transition: all 0.25s;
}
.stap.hier .bol { border-color: var(--gold); box-shadow: 0 0 0 6px rgba(239,164,11,0.14); }
.stap.klaar .bol { background: var(--gold); color: var(--darkest); border-color: var(--gold); }

.stap h3 { margin: 0 0 8px; font-size: clamp(20px, 2.4vw, 24px); font-weight: 700; line-height: 1.25; }
.stap p.tekst { margin: 0 0 4px; color: rgba(255,255,255,0.88); }
.stap p.tekst strong { color: var(--wit); font-weight: 700; }
.stap .kop { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }

kbd {
  font-family: inherit; font-size: 13.5px; font-weight: 700;
  background: rgba(239,164,11,0.14); color: var(--gold);
  border: 1px solid rgba(239,164,11,0.4); border-radius: 7px;
  padding: 3px 10px; white-space: nowrap;
}

.beelden { display: grid; gap: 14px; margin: 16px 0 0; }
.beelden.twee { grid-template-columns: 1fr 1fr; }
.closes { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 14px; align-items: flex-start; }
figure { margin: 0; }
.beeldwrap { position: relative; display: block; line-height: 0; }
.hl {
  position: absolute; pointer-events: none; border-radius: 3px;
  border: 3px solid var(--gold);
  box-shadow: 0 0 0 1px rgba(5,5,7,0.45), 0 0 14px rgba(239,164,11,0.35);
}
figure img {
  width: 100%; height: auto; display: block; border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.12); cursor: zoom-in;
  background: #05131c;
}
figure.close { max-width: 420px; flex: 0 1 auto; }
figure.close.strip { max-width: 100%; width: 100%; }
figure.close img {
  border-color: rgba(239,164,11,0.4);
  box-shadow: 0 6px 24px rgba(0,0,0,0.35);
}
figcaption { font-size: 15px; color: var(--grijs-licht); margin-top: 8px; line-height: 1.5; }
figure.close figcaption::before { content: "Close-up · "; color: var(--gold); }

.tip {
  margin-top: 16px; border-radius: 14px; padding: 15px 18px;
  background: rgba(239,164,11,0.07); border: 1px solid rgba(239,164,11,0.28);
}
.tip b { display: block; color: var(--gold); font-size: 15px; margin-bottom: 3px; }
.tip span { font-size: 16.5px; color: rgba(255,255,255,0.88); }

details.clip { margin-top: 16px; }
details.clip summary {
  display: inline-flex; align-items: center; gap: 9px; cursor: pointer;
  font-size: 15px; font-weight: 700; color: var(--gold);
  border: 1px solid rgba(239,164,11,0.35); border-radius: 999px; padding: 8px 17px;
  background: rgba(239,164,11,0.07); list-style: none;
}
details.clip summary::-webkit-details-marker { display: none; }
details.clip summary::before {
  content: ""; width: 0; height: 0; border-left: 9px solid var(--gold);
  border-top: 6px solid transparent; border-bottom: 6px solid transparent;
}
details.clip[open] summary::before { border: 0; width: 9px; height: 10px; background: var(--gold); border-radius: 1px; }
details.clip video { width: 100%; margin-top: 12px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.12); }
details.clip .duiding { font-size: 14px; color: var(--grijs-donker); margin-top: 6px; }

.volgende {
  display: inline-flex; align-items: center; gap: 9px; margin-top: 20px;
  background: rgba(239,164,11,0.09); border: 1px solid rgba(239,164,11,0.4);
  border-radius: 999px; padding: 11px 22px; cursor: pointer;
  color: var(--gold); font-family: inherit; font-size: 15.5px; font-weight: 700;
  transition: background 0.2s, transform 0.2s;
}
.volgende:hover { background: rgba(239,164,11,0.18); transform: translateY(-1px); }
.volgende svg { width: 18px; height: 18px; fill: currentColor; }
.volgende.af {
  background: linear-gradient(135deg, var(--gold), var(--gold-licht));
  color: var(--darkest); border-color: transparent;
  box-shadow: 0 6px 20px rgba(239,164,11,0.25);
}
.volgende.af:hover { filter: brightness(1.05); }

.afsluiter {
  margin: 34px 0 0; border-radius: var(--radius); padding: 26px clamp(20px, 3vw, 32px);
  background: linear-gradient(150deg, rgba(239,164,11,0.12), rgba(239,164,11,0.03));
  border: 1px solid rgba(239,164,11,0.3);
}
.afsluiter h4 { margin: 0 0 12px; font-size: 19px; color: var(--gold); }
.afsluiter ul { margin: 0; padding-left: 20px; }
.afsluiter li { margin-bottom: 6px; color: rgba(255,255,255,0.88); }

/* ---------- afgerond ---------- */

.klaarkaart {
  display: none; text-align: center; margin: 26px 0 0;
  border-radius: var(--radius); padding: 34px clamp(20px, 3vw, 34px) 30px;
  background: linear-gradient(160deg, rgba(239,164,11,0.22), rgba(239,164,11,0.05));
  border: 1px solid rgba(239,164,11,0.5);
  box-shadow: 0 20px 50px rgba(0,0,0,0.28);
}
.klaarkaart.aan { display: block; animation: opkomen 0.5s ease-out both; }
/* is de workflow af, dan staat de doorklikknop al in de afsluitkaart */
.klaarkaart.aan ~ .naarvolgende { display: none; }
.klaarkaart .vink {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 50%; margin-bottom: 14px;
  background: var(--gold); color: var(--darkest);
}
.klaarkaart .vink svg { width: 30px; height: 30px; fill: currentColor; }
.klaarkaart h4 { margin: 0 0 6px; font-size: clamp(21px, 2.6vw, 26px); font-weight: 700; }
.klaarkaart p { margin: 0 auto 20px; max-width: 460px; color: rgba(255,255,255,0.86); }
.klaarknop {
  background: linear-gradient(135deg, var(--gold), var(--gold-licht));
  color: var(--darkest); border: 0; border-radius: 999px; cursor: pointer;
  font-family: inherit; font-size: 16px; font-weight: 700; padding: 14px 32px;
  box-shadow: 0 6px 22px rgba(239,164,11,0.3);
}
.klaarknop:hover { transform: translateY(-1px); }

@keyframes opkomen {
  from { opacity: 0; transform: translateY(14px) scale(0.98); }
  to { opacity: 1; transform: none; }
}

.kaart .afvlag {
  position: absolute; top: 12px; right: 12px; display: inline-flex; align-items: center; gap: 5px;
  background: var(--gold); color: var(--darkest); border-radius: 999px;
  padding: 5px 11px 5px 8px; font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase;
}
.kaart .afvlag svg { width: 13px; height: 13px; fill: currentColor; }
.kaart.af { border-color: rgba(239,164,11,0.45); }

.allesaf {
  display: flex; gap: 14px; align-items: center; margin: 0 0 22px;
  border-radius: var(--radius); padding: 18px 22px;
  background: linear-gradient(150deg, rgba(239,164,11,0.2), rgba(239,164,11,0.05));
  border: 1px solid rgba(239,164,11,0.45);
}
.allesaf .vink {
  flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%; background: var(--gold); color: var(--darkest);
}
.allesaf .vink svg { width: 22px; height: 22px; fill: currentColor; }
.allesaf b { color: var(--gold); }

/* melding rechtsonder, met een korte confetti */
.feest {
  position: fixed; right: 24px; bottom: 24px; z-index: 250;
  display: flex; align-items: center; gap: 14px;
  background: linear-gradient(150deg, #0e2c3d, var(--darker));
  border: 1px solid rgba(239,164,11,0.55); border-radius: 18px;
  padding: 16px 22px 16px 18px; box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  opacity: 0; transform: translateY(18px) scale(0.97);
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.2, 1.2, 0.3, 1);
}
.feest.aan { opacity: 1; transform: none; }
.feest .vink {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 50%; background: var(--gold); color: var(--darkest);
}
.feest .vink svg { width: 24px; height: 24px; fill: currentColor; }
.feest .tekst b { display: block; font-size: 16px; }
.feest .tekst span { display: block; font-size: 14px; color: var(--grijs-donker); }

.feest .snippers { position: absolute; inset: 0; overflow: visible; pointer-events: none; }
.feest .snippers i {
  position: absolute; top: 12px; left: 50%; width: 7px; height: 11px; border-radius: 1px;
  background: var(--gold); opacity: 0;
  animation: snipper 1.5s ease-out forwards;
  animation-delay: calc(var(--n) * 45ms);
  transform-origin: center;
}
.feest .snippers i:nth-child(3n) { background: #ffffff; }
.feest .snippers i:nth-child(3n+1) { background: var(--gold-licht); }
.feest .snippers i:nth-child(2n) { width: 6px; height: 6px; border-radius: 50%; }

@keyframes snipper {
  0% { opacity: 1; transform: translate(0, 0) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translate(calc((var(--n) - 7) * 26px), -120px) rotate(320deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .feest, .klaarkaart.aan { transition: none; animation: none; }
  .feest .snippers { display: none; }
}

.naarvolgende {
  display: flex; align-items: center; gap: 16px; width: 100%; margin-top: 20px;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius); padding: 16px; cursor: pointer; text-align: left;
  color: var(--wit); font-family: inherit; transition: border-color 0.2s, background 0.2s;
}
.naarvolgende:hover { border-color: rgba(239,164,11,0.45); background: rgba(239,164,11,0.06); }
.naarvolgende img { width: 62px; height: 62px; border-radius: 12px; object-fit: cover; }
.naarvolgende .lbl { font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.naarvolgende .t { font-size: 18px; font-weight: 700; }

/* ---------- overzicht ---------- */

.overzicht { max-width: 1060px; margin: 0 auto; padding: 40px clamp(20px, 4vw, 48px) 0; }

.kaarten { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
@media (max-width: 860px) { .kaarten { grid-template-columns: 1fr; } }

.kaart {
  display: flex; flex-direction: column; text-align: left; cursor: pointer;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius); overflow: hidden; padding: 0;
  color: var(--wit); font-family: inherit;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.kaart:hover { transform: translateY(-3px); border-color: rgba(239,164,11,0.5); box-shadow: 0 18px 40px rgba(0,0,0,0.4); }
.kaart .beeld { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.kaart .beeld img { width: 100%; height: 100%; object-fit: cover; display: block; }
.kaart .nr {
  position: absolute; top: 12px; left: 12px; width: 30px; height: 30px; border-radius: 50%;
  background: var(--gold); color: var(--darkest); font-weight: 700; font-size: 14px;
  display: flex; align-items: center; justify-content: center;
}
.kaart .body { padding: 16px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.kaart h3 { margin: 0 0 4px; font-size: 21px; font-weight: 700; line-height: 1.2; }
.kaart .sub { font-size: 15px; color: var(--grijs-donker); margin: 0 0 10px; }
.kaart .kern { font-size: 15.5px; color: rgba(255,255,255,0.85); margin: 0 0 14px; flex: 1; }
.kaart .voet { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.kaart .voet .stappen { font-size: 14px; color: var(--grijs-donker); line-height: 1.35; }
.kaart .voet .start { font-size: 15px; font-weight: 700; color: var(--gold); white-space: nowrap; }
.kaart .balk { height: 3px; border-radius: 2px; background: rgba(255,255,255,0.12); margin-top: 12px; overflow: hidden; }
.kaart .balk i { display: block; height: 100%; background: var(--gold); }

.blokkop {
  margin: 40px 0 14px; font-size: 22px; font-weight: 700;
}
.blokkop::after {
  content: ""; display: block; width: 34px; height: 3px; border-radius: 2px;
  background: var(--gold); margin-top: 8px;
}

.uitleg {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px;
  margin: 0;
}
.uitleg.tweede { margin-top: 16px; }

.downloadknop {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 12px;
  background: linear-gradient(135deg, var(--gold), var(--gold-licht));
  color: var(--darkest); border-radius: 999px; padding: 10px 20px;
  font-size: 15px; font-weight: 700; text-decoration: none; white-space: nowrap;
}
.downloadknop::after { content: "\2193"; font-size: 15px; }
.downloadknop:hover { filter: brightness(1.06); }
.extralink {
  display: block; margin-top: 9px; font-size: 14px; line-height: 1.4;
  color: var(--grijs-donker);
}
/* lege regel in de kaarten zonder extra link, zodat alle knoppen op één lijn staan */
.extralink.leeg { visibility: hidden; }
.extralink.leeg::before { content: "\00a0"; }
.extralink:hover { color: var(--gold); }

.chip.link { text-decoration: none; border-color: rgba(239,164,11,0.45); color: var(--gold); }
.chip.link:hover { background: rgba(239,164,11,0.14); }

.kaart .nr.bonus { background: var(--wit); color: var(--darkest); font-size: 15px; }
.uitleg div {
  display: flex; flex-direction: column; align-items: flex-start;
  border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 16px 18px;
  background: rgba(255,255,255,0.03);
}
/* de tekst duwt de knop naar onderen, zodat de knoppen op één lijn staan */
.uitleg div > span:not(.extralink) { flex: 1; }
.uitleg b { display: block; color: var(--gold); font-size: 15px; margin-bottom: 3px; }
.uitleg span { font-size: 15.5px; color: rgba(255,255,255,0.84); }

.wissen {
  margin: 22px 0 0; background: none; border: 0; padding: 0; cursor: pointer;
  color: var(--grijs-donker); font-family: inherit; font-size: 14px; text-decoration: underline;
}
.wissen:hover { color: var(--gold); }

/* ---------- spiekbriefje ---------- */

.spiek-laag {
  position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center;
  background: rgba(3,12,18,0.72); backdrop-filter: blur(4px); padding: 24px;
}
.spiek {
  position: relative; max-width: 1000px; width: 100%; max-height: 86vh;
  overflow-y: auto; overscroll-behavior: contain;
  background: #fdf6e4; color: #223; border-radius: 6px;
  padding: 34px clamp(22px, 4vw, 44px) 34px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.55);
  transform: rotate(-0.5deg);
}
.spiek-tape {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%) rotate(-2deg);
  width: 140px; height: 28px; background: rgba(239,164,11,0.35);
  border: 1px dashed rgba(120,80,0,0.35);
}
.spiek-sluit {
  position: absolute; top: 10px; right: 14px; background: none; border: 0;
  font-size: 30px; line-height: 1; color: #7a8a95; cursor: pointer;
}
.spiek h2 {
  margin: 0 0 4px; font-size: 30px; color: #0a212f; font-weight: 700;
}
.spiek .onderschrift { margin: 0 0 22px; font-size: 14px; color: #5c6a74; }
.spiek-kolommen { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.spiek h3 {
  margin: 0 0 10px; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase;
  color: #b3790a; border-bottom: 2px solid rgba(239,164,11,0.4); padding-bottom: 6px;
}
.spiek .regel {
  display: grid; grid-template-columns: 178px 1fr; gap: 14px;
  padding: 8px 0; align-items: start;
}
.spiek .regel + .regel { border-top: 1px solid rgba(10,33,47,0.08); }
.spiek .regel p { margin: 2px 0 0; font-size: 15px; line-height: 1.45; }
.spiek .t { display: flex; flex-wrap: wrap; gap: 6px; }
.spiek .t .k { display: block; text-align: center; }
.spiek .t .k b {
  display: block; font-weight: 700; font-size: 12.5px; color: #0a212f;
  border: 1px solid rgba(10,33,47,0.35); border-bottom-width: 2px; border-radius: 5px;
  padding: 2px 7px; background: #fff; word-break: break-word;
}
.spiek .t .k i {
  display: block; font-style: normal; font-size: 9.5px; letter-spacing: 0.08em;
  text-transform: uppercase; color: #8a9099; margin-top: 2px;
}
.spiek .bron { color: #b3790a; font-size: 12px; }
.spiek .checklist { margin-top: 26px; border-top: 1px dashed rgba(10,33,47,0.25); padding-top: 18px; }
.spiek .checklist ol { margin: 0; padding-left: 20px; font-size: 15px; }
.spiek .checklist li { margin-bottom: 5px; }

/* ---------- toegangscode ---------- */

.slot {
  position: fixed; inset: 0; z-index: 400;
  display: flex; align-items: center; justify-content: center; padding: 24px;
  background: radial-gradient(circle at 50% 20%, #0d2c3f, var(--dark) 70%);
}
.slot-kaart {
  width: 100%; max-width: 430px; text-align: center;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(239,164,11,0.3);
  border-radius: var(--radius); padding: 36px 30px 30px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.45);
}
.slot-logo { height: 26px; width: auto; opacity: 0.9; margin-bottom: 22px; }
.slot-kaart h1 { margin: 0 0 8px; font-size: 26px; font-weight: 700; }
.slot-kaart p { margin: 0 0 22px; font-size: 15.5px; color: rgba(255,255,255,0.8); }
.slot-kaart input {
  width: 100%; text-align: center; font-family: inherit; font-size: 17px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  background: rgba(0,0,0,0.25); color: var(--wit);
  border: 1px solid rgba(255,255,255,0.2); border-radius: 12px; padding: 14px;
}
.slot-kaart input:focus { outline: 2px solid var(--gold); outline-offset: 2px; }
.slot-kaart button {
  width: 100%; margin-top: 12px; cursor: pointer; border: 0; border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--gold-licht));
  color: var(--darkest); font-family: inherit; font-size: 15px; font-weight: 700; padding: 14px;
}
.slot-kaart button:disabled { opacity: 0.7; cursor: wait; }
.slot-fout { margin: 14px 0 0; font-size: 13.5px; color: #ff9d9d; }
.slot-hulp { display: block; margin-top: 18px; font-size: 13px; color: var(--grijs-donker); }
.slot-hulp:hover { color: var(--gold); }

/* ---------- loep ---------- */

.loep {
  position: fixed; inset: 0; z-index: 300; background: rgba(3,12,18,0.9);
  display: flex; align-items: center; justify-content: center; padding: 20px; cursor: zoom-out;
}
.loep .beeldwrap { max-width: 100%; max-height: 100%; }
.loep img { max-width: 100%; max-height: 90vh; width: auto; border-radius: 8px; display: block; }

/* ---------- mobiel ---------- */

.spiek-zwevend {
  display: none; position: fixed; bottom: 16px; left: 16px; z-index: 120;
  align-items: center; gap: 8px; cursor: pointer;
  background: linear-gradient(150deg, rgba(239,164,11,0.95), rgba(255,177,44,0.9));
  border: 0; border-radius: 999px; padding: 12px 18px;
  color: var(--darkest); font-family: inherit; font-size: 14px; font-weight: 700;
  box-shadow: 0 10px 26px rgba(0,0,0,0.45);
}
.spiek-zwevend svg { width: 20px; height: 20px; fill: currentColor; }

.menuknop {
  display: none; position: fixed; top: 14px; left: 14px; z-index: 120;
  width: 46px; height: 46px; border-radius: 12px; cursor: pointer;
  background: rgba(6,33,46,0.92); border: 1px solid rgba(239,164,11,0.35);
  flex-direction: column; align-items: center; justify-content: center; gap: 4px;
}
.menuknop span { display: block; width: 20px; height: 2px; background: var(--gold); }

@media (max-width: 1080px) {
  .zij { transform: translateX(-100%); transition: transform 0.3s; box-shadow: 0 0 60px rgba(0,0,0,0.6); }
  .zij.open { transform: none; }
  /* de hamburger-knop blijft linksboven staan, dus het logo schuift op */
  .zij .merk { padding-left: 74px; }
  .menuknop { display: flex; }
  .spiek-zwevend { display: inline-flex; }
  /* staat het menu open, dan heeft de zijbalk zelf al een spiekknop */
  .zij.open ~ .spiek-zwevend { display: none; }
  main { margin-left: 0; }
  .hero { padding-top: 76px; }
  .beelden.twee { grid-template-columns: 1fr; }
  .spiek-kolommen { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 620px) {
  body { font-size: 17px; }
  .tijdlijn { padding-left: 42px; }
  .stap .bol { left: -33px; width: 30px; height: 30px; font-size: 14px; }
  .tijdlijn::before { left: 18px; }
  .fasekop::before { left: -30px; }
}
