/* =========================================================
   Woningbod24 — Thema stylesheet
   Premium, conversiegericht ontwerp
   ========================================================= */

:root {
  --ink: #10293b;
  --ink-2: #0b1d2b;
  --ink-3: #16344a;
  --cream: #faf7f2;
  --paper: #ffffff;
  --sand: #f3ede3;
  --line: #e7e0d3;
  --muted: #5b6b77;
  --accent: #eda13a;
  --accent-strong: #d88a1b;
  --accent-soft: #fdf3e2;
  --green: #1e9e6a;
  --green-soft: #e7f6ef;
  --red: #cf3f3f;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(16, 41, 59, 0.06), 0 2px 8px rgba(16, 41, 59, 0.05);
  --shadow-md: 0 2px 6px rgba(16, 41, 59, 0.07), 0 12px 32px rgba(16, 41, 59, 0.10);
  --shadow-lg: 0 4px 10px rgba(16, 41, 59, 0.08), 0 24px 60px rgba(16, 41, 59, 0.16);
  --font-head: "Fraunces", Georgia, serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 0.6em;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.4rem, 5.2vw, 3.9rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 4px; }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  clip-path: inset(50%);
  overflow: hidden;
  word-wrap: normal !important;
}

.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
[id] { scroll-margin-top: 92px; }
.skip-link:focus {
  position: fixed !important;
  top: 12px; left: 12px;
  width: auto; height: auto;
  clip-path: none;
  background: var(--ink);
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  z-index: 1000;
  font-weight: 700;
  text-decoration: none;
}
.bedankt-check {
  display: inline-grid;
  place-items: center;
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  margin-bottom: 20px;
}
.section { padding: clamp(64px, 9vw, 110px) 0; }
.section--tight { padding: clamp(44px, 6vw, 72px) 0; }
.section--paper { background: var(--paper); }
.section--sand { background: var(--sand); }
.section--dark { background: var(--ink); color: #eef3f6; }

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-strong);
  margin-bottom: 14px;
}
.kicker::before {
  content: "";
  width: 26px; height: 2px;
  background: var(--accent);
  border-radius: 2px;
}
.section--dark .kicker { color: var(--accent); }
.section-intro { max-width: 640px; }
.section-intro--center { margin-left: auto; margin-right: auto; text-align: center; }
.section-intro--center .kicker { justify-content: center; }
.section-intro p { color: var(--muted); font-size: 1.1rem; }
.section--dark .section-intro p { color: #b9c8d2; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 999px;
  border: 2px solid transparent;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
  min-height: 48px;
}
.btn svg { flex: none; }
.btn--primary {
  background: linear-gradient(180deg, #f4b355 0%, var(--accent) 55%, #e2941f 100%);
  color: var(--ink-2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset, 0 6px 18px rgba(216, 138, 27, 0.35);
}
.btn--primary:hover {
  background: linear-gradient(180deg, #f7bd68 0%, #f0a83f 55%, #e79c28 100%);
  transform: translateY(-2px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 10px 26px rgba(216, 138, 27, 0.45);
}
.btn--primary:active { transform: translateY(0); }
.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: rgba(16, 41, 59, 0.25);
}
.btn--ghost:hover { border-color: var(--ink); background: rgba(16, 41, 59, 0.04); }
.section--dark .btn--ghost, .btn--ghost-light {
  color: #fff; border-color: rgba(255, 255, 255, 0.35); background: transparent;
}
.section--dark .btn--ghost:hover, .btn--ghost-light:hover { border-color: #fff; background: rgba(255, 255, 255, 0.08); }
.btn--block { width: 100%; }
.btn--lg { padding: 18px 34px; font-size: 1.08rem; }

/* ---------- Topbar ---------- */
.topbar {
  background: var(--ink-2);
  color: #b9c8d2;
  font-size: 0.82rem;
}
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 38px;
}
.topbar__usps {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 22px;
}
.topbar__usps li { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; }
.topbar__usps svg { color: var(--green); flex: none; }
.topbar__mail {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #d5e0e8;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}
.topbar__mail svg { color: var(--accent); }
.topbar__mail:hover { color: var(--accent); }
@media (max-width: 900px) {
  .topbar__mail { display: none; }
  .topbar__usps li:nth-child(n+3) { display: none; }
  .topbar__inner { justify-content: center; }
}
@media (max-width: 480px) {
  .topbar__usps li:nth-child(n+2) { display: none; }
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 247, 242, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(16, 41, 59, 0.08);
  transition: box-shadow 0.25s ease;
}
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(16, 41, 59, 0.12); }
.site-header__inner {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 76px;
}
.site-nav { margin-inline: auto; }
.site-nav__cta { display: none; }
.header-cta .btn svg { transition: transform 0.18s ease; }
.header-cta .btn:hover svg { transform: translateX(3px); }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--ink);
  letter-spacing: -0.01em;
  flex: none;
}
.brand__mark {
  width: 40px; height: 40px;
  border-radius: 12px;
  background: var(--ink);
  display: grid;
  place-items: center;
  color: var(--accent);
  flex: none;
}
.brand b { color: var(--accent-strong); font-weight: 700; }
.site-nav { margin-left: auto; }
.site-nav ul {
  display: flex;
  gap: 6px;
  list-style: none;
  margin: 0; padding: 0;
}
.site-nav a {
  position: relative;
  display: block;
  padding: 10px 13px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--ink-3);
  transition: color 0.15s ease;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 13px; right: 13px; bottom: 4px;
  height: 2.5px;
  border-radius: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}
.site-nav a:hover { color: var(--ink); }
.site-nav a:hover::after { transform: scaleX(1); }
.site-nav .current-menu-item > a { color: var(--ink); }
.site-nav .current-menu-item > a::after { transform: scaleX(1); }
.header-cta { display: flex; align-items: center; gap: 14px; }
.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  color: var(--ink);
  white-space: nowrap;
}
.header-phone svg { color: var(--accent-strong); }
.header-phone:hover { color: var(--accent-strong); }
.header-cta .btn { padding: 12px 22px; min-height: 44px; font-size: 0.95rem; }

.nav-toggle {
  display: none;
  margin-left: auto;
  background: none;
  border: 1px solid rgba(16, 41, 59, 0.2);
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
  color: var(--ink);
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: visible;
  background:
    radial-gradient(1100px 520px at 88% -10%, rgba(237, 161, 58, 0.16), transparent 60%),
    radial-gradient(900px 500px at -10% 110%, rgba(30, 158, 106, 0.10), transparent 55%),
    var(--cream);
}
.hero--photo {
  background-size: cover;
  background-position: center 65%;
}
.hero--photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(250, 247, 242, 0.97) 0%, rgba(250, 247, 242, 0.93) 42%, rgba(250, 247, 242, 0.55) 100%);
  pointer-events: none;
}
.hero--photo > .container { position: relative; }
.hero--photo .trustbar { position: relative; }
.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.9fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
  padding: clamp(56px, 8vw, 100px) 0 clamp(64px, 9vw, 110px);
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink-3);
  margin-bottom: 26px;
}
.hero__badge .dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(30, 158, 106, 0.18);
}
.hero h1 { margin-bottom: 20px; }
.hero h1 em {
  font-style: italic;
  color: var(--accent-strong);
  position: relative;
  white-space: nowrap;
}
.hero h1 em::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0.04em;
  height: 0.14em;
  background: rgba(237, 161, 58, 0.35);
  border-radius: 3px;
  z-index: -1;
}
.hero__lead {
  font-size: 1.2rem;
  color: var(--muted);
  max-width: 34em;
  margin-bottom: 28px;
}
.hero__usps {
  list-style: none;
  margin: 0 0 34px;
  padding: 0;
  display: grid;
  gap: 12px;
}
.hero__usps li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 1.02rem;
}
.check {
  flex: none;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
  display: grid;
  place-items: center;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero__calc-link { margin: -14px 0 26px; }
.hero__calc-link a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.97rem;
  color: var(--accent-strong);
  text-decoration: none;
}
.hero__calc-link a:hover { gap: 12px; color: var(--ink); }
.hero__calc-link svg { transition: transform 0.18s ease; }
.hero__rating {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  color: var(--ink-3);
  font-size: 0.94rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 20px;
  box-shadow: var(--shadow-sm);
}
.stars { display: inline-flex; gap: 2px; color: var(--accent); }
.hero__rating strong { color: var(--ink); }

/* Offer form card */
.offer-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 4px solid var(--accent);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: clamp(26px, 3.4vw, 40px);
  position: relative;
}
.offer-card__flag {
  position: absolute;
  top: -16px;
  right: 26px;
  background: var(--ink);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 999px;
  box-shadow: var(--shadow-md);
}
.offer-card h3 {
  font-size: 1.55rem;
  margin-bottom: 6px;
}
.offer-card__sub { color: var(--muted); font-size: 0.97rem; margin-bottom: 22px; }
.form-grid { display: grid; gap: 16px; }
.form-row { display: grid; gap: 16px; grid-template-columns: 1.4fr 1fr; }
.form-field label {
  display: block;
  font-size: 0.86rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--ink-3);
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1.5px solid var(--line);
  border-radius: 11px;
  background: var(--cream);
  font: inherit;
  font-size: 1rem;
  color: var(--ink);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  min-height: 48px;
}
.form-field textarea { min-height: 96px; resize: vertical; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: var(--paper);
  box-shadow: 0 0 0 4px rgba(237, 161, 58, 0.18);
}
.form-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.84rem;
  color: var(--muted);
  margin-top: 4px;
}
.form-hint svg { color: var(--green); flex: none; }
.form-msg { border-radius: 11px; padding: 14px 16px; font-weight: 600; font-size: 0.95rem; margin-bottom: 4px; }
.form-msg--ok { background: var(--green-soft); color: #14684a; border: 1px solid rgba(30, 158, 106, 0.35); }
.form-msg--err { background: #fdeaea; color: #8f2626; border: 1px solid rgba(207, 63, 63, 0.35); }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* ---------- Trust bar (zwevende kaart onder de hero) ---------- */
.trustbar { position: relative; z-index: 5; margin-bottom: -46px; }
.trustbar__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 30px 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.trustbar__inner .stat + .stat { border-left: 1px solid var(--line); }
#hoe-het-werkt { padding-top: calc(clamp(64px, 9vw, 110px) + 46px); }
.stat {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 4px 22px;
  text-align: left;
}
.stat__icon {
  flex: none;
  width: 46px; height: 46px;
  border-radius: 13px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  display: grid;
  place-items: center;
}
.stat__icon--star svg { fill: var(--accent); stroke: var(--accent-strong); }
.stat strong {
  display: block;
  font-family: var(--font-head);
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.15;
}
.stat span { color: var(--muted); font-size: 0.88rem; font-weight: 500; }

/* ---------- Steps ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 48px;
  counter-reset: step;
}
.step {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 34px 28px 30px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
@media (min-width: 901px) {
  #hoe-het-werkt .step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 46px;
    right: -20px;
    width: 14px; height: 14px;
    border-top: 3px solid var(--accent);
    border-right: 3px solid var(--accent);
    transform: rotate(45deg);
  }
}
.step__num {
  display: inline-grid;
  place-items: center;
  width: 46px; height: 46px;
  border-radius: 14px;
  background: var(--ink);
  color: var(--accent);
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.step h3 { margin-bottom: 10px; }
.step p { color: var(--muted); margin: 0; font-size: 0.99rem; }
.step__tag {
  display: inline-block;
  margin-top: 16px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
}
.step--vorm { border-top: 4px solid var(--accent); }
.step__tag--top { margin: 0 0 16px; background: var(--ink); color: var(--accent); }
.step--vorm .icard__more { margin-top: 14px; }
.cities-note a { color: var(--accent-strong); font-weight: 700; text-decoration: none; }
.cities-note a:hover { color: var(--ink); }

/* ---------- Comparison ---------- */
.compare-wrap { margin-top: 48px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.compare {
  width: 100%;
  min-width: 640px;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--paper);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.compare th, .compare td {
  padding: 17px 22px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: 0.99rem;
}
.compare thead th {
  background: var(--ink);
  color: #dbe6ee;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: none;
}
.compare thead th.compare__us { background: var(--accent); color: var(--ink-2); }
.compare tbody tr:last-child th, .compare tbody tr:last-child td { border-bottom: none; }
.compare tbody th { font-weight: 600; color: var(--ink-3); background: var(--cream); width: 34%; }
.compare td.compare__us { background: var(--accent-soft); font-weight: 700; color: var(--ink); }
.compare td .no { color: var(--red); font-weight: 600; }
.compare td .yes { display: inline-flex; align-items: center; gap: 8px; color: #14684a; }

/* ---------- Situations ---------- */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.icard {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.icard:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(237, 161, 58, 0.6); }
.icard__icon {
  width: 52px; height: 52px;
  border-radius: 15px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}
.icard h3 { font-size: 1.2rem; margin-bottom: 8px; }
.icard p { color: var(--muted); font-size: 0.96rem; margin: 0; }

/* ---------- Reviews ---------- */
.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.review {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 28px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}
.review { position: relative; overflow: hidden; }
.review::before {
  content: "\201C";
  position: absolute;
  top: -6px;
  right: 18px;
  font-family: var(--font-head);
  font-size: 7rem;
  line-height: 1;
  color: rgba(237, 161, 58, 0.16);
  pointer-events: none;
}
.review blockquote {
  margin: 14px 0 22px;
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--ink-3);
  flex: 1;
  position: relative;
}
.review footer { display: flex; align-items: center; gap: 13px; }
.avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.95rem;
  flex: none;
}
.review footer strong { display: block; font-size: 0.97rem; }
.review footer span { color: var(--muted); font-size: 0.86rem; }

/* ---------- Over ons / bedrijf ---------- */
.about { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.about__media { position: relative; }
.about__media img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  width: 100%;
  height: 520px;
  object-fit: cover;
}
.about__badge {
  position: absolute;
  left: -18px;
  bottom: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 13px;
  max-width: 300px;
}
.about__badge .check { width: 38px; height: 38px; }
.about__badge strong { display: block; font-size: 0.98rem; line-height: 1.3; }
.about__badge span { color: var(--muted); font-size: 0.85rem; }
.about__points { list-style: none; margin: 24px 0 30px; padding: 0; display: grid; gap: 13px; }
.about__points li { display: flex; align-items: flex-start; gap: 12px; }
.about__points .check { margin-top: 2px; }
.about__points strong { display: block; }
.about__points p { margin: 0; color: var(--muted); font-size: 0.96rem; }
.about__legal {
  background: var(--sand);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px 20px;
  font-size: 0.9rem;
  color: var(--ink-3);
}

/* ---------- Werkgebied / steden ---------- */
.cities { margin-top: 44px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.cities a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 11px 20px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  color: var(--ink-3);
  box-shadow: var(--shadow-sm);
  transition: transform 0.16s ease, border-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}
.cities a:hover { transform: translateY(-2px); border-color: var(--accent); color: var(--accent-strong); box-shadow: var(--shadow-md); }
.cities a svg { color: var(--accent-strong); }
.cities-note { text-align: center; color: var(--muted); font-size: 0.95rem; margin-top: 22px; }
.cities--left { justify-content: flex-start; margin-top: 0; }

/* ---------- Kennisbank-groepen ---------- */
.kb-group { margin-top: 38px; }
.kb-group__title {
  font-size: 1.15rem;
  margin-bottom: 16px;
  color: var(--ink-3);
}

/* ---------- Klikbare situatiekaarten ---------- */
a.icard--link { display: block; text-decoration: none; color: inherit; }
.icard__more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--accent-strong);
}
a.icard--link:hover .icard__more { gap: 11px; }
.icard__more svg { transition: transform 0.18s ease; }

/* ---------- Biedindicatie-calculator ---------- */
.calc-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: clamp(24px, 3vw, 36px);
  margin-bottom: 40px;
}
.calc-card__title { font-size: 1.5rem; margin-bottom: 6px; }
.calc-card__sub { color: var(--muted); font-size: 0.96rem; margin-bottom: 22px; }
.calc-card .form-field input, .calc-card .form-field select { background: var(--paper); }
.calc-result {
  margin: 22px 0;
  padding: 20px 22px;
  background: var(--ink);
  border-radius: var(--radius);
  display: grid;
  gap: 6px;
}
.calc-result__label {
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.calc-result__value {
  color: #7f93a1;
  font-family: var(--font-head);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
}
.calc-result__value.is-active { color: #fff; }
.calc-result__addr { color: var(--accent); font-size: 0.9rem; font-weight: 600; }
.calc-result__addr:empty { display: none; }
.calc-result__note { color: #9fb3c0; font-size: 0.84rem; line-height: 1.5; }

/* ---------- Inline CTA-banner ---------- */
.cta-inline {
  margin-top: 48px;
  background: var(--ink);
  border-radius: var(--radius-lg);
  padding: clamp(26px, 4vw, 40px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}
.cta-inline h3 { color: #fff; margin: 0 0 4px; font-size: 1.35rem; }
.cta-inline p { margin: 0; color: #b9c8d2; font-size: 0.97rem; }
.cta-inline .btn { flex: none; }

/* ---------- Tweestaps bodformulier ---------- */
.offer-benefits {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.offer-benefits li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--ink-3);
}
.offer-benefits svg { color: var(--green); flex: none; }
.offer-progress {
  height: 5px;
  border-radius: 99px;
  background: var(--sand);
  overflow: hidden;
  display: none;
}
.offer-progress__bar {
  display: block;
  height: 100%;
  width: 50%;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--green), var(--accent));
  transition: width 0.35s ease;
}
.offer-step-label { display: none; font-size: 0.85rem; font-weight: 700; color: var(--accent-strong); margin: 0; }
.offer-step-label__2, .offer-step-label__3 { display: none; }
.offer-step { display: grid; gap: 16px; }
.offer-step-error { color: var(--red); font-weight: 600; font-size: 0.9rem; margin: -6px 0 0; }
.offer-back {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--muted);
  padding: 4px;
  justify-self: center;
}
.offer-back:hover { color: var(--ink); }

/* Met JS: stappen tonen/verbergen */
.offer-form.is-stepped .offer-progress,
.offer-form.is-stepped .offer-step-label { display: block; }
.offer-form.is-stepped .offer-progress__bar { width: 33%; }
.offer-form.is-stepped .offer-step--2,
.offer-form.is-stepped .offer-step--3 { display: none; }
.offer-form.is-stepped.show-step-2 .offer-step--1,
.offer-form.is-stepped.show-step-3 .offer-step--1 { display: none; }
.offer-form.is-stepped.show-step-2 .offer-step--2 { display: grid; }
.offer-form.is-stepped.show-step-3 .offer-step--3 { display: grid; }
.offer-form.is-stepped.show-step-2 .offer-progress__bar { width: 66%; }
.offer-form.is-stepped.show-step-3 .offer-progress__bar { width: 100%; }
.offer-form.is-stepped.show-step-2 .offer-step-label__1,
.offer-form.is-stepped.show-step-3 .offer-step-label__1 { display: none; }
.offer-form.is-stepped.show-step-2 .offer-step-label__2 { display: inline; }
.offer-form.is-stepped.show-step-3 .offer-step-label__3 { display: inline; }

/* ---------- Trust-chips onder formulier ---------- */
.trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  justify-content: center;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.trust-chips span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--muted);
}
.trust-chips svg { color: var(--green); flex: none; }

/* ---------- Mobiele sticky CTA ---------- */
.mobile-cta {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: rgba(250, 247, 242, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -6px 24px rgba(16, 41, 59, 0.12);
}
.mobile-cta .btn { width: 100%; }
@media (max-width: 768px) {
  .mobile-cta { display: block; }
  body { padding-bottom: 76px; }
}

/* ---------- Stadspagina ---------- */
.stad-hero {
  position: relative;
  background-size: cover;
  background-position: center 60%;
  color: #fff;
  overflow: hidden;
}
.stad-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(11, 29, 43, 0.93) 0%, rgba(11, 29, 43, 0.82) 55%, rgba(11, 29, 43, 0.55) 100%);
}
.stad-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.9fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
  padding: clamp(52px, 7vw, 90px) 0;
}
.stad-hero h1 { color: #fff; margin-bottom: 18px; font-size: clamp(2.1rem, 4.4vw, 3.2rem); }
.stad-hero .hero__lead { color: #ccd9e2; }
.stad-hero .hero__usps { color: #eef3f6; }
.stad-content { max-width: 820px; }
.stad-content h2 { font-size: clamp(1.6rem, 3vw, 2.1rem); margin-top: 1.6em; }
.stad-content p { color: var(--ink-3); }
.breadcrumbs { font-size: 0.87rem; margin-bottom: 18px; color: #9fb3c0; }
.breadcrumbs a { color: #cfdde6; text-decoration: none; }
.breadcrumbs a:hover { color: var(--accent); }
.stad-content ul { padding-left: 1.2em; display: grid; gap: 8px; color: var(--ink-3); }
.stad-content li::marker { color: var(--accent-strong); }
.stad-content a { color: var(--accent-strong); text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
.stad-content a:hover { color: var(--ink); }

/* ---------- "In het kort"-antwoordblok (snippet/AI-vriendelijk) ---------- */
.kort-antwoord {
  background: var(--accent-soft);
  border-left: 4px solid var(--accent);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 18px 22px;
  margin-bottom: 30px;
}
.kort-antwoord__label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-strong);
  margin-bottom: 6px;
}
.kort-antwoord p { margin: 0; font-weight: 500; color: var(--ink); }

/* ---------- Informatiepagina ---------- */
.page-hero .breadcrumbs { margin-bottom: 14px; }
.page-hero__sub { color: #b9c8d2; font-size: 1.12rem; max-width: 46em; margin: 14px 0 0; }
.info-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 64px);
  align-items: start;
}
.info-layout .stad-content { max-width: none; }
.info-layout .stad-content > h2:first-child { margin-top: 0; }
.info-sidebar { position: sticky; top: 98px; }
@media (max-width: 1024px) {
  .info-layout { grid-template-columns: 1fr; }
  .info-sidebar { position: static; max-width: 560px; }
}

/* ---------- Dark CTA band ---------- */
.cta-band { position: relative; overflow: hidden; }
.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(700px 380px at 85% 20%, rgba(237, 161, 58, 0.18), transparent 60%),
    radial-gradient(600px 340px at 8% 90%, rgba(30, 158, 106, 0.14), transparent 55%);
  pointer-events: none;
}
.cta-band__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: center;
}
.cta-band h2 { color: #fff; }
.cta-band p { color: #b9c8d2; font-size: 1.12rem; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: flex-end; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 780px; margin: 44px auto 0; display: grid; gap: 14px; }
.faq {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  font-weight: 700;
  font-size: 1.04rem;
  transition: background 0.15s ease;
}
.faq summary:hover { background: var(--cream); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .faq__icon {
  flex: none;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-strong);
  display: grid;
  place-items: center;
  transition: transform 0.25s ease, background 0.2s ease, color 0.2s ease;
}
.faq[open] summary .faq__icon { transform: rotate(45deg); background: var(--ink); color: var(--accent); }
.faq__body { padding: 0 24px 22px; color: var(--muted); font-size: 0.99rem; }
.faq__body p:last-child { margin-bottom: 0; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--ink-2);
  color: #a7b8c4;
  padding: 64px 0 0;
  font-size: 0.95rem;
}
.site-footer a { color: #d5e0e8; text-decoration: none; }
.site-footer a:hover { color: var(--accent); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 0.9fr 1fr 1.1fr;
  gap: 36px;
  padding-bottom: 48px;
}
.footer-grid h4 {
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-brand .brand { color: #fff; margin-bottom: 16px; }
.footer-brand p { max-width: 30em; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact svg { flex: none; margin-top: 4px; color: var(--accent); }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 22px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  font-size: 0.86rem;
  color: #7f93a1;
}

/* ---------- Inner pages ---------- */
.page-hero {
  background: var(--ink);
  color: #fff;
  padding: clamp(56px, 7vw, 90px) 0;
}
.page-hero h1 { margin: 0; }
.entry-content { max-width: 760px; margin: 0 auto; padding: clamp(48px, 6vw, 80px) 24px; }
.entry-content a { color: var(--accent-strong); }
.error-404 { text-align: center; padding: clamp(80px, 12vw, 140px) 24px; }
.error-404 h1 { font-size: clamp(4rem, 12vw, 8rem); margin-bottom: 0.2em; }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero__inner, .stad-hero__inner { grid-template-columns: 1fr; }
  .offer-card { max-width: 560px; }
  .cta-band__inner { grid-template-columns: 1fr; gap: 28px; }
  .cta-band__actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .about { grid-template-columns: 1fr; }
  .about__media img { height: 380px; }
  .about__badge { left: 16px; }
}
@media (max-width: 900px) {
  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
    box-shadow: var(--shadow-lg);
    padding: 14px 20px 22px;
    margin-inline: 0;
  }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; gap: 2px; }
  .site-nav a { padding: 14px; font-size: 1.06rem; border-radius: 12px; font-weight: 700; }
  .site-nav a::after { display: none; }
  .site-nav a:hover { background: var(--cream); }
  .site-nav__cta {
    display: grid;
    gap: 12px;
    margin-top: 14px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
    justify-items: center;
  }
  .site-nav__mail {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--ink-3);
    text-decoration: none;
  }
  .site-nav__mail svg { color: var(--accent-strong); }
  .nav-toggle { display: inline-flex; }
  .header-cta .btn { display: none; }
  .steps, .cards-grid, .reviews { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .steps, .cards-grid, .reviews { grid-template-columns: 1fr; }
  .trustbar__inner { grid-template-columns: 1fr 1fr; gap: 18px 8px; padding: 22px 14px; }
  .trustbar__inner .stat + .stat { border-left: none; }
  .stat { padding: 0 6px; gap: 10px; }
  .stat__icon { width: 38px; height: 38px; border-radius: 11px; }
  .stat__icon svg { width: 18px; height: 18px; }
  .stat span { font-size: 0.8rem; }
  .hero__badge { font-size: 0.8rem; padding: 7px 13px; }
  .offer-card { padding: 22px 18px 26px; }
  .section-intro--center { text-align: left; }
  .section-intro--center .kicker { justify-content: flex-start; }
  .cities { justify-content: flex-start; }
  .cities-note { text-align: left; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero__actions .btn { width: 100%; }
}
