/* ==========================================================================
   Bewaken & Beveiligen — Design System
   Conversie-geoptimaliseerd: hoog contrast CTA's, rustige trust-kleuren,
   grote tap-targets (mobiel), snelle rendering (geen frameworks).
   ========================================================================== */

:root {
  /* Kleurpalet */
  --ink: #12212e;            /* donker petrol-navy: autoriteit, veiligheid */
  --ink-soft: #29404f;
  --body: #3d5262;
  --muted: #6b7f8d;
  --line: #e3eaef;
  --bg: #ffffff;
  --bg-soft: #f4f8fa;
  --bg-tint: #eaf3f6;

  --brand: #0f6f6a;          /* diep teal-groen: vertrouwen, kalmte */
  --brand-dark: #0a5450;
  --brand-tint: #e4f2f1;

  --cta: #f97316;            /* oranje: maximaal contrast t.o.v. teal/navy */
  --cta-dark: #ea580c;
  --cta-tint: #fff3ea;

  --trust: #16a34a;          /* groen: checks, gratis, veiligheid */
  --trust-tint: #e9f9ef;
  --star: #f5b301;
  --danger: #dc2626;

  --radius: 14px;
  --radius-sm: 9px;
  --shadow-sm: 0 1px 3px rgba(18, 33, 46, .08);
  --shadow-md: 0 6px 24px rgba(18, 33, 46, .10);
  --shadow-lg: 0 16px 48px rgba(18, 33, 46, .16);

  --font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --container: 1140px;
}

/* ---------- Reset & basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
::selection { background: var(--brand); color: #fff; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  color: var(--body);
  background: var(--bg);
}
img, svg { display: block; max-width: 100%; }
a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 {
  color: var(--ink);
  line-height: 1.2;
  margin: 0 0 .5em;
  font-weight: 800;
  letter-spacing: -.015em;
}
h1 { font-size: clamp(1.9rem, 4.2vw, 3.05rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.15rem); }
h3 { font-size: 1.22rem; }
p { margin: 0 0 1em; }
ul { padding-left: 1.2em; }
p, li, a, h1, h2, h3 { overflow-wrap: break-word; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.section { padding: clamp(48px, 7vw, 88px) 0; }
.section--soft { background: var(--bg-soft); }
.section--tint { background: var(--bg-tint); }
.section--ink { background: var(--ink); }
.section--ink h2, .section--ink h3 { color: #fff; }
.section--ink p { color: #b8c9d4; }

.center { text-align: center; }
.lead { font-size: 1.13rem; color: var(--body); max-width: 760px; }
.center .lead { margin-left: auto; margin-right: auto; }
.kicker {
  display: inline-block;
  font-size: .8rem; font-weight: 800; letter-spacing: .09em;
  text-transform: uppercase; color: var(--brand);
  background: var(--brand-tint);
  padding: 6px 14px; border-radius: 999px; margin-bottom: 14px;
}
.section--ink .kicker { background: rgba(255,255,255,.1); color: #7fd4cf; }

/* ---------- Knoppen ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font); font-size: 1.05rem; font-weight: 800;
  padding: 16px 30px; border-radius: var(--radius-sm);
  border: none; cursor: pointer; text-decoration: none !important;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  min-height: 56px; /* groot tap-target */
}
.btn--cta {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, #fb8c37, var(--cta) 55%);
  color: #fff;
  box-shadow: 0 6px 20px rgba(249, 115, 22, .38);
}
.btn--cta::after {
  content: ""; position: absolute; top: 0; left: -80%; width: 45%; height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,.4), transparent);
  transform: skewX(-20deg); transition: left .5s ease; pointer-events: none;
}
.btn--cta:hover::after { left: 135%; }
.btn--cta:hover { background: var(--cta-dark); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(249, 115, 22, .45); }
.btn--cta:active { transform: translateY(0); }
.btn--ghost {
  background: #fff; color: var(--ink);
  border: 2px solid var(--line); box-shadow: var(--shadow-sm);
}
.btn--ghost:hover { border-color: var(--brand); color: var(--brand); }
.btn--lg { font-size: 1.15rem; padding: 19px 38px; }
.btn--block { width: 100%; }
.btn svg { width: 19px; height: 19px; flex: none; }
.btn .arrow { transition: transform .15s ease; }
.btn:hover .arrow { transform: translateX(4px); }

.btn-note {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  font-size: .88rem; color: var(--muted); margin-top: 10px;
}
.btn-note svg { width: 15px; height: 15px; flex: none; }

/* ---------- Header ---------- */
.topbar {
  background: var(--ink); color: #cfdde6; font-size: .84rem;
  padding: 7px 0;
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.topbar span { display: inline-flex; align-items: center; gap: 6px; }
.topbar svg { width: 14px; height: 14px; color: #4fd1c5; }
.topbar .hide-mobile { display: inline-flex; }

.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.96); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding-top: 12px; padding-bottom: 12px;
}
.logo { display: flex; align-items: center; gap: 11px; text-decoration: none !important; }
.logo-mark {
  width: 32px; height: 38px; flex: none;
  color: #101319; display: grid; place-items: center;
}
.logo-mark svg { width: 100%; height: 100%; }
.logo-text { line-height: 1.1; }
.logo-text b { display: block; color: #101319; font-size: 1.12rem; font-weight: 800; letter-spacing: -.02em; }
.logo-text small { color: var(--muted); font-size: .7rem; font-weight: 600; letter-spacing: .05em; }
.amp { color: #9aa1ab; font-weight: 800; padding: 0 1px; }

.nav { display: flex; align-items: center; gap: 26px; }
.nav a { color: var(--ink-soft); font-weight: 600; font-size: .96rem; white-space: nowrap; }
.nav a:hover { color: var(--brand); text-decoration: none; }
.nav .btn { min-height: 44px; padding: 10px 20px; font-size: .93rem; white-space: nowrap; flex: none; }
@media (max-width: 1120px) {
  .nav { gap: 15px; }
  .nav a { font-size: .89rem; }
  .nav .btn { padding: 9px 15px; font-size: .88rem; }
}

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle svg { width: 26px; height: 26px; color: var(--ink); }

@media (max-width: 900px) {
  .topbar .hide-mobile { display: none; }
  .nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; flex-direction: column; align-items: stretch;
    padding: 14px 20px 20px; gap: 4px; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md);
  }
  .nav.open { display: flex; }
  .nav a { padding: 11px 6px; border-bottom: 1px solid var(--bg-soft); }
  .nav .btn { margin-top: 10px; }
  .nav-toggle { display: block; }
}

/* ---------- Hero (premium dark) ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(900px 480px at 88% -12%, rgba(79, 209, 197, .20), transparent 60%),
    radial-gradient(760px 460px at -10% 115%, rgba(249, 115, 22, .13), transparent 62%),
    linear-gradient(155deg, #0a1a23 0%, #103038 55%, #0e3c39 100%);
  padding: clamp(44px, 6vw, 84px) 0 clamp(76px, 8vw, 112px);
  overflow: hidden;
  color: #c3d6e0;
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(1000px 640px at 28% -5%, #000 0%, transparent 78%);
  mask-image: radial-gradient(1000px 640px at 28% -5%, #000 0%, transparent 78%);
}
.hero::after {
  content: ""; position: absolute; width: 560px; height: 560px; border-radius: 50%;
  top: -180px; right: -100px; pointer-events: none;
  background: radial-gradient(circle, rgba(79, 209, 197, .26), transparent 65%);
  animation: heroGlow 9s ease-in-out infinite alternate;
}
@keyframes heroGlow {
  from { transform: translate3d(0, 0, 0) scale(1); opacity: .75; }
  to   { transform: translate3d(-70px, 50px, 0) scale(1.18); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) { .hero::after { animation: none; } }
.hero .container { position: relative; z-index: 1; }
.hero h1 { color: #fff; }
.hero .lead { color: #aec4d0; }
.hero .kicker {
  background: rgba(255,255,255,.08); color: #7fd4cf;
  border: 1px solid rgba(255,255,255,.13);
}
.hero .hero-usps li { color: #e8f0f5; }
.hero .hero-proof span { color: #9db3bf; }
.hero .hero-proof span b { color: #fff; }
.hero .breadcrumbs, .hero .breadcrumbs a { color: #7e97a5; }
.hero .breadcrumbs a:hover { color: #7fd4cf; }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: clamp(28px, 5vw, 64px); align-items: start;
}
/* Voorkom grid-blowout: kolommen mogen krimpen onder hun min-content
   (nodig voor brede tabellen met eigen overflow-scroll) */
.hero-grid > *, .content-grid > *, .steps-grid > *, .services-grid > * { min-width: 0; }
.hero h1 .accent {
  background: linear-gradient(92deg, #4fd1c5 0%, #8ce9a8 55%, #fbbf24 110%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero .lead { font-size: 1.16rem; margin-bottom: 22px; }

.hero-usps { list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 11px; }
.hero-usps li { display: flex; gap: 11px; align-items: flex-start; font-weight: 600; color: var(--ink-soft); }
.hero-usps svg { width: 22px; height: 22px; flex: none; color: var(--trust); margin-top: 2px; }

.hero-proof { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 22px; }
.stars { display: inline-flex; gap: 2px; }
.stars svg { width: 19px; height: 19px; color: var(--star); }
.hero-proof span { font-size: .92rem; color: var(--muted); }
.hero-proof b { color: var(--ink); }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
}

/* ---------- Offerte-wizard (kern van de site) ---------- */
[data-offerte-widget] { position: relative; }
[data-offerte-widget]::before {
  content: ""; position: absolute; inset: -22px; border-radius: 30px;
  background: radial-gradient(60% 60% at 50% 40%, rgba(79,209,197,.22), transparent 75%);
  filter: blur(14px); pointer-events: none;
}
.wizard-card {
  position: relative;
  background: #fff; border-radius: var(--radius);
  box-shadow: 0 34px 90px rgba(2, 14, 20, .5), 0 0 0 1px rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.16);
  overflow: hidden;
}
.wizard-head {
  background: var(--ink); color: #fff; padding: 18px 24px 16px;
}
.wizard-head h3 { color: #fff; margin: 0 0 2px; font-size: 1.13rem; }
.wizard-head p { color: #a9bcc8; margin: 0; font-size: .88rem; }
.wizard-progress { height: 6px; background: rgba(255,255,255,.15); border-radius: 99px; margin-top: 13px; overflow: hidden; }
.wizard-progress-bar {
  position: relative; overflow: hidden;
  height: 100%; width: 20%;
  background: linear-gradient(90deg, var(--cta), #fbbf24);
  border-radius: 99px; transition: width .35s ease;
}
.wizard-progress-bar::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.5), transparent);
  animation: shimmer 2.4s infinite;
}
@keyframes shimmer { from { transform: translateX(-100%); } to { transform: translateX(100%); } }
@media (prefers-reduced-motion: reduce) { .wizard-progress-bar::after { animation: none; } }
.wizard-steps-label { font-size: .77rem; color: #8fa5b3; margin-top: 7px; display: flex; justify-content: space-between; }
.wizard-body { padding: 24px; }
.wizard-step { display: none; }
.wizard-step.active { display: block; animation: stepIn .28s ease; }
@keyframes stepIn { from { opacity: 0; transform: translateX(14px); } to { opacity: 1; transform: none; } }

.wizard-q { font-size: 1.14rem; font-weight: 800; color: var(--ink); margin: 0 0 4px; }
.wizard-sub { font-size: .9rem; color: var(--muted); margin: 0 0 16px; }

.option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.option-grid--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 560px) {
  .option-grid, .option-grid--3 { grid-template-columns: 1fr 1fr; }
}
.option-card {
  position: relative; display: flex; flex-direction: column; align-items: center; gap: 9px;
  padding: 18px 10px 15px; text-align: center;
  border: 2px solid var(--line); border-radius: var(--radius-sm);
  background: #fff; cursor: pointer; font-family: var(--font);
  transition: border-color .12s, background .12s, transform .12s, box-shadow .12s;
  min-height: 96px; justify-content: center;
}
.option-card:hover { border-color: var(--brand); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.option-card.selected { border-color: var(--brand); background: var(--brand-tint); box-shadow: 0 0 0 1px var(--brand); }
.option-card svg { width: 30px; height: 30px; color: var(--brand); }
.option-card span { font-weight: 700; color: var(--ink); font-size: .93rem; line-height: 1.25; }
.option-card small { color: var(--muted); font-size: .78rem; line-height: 1.3; }
.option-card--row { flex-direction: row; justify-content: flex-start; text-align: left; min-height: 62px; padding: 14px 16px; }
.option-card--row svg { width: 24px; height: 24px; }

/* Formuliervelden */
.field { margin-bottom: 15px; }
.field label { display: block; font-weight: 700; color: var(--ink); font-size: .92rem; margin-bottom: 6px; }
.field label .opt { color: var(--muted); font-weight: 500; font-size: .82rem; }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--font); font-size: 1.02rem;
  padding: 13px 15px; border: 2px solid var(--line); border-radius: var(--radius-sm);
  color: var(--ink); background: #fff; min-height: 52px;
  transition: border-color .12s, box-shadow .12s;
}
.field textarea { min-height: 90px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(15,111,106,.14);
}
.field .hint { font-size: .8rem; color: var(--muted); margin-top: 5px; }
/* Foto-upload: strakke kaart-knop met preview */
.foto-knop {
  width: 100%; display: flex; align-items: center; gap: 14px;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 12px 16px; cursor: pointer; font-family: var(--font); text-align: left;
  transition: border-color .15s ease, box-shadow .15s ease, transform .1s ease;
}
.foto-knop:hover { border-color: var(--brand); box-shadow: var(--shadow-sm); }
.foto-knop:active { transform: scale(.985); }
.foto-knop-icoon {
  width: 42px; height: 42px; border-radius: 12px; background: var(--brand-tint);
  display: grid; place-items: center; flex: none;
}
.foto-knop-icoon svg { width: 21px; height: 21px; color: var(--brand); }
.foto-knop-tekst { min-width: 0; }
.foto-knop-tekst b { display: block; color: var(--ink); font-size: .95rem; font-weight: 700; }
.foto-knop-tekst small { color: var(--muted); font-size: .8rem; }
.foto-chevron { margin-left: auto; width: 18px; height: 18px; color: var(--muted); flex: none; }
.foto-preview {
  display: flex; align-items: center; gap: 12px;
  background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 10px 12px;
}
.foto-preview img { width: 46px; height: 46px; border-radius: 10px; object-fit: cover; flex: none; background: var(--bg-soft); }
.foto-naam { font-size: .88rem; font-weight: 600; color: var(--ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.foto-verwijder {
  margin-left: auto; flex: none; width: 30px; height: 30px; border-radius: 50%;
  border: none; background: var(--bg-soft); color: var(--muted); cursor: pointer;
  display: grid; place-items: center; transition: background .15s ease, color .15s ease;
}
.foto-verwijder:hover { background: #fee2e2; color: var(--danger); }
.foto-verwijder svg { width: 13px; height: 13px; }
.field.error input, .field.error select { border-color: var(--danger); }
.field .error-msg { display: none; color: var(--danger); font-size: .82rem; font-weight: 600; margin-top: 5px; }
.field.error .error-msg { display: block; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 560px) { .field-row { grid-template-columns: 1fr; } }

/* Adres-autocomplete (PDOK) */
.adres-wrap { position: relative; }
.adres-suggest {
  position: absolute; top: calc(100% + 4px); left: 0; right: 0; z-index: 40;
  background: #fff; border: 2px solid var(--brand); border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md); overflow: hidden;
}
.adres-suggest button {
  display: block; width: 100%; text-align: left; cursor: pointer;
  background: none; border: none; border-bottom: 1px solid var(--bg-soft);
  font-family: var(--font); font-size: .93rem; color: var(--ink);
  padding: 11px 14px;
}
.adres-suggest button:last-child { border-bottom: none; }
.adres-suggest button:hover, .adres-suggest button:focus { background: var(--brand-tint); }

.wizard-nav { display: flex; gap: 10px; margin-top: 20px; align-items: center; justify-content: space-between; }
.wizard-back {
  background: none; border: none; cursor: pointer; font-family: var(--font);
  color: var(--muted); font-weight: 700; font-size: .95rem;
  padding: 12px 14px; display: inline-flex; align-items: center; gap: 6px;
}
.wizard-back:hover { color: var(--ink); }
/* Verzendknop: compact en in balans met de rest van het formulier */
.wizard-nav .btn {
  flex: 0 1 auto; margin-left: auto;
  min-height: 48px; padding: 12px 24px; font-size: .98rem;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(249, 115, 22, .3);
}
@media (max-width: 560px) { .wizard-nav .btn { flex: 1; } }

.wizard-trust {
  display: flex; justify-content: center; gap: 18px; flex-wrap: wrap;
  padding: 13px 18px; background: var(--bg-soft); border-top: 1px solid var(--line);
  font-size: .8rem; color: var(--muted);
}
.wizard-trust span { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; }
.wizard-trust svg { width: 14px; height: 14px; color: var(--trust); }

.wizard-social {
  display: flex; align-items: center; gap: 10px; margin-top: 14px;
  font-size: .84rem; color: var(--muted);
}
.wizard-social .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--trust); animation: pulse 2s infinite; flex: none; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(22,163,74,.4); } 50% { box-shadow: 0 0 0 6px rgba(22,163,74,0); } }

/* ---------- Trustbar (zweeft over de hero-rand) ---------- */
.trustbar { background: transparent; padding: 0 20px; margin-top: -38px; position: relative; z-index: 5; }
.trustbar .container {
  display: flex; justify-content: center; gap: clamp(16px, 4vw, 48px);
  flex-wrap: wrap; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  box-shadow: 0 20px 50px rgba(18, 33, 46, .16);
  padding: 18px 28px;
}
.trustbar span { display: inline-flex; align-items: center; gap: 8px; font-size: .9rem; font-weight: 700; color: var(--ink-soft); }
.trustbar svg { width: 19px; height: 19px; color: var(--trust); flex: none; }

/* ---------- Stappen (hoe werkt het) ---------- */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 36px; }
.steps-grid--2 { grid-template-columns: 1fr 1fr; }
@media (max-width: 800px) { .steps-grid, .steps-grid--2 { grid-template-columns: 1fr; } }
.step-card {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px 26px; box-shadow: var(--shadow-sm);
  border-top: 3px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.step-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-top-color: var(--brand); }
.step-num {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--brand); color: #fff; font-weight: 800; font-size: 1.15rem;
  display: grid; place-items: center; margin-bottom: 16px;
}
.step-card h3 { font-size: 1.12rem; }
.step-card p { font-size: .95rem; margin: 0; }
.step-time { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; font-size: .8rem; font-weight: 700; color: var(--brand); background: var(--brand-tint); padding: 5px 11px; border-radius: 99px; }
.step-time svg { width: 13px; height: 13px; }

/* ---------- Diensten-kaarten ---------- */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 36px; }
@media (max-width: 900px) { .services-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .services-grid { grid-template-columns: 1fr; } }
.service-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.service-icon {
  width: 52px; height: 52px; border-radius: 13px; background: var(--brand-tint);
  display: grid; place-items: center; margin-bottom: 16px;
  transition: background .2s ease;
}
.service-icon svg { width: 27px; height: 27px; color: var(--brand); transition: color .2s ease; }
.service-card:hover .service-icon { background: linear-gradient(135deg, var(--brand), #0b8a83); }
.service-card:hover .service-icon svg { color: #fff; }
.service-card h3 { font-size: 1.13rem; }
.service-card p { font-size: .93rem; flex: 1; }
.service-card .price-from { font-size: .84rem; color: var(--muted); margin-bottom: 10px; }
.service-card .price-from b { color: var(--ink); font-size: 1rem; }
.service-link { font-weight: 700; font-size: .94rem; display: inline-flex; align-items: center; gap: 6px; }
.service-link svg { width: 15px; height: 15px; }

/* ---------- Vergelijkingstabel (past altijd, geen scroll) ---------- */
.compare-wrap { margin-top: 32px; border-radius: var(--radius); box-shadow: var(--shadow-sm); border: 1px solid var(--line); overflow: hidden; }
table.compare { width: 100%; border-collapse: collapse; background: #fff; table-layout: fixed; }
table.compare th, table.compare td {
  padding: 13px 13px; text-align: left; border-bottom: 1px solid var(--line);
  font-size: .9rem; vertical-align: top; overflow-wrap: break-word;
}
table.compare thead th { background: var(--ink); color: #fff; font-size: .82rem; letter-spacing: .03em; }
table.compare tbody tr:last-child td { border-bottom: none; }
table.compare td b { color: var(--ink); }
table.compare .yes { color: var(--trust); font-weight: 700; }
table.compare .no { color: var(--muted); }
@media (max-width: 560px) {
  table.compare th, table.compare td { padding: 10px 8px; font-size: .8rem; }
}

/* ---------- Social proof / reviews ---------- */
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
@media (max-width: 800px) { .stats-row { grid-template-columns: 1fr 1fr; } }
.stat b {
  display: block; font-size: clamp(1.8rem, 3.6vw, 2.7rem); font-weight: 800; letter-spacing: -.02em;
  background: linear-gradient(120deg, #4fd1c5 10%, #fbbf24 90%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat span { color: #8fd6d1; font-size: .92rem; font-weight: 600; }

.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 36px; }
@media (max-width: 900px) { .reviews-grid { grid-template-columns: 1fr; } }
.review-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.review-card::before {
  content: "\201C"; position: absolute; top: 2px; right: 20px;
  font-size: 5rem; line-height: 1; font-weight: 800; color: var(--brand-tint);
  pointer-events: none;
}
.review-card .stars { margin-bottom: 12px; }
.review-card .stars svg { width: 17px; height: 17px; }
.review-card p { font-size: .95rem; font-style: italic; flex: 1; }
.review-meta { display: flex; align-items: center; gap: 12px; margin-top: 14px; }
.review-avatar {
  width: 42px; height: 42px; border-radius: 50%; flex: none;
  display: grid; place-items: center; font-weight: 800; color: #fff; font-size: .95rem;
}
.review-meta b { display: block; color: var(--ink); font-size: .92rem; }
.review-meta small { color: var(--muted); font-size: .8rem; }
.review-badge { display: inline-flex; align-items: center; gap: 5px; font-size: .74rem; color: var(--trust); font-weight: 700; margin-top: 3px; }
.review-badge svg { width: 12px; height: 12px; }

/* ---------- USP / waarom ---------- */
.usp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 32px; margin-top: 36px; }
@media (max-width: 760px) { .usp-grid { grid-template-columns: 1fr; } }
.usp { display: flex; gap: 16px; align-items: flex-start; }
.usp-icon { width: 46px; height: 46px; border-radius: 12px; background: var(--brand-tint); display: grid; place-items: center; flex: none; }
.usp-icon svg { width: 24px; height: 24px; color: var(--brand); }
.usp h3 { font-size: 1.06rem; margin-bottom: 4px; }
.usp p { font-size: .93rem; margin: 0; }

/* ---------- Foto's ---------- */
.media-frame {
  position: relative; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-md); border: 1px solid var(--line);
}
.media-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.media-frame--tall { aspect-ratio: 4 / 5; }
.media-frame--wide { aspect-ratio: 16 / 10; }
.media-badge {
  position: absolute; left: 14px; bottom: 14px;
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255, 255, 255, .94); backdrop-filter: blur(4px);
  border-radius: 99px; padding: 8px 16px;
  font-size: .82rem; font-weight: 800; color: var(--ink);
  box-shadow: var(--shadow-sm);
}
.media-badge svg { width: 16px; height: 16px; color: var(--trust); flex: none; }
.media-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.media-duo .media-frame:last-child { margin-top: 28px; }
@media (max-width: 560px) { .media-duo .media-frame:last-child { margin-top: 0; } }

/* ---------- Checklist / content ---------- */
.check-list { list-style: none; padding: 0; margin: 18px 0; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 11px; align-items: flex-start; }
.check-list li span { min-width: 0; }
.check-list svg { width: 21px; height: 21px; flex: none; color: var(--trust); margin-top: 3px; }
.check-list b { color: var(--ink); }

.content-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px, 5vw, 60px); align-items: center; }
@media (max-width: 860px) { .content-grid { grid-template-columns: 1fr; } }

.info-card { background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--brand); border-radius: var(--radius-sm); padding: 20px 22px; margin: 18px 0; box-shadow: var(--shadow-sm); }
.info-card b { color: var(--ink); }
.info-card p { margin: 6px 0 0; font-size: .94rem; }

/* ---------- Prijzen-indicatie ---------- */
.price-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 36px; }
@media (max-width: 860px) { .price-cards { grid-template-columns: 1fr; } }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; box-shadow: var(--shadow-sm); position: relative; }
.price-card.featured { border: 2px solid var(--brand); box-shadow: var(--shadow-md); }
.price-tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--cta); color: #fff; font-size: .74rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; padding: 5px 14px; border-radius: 99px; white-space: nowrap; }
.price-card h3 { font-size: 1.08rem; }
.price-amount { font-size: 1.9rem; font-weight: 800; color: var(--ink); letter-spacing: -.02em; margin: 6px 0 2px; }
.price-amount small { font-size: .9rem; color: var(--muted); font-weight: 600; }
.price-card .per { font-size: .84rem; color: var(--muted); margin-bottom: 14px; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 6px; }
.price-card li { display: flex; gap: 9px; align-items: flex-start; font-size: .9rem; padding: 5px 0; }
.price-card li svg { width: 17px; height: 17px; color: var(--trust); flex: none; margin-top: 3px; }
.price-disclaimer { font-size: .82rem; color: var(--muted); margin-top: 18px; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 780px; margin: 32px auto 0; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 12px; overflow: hidden; }
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 14px;
  background: none; border: none; cursor: pointer; text-align: left;
  font-family: var(--font); font-size: 1.02rem; font-weight: 700; color: var(--ink);
  padding: 18px 20px;
}
.faq-q svg { width: 20px; height: 20px; flex: none; color: var(--brand); transition: transform .2s ease; }
.faq-item.open .faq-q svg { transform: rotate(180deg); }
.faq-a { display: none; padding: 0 20px 18px; font-size: .96rem; }
.faq-item.open .faq-a { display: block; }
.faq-a p:last-child { margin-bottom: 0; }

/* ---------- Regio ---------- */
.city-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.city-links a {
  background: #fff; border: 1px solid var(--line); border-radius: 99px;
  padding: 9px 18px; font-size: .9rem; font-weight: 700; color: var(--ink-soft);
  transition: border-color .12s, color .12s;
}
.city-links a:hover { border-color: var(--brand); color: var(--brand); text-decoration: none; }

/* ---------- CTA-band ---------- */
.cta-band {
  position: relative; overflow: hidden;
  background:
    radial-gradient(620px 320px at 88% -20%, rgba(79, 209, 197, .28), transparent 62%),
    radial-gradient(480px 300px at 0% 120%, rgba(249, 115, 22, .18), transparent 62%),
    linear-gradient(120deg, var(--brand-dark) 0%, var(--ink) 100%);
  border-radius: var(--radius); padding: clamp(32px, 5vw, 56px);
  text-align: center; color: #fff;
}
.cta-band::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: radial-gradient(70% 90% at 50% 0%, #000, transparent);
  mask-image: radial-gradient(70% 90% at 50% 0%, #000, transparent);
}
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #b8d8d5; max-width: 620px; margin: 0 auto 26px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #9db2c0; padding: 56px 0 28px; font-size: .92rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 40px; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer h4 { color: #fff; font-size: .95rem; margin-bottom: 14px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 9px; }
.site-footer a { color: #9db2c0; }
.site-footer a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: .84rem; color: #6f8595; }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-logo b { color: #fff; }

/* ---------- Sticky mobiele CTA ---------- */
.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 70;
  background: #fff; border-top: 1px solid var(--line);
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  display: none; gap: 10px; align-items: center;
  box-shadow: 0 -6px 24px rgba(18,33,46,.12);
  transform: translateY(110%); transition: transform .25s ease;
}
.sticky-cta.visible { transform: translateY(0); }
.sticky-cta .btn { flex: 1; min-height: 50px; padding: 12px 16px; font-size: .98rem; }
@media (max-width: 760px) { .sticky-cta { display: flex; } body { padding-bottom: 0; } }

/* ---------- Bedankt-pagina ---------- */
.thanks-hero { text-align: center; padding: clamp(44px, 7vw, 80px) 0 0; }
.thanks-banner {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--trust-tint); color: var(--trust);
  border: 1px solid rgba(22, 163, 74, .25); border-radius: 999px;
  padding: 9px 20px; font-weight: 800; font-size: .92rem; margin-bottom: 26px;
}
.thanks-banner svg { width: 17px; height: 17px; flex: none; }
.thanks-check {
  width: 96px; height: 96px; border-radius: 50%; background: var(--trust);
  display: grid; place-items: center; margin: 0 auto 26px;
  box-shadow: 0 12px 34px rgba(22, 163, 74, .35);
  animation: checkPop .5s cubic-bezier(.34, 1.56, .64, 1);
}
.thanks-check svg { width: 48px; height: 48px; color: #fff; }
@keyframes checkPop { from { transform: scale(.3); opacity: 0; } to { transform: scale(1); opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .thanks-check { animation: none; } }

.thanks-summary {
  max-width: 560px; margin: 36px auto 0; text-align: left;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-md); overflow: hidden;
}
.thanks-summary h2 {
  font-size: 1rem; margin: 0; padding: 16px 22px;
  background: var(--ink); color: #fff;
  display: flex; align-items: center; gap: 9px;
}
.thanks-summary h2 svg { width: 17px; height: 17px; color: #4fd1c5; flex: none; }
.thanks-summary dl { margin: 0; padding: 10px 22px 16px; }
.thanks-summary .rij {
  display: flex; justify-content: space-between; gap: 18px;
  padding: 10px 0; border-bottom: 1px solid var(--bg-soft); font-size: .95rem;
}
.thanks-summary .rij:last-child { border-bottom: none; }
.thanks-summary dt { color: var(--muted); font-weight: 600; flex: none; }
.thanks-summary dd { margin: 0; color: var(--ink); font-weight: 700; text-align: right; }

.tijdlijn { max-width: 560px; margin: 40px auto 0; text-align: left; }
.tijdlijn-stap { display: flex; gap: 18px; position: relative; padding-bottom: 26px; }
.tijdlijn-stap:last-child { padding-bottom: 0; }
.tijdlijn-stap::before {
  content: ""; position: absolute; left: 21px; top: 46px; bottom: 4px;
  width: 2px; background: var(--line);
}
.tijdlijn-stap:last-child::before { display: none; }
.tijdlijn-bol {
  width: 44px; height: 44px; border-radius: 50%; flex: none; z-index: 1;
  display: grid; place-items: center;
  background: #fff; border: 2px solid var(--line); color: var(--muted);
}
.tijdlijn-bol svg { width: 20px; height: 20px; }
.tijdlijn-stap.klaar .tijdlijn-bol { background: var(--trust); border-color: var(--trust); color: #fff; }
.tijdlijn-stap.klaar::before { background: var(--trust); }
.tijdlijn-stap h3 { font-size: 1.04rem; margin: 8px 0 3px; }
.tijdlijn-stap.klaar h3 { color: var(--trust); }
.tijdlijn-stap p { font-size: .93rem; margin: 0; }
.tijdlijn-wanneer {
  display: inline-block; font-size: .78rem; font-weight: 800;
  color: var(--brand); background: var(--brand-tint);
  border-radius: 99px; padding: 3px 11px; margin-bottom: 6px;
}
.tijdlijn-stap.klaar .tijdlijn-wanneer { color: var(--trust); background: var(--trust-tint); }

/* ---------- Breadcrumbs ---------- */
.breadcrumbs { font-size: .84rem; color: var(--muted); padding: 14px 0 0; }
.breadcrumbs a { color: var(--muted); }
.breadcrumbs a:hover { color: var(--brand); }
.breadcrumbs span { margin: 0 6px; }

/* ---------- Scroll-animaties (alleen actief mét JavaScript) ---------- */
@media (prefers-reduced-motion: no-preference) {
  html.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
  html.js .reveal.in { opacity: 1; transform: none; }
}

/* ---------- Utilities ---------- */
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.badge-row { display: flex; gap: 10px; flex-wrap: wrap; margin: 14px 0; }
.badge { display: inline-flex; align-items: center; gap: 6px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 99px; padding: 6px 13px; font-size: .8rem; font-weight: 700; color: var(--ink-soft); }
.badge svg { width: 14px; height: 14px; color: var(--brand); }
