
  /* ===== Equidomus: donkere blauwdruk-wereld (bewust één thema) ===== */
  :root {
    --nacht: #0D141F;
    --nacht-2: #121B29;
    --paneel: #16202F;
    --paneel-2: #1B2636;
    --lijn: #24344A;
    --lijn-fel: #33486494;
    --krijt: #E9ECF1;
    --dim: #97A4B6;
    --messing: #C9A468;
    --messing-diep: #A98A52;
    --blauwdruk: #7FB0D8;
    --groen: #7FC49A;
    --rood: #D8907F;
    --schaduw: 0 24px 70px rgba(0, 0, 0, .45);
  }
  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    margin: 0;
    background: var(--nacht);
    color: var(--krijt);
    font: 16px/1.7 -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  ::selection { background: var(--messing); color: var(--nacht); }
  .serif { font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif; }

  .pagina { position: relative; z-index: 1; }
  .wrap { max-width: 1120px; margin: 0 auto; padding: 0 28px; }

  /* ===== navigatie ===== */
  .nav {
    position: sticky; top: 0; z-index: 50;
    background: rgba(13, 20, 31, .82);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--lijn);
  }
  .nav-in {
    max-width: 1120px; margin: 0 auto; padding: 14px 28px;
    display: flex; align-items: center; justify-content: space-between; gap: 20px;
  }
  .wordmark {
    font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
    font-size: 22px; color: var(--krijt); text-decoration: none; letter-spacing: .01em;
    display: flex; align-items: center; gap: 10px;
  }
  .wordmark .blokje {
    width: 26px; height: 26px; border-radius: 6px; background: var(--messing);
    color: var(--nacht); display: grid; place-items: center;
    font-size: 16px; font-weight: 700; flex: none;
  }
  .wordmark b { font-weight: 500; color: var(--messing); }
  .nav nav { display: flex; gap: 4px; flex-wrap: wrap; }
  .nav nav a {
    font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase;
    color: var(--dim); text-decoration: none; padding: 7px 11px; border-radius: 4px;
    transition: color .15s ease, background .15s ease;
  }
  .nav nav a:hover, .nav nav a:focus-visible { color: var(--krijt); background: var(--paneel); outline: none; }
  .nav .cta {
    font-size: 13px; font-weight: 650; color: var(--nacht); background: var(--messing);
    padding: 9px 18px; border-radius: 4px; text-decoration: none; white-space: nowrap;
    transition: background .15s ease, transform .15s ease;
  }
  .nav .cta:hover, .nav .cta:focus-visible { background: var(--messing-diep); transform: translateY(-1px); outline: none; }
  @media (max-width: 900px) { .nav nav { display: none; } }

  /* ===== held ===== */
  .held { padding: 84px 0 40px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 44px 60px; align-items: center; }
  @media (max-width: 900px) { .held { grid-template-columns: 1fr; padding-top: 56px; } }
  .stempel {
    font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
    color: var(--messing); margin: 0 0 22px;
  }
  h1 {
    font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
    font-weight: 500; font-size: clamp(36px, 5vw, 54px); line-height: 1.08;
    margin: 0 0 22px; letter-spacing: -.012em; text-wrap: balance;
  }
  .lede { font-size: 18px; color: var(--dim); max-width: 50ch; margin: 0 0 32px; }
  .lede b { color: var(--krijt); font-weight: 600; }
  .knoppen { display: flex; gap: 14px; flex-wrap: wrap; }
  .knop {
    display: inline-block; text-decoration: none; font-size: 15px; font-weight: 650;
    padding: 14px 28px; border-radius: 5px; letter-spacing: .01em;
    background: var(--messing); color: var(--nacht); border: 1px solid var(--messing);
    transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
  }
  .knop:hover, .knop:focus-visible { background: var(--messing-diep); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(201, 164, 104, .22); outline: none; }
  .knop.omlijnd { background: transparent; color: var(--krijt); border-color: var(--lijn); }
  .knop.omlijnd:hover, .knop.omlijnd:focus-visible { border-color: var(--messing); box-shadow: none; background: var(--paneel); }

  /* held: weergave van de app (donker venster, één wereld met de rest van de site) */
  .appscherm {
    background: linear-gradient(180deg, var(--paneel), var(--nacht-2));
    color: var(--krijt);
    border: 1px solid var(--lijn-fel); border-radius: 10px;
    box-shadow: var(--schaduw), 0 0 110px rgba(127, 176, 216, .09);
    overflow: hidden;
    font-size: 11.5px; line-height: 1.45;
  }
  .appscherm .vensterbalk {
    display: flex; align-items: center; gap: 7px; padding: 9px 14px;
    background: var(--nacht-2); border-bottom: 1px solid var(--lijn);
  }
  .appscherm .vensterbalk .stip { width: 9px; height: 9px; border-radius: 50%; background: var(--lijn); }
  .appscherm .vensterbalk .stip:first-child { background: var(--messing); opacity: .75; }
  .appscherm .vensterbalk .vtitel { margin-left: 8px; color: var(--dim); font-size: 10.5px; letter-spacing: .06em; }
  .appscherm .kop {
    display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
    padding: 10px 16px; background: rgba(233, 236, 241, .025); border-bottom: 1px solid var(--lijn);
  }
  .appscherm .kop .naam { font-family: Palatino, Georgia, serif; font-size: 14px; color: var(--messing); }
  .appscherm .kop .apptabs { display: flex; gap: 2px; flex-wrap: wrap; }
  .appscherm .kop .apptab {
    font-size: 10.5px; color: var(--dim); padding: 5px 9px; border-radius: 4px;
  }
  .appscherm .kop .apptab.actief { background: var(--paneel-2); color: var(--krijt); font-weight: 600; box-shadow: inset 0 0 0 1px var(--lijn-fel); }
  .appscherm .inhoud { padding: 14px 16px 16px; }
  .appscherm .schermtitel { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; }
  .appscherm .schermtitel h5 { margin: 0; font-size: 12.5px; font-weight: 700; color: var(--krijt); }
  .appscherm .schermtitel .filter { font-size: 10px; color: var(--dim); }
  .appscherm table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
  .appscherm th {
    text-align: right; font-size: 9.5px; letter-spacing: .05em; text-transform: uppercase;
    color: var(--dim); font-weight: 600; padding: 5px 7px; border-bottom: 1px solid var(--lijn); white-space: nowrap;
  }
  .appscherm th:first-child, .appscherm td:first-child { text-align: left; }
  .appscherm td { padding: 5px 7px; text-align: right; border-bottom: 1px solid rgba(36, 52, 74, .55); color: var(--krijt); white-space: nowrap; }
  .appscherm tr.groep td {
    text-align: left; background: rgba(127, 176, 216, .07); color: var(--blauwdruk); font-size: 10px;
    letter-spacing: .04em; font-weight: 600;
  }
  .appscherm tr.sub td { background: rgba(233, 236, 241, .03); font-weight: 600; color: var(--blauwdruk); }
  .appscherm tr.tot td { font-weight: 700; color: var(--messing); border-bottom: none; background: rgba(201, 164, 104, .10); }
  .appscherm .pos { color: var(--groen); }
  .appscherm .negw { color: var(--rood); }
  .scherm-caption { font-size: 12px; color: var(--dim); margin-top: 10px; }

  /* kerncijferband */
  .cijferband {
    margin: 54px 0 0; border-top: 1px solid var(--lijn); border-bottom: 1px solid var(--lijn);
    display: grid; grid-template-columns: repeat(4, 1fr);
  }
  @media (max-width: 720px) { .cijferband { grid-template-columns: repeat(2, 1fr); } }
  .cijfer { padding: 24px 18px; border-right: 1px solid var(--lijn); }
  .cijfer:last-child { border-right: none; }
  @media (max-width: 720px) { .cijfer:nth-child(2) { border-right: none; } }
  .cijfer .groot {
    font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
    font-size: 34px; color: var(--messing); line-height: 1.1; font-variant-numeric: tabular-nums;
  }
  .cijfer .klein { font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--dim); margin-top: 4px; }

  /* ===== secties ===== */
  section { padding: 84px 0 10px; scroll-margin-top: 80px; }
  .eyebrow {
    font-size: 12px; letter-spacing: .2em; text-transform: uppercase;
    color: var(--blauwdruk); margin: 0 0 14px; display: flex; align-items: center; gap: 12px;
  }
  .eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--blauwdruk); }
  h2 {
    font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
    font-weight: 500; font-size: clamp(28px, 4vw, 42px); line-height: 1.12;
    margin: 0 0 16px; text-wrap: balance; letter-spacing: -.01em;
  }
  .secnote { color: var(--dim); font-size: 16.5px; max-width: 66ch; margin: 0 0 40px; }
  .secnote b, .kolom p b { color: var(--krijt); font-weight: 600; }

  /* verhaal in twee kolommen */
  .verhaal { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 56px; }
  @media (max-width: 780px) { .verhaal { grid-template-columns: 1fr; } }
  .kolom p { margin: 0 0 16px; color: var(--dim); }
  .kolom p:first-child {
    font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
    font-size: 19px; color: var(--krijt); line-height: 1.55;
  }

  /* processtappen */
  .stappen { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; counter-reset: stap; }
  @media (max-width: 900px) { .stappen { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 560px) { .stappen { grid-template-columns: 1fr; } }
  .stap {
    counter-increment: stap; background: var(--paneel); border: 1px solid var(--lijn);
    border-radius: 8px; padding: 26px 22px; position: relative;
    transition: transform .2s ease, border-color .2s ease;
  }
  .stap:hover { transform: translateY(-4px); border-color: var(--messing); }
  .stap::before {
    content: "0" counter(stap);
    font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
    font-size: 15px; color: var(--messing); letter-spacing: .1em;
    display: block; margin-bottom: 14px;
  }
  .stap h3 { margin: 0 0 8px; font-size: 16.5px; }
  .stap p { margin: 0; font-size: 14px; color: var(--dim); }

  /* ===== rekendemo ===== */
  .demo {
    background: var(--paneel); border: 1px solid var(--lijn); border-radius: 12px;
    box-shadow: var(--schaduw); overflow: hidden;
    display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  }
  @media (max-width: 860px) { .demo { grid-template-columns: 1fr; } }
  .demo-links { padding: 34px 32px; border-right: 1px solid var(--lijn); }
  @media (max-width: 860px) { .demo-links { border-right: none; border-bottom: 1px solid var(--lijn); } }
  .demo-links h3 { margin: 0 0 6px; font-size: 18px; }
  .demo-links .sub { font-size: 13px; color: var(--dim); margin: 0 0 26px; }
  .regelaar { margin-bottom: 24px; }
  .regelaar label { display: flex; justify-content: space-between; font-size: 13.5px; color: var(--dim); margin-bottom: 8px; }
  .regelaar output { color: var(--krijt); font-weight: 650; font-variant-numeric: tabular-nums; }
  input[type="range"] {
    width: 100%; appearance: none; -webkit-appearance: none; height: 4px; border-radius: 2px;
    background: linear-gradient(90deg, var(--messing) var(--vul, 50%), var(--lijn) var(--vul, 50%));
    outline: none; cursor: pointer;
  }
  input[type="range"]::-webkit-slider-thumb {
    appearance: none; -webkit-appearance: none; width: 18px; height: 18px; border-radius: 50%;
    background: var(--messing); border: 3px solid var(--nacht); box-shadow: 0 0 0 1px var(--messing);
    transition: transform .12s ease;
  }
  input[type="range"]::-webkit-slider-thumb:hover { transform: scale(1.15); }
  input[type="range"]::-moz-range-thumb {
    width: 14px; height: 14px; border-radius: 50%; background: var(--messing);
    border: 3px solid var(--nacht); box-shadow: 0 0 0 1px var(--messing);
  }
  input[type="range"]:focus-visible { box-shadow: 0 0 0 3px rgba(201, 164, 104, .35); }
  .demo-rechts { padding: 34px 32px; display: flex; flex-direction: column; }
  .uitkomst { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
  .uitkomst .bedrag {
    font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
    font-size: clamp(36px, 5vw, 52px); color: var(--groen); font-variant-numeric: tabular-nums;
    line-height: 1;
  }
  .uitkomst .bedrag.negatief { color: var(--rood); }
  .uitkomst .wat { font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); }
  .staafjes {
    flex: 1; display: flex; align-items: flex-end; gap: 3px;
    min-height: 130px; margin: 26px 0 8px; border-bottom: 1px solid var(--lijn); padding-bottom: 1px;
  }
  .staafjes .staaf {
    flex: 1; min-height: 2px; border-radius: 2px 2px 0 0;
    background: linear-gradient(180deg, var(--blauwdruk), rgba(127, 176, 216, .25));
    transition: height .35s ease;
  }
  .staafjes .staaf.min { background: linear-gradient(180deg, var(--rood), rgba(216, 144, 127, .25)); }
  .as { display: flex; justify-content: space-between; font-size: 11px; color: var(--dim); font-variant-numeric: tabular-nums; }
  .demo-noot { font-size: 12px; color: var(--dim); margin-top: 18px; }

  /* ===== begrippen (accordeon) ===== */
  .begrippen { border-top: 1px solid var(--lijn); }
  details.begrip { border-bottom: 1px solid var(--lijn); }
  details.begrip summary {
    list-style: none; cursor: pointer; display: flex; align-items: baseline; gap: 18px;
    padding: 20px 4px; transition: background .15s ease;
  }
  details.begrip summary::-webkit-details-marker { display: none; }
  details.begrip summary:hover { background: rgba(127, 176, 216, .05); }
  details.begrip summary:focus-visible { outline: 2px solid var(--messing); outline-offset: -2px; }
  .begrip .term {
    font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
    font-size: 19px; flex: 1;
  }
  .begrip .term small { font-size: 11px; color: var(--blauwdruk); letter-spacing: .1em; text-transform: uppercase; margin-left: 10px; }
  .begrip .plus {
    font-family: Palatino, Georgia, serif; color: var(--messing); font-size: 22px; line-height: 1;
    transition: transform .2s ease; flex: none;
  }
  details[open].begrip .plus { transform: rotate(45deg); }
  .begrip .uitleg { padding: 0 4px 22px; color: var(--dim); font-size: 15px; max-width: 72ch; }
  .begrip .uitleg b { color: var(--krijt); }

  /* ===== app-rondleiding (tabs) ===== */
  .tour-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 26px; }
  .tour-tab {
    font-size: 13px; font-weight: 600; letter-spacing: .04em;
    background: transparent; color: var(--dim); border: 1px solid var(--lijn);
    border-radius: 999px; padding: 9px 20px; cursor: pointer;
    transition: all .15s ease; font-family: inherit;
  }
  .tour-tab:hover { color: var(--krijt); border-color: var(--messing); }
  .tour-tab[aria-selected="true"] { background: var(--messing); color: var(--nacht); border-color: var(--messing); }
  .tour-tab:focus-visible { outline: 2px solid var(--blauwdruk); outline-offset: 2px; }
  .venster {
    background: var(--nacht-2); border: 1px solid var(--lijn); border-radius: 10px;
    box-shadow: var(--schaduw); overflow: hidden; font-size: 13px;
  }
  .venster .balk { display: flex; align-items: center; gap: 7px; padding: 12px 16px; border-bottom: 1px solid var(--lijn); background: var(--paneel); }
  .venster .stip { width: 10px; height: 10px; border-radius: 50%; background: var(--lijn); }
  .venster .stip:first-child { background: var(--messing); opacity: .7; }
  .venster .balk .titel { margin-left: 10px; color: var(--dim); font-size: 12px; letter-spacing: .06em; }
  .paneelblad { padding: 24px 26px 26px; display: none; }
  .paneelblad.actief { display: block; animation: fade .35s ease; }
  @keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
  @media (prefers-reduced-motion: reduce) { .paneelblad.actief { animation: none; } }
  .kpi-rij { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
  .kpi { border: 1px solid var(--lijn); border-radius: 5px; padding: 9px 14px; background: var(--paneel); }
  .kpi .kl { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--dim); }
  .kpi .kw { font-family: Palatino, Georgia, serif; font-size: 17px; color: var(--messing); font-variant-numeric: tabular-nums; }
  .venster table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
  .venster th { text-align: right; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--dim); font-weight: 600; padding: 7px 9px; border-bottom: 1px solid var(--lijn); }
  .venster th:first-child, .venster td:first-child { text-align: left; }
  .venster td { padding: 7px 9px; text-align: right; border-bottom: 1px solid var(--lijn); color: var(--krijt); }
  .venster tr.subtotaal td { color: var(--blauwdruk); font-weight: 600; background: rgba(127, 176, 216, .05); }
  .venster tr.totaal td { color: var(--messing); font-weight: 650; border-bottom: none; }
  .venster .neg { color: var(--rood); }
  .venster .balkje { display: inline-block; height: 7px; border-radius: 3px; background: var(--blauwdruk); vertical-align: middle; }
  .tour-noot { font-size: 12px; color: var(--dim); margin-top: 12px; }

  /* functiegrid */
  .functies { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--lijn); border: 1px solid var(--lijn); border-radius: 8px; overflow: hidden; margin-top: 44px; }
  @media (max-width: 860px) { .functies { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 560px) { .functies { grid-template-columns: 1fr; } }
  .functie { background: var(--nacht-2); padding: 22px 22px 20px; transition: background .15s ease; }
  .functie:hover { background: var(--paneel); }
  .functie h4 { margin: 0 0 6px; font-size: 14.5px; display: flex; gap: 10px; align-items: baseline; }
  .functie h4::before { content: "▸"; color: var(--messing); font-size: 12px; }
  .functie p { margin: 0; font-size: 13px; color: var(--dim); }

  /* ===== prijzen ===== */
  .prijzen { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; max-width: 820px; }
  @media (max-width: 680px) { .prijzen { grid-template-columns: 1fr; } }
  .prijs {
    background: var(--paneel); border: 1px solid var(--lijn); border-radius: 10px; padding: 34px 32px;
    position: relative; transition: transform .2s ease, border-color .2s ease;
  }
  .prijs:hover { transform: translateY(-4px); }
  .prijs.accent { border-color: var(--messing); }
  .prijs.accent::before {
    content: "doorlopend"; position: absolute; top: -11px; left: 28px;
    font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase;
    background: var(--messing); color: var(--nacht); border-radius: 3px; padding: 3px 10px; font-weight: 700;
  }
  .prijs .pl { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--blauwdruk); margin: 0 0 14px; }
  .prijs .bedrag { font-family: Palatino, Georgia, serif; font-size: 46px; line-height: 1; margin: 0 0 6px; font-variant-numeric: tabular-nums; color: var(--krijt); }
  .prijs .eenheid { font-size: 13.5px; color: var(--dim); margin: 0 0 22px; }
  .prijs ul { margin: 0; padding: 0; list-style: none; font-size: 14.5px; color: var(--dim); }
  .prijs li { padding: 9px 0 9px 24px; border-top: 1px solid var(--lijn); position: relative; }
  .prijs li::before { content: "✓"; position: absolute; left: 2px; color: var(--groen); font-size: 13px; }
  .prijsnoot { font-size: 13px; color: var(--dim); margin-top: 20px; }

  /* ===== faq ===== */
  .faq { max-width: 820px; }

  /* ===== kennis ===== */
  .artikelen { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
  @media (max-width: 780px) { .artikelen { grid-template-columns: 1fr; } }
  .artikel {
    background: var(--paneel); border: 1px solid var(--lijn); border-radius: 8px;
    padding: 26px 24px; transition: transform .2s ease, border-color .2s ease;
  }
  .artikel:hover { transform: translateY(-4px); border-color: var(--blauwdruk); }
  .artikel .al { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--blauwdruk); margin: 0 0 12px; }
  .artikel h3 { font-family: Palatino, Georgia, serif; font-weight: 500; font-size: 19px; line-height: 1.32; margin: 0 0 10px; }
  .artikel p { font-size: 13.5px; color: var(--dim); margin: 0; }

  /* ===== slot ===== */
  .slot {
    margin: 90px 0 0; background: linear-gradient(160deg, var(--paneel), var(--nacht-2));
    border: 1px solid var(--lijn); border-radius: 14px; padding: 60px 40px;
    text-align: center; position: relative; overflow: hidden;
  }
  .slot::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(60% 100% at 50% 0%, rgba(201, 164, 104, .09), transparent);
    pointer-events: none;
  }
  .slot h2 { margin-bottom: 12px; }
  .slot p { color: var(--dim); max-width: 52ch; margin: 0 auto 30px; }

  footer { margin-top: 80px; border-top: 1px solid var(--lijn); padding: 36px 0 50px; font-size: 13px; color: var(--dim); }
  footer .frow { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-bottom: 8px; }
  footer a { color: var(--dim); }
  footer a:hover { color: var(--krijt); }
  footer .latijn { font-family: Palatino, Georgia, serif; }

  /* onthulling bij scrollen */
  .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
  .reveal.zichtbaar { opacity: 1; transform: none; }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal { opacity: 1; transform: none; transition: none; }
    .stap:hover, .prijs:hover, .artikel:hover, .knop:hover { transform: none; }
  }

  /* ===== meerpagina-aanvullingen ===== */
  .nav nav a.actief { color: var(--krijt); background: var(--paneel); }
  .paginakop { padding: 64px 0 8px; }
  .paginakop .lede { margin-bottom: 6px; }
  .kern3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; margin-top: 44px; }
  @media (max-width: 780px) { .kern3 { grid-template-columns: 1fr; } }
  .ref {
    margin-top: 64px; background: var(--paneel); border: 1px solid var(--lijn);
    border-radius: 10px; padding: 34px 34px; display: grid;
    grid-template-columns: auto minmax(0,1fr); gap: 26px; align-items: center;
  }
  @media (max-width: 680px) { .ref { grid-template-columns: 1fr; } }
  .ref .refnaam {
    font-family: Palatino, Georgia, serif; font-size: 24px; color: var(--krijt);
    border: 1px solid var(--lijn); border-radius: 8px; padding: 18px 26px; background: var(--nacht-2);
    white-space: nowrap;
  }
  .ref .reflabel { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--messing); margin: 0 0 8px; }
  .ref p { margin: 0; color: var(--dim); font-size: 15px; }
  .ref p b { color: var(--krijt); }
  .team { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 26px; margin-top: 10px; }
  @media (max-width: 680px) { .team { grid-template-columns: 1fr; } }
  .lid { background: var(--paneel); border: 1px solid var(--lijn); border-radius: 10px; padding: 30px 28px; }
  .lid .avatar {
    width: 62px; height: 62px; border-radius: 50%; background: var(--nacht-2);
    border: 1px solid var(--messing); color: var(--messing);
    display: grid; place-items: center; font-family: Palatino, Georgia, serif; font-size: 22px;
    margin-bottom: 18px;
  }
  .lid h3 { margin: 0 0 4px; font-size: 18px; }
  .lid .rol { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--blauwdruk); margin: 0 0 12px; }
  .lid p { margin: 0; font-size: 14.5px; color: var(--dim); }
  footer .kolommen { display: flex; gap: 40px; flex-wrap: wrap; margin-bottom: 22px; }
  footer .kolommen a { display: block; text-decoration: none; padding: 3px 0; }

  /* ===== presentatieronde: zachte gloed en meer diepte, zelfde palet ===== */
  body {
    background:
      radial-gradient(1100px 520px at 78% -120px, rgba(127, 176, 216, .07), transparent 60%),
      radial-gradient(900px 560px at -10% 6%, rgba(201, 164, 104, .05), transparent 55%),
      var(--nacht);
  }
  .stap, .prijs, .artikel, .lid, .ref, .kpi, .demo {
    background: linear-gradient(180deg, var(--paneel-2), var(--paneel));
    box-shadow: inset 0 1px 0 rgba(233, 236, 241, .045);
  }
  .demo { box-shadow: inset 0 1px 0 rgba(233, 236, 241, .045), var(--schaduw); }
  .stap:hover, .prijs:hover, .artikel:hover {
    box-shadow: inset 0 1px 0 rgba(233, 236, 241, .045), 0 16px 38px rgba(0, 0, 0, .38);
  }
  .venster { background: linear-gradient(180deg, var(--paneel), var(--nacht-2)); }
  .cijferband { background: linear-gradient(180deg, rgba(233, 236, 241, .02), transparent); }
  .cijfer { transition: background .2s ease; }
  .cijfer:hover { background: rgba(233, 236, 241, .025); }
  .functie { background: linear-gradient(180deg, var(--nacht-2), rgba(18, 27, 41, .6)); }
  .functie:hover { background: var(--paneel); }
  .slot { box-shadow: inset 0 1px 0 rgba(233, 236, 241, .05), var(--schaduw); }
