/* ==========================================================================
   AXIUM — merkstijl "Grip": nachtgroen × mint
   ========================================================================== */

/* ---- Fonts (self-hosted, variabel) ---- */
@font-face {
  font-family: 'Sora';
  src: url('../fonts/sora-var.woff2') format('woff2');
  font-weight: 100 800;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-var.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}

/* ---- Design tokens ---- */
:root {
  --nacht:      #0C1F1C;   /* basis, bijna zwart groen */
  --nacht-2:    #112925;   /* iets lichter vlak op donker */
  --nacht-3:    #173430;   /* kaarten op donker */
  --mint:       #5EF2B8;   /* accent: CTA's, datapunten */
  --mint-dim:   #1d8a63;   /* mint-accent op lichte vlakken (voldoende contrast: tekst/icons/links) */
  --mint-logo:  #0FB877;   /* feller mint, uitsluitend logo-X op licht (groot vlak, mag fel) */
  --zee:        #2E6E5E;   /* steunkleur */
  --zee-licht:  #BFE5D9;   /* lijnen/borders op donker */
  --wit:        #F4FBF7;   /* mintwit, tekst op donker */
  --tekst-dim:  #A9C6BC;   /* secundaire tekst op donker */
  --inkt:       #11302A;   /* tekst op licht */
  --inkt-dim:   #486B61;   /* secundaire tekst op licht */

  /* steunkleuren — tegen het monotone in */
  --amber:      #FFC24B;   /* warm geel-oranje */
  --amber-diep: #B97E0A;   /* amber op lichte vlakken */
  --koraal:     #FF8C7A;   /* zacht koraalrood */
  --koraal-diep:#C2503E;   /* koraal op lichte vlakken */
  --blauw:      #6FB8FF;   /* helder hemelsblauw */
  --blauw-diep: #2670B8;   /* blauw op lichte vlakken */

  --font-display: 'Sora', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;

  --wrap: 1140px;
  --radius: 14px;
  --shadow: 0 12px 40px rgba(0, 0, 0, .35);
  --glow: 0 0 24px rgba(94, 242, 184, .35);
}

/* ---- Reset & basis ---- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  background: var(--nacht);
  color: var(--wit);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--mint); }
a:hover { color: var(--wit); }

h1, h2, h3 {
  font-family: var(--font-display);
  line-height: 1.15;
  letter-spacing: -.015em;
  margin: 0 0 .5em;
  font-weight: 700;
}
h1 { font-size: clamp(2.1rem, 5.2vw, 3.6rem); }
.hero h1 em {
  background: linear-gradient(100deg, var(--mint) 30%, var(--amber) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
h2 { font-size: clamp(1.5rem, 3.2vw, 2.25rem); }
h3 { font-size: 1.13rem; font-weight: 600; }
p { margin: 0 0 1em; }
em { font-style: normal; color: var(--mint); }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 760px; }
.center { text-align: center; }
.sr-only {
  position: absolute; width: 1px; height: 1px;
  clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 100;
  background: var(--mint); color: var(--nacht); padding: 10px 18px;
  border-radius: 0 0 var(--radius) 0; font-weight: 600;
}
.skip-link:focus { left: 0; }

:focus-visible { outline: 2px solid var(--mint); outline-offset: 3px; border-radius: 4px; }

/* ---- Typo-hulpen ---- */
.kicker {
  font-family: var(--font-display);
  font-size: .8rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--mint); margin-bottom: 1em;
}
.lead { font-size: clamp(1.05rem, 2vw, 1.25rem); color: var(--tekst-dim); max-width: 46ch; }
.lead-sm { font-size: 1.08rem; color: var(--tekst-dim); }
.section-lead { max-width: 56ch; color: var(--tekst-dim); margin-bottom: 2rem; }
.center .lead-sm { margin-inline: auto; max-width: 52ch; }

/* ---- Knoppen ---- */
.btn {
  display: inline-block; padding: 14px 28px;
  border-radius: 999px; font-weight: 600; font-size: 1rem;
  text-decoration: none; border: 1.5px solid transparent;
  font-family: var(--font-display);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn-sm { padding: 9px 20px; font-size: .9rem; }
.btn-wide { width: 100%; text-align: center; border: 0; cursor: pointer; }
.btn-primary { background: var(--mint); color: var(--nacht); }
.btn-primary:hover { box-shadow: var(--glow); transform: translateY(-1px); color: var(--nacht); }
.btn-ghost { border-color: var(--zee-licht); color: var(--wit); }
.btn-ghost:hover { border-color: var(--mint); color: var(--mint); }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin: 1.6rem 0 1rem; }
.cta-row.center { justify-content: center; }
.arrow-link {
  font-weight: 600; text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px;
}
.arrow-link svg { width: 18px; height: 18px; transition: transform .15s ease; }
.arrow-link:hover svg { transform: translateX(3px); }

/* ---- Header ---- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(12, 31, 28, .88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(191, 229, 217, .12);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.logo { text-decoration: none; display: inline-flex; align-items: center; }
/* Inline wordmark (partials/logo.php). Kleuren hier, niet in de SVG zelf. */
.logo-mark { height: 21px; width: auto; display: block; }
.logo-base   { fill: var(--wit); }
.logo-accent { fill: var(--mint); }
/* Logo op lichte achtergrond: nachtgroen woordmerk + feller mint-accent (contrast).
   Generiek: hang .on-light op het logo zelf of op een lichte container eromheen. */
.logo.on-light .logo-base,
.on-light .logo-base   { fill: var(--nacht); }
.logo.on-light .logo-accent,
.on-light .logo-accent { fill: var(--mint-logo); }
/* Knoppen op licht: zelfde recept als .section-light - donker blok i.p.v. heldere mint. */
.on-light .btn-primary { background: var(--inkt); color: var(--wit); }
.on-light .btn-primary:hover { box-shadow: 0 8px 28px rgba(17, 48, 42, .3); color: var(--wit); }
.on-light .btn-ghost { border-color: rgba(17, 48, 42, .35); color: var(--inkt); }
.on-light .btn-ghost:hover { border-color: var(--mint-dim); color: var(--mint-dim); }
.nav-list { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.nav-list a:not(.btn) {
  text-decoration: none; color: var(--wit); font-weight: 500; font-size: .95rem;
}
.nav-list a:not(.btn):hover, .nav-list a[aria-current="page"] { color: var(--mint); }
.nav-toggle { display: none; background: none; border: 0; color: var(--wit); cursor: pointer; padding: 8px; }
.nav-toggle svg { width: 26px; height: 26px; }

/* ---- Hero ---- */
.hero { position: relative; overflow: hidden; min-height: min(88vh, 820px); display: flex; align-items: center; }
.hero-visual { position: absolute; inset: 0; z-index: -1; }
.hero-visual img {
  position: absolute; right: 0; top: 0; height: 100%; width: auto; min-width: 55%;
  object-fit: cover; object-position: right center; opacity: .9;
  mask-image: linear-gradient(90deg, transparent 0%, #000 40%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 40%);
}
.hero-inner { padding-top: 80px; padding-bottom: 96px; width: 100%; }
.hero-note { color: var(--tekst-dim); font-size: .9rem; }

/* fotohero: mens rechts, donkere linkerhelft. Beeld vult de hero,
   extra gradient borgt tekstcontrast los van het bronbeeld. */
.hero-visual-photo img {
  width: 100%; height: 100%; min-width: 0; object-position: center right;
  mask-image: none; -webkit-mask-image: none; opacity: 1;
}
.hero-visual-photo::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, var(--nacht) 22%, rgba(12,31,28,.72) 48%, rgba(12,31,28,.15) 75%),
    linear-gradient(0deg, rgba(12,31,28,.55), transparent 45%);
}

/* zwevende kaartjes die op de as uitlijnen (scroll-animatie, JS zet --p 0→1) */
.hero-cards { position: absolute; inset: 0; pointer-events: none; }
.hcard {
  --p: 0;
  position: absolute; width: 52px; height: 34px; border-radius: 6px;
  background: rgba(94, 242, 184, .10);
  border: 1px solid rgba(94, 242, 184, .35);
  left: calc(var(--sx) * 1% + (88% - var(--sx) * 1%) * var(--p));
  top: calc(var(--sy) * 1% + (var(--ty) * 1% - var(--sy) * 1%) * var(--p));
  transform: rotate(calc(var(--sr) * 1deg * (1 - var(--p))));
  opacity: calc(.35 + .65 * var(--p));
  box-shadow: 0 0 calc(14px * var(--p)) rgba(94, 242, 184, .4);
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-cards { display: none; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ---- Secties ---- */
.section { padding: 88px 0; }
.section-tint { background: var(--nacht-2); }

/* ---- Lichte secties: doorbreken het donkere ritme ---- */
.section-light { background: var(--wit); color: var(--inkt); }
.section-light h1, .section-light h2, .section-light h3 { color: var(--inkt); }
.section-light .kicker { color: var(--mint-dim); }
.section-light p, .section-light .lead-sm, .section-light .section-lead { color: var(--inkt-dim); }
.section-light .card {
  background: #fff; border-color: rgba(17, 48, 42, .1);
  box-shadow: 0 6px 24px rgba(17, 48, 42, .06);
}
.section-light .card:hover { border-color: rgba(29, 138, 99, .45); }
.section-light .card h3 { color: var(--inkt); }
.section-light .card p { color: var(--inkt-dim); }
.section-light .check-list li { color: var(--inkt); }
.section-light .check-list svg { color: var(--mint-dim); }
.section-light a:not(.btn) { color: var(--mint-dim); }
.section-light a:not(.btn):hover { color: var(--inkt); }
.section-light .btn-ghost { border-color: rgba(17, 48, 42, .35); color: var(--inkt); }
.section-light .btn-ghost:hover { border-color: var(--mint-dim); color: var(--mint-dim); }
.section-light .btn-primary { background: var(--inkt); color: var(--wit); }
.section-light .btn-primary:hover { box-shadow: 0 8px 28px rgba(17, 48, 42, .3); color: var(--wit); }
.section-light em { color: var(--mint-dim); }

/* ---- Gekleurde icoon-cyclus op kaart-grids (mint → amber → blauw) ---- */
.card-grid .card:nth-child(3n+2) .card-icon { color: var(--amber); }
.card-grid .card:nth-child(3n) .card-icon { color: var(--blauw); }
.section-light .card-grid .card:nth-child(3n+1) .card-icon { color: var(--mint-dim); }
.section-light .card-grid .card:nth-child(3n+2) .card-icon { color: var(--amber-diep); }
.section-light .card-grid .card:nth-child(3n) .card-icon { color: var(--blauw-diep); }

/* ---- Foto's: warm tegenwicht voor de digitale beeldtaal ---- */
.photo { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.photo img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.section-light .photo { box-shadow: 0 16px 44px rgba(17, 48, 42, .16); }
.photo-tilt { transform: rotate(-1.2deg); }
.photo-caption { font-size: .85rem; color: var(--inkt-dim); margin-top: 10px; }

/* lichte sector-chips (a.‑selector: wint van .section-light a:not(.btn)) */
.section-light a.sector-chip, .section-light a.card-link {
  color: var(--inkt);
}
.section-light a.sector-chip:hover, .section-light a.card-link:hover { color: var(--inkt); }
.section-light .sector-chip {
  background: #fff; border-color: rgba(17, 48, 42, .12); color: var(--inkt);
  box-shadow: 0 6px 24px rgba(17, 48, 42, .06);
}
.section-light .sector-chip:hover { border-color: rgba(29, 138, 99, .5); color: var(--inkt); }
.section-light .sector-chip svg { color: var(--mint-dim); }
.section-light .sector-chip-ghost {
  background: rgba(29, 138, 99, .05); border-style: dashed;
  border-color: rgba(29, 138, 99, .4); box-shadow: none;
}
.section-light .card-link { color: var(--inkt); }
.section-light .card-link:hover { color: var(--inkt); }
.page-intro { padding: 96px 0 40px; }
.page-intro-visual { position: relative; overflow: hidden; padding-bottom: 72px; }
.page-intro-bg { position: absolute; inset: 0; z-index: -1; }
.page-intro-bg img {
  width: 100%; height: 100%; object-fit: cover; opacity: .35;
  mask-image: linear-gradient(180deg, #000 0%, transparent 95%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 95%);
}

/* ---- Kerncijfers-strook (onder hero) ---- */
.stat-strip {
  background: var(--nacht-2);
  border-block: 1px solid rgba(94, 242, 184, .18);
}
.stat-strip-inner {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  padding: 32px 24px;
}
.stat { text-align: center; position: relative; }
.stat:not(:last-child)::after {
  content: ''; position: absolute; right: -12px; top: 10%; bottom: 10%; width: 1px;
  background: rgba(191, 229, 217, .15);
}
.stat-num {
  display: block; font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.1; color: var(--mint);
}
.stat-label { display: block; font-size: .9rem; color: var(--tekst-dim); margin-top: 4px; }

/* ---- Social-proof band ---- */
.section-proof {
  background:
    radial-gradient(ellipse 70% 90% at 50% 0%, rgba(94, 242, 184, .1), transparent),
    var(--nacht-2);
  border-block: 1px solid rgba(191, 229, 217, .1);
}
.proof-quote { margin: 1.4rem auto 2rem; max-width: 40ch; }
.proof-quote blockquote {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(1.3rem, 2.6vw, 1.9rem); line-height: 1.3;
  color: var(--wit); margin: 0;
}
.proof-quote figcaption { margin-top: 1rem; color: var(--mint); font-weight: 600; font-size: .92rem; }
.proof-logos-intro { color: var(--tekst-dim); font-size: .9rem; margin-bottom: 1.2rem; }
.logo-strip {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 16px;
}
.logo-slot {
  display: grid; place-items: center; width: 96px; height: 52px;
  border: 1px dashed rgba(191, 229, 217, .25); border-radius: 10px;
  background: rgba(244, 251, 247, .02);
}
.logo-slot svg { width: 26px; height: 26px; color: rgba(169, 198, 188, .4); }

/* ---- Kaarten ---- */
.card-grid { display: grid; gap: 22px; margin-top: 2.2rem; }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: var(--nacht-3);
  border: 1px solid rgba(191, 229, 217, .12);
  border-radius: var(--radius);
  padding: 28px;
  transition: border-color .2s ease, transform .2s ease;
}
.card:hover { border-color: rgba(94, 242, 184, .45); transform: translateY(-3px); }
.card-plain { background: transparent; }
.card-icon { width: 30px; height: 30px; color: var(--mint); margin-bottom: 14px; }
.card p { color: var(--tekst-dim); margin: 0; font-size: .98rem; }
.section-link { margin-top: 2rem; }

/* ---- Parallax (JS zet --py) ---- */
[data-parallax] { transform: translate3d(0, var(--py, 0), 0); will-change: transform; }

/* ---- Duo-visual: foto + abstract diagram als oplichtende inset ---- */
.duo { position: relative; margin: 0; }
.duo-photo {
  width: 100%; aspect-ratio: 16 / 11; object-fit: cover;
  border-radius: var(--radius); box-shadow: var(--shadow);
}
.duo-diagram {
  position: absolute; right: -14px; bottom: -16px;
  width: 33%; max-width: 160px; aspect-ratio: 1; object-fit: cover;
  border-radius: 12px; background: var(--nacht);
  border: 1px solid rgba(94, 242, 184, .4);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .45), 0 0 22px rgba(94, 242, 184, .25);
}
.section-light .duo-diagram { border-color: rgba(94, 242, 184, .55); }
.duo-solo .duo-photo { aspect-ratio: 16 / 10; }
@media (max-width: 640px) {
  .duo-diagram { width: 30%; max-width: 120px; right: -8px; bottom: -12px; }
}

/* ---- Split-layout ---- */
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.split-flip { direction: rtl; }
.split-flip > * { direction: ltr; }
.split-visual img { border-radius: var(--radius); box-shadow: var(--shadow); }

/* ---- Checklists ---- */
.check-list { list-style: none; padding: 0; margin: 1.4rem 0; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--wit); }
.check-list svg { width: 20px; height: 20px; color: var(--mint); flex-shrink: 0; margin-top: 3px; }

/* ---- As-visual (home) ---- */
.axis-demo { position: relative; min-height: 360px; display: flex; flex-direction: column; justify-content: center; gap: 18px; padding-left: 48px; }
.axis-rail {
  position: absolute; left: 18px; top: 8%; bottom: 8%; width: 3px;
  background: linear-gradient(180deg, transparent, var(--mint) 12%, var(--mint) 88%, transparent);
  box-shadow: var(--glow); border-radius: 2px;
  transform: scaleY(0); transform-origin: top; transition: transform .9s ease;
}
.axis-demo.draw .axis-rail { transform: scaleY(1); }
.axis-node {
  position: relative;
  background: var(--nacht-3); border: 1px solid rgba(94, 242, 184, .4);
  border-radius: 10px; padding: 12px 20px;
  font-family: var(--font-display); font-weight: 600; font-size: .95rem;
  width: fit-content;
  opacity: 0; transform: translateX(-14px);
  transition: opacity .5s ease, transform .5s ease;
  transition-delay: calc(var(--d) * .12s + .35s);
}
.axis-demo.draw .axis-node { opacity: 1; transform: translateX(0); }
.axis-node::before {
  content: ''; position: absolute; left: -36px; top: 50%; width: 28px; height: 1.5px;
  background: rgba(94, 242, 184, .5);
}
.axis-node::after {
  content: ''; position: absolute; left: -34px; top: 50%; width: 9px; height: 9px;
  border-radius: 50%; background: var(--mint); transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(94, 242, 184, .8);
}
@media (prefers-reduced-motion: reduce) {
  .axis-rail { transform: scaleY(1); transition: none; }
  .axis-node { opacity: 1; transform: none; transition: none; }
}

/* ---- Screenshot-frame (browser-mockup) ---- */
.screenshot-frame {
  margin: 2.6rem auto 0; max-width: 980px;
  background: var(--nacht-3);
  border: 1px solid rgba(191, 229, 217, .18);
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow), 0 0 60px rgba(94, 242, 184, .08);
}
.screenshot-bar {
  display: flex; gap: 7px; padding: 12px 16px;
  border-bottom: 1px solid rgba(191, 229, 217, .12);
}
.screenshot-bar span {
  width: 11px; height: 11px; border-radius: 50%;
  background: rgba(191, 229, 217, .25);
}
.screenshot-bar span:first-child { background: rgba(94, 242, 184, .55); }
.screenshot-frame img { width: 100%; display: block; }
.screenshot-frame figcaption {
  padding: 12px 16px; font-size: .85rem; color: var(--tekst-dim); text-align: center;
}
.section-light .screenshot-frame figcaption { color: var(--tekst-dim); }
.section-light .screenshot-frame { border-color: rgba(17, 48, 42, .2); }

/* ---- Sector-grid (home) ---- */
.sector-grid {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
.sector-chip {
  display: flex; align-items: center; gap: 12px;
  background: var(--nacht-3); border: 1px solid rgba(191, 229, 217, .14);
  border-radius: 12px; padding: 18px 20px;
  text-decoration: none; color: var(--wit);
  font-family: var(--font-display); font-weight: 600; font-size: .98rem;
  transition: border-color .2s ease, transform .2s ease;
}
.sector-chip:hover { border-color: rgba(94, 242, 184, .5); transform: translateY(-2px); color: var(--wit); }
.sector-chip svg { width: 22px; height: 22px; color: var(--mint); flex-shrink: 0; }
.sector-grid-wide { grid-column: 1 / -1; }
.sector-chip-ghost {
  border-style: dashed; border-color: rgba(94, 242, 184, .35);
  background: rgba(94, 242, 184, .04); font-weight: 500;
}

/* ---- Layer-noot (sectorpagina's) ---- */
.layer-note {
  display: flex; gap: 14px; align-items: flex-start;
  margin-top: 1.8rem; padding: 20px 24px;
  border: 1.5px dashed rgba(94, 242, 184, .4); border-radius: var(--radius);
  background: rgba(94, 242, 184, .04);
}
.layer-note svg { width: 22px; height: 22px; color: var(--mint); flex-shrink: 0; margin-top: 3px; }
.layer-note p { margin: 0; color: var(--tekst-dim); }

/* sectortaal-blok op de layer-pagina's */
.vocab { margin: 1.8rem 0; }
.vocab-intro {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 600; font-size: .95rem;
  color: var(--mint); margin-bottom: 1rem;
}
.section-light .vocab-intro { color: var(--mint-dim); }
.vocab-intro svg { width: 20px; height: 20px; }
.vocab-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 12px; }
.vocab-list li {
  display: flex; align-items: center; gap: 10px;
  background: var(--nacht-3); border: 1px solid rgba(191, 229, 217, .14);
  border-radius: 999px; padding: 9px 16px; font-size: .92rem;
}
.section-light .vocab-list li { background: #fff; border-color: rgba(17, 48, 42, .12); box-shadow: 0 4px 16px rgba(17,48,42,.05); }
.vocab-from { color: var(--tekst-dim); text-decoration: line-through; text-decoration-color: rgba(169,198,188,.5); }
.section-light .vocab-from { color: var(--inkt-dim); }
.vocab-list svg { width: 15px; height: 15px; color: var(--mint); flex-shrink: 0; }
.section-light .vocab-list svg { color: var(--mint-dim); }
.vocab-to { font-family: var(--font-display); font-weight: 600; color: var(--wit); }
.section-light .vocab-to { color: var(--inkt); }

/* ---- Sectoroverzicht: kaart-links ---- */
.card-link { display: block; text-decoration: none; color: var(--wit); }
.card-link:hover { color: var(--wit); }
.card-img { border-radius: 10px; margin-bottom: 18px; aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.card-h3 { font-size: 1.25rem; margin-bottom: .3em; }
.card-link p { margin-bottom: 1em; }

/* compacte kaarten */
.card-sm { padding: 20px; }
.card-sm .card-img { margin-bottom: 14px; }
.card-sm .card-h3 { font-size: 1.05rem; }
.card-sm p { font-size: .9rem; }
.card-sm .arrow-link { font-size: .9rem; }

/* "komt eraan"-kaarten: stippellijn-stijl (zelfde familie als .partner-invite) */
.card-coming {
  border-style: dashed; border-color: rgba(94, 242, 184, .4);
  background: rgba(94, 242, 184, .04);
  display: flex; flex-direction: column; align-items: flex-start;
}
.card-coming:hover { border-color: rgba(94, 242, 184, .7); }
.card-coming .card-icon { color: var(--mint); }
.section-light .card-coming {
  border-color: rgba(29, 138, 99, .45); background: rgba(29, 138, 99, .05);
  box-shadow: none;
}
.section-light .card-coming:hover { border-color: rgba(29, 138, 99, .8); }
.section-light .card-coming .card-icon { color: var(--mint-dim); }

/* ---- Referenties ---- */
.ref-case {
  background: var(--nacht-3); border: 1px solid rgba(191, 229, 217, .14);
  border-left: 3px solid var(--mint);
  border-radius: var(--radius); padding: 36px; max-width: 820px;
  margin-bottom: 24px;
}
.ref-head h2 { margin-bottom: .15em; }
.ref-label { color: var(--mint); font-weight: 600; font-size: .82rem; font-family: var(--font-display); margin-bottom: .3em; text-transform: uppercase; letter-spacing: .06em; }
.section-light .ref-label { color: var(--mint-dim); }
.card-coming .ref-label { color: var(--tekst-dim); }
.section-light .card-coming .ref-label { color: var(--inkt-dim); }

/* route-cards (implementatie): aanbesteding vs directe vraag vs Microsoft */
.route-card { position: relative; }
.route-card .card-icon { width: 34px; height: 34px; }
.route-card .check-list { margin-top: 1.1rem; }
.route-badge {
  position: absolute; top: 18px; right: 18px;
  font-family: var(--font-display); font-size: .7rem; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase;
  color: var(--amber); background: rgba(255, 194, 75, .12);
  border: 1px solid rgba(255, 194, 75, .4); border-radius: 999px;
  padding: 5px 11px;
}

/* modules-noot: koppeling met het volwassenheidsmodel */
.modules-note {
  display: flex; gap: 12px; align-items: flex-start;
  max-width: 64ch; margin: 2rem 0 0; padding: 16px 20px;
  border-left: 2px solid var(--mint); background: rgba(94, 242, 184, .05);
  border-radius: 0 10px 10px 0; color: var(--tekst-dim); font-size: .95rem;
}
.modules-note svg { width: 20px; height: 20px; color: var(--mint); flex-shrink: 0; margin-top: 2px; }
.section-light .modules-note { border-left-color: var(--mint-dim); background: rgba(29, 138, 99, .06); color: var(--inkt-dim); }
.section-light .modules-note svg { color: var(--mint-dim); }

/* CMAI flow-demo (home): intake → weging → autorisatie → realisatie */
.flow-demo { display: flex; flex-direction: column; gap: 14px; padding: 8px 0; }
.flow-step {
  display: flex; align-items: center; gap: 14px;
  background: var(--nacht-3); border: 1px solid rgba(94, 242, 184, .35);
  border-radius: 12px; padding: 16px 20px;
  font-family: var(--font-display); font-weight: 600;
  position: relative;
}
.flow-step svg { width: 22px; height: 22px; color: var(--mint); flex-shrink: 0; }
.flow-step:not(:last-child)::after {
  content: ''; position: absolute; left: 30px; bottom: -14px; height: 14px; width: 2px;
  background: linear-gradient(var(--mint), transparent);
}
.flow-step:nth-child(2) svg { color: var(--amber); }
.flow-step:nth-child(3) svg { color: var(--blauw); }
.flow-step:nth-child(4) svg { color: var(--mint); }

/* horizontale variant in een kaart (functionaliteit) */
.flow-demo-row { flex-direction: row; flex-wrap: wrap; gap: 8px; margin: 1.2rem 0; }
.flow-demo-row .flow-step { padding: 9px 13px; font-size: .85rem; gap: 9px; }
.flow-demo-row .flow-step svg { width: 17px; height: 17px; }
.flow-demo-row .flow-step:not(:last-child)::after {
  content: ''; position: absolute; right: -7px; top: 50%; bottom: auto; left: auto;
  width: 6px; height: 2px; background: rgba(94, 242, 184, .5);
}

/* referenties "in ontwikkeling": gedempte foto met icoon-badge */
.coming-img { position: relative; margin-bottom: 14px; }
.coming-img .card-img { margin-bottom: 0; opacity: .5; filter: saturate(.65); }
.coming-badge {
  position: absolute; left: 12px; bottom: 12px;
  display: grid; place-items: center; width: 40px; height: 40px;
  background: var(--nacht-3); border: 1px solid rgba(94, 242, 184, .5);
  border-radius: 50%;
}
.coming-badge svg { width: 20px; height: 20px; color: var(--mint); }
.section-light .coming-badge { background: #fff; border-color: rgba(29, 138, 99, .5); }
.section-light .coming-badge svg { color: var(--mint-dim); }
.ref-case > p { color: var(--tekst-dim); }
.ref-quote {
  margin: 1.4rem 0; padding-left: 20px;
  border-left: 2px solid rgba(94, 242, 184, .4);
  font-style: italic; color: var(--wit);
}

/* ---- Partner-uitnodiging (over) ---- */
.partner-invite {
  margin-top: 28px; padding: 32px 36px;
  border: 1.5px dashed rgba(94, 242, 184, .4); border-radius: var(--radius);
  background: rgba(94, 242, 184, .04);
}
.partner-invite p { color: var(--tekst-dim); max-width: 64ch; }

/* ---- Foundation 20 ---- */
.section-foundation { background: var(--nacht-2); }
.f20-counter {
  text-align: center; padding: 56px 32px;
  border: 1.5px solid rgba(94, 242, 184, .4); border-radius: var(--radius);
  background: radial-gradient(ellipse at center, rgba(94, 242, 184, .08), transparent 70%);
}
.f20-figure { display: flex; align-items: baseline; justify-content: center; gap: .04em; }
.f20-num {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(5rem, 10vw, 8rem); line-height: 1;
  display: inline-block;
  background: linear-gradient(120deg, var(--mint) 20%, var(--amber) 90%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 0 18px rgba(94, 242, 184, .35));
}
.f20-of {
  font-family: var(--font-display); font-weight: 800; line-height: 1;
  font-size: clamp(2rem, 4vw, 3rem); color: var(--zee-licht); opacity: .45;
}
.f20-label { display: block; font-family: var(--font-display); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; font-size: .85rem; color: var(--tekst-dim); margin-top: .4rem; }

/* ---- Slot-CTA ---- */
.section-cta {
  background:
    radial-gradient(ellipse 60% 80% at 50% 110%, rgba(94, 242, 184, .15), transparent),
    var(--nacht);
  padding: 110px 0;
}

/* ---- Functionaliteit: module-flow ---- */
.module-step {
  font-family: var(--font-display); font-weight: 800; font-size: 1rem;
  color: var(--mint); letter-spacing: .1em; margin-bottom: .4rem;
}
.module h2 { display: flex; align-items: center; gap: 12px; }
.h-icon { width: 28px; height: 28px; color: var(--mint); flex-shrink: 0; }
.module-plain .split { grid-template-columns: 1fr; max-width: 760px; }
.module p { color: var(--tekst-dim); }
/* lichte modules (om en om, klasse uit PHP) krijgen amber als accent */
.module.section-light p { color: var(--inkt-dim); }
.module.section-light .module-step { color: var(--amber-diep); }
.module.section-light .h-icon { color: var(--amber-diep); }

/* ---- Over: makers ---- */
.maker-naam { margin-bottom: 0; }
.maker-rol { color: var(--mint); font-weight: 600; font-size: .9rem; margin-bottom: 1em; }

/* ---- Demo-formulier ---- */
.form-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: start; }
.step-list { padding-left: 1.2em; display: grid; gap: 14px; color: var(--tekst-dim); }
.step-list strong { color: var(--wit); }
.form-side-alt { margin-top: 2rem; color: var(--tekst-dim); font-size: .95rem; }
.demo-form {
  background: var(--nacht-3); border: 1px solid rgba(191, 229, 217, .14);
  border-radius: var(--radius); padding: 36px; position: relative;
}
.form-field { margin-bottom: 20px; border: 0; padding: 0; }
.form-field label, .form-field legend {
  display: block; font-weight: 600; font-size: .92rem; margin-bottom: 7px;
  font-family: var(--font-display);
}
.optional { font-weight: 400; color: var(--tekst-dim); }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; padding: 13px 15px; font: inherit; font-size: 16px; /* >=16px: geen iOS-zoom */
  background: var(--nacht); color: var(--wit);
  border: 1px solid rgba(191, 229, 217, .25); border-radius: 9px;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: 2px solid var(--mint); outline-offset: 0; border-color: transparent;
}
.form-field.invalid input { border-color: #ff8a7a; }
.field-error { color: #ff9d8f; font-size: .85rem; margin: 6px 0 0; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.radio-row { display: flex; gap: 10px; flex-wrap: wrap; }
.radio-pill {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid rgba(191, 229, 217, .28); border-radius: 999px;
  padding: 11px 20px; cursor: pointer; font-size: .95rem; font-weight: 500;
  transition: border-color .15s ease, background-color .15s ease, color .15s ease;
}
.radio-pill:hover { border-color: rgba(94, 242, 184, .5); }
.radio-pill:has(input:checked) { border-color: var(--mint); background: rgba(94, 242, 184, .1); color: var(--wit); }
.radio-pill:has(input:focus-visible) { outline: 2px solid var(--mint); outline-offset: 3px; }
/* Eigen radio-indicator (cross-browser, geen native OS-stip). */
.radio-pill input {
  appearance: none; -webkit-appearance: none; margin: 0;
  width: 18px; height: 18px; border-radius: 50%;
  border: 2px solid rgba(191, 229, 217, .45); background: transparent;
  display: grid; place-content: center; cursor: pointer; flex: none;
  transition: border-color .15s ease, background-color .15s ease;
}
.radio-pill input::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: var(--nacht); transform: scale(0); transition: transform .12s ease;
}
.radio-pill input:checked { border-color: var(--mint); background: var(--mint); }
.radio-pill input:checked::before { transform: scale(1); }
.radio-pill input:focus { outline: none; }
.hp-field { position: absolute; left: -9999px; }
.form-privacy { font-size: .82rem; color: var(--tekst-dim); margin-top: 12px; }
.form-success[hidden] { display: none; }
.form-success {
  position: absolute; inset: 0; border-radius: var(--radius);
  background: var(--nacht-3);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 36px; gap: 4px;
}
.form-success svg { width: 52px; height: 52px; color: var(--mint); margin-bottom: 12px; }
.form-success p { color: var(--tekst-dim); max-width: 36ch; }

/* ---- Rol-kiezer (Voor jouw rol) ---- */
.rolekiezer { display: grid; grid-template-columns: 300px 1fr; gap: 36px; align-items: start; }
.role-tabs { display: flex; flex-direction: column; gap: 6px; }
.role-tabs-group {
  font-family: var(--font-display); font-size: .72rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase; color: var(--tekst-dim);
  margin: 18px 0 6px; padding-left: 4px;
}
.role-tabs-group:first-child { margin-top: 0; }
.role-tab {
  display: flex; align-items: center; gap: 12px; width: 100%; text-align: left;
  background: var(--nacht-3); border: 1px solid rgba(191, 229, 217, .14);
  border-radius: 10px; padding: 13px 16px; cursor: pointer;
  color: var(--wit); font-family: var(--font-display); font-weight: 600; font-size: .95rem;
  transition: border-color .15s ease, background .15s ease, transform .1s ease;
}
.role-tab:hover { border-color: rgba(94, 242, 184, .45); }
.role-tab svg { width: 20px; height: 20px; color: var(--mint); flex-shrink: 0; }
.role-tab[aria-selected="true"] {
  border-color: var(--mint); background: rgba(94, 242, 184, .1);
}

/* panelen */
.role-panel {
  background: var(--nacht-3); border: 1px solid rgba(191, 229, 217, .14);
  border-radius: var(--radius); padding: 32px 34px;
}
.role-panels .role-panel + .role-panel { margin-top: 20px; } /* no-JS: gestapeld */
.role-panel-head { display: flex; align-items: center; gap: 16px; margin-bottom: 14px; }
.role-panel-icon {
  width: 30px; height: 30px; color: var(--mint); flex-shrink: 0;
  padding: 12px; box-sizing: content-box;
  background: rgba(94, 242, 184, .08); border-radius: 12px;
}
.role-panel-groep {
  font-family: var(--font-display); font-size: .72rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; color: var(--mint); margin: 0 0 2px;
}
.role-panel-head h2 { margin: 0; font-size: 1.4rem; }
.role-belofte { font-size: 1.1rem; color: var(--wit); font-weight: 500; margin-bottom: 1rem; }
.role-panel .check-list li { color: var(--tekst-dim); }
.role-panel .check-list strong { color: var(--wit); font-weight: 600; }
.role-subs { margin-top: 1.6rem; border-top: 1px solid rgba(191, 229, 217, .12); padding-top: 1.4rem; display: grid; gap: 1.5rem; }
.role-sub h3 { display: flex; align-items: center; gap: 10px; font-size: 1.05rem; margin: 0 0 .6em; }
.role-sub h3 svg { width: 20px; height: 20px; color: var(--mint); flex-shrink: 0; }

/* JS aan: tabs actief, panelen verborgen op het actieve na */
.rolekiezer.js-on .role-panels .role-panel { display: none; margin-top: 0; }
.rolekiezer.js-on .role-panels .role-panel.is-active { display: block; }

@media (max-width: 860px) {
  .rolekiezer { grid-template-columns: 1fr; gap: 22px; }
  .role-tabs { flex-flow: row wrap; gap: 8px; }
  .role-tabs-group { width: 100%; margin: 10px 0 2px; }
  .role-tabs-group:first-child { margin-top: 0; }
  .role-tab { width: auto; font-size: .88rem; padding: 10px 14px; }
  .role-tab span { white-space: nowrap; }
}

/* ---- Reveal-on-scroll ---- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---- Footer ---- */
.site-footer { border-top: 1px solid rgba(191, 229, 217, .12); background: var(--nacht-2); padding: 56px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.footer-brand .logo-mark { height: 26px; }
.footer-brand p { color: var(--tekst-dim); font-size: .92rem; margin-top: 12px; }
.footer-h {
  font-size: .8rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--tekst-dim); font-family: var(--font-display); font-weight: 600; margin-bottom: 1em;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.site-footer a { color: var(--wit); text-decoration: none; font-size: .95rem; }
.site-footer a:hover { color: var(--mint); }
.footer-base {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  margin-top: 48px; padding-top: 22px;
  border-top: 1px solid rgba(191, 229, 217, .1);
  font-size: .85rem; color: var(--tekst-dim);
}
.footer-base a { color: var(--mint); text-decoration: none; }
.footer-base p { margin: 0; }

/* ---- Responsive ---- */
@media (max-width: 960px) {
  .cols-3, .cols-4 { grid-template-columns: repeat(2, 1fr); }
  .split, .form-grid { grid-template-columns: 1fr; gap: 36px; }
  .split-flip { direction: ltr; }
  .hero-visual img { opacity: .35; min-width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .section { padding: 64px 0; }
  .cols-2, .cols-3, .cols-4 { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .nav-toggle { display: block; }
  .nav-list {
    display: none; position: absolute; top: 68px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--nacht-2); border-bottom: 1px solid rgba(191, 229, 217, .15);
    padding: 12px 24px 20px;
  }
  .nav-list.open { display: flex; }
  .nav-list li { padding: 10px 0; }
  .nav-cta { margin-top: 8px; }
  .hero { min-height: 0; }
  .hero-inner { padding-top: 56px; padding-bottom: 64px; }
}

/* ---- Print ---- */
@media print {
  .site-header, .site-footer, .cta-row, .btn { display: none; }
  body { background: #fff; color: #000; }
}
