/* ─── /beslisscan: gegevens, voortgang, rapport ─── */
.report-page { background: var(--ivory); }
.rp { min-height: 100vh; padding: calc(var(--nav-h) + 40px) var(--gutter) 96px; }
.rp__step { display: none; animation: qa-in .7s var(--ease-out); }
.rp__step.is-active { display: block; }
.rp__intake-inner, .rp__progress-inner { max-width: 640px; margin: 8vh auto 0; }
.rp__intake .kicker, .rpt__head .kicker { color: var(--gold-deep); margin-bottom: 16px; }
.rp h1, .rpt__head h1 { font-family: var(--font-display); font-weight: 300; font-size: clamp(34px, 3.6vw, 56px); line-height: 1.08; letter-spacing: -.03em; color: var(--navy); }
.rp__lede { margin-top: 18px; font-size: clamp(16px, 1.15vw, 18px); line-height: 1.55; color: var(--grey); }
.rp__form { margin-top: 34px; }
.rp__go { align-self: flex-start; margin-top: 8px; }
.rp__missing { font-size: 14px; color: #A6463A; }
.rp__missing a { text-decoration: underline; }

/* voortgang */
.rp__progress-inner { text-align: center; padding-top: 10vh; }
.rp__pct { font-family: var(--font-display); font-weight: 300; font-size: clamp(72px, 10vw, 140px); line-height: 1; letter-spacing: -.04em; color: var(--navy); font-variant-numeric: tabular-nums; }
.rp__track { height: 3px; border-radius: 999px; background: rgba(16,26,48,.10); overflow: hidden; margin: 28px auto 22px; }
.rp__track i { display: block; height: 100%; width: 0; background: var(--gold); }
.rp__status { font-size: 17px; color: var(--navy); min-height: 1.5em; }
.rp__status.is-error { color: #A6463A; }
.rp__log { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-direction: column; gap: 8px; font-size: 13.5px; color: var(--grey); }
.rp__log li { animation: qa-in .5s var(--ease-out); }
.rp__log li::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); margin-right: 10px; vertical-align: middle; }

/* rapport */
.rp__report { max-width: 1120px; margin: 0 auto; }
.rpt__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; padding-bottom: 36px; border-bottom: 1px solid rgba(16,26,48,.1); }
.rpt__head > div { max-width: 760px; }
.rpt__ring { width: 128px; height: 128px; flex-shrink: 0; }
.rpt__hero { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; }
.rpt__big { padding: 28px; border-radius: 18px; background: #fff; border: 1px solid rgba(16,26,48,.08); display: flex; flex-direction: column; gap: 6px; }
.rpt__big b { font-family: var(--font-display); font-weight: 300; font-size: clamp(34px, 3.4vw, 52px); letter-spacing: -.03em; line-height: 1.05; color: var(--navy); }
.rpt__big small { font-size: 13px; color: var(--grey); }
.rpt__big--gold { background: var(--navy); border-color: var(--navy); }
.rpt__big--gold .rpt__label { color: var(--gold); } .rpt__big--gold b { color: var(--ivory); } .rpt__big--gold small { color: rgba(244,239,231,.65); }
.rpt__label { font-size: 11.5px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-deep); }
.rpt__note { margin-top: 16px; font-size: 14px; color: var(--grey); max-width: 70ch; }
.rpt__grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 20px; margin-top: 44px; }
.rpt__card { padding: 28px; border-radius: 18px; background: #fff; border: 1px solid rgba(16,26,48,.08); }
.rpt__card .rpt__label { display: block; margin-bottom: 14px; }
.rpt__text { font-size: 16px; line-height: 1.6; color: #2A2F3E; }
.rpt__maandag { font-family: "Newsreader", Georgia, serif; font-size: 20px; line-height: 1.5; color: var(--navy); }
.rpt__facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 20px; margin: 18px 0 0; }
.rpt__facts dt { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--grey); }
.rpt__facts dd { margin: 2px 0 0; font-size: 16px; font-weight: 500; color: var(--navy); }
.rpt__small { margin-top: 14px; font-size: 12.5px; line-height: 1.5; color: var(--grey); }
.rpt__small a { text-decoration: underline; text-underline-offset: 2px; }
.rpt__section { margin-top: 64px; }
.rpt__section h2, .rpt__cta h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(28px, 2.8vw, 40px); letter-spacing: -.025em; color: var(--navy); margin-bottom: 24px; }
.rpt__knel { display: flex; flex-direction: column; gap: 16px; }
.rpt__k { padding: 28px; border-radius: 18px; background: #fff; border: 1px solid rgba(16,26,48,.08); }
.rpt__k-head { display: flex; gap: 18px; align-items: flex-start; margin-bottom: 14px; }
.rpt__num { font-family: var(--font-display); font-weight: 300; font-size: 34px; letter-spacing: -.03em; color: var(--gold); line-height: 1; }
.rpt__k h3 { font-family: var(--font-display); font-weight: 400; font-size: 22px; letter-spacing: -.02em; color: var(--navy); margin-top: 4px; }
.rpt__bars { display: flex; flex-direction: column; gap: 12px; margin-top: 18px; }
.rpt__bar { display: grid; grid-template-columns: 90px 1fr; grid-template-rows: auto auto; column-gap: 14px; row-gap: 4px; align-items: center; font-size: 13px; color: var(--grey); }
.rpt__bar i { display: block; height: 8px; width: 0; border-radius: 999px; background: rgba(16,26,48,.28); transition: width 1.2s var(--ease-out); }
.rpt__bar--gold i { background: var(--gold); }
.rpt__bar b { grid-column: 2; font-weight: 500; color: var(--navy); font-size: 13.5px; }
.rpt__how { margin-top: 16px; font-size: 14.5px; line-height: 1.55; color: var(--navy); }
.rpt__how span { color: var(--gold-deep); font-weight: 500; }
.rpt__plan { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 36px; border-radius: 22px; background: var(--navy); color: var(--ivory); }
.rpt__plan .kicker { color: var(--gold); margin-bottom: 12px; }
.rpt__plan h2 { color: var(--ivory); margin-bottom: 14px; }
.rpt__plan .rpt__text { color: rgba(244,239,231,.82); } .rpt__plan .rpt__small { color: rgba(244,239,231,.55); }
.rpt__timeline { list-style: none; margin: 0; padding: 0 0 0 22px; border-left: 1px solid rgba(244,239,231,.25); display: flex; flex-direction: column; gap: 22px; }
.rpt__timeline li { position: relative; display: flex; flex-direction: column; gap: 4px; }
.rpt__timeline li::before { content: ""; position: absolute; left: -26px; top: 6px; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.rpt__timeline b { font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
.rpt__timeline span { font-size: 15px; line-height: 1.5; color: rgba(244,239,231,.85); }
.rpt__mt ol { padding-left: 1.4em; display: flex; flex-direction: column; gap: 12px; font-size: 17px; line-height: 1.5; color: var(--navy); }
.rpt__mt li::marker { color: var(--gold-deep); font-weight: 500; }
.rpt__cta { margin-top: 64px; padding-top: 40px; border-top: 1px solid rgba(16,26,48,.1); }
.rpt__cta > p { font-size: 17px; color: var(--grey); max-width: 50ch; }
.rpt__cta-row { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin-top: 24px; }
@media (max-width: 900px) { .rpt__hero, .rpt__grid, .rpt__plan { grid-template-columns: 1fr; } .rpt__head { flex-direction: column; } }

/* agents aan het werk */
.rp__progress-inner { max-width: 760px; }
.rp__agents { list-style: none; margin: 40px 0 0; padding: 0; text-align: left; display: flex; flex-direction: column; gap: 10px; }
.rp__agent { display: grid; grid-template-columns: 22px 1fr; gap: 14px; align-items: start; padding: 16px 20px; border-radius: 14px; background: #fff; border: 1px solid rgba(16,26,48,.08); animation: qa-in .6s var(--ease-out); transition: border-color .4s, opacity .4s; }
.rp__agent[data-status="wacht"] { opacity: .55; }
.rp__agent[data-status="klaar"] { border-color: rgba(201,169,106,.5); }
.rp__agent-dot { width: 10px; height: 10px; margin-top: 6px; border-radius: 50%; background: rgba(16,26,48,.2); }
.rp__agent[data-status="bezig"] .rp__agent-dot { background: var(--gold); box-shadow: 0 0 0 0 rgba(201,169,106,.6); animation: pill-pulse 1.6s infinite; }
.rp__agent[data-status="klaar"] .rp__agent-dot { background: var(--navy); }
.rp__agent[data-status="fout"] .rp__agent-dot { background: #A6463A; }
.rp__agent-name { font-weight: 500; font-size: 15px; color: var(--navy); display: flex; gap: 10px; align-items: baseline; flex-wrap: wrap; }
.rp__agent-name span { font-weight: 400; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-deep); }
.rp__agent-line { margin-top: 4px; font-size: 14px; color: var(--grey); font-variant-numeric: tabular-nums; }
.rp__agent-line.is-new { animation: qa-in .4s var(--ease-out); }
.rp__agent[data-status="bezig"] .rp__agent-line::after { content: ""; display: inline-block; width: 6px; height: 12px; margin-left: 6px; background: var(--gold); vertical-align: -1px; animation: rp-blink 1s steps(2) infinite; }
@keyframes rp-blink { to { opacity: 0; } }
.rp__agent-sum { margin-top: 6px; font-size: 13.5px; line-height: 1.5; color: var(--navy); }
.rp__agent-sum:empty { display: none; }

/* het denk-scherm */
.rp__think { max-width: 860px; margin: 4vh auto 0; }
.rp__shine { font-family: var(--font-display); font-weight: 400; font-size: clamp(22px, 2.2vw, 30px); letter-spacing: -.02em; text-align: center;
  background: linear-gradient(110deg, #101A30 35%, #C9A96A 50%, #101A30 65%); background-size: 200% 100%; -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: rp-shine 2.2s linear infinite; }
.rp__shine::after { content: "…"; }
@keyframes rp-shine { from { background-position: 200% 0; } to { background-position: -200% 0; } }
.rp__status.is-error { -webkit-text-fill-color: #A6463A; animation: none; }
.rp__meter { position: relative; height: 3px; margin: 22px 0 28px; border-radius: 999px; background: rgba(16,26,48,.10); }
.rp__meter i { display: block; height: 100%; width: 0; border-radius: 999px; background: var(--gold); }
.rp__meter span { position: absolute; right: 0; top: 10px; font-size: 12px; letter-spacing: .08em; color: var(--grey); font-variant-numeric: tabular-nums; }
.rp__agents--mini { margin-top: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.rp__agents--mini .rp__agent { padding: 12px 14px; gap: 10px; grid-template-columns: 16px 1fr; }
.rp__agents--mini .rp__agent-name { font-size: 13.5px; }
.rp__agents--mini .rp__agent-name span { display: block; font-size: 10.5px; margin-top: 2px; }
.rp__agents--mini .rp__agent-line { font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rp__agents--mini .rp__agent-sum { display: none; }
.rp__feed { list-style: none; margin: 18px 0 0; padding: 14px 0; max-height: 46vh; overflow-y: auto; border-radius: 14px; background: var(--navy); color: var(--ivory); font: 12.5px/1.5 ui-monospace, "Cascadia Mono", "JetBrains Mono", Menlo, monospace; scroll-behavior: smooth; }
.rp__ev { display: grid; grid-template-columns: 52px 118px 96px 1fr; gap: 12px; padding: 6px 18px; align-items: baseline; animation: qa-in .35s var(--ease-out); border-left: 2px solid transparent; }
.rp__ev-t { color: rgba(244,239,231,.4); font-variant-numeric: tabular-nums; }
.rp__ev-agent { color: var(--gold); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rp__ev-kind { color: rgba(244,239,231,.55); }
.rp__ev-text { color: rgba(244,239,231,.92); word-break: break-word; }
.rp__ev--prompt { border-left-color: var(--gold); background: rgba(201,169,106,.08); }
.rp__ev--prompt .rp__ev-text { color: var(--ivory); font-family: var(--font-sans); font-size: 13.5px; }
.rp__ev--zoek .rp__ev-text::before { content: "🔍 "; }
.rp__ev--bron .rp__ev-text { color: #9FC4E8; }
.rp__ev--reken .rp__ev-kind, .rp__ev--denk .rp__ev-kind { color: var(--gold); }
.rp__ev--klaar .rp__ev-text { color: #8FD3B0; }
.rp__ev--fout .rp__ev-text { color: #F0A090; }
.rp__ev--notitie .rp__ev-text { font-style: italic; }
@media (max-width: 760px) { .rp__agents--mini { grid-template-columns: 1fr 1fr; } .rp__ev { grid-template-columns: 44px 1fr; } .rp__ev-kind { display: none; } .rp__ev-text { grid-column: 1 / -1; } }

/* tijdens het denken: geen navigatie, alleen het logo bovenin het midden */
body.is-thinking .nav { display: none; }
body.is-thinking .rp { padding-top: 0; }
.rp__think { display: flex; flex-direction: column; min-height: 100vh; padding: 28px 0 40px; margin-top: 0; }
.rp__brand { align-self: center; margin-bottom: auto; }
.rp__brand .logo__word { font-size: 22px; }
.rp__shine { margin-top: 6vh; font-size: clamp(30px, 3.6vw, 52px); font-weight: 300; }
.rp__meter { max-width: 520px; margin: 26px auto 34px; width: 100%; }
.rp__feed { margin-top: 16px; max-height: 40vh; }

/* printstand (pdf): rustig, zonder navigatie en knoppen */
body.is-print .nav, body.is-print .rpt__cta-row, body.is-print .rp__intake, body.is-print .rp__progress { display: none !important; }
body.is-print .rp { padding-top: 24px; }
body.is-print .rp__report { max-width: none; }
@media print {
  .nav, .rpt__cta-row, .rp__intake, .rp__progress, .scan-pill { display: none !important; }
  body { background: #fff; }
  .rp { padding: 0; }
  .rpt__head { padding-bottom: 20px; }
  .rpt__hero, .rpt__grid { margin-top: 20px; gap: 12px; }
  .rpt__big, .rpt__card, .rpt__k { break-inside: avoid; box-shadow: none; border: 1px solid #E4DCCF; }
  .rpt__section { margin-top: 28px; }
  .rpt__section h2 { break-after: avoid; }
  .rpt__plan { break-inside: avoid; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .rpt__big--gold { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .rpt__bar i { transition: none; }
  a { text-decoration: none; }
}

/* pdf: vaste kolommen ongeacht de paginabreedte, plus logo bovenaan */

body.is-print .rpt__head { flex-direction: row !important; align-items: flex-start; }
body.is-print .rpt__head h1 { font-size: 30px; }
body.is-print .rpt__ring { width: 104px; height: 104px; }
body.is-print .rpt__hero { grid-template-columns: repeat(3, 1fr) !important; gap: 12px; margin-top: 22px; }
body.is-print .rpt__big { padding: 18px; } body.is-print .rpt__big b { font-size: 30px; }
body.is-print .rpt__grid { grid-template-columns: 1.1fr 1fr !important; gap: 12px; margin-top: 24px; }
body.is-print .rpt__card, body.is-print .rpt__k { padding: 18px; }
body.is-print .rpt__plan { grid-template-columns: 1fr 1fr !important; padding: 24px; gap: 24px; }
body.is-print .rpt__section { margin-top: 30px; }
body.is-print .rpt__section h2, body.is-print .rpt__cta h2 { font-size: 24px; margin-bottom: 14px; }
body.is-print .rpt__maandag { font-size: 16px; }
body.is-print .rpt__k-head h3 { font-size: 18px; }
body.is-print .rpt__text { font-size: 14px; }
body.is-print .rpt__cta { margin-top: 30px; padding-top: 20px; }
body.is-print .rpt__sessions { display: none; }

/* voorwoord en logo: alleen in de pdf */
.rpt__print-top, .rpt__voorwoord { display: none; }
body.is-print .rpt__print-top { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 16px; border-bottom: 1px solid rgba(16,26,48,.12); margin-bottom: 36px; }
body.is-print .rpt__print-top .logo__word { font-size: 22px; }
.rpt__print-meta { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--grey); }
body.is-print .rpt__voorwoord { display: block; margin: 0 0 40px; padding: 28px 30px; border-radius: 18px; background: #fff; border: 1px solid rgba(16,26,48,.08); break-inside: avoid; }
body.is-print .rpt__voorwoord .rpt__label { display: block; margin-bottom: 12px; }
body.is-print .rpt__voorwoord p { font-size: 14.5px; line-height: 1.6; color: #2A2F3E; }
body.is-print .rpt__voorwoord p + p { margin-top: 10px; }
body.is-print .rpt__sign { margin-top: 16px !important; font-family: "Newsreader", Georgia, serif; font-size: 16px; color: var(--navy); }
body.is-print .rpt__sign span { font-family: var(--font-sans); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-deep); }

.rp__select { font: 16px var(--font-sans); color: var(--navy); padding: 13px 14px; border: 1px solid rgba(16,26,48,.16); border-radius: 10px; background: #fff; outline: 0; appearance: none; }
.rp__select:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(201,169,106,.25); }

/* het denk-scherm, rustig: één lijst met korte zinnen */
.rp__think { max-width: 620px; }
.rp__steps { list-style: none; margin: 8px 0 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.rp__stepline { position: relative; padding-left: 26px; font-size: 16.5px; line-height: 1.45; color: var(--grey); animation: qa-in .5s var(--ease-out); transition: color .4s; }
.rp__stepline::before { content: ""; position: absolute; left: 4px; top: 9px; width: 7px; height: 7px; border-radius: 50%; background: rgba(16,26,48,.22); }
.rp__stepline.is-now { color: var(--navy); }
.rp__stepline.is-now::before { background: var(--gold); box-shadow: 0 0 0 0 rgba(201,169,106,.6); animation: pill-pulse 1.6s infinite; }
.rp__stepline.is-now::after { content: ""; display: inline-block; width: 2px; height: 14px; margin-left: 6px; vertical-align: -2px; background: var(--gold); animation: rp-blink 1s steps(2) infinite; }
.rp__agents, .rp__feed, .rp__log { display: none !important; }

.rp__think { min-height: 0; padding-top: 28px; }
.rp__brand { margin-bottom: 10vh; }

/* ─── de agent boven de scan ─────────────────── */
.agent { position: relative; max-width: 1240px; margin: 0 auto; height: clamp(420px, 56vh, 580px); background: var(--navy); border-radius: 26px; overflow: hidden; }
.agent::after { content: ""; position: absolute; inset: 0; background: radial-gradient(52% 62% at 50% 46%, rgba(201,169,106,.14), transparent 72%); pointer-events: none; }
.agent__stage { position: absolute; inset: 0; opacity: 0; transition: opacity 1.2s var(--ease-out); }
.agent.is-ready .agent__stage { opacity: 1; }
.agent__stage canvas { display: block; width: 100%; height: 100%; }
.agent__note { position: absolute; left: clamp(28px, 6vw, 92px); top: 28%; z-index: 3; margin: 0; color: #fff; pointer-events: none; opacity: 0; transform: translateY(8px); transition: opacity 1s var(--ease-out) .5s, transform 1s var(--ease-out) .5s; }
.agent.is-ready .agent__note { opacity: 1; transform: none; }
.agent__note figcaption { font-family: "Newsreader", Georgia, serif; font-style: italic; font-weight: 300; font-size: clamp(26px, 2.6vw, 40px); line-height: 1; letter-spacing: -.01em; }
.agent__arrow { display: block; width: clamp(180px, 23vw, 330px); height: auto; margin-top: 10px; color: rgba(255,255,255,.85); }
.agent__arrow path:first-child { stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 1.4s var(--ease-out) .7s; }
.agent.is-ready .agent__arrow path:first-child { stroke-dashoffset: 0; }
.agent__arrow path:last-child { opacity: 0; transition: opacity .4s ease 1.9s; }
.agent.is-ready .agent__arrow path:last-child { opacity: 1; }
.agent__line { position: absolute; left: clamp(28px, 6vw, 92px); bottom: clamp(26px, 4vh, 44px); z-index: 3; max-width: 30ch; font-size: 15px; line-height: 1.55; color: rgba(255,255,255,.72); pointer-events: none; opacity: 0; transition: opacity 1s var(--ease-out) 1.4s; }
.agent__line em { font-style: normal; color: var(--gold); }
.agent.is-ready .agent__line { opacity: 1; }
.rp__scanstep .rp__two { margin-top: clamp(40px, 7vh, 80px); }
@media (max-width: 900px) { .agent { display: none; } }

/* ─── /beslisscan: overtuigen, dan invullen ─────── */
.rp__two { max-width: 1240px; margin: 4vh auto 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr); gap: clamp(48px, 6vw, 96px); align-items: center; }
.rp__pitch h1 { margin-top: 4px; }
.rp h1 em, .rp h2 em { font-style: normal; color: var(--gold-deep); }
.rp__pitch .rp__lede { max-width: 30ch; }
.rp__count { display: flex; align-items: baseline; gap: 14px; margin-top: clamp(40px, 7vh, 76px); }
.rp__count b { font-family: "Newsreader", Georgia, serif; font-weight: 300; font-size: clamp(64px, 7vw, 104px); line-height: .9; letter-spacing: -.03em; color: var(--navy); font-variant-numeric: tabular-nums; }
.rp__count span { font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--grey); }
.rp__prog { height: 2px; margin-top: 26px; background: rgba(16,26,48,.12); border-radius: 999px; overflow: hidden; max-width: 420px; }
.rp__prog i { display: block; height: 100%; width: 10%; background: var(--gold); transition: width .7s var(--ease-out); }
.rp__pitch-note { margin-top: 22px; font-size: 14px; line-height: 1.55; color: var(--grey); max-width: 34ch; }
.rp__scanstep .scan__card { min-height: 440px; }

/* de uitslag die ze al verdiend hebben, naast het formulier */
.rvl__ringrow { display: flex; align-items: center; gap: 24px; }
.rvl__ring { position: relative; width: 116px; height: 116px; flex: none; }
.rvl__ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.rvl__ring circle { fill: none; stroke-width: 6; }
.rvl__ring .bg { stroke: rgba(16,26,48,.12); }
.rvl__ring .fg { stroke: var(--gold); stroke-linecap: round; transition: stroke-dashoffset 1.6s var(--ease-out); }
.rvl__ring b { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 300; font-size: 34px; letter-spacing: -.03em; color: var(--navy); }
.rvl__ring b small { font-size: 9.5px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--grey); margin-top: 2px; }
.rvl__verdict { font-family: var(--font-display); font-weight: 300; font-size: clamp(21px, 1.9vw, 27px); line-height: 1.25; letter-spacing: -.02em; color: var(--navy); }
.rvl__label { margin: 34px 0 14px; font-size: 11.5px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-deep); }
.rvl__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.rvl__list li { display: grid; grid-template-columns: 1fr; gap: 6px; }
.rvl__list b { font-size: 15px; font-weight: 500; color: var(--navy); }
.rvl__bar { height: 6px; border-radius: 999px; background: rgba(16,26,48,.10); overflow: hidden; }
.rvl__bar i { display: block; height: 100%; width: 0; background: var(--gold); transition: width 1.1s var(--ease-out); }
.rvl__locked { margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(16,26,48,.12); }
.rvl__tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
.rvl__tile { padding: 16px 14px; border-radius: 14px; background: rgba(16,26,48,.035); border: 1px solid rgba(16,26,48,.08); }
.rvl__tile span { display: block; font-size: 10px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--grey); }
.rvl__tile b { display: block; margin-top: 8px; font-family: "Newsreader", Georgia, serif; font-weight: 300; font-size: 26px; line-height: 1; color: var(--navy); filter: blur(6px); user-select: none; }
.rvl__soon { margin-top: 14px; font-size: 13.5px; line-height: 1.55; color: var(--grey); }
.rvl__soon b { color: var(--navy); font-weight: 500; }

/* het formulier als kaart */
.rp__formcard { background: #fff; border: 1px solid rgba(16,26,48,.08); border-radius: 22px; padding: clamp(28px, 3vw, 44px); box-shadow: 0 40px 80px -50px rgba(16,26,48,.35); }
.rp__formcard .kicker { color: var(--gold-deep); }
.rp__formtitle { margin-top: 12px; margin-bottom: 4px; font-family: var(--font-display); font-weight: 400; font-size: clamp(23px, 2vw, 30px); line-height: 1.2; letter-spacing: -.022em; color: var(--navy); }
.rp__formsub { margin-top: 12px; font-size: 14.5px; line-height: 1.55; color: var(--grey); }
.rp__formcard .rp__form { margin-top: 26px; }
.rp__more { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; font-size: 14px; color: var(--navy); border-bottom: 1px solid rgba(16,26,48,.25); padding-bottom: 3px; transition: border-color .25s, color .25s; }
.rp__more svg { width: 13px; height: 13px; color: var(--gold-deep); transition: transform .3s var(--ease-out); }
.rp__more:hover { border-color: var(--gold-deep); }
.rp__more.is-open svg { transform: rotate(180deg); }
.rp__extra[hidden] { display: none; }
.rp__trust { font-size: 12.5px; line-height: 1.5; color: var(--grey); max-width: 44ch; }
@media (max-width: 1000px) { .rp__two { grid-template-columns: 1fr; gap: 40px; margin-top: 2vh; } .rvl__tiles { grid-template-columns: 1fr 1fr 1fr; } }
