:root {
  --cream: #f6f3ec;
  --paper: #fffdf8;
  --ink: #11241b;
  --pitch: #1e4433;
  --moss: #3d6b53;
  --muted: #6b7a70;
  --line: #e2ddd1;
  --orange: #dd5f2c;
  --orange-dark: #c14f21;
  --radius: 14px;
  --max: 1120px;
  /* Vanaf de tweede sectie mag de pagina opengaan. De hero houdt --max,
     zodat het bovenste deel exact blijft zoals het was. */
  --breed: 1300px;

  /* Op de donkergroene band voldoen de gewone tekstkleuren niet aan het
     contrastminimum. Deze drie zijn erop doorgerekend, niet geschat. */
  --op-donker: #a8c2b2;      /* 5,7:1 op --pitch */
  --oranje-op-donker: #f5a37a; /* 5,4:1 op --pitch */
  --oranje-tekst: #a8431b;   /* 5,4:1 op --cream, voor kleine oranje tekst */
}

.breed {
  max-width: var(--breed);
  margin: 0 auto;
  padding: 0 28px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { line-height: 1.1; letter-spacing: -0.022em; margin: 0; font-weight: 640; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }

/* ------------------------------------------------------------------- nav */

.nav {
  max-width: var(--max);
  margin: 0 auto;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 680;
  font-size: 19px;
  letter-spacing: -0.02em;
}

.brand-mark {
  width: 13px;
  height: 22px;
  border: 2px solid var(--pitch);
  border-left: none;
  border-radius: 0 3px 3px 0;
  position: relative;
}
.brand-mark::after {
  content: "";
  position: absolute;
  left: -2px; top: 50%;
  transform: translateY(-50%);
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--orange);
}

.nav nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav nav > a:not(.btn) {
  padding: 8px 12px;
  color: var(--muted);
  font-size: 15.5px;
  border-radius: 8px;
}
.nav nav > a:not(.btn):hover { color: var(--ink); background: rgba(0,0,0,.04); }

/* ---------------------------------------------------------------- knoppen */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 15.5px;
  font-weight: 560;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .12s ease, background .16s ease, border-color .16s ease;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--orange); color: #fff; }
.btn-primary:hover { background: var(--orange-dark); }
.btn-ghost { border-color: var(--line); background: var(--paper); }
.btn-ghost:hover { border-color: #cfc7b6; }
.btn-quiet { background: transparent; border-color: #cdc5b5; }
.btn-quiet:hover { background: rgba(0,0,0,.04); }
.btn-lg { padding: 14px 26px; font-size: 16.5px; border-radius: 12px; }
.btn-block { width: 100%; }

/* ------------------------------------------------------------------ hero */

.hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 56px 24px 72px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  align-items: center;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 640;
  color: var(--moss);
  margin-bottom: 18px;
}

.hero h1 {
  font-size: clamp(40px, 6.2vw, 68px);
  margin-bottom: 22px;
}
.hero h1 em {
  font-style: normal;
  color: var(--orange);
}

.lead {
  font-size: 18.5px;
  color: #35473d;
  max-width: 46ch;
  margin-bottom: 28px;
}

.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; }

.hero-note { font-size: 14.5px; color: var(--muted); max-width: 44ch; }

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

.tl {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px 22px 18px;
  box-shadow: 0 20px 40px -28px rgba(17, 36, 27, .5);
}

.tl-head {
  display: flex;
  justify-content: space-between;
  font-size: 11.5px;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}

.tl-track {
  position: relative;
  height: 46px;
  background: repeating-linear-gradient(90deg, #eceadf 0 1px, transparent 1px 10%);
  border-radius: 8px;
  overflow: hidden;
}

.tl-seg {
  position: absolute;
  top: 0; bottom: 0;
  background: var(--pitch);
  border-right: 2px solid var(--paper);
  display: flex;
  align-items: center;
  padding: 0 8px;
  overflow: hidden;
}
.tl-seg span {
  font-size: 11px;
  color: #d8e6de;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tl-seg:nth-child(even) { background: #2a5b44; }
.tl-seg.gap {
  background: repeating-linear-gradient(45deg, #e8e3d6 0 6px, #ded8c9 6px 12px);
}
.tl-seg.gap span { color: #8d8878; }

.tl-marks { position: relative; height: 26px; margin-top: 6px; }
.tl-mark {
  position: absolute;
  transform: translateX(-50%);
  background: var(--orange);
  color: #fff;
  font-size: 11px;
  font-weight: 620;
  padding: 2px 7px;
  border-radius: 20px;
}
.tl-mark::before {
  content: "";
  position: absolute;
  top: -8px; left: 50%;
  width: 1px; height: 8px;
  background: var(--orange);
}

.tl-caption { margin-top: 8px; font-size: 13px; color: var(--muted); }

/* ----------------------------------------------------------------- strip */

.strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.strip > div {
  padding: 26px 24px;
  text-align: center;
  border-left: 1px solid var(--line);
}
.strip > div:first-child { border-left: none; }
.strip strong {
  display: block;
  font-size: 30px;
  font-weight: 660;
  letter-spacing: -0.03em;
  color: var(--pitch);
}
.strip span { font-size: 14px; color: var(--muted); }

/* ---------------------------------------------------------------- stappen */

section.steps, section.split, section.privacy, section.pricing,
section.closing, section.vragen, section.blokken-uitleg {
  padding: 96px 0;
}

.steps h2, .privacy h2, .pricing h2, .vragen h2 {
  font-size: clamp(30px, 3.6vw, 42px);
  margin-bottom: 44px;
  max-width: 22ch;
}

/* -------------------------------------------------- zaterdag, kwart voor negen */

.tegenover {
  background: var(--pitch);
  color: #dcebe2;
  padding: 100px 0;
}
.tegenover-kop { max-width: 42ch; margin-bottom: 56px; }
.tegenover-kop h2 {
  font-size: clamp(30px, 3.8vw, 44px);
  color: #fff;
  margin-bottom: 16px;
}
.tegenover-kop p { color: var(--op-donker); font-size: 18px; }

.tegenover-kolommen {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.kolom { padding: 34px 40px; }
.kolom-nu { border-right: 1px solid #2c5643; }
.kolom-wel { background: rgba(255, 255, 255, .04); border-radius: 0 14px 14px 0; }
.kolom h3 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 640;
  margin-bottom: 22px;
}
.kolom-nu h3 { color: var(--op-donker); }
.kolom-wel h3 { color: var(--oranje-op-donker); }
.kolom li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 1.5;
}
.kolom-nu li { color: var(--op-donker); }
.kolom-wel li { color: #eaf3ee; }
.kolom-nu li::before,
.kolom-wel li::before {
  position: absolute;
  left: 0; top: 0;
  font-size: 17px;
  line-height: 1.5;
}
.kolom-nu li::before { content: "×"; color: var(--op-donker); opacity: .75; }
.kolom-wel li::before {
  content: "";
  top: 9px; left: 2px;
  width: 9px; height: 5px;
  border-left: 2px solid var(--oranje-op-donker);
  border-bottom: 2px solid var(--oranje-op-donker);
  transform: rotate(-45deg);
}

/* -------------------------------------------------------- het blokkensysteem */

.blokken-uitleg { border-bottom: 1px solid var(--line); }
.bu-kop { max-width: 54ch; margin-bottom: 48px; }
.bu-kop h2 {
  font-size: clamp(28px, 3.4vw, 40px);
  margin-bottom: 16px;
}
.bu-kop p { font-size: 18px; color: #46564d; }

.blokrij {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.blok {
  background: var(--pitch);
  color: #d7e7de;
  border-radius: 12px;
  padding: 20px 18px 22px;
  display: grid;
  gap: 6px;
  transform-origin: bottom;
}
.blok-tijd {
  font-size: 15px;
  font-weight: 640;
  font-variant-numeric: tabular-nums;
  color: #fff;
}
.blok-wie { font-size: 14px; color: #9fbcac; }
.blok-vrij {
  background: transparent;
  border: 1.5px dashed #c3b9a5;
  color: var(--muted);
}
.blok-vrij .blok-tijd { color: var(--ink); }
.blok-vrij .blok-wie { color: var(--oranje-tekst); font-weight: 560; }

.blokrij-bij {
  margin-top: 20px;
  font-size: 15.5px;
  color: var(--muted);
  max-width: 60ch;
}

/* Eén bedoeld moment op deze pagina: de blokken vullen zich als je ze bereikt. */
@media (prefers-reduced-motion: no-preference) {
  .blokrij .blok {
    opacity: 0;
    transform: translateY(10px) scaleY(.94);
  }
  .blokrij.aan .blok {
    opacity: 1;
    transform: none;
    transition:
      opacity .5s cubic-bezier(.16, 1, .3, 1) calc(var(--i) * 90ms),
      transform .6s cubic-bezier(.16, 1, .3, 1) calc(var(--i) * 90ms);
  }
}

/* ---------------------------------------------------------------- stappen */

.steps ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}
.steps li {
  padding: 32px 40px 34px 0;
  border-right: 1px solid var(--line);
}
.steps li:last-child { border-right: none; }
.steps li:not(:first-child) { padding-left: 40px; }
.step-n {
  display: block;
  font-size: 13px;
  font-weight: 660;
  letter-spacing: .08em;
  color: var(--orange);
  margin-bottom: 14px;
}
.step-n::after { content: " / 3"; color: #c0b7a5; }
.steps h3 { font-size: 21px; margin-bottom: 12px; }
.steps p { color: #46564d; font-size: 16px; margin-bottom: 16px; }
.step-tijd {
  font-size: 13px;
  color: var(--moss);
  background: #e7eee9;
  padding: 4px 10px;
  border-radius: 20px;
  display: inline-block;
}

/* ------------------------------------------------------------------ split */

.split { border-top: 1px solid var(--line); }
.split-in {
  display: grid;
  grid-template-columns: 1fr .78fr;
  gap: 72px;
  align-items: center;
}
.split h2 { font-size: clamp(28px, 3.4vw, 40px); margin-bottom: 20px; max-width: 18ch; }
.split p { color: #46564d; margin-bottom: 26px; max-width: 54ch; font-size: 17px; }

.ticks li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 15.5px;
  color: #35473d;
}
.ticks li::before {
  content: "";
  position: absolute;
  left: 4px; top: 8px;
  width: 8px; height: 4px;
  border-left: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
  transform: rotate(-45deg);
}

.split-vis { display: grid; gap: 12px; }
.clipcard {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  box-shadow: 0 10px 22px -20px rgba(17,36,27,.6);
}
.clip-t {
  font-variant-numeric: tabular-nums;
  font-size: 13px;
  color: #fff;
  background: var(--pitch);
  padding: 3px 8px;
  border-radius: 6px;
}
.clip-l { font-weight: 560; font-size: 15.5px; }
.clip-p { font-size: 13px; color: var(--muted); }

/* ---------------------------------------------------------------- privacy */

.privacy { border-top: 1px solid var(--line); background: var(--paper); }
.privacy-kop { max-width: 46ch; margin-bottom: 48px; }
.privacy-kop h2 { margin-bottom: 14px; }
.privacy-kop p { color: #46564d; font-size: 18px; }
.privacy-kop em { font-style: italic; color: var(--ink); }

.privacy-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px 32px; }
.privacy-grid > div { padding-top: 18px; border-top: 2px solid var(--pitch); }
.privacy-grid h3 { font-size: 18px; margin-bottom: 10px; }
.privacy-grid p { color: #46564d; font-size: 15.5px; }

.privacy-bij {
  margin-top: 48px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  color: #616f66;
  font-size: 15.5px;
  max-width: 72ch;
}
.privacy-bij a { color: var(--moss); text-decoration: underline; }

/* ------------------------------------------------------------------ vragen */

.vragen { border-top: 1px solid var(--line); }
.vragen-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 56px;
}
.vragen details {
  border-top: 1px solid var(--line);
  padding: 4px 0;
}
.vragen details:first-child, .vragen details:nth-child(2) { border-top: none; }
.vragen summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 34px 20px 0;
  font-size: 17.5px;
  font-weight: 560;
  position: relative;
}
.vragen summary::-webkit-details-marker { display: none; }
.vragen summary::after {
  content: "";
  position: absolute;
  right: 6px; top: 50%;
  width: 9px; height: 9px;
  border-right: 2px solid var(--moss);
  border-bottom: 2px solid var(--moss);
  transform: translateY(-70%) rotate(45deg);
  transition: transform .2s ease;
}
.vragen details[open] summary::after { transform: translateY(-20%) rotate(-135deg); }
.vragen details p {
  color: #46564d;
  font-size: 16px;
  padding: 0 40px 22px 0;
  max-width: 56ch;
}

/* --------------------------------------------------------------- prijzen */

.pricing { border-top: 1px solid var(--line); }
.pricing h2 { margin-bottom: 10px; }
.pricing-sub { color: var(--muted); margin-bottom: 40px; max-width: 56ch; }

.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.plan {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.plan-best { border-color: var(--pitch); border-width: 1.5px; }
.badge {
  position: absolute;
  top: -11px; left: 24px;
  background: var(--pitch);
  color: #fff;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .04em;
  padding: 3px 10px;
  border-radius: 20px;
}
.plan h3 { font-size: 17px; color: var(--moss); font-weight: 600; }
.price { font-size: 34px; font-weight: 660; letter-spacing: -0.03em; margin-top: 6px; }
.price-per { font-size: 14px; color: var(--muted); margin-bottom: 18px; }
.plan ul { margin-bottom: 24px; flex: 1; }
.plan li {
  font-size: 15px;
  color: #46564d;
  padding: 7px 0 7px 22px;
  position: relative;
  border-top: 1px solid #f0ece1;
}
.plan li:first-child { border-top: none; }
.plan li::before {
  content: "";
  position: absolute;
  left: 2px; top: 15px;
  width: 7px; height: 3px;
  border-left: 2px solid var(--moss);
  border-bottom: 2px solid var(--moss);
  transform: rotate(-45deg);
}

/* --------------------------------------------------------------- afsluiter */

.closing {
  text-align: center;
  border-top: 1px solid var(--line);
  background: var(--paper);
}
.closing h2 { font-size: clamp(30px, 4vw, 46px); margin: 0 auto 16px; max-width: 16ch; }
.closing p { color: #46564d; margin: 0 auto 30px; max-width: 46ch; font-size: 17.5px; }
.closing-klein { color: var(--muted); font-size: 14.5px; margin-top: 20px; margin-bottom: 0; }

.foot {
  border-top: 1px solid var(--line);
  padding: 26px 24px;
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 13.5px;
  color: var(--muted);
}

/* -------------------------------------------------------------- responsief */

@media (max-width: 1080px) {
  .privacy-grid { grid-template-columns: 1fr 1fr; }
  .blokrij { grid-template-columns: repeat(3, 1fr); }
  .steps ol { grid-template-columns: 1fr 1fr; }
  .steps li:nth-child(2) { border-right: none; }
  .steps li:nth-child(3) {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
    border-right: none;
    padding-left: 0;
  }
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 32px; gap: 40px; }
  .split-in { grid-template-columns: 1fr; gap: 40px; }
  .plans { grid-template-columns: 1fr; }
  .strip { grid-template-columns: 1fr; }
  .strip > div { border-left: none; border-top: 1px solid var(--line); }
  .strip > div:first-child { border-top: none; }
  .vragen-grid { grid-template-columns: 1fr; }
  .vragen details:nth-child(2) { border-top: 1px solid var(--line); }

  .tegenover-kolommen { grid-template-columns: 1fr; gap: 8px; }
  .kolom { padding: 26px 24px; border-radius: 12px; }
  .kolom-nu { border-right: none; background: rgba(0, 0, 0, .16); }
  .kolom-wel { border-radius: 12px; }

  .nav nav > a:not(.btn) { display: none; }
}

@media (max-width: 760px) {
  section.steps, section.split, section.privacy, section.pricing,
  section.closing, section.vragen, section.blokken-uitleg { padding: 60px 0; }
  .tegenover { padding: 64px 0; }
  .breed { padding: 0 20px; }

  .steps ol { grid-template-columns: 1fr; border-top: none; }
  .steps li {
    padding: 26px 0;
    border-right: none;
    border-top: 1px solid var(--line);
  }
  .steps li:not(:first-child) { padding-left: 0; }
  .steps li:nth-child(3) { padding-left: 0; }

  .blokrij { grid-template-columns: 1fr 1fr; gap: 8px; }
  .blok { padding: 15px 16px 16px; }

  .privacy-grid { grid-template-columns: 1fr; gap: 26px; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .nav { padding: 16px; }
  .brand { padding: 7px 0; }
  .foot { flex-direction: column; }
  .tegenover-kop h2, .bu-kop h2 { max-width: none; }
  .vragen summary { font-size: 16.5px; padding-right: 30px; }
}
