/* ===========================================================================
   DonnieDoet — landingspagina
   Merkstijl uit de brandbook + hero-handoff. Kleuren, type, spacing en timing
   zijn definitief (high-fidelity). Bone draagt, paars stuurt, geel beloont.
   =========================================================================== */

:root {
  --inkt:        #241C3D;   /* achtergrond hero, donkere tekst, contour     */
  --paars:       #4B2EA0;   /* hoofdkleur: nav-CTA, doorhaling, accenten     */
  --diep-paars:  #35216E;   /* ondersteunend (hover)                        */
  --lichtpaars:  #8B75D4;   /* tweede headline-regel                        */
  --bone:        #F6F3EA;   /* basis: kaarten, lichte secties, tekst-op-donker */
  --geel:        #F2C230;   /* accent — schaars: hét moment & 'gedaan'      */

  --max:   1240px;
  --pad-x: 40px;
}

* { box-sizing: border-box; }

html { scroll-behavior: auto; }

body {
  margin: 0;
  background: var(--inkt);
  color: var(--inkt);
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

a { color: var(--paars); text-decoration: none; }
a:hover { color: var(--diep-paars); }
::selection { background: var(--geel); color: var(--inkt); }

.mono { font-family: ui-monospace, Menlo, "SF Mono", monospace; }

/* ---------------------------------------------------------------- hero scrub */
.hero-scrub {
  position: relative;
  height: 520vh;              /* scroll-lengte waarover de animatie loopt */
  background: var(--inkt);
}
.hero-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* -------------------------------------------------------------------- nav */
.hero-nav { position: relative; z-index: 30; }
.hero-nav .inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 20px var(--pad-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: flex; align-items: center; gap: 11px; }
.wordmark { font-weight: 700; font-size: 19px; letter-spacing: -.3px; color: var(--bone); }

/* merkteken (echte SVG-asset) */
.logo-img { display: block; height: 26px; width: auto; flex: none; }

.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-weight: 600; font-size: 13.5px; color: rgba(246,243,234,.75); }
.nav-links a:hover { color: var(--bone); }
.nav-cta {
  font-weight: 700; font-size: 13.5px;
  color: var(--bone) !important; background: var(--paars);
  padding: 10px 20px; border-radius: 10px;
}
.nav-cta:hover { background: var(--diep-paars); }

/* ---------------------------------------------------------------- content */
.hero-content {
  position: relative; z-index: 20; flex: 1;
  display: flex; align-items: center; justify-content: center;
  gap: 80px; padding: 0 var(--pad-x); flex-wrap: wrap;
}
.hero-text { flex: 0 1 480px; min-width: 340px; }

.headline {
  margin: 0;
  font-weight: 900;
  font-size: min(clamp(44px, 5.6vw, 72px), 9.5vh);
  line-height: 1.04;
  letter-spacing: -.033em;
}
.headline .l1 { display: block; color: var(--bone); }
.headline .l2 { display: block; color: var(--lichtpaars); }

/* het woord "doet" met gele marker die openveegt bij scroll */
.doet { position: relative; display: inline-block; padding: 0 .08em; }
.doet .word { position: relative; z-index: 2; transition: color .05s linear; }
.doet .mark {
  position: absolute; left: 0; top: 6%; width: 100%; height: 88%;
  background: var(--geel); border-radius: 4px; z-index: 1;
  transform: skewX(-7deg) scaleX(0); transform-origin: left center;
}

.hero-sub {
  margin: min(26px, 2.5vh) 0 0;
  font-size: min(17px, 2.6vh); line-height: 1.6;
  color: rgba(246,243,234,.55); max-width: 400px; text-wrap: pretty;
}

.counter {
  margin-top: min(30px, 2.8vh);
  font-weight: 700; font-size: 12px; letter-spacing: 1px;
  color: rgba(246,243,234,.5);
}

.end-cta { margin-top: min(34px, 3vh); opacity: 0; transform: translateY(14px); }
.btn-groot {
  display: inline-block; font-weight: 800; font-size: 16px;
  color: var(--inkt) !important; background: var(--geel);
  padding: 16px 32px; border-radius: 12px;
}
.btn-groot:hover { filter: brightness(.97); }
.end-cta .fijndruk {
  margin-top: 12px; font-weight: 500; font-size: 11px;
  color: rgba(246,243,234,.4);
}

/* ---------------------------------------------------------------- stapel */
.stack { flex: 0 0 auto; position: relative; width: min(400px, 80vw); height: 340px; }

.card, .final-card {
  position: absolute; inset: 0;
  background: var(--bone); border-radius: 18px;
  box-sizing: border-box;
}
.card {
  padding: 26px 28px;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
  will-change: transform, opacity;
}
.card .kicker {
  font-weight: 600; font-size: 10px; letter-spacing: 1.5px;
  color: rgba(36,28,61,.45); margin-bottom: 12px;
}
.card .taak {
  position: relative; display: inline-block;
  font-weight: 800; font-size: 27px; letter-spacing: -.4px; color: var(--inkt);
}
.card .strike {
  position: absolute; left: -2%; top: 50%; width: 0%; height: 6px;
  background: var(--paars); transform: rotate(-4deg); border-radius: 3px;
}
.card .regels { margin-top: 18px; display: flex; flex-direction: column; gap: 8px; }
.card .regels i { display: block; height: 6px; background: rgba(36,28,61,.1); border-radius: 3px; }

/* rustpositie (p=0) — meteen goed vóór de JS draait; JS neemt het per frame over */
.card[data-i="0"] { transform: translateY(0px)  scale(1)     rotate(-2.5deg); z-index: 20; }
.card[data-i="1"] { transform: translateY(12px) scale(.965)  rotate(2deg);    z-index: 18; }
.card[data-i="2"] { transform: translateY(24px) scale(.93)   rotate(-1.5deg); z-index: 16; }
.card[data-i="3"] { transform: translateY(36px) scale(.895)  rotate(2.5deg);  z-index: 14; }
.card[data-i="4"] { transform: translateY(48px) scale(.86)   rotate(-2deg);   z-index: 12; }

/* eindkaart "Klaar." — ligt onderop */
.final-card {
  z-index: 5;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px;
  box-shadow: 0 24px 70px rgba(0,0,0,.4);
  opacity: 0; transform: scale(.9);
}
.final-check {
  width: 64px; height: 64px; border-radius: 50%; background: var(--geel);
  display: flex; align-items: center; justify-content: center; transform: scale(0);
}
.final-klaar { font-weight: 900; font-size: 44px; letter-spacing: -.035em; color: var(--inkt); }
.final-klaar .punt { color: var(--paars); }
.final-meta { font-weight: 600; font-size: 11px; color: rgba(36,28,61,.5); }

/* ---------------------------------------------------------------- hint */
.scroll-hint {
  position: relative; z-index: 20; padding: 0 0 30px;
  display: flex; flex-direction: column; align-items: center; gap: 9px;
}
.scroll-hint .label {
  font-weight: 600; font-size: 11px; letter-spacing: 1.5px; color: rgba(246,243,234,.45);
}
.scroll-hint .arrow {
  color: rgba(246,243,234,.45); display: inline-block;
  animation: dd-bounce 1.6s ease-in-out infinite;
}
@keyframes dd-bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(7px); } }

/* ================================================================ SECTIES */
.band-intro, .features, .spotlight, .pricing { background: var(--bone); color: var(--inkt); }
.band-intro, .features, .spotlight, .pricing, .slot { padding: 104px 0; }

.inner { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad-x); }
.hero-nav .inner { padding: 20px var(--pad-x); }   /* nav houdt eigen padding */

.over-kicker {
  font-weight: 600; font-size: 11px; letter-spacing: 1.5px; color: var(--paars);
  text-transform: uppercase; margin-bottom: 16px;
}
.band-kop { margin: 0; font-weight: 900; font-size: clamp(32px, 4.4vw, 46px); line-height: 1.06; letter-spacing: -.03em; }
.band-lead { margin: 20px 0 0; font-size: 17px; line-height: 1.6; color: rgba(36,28,61,.62); max-width: 540px; }
.band-lead.center { margin-inline: auto; text-align: center; }
.center-kop { text-align: center; }

/* de doorhaling — hét merkgebaar, statisch door een woord */
.doorhaal { position: relative; white-space: nowrap; }
.doorhaal::after {
  content: ""; position: absolute; left: -2%; top: 56%; width: 104%; height: 6px;
  background: var(--paars); border-radius: 3px; transform: rotate(-4deg);
}

/* vinklijst — paarse checks (geel blijft gereserveerd) */
.ticks { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.ticks li { position: relative; padding-left: 28px; font-size: 15px; line-height: 1.5; color: rgba(36,28,61,.82); }
.ticks li::before {
  content: ""; position: absolute; left: 2px; top: 6px; width: 11px; height: 6px;
  border-left: 2.5px solid var(--paars); border-bottom: 2.5px solid var(--paars);
  transform: rotate(-45deg);
}

/* knoppen (aanvullend op .btn-groot) */
.btn-outline {
  display: inline-block; font-weight: 700; font-size: 15px; text-align: center;
  color: var(--paars); background: transparent; border: 2px solid rgba(75,46,160,.32);
  padding: 12px 24px; border-radius: 12px;
}
.btn-outline:hover { border-color: var(--paars); background: rgba(75,46,160,.06); color: var(--paars); }

/* ---- stats onder de intro ---- */
.stats { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.stat { border-top: 3px solid var(--paars); padding-top: 16px; }
.stat-cijfer { font-weight: 700; font-size: 30px; letter-spacing: -.5px; color: var(--inkt); }
.stat-tekst { margin-top: 6px; font-size: 14px; line-height: 1.5; color: rgba(36,28,61,.6); }

/* ---- features ---- */
.features { padding-top: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.feat {
  background: #fff; border: 1px solid rgba(36,28,61,.09); border-radius: 18px; padding: 28px 30px;
}
.feat-kicker { font-weight: 600; font-size: 10px; letter-spacing: 1.5px; color: rgba(36,28,61,.45); text-transform: uppercase; }
.feat h3 { margin: 12px 0 8px; font-weight: 800; font-size: 21px; letter-spacing: -.3px; }
.feat p { margin: 0; font-size: 15px; line-height: 1.6; color: rgba(36,28,61,.68); }

/* ---- spotlight: de twee sterren ---- */
.spot { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-top: 56px; }
.spot + .spot { margin-top: 88px; }
.spot-nr { font-weight: 600; font-size: 11px; letter-spacing: 1.5px; color: var(--paars); margin-bottom: 14px; }
.spot h3 { margin: 0 0 14px; font-weight: 900; font-size: clamp(26px, 3vw, 34px); letter-spacing: -.02em; }
.spot p { margin: 0; font-size: 16px; line-height: 1.62; color: rgba(36,28,61,.7); }
.spot.omgekeerd .spot-tekst { order: 2; }

/* mockups in de spotlight */
.mock { background: #fff; border: 1px solid rgba(36,28,61,.1); border-radius: 18px; padding: 22px 24px; box-shadow: 0 18px 50px rgba(36,28,61,.12); }
.mock-top { font-size: 10px; letter-spacing: 1.5px; color: rgba(36,28,61,.4); text-transform: uppercase; margin-bottom: 14px; }
.mock-rij { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; border-bottom: 1px solid rgba(36,28,61,.07); font-size: 14px; }
.mock-rij span { color: rgba(36,28,61,.55); }
.mock-rij strong { font-variant-numeric: tabular-nums; }
.mock-rij.ai strong { background: rgba(242,194,48,.35); border-radius: 5px; padding: 2px 7px; }
.mock-rij.ai em { font-style: normal; font-size: 11px; color: rgba(36,28,61,.5); }
.mock-cta { margin-top: 16px; text-align: center; font-weight: 700; font-size: 14px; color: var(--bone); background: var(--paars); border-radius: 10px; padding: 11px; }

.signaal-mock { border: 1px solid rgba(36,28,61,.1); border-left-width: 4px; border-radius: 10px; padding: 14px 16px; }
.signaal-mock + .signaal-mock { margin-top: 14px; }
.signaal-mock.let-op { border-left-color: #E0A21A; background: #fff; }
.signaal-mock.info { border-left-color: var(--paars); background: #fff; }
.sig-kop { font-size: 10px; letter-spacing: 1.2px; text-transform: uppercase; color: rgba(36,28,61,.5); margin-bottom: 6px; }
.sig-tekst { font-size: 14px; line-height: 1.5; color: rgba(36,28,61,.8); }

/* ---- prijzen ---- */
.pricing { background: linear-gradient(180deg, var(--bone), #efe9dd); }
.prijs-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.prijs {
  background: #fff; border: 1px solid rgba(36,28,61,.1); border-radius: 20px; padding: 30px 28px;
  display: flex; flex-direction: column; gap: 12px;
}
.prijs.uitgelicht { border: 2px solid var(--paars); box-shadow: 0 22px 60px rgba(75,46,160,.16); }
.prijs-badge { align-self: flex-start; background: var(--paars); color: var(--bone); font-size: 10px; letter-spacing: 1px; text-transform: uppercase; padding: 5px 11px; border-radius: 999px; margin-bottom: 2px; }
.prijs-naam { font-weight: 800; font-size: 15px; letter-spacing: .2px; }
.prijs-bedrag { font-weight: 900; font-size: 46px; letter-spacing: -.03em; line-height: 1; }
.prijs-bedrag .euro { font-size: 24px; vertical-align: super; margin-right: 1px; }
.prijs-bedrag .per { font-size: 15px; font-weight: 600; color: rgba(36,28,61,.5); letter-spacing: 0; }
.prijs-sub { font-size: 14px; color: rgba(36,28,61,.6); margin-top: -4px; }
.prijs .ticks { margin-top: 8px; }
.prijs .ticks li { font-size: 14px; }
.prijs a { margin-top: auto; width: 100%; box-sizing: border-box; }
.prijs-voet { margin: 26px 0 0; text-align: center; font-size: 11px; letter-spacing: .5px; color: rgba(36,28,61,.45); }

/* ---- slot-CTA (donker, sluit de hero) ---- */
.slot { background: var(--inkt); color: var(--bone); text-align: center; }
.slot .inner { max-width: 760px; }
.slot-logo { display: flex; justify-content: center; margin-bottom: 26px; }
.slot-logo .logo-img { height: 42px; }
.slot-kop { margin: 0; font-weight: 900; font-size: clamp(38px, 5.5vw, 64px); line-height: 1.03; letter-spacing: -.033em; }
.slot-kop .accent { color: var(--lichtpaars); }
.slot-sub { margin: 20px auto 0; max-width: 480px; font-size: 17px; line-height: 1.6; color: rgba(246,243,234,.6); }
.slot .btn-groot { margin-top: 34px; }
.slot-fijn { margin-top: 14px; font-size: 11px; color: rgba(246,243,234,.4); }

/* ---- footer ---- */
.site-voet { background: var(--inkt); color: rgba(246,243,234,.6); border-top: 1px solid rgba(246,243,234,.08); }
.site-voet .inner { padding-top: 34px; padding-bottom: 40px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.voet-merk { display: flex; align-items: center; gap: 10px; }
.voet-merk .logo-img { height: 22px; }
.voet-links { display: flex; gap: 22px; margin-left: auto; }
.voet-links a { font-weight: 600; font-size: 13.5px; color: rgba(246,243,234,.7); }
.voet-links a:hover { color: var(--bone); }
.voet-fijn { flex-basis: 100%; font-size: 12px; line-height: 1.5; color: rgba(246,243,234,.38); }

/* ---- responsive secties ---- */
@media (max-width: 860px) {
  .band-intro, .features, .spotlight, .pricing, .slot { padding: 72px 0; }
  .stats, .feature-grid, .prijs-grid { grid-template-columns: 1fr; }
  .spot, .spot.omgekeerd .spot-tekst { grid-template-columns: 1fr; order: 0; }
  .spot { gap: 32px; }
  .prijs.uitgelicht { order: -1; }
}

/* ---------------------------------------------------------------- mobiel */
@media (max-width: 720px) {
  :root { --pad-x: 22px; }
  .hero-content { gap: 40px; }
}
@media (max-width: 480px) {
  .hero-scrub { height: 380vh; }          /* korter scrollen op touch */
  .stack { height: 300px; }
  .card .taak { font-size: 22px; }
}

/* ---------------------------------------------------------------- reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hero-scrub { height: 100vh; }
  .scroll-hint, .stack .card { display: none; }
  .end-cta { opacity: 1; transform: none; }
  .final-card { opacity: 1; transform: none; }
  .final-check { transform: none; }
  .doet .mark { transform: skewX(-7deg) scaleX(1); }
  .doet .word { color: var(--inkt); }
}

/* ================================================================ HOMEPAGE
   Nieuwe onderdelen: het product in beeld en de vragenlijst.
   De ui-* mockups en .eerlijk/.controles komen uit pagina.css.
   ======================================================================== */

/* ---- het product in beeld ---- */
.toon-blok {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px;
  align-items: center; margin-top: 48px;
}
.toon-visual {
  background: #fff; border: 1px solid rgba(36,28,61,.1); border-radius: 18px;
  padding: 28px 26px; box-shadow: 0 18px 50px rgba(36,28,61,.1);
}
.toon-tekst h3 { margin: 0 0 12px; font-weight: 800; font-size: clamp(22px, 2.8vw, 30px); letter-spacing: -.02em; text-wrap: balance; }
.toon-tekst p { margin: 0 0 14px; font-size: 16.5px; line-height: 1.65; color: rgba(36,28,61,.7); max-width: 42ch; }
.toon-tekst p:last-child { margin-bottom: 0; }

.tekst-link { color: var(--paars); font-weight: 700; text-decoration: none; }
.tekst-link:hover { text-decoration: underline; }

/* ---- vragen (bezwaren wegnemen) ---- */
.vragen-lijst { margin-top: 40px; border-top: 1px solid rgba(36,28,61,.12); }
.vraag { border-bottom: 1px solid rgba(36,28,61,.12); }
.vraag summary {
  cursor: pointer; list-style: none; padding: 20px 44px 20px 0; position: relative;
  font-size: 18px; font-weight: 700; letter-spacing: -.015em; color: var(--inkt);
}
.vraag summary::-webkit-details-marker { display: none; }
.vraag summary::after {
  content: ""; position: absolute; right: 8px; top: 50%; width: 11px; height: 11px;
  border-right: 2.5px solid var(--paars); border-bottom: 2.5px solid var(--paars);
  transform: translateY(-70%) rotate(45deg); transition: transform .18s ease;
}
.vraag[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.vraag summary:hover { color: var(--paars); }
.vraag summary:focus-visible { outline: 2px solid var(--paars); outline-offset: 3px; border-radius: 4px; }
.vraag .antwoord { padding: 0 44px 22px 0; max-width: 62ch; }
.vraag .antwoord p { margin: 0 0 12px; font-size: 16px; line-height: 1.65; color: rgba(36,28,61,.72); }
.vraag .antwoord p:last-child { margin-bottom: 0; }

@media (prefers-reduced-motion: reduce) {
  .vraag summary::after { transition: none; }
}

@media (max-width: 860px) {
  .toon-blok { grid-template-columns: 1fr; gap: 32px; }
}
