:root {
  --forest: #08251a;
  --forest-2: #123d2c;
  --green: #227d47;
  --lime: #abff44;
  --lime-hover: #c2ff75;
  --mint: #eef4e6;
  --mint-2: #e1ebd5;
  --line: #d3e1c8;
  --aqua: #a9dcd8;
  --pink: #f7c6d0;
  --ink-2: #3a5548;
  --on-dark: #d9eadb;
  --white: #ffffff;
  --display: "Bricolage Grotesque", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --sans: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --wrap: 1200px;
  --pad: clamp(20px, 4vw, 40px);
  --sheet-r: 32px;
  --dusk:
    radial-gradient(55% 60% at 74% 100%, rgba(236, 160, 172, 0.7), transparent 70%),
    linear-gradient(180deg, #0a2a1e 0%, #103627 34%, #2f5249 62%, #7f7f86 84%, #d9a3ad 100%);
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--forest); color: var(--forest);
  font: 400 17px/1.55 var(--sans); -webkit-font-smoothing: antialiased;
}
h1, h2, h3, p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
a { color: inherit; text-underline-offset: 3px; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }
.on-dark :focus-visible { outline-color: var(--lime); }

.skip { position: absolute; left: 12px; top: -60px; z-index: 30; padding: 10px 14px; background: var(--lime); color: var(--forest); border-radius: 10px; }
.skip:focus { top: 12px; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--pad); }

/* Stacked, extruded display type */
.stack { font-family: var(--display); font-weight: 800; font-stretch: 75%; letter-spacing: -0.02em; line-height: 0.92; }
.stack > span { display: block; }
.stack .plain { color: var(--forest); }
.on-dark .stack .plain { color: var(--white); }
.pop {
  color: var(--lime);
  -webkit-text-stroke: 0.025em var(--forest);
  paint-order: stroke fill;
  text-shadow:
    0 0.03em 0 var(--green), 0 0.05em 0 var(--forest),
    0 0.08em 0 var(--green), 0 0.10em 0 var(--forest),
    0 0.13em 0 var(--green), 0 0.15em 0 var(--forest);
  padding-bottom: 0.14em;
}
h2.stack { font-size: clamp(2.6rem, 6.2vw, 5.25rem); }

.head { max-width: 900px; margin: 0 auto 64px; text-align: center; }
.head .lede { margin: 22px auto 0; }
.head-gap { margin-top: 120px; }
.lede { font-size: 1.15rem; line-height: 1.6; color: var(--ink-2); max-width: 58ch; }
.on-dark .lede { color: var(--on-dark); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 0 24px; border-radius: 999px; border: 1.5px solid transparent;
  font: 600 16px/1 var(--sans); text-decoration: none; white-space: nowrap; cursor: pointer;
  transition: background-color 150ms ease, border-color 150ms ease;
}
.btn-lime { background: var(--lime); color: var(--forest); }
.btn-lime:hover { background: var(--lime-hover); }
.btn-ghost { background: transparent; color: var(--white); border-color: rgba(255, 255, 255, 0.5); }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.1); }
.btn-sm { min-height: 40px; padding: 0 16px; font-size: 14px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

/* Header */
.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 10; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 88px; }
.logo {
  font: 800 30px/1 var(--display); font-stretch: 75%; letter-spacing: -0.02em; text-decoration: none;
  color: var(--lime); -webkit-text-stroke: 0.03em var(--forest); paint-order: stroke fill;
  text-shadow: 0 0.05em 0 var(--green), 0 0.09em 0 var(--forest);
}
.nav-pill {
  display: flex; align-items: center; gap: 2px; padding: 6px;
  background: rgba(255, 255, 255, 0.86); border-radius: 14px;
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
}
.nav-link { padding: 9px 14px; border-radius: 10px; font-size: 15px; font-weight: 500; text-decoration: none; color: var(--forest); }
.nav-link:hover { background: var(--mint); }
.nav-cta { margin-left: 6px; padding: 9px 16px; border-radius: 10px; background: var(--lime); color: var(--forest); font-size: 15px; font-weight: 600; text-decoration: none; }
.nav-cta:hover { background: var(--lime-hover); }

/* Hero */
.hero { position: relative; background: var(--dusk); color: var(--white); padding: 132px 0 24px; overflow: hidden; }
.hero-inner { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero-title { font-size: clamp(2.9rem, 7vw, 6.5rem); text-align: center; }
.hero-lede { max-width: 60ch; margin: 28px auto 0; color: var(--on-dark); text-wrap: balance; }
.hero-actions { justify-content: center; margin-top: 28px; }
.fine { margin: 14px auto 0; font-size: 14.5px; color: rgba(255, 255, 255, 0.78); text-wrap: balance; }
.skyline { display: block; width: 100%; height: 200px; }
.hero > .skyline { position: relative; z-index: 1; margin-top: 40px; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 24px; background: var(--forest); }

/* Meerderheidsbouwer: eigen blok, midden onder de knoppen */
.builder { position: relative; z-index: 2; width: 100%; max-width: 960px; margin: 48px auto 0; }
.builder-title { display: flex; flex-wrap: wrap; justify-content: center; align-items: baseline; gap: 4px 12px; font-size: 15px; }
.builder-title #mb-title { font-weight: 700; color: var(--lime); }
.builder-motie { color: var(--on-dark); }
.builder-note { margin: 4px 0 24px; font-size: 14px; color: var(--on-dark); text-align: center; }
.hemi { position: relative; width: 100%; }
.hemi svg { display: block; width: 100%; height: auto; overflow: visible; }
.seat {
  fill: rgba(255, 255, 255, 0.14); stroke: rgba(255, 255, 255, 0.34); stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
  transform-box: fill-box; transform-origin: center;
  transition: fill 180ms ease, stroke 180ms ease, stroke-width 120ms ease, transform 380ms cubic-bezier(0.3, 1.4, 0.5, 1);
}
.seat.ally { fill: var(--white); stroke: var(--white); }
.seat.own { fill: var(--lime); stroke: var(--lime); }
.seat.hl { stroke: var(--lime); stroke-width: 4; }
.seat.pulse { animation: seat-pulse 180ms ease-out both; }
@keyframes seat-pulse { 0% { transform: scale(1); } 45% { transform: scale(1.35); } 100% { transform: scale(1); } }
.hemi.is-loading .seat { transform: scale(0); }
.hemi-center {
  position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: min(440px, 52%);
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.hemi-count { line-height: 1; }
.hemi-num { display: block; font: 800 clamp(3rem, 8vw, 6rem)/0.85 var(--display); font-stretch: 75%; color: var(--white); font-variant-numeric: tabular-nums; }
.hemi-of { display: block; margin-top: 6px; font-size: 14px; color: var(--on-dark); }

.mb-status {
  width: fit-content; max-width: 100%; margin: 14px auto 0; padding: 8px 16px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.14); color: var(--white); font-size: 15px; font-weight: 600; text-align: center;
  transition: background-color 180ms ease, color 180ms ease;
}
.mb-status[data-state="exact"], .mb-status[data-state="safe"] { background: var(--lime); color: var(--forest); }

.parties { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 8px; margin-top: 32px; }
.parties li { display: flex; }
.party {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
  width: 100%; min-height: 44px; padding: 10px 6px; margin: 0; text-align: center;
  border-radius: 14px; border: 1px solid rgba(255, 255, 255, 0.24); background: rgba(8, 37, 26, 0.35);
  color: var(--white); font: inherit;
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
button.party { cursor: pointer; transition: background-color 150ms ease, color 150ms ease, border-color 150ms ease; }
button.party:hover { border-color: rgba(255, 255, 255, 0.6); }
button.party:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
button.party[aria-pressed="true"] { background: var(--white); color: var(--forest); border-color: var(--white); }
.party.is-own { background: var(--lime); color: var(--forest); border-color: var(--lime); }
.sw { flex: none; width: 9px; height: 9px; border-radius: 50%; border: 1.5px solid currentColor; }
button.party[aria-pressed="true"] .sw, .party.is-own .sw { background: currentColor; }
.party-name { display: inline-flex; align-items: center; justify-content: center; gap: 6px; font-size: 14px; font-weight: 600; line-height: 1.2; }
.party-meta { font-size: 12.5px; line-height: 1.3; opacity: 0.8; }

.mb-tip {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 16px;
  margin-top: 12px; padding: 10px 10px 10px 16px; border-radius: 16px; text-align: left;
  background: rgba(8, 37, 26, 0.6); font-size: 14px; color: var(--on-dark);
}
.mb-tip p { flex: 1 1 260px; }

/* Sheets */
.sheet { position: relative; margin-top: calc(var(--sheet-r) * -1); padding: 112px 0 144px; border-radius: var(--sheet-r) var(--sheet-r) 0 0; }
.sheet-white { background: var(--white); }
.sheet-forest { background: var(--forest); color: var(--white); }
.sheet-mint { background: var(--mint); }
.sheet-scene { background: var(--dusk); color: var(--white); padding-bottom: 0; overflow: hidden; }
.sheet-scene .skyline { margin-top: -40px; }

.chips-intro { text-align: center; font-size: 15px; font-weight: 500; color: var(--ink-2); }
.chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 18px; }
.chip {
  display: inline-flex; align-items: center; gap: 10px; padding: 7px 16px 7px 7px;
  background: var(--mint); border: 1px solid var(--line); border-radius: 12px; font-size: 15px; font-weight: 500;
}
.chip i { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; background: var(--white); }
.chip svg { width: 14px; height: 14px; fill: none; stroke: var(--green); stroke-width: 2.2; }

.features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.feature { background: var(--mint); border-radius: 22px; padding: 10px; }
.visual {
  position: relative; display: grid; place-items: center; height: 240px; border-radius: 16px; overflow: hidden;
  background:
    radial-gradient(90% 60% at 30% 118%, #86ad73 0 60%, transparent 61%),
    radial-gradient(90% 55% at 85% 125%, #6f9960 0 60%, transparent 61%),
    linear-gradient(180deg, #c6d4de 0%, #e8d2d6 100%);
}
.mock {
  width: 84%; padding: 12px 14px; background: var(--white); border-radius: 12px;
  font-size: 12.5px; line-height: 1.35; color: var(--forest); border: 1px solid rgba(8, 37, 26, 0.08);
}
.mock-head { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding-bottom: 8px; margin-bottom: 4px; border-bottom: 1px solid var(--mint-2); }
.mock-rows li { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 6px 0; }
.mock-rows li + li { border-top: 1px solid var(--mint); }
.tagp { padding: 2px 8px; border-radius: 999px; background: var(--mint); font-size: 11.5px; font-weight: 600; white-space: nowrap; }
.tag-lime { background: var(--lime); }
.tag-pink { background: var(--pink); }
.tag-forest { background: var(--forest); color: var(--white); }
.mock-bar { height: 8px; margin: 8px 0 4px; border-radius: 999px; background: var(--mint); overflow: hidden; }
.mock-bar i { display: block; height: 100%; background: var(--green); border-radius: 999px; }
.toasts { display: grid; gap: 8px; width: 84%; }
.toast {
  display: flex; align-items: center; gap: 10px; padding: 9px 12px; background: var(--white); border-radius: 12px;
  font-size: 13px; line-height: 1.3; border: 1px solid rgba(8, 37, 26, 0.08);
}
.toast:nth-child(2) { margin-left: 18px; }
.toast:nth-child(3) { margin-left: 36px; opacity: 0.85; }
.toast i { flex: none; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--lime); }
.toast svg { width: 13px; height: 13px; fill: none; stroke: var(--forest); stroke-width: 1.6; }
.feature-body { padding: 22px 14px 14px; }
.feature h3, .mini h3, .step h3, .index-col h3, .trust-item h3, .tier h3, .budget h3, .price-notes h3, .everywhere h3, .footer-cols h3 {
  font-family: var(--display); font-weight: 800; font-stretch: 85%; letter-spacing: -0.01em; line-height: 1.05;
}
.feature h3 { font-size: 1.75rem; }
.feature p, .mini p { margin-top: 10px; font-size: 15.5px; color: var(--ink-2); }

.minis { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 20px; }
.mini { padding: 26px 26px 30px; background: var(--mint); border-radius: 22px; }
.mini-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 18px; border-radius: 50%; background: var(--lime); }
.mini-icon svg { width: 22px; height: 22px; fill: none; stroke: var(--forest); stroke-width: 1.7; }
.mini h3 { font-size: 1.45rem; }

/* Collaboration */
.collab { position: relative; display: grid; place-items: center; max-width: 1040px; min-height: 460px; margin: 0 auto; }
.doc {
  position: relative; z-index: 1; width: min(440px, 100%); padding: 28px 30px 30px;
  background: var(--white); color: var(--forest); border-radius: 18px; font-size: 15px; line-height: 1.55;
}
.doc p + p { margin-top: 10px; }
.doc-title { font: 800 1.5rem/1.05 var(--display); font-stretch: 85%; margin-bottom: 16px; }
.doc-line { height: 10px; border-radius: 999px; background: var(--mint-2); }
.doc-line.short { width: 62%; }
.caret { position: relative; display: inline-block; width: 2px; height: 1.1em; margin-left: 2px; vertical-align: -3px; background: var(--green); }
.who {
  display: inline-block; margin-left: 4px; vertical-align: 1px; padding: 1px 6px; border-radius: 6px;
  background: var(--lime); color: var(--forest); font-size: 11px; font-weight: 700; line-height: 1.4; white-space: nowrap;
}
.pills { position: absolute; inset: 0; }
.pill {
  position: absolute; display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px 6px 6px;
  border-radius: 999px; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white); font-size: 14.5px; white-space: nowrap;
}
.pill i { width: 24px; height: 24px; border-radius: 50%; background: var(--lime); position: relative; }
.pill i::after { content: ""; position: absolute; left: 8px; top: 6px; width: 5px; height: 9px; border: solid var(--forest); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.pill:nth-child(1) { left: 1%; top: 10%; }
.pill:nth-child(2) { right: 3%; top: 4%; }
.pill:nth-child(3) { left: 4%; top: 46%; }
.pill:nth-child(4) { right: 0; top: 42%; }
.pill:nth-child(5) { left: 9%; bottom: 8%; }
.pill:nth-child(6) { right: 7%; bottom: 14%; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.step { padding: 22px 22px 26px; background: var(--white); border-radius: 20px; }
.when { display: inline-block; padding: 4px 11px; border-radius: 999px; background: var(--lime); font-size: 13px; font-weight: 600; }
.step h3 { margin: 16px 0 8px; font-size: 1.35rem; }
.step p:last-child { font-size: 15px; color: var(--ink-2); }

/* Index */
.index { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.index-col { padding: 22px 22px 24px; background: var(--mint); border-radius: 20px; }
.index-col h3 { font-size: 1.35rem; margin-bottom: 10px; }
.index-col li { padding: 5px 0; font-size: 15px; }
.tag { display: inline-block; margin-left: 4px; padding: 0 7px; border-radius: 999px; background: var(--lime); font-size: 11.5px; font-weight: 600; line-height: 1.6; vertical-align: 1px; }
.everywhere { margin-top: 16px; padding: 26px 30px 28px; background: var(--forest); color: var(--on-dark); border-radius: 20px; }
.everywhere h3 { color: var(--white); font-size: 1.35rem; }
.everywhere ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 32px; margin-top: 14px; }
.everywhere li { font-size: 15px; }
.everywhere strong { color: var(--lime); font-weight: 600; }

/* Night clock */
.night { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 40px 72px; align-items: center; margin-top: 144px; }
.stack-left { text-align: left; }
.night h2.stack { font-size: clamp(2.2rem, 3.7vw, 3.4rem); }
.night-copy .lede { margin-top: 22px; }
.clock { padding: 6px 6px 10px; background: var(--forest); color: var(--on-dark); border-radius: 22px; }
.clock-head { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 16px; padding: 12px 18px; font-size: 14px; }
.clock-title { color: var(--white); font-weight: 700; }
.ruler {
  position: relative; height: 44px; margin: 18px 24px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.3) 0 1px, transparent 1px calc(100% / 24)) left bottom / 100% 8px no-repeat;
}
.job { position: absolute; bottom: -7px; left: calc(100% * var(--t) / 24 - 7px); width: 14px; height: 14px; border-radius: 50%; background: var(--lime); border: 2px solid var(--forest); }
.ruler-now { position: absolute; top: -8px; bottom: 0; width: 1px; background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0 3px, transparent 3px 6px); }
.ruler-hours { display: flex; justify-content: space-between; margin: 12px 18px 0; font-size: 12px; color: rgba(255, 255, 255, 0.6); font-variant-numeric: tabular-nums; }
.log { margin-top: 16px; }
.log li { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 14px; padding: 12px 18px; border-top: 1px solid rgba(255, 255, 255, 0.12); font-size: 14.5px; }
.log time { color: var(--lime); font-weight: 700; font-variant-numeric: tabular-nums; }

/* Trust */
.trust { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.trust-item {
  padding: 24px 24px 28px; background: rgba(255, 255, 255, 0.92); color: var(--forest); border-radius: 20px;
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.trust-item h3 { font-size: 1.35rem; margin-bottom: 8px; }
.trust-item p { font-size: 15px; color: var(--ink-2); }

/* Pricing */
.tiers { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.tier { padding: 26px 26px 30px; background: var(--mint); border-radius: 22px; }
.tier h3 { font-size: 1.2rem; }
.price { margin-top: 18px; font: 800 clamp(3rem, 5vw, 4rem)/0.9 var(--display); font-stretch: 75%; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.per { margin-top: 10px; font-size: 14.5px; color: var(--ink-2); }
.price-foot { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: 40px 64px; margin-top: 56px; }
.budget h3, .price-notes h3 { font-size: 1.35rem; margin-bottom: 8px; }
.budget p, .price-notes p { color: var(--ink-2); }
.bar { display: grid; grid-template-columns: 199fr 401fr; margin: 20px 0 10px; border-radius: 999px; overflow: hidden; font-weight: 700; font-size: 15px; }
.bar span { display: flex; align-items: center; min-height: 48px; padding: 0 16px; white-space: nowrap; }
.bar-used { background: var(--forest); color: var(--lime); }
.bar-left { background: var(--mint); color: var(--forest); }
.budget .bar-legend { font-size: 14.5px; }
.price-notes { display: grid; gap: 28px; align-content: start; }
.price-notes a { color: var(--green); font-weight: 600; }

/* FAQ */
.faq-block { max-width: 840px; margin: 144px auto 0; }
.faq-title { font: 800 clamp(2.2rem, 4.4vw, 3.5rem)/0.95 var(--display); font-stretch: 75%; letter-spacing: -0.02em; text-align: center; margin-bottom: 36px; }
.faq details { background: var(--mint); border-radius: 18px; }
.faq details + details { margin-top: 10px; }
.faq summary {
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 20px 20px 20px 26px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 600;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; flex: none; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%;
  background: var(--lime); font: 600 20px/1 var(--sans); transition: transform 180ms ease;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 26px 24px; color: var(--ink-2); max-width: 64ch; }

/* CTA panel */
.cta-panel {
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 12px;
  margin-top: 144px; padding: 12px; background: var(--forest); color: var(--on-dark); border-radius: 28px;
}
.cta-visual { position: relative; display: flex; align-items: flex-end; min-height: 360px; border-radius: 18px; overflow: hidden; background: var(--dusk); }
.cta-visual .skyline { height: 150px; }
.cta-copy { padding: 44px 40px 48px; align-self: center; }
.cta-copy h2.stack { font-size: clamp(2.3rem, 4.4vw, 3.75rem); }
.cta-copy p { margin-top: 22px; max-width: 46ch; }

/* Footer */
.site-footer { position: relative; margin-top: calc(var(--sheet-r) * -1); padding: 72px 0 48px; background: var(--aqua); color: var(--forest); border-radius: var(--sheet-r) var(--sheet-r) 0 0; overflow: hidden; }
.footer-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 32px; }
.footer-cols { display: grid; grid-template-columns: repeat(3, minmax(140px, auto)); gap: 32px 64px; }
.footer-cols h3 { font-size: 1.2rem; margin-bottom: 12px; }
.footer-cols li { padding: 4px 0; font-size: 15px; }
.footer-cols a { text-decoration: none; }
.footer-cols a:hover { text-decoration: underline; }
.footer-note { align-self: start; max-width: 300px; padding: 14px 18px; border-radius: 14px; background: rgba(255, 255, 255, 0.5); font-size: 15px; font-weight: 600; }
.wordmark {
  margin-top: 56px; padding-bottom: 0.08em;
  font: 800 min(20vw, 16rem)/0.9 var(--display); font-stretch: 75%; letter-spacing: -0.03em; white-space: nowrap;
  color: var(--lime); -webkit-text-stroke: 0.02em var(--forest); paint-order: stroke fill;
  text-shadow: 0.02em 0.03em 0 var(--forest), 0.03em 0.05em 0 var(--forest), 0.04em 0.07em 0 var(--forest);
}

/* Herindienen */
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.rescan { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 40px 72px; align-items: center; }
.rescan h2.stack { font-size: clamp(2.2rem, 3.7vw, 3.4rem); }
.rescan-copy .lede { margin-top: 22px; }
.checks { display: grid; gap: 12px; margin-top: 24px; }
.checks li { position: relative; padding-left: 36px; font-size: 16px; }
.checks li::before { content: ""; position: absolute; left: 0; top: 0; width: 24px; height: 24px; border-radius: 50%; background: var(--lime); }
.checks li::after { content: ""; position: absolute; left: 9px; top: 5px; width: 5px; height: 10px; border: solid var(--forest); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.rescan-note { margin-top: 18px; font-size: 14.5px; color: var(--ink-2); }
.scan { padding: 8px; background: var(--mint); border-radius: 22px; }
.scan-head { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 16px; padding: 10px 14px 12px; font-size: 14px; color: var(--ink-2); }
.scan-head strong { color: var(--forest); }
.scan-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 0 0 8px; }
.scan-stats div { padding: 12px 16px; background: var(--white); border-radius: 14px; }
.scan-stats dt { font-size: 13px; color: var(--ink-2); }
.scan-stats dd { margin: 4px 0 0; font: 800 2.2rem/1 var(--display); font-stretch: 75%; font-variant-numeric: tabular-nums; }
.scan-stats .hit { color: var(--green); }
.scan-scroll { overflow-x: auto; border-radius: 14px; background: var(--white); }
.scan-table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.scan-table th, .scan-table td { padding: 12px 16px; text-align: left; vertical-align: top; border-top: 1px solid var(--mint); }
.scan-table thead th { border-top: 0; font-size: 12.5px; font-weight: 600; color: var(--ink-2); white-space: nowrap; }
.scan-table tbody th { font-weight: 600; min-width: 200px; }
.scan-table tbody th span { display: block; font-size: 12.5px; font-weight: 400; color: var(--ink-2); }
.scan-table td { white-space: nowrap; font-variant-numeric: tabular-nums; }
.scan-table .lost { color: #9a4b5a; }
.scan-table .won { color: var(--green); font-weight: 700; }
.scan-table .tagp { margin-left: 4px; font-style: normal; color: var(--forest); }
.price-points { margin-top: 20px; }

/* Eigen AI */
.ai-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 20px; align-items: start; }
.qa { padding: 8px; background: var(--mint); border-radius: 22px; }
.qa-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: 14px; overflow: hidden; font-size: 15px; }
.qa-table th, .qa-table td { padding: 14px 18px; text-align: left; vertical-align: top; border-top: 1px solid var(--mint); }
.qa-table thead th { border-top: 0; font-size: 12.5px; font-weight: 600; color: var(--ink-2); }
.qa-table tbody th { width: 44%; font-weight: 600; }
.qa-table td { color: var(--ink-2); }
.qa-note { padding: 12px 18px 8px; font-size: 14px; color: var(--ink-2); }
.never { padding: 28px 28px 30px; background: var(--forest); color: var(--on-dark); border-radius: 22px; }
.never h3 { margin-bottom: 16px; color: var(--white); font-size: 1.35rem; font-family: var(--display); font-weight: 800; font-stretch: 85%; }
.never ul { display: grid; gap: 14px; }
.never li { position: relative; padding-left: 34px; font-size: 15px; }
.never li::before { content: ""; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; border-radius: 50%; background: rgba(255, 255, 255, 0.14); }
.never li::after { content: ""; position: absolute; left: 6px; top: 11px; width: 10px; height: 2px; background: var(--lime); }
.never-note { margin-top: 20px; padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, 0.16); font-size: 14px; }
.ai-fine { margin-top: 20px; font-size: 14.5px; color: var(--ink-2); text-align: center; }

/* Responsive */
@media (max-width: 1080px) {
  .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .index { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tiers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .features, .minis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .collab { min-height: 0; display: block; }
  .doc { margin: 0 auto; }
  .pills { position: static; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 28px; }
  .pill { position: static; }
}

@media (max-width: 900px) {
  .nav-link { display: none; }
  .nav-pill { background: transparent; padding: 0; }
  .nav-cta { margin-left: 0; }
  .night, .price-foot, .cta-panel, .rescan, .ai-grid { grid-template-columns: minmax(0, 1fr); }
  .trust, .everywhere ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-visual { min-height: 200px; }
  .sheet { padding: 96px 0 120px; }
  .parties { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* Te weinig ruimte in de boog: getal blijft erin, de status schuift eronder */
@media (max-width: 700px) {
  .hemi-center { position: static; transform: none; width: auto; margin-top: -4.25rem; }
  .hemi-num { font-size: 3rem; }
  .mb-status { margin-top: 16px; font-size: 14px; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .logo { font-size: 24px; }
  .hero { padding-top: 116px; }
  .builder { margin-top: 40px; }
  .features, .minis, .steps, .index, .tiers, .trust, .everywhere ul { grid-template-columns: minmax(0, 1fr); }
  .head { text-align: left; }
  .head .lede { margin-left: 0; }
  .pill { white-space: normal; }
  .cta-copy { padding: 28px 18px 32px; }
  .footer-cols { grid-template-columns: 1fr 1fr; gap: 24px 32px; }
  .faq summary { padding: 18px 16px 18px 20px; }
  .faq details p { padding: 0 20px 20px; }
  .scan-stats dd { font-size: 1.7rem; }
  .scan-stats div { padding: 10px 12px; }
  .scan-table th, .scan-table td { padding: 10px 12px; }
  .qa-table, .qa-table tbody, .qa-table tr, .qa-table tbody th, .qa-table td { display: block; width: auto; }
  .qa-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .qa-table tbody th { padding: 14px 16px 2px; border-top: 1px solid var(--mint); }
  .qa-table td { padding: 0 16px 14px; border-top: 0; }
  .qa-table tr:first-child th { border-top: 0; }
  .ai-fine { text-align: left; }
}

@media (max-width: 480px) {
  .hero .wrap { padding: 0 16px; }
  .parties { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
