:root {
  --bg: #FAFAF7;
  --surface: #FFFFFF;
  --primary: #0E2A47;
  --primary-2: #16365A;
  --accent: #15803D;
  --accent-soft: #E7F3EC;
  --line: #E6E6E1;
  --line-2: #EFEFEA;
  --text: #0E2A47;
  --muted: #5B6470;
  --muted-2: #8A8F98;
  --radius: 14px;
  --radius-lg: 20px;
  --shadow-sm: 0 1px 2px rgba(14, 42, 71, .04), 0 1px 1px rgba(14, 42, 71, .03);
  --shadow-md: 0 6px 18px rgba(14, 42, 71, .06), 0 2px 4px rgba(14, 42, 71, .04);
  --shadow-lg: 0 24px 48px rgba(14, 42, 71, .10), 0 4px 8px rgba(14, 42, 71, .05);
  --maxw: 1120px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
  font-size: 16px;
  overflow-x: hidden;
}
body, main, section, footer { min-width: 0; }
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.section { padding: 72px 0; }

h1, h2, h3, h4 {
  font-family: inherit;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--primary);
  text-wrap: pretty;
}
h1 { font-size: clamp(2rem, 4.6vw, 3.4rem); line-height: 1.05; font-weight: 700; }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.25rem); line-height: 1.1; font-weight: 700; }
h3 { font-size: 1.125rem; font-weight: 600; line-height: 1.3; }
p { margin: 0; color: var(--muted); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  color: var(--accent); background: var(--accent-soft);
  padding: 6px 12px; border-radius: 999px;
}
.lead { font-size: 1.125rem; color: var(--muted); max-width: 60ch; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 22px; border-radius: 12px; font-weight: 600; font-size: 1rem;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
  text-align: center;
}
.btn-primary { background: var(--accent); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: #13703a; box-shadow: var(--shadow-md); transform: translateY(-1px); }
.btn-primary:focus-visible { outline: 3px solid #7BD49A; outline-offset: 2px; }
.btn-lg { padding: 16px 26px; font-size: 1.0625rem; }
.btn .wa { width: 18px; height: 18px; }

/* Logo */
.logo-img { height: 36px; width: auto; display: block; }
.footer-logo { height: 28px; width: auto; opacity: .7; display: block; }
.logo-mark-img {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  object-fit: cover;
  display: block;
}
.footer-logo-mark {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  object-fit: cover;
  opacity: .75;
  display: block;
}
@media (max-width: 600px) {
  .logo-img { height: 32px; }
  .logo span { font-size: .94rem; }
}

/* Avatars */
.avatar-photo {
  width: 44px; height: 44px; border-radius: 50%;
  object-fit: cover; border: 2px solid var(--bg);
  flex-shrink: 0; background: #EEE;
}
.ex-avatar-photo {
  width: 56px; height: 56px; border-radius: 50%;
  object-fit: cover; border: 2px solid var(--bg);
  flex-shrink: 0; background: #EEE;
}

/* Postcode input */
.pc-input {
  height: 50px; padding: 0 14px; border: 1px solid var(--line);
  border-radius: 12px; background: #fff; font-family: inherit; font-size: .95rem;
  color: var(--primary); outline: none; width: 200px;
  transition: border-color .2s, box-shadow .2s;
}
.pc-input::placeholder { color: var(--muted-2); }
.pc-input:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(14, 42, 71, .06); }

/* Wijken strip */
.wijken-strip {
  text-align: center; color: var(--muted-2); font-size: .85rem;
  padding: 8px 20px 0; letter-spacing: .01em;
  max-width: var(--maxw); margin: 0 auto;
}

/* Schaarste */
.schaarste {
  text-align: center; margin-top: 18px; font-size: .85rem; color: var(--muted);
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.schaarste .dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 0 4px var(--accent-soft); animation: pulse 2s infinite ease-in-out;
}
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .5; } }

/* Gids CTA */
.gids-cta {
  margin-top: 36px; padding: 22px 24px;
  background: #F4F6F8; border: 1px dashed var(--line); border-radius: var(--radius);
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; flex-wrap: wrap;
  font-size: .95rem; color: var(--muted);
}
.gids-cta strong { color: var(--primary); font-weight: 600; display: block; margin-bottom: 2px; }
.gids-cta a {
  color: var(--accent); font-weight: 600; text-decoration: underline;
  text-decoration-thickness: 1px; text-underline-offset: 3px; white-space: nowrap;
}

/* Sticky mobile CTA */
.sticky-cta {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(250, 250, 247, .96);
  backdrop-filter: saturate(140%) blur(10px);
  border-top: 1px solid var(--line);
}
.sticky-cta .btn { width: 100%; }
@media (max-width: 600px) {
  .sticky-cta { display: block; }
  body { padding-bottom: 84px; }
}

/* Nav */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 250, 247, .85);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s;
}
.nav.scrolled { border-bottom-color: var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.logo {
  display: flex; align-items: center; gap: 10px;
  font-weight: 700; color: var(--primary); font-size: 1rem; letter-spacing: -.01em;
}

/* Hero */
.hero { padding: 64px 0 88px; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero h1 .underline {
  background: linear-gradient(transparent 65%, rgba(21, 128, 61, .18) 65%);
  padding: 0 4px;
}
.hero p.lead { margin-top: 18px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 28px; }
.trust-line {
  display: flex; align-items: center; gap: 10px; margin-top: 18px;
  color: var(--muted); font-size: .95rem;
  max-width: 62ch;
}
.trust-line svg { flex-shrink: 0; color: var(--accent); }
.price-note { margin-top: 10px; font-size: .92rem; color: var(--muted); }
.price-note strong { color: var(--primary); font-weight: 700; }

/* Profile cards */
.cards-stage { position: relative; height: 480px; }
.pcard {
  position: absolute;
  background: #fff; border: 1px solid var(--line);
  border-radius: 18px; padding: 20px;
  box-shadow: var(--shadow-md);
  width: 100%; max-width: 320px;
  transition: transform .4s cubic-bezier(.2, .7, .2, 1), box-shadow .3s;
}
.pcard:hover { box-shadow: var(--shadow-lg); }
.pcard.c1 { top: 0; left: 0; transform: rotate(-3deg); z-index: 1; }
.pcard.c2 { top: 60px; left: 50%; transform: translateX(-50%) rotate(1deg); z-index: 3; box-shadow: var(--shadow-lg); }
.pcard.c3 { top: 140px; right: 0; transform: rotate(4deg); z-index: 2; }
.pcard.c1:hover { transform: rotate(-3deg) translateY(-4px); }
.pcard.c2:hover { transform: translateX(-50%) rotate(1deg) translateY(-4px); }
.pcard.c3:hover { transform: rotate(4deg) translateY(-4px); }
.pcard-top { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.pcard-name { font-weight: 700; color: var(--primary); font-size: 1rem; line-height: 1.2; }
.pcard-area { font-size: .82rem; color: var(--muted); margin-top: 2px; }
.checked {
  margin-left: auto;
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--accent-soft); color: var(--accent);
  border-radius: 999px; padding: 4px 9px; font-size: .72rem; font-weight: 600;
  white-space: nowrap;
}
.checked svg { width: 11px; height: 11px; }
.pcard-row {
  display: flex; justify-content: space-between;
  font-size: .85rem; padding: 7px 0; border-bottom: 1px dashed var(--line-2);
}
.pcard-row:last-child { border-bottom: none; }
.pcard-row span:first-child { color: var(--muted-2); }
.pcard-row span:last-child { color: var(--primary); font-weight: 600; }
.match-tag {
  display: inline-block; margin-top: 12px;
  font-size: .72rem; font-weight: 600; color: var(--primary);
  background: #F1F4F8; padding: 4px 9px; border-radius: 6px; letter-spacing: .02em;
}

/* Probleem */
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.pain {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 24px;
}
.pain-icon {
  width: 36px; height: 36px; border-radius: 9px;
  background: #FBEAE7; color: #B8442D;
  display: grid; place-items: center; margin-bottom: 14px;
}
.pain h3 { margin-bottom: 6px; }
.pain p { font-size: .95rem; }

/* Oplossing */
.solution { background: var(--primary); color: #fff; }
.solution h2 { color: #fff; }
.solution .lead { color: #B7C4D4; }
.solution .eyebrow { background: rgba(255, 255, 255, .08); color: #A6E2BB; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.ben {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius); padding: 24px;
}
.ben-icon {
  width: 38px; height: 38px; border-radius: 9px;
  background: rgba(21, 128, 61, .18); color: #7BD49A;
  display: grid; place-items: center; margin-bottom: 14px;
}
.ben h3 { color: #fff; margin-bottom: 6px; }
.ben p { color: #B7C4D4; font-size: .95rem; }

/* Stappen */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px; position: relative; }
.step {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 22px; position: relative;
}
.step-num {
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--primary); color: #fff;
  display: grid; place-items: center;
  font-weight: 700; font-size: .9rem; margin-bottom: 14px;
}
.step h3 { font-size: 1rem; margin-bottom: 6px; }
.step p { font-size: .92rem; }

/* Wat je krijgt */
.what-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.check-list {
  list-style: none; padding: 0; margin: 24px 0 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px;
}
.check-list li {
  display: flex; align-items: center; gap: 10px;
  color: var(--text); font-size: .95rem; font-weight: 500;
}
.check-list svg { flex-shrink: 0; color: var(--accent); }
.example-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 26px;
  box-shadow: var(--shadow-md);
}
.ex-top { display: flex; align-items: flex-start; gap: 14px; }
.ex-name { font-size: 1.25rem; font-weight: 700; color: var(--primary); }
.ex-meta { color: var(--muted); font-size: .9rem; margin-top: 2px; }
.ex-rate { margin-left: auto; font-size: 1.15rem; font-weight: 700; color: var(--primary); }
.ex-rate small { font-weight: 500; color: var(--muted); font-size: .8rem; }
.ex-rows { margin-top: 18px; display: grid; gap: 0; }
.ex-row {
  display: flex; justify-content: space-between;
  padding: 10px 0; border-bottom: 1px solid var(--line-2); font-size: .92rem;
}
.ex-row:last-child { border-bottom: none; }
.ex-row span:first-child { color: var(--muted); }
.ex-row span:last-child { color: var(--primary); font-weight: 600; }
.ex-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.ex-tag {
  font-size: .78rem; padding: 4px 10px; border-radius: 999px;
  background: #F1F4F8; color: var(--primary); font-weight: 600;
}
.ex-tag.match { background: var(--accent-soft); color: var(--accent); }

/* Diensten */
.services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 40px; }
.svc {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 24px;
  transition: border-color .2s, box-shadow .2s;
}
.svc:hover { border-color: #D5D7D2; box-shadow: var(--shadow-sm); }
.svc-icon {
  width: 38px; height: 38px; border-radius: 9px;
  background: var(--accent-soft); color: var(--accent);
  display: grid; place-items: center; margin-bottom: 14px;
}
.svc h3 { font-size: 1.02rem; margin-bottom: 4px; }
.svc p { font-size: .9rem; }
.svc-foot { margin-top: 24px; font-size: .875rem; color: var(--muted-2); text-align: left; }

/* Prijs */
.price-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.price-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 36px;
  box-shadow: var(--shadow-md); text-align: center; position: relative;
}
.price-card .amt {
  font-size: clamp(3rem, 7vw, 4.5rem); font-weight: 800; color: var(--primary);
  letter-spacing: -.04em; line-height: 1;
}
.price-card .amt small {
  font-size: .4em; font-weight: 600; color: var(--muted);
  letter-spacing: 0; display: block; margin-top: 8px;
}
.price-card .badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: #fff;
  font-size: .75rem; font-weight: 600;
  padding: 5px 12px; border-radius: 999px;
  letter-spacing: .04em; text-transform: uppercase;
}
.price-points { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.price-points li { display: flex; gap: 12px; align-items: flex-start; }
.price-points svg { flex-shrink: 0; color: var(--accent); margin-top: 3px; }
.price-points strong { color: var(--primary); display: block; margin-bottom: 2px; font-weight: 600; }
.price-points span { font-size: .95rem; color: var(--muted); }

/* Verificatie */
.verify {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 36px;
}
.verify-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 10px 22px; margin-top: 24px;
  list-style: none; padding: 0;
}
.verify-grid li {
  display: flex; align-items: center; gap: 10px;
  font-size: .95rem; color: var(--text); font-weight: 500;
}
.verify-grid svg { color: var(--accent); flex-shrink: 0; }
.verify-note {
  margin-top: 24px; padding: 16px 18px;
  background: #F1F4F8; border-radius: 10px;
  font-size: .9rem; color: var(--muted);
}
.verify-note strong { color: var(--primary); font-weight: 600; }

/* Voor wie */
.audience { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.tag {
  background: #fff; border: 1px solid var(--line);
  border-radius: 999px; padding: 10px 16px;
  font-size: .92rem; color: var(--primary); font-weight: 500;
}
.tag:hover { border-color: var(--primary); background: var(--bg); }

/* FAQ */
.faq { margin-top: 32px; display: grid; gap: 12px; }
details {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden;
}
details[open] { box-shadow: var(--shadow-sm); border-color: #D5D7D2; }
summary {
  list-style: none; cursor: pointer;
  padding: 20px 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-weight: 600; color: var(--primary); font-size: 1rem;
  min-width: 0;
}
summary::-webkit-details-marker { display: none; }
.chev {
  width: 22px; height: 22px; border-radius: 6px; background: var(--bg);
  display: grid; place-items: center; color: var(--muted);
  transition: transform .25s, background .2s;
}
details[open] .chev { transform: rotate(180deg); background: var(--accent-soft); color: var(--accent); }
.faq-body { padding: 0 22px 20px; color: var(--muted); font-size: .95rem; max-width: 65ch; }

/* Slot CTA */
.final { background: var(--primary); color: #fff; text-align: center; padding: 96px 0; }
.final h2 { color: #fff; max-width: 18ch; margin: 0 auto 14px; }
.final p { color: #B7C4D4; max-width: 52ch; margin: 0 auto 32px; }
.final .btn-primary { background: var(--accent); }
.final .btn-primary:hover { background: #13703a; }

/* Footer */
footer { background: var(--bg); padding: 36px 0; border-top: 1px solid var(--line); }
.foot {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 14px; font-size: .88rem; color: var(--muted);
}
.foot-links { display: flex; gap: 22px; }
.foot-links a:hover { color: var(--primary); }

/* Responsive */
@media (max-width: 960px) {
  .section { padding: 56px 0; }
  .hero { padding: 32px 0 64px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .cards-stage { height: 420px; max-width: 360px; margin: 0 auto; }
  .problem-grid, .solution-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .services { grid-template-columns: repeat(2, 1fr); }
  .what-grid, .price-wrap { grid-template-columns: 1fr; gap: 32px; }
  .verify-grid { grid-template-columns: 1fr; }
  .check-list { grid-template-columns: 1fr; }
  .pcard { max-width: 300px; }
}

@media (max-width: 520px) {
  .nav-inner { height: 60px; }
  .btn-lg { padding: 14px 20px; font-size: 1rem; }
  .steps { grid-template-columns: 1fr; }
  .services { grid-template-columns: 1fr; }
  .price-card { padding: 28px 20px; }
  .verify { padding: 24px; }
  .cards-stage { height: 440px; }
  .pc-input { width: 100%; }
  .hero-cta .btn { width: 100%; }
  .btn { white-space: normal; }
  .pcard { max-width: 280px; padding: 16px; }
  .pcard.c1 { left: 0; }
  .pcard.c2 { left: 50%; }
  .pcard.c3 { right: 0; }
  .checked { font-size: .68rem; padding: 4px 7px; }
  .pcard-top { gap: 9px; }
  .foot-links { width: 100%; justify-content: flex-start; }
}

@media (max-width: 380px) {
  .container { padding: 0 16px; }
  .cards-stage { height: 420px; }
  .pcard { max-width: 258px; }
  .pcard.c1 { transform: rotate(-2deg); }
  .pcard.c2 { top: 68px; }
  .pcard.c3 { top: 150px; transform: rotate(2deg); }
}

/* Reveal animatie */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(14px); transition: opacity .7s ease, transform .7s ease; }
  .reveal.in { opacity: 1; transform: none; }
}

/* Accessibility */
:focus-visible { outline: 3px solid rgba(14, 42, 71, .35); outline-offset: 2px; border-radius: 6px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
