/* ============================================================
   BuilderMika · twee ontwerpvoorstellen in één document
   V1 "De naad"        licht, redactioneel, bouwkundig
   V2 "De bouwsessie"  donker, machinaal, mono gestuurd
   Tokens en klassen zijn per versie genamespaced (v1- / v2-).
   ============================================================ */

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #EFEEEA;
  color: #14150F;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

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

/* ankerdoelen mogen niet onder de plakkende kop belanden */
.version-root section[id],
.version-root header[id] { scroll-margin-top: 96px; }
button { font: inherit; color: inherit; }
input { font: inherit; }
[hidden] { display: none !important; }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0;
}

/* ---------- Onthullen bij scroll, gedeeld mechanisme ---------- */
.js .rv { opacity: 0; transform: translateY(20px); }
.js .rv-anim { transition: opacity .75s cubic-bezier(.22,.61,.36,1), transform .75s cubic-bezier(.22,.61,.36,1); }
.js .rv-in { opacity: 1; transform: none; }

/* ---------- Versiewissel ---------- */
.switch {
  position: fixed;
  z-index: 200;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 5px 5px 12px;
  border-radius: 999px;
  background: rgba(20, 21, 15, .88);
  border: 1px solid rgba(239, 238, 234, .16);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 34px rgba(20, 21, 15, .28);
}
.switch-label {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(239, 238, 234, .58);
  padding-right: 6px;
}
.switch-btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: transparent;
  color: rgba(239, 238, 234, .72);
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .08em;
  transition: background .25s ease, color .25s ease;
}
.switch-btn:hover { color: #EFEEEA; background: rgba(239, 238, 234, .1); }
.switch-btn[aria-pressed="true"] { background: #2660A4; color: #fff; }
.switch-btn:focus-visible { outline: 2px solid #8FB4DE; outline-offset: 2px; }

@media (max-width: 460px) {
  .switch { bottom: 12px; padding-left: 10px; }
  .switch-label { display: none; }
}


/* ============================================================
   VERSIE 1 · DE NAAD
   ============================================================ */
#v1-root {
  --bg: #EFEEEA;
  --bg2: #E5E2DC;
  --paper: #F8F7F4;
  --ink: #14150F;
  --ink-2: #4C4E45;
  --line: #DAD6CE;
  --line-2: #C9C4BA;
  --blue: #2660A4;
  --blue-deep: #1D4B80;
  --blue-soft: #DFE8F3;
  --blue-soft-2: #C3D5EA;
  --sans: 'Poppins', Helvetica, Arial, sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, monospace;

  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  overflow-x: clip;
}

.v1-wrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 40px);
}

.v1-skip {
  position: absolute; left: 12px; top: -60px; z-index: 300;
  background: var(--ink); color: var(--bg);
  padding: 10px 16px; border-radius: 8px; text-decoration: none;
  font-size: 14px; transition: top .2s ease;
}
.v1-skip:focus { top: 12px; }

#v1-root a:focus-visible,
#v1-root button:focus-visible,
#v1-root input:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---------- Koptekstsysteem ---------- */
.v1-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  margin: 0 0 18px;
  font-family: var(--mono);
  font-size: 11px; font-weight: 500;
  letter-spacing: .19em; text-transform: uppercase;
  color: var(--blue);
}
.v1-tick { width: 16px; height: 1px; background: currentColor; display: block; }
.v1-eyebrow-inv { color: var(--blue-soft-2); }

.v1-h1 {
  margin: 0 0 22px;
  font-size: clamp(38px, 6.4vw, 78px);
  line-height: 1.01;
  letter-spacing: -.035em;
  font-weight: 700;
}
.v1-h1 em { font-style: italic; font-weight: 600; color: var(--blue); }

.v1-h2 {
  margin: 0 0 18px;
  font-size: clamp(29px, 3.9vw, 50px);
  line-height: 1.06;
  letter-spacing: -.028em;
  font-weight: 700;
}

.v1-lead, .v1-sec-lead {
  margin: 0;
  font-size: clamp(15.5px, 1.25vw, 18px);
  line-height: 1.62;
  color: var(--ink-2);
  max-width: 56ch;
}

.v1-sec { padding: clamp(72px, 9vw, 132px) 0; }
.v1-sec-head { max-width: 780px; margin-bottom: clamp(36px, 5vw, 62px); }
.v1-sec-head-split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: end;
}

/* ---------- Knoppen ---------- */
.v1-btn, .v1-btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px; font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}
.v1-btn { background: var(--blue); color: #fff; }
.v1-btn:hover { background: var(--blue-deep); transform: translateY(-2px); }
.v1-btn-arrow { transition: transform .3s cubic-bezier(.22,.61,.36,1); }
.v1-btn:hover .v1-btn-arrow { transform: translateX(4px); }
.v1-btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.v1-btn-ghost:hover { border-color: var(--ink); background: rgba(20,21,15,.04); transform: translateY(-2px); }

/* ---------- Kop ---------- */
.v1-header {
  position: sticky; top: 0; z-index: 90;
  background: rgba(239, 238, 234, .86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, background .3s ease;
}
.v1-header.is-stuck { border-bottom-color: var(--line); }
.v1-header-inner {
  width: 100%; max-width: 1240px; margin: 0 auto;
  padding: 14px clamp(16px, 4vw, 40px);
  display: flex; align-items: center; gap: 22px;
}
.v1-brand {
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none; color: var(--ink);
}
.v1-brand-mark { color: var(--blue); display: flex; }
.v1-brand-word {
  font-size: 17px; font-weight: 700; letter-spacing: -.02em;
}
.v1-nav {
  margin-left: auto;
  display: flex; align-items: center; gap: clamp(14px, 2vw, 30px);
}
.v1-nav a {
  text-decoration: none; color: var(--ink-2);
  font-size: 14.5px; font-weight: 500;
  position: relative; padding: 6px 0;
  transition: color .22s ease;
}
.v1-nav a::after {
  content: ''; position: absolute; left: 0; bottom: 0;
  width: 100%; height: 1px; background: var(--blue);
  transform: scaleX(0); transform-origin: right;
  transition: transform .32s cubic-bezier(.22,.61,.36,1);
}
.v1-nav a:hover { color: var(--ink); }
.v1-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.v1-header-end { display: flex; align-items: center; gap: 10px; }
.v1-cta-sm {
  display: inline-flex; align-items: center; min-height: 42px;
  padding: 0 18px; border-radius: 999px;
  background: var(--ink); color: var(--bg);
  text-decoration: none; font-size: 14px; font-weight: 600;
  transition: background .25s ease;
}
.v1-cta-sm:hover { background: var(--blue); }
.v1-burger {
  display: none;
  width: 44px; height: 44px;
  align-items: center; justify-content: center;
  background: transparent; border: 1px solid var(--line-2); border-radius: 12px;
  cursor: pointer;
}
.v1-burger-box { display: block; width: 18px; }
.v1-burger-box i {
  display: block; height: 1.5px; background: var(--ink); border-radius: 2px;
  transition: transform .3s ease, opacity .3s ease;
}
.v1-burger-box i + i { margin-top: 5px; }
.v1-burger[aria-expanded="true"] i:first-child { transform: translateY(3.2px) rotate(45deg); }
.v1-burger[aria-expanded="true"] i:last-child { transform: translateY(-3.2px) rotate(-45deg); }

/* ---------- Hero ---------- */
.v1-hero {
  padding: clamp(44px, 6vw, 86px) 0 clamp(46px, 6vw, 84px);
  overflow: clip;
}
.v1-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(32px, 4.5vw, 68px);
  align-items: center;
}
.v1-hero-copy { max-width: 620px; }
.v1-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.v1-stats {
  display: flex; flex-wrap: wrap; gap: clamp(20px, 3.4vw, 46px);
  margin: 42px 0 0; padding-top: 26px;
  border-top: 1px solid var(--line);
}
.v1-stats div { display: flex; flex-direction: column; gap: 3px; }
.v1-stats dt {
  font-size: clamp(26px, 2.7vw, 34px); font-weight: 700; letter-spacing: -.03em;
  color: var(--blue);
}
.v1-stats dd {
  margin: 0;
  font-family: var(--mono); font-size: 10.5px;
  letter-spacing: .15em; text-transform: uppercase; color: var(--ink-2);
}

/* ---------- De naad ---------- */
.v1-seam { margin: 0; }
.v1-seam-frame {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line-2);
  box-shadow: 0 30px 70px -32px rgba(20, 21, 15, .38), 0 2px 8px rgba(20, 21, 15, .05);
}
.v1-seam-chrome {
  display: flex; align-items: center; gap: 6px;
  padding: 11px 14px;
  background: var(--bg2);
  border-bottom: 1px solid var(--line);
}
.v1-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--line-2); }
.v1-seam-url {
  margin-left: 12px;
  font-family: var(--mono); font-size: 11px; color: var(--ink-2);
  background: #fff; border: 1px solid var(--line);
  border-radius: 6px; padding: 3px 12px;
}
.v1-seam-stage {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  touch-action: pan-y;
  cursor: ew-resize;
  --seam: 52;
}
.v1-seam-old, .v1-seam-new { position: absolute; inset: 0; }
.v1-seam-new { clip-path: inset(0 0 0 calc(var(--seam) * 1%)); }

/* het oude web */
.v1-seam-old {
  background: #fff;
  font-family: 'Times New Roman', Times, serif;
  color: #000;
  font-size: clamp(9px, 1.05vw, 13px);
}
.v1-old-bar {
  background: #000080; color: #fff;
  padding: .5em .8em; font-weight: bold;
  font-size: 1.15em;
}
.v1-old-nav {
  background: #d7d7d7; border-bottom: 1px solid #999;
  padding: .4em .8em; color: #444;
}
.v1-old-link { color: #0000cc; text-decoration: underline; }
.v1-old-body { padding: .9em .9em 0; }
.v1-old-h { font-size: 1.5em; font-weight: bold; margin: 0 0 .5em; }
.v1-old-body p { margin: 0 0 .7em; line-height: 1.35; }
.v1-old-btn {
  display: inline-block;
  background: #e6e6e6; border: 2px outset #bbb;
  padding: .2em .9em; font-size: 1em; color: #000;
}
.v1-old-table { border-collapse: collapse; font-size: .95em; }
.v1-old-table td { border: 1px solid #999; padding: .18em .6em; }
.v1-old-foot {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: .45em .9em;
  border-top: 1px solid #bbb; background: #f1f1f1;
  color: #555; font-size: .88em;
}

/* het nieuwe web */
.v1-seam-new { background: var(--paper); display: flex; flex-direction: column; }
.v1-new-nav {
  display: flex; align-items: center; gap: 10px;
  padding: 3.4% 4%;
}
.v1-new-brand {
  font-weight: 700; letter-spacing: -.02em;
  font-size: clamp(10px, 1.15vw, 14px); color: var(--ink);
}
.v1-new-links { display: flex; gap: 8px; margin-left: auto; }
.v1-new-links i { display: block; width: 26px; height: 4px; border-radius: 3px; background: var(--line-2); }
.v1-new-cta {
  background: var(--blue); color: #fff;
  border-radius: 999px; padding: .45em 1em;
  font-size: clamp(8px, .92vw, 11px); font-weight: 600; white-space: nowrap;
}
/* De rechterhelft is precies wat je bij de standaardstand van de naad
   ziet, dus daar hoort de aantrekkelijke kant van de mockup te zitten. */
.v1-new-body {
  flex: 1 1 auto;
  padding: 1% 4% 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .78fr);
  gap: 4%;
  align-items: center;
}
.v1-new-eyebrow {
  margin: 0 0 .8em;
  font-family: var(--mono); font-size: clamp(7px, .78vw, 9.5px);
  letter-spacing: .18em; text-transform: uppercase; color: var(--blue);
}
.v1-new-h {
  margin: 0 0 .5em;
  font-size: clamp(15px, 2.2vw, 28px); line-height: 1.04;
  letter-spacing: -.035em; font-weight: 700; color: var(--ink);
}
.v1-new-lead {
  margin: 0 0 1.1em;
  font-size: clamp(8px, .92vw, 11.5px); line-height: 1.5; color: var(--ink-2);
}
.v1-new-btn {
  display: inline-block;
  background: var(--ink); color: var(--bg);
  border-radius: 999px; padding: .7em 1.5em;
  font-size: clamp(8px, .9vw, 11px); font-weight: 600;
}
.v1-new-visual {
  position: relative;
  border-radius: 14px;
  aspect-ratio: 4 / 3.4;
  background: linear-gradient(150deg, var(--blue-soft) 0%, var(--blue-soft-2) 100%);
  border: 1px solid var(--blue-soft-2);
  overflow: hidden;
}
.v1-new-visual-card {
  position: absolute; left: 12%; right: 12%; top: 16%; bottom: 30%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 26px -12px rgba(20,21,15,.34);
}
.v1-new-visual-badge {
  position: absolute; left: 12%; bottom: 11%;
  background: var(--blue); color: #fff;
  border-radius: 999px; padding: .45em 1em;
  font-size: clamp(7.5px, .82vw, 10px); font-weight: 600;
  white-space: nowrap;
}
.v1-new-cards { display: flex; gap: 3%; padding: 4% 4% 4%; }
.v1-new-cards span {
  flex: 1; height: clamp(20px, 3.6vw, 44px);
  border-radius: 10px; background: var(--paper);
  border: 1px solid var(--line);
}

.v1-seam-rule {
  position: absolute; top: 0; bottom: 0;
  left: calc(var(--seam) * 1%);
  width: 2px; background: var(--blue);
  transform: translateX(-1px);
  pointer-events: none;
  box-shadow: 0 0 0 1px rgba(255,255,255,.55);
}
.v1-seam-grip {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--blue); color: #fff;
  display: flex; align-items: center; justify-content: center; gap: 3px;
  box-shadow: 0 6px 18px rgba(20,21,15,.3);
}
/* twee pijlpunten, geen twee balkjes: die lazen als een pauzeknop */
.v1-seam-grip i {
  display: block; width: 6px; height: 6px;
  border-top: 2px solid rgba(255,255,255,.92);
  border-left: 2px solid rgba(255,255,255,.92);
}
.v1-seam-grip i:first-child { transform: rotate(-45deg); }
.v1-seam-grip i:last-child { transform: rotate(135deg); }
/* De labels stonden eerst in de mockup zelf en botsten daar met de
   inhoud van beide kanten. Naast de schuif kunnen ze nooit iets raken. */
.v1-seam-ctrl {
  margin-top: 18px;
  display: flex; align-items: center; gap: 14px;
}
.v1-seam-leg {
  flex: 0 0 auto;
  font-family: var(--mono); font-size: 10px;
  letter-spacing: .15em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 999px;
  background: var(--ink); color: var(--bg);
}
.v1-seam-leg-new { background: var(--blue); color: #fff; }
.v1-seam-ctrl .v1-seam-range { flex: 1 1 auto; min-width: 0; }

.v1-roi-lab {
  display: block;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: .1em; text-transform: uppercase; color: var(--ink-2);
  margin-bottom: 10px;
}
.v1-seam-range, .v1-roi-range {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 30px; background: transparent; cursor: pointer; display: block;
}
.v1-seam-range::-webkit-slider-runnable-track,
.v1-roi-range::-webkit-slider-runnable-track {
  height: 3px; background: var(--line-2); border-radius: 3px;
}
.v1-seam-range::-moz-range-track,
.v1-roi-range::-moz-range-track {
  height: 3px; background: var(--line-2); border-radius: 3px;
}
.v1-seam-range::-webkit-slider-thumb,
.v1-roi-range::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 22px; height: 22px; margin-top: -9.5px;
  border-radius: 50%; background: var(--blue);
  border: 3px solid var(--bg);
  box-shadow: 0 2px 8px rgba(20,21,15,.28);
}
.v1-seam-range::-moz-range-thumb,
.v1-roi-range::-moz-range-thumb {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--blue); border: 3px solid var(--bg);
}
.v1-seam-cap {
  margin: 12px 0 0;
  font-size: 12.5px; line-height: 1.5; color: var(--ink-2);
  max-width: 52ch;
}

/* ---------- Lopende band ---------- */
.v1-ticker {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg2);
  overflow: hidden;
  padding: 14px 0;
}
.v1-ticker-track { display: flex; width: max-content; animation: v1-run 34s linear infinite; }
.v1-ticker-run {
  display: flex; align-items: center; margin: 0;
  font-family: var(--mono); font-size: 12px;
  letter-spacing: .13em; text-transform: uppercase; color: var(--ink-2);
  white-space: nowrap;
}
.v1-ticker-run span { padding: 0 clamp(18px, 3vw, 42px); position: relative; }
.v1-ticker-run span::after {
  content: ''; position: absolute; right: 0; top: 50%;
  width: 4px; height: 4px; margin-top: -2px;
  border-radius: 50%; background: var(--blue);
}
@keyframes v1-run { to { transform: translateX(-50%); } }

/* ---------- Werk ---------- */
.v1-rail-outer { position: relative; }
.v1-rail {
  display: flex;
  gap: clamp(14px, 2vw, 26px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: max(16px, calc((100vw - 1240px) / 2 + 40px));
  padding: 6px max(16px, calc((100vw - 1240px) / 2 + 40px)) 28px;
  scrollbar-width: thin;
}
.v1-rail.is-drag { cursor: grabbing; scroll-snap-type: none; }
.v1-rail.is-anim { scroll-snap-type: none; }
.v1-rail::-webkit-scrollbar { height: 5px; }
.v1-rail::-webkit-scrollbar-thumb { background: var(--line-2); border-radius: 4px; }
.v1-card {
  flex: 0 0 min(520px, 84vw);
  scroll-snap-align: start;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color .3s ease, transform .4s cubic-bezier(.22,.61,.36,1);
}
.v1-card:hover { border-color: var(--line-2); transform: translateY(-4px); }
.v1-card-media { position: relative; aspect-ratio: 8 / 5; background: var(--bg2); overflow: hidden; }
.v1-shot {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: top center;
  transition: clip-path .55s cubic-bezier(.65,0,.35,1);
}
.v1-shot-voor { clip-path: inset(0 100% 0 0); z-index: 2; }
.v1-card[data-state="voor"] .v1-shot-voor { clip-path: inset(0 0 0 0); }
.v1-card-body { padding: 18px 20px 20px; display: grid; gap: 4px; }
.v1-card-title { margin: 0; font-size: 17px; font-weight: 600; letter-spacing: -.02em; word-break: break-word; }
.v1-card-meta {
  margin: 0 0 12px;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: .09em; text-transform: uppercase; color: var(--ink-2);
}
.v1-seg {
  display: inline-flex; padding: 3px; gap: 2px;
  background: var(--bg2); border: 1px solid var(--line);
  border-radius: 999px; justify-self: start;
}
.v1-seg-btn {
  appearance: none; border: 0; cursor: pointer;
  min-height: 32px; padding: 0 16px; border-radius: 999px;
  background: transparent; color: var(--ink-2);
  font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}
.v1-seg-btn[aria-pressed="true"] { background: var(--ink); color: var(--bg); }
.v1-card-link {
  margin-top: 10px;
  display: inline-flex; align-items: center; gap: 7px;
  padding: 3px 0;
  justify-self: start;
  color: var(--blue); text-decoration: none;
  font-size: 14px; font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease;
}
.v1-card-link:hover { border-bottom-color: var(--blue); }
.v1-rail-nav { display: flex; gap: 10px; }
.v1-round {
  width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid var(--line-2); background: transparent;
  cursor: pointer; font-size: 16px; color: var(--ink);
  transition: background .25s ease, border-color .25s ease;
}
.v1-round:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }

/* ---------- Index ---------- */
.v1-index { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.v1-index li {
  display: grid;
  grid-template-columns: 74px minmax(0, 300px) minmax(0, 1fr);
  gap: clamp(12px, 3vw, 40px);
  align-items: baseline;
  padding: clamp(20px, 2.4vw, 30px) 0;
  border-bottom: 1px solid var(--line);
  position: relative;
  transition: padding-left .35s cubic-bezier(.22,.61,.36,1);
}
.v1-index li::before {
  content: ''; position: absolute; left: 0; bottom: -1px;
  width: 100%; height: 1px; background: var(--blue);
  transform: scaleX(0); transform-origin: left;
  transition: transform .5s cubic-bezier(.22,.61,.36,1);
}
.v1-index li:hover { padding-left: 14px; }
.v1-index li:hover::before { transform: scaleX(1); }
.v1-index-no {
  font-family: var(--mono); font-size: 12px;
  letter-spacing: .1em; color: var(--blue);
}
.v1-index h3 { margin: 0; font-size: clamp(18px, 1.7vw, 23px); font-weight: 600; letter-spacing: -.02em; }
.v1-index p { margin: 0; font-size: 15.5px; line-height: 1.6; color: var(--ink-2); }

/* ---------- Werkwijze ---------- */
.v1-werkwijze { background: var(--bg2); }
.v1-flow {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(30px, 5vw, 80px);
  align-items: start;
}
.v1-flow-side { position: sticky; top: 108px; }
.v1-flow-count {
  display: flex; align-items: baseline; gap: 10px;
  margin: 28px 0 12px;
  font-family: var(--mono);
}
.v1-flow-count span:first-child { font-size: clamp(40px, 5vw, 62px); color: var(--blue); line-height: 1; }
.v1-flow-of { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-2); }
.v1-flow-track { height: 2px; background: var(--line-2); border-radius: 2px; overflow: hidden; max-width: 260px; }
.v1-flow-track span {
  display: block; height: 100%; width: 25%;
  background: var(--blue);
  transition: width .5s cubic-bezier(.22,.61,.36,1);
}
.v1-flow-btn { margin-top: 30px; }
.v1-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: clamp(14px, 2vw, 22px); }
.v1-step {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: clamp(22px, 3vw, 36px);
  display: grid; gap: 8px;
  transition: border-color .35s ease, transform .35s ease;
}
.v1-step.is-active { border-color: var(--blue); transform: translateX(6px); }
.v1-step-no {
  font-family: var(--mono); font-size: 11.5px;
  letter-spacing: .16em; color: var(--blue);
}
.v1-step h3 { margin: 0; font-size: clamp(19px, 1.9vw, 26px); font-weight: 600; letter-spacing: -.024em; }
.v1-step p { margin: 0; font-size: 15.5px; line-height: 1.62; color: var(--ink-2); max-width: 48ch; }

/* ---------- Over ons ---------- */
.v1-over { position: relative; overflow: hidden; padding: clamp(76px, 10vw, 148px) 0; isolation: isolate; }
.v1-over-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.v1-over-scrim {
  position: absolute; inset: 0; z-index: -1;
  /* de laagste alfa is .80: ook boven een wit fotovlak blijft de tekst ruim AA */
  background: linear-gradient(105deg, rgba(14,15,10,.95) 0%, rgba(14,15,10,.9) 46%, rgba(14,15,10,.8) 100%);
}
.v1-over-inner { color: #EFEEEA; }
.v1-over-h2 { color: #fff; max-width: 15ch; }
.v1-over-body {
  margin: 0; max-width: 62ch;
  font-size: clamp(15.5px, 1.25vw, 18px); line-height: 1.68;
  color: rgba(239,238,234,.86);
}
.v1-over-stats {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: clamp(18px, 3vw, 34px);
  margin: clamp(38px, 5vw, 58px) 0 0; padding-top: 28px;
  border-top: 1px solid rgba(239,238,234,.22);
}
.v1-over-stats div { display: grid; gap: 4px; }
.v1-over-stats dt { font-size: clamp(28px, 3vw, 40px); font-weight: 700; letter-spacing: -.03em; color: #fff; }
.v1-over-stats dd {
  margin: 0; font-family: var(--mono); font-size: 10.5px;
  letter-spacing: .14em; text-transform: uppercase; color: rgba(239,238,234,.72);
}

/* ---------- Prijzen ---------- */
.v1-plans {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: clamp(16px, 2.4vw, 28px);
  align-items: start;
}
.v1-plan {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: clamp(24px, 3.2vw, 40px);
  display: grid; align-content: start; gap: 0;
  position: relative;
}
.v1-plan-top {
  background: var(--ink); color: #EFEEEA; border-color: var(--ink);
  box-shadow: 0 28px 60px -34px rgba(20,21,15,.55);
}
.v1-plan-badge {
  position: absolute; top: clamp(24px, 3.2vw, 40px); right: clamp(24px, 3.2vw, 40px);
  margin: 0; padding: 5px 12px; border-radius: 999px;
  background: var(--blue); color: #fff;
  font-family: var(--mono); font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase;
}
.v1-plan-name {
  margin: 0 0 14px;
  font-family: var(--mono); font-size: 12px;
  letter-spacing: .17em; text-transform: uppercase; color: var(--blue);
}
.v1-plan-top .v1-plan-name { color: var(--blue-soft-2); }
.v1-plan-price { margin: 0; display: flex; align-items: baseline; gap: 9px; flex-wrap: wrap; }
.v1-plan-price span { font-size: clamp(34px, 4vw, 50px); font-weight: 700; letter-spacing: -.035em; }
.v1-plan-price em {
  font-style: normal; font-family: var(--mono); font-size: 12px;
  letter-spacing: .1em; color: var(--ink-2);
}
.v1-plan-top .v1-plan-price em { color: rgba(239,238,234,.7); }
.v1-plan-note {
  margin: 8px 0 0; font-size: 12.5px; color: var(--ink-2);
}
.v1-plan-top .v1-plan-note { color: rgba(239,238,234,.66); }
.v1-plan-tag {
  margin: 18px 0 0; padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 15.5px; line-height: 1.55; color: var(--ink-2);
}
.v1-plan-top .v1-plan-tag { border-top-color: rgba(239,238,234,.2); color: rgba(239,238,234,.82); }
.v1-plan-lab {
  margin: 22px 0 12px;
  font-family: var(--mono); font-size: 10.5px;
  letter-spacing: .16em; text-transform: uppercase; color: var(--ink-2);
}
.v1-plan-top .v1-plan-lab { color: rgba(239,238,234,.6); }
.v1-plan-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.v1-plan-list li { position: relative; padding-left: 26px; font-size: 15.5px; line-height: 1.5; }
.v1-plan-list li::before {
  content: ''; position: absolute; left: 0; top: .42em;
  width: 13px; height: 7px;
  border-left: 2px solid var(--blue); border-bottom: 2px solid var(--blue);
  transform: rotate(-45deg);
}
.v1-plan-top .v1-plan-list li::before { border-color: var(--blue-soft-2); }
.v1-plan-cta { margin-top: 28px; justify-self: start; }
.v1-plan-top .v1-btn { background: #EFEEEA; color: var(--ink); }
.v1-plan-top .v1-btn:hover { background: #fff; }
.v1-btw {
  margin: 18px 0 0;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: .08em; color: var(--ink-2);
}

.v1-maint {
  margin-top: clamp(28px, 4vw, 48px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 4vw, 56px);
  padding: clamp(24px, 3.4vw, 44px);
  border: 1px solid var(--blue-soft-2);
  background: var(--blue-soft);
  border-radius: 20px;
}
.v1-maint-name { margin: 0 0 10px; font-size: clamp(22px, 2.3vw, 30px); font-weight: 700; letter-spacing: -.028em; }
.v1-maint-price { margin: 0; display: flex; align-items: baseline; gap: 8px; }
.v1-maint-price span { font-size: clamp(28px, 3vw, 38px); font-weight: 700; letter-spacing: -.03em; color: var(--blue-deep); }
.v1-maint-price em { font-style: normal; font-family: var(--mono); font-size: 12px; color: var(--ink-2); }
.v1-maint-tag { margin: 14px 0 6px; font-size: 15.5px; line-height: 1.55; color: var(--ink-2); }
.v1-maint-note { margin: 0 0 22px; font-size: 13px; color: var(--ink-2); }
.v1-maint-list {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 10px 24px; align-content: start;
}
.v1-maint-list li {
  position: relative; padding-left: 18px;
  font-size: 14.5px; line-height: 1.5; color: var(--ink);
}
.v1-maint-list li::before {
  content: ''; position: absolute; left: 0; top: .58em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--blue);
}

.v1-extras { margin-top: clamp(28px, 4vw, 48px); }
.v1-extras-head { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
.v1-extras-title { margin: 0; font-size: clamp(21px, 2.1vw, 27px); font-weight: 700; letter-spacing: -.026em; }
.v1-extras-head p { margin: 0; font-size: 14.5px; color: var(--ink-2); }
.v1-extras-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.v1-extras-list li {
  display: grid;
  grid-template-columns: minmax(0, 240px) minmax(0, 150px) minmax(0, 1fr);
  gap: 10px clamp(14px, 3vw, 36px);
  align-items: baseline;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.v1-ex-name { font-size: 16px; font-weight: 600; letter-spacing: -.015em; }
.v1-ex-price { font-family: var(--mono); font-size: 15px; color: var(--blue); white-space: nowrap; }
.v1-ex-price em { font-style: normal; font-size: 11px; color: var(--ink-2); letter-spacing: .08em; }
.v1-ex-desc { font-size: 14.5px; line-height: 1.55; color: var(--ink-2); }

/* ---------- Besparing ---------- */
.v1-roi { background: var(--bg2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.v1-roi-inner { max-width: 720px; text-align: center; }
.v1-roi-inner .v1-eyebrow { justify-content: center; }
.v1-roi-lead { margin: 0 auto; }
.v1-roi-out {
  margin: clamp(30px, 4vw, 48px) 0 0;
  font-size: clamp(58px, 11vw, 132px);
  line-height: .95; font-weight: 700; letter-spacing: -.05em;
  color: var(--blue);
  word-break: break-word;
}
.v1-roi-cap {
  margin: 10px 0 0;
  font-family: var(--mono); font-size: 12px;
  letter-spacing: .18em; text-transform: uppercase; color: var(--ink-2);
}
.v1-roi-ctrl { margin: clamp(34px, 4.5vw, 54px) auto 0; max-width: 460px; }
.v1-roi-lab { text-align: left; }
.v1-roi-lab output { color: var(--ink); font-weight: 600; }
.v1-roi-scale {
  display: flex; justify-content: space-between;
  font-family: var(--mono); font-size: 10.5px; color: var(--ink-2);
  margin-top: 2px;
}

/* ---------- Vragen ---------- */
.v1-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: start;
}
.v1-faq-img {
  width: 100%; max-width: 380px;
  border-radius: 16px; margin: 26px 0 22px;
  border: 1px solid var(--line);
}
.v1-faq-mail { margin: 0; font-size: 15px; line-height: 1.7; color: var(--ink-2); }
.v1-faq-mail a {
  display: inline-block; padding: 3px 0;
  color: var(--blue); font-weight: 600; word-break: break-word;
}
.v1-acc { border-top: 1px solid var(--line); }
.v1-acc-item { border-bottom: 1px solid var(--line); }
.v1-acc-item h3 { margin: 0; }
.v1-acc-btn {
  width: 100%; min-height: 68px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 20px 0; text-align: left;
  background: transparent; border: 0; cursor: pointer;
  font-size: clamp(16px, 1.5vw, 20px); font-weight: 600; letter-spacing: -.018em;
  color: var(--ink);
  transition: color .25s ease;
}
.v1-acc-btn:hover { color: var(--blue); }
.v1-acc-ico {
  position: relative; flex: 0 0 auto;
  width: 26px; height: 26px; border-radius: 50%;
  border: 1px solid var(--line-2);
  transition: background .3s ease, border-color .3s ease;
}
.v1-acc-ico::before, .v1-acc-ico::after {
  content: ''; position: absolute; top: 50%; left: 50%;
  background: var(--ink); border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform .3s ease, background .3s ease;
}
.v1-acc-ico::before { width: 11px; height: 1.5px; }
.v1-acc-ico::after { width: 1.5px; height: 11px; }
.v1-acc-btn[aria-expanded="true"] .v1-acc-ico { background: var(--blue); border-color: var(--blue); }
.v1-acc-btn[aria-expanded="true"] .v1-acc-ico::before,
.v1-acc-btn[aria-expanded="true"] .v1-acc-ico::after { background: #fff; }
.v1-acc-btn[aria-expanded="true"] .v1-acc-ico::after { transform: translate(-50%, -50%) rotate(90deg); }
.v1-acc-panel p {
  margin: 0; padding: 0 0 26px; max-width: 62ch;
  font-size: 15.5px; line-height: 1.68; color: var(--ink-2);
}

/* ---------- Aanvraag ---------- */
.v1-aanvraag { background: var(--ink); color: #EFEEEA; }
.v1-aan-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: start;
}
.v1-aan-h2 { color: #fff; }
.v1-aan-lead { margin: 0; font-size: clamp(15.5px, 1.25vw, 18px); line-height: 1.66; color: rgba(239,238,234,.8); max-width: 46ch; }
.v1-aan-facts { list-style: none; margin: 36px 0 0; padding: 0; display: grid; gap: 0; }
.v1-aan-facts li {
  display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 14px;
  padding: 15px 0; border-top: 1px solid rgba(239,238,234,.16);
  align-items: baseline;
}
.v1-aan-facts li:last-child { border-bottom: 1px solid rgba(239,238,234,.16); }
.v1-aan-facts span {
  font-family: var(--mono); font-size: 10.5px;
  letter-spacing: .15em; text-transform: uppercase; color: rgba(239,238,234,.6);
}
.v1-aan-facts strong { font-size: 15.5px; font-weight: 500; word-break: break-word; }
.v1-aan-facts a { display: inline-block; padding: 3px 0; color: var(--blue-soft-2); }
.v1-form {
  background: rgba(239,238,234,.05);
  border: 1px solid rgba(239,238,234,.16);
  border-radius: 20px;
  padding: clamp(22px, 3.2vw, 38px);
  display: grid; gap: 16px;
}
.v1-field { display: grid; gap: 8px; }
.v1-field label {
  font-family: var(--mono); font-size: 10.5px;
  letter-spacing: .15em; text-transform: uppercase; color: rgba(239,238,234,.7);
}
.v1-field input {
  min-height: 50px;
  background: rgba(20,21,15,.4);
  border: 1px solid rgba(239,238,234,.2);
  border-radius: 12px;
  padding: 0 15px;
  color: #EFEEEA;
  font-size: 15.5px;
  transition: border-color .25s ease, background .25s ease;
}
.v1-field input::placeholder { color: rgba(239,238,234,.4); }
.v1-field input:hover { border-color: rgba(239,238,234,.36); }
.v1-field input:focus { border-color: var(--blue-soft-2); background: rgba(20,21,15,.6); }
.v1-form-btn { margin-top: 6px; justify-self: start; }
.v1-form .v1-btn { background: #EFEEEA; color: var(--ink); }
.v1-form .v1-btn:hover { background: #fff; }
.v1-form-hint { margin: 0; font-size: 12.5px; line-height: 1.55; color: rgba(239,238,234,.62); }

/* ---------- Voet ---------- */
.v1-footer { background: var(--bg2); border-top: 1px solid var(--line); padding: clamp(48px, 6vw, 76px) 0 28px; }
.v1-foot-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 48px);
}
.v1-foot-word { display: block; font-size: 20px; margin-bottom: 12px; }
.v1-foot-brand p { margin: 0; font-size: 14.5px; line-height: 1.62; color: var(--ink-2); max-width: 34ch; }
.v1-foot-lab {
  margin: 0 0 14px;
  font-family: var(--mono); font-size: 10.5px;
  letter-spacing: .16em; text-transform: uppercase; color: var(--ink-2);
}
.v1-foot-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; font-size: 14.5px; color: var(--ink-2); }
.v1-foot-list li { padding: 3px 0; }
.v1-foot-list a {
  display: inline-block; padding: 3px 0;
  color: var(--ink); text-decoration: none; transition: color .22s ease; word-break: break-word;
}
.v1-foot-list a:hover { color: var(--blue); }
.v1-foot-end {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px;
  margin-top: clamp(34px, 4vw, 54px); padding-top: 22px;
  border-top: 1px solid var(--line);
}
.v1-foot-end p { margin: 0; font-family: var(--mono); font-size: 11px; letter-spacing: .07em; color: var(--ink-2); }

/* ---------- V1 responsief ---------- */
@media (max-width: 1080px) {
  .v1-hero-grid { grid-template-columns: 1fr; }
  .v1-seam { order: 2; }
  .v1-flow { grid-template-columns: 1fr; }
  .v1-flow-side { position: static; }
  .v1-plans { grid-template-columns: 1fr; }
  .v1-maint { grid-template-columns: 1fr; }
  .v1-faq-grid { grid-template-columns: 1fr; }
  .v1-aan-grid { grid-template-columns: 1fr; }
  .v1-sec-head-split { grid-template-columns: 1fr; align-items: start; }
  .v1-foot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .v1-nav {
    position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--bg);
    border-bottom: 1px solid var(--line);
    padding: 6px clamp(16px, 4vw, 40px) 18px;
    display: none;
  }
  .v1-nav.is-open { display: flex; }
  .v1-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
  .v1-nav a::after { display: none; }
  .v1-header-inner { position: relative; }
  .v1-header-end { margin-left: auto; }
  .v1-burger { display: inline-flex; }
  .v1-index li { grid-template-columns: 52px minmax(0, 1fr); }
  .v1-index li p { grid-column: 2; }
  .v1-extras-list li { grid-template-columns: minmax(0, 1fr) auto; }
  .v1-ex-desc { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .v1-cta-sm { display: none; }
  .v1-stats { gap: 18px 26px; }
  .v1-foot-grid { grid-template-columns: 1fr; }
  .v1-aan-facts li { grid-template-columns: 1fr; gap: 4px; }
  .v1-seam-stage { aspect-ratio: 4 / 3.4; }
  .v1-seam-ctrl { gap: 9px; }
  .v1-seam-leg { font-size: 8.5px; padding: 4px 8px; letter-spacing: .1em; }
  .v1-rail { scroll-padding-left: 16px; padding-left: 16px; padding-right: 16px; }
}


/* ============================================================
   VERSIE 2 · DE BOUWSESSIE
   ============================================================ */
#v2-root {
  --ink: #14150F;
  --ink-2: #1B1D15;
  --ink-3: #23261C;
  --fg: #EFEEEA;
  --fg-2: #ACAFA1;
  --line: #30342A;
  --line-2: #454A3C;
  --acc: #8FB4DE;
  --acc-solid: #2660A4;
  --acc-deep: #1D4B80;
  --paper: #EFEEEA;
  --paper-2: #E1DED7;
  --sans: 'Poppins', Helvetica, Arial, sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, monospace;

  background: var(--ink);
  color: var(--fg);
  font-family: var(--sans);
  overflow-x: clip;
}

.v2-wrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 40px);
}

.v2-skip {
  position: absolute; left: 12px; top: -60px; z-index: 300;
  background: var(--fg); color: var(--ink);
  padding: 10px 16px; border-radius: 8px; text-decoration: none;
  font-size: 14px; transition: top .2s ease;
}
.v2-skip:focus { top: 12px; }

#v2-root a:focus-visible,
#v2-root button:focus-visible,
#v2-root input:focus-visible {
  outline: 2px solid var(--acc);
  outline-offset: 3px;
  border-radius: 4px;
}

.v2-log {
  margin: 0 0 18px;
  font-family: var(--mono); font-size: 11.5px; font-weight: 500;
  letter-spacing: .12em; text-transform: lowercase;
  color: var(--acc);
}
.v2-log-dark { color: var(--acc-deep); }

.v2-h1 {
  margin: 0 0 34px;
  font-size: clamp(38px, 8.4vw, 108px);
  line-height: .96;
  letter-spacing: -.045em;
  font-weight: 700;
  display: grid;
}
.v2-h1 em { font-style: italic; font-weight: 600; color: var(--acc); }
.v2-h1-b { padding-left: clamp(0px, 7vw, 128px); }
.v2-h1-c { padding-left: clamp(0px, 3vw, 54px); }

.v2-h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 4.1vw, 54px);
  line-height: 1.03;
  letter-spacing: -.035em;
  font-weight: 700;
}
.v2-h2-dark { color: var(--ink); }

.v2-lead, .v2-sec-lead {
  margin: 0;
  font-size: clamp(15.5px, 1.2vw, 17.5px);
  line-height: 1.66;
  color: var(--fg-2);
  max-width: 54ch;
}
.v2-sec-lead-dark { color: #4C4E45; }

.v2-sec { padding: clamp(72px, 9vw, 130px) 0; }

.v2-btn, .v2-btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 26px;
  border-radius: 6px;
  text-decoration: none;
  font-family: var(--mono); font-size: 13px; font-weight: 500;
  letter-spacing: .06em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.v2-btn { background: var(--acc-solid); color: #fff; }
.v2-btn:hover { background: var(--acc-deep); }
.v2-btn-arrow { transition: transform .3s cubic-bezier(.22,.61,.36,1); }
.v2-btn:hover .v2-btn-arrow { transform: translateX(4px); }
.v2-btn-ghost { background: transparent; color: var(--fg); border-color: var(--line-2); }
.v2-btn-ghost:hover { border-color: var(--acc); color: var(--acc); }
.v2-btn-sm { min-height: 44px; padding: 0 18px; font-size: 12px; }

/* ---------- Kop ---------- */
.v2-header {
  position: sticky; top: 0; z-index: 90;
  background: rgba(20, 21, 15, .9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.v2-header-inner {
  width: 100%; max-width: 1240px; margin: 0 auto;
  padding: 13px clamp(16px, 4vw, 40px);
  display: flex; align-items: center; gap: 22px;
  position: relative;
}
.v2-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--fg); }
.v2-brand-mark { color: var(--acc); display: flex; }
.v2-brand-word { font-size: 17px; font-weight: 700; letter-spacing: -.02em; }
.v2-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(14px, 2vw, 30px); }
.v2-nav a {
  text-decoration: none; color: var(--fg-2);
  font-family: var(--mono); font-size: 12.5px; letter-spacing: .06em;
  padding: 6px 0; transition: color .22s ease;
}
.v2-nav a:hover { color: var(--acc); }
.v2-header-end { display: flex; align-items: center; gap: 10px; }
.v2-cta-sm {
  display: inline-flex; align-items: center; min-height: 42px;
  padding: 0 18px; border-radius: 6px;
  background: var(--acc-solid); color: #fff; text-decoration: none;
  font-family: var(--mono); font-size: 12px; letter-spacing: .05em;
  transition: background .25s ease;
}
.v2-cta-sm:hover { background: var(--acc-deep); }
.v2-burger {
  display: none; width: 44px; height: 44px;
  align-items: center; justify-content: center;
  background: transparent; border: 1px solid var(--line-2); border-radius: 8px; cursor: pointer;
}
.v2-burger-box { display: block; width: 18px; }
.v2-burger-box i { display: block; height: 1.5px; background: var(--fg); border-radius: 2px; transition: transform .3s ease; }
.v2-burger-box i + i { margin-top: 5px; }
.v2-burger[aria-expanded="true"] i:first-child { transform: translateY(3.2px) rotate(45deg); }
.v2-burger[aria-expanded="true"] i:last-child { transform: translateY(-3.2px) rotate(-45deg); }

.v2-topbar {
  display: none;
  align-items: center; gap: 10px;
  padding: 7px clamp(16px, 4vw, 40px) 9px;
  border-top: 1px solid var(--line);
  font-family: var(--mono); font-size: 10px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--fg-2);
}
.v2-topbar-track { flex: 1; height: 2px; background: var(--line); border-radius: 2px; overflow: hidden; }
.v2-topbar-track i { display: block; height: 100%; width: 0%; background: var(--acc); transition: width .35s ease; }

/* ---------- Sessierail ---------- */
.v2-rail {
  position: fixed; z-index: 80;
  right: 0; top: 50%; transform: translateY(-50%);
  width: 96px;
  padding: 20px 14px;
  border-left: 1px solid var(--line);
  background: rgba(20,21,15,.72);
  backdrop-filter: blur(8px);
  font-family: var(--mono);
}
.v2-rail-lab {
  margin: 0 0 3px; font-size: 9px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--fg-2);
}
.v2-rail-id { margin: 0 0 18px; font-size: 9.5px; color: var(--acc); letter-spacing: .04em; }
.v2-rail-steps { list-style: none; margin: 0 0 18px; padding: 0; display: grid; gap: 11px; }
.v2-rail-steps li {
  display: flex; align-items: center; gap: 8px;
  font-size: 10px; letter-spacing: .09em; color: var(--fg-2);
  transition: color .3s ease;
}
.v2-rail-steps li i {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--line-2); flex: 0 0 auto;
  transition: background .3s ease, box-shadow .3s ease;
}
.v2-rail-steps li.is-done { color: var(--fg); }
.v2-rail-steps li.is-done i { background: var(--acc); }
.v2-rail-steps li.is-now { color: var(--acc); }
.v2-rail-steps li.is-now i { background: var(--acc); box-shadow: 0 0 0 4px rgba(143,180,222,.2); }
.v2-rail-track { height: 2px; background: var(--line); border-radius: 2px; overflow: hidden; }
.v2-rail-track span { display: block; height: 100%; width: 0%; background: var(--acc); transition: width .3s ease; }
.v2-rail-pct { margin: 8px 0 0; font-size: 10px; color: var(--fg-2); letter-spacing: .1em; }

@media (max-width: 1180px) {
  .v2-rail { display: none; }
  .v2-topbar { display: flex; }
}

/* ---------- Hero ---------- */
.v2-hero { padding: clamp(46px, 6vw, 92px) 0 0; overflow: clip; }
.v2-hero-inner { position: relative; z-index: 2; }
.v2-hero-cols {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(22px, 4vw, 56px);
  align-items: end;
  padding-bottom: clamp(36px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
}
.v2-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.v2-hero-fig {
  margin: clamp(34px, 4.5vw, 58px) 0 0;
  position: relative;
  width: min(1240px, 100%);
  margin-left: auto; margin-right: auto;
  padding: 0 clamp(16px, 4vw, 40px);
}
.v2-hero-fig img {
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--line);
  filter: saturate(.92) contrast(1.03);
}
.v2-hero-cap {
  margin: 12px 0 0;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: .07em; color: var(--fg-2);
}
.v2-stats {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: clamp(16px, 3vw, 36px);
  margin: clamp(38px, 5vw, 62px) auto clamp(10px, 2vw, 20px);
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.v2-stats div { display: grid; gap: 4px; }
.v2-stats dt { font-size: clamp(26px, 2.8vw, 38px); font-weight: 700; letter-spacing: -.035em; color: var(--acc); }
.v2-stats dd {
  margin: 0; font-family: var(--mono); font-size: 10px;
  letter-spacing: .15em; text-transform: uppercase; color: var(--fg-2);
}

/* ---------- Werk ---------- */
/* Twee kolommen van ongelijke breedte. Elke opname houdt zijn eigen
   verhouding (8/5, precies zoals de schermafdrukken zijn gemaakt), dus
   er wordt nooit door een kop of een logo heen gesneden. */
.v2-mosaic {
  margin-top: clamp(34px, 4.5vw, 58px);
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 1.6vw, 20px);
}
.v2-mos-col { display: flex; flex-direction: column; gap: clamp(12px, 1.6vw, 20px); min-width: 0; }
.v2-mos-col-a { flex: 1.32 1 0; }
.v2-mos-col-b { flex: 1 1 0; }
.v2-tile {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  text-decoration: none;
  display: block;
  background: var(--ink-2);
}
.v2-tile img {
  width: 100%; height: auto;
  aspect-ratio: 8 / 5;
  object-fit: cover; object-position: top center;
  filter: saturate(.9);
  transition: transform .7s cubic-bezier(.22,.61,.36,1), filter .5s ease;
}
.v2-tile:hover img, .v2-tile:focus-visible img { transform: scale(1.035); filter: saturate(1); }
.v2-tile-data {
  position: absolute; inset: auto 0 0 0;
  display: grid; gap: 3px;
  padding: 30px 16px 14px;
  background: linear-gradient(to top, rgba(14,15,10,.97) 0%, rgba(14,15,10,.9) 72%, rgba(14,15,10,.62) 92%, rgba(14,15,10,0) 100%);
  font-family: var(--mono);
}
.v2-tile-name { font-size: 12.5px; color: var(--fg); letter-spacing: .02em; word-break: break-word; }
.v2-tile-meta { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--fg-2); }
/* Stond eerst op opacity 0 tot hover, maar hij hield zijn plek in de
   lay-out en liet daardoor een lege strook onder het label staan. */
.v2-tile-go {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 6px;
  font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--acc);
}
.v2-tile-go i { transition: transform .3s cubic-bezier(.22,.61,.36,1); }
.v2-tile:hover .v2-tile-go i,
.v2-tile:focus-visible .v2-tile-go i { transform: translate(3px, -3px); }

/* ---------- Consolestroom ---------- */
.v2-sessie { background: var(--ink-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.v2-sessie-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(30px, 5vw, 74px);
  align-items: start;
}
.v2-sessie-side .v2-btn { margin-top: 28px; }
.v2-console {
  list-style: none; margin: 0; padding: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--ink);
  overflow: hidden;
}
.v2-con-row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding: clamp(18px, 2.4vw, 26px) clamp(16px, 2.2vw, 26px);
  border-bottom: 1px solid var(--line);
  position: relative;
}
.v2-con-row:last-child { border-bottom: 0; }
.v2-con-row::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0;
  width: 2px; background: var(--acc);
  transform: scaleY(0); transform-origin: top;
  transition: transform .5s cubic-bezier(.22,.61,.36,1);
}
.v2-con-row.is-live::before { transform: scaleY(1); }
.v2-con-no { font-family: var(--mono); font-size: 12px; color: var(--acc); letter-spacing: .1em; padding-top: 3px; }
.v2-con-row h3 { margin: 0 0 6px; font-size: clamp(17px, 1.6vw, 21px); font-weight: 600; letter-spacing: -.02em; }
.v2-con-row p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--fg-2); max-width: 46ch; }
.v2-con-state {
  font-family: var(--mono); font-size: 9.5px;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--fg-2);
  border: 1px solid var(--line-2);
  border-radius: 999px; padding: 4px 10px;
  white-space: nowrap;
  transition: color .35s ease, border-color .35s ease;
}
.v2-con-row.is-live .v2-con-state { color: var(--acc); border-color: var(--acc); }

/* ---------- Bento ---------- */
.v2-bento {
  margin-top: clamp(34px, 4.5vw, 56px);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 18px);
}
.v2-cell {
  grid-column: span 2;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: clamp(20px, 2.4vw, 28px);
  background: var(--ink-2);
  display: grid; align-content: start; gap: 8px;
  transition: border-color .3s ease, background .3s ease, transform .35s ease;
}
.v2-cell:hover { border-color: var(--line-2); background: var(--ink-3); transform: translateY(-3px); }
.v2-cell-a { grid-column: span 4; background: var(--acc-solid); border-color: var(--acc-solid); }
.v2-cell-a:hover { background: var(--acc-deep); border-color: var(--acc-deep); }
/* 1 tegel van 4 plus 7 van 2 vult drie rijen precies: 4+2 / 2+2+2 / 2+2+2.
   Met een tegel van 3 bleef de laatste rij halfleeg staan. */
.v2-cell h3 { margin: 0; font-size: clamp(17px, 1.6vw, 20px); font-weight: 600; letter-spacing: -.02em; }
.v2-cell p { margin: 0; font-size: 14.5px; line-height: 1.58; color: var(--fg-2); }
/* staat bewust na .v2-cell p: gelijke specificiteit, dus volgorde beslist */
.v2-cell.v2-cell-a h3 { color: #fff; }
.v2-cell.v2-cell-a p { color: #E3ECF7; }

/* ---------- Over ons ---------- */
.v2-over { background: var(--ink-2); border-top: 1px solid var(--line); }
.v2-over-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 4.5vw, 70px);
  align-items: center;
}
.v2-over-fig { margin: 0; }
.v2-over-fig img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 62% center;
  border-radius: 12px;
  border: 1px solid var(--line);
}
.v2-quote {
  margin: 22px 0;
  padding-left: 20px;
  border-left: 2px solid var(--acc);
  font-size: clamp(19px, 2.1vw, 27px);
  line-height: 1.34; letter-spacing: -.024em; font-weight: 600;
  color: var(--fg);
}
.v2-over-body { margin: 0; font-size: 15.5px; line-height: 1.68; color: var(--fg-2); max-width: 54ch; }
.v2-over-stats {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 20px; margin: 34px 0 0; padding-top: 24px;
  border-top: 1px solid var(--line);
}
.v2-over-stats div { display: grid; gap: 3px; }
.v2-over-stats dt { font-size: clamp(23px, 2.3vw, 30px); font-weight: 700; letter-spacing: -.03em; color: var(--acc); }
.v2-over-stats dd {
  margin: 0; font-family: var(--mono); font-size: 9.5px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--fg-2);
}

/* ---------- Prijzen, licht paneel ---------- */
.v2-prijzen { background: var(--paper); color: var(--ink); }
.v2-table-hint {
  display: none;
  margin: clamp(26px, 4vw, 44px) 0 10px;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: .1em; text-transform: uppercase; color: var(--acc-deep);
}
.v2-table-scroll { margin-top: clamp(30px, 4vw, 50px); overflow-x: auto; }
.v2-table {
  width: 100%; min-width: 620px;
  border-collapse: collapse;
  text-align: left;
}
.v2-table th, .v2-table td {
  padding: 16px clamp(10px, 1.6vw, 22px);
  border-bottom: 1px solid var(--paper-2);
  vertical-align: middle;
}
.v2-table thead th { vertical-align: bottom; border-bottom: 1px solid #C6C1B7; padding-bottom: 20px; }
.v2-table thead th:first-child {
  font-family: var(--mono); font-size: 10.5px;
  letter-spacing: .16em; text-transform: uppercase; color: #4C4E45; font-weight: 500;
}
.v2-th-top { background: rgba(38,96,164,.07); border-radius: 12px 12px 0 0; }
.v2-th-badge {
  display: inline-block; margin-bottom: 10px;
  background: var(--acc-solid); color: #fff;
  font-family: var(--mono); font-size: 9px; letter-spacing: .14em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px;
}
.v2-th-name {
  display: block;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: .17em; text-transform: uppercase; color: var(--acc-deep); font-weight: 500;
}
.v2-th-price {
  display: block; margin-top: 6px;
  font-family: var(--sans); font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 700; letter-spacing: -.03em; color: var(--ink);
}
.v2-th-per {
  display: block;
  font-family: var(--mono); font-size: 11px; letter-spacing: .08em; color: #4C4E45; font-weight: 400;
}
.v2-table tbody th {
  font-size: 15px; font-weight: 500; color: var(--ink);
}
.v2-table tbody td { background: transparent; }
.v2-table tbody tr td:last-child { background: rgba(38,96,164,.07); }
.v2-yes, .v2-no { display: inline-block; }
.v2-yes { width: 14px; height: 8px; border-left: 2px solid var(--acc-solid); border-bottom: 2px solid var(--acc-solid); transform: rotate(-45deg) translateY(-3px); }
.v2-no { width: 12px; height: 2px; background: #A6A196; }
.v2-tr-cta td { padding-top: 22px; padding-bottom: 22px; border-bottom: 0; }
.v2-tr-cta td:last-child { border-radius: 0 0 12px 12px; }
.v2-prijzen .v2-btn-ghost { color: var(--ink); border-color: #C6C1B7; }
.v2-prijzen .v2-btn-ghost:hover { border-color: var(--acc-solid); color: var(--acc-deep); }
.v2-btw {
  margin: 16px 0 0;
  font-family: var(--mono); font-size: 11px; letter-spacing: .07em; color: #4C4E45;
}
.v2-maint {
  margin-top: clamp(30px, 4vw, 50px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(22px, 3.6vw, 48px);
  align-items: start;
  padding: clamp(22px, 3.2vw, 40px);
  border: 1px solid #C6C1B7;
  border-radius: 14px;
  background: rgba(255,255,255,.55);
}
.v2-maint-lab {
  margin: 0 0 10px;
  font-family: var(--mono); font-size: 10.5px;
  letter-spacing: .16em; text-transform: uppercase; color: var(--acc-deep);
}
.v2-maint-name {
  margin: 0 0 12px; font-size: clamp(21px, 2.2vw, 28px);
  font-weight: 700; letter-spacing: -.028em; color: var(--ink);
}
.v2-maint-name span { display: block; color: var(--acc-deep); font-size: .8em; margin-top: 4px; }
.v2-maint-tag { margin: 0; font-size: 15px; line-height: 1.58; color: #4C4E45; }
.v2-maint-list {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 9px 22px;
}
.v2-maint-list li { position: relative; padding-left: 17px; font-size: 14.5px; line-height: 1.5; color: var(--ink); }
.v2-maint-list li::before {
  content: ''; position: absolute; left: 0; top: .56em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--acc-solid);
}
.v2-maint-cta { grid-column: 1 / -1; justify-self: start; }

/* ---------- Extra's ---------- */
.v2-extras { background: var(--ink); }
/* Een gespreide waaier, geen tweede tegelraster: elke kaart zakt een
   stap verder weg, zodat deze sectie een eigen vorm heeft naast de bento. */
.v2-deck {
  list-style: none; margin: clamp(30px, 4vw, 50px) 0 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 1.3vw, 16px);
  align-items: start;
}
.v2-deck-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: clamp(18px, 2.1vw, 24px);
  background: var(--ink-2);
  display: grid; align-content: start; gap: 8px;
  transition: transform .4s cubic-bezier(.22,.61,.36,1), border-color .3s ease, background .3s ease;
}
.v2-deck-card:nth-child(1) { margin-top: 0; }
.v2-deck-card:nth-child(2) { margin-top: clamp(12px, 1.6vw, 24px); }
.v2-deck-card:nth-child(3) { margin-top: clamp(24px, 3.2vw, 48px); }
.v2-deck-card:nth-child(4) { margin-top: clamp(36px, 4.8vw, 72px); }
.v2-deck-card:nth-child(5) { margin-top: clamp(48px, 6.4vw, 96px); }
.v2-deck-card:hover { transform: translateY(-6px); border-color: var(--acc); background: var(--ink-3); }
.v2-deck-price {
  font-family: var(--mono); font-size: 17px; color: var(--acc); letter-spacing: -.01em;
}
.v2-deck-price em { font-style: normal; font-size: 10px; letter-spacing: .1em; color: var(--fg-2); }
.v2-deck-card h3 { margin: 0; font-size: 16.5px; font-weight: 600; letter-spacing: -.02em; }
.v2-deck-card p { margin: 0; font-size: 14px; line-height: 1.55; color: var(--fg-2); }

/* ---------- Besparing ---------- */
.v2-roi { background: var(--ink-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.v2-roi-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 4.5vw, 70px);
  align-items: center;
}
.v2-roi-panel {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--ink);
  padding: clamp(24px, 3.4vw, 42px);
}
.v2-roi-lab {
  display: block; margin-bottom: 12px;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: .12em; text-transform: uppercase; color: var(--fg-2);
}
.v2-roi-lab output { color: var(--acc); font-weight: 500; }
.v2-roi-range {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 30px; background: transparent; cursor: pointer; display: block;
}
.v2-roi-range::-webkit-slider-runnable-track { height: 3px; background: var(--line-2); border-radius: 3px; }
.v2-roi-range::-moz-range-track { height: 3px; background: var(--line-2); border-radius: 3px; }
.v2-roi-range::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 22px; height: 22px; margin-top: -9.5px; border-radius: 50%;
  background: var(--acc); border: 3px solid var(--ink);
}
.v2-roi-range::-moz-range-thumb {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--acc); border: 3px solid var(--ink);
}
.v2-roi-scale {
  display: flex; justify-content: space-between;
  font-family: var(--mono); font-size: 10.5px; color: var(--fg-2);
}
.v2-roi-out {
  margin: clamp(22px, 3vw, 34px) 0 0;
  font-size: clamp(46px, 7vw, 86px); line-height: .96;
  font-weight: 700; letter-spacing: -.045em; color: var(--fg);
  word-break: break-word;
}
.v2-roi-cap {
  margin: 8px 0 0;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: .17em; text-transform: uppercase; color: var(--fg-2);
}

/* ---------- Vragen ---------- */
.v2-acc { margin-top: clamp(28px, 4vw, 46px); border-top: 1px solid var(--line); }
.v2-acc-item { border-bottom: 1px solid var(--line); }
.v2-acc-item h3 { margin: 0; }
.v2-acc-btn {
  width: 100%; min-height: 66px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 19px 0; text-align: left;
  background: transparent; border: 0; cursor: pointer;
  font-family: var(--sans);
  font-size: clamp(16px, 1.45vw, 19px); font-weight: 600; letter-spacing: -.018em;
  color: var(--fg);
  transition: color .25s ease;
}
.v2-acc-btn:hover { color: var(--acc); }
.v2-acc-ico {
  position: relative; flex: 0 0 auto;
  width: 24px; height: 24px; border: 1px solid var(--line-2); border-radius: 4px;
  transition: background .3s ease, border-color .3s ease;
}
.v2-acc-ico::before, .v2-acc-ico::after {
  content: ''; position: absolute; top: 50%; left: 50%;
  background: var(--fg);
  transform: translate(-50%, -50%);
  transition: transform .3s ease, background .3s ease;
}
.v2-acc-ico::before { width: 10px; height: 1.5px; }
.v2-acc-ico::after { width: 1.5px; height: 10px; }
.v2-acc-btn[aria-expanded="true"] .v2-acc-ico { background: var(--acc); border-color: var(--acc); }
.v2-acc-btn[aria-expanded="true"] .v2-acc-ico::before,
.v2-acc-btn[aria-expanded="true"] .v2-acc-ico::after { background: var(--ink); }
.v2-acc-btn[aria-expanded="true"] .v2-acc-ico::after { transform: translate(-50%, -50%) rotate(90deg); }
.v2-acc-panel p {
  margin: 0; padding: 0 0 26px; max-width: 62ch;
  font-size: 15.5px; line-height: 1.68; color: var(--fg-2);
}

/* ---------- Aanvraag ---------- */
.v2-aanvraag { background: var(--acc-deep); }
.v2-aan-inner { max-width: 720px; }
.v2-aanvraag .v2-log { color: #C3D5EA; }
.v2-aan-h2 { color: #fff; }
.v2-aan-lead { color: rgba(255,255,255,.82); }
.v2-form {
  margin-top: clamp(28px, 4vw, 42px);
  display: grid; gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.v2-field { display: grid; gap: 8px; }
.v2-field:nth-child(3), .v2-field:nth-child(4) { grid-column: span 1; }
.v2-field label {
  font-family: var(--mono); font-size: 10.5px;
  letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.78);
}
.v2-field input {
  min-height: 52px;
  background: rgba(14,15,10,.28);
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 8px; padding: 0 15px;
  color: #fff; font-size: 15.5px;
  transition: border-color .25s ease, background .25s ease;
}
.v2-field input::placeholder { color: rgba(255,255,255,.45); }
.v2-field input:hover { border-color: rgba(255,255,255,.44); }
.v2-field input:focus { border-color: #fff; background: rgba(14,15,10,.42); }
.v2-form-btn { grid-column: 1 / -1; justify-self: start; margin-top: 6px; background: #fff; color: var(--acc-deep); }
.v2-form .v2-btn:hover { background: var(--paper); }
.v2-form-hint { grid-column: 1 / -1; margin: 0; font-size: 12.5px; line-height: 1.55; color: rgba(255,255,255,.72); }
.v2-aan-facts {
  list-style: none; margin: clamp(30px, 4vw, 44px) 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 18px;
  border-top: 1px solid rgba(255,255,255,.24); padding-top: 24px;
}
.v2-aan-facts li { display: grid; gap: 5px; }
.v2-aan-facts span {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.68);
}
.v2-aan-facts strong { font-size: 15px; font-weight: 500; color: #fff; word-break: break-word; }
.v2-aan-facts a { display: inline-block; padding: 3px 0; color: #fff; }

/* ---------- Voet ---------- */
.v2-footer { background: var(--ink); border-top: 1px solid var(--line); padding: clamp(48px, 6vw, 74px) 0 26px; }
.v2-foot-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 48px);
}
.v2-foot-word { display: block; font-size: 20px; margin-bottom: 12px; }
.v2-foot-brand p { margin: 0; font-size: 14.5px; line-height: 1.62; color: var(--fg-2); max-width: 34ch; }
.v2-foot-lab {
  margin: 0 0 14px;
  font-family: var(--mono); font-size: 10.5px;
  letter-spacing: .16em; text-transform: uppercase; color: var(--fg-2);
}
.v2-foot-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; font-size: 14.5px; color: var(--fg-2); }
.v2-foot-list li { padding: 3px 0; }
.v2-foot-list a {
  display: inline-block; padding: 3px 0;
  color: var(--fg); text-decoration: none; transition: color .22s ease; word-break: break-word;
}
.v2-foot-list a:hover { color: var(--acc); }
.v2-foot-end {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px;
  margin-top: clamp(34px, 4vw, 52px); padding-top: 22px;
  border-top: 1px solid var(--line);
}
.v2-foot-end p { margin: 0; font-family: var(--mono); font-size: 11px; letter-spacing: .07em; color: var(--fg-2); }

/* ---------- V2 responsief ---------- */
@media (min-width: 1181px) {
  #v2-root .v2-wrap { padding-right: clamp(16px, 4vw, 40px); }
  #v2-root { padding-right: 96px; }
}

@media (max-width: 1080px) {
  .v2-hero-cols { grid-template-columns: 1fr; align-items: start; }
  .v2-sessie-grid { grid-template-columns: 1fr; }
  .v2-over-grid { grid-template-columns: 1fr; }
  .v2-over-fig img { aspect-ratio: 16 / 9; object-position: center; }
  .v2-roi-grid { grid-template-columns: 1fr; }
  .v2-maint { grid-template-columns: 1fr; }
  .v2-foot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v2-cell, .v2-cell-a { grid-column: span 3; }
}

@media (max-width: 860px) {
  .v2-nav {
    position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--ink);
    border-bottom: 1px solid var(--line);
    padding: 6px clamp(16px, 4vw, 40px) 18px;
    display: none;
  }
  .v2-nav.is-open { display: flex; }
  .v2-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
  .v2-header-end { margin-left: auto; }
  .v2-burger { display: inline-flex; }
  /* onder deze breedte worden twee kolommen schermafdrukken onleesbaar */
  .v2-mosaic { flex-direction: column; }
  /* de waaier heeft ruimte nodig; op smal wordt het een gewone stapel */
  .v2-deck { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v2-deck-card:nth-child(n) { margin-top: 0; }
  .v2-con-row { grid-template-columns: 40px minmax(0, 1fr); }
  .v2-con-state { grid-column: 2; justify-self: start; }
}

@media (max-width: 620px) {
  .v2-cta-sm { display: none; }
  .v2-h1-b, .v2-h1-c { padding-left: 0; }
  .v2-table-hint { display: block; }
  .v2-table-scroll { margin-top: 0; }
  .v2-table { min-width: 470px; }
  .v2-table th, .v2-table td { padding: 13px 10px; }
  .v2-table tbody th { font-size: 14px; }
  .v2-cell, .v2-cell-a { grid-column: span 6; }
  .v2-deck { grid-template-columns: 1fr; }
  .v2-form { grid-template-columns: 1fr; }
  .v2-foot-grid { grid-template-columns: 1fr; }
}


/* ============================================================
   Minder beweging
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .js .rv { opacity: 1 !important; transform: none !important; }
  .v1-ticker-track { animation: none; }
  .v1-index li:hover { padding-left: 0; }
  .v2-tile:hover img { transform: none; }
}
