/*
Theme Name: Mijn Nieuwe Implantaat
Theme URI: https://mijnnieuweimplantaat.nl
Author: Mijn Nieuwe Implantaat
Author URI: https://mijnnieuweimplantaat.nl
Description: Premium implantologie block theme voor mijnnieuweimplantaat.nl. Volledig bewerkbaar via WordPress Site Editor.
Version: 2.1.1
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mijnnieuweimplantaat
*/


  :root {
    --navy:        #0A2540;
    --navy-soft:   #1E3A5F;
    --ink:         #1A1A1A;
    --ink-soft:    #4A4A4A;
    --bg:          #FAFAF7;
    --bg-warm:     #F4F1EA;
    --line:        #E5E1D8;
    --accent:      #4A90E2;
    --accent-soft: #E8F0F7;
    --white:       #FFFFFF;
    --serif:       'Cormorant Garamond', 'Times New Roman', serif;
    --sans:        'Manrope', system-ui, sans-serif;
  }

  /* Trust-strip drukt direct tegen de aangrenzende secties aan beide kanten —
     overrule WP's standaard block-gap specifiek voor deze plek. */
  .trust-strip,
  .trust-strip + section {
    margin-block-start: 0 !important;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  html { scroll-behavior: smooth; }

  /* Sticky header is ~90px hoog. Alle ankerbare doelen krijgen scroll-margin-top
     zodat de header de content niet bedekt na een #anchor-sprong. */
  :target,
  section[id],
  [id="galerij"],
  [id="behandelingen"],
  [id="locaties"],
  [id="faq"],
  [id="aanmelden"],
  [id="werkwijze"],
  [id="klikgebit-traject"] {
    scroll-margin-top: 110px;
  }
  /* Ingelogde gebruikers hebben de 32px admin-bar erbij. */
  .admin-bar :target,
  .admin-bar section[id],
  .admin-bar [id="klikgebit-traject"] {
    scroll-margin-top: 142px;
  }

  body {
    font-family: var(--sans);
    color: var(--ink);
    background: var(--bg);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }

  ::selection { background: var(--navy); color: var(--white); }

  /* ---------- Layout primitives ---------- */
  .container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
  .container-narrow { max-width: 880px; margin: 0 auto; padding: 0 32px; }

  section { padding: 80px 0; position: relative; }
  /* Kleurloze secties (geen achtergrondkleur) tonen de 40px block-gap én hun
     80px padding als één doorlopende witruimte, waardoor het label optisch
     lager lijkt te staan dan bij crème-secties. 40px minder padding-top maakt
     de zichtbare ruimte boven het label gelijk aan die van de crème-secties. */
  #behandelingen,
  #locaties {
    padding-top: 40px;
  }

  /* ---------- Scroll reveal (Variant A: fade + licht omhoog) ----------
     Alleen actief wanneer JS draait (html.js). Zonder JS blijft alles
     zichtbaar. Respecteert prefers-reduced-motion. */
  .js .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
                transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: opacity, transform;
  }
  .js .reveal.shown {
    opacity: 1;
    transform: none;
  }
  @media (prefers-reduced-motion: reduce) {
    .js .reveal {
      opacity: 1;
      transform: none;
      transition: none;
    }
  }
  /* Stagger: items die naast elkaar in een rij staan verschijnen subtiel
     één voor één in plaats van allemaal tegelijk. Delay per positie. */
  .js .praktijk-grid .reveal:nth-child(2),
  .js .behandeling-grid .reveal:nth-child(2),
  .js .prijs-uitleg-grid .reveal:nth-child(2),
  .js .case-fases .reveal:nth-child(2),
  .js .locaties-grid .reveal:nth-child(2) {
    transition-delay: 0.12s;
  }
  .js .praktijk-grid .reveal:nth-child(3),
  .js .behandeling-grid .reveal:nth-child(3),
  .js .prijs-uitleg-grid .reveal:nth-child(3),
  .js .case-fases .reveal:nth-child(3),
  .js .locaties-grid .reveal:nth-child(3) {
    transition-delay: 0.24s;
  }
  .js .locaties-grid .reveal:nth-child(4) {
    transition-delay: 0.36s;
  }
  /* Mini-traject (homepage): 5 stappen, betrouwbaar als directe kinderen. */
  .js .mini-traject .reveal:nth-child(2) { transition-delay: 0.10s; }
  .js .mini-traject .reveal:nth-child(3) { transition-delay: 0.20s; }
  .js .mini-traject .reveal:nth-child(4) { transition-delay: 0.30s; }
  .js .mini-traject .reveal:nth-child(5) { transition-delay: 0.40s; }
  @media (max-width: 768px) { section { padding: 64px 0; } }

  .eyebrow {
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--navy);
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }
  .eyebrow::before,
  .eyebrow::after {
    content: "";
    width: 32px;
    height: 1px;
    background: var(--navy);
  }

  h1, h2, h3 { font-family: var(--serif); font-weight: 400; color: var(--navy); letter-spacing: -0.01em; line-height: 1.1; }
  h1 { font-size: clamp(56px, 7vw, 104px); font-weight: 300; letter-spacing: -0.015em; }
  h1 em { font-style: italic; font-weight: 300; color: var(--accent); }
  h2 { font-size: clamp(36px, 4vw, 56px); font-weight: 300; }
  h2 em { font-style: italic; }
  h3 { font-size: 22px; font-weight: 500; }

  p { color: var(--ink-soft); }
  .lead { font-size: 19px; line-height: 1.6; color: var(--ink-soft); max-width: 640px; }

  /* ---------- Buttons ---------- */
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 28px;
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-decoration: none;
    border: 1px solid var(--navy);
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0;
    background: transparent;
  }
  .btn-primary { background: var(--navy); color: var(--white); }
  .btn-primary:hover { background: var(--ink); border-color: var(--ink); transform: translateY(-1px); }
  .btn-ghost { color: var(--navy); background: transparent; }
  .btn-ghost:hover { background: var(--navy); color: var(--white); }
  .btn .arrow { transition: transform 0.3s ease; }
  .btn:hover .arrow { transform: translateX(4px); }

  /* ---------- Header ---------- */
  header {
    position: sticky;
    top: 0;
    background: #FFFFFF;
    border-bottom: 1px solid var(--line);
    z-index: 9999;
    will-change: transform;
  }
  /* WordPress admin-bar (32px / 46px mobiel) duwt de sticky header omlaag.
     Zonder dit verdwijnt het logo deels achter de admin-bar na het scrollen. */
  .admin-bar header {
    top: 32px;
  }
  @media screen and (max-width: 782px) {
    .admin-bar header {
      top: 46px;
    }
  }
  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 40px;
    max-width: 1400px;
    margin: 0 auto;
    min-height: 76px;
  }
  .wordmark {
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 400;
    color: var(--navy);
    letter-spacing: -0.02em;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
  }
  .wordmark em { font-style: italic; color: var(--accent); }
  .wordmark .dot-nl { font-size: 14px; color: var(--ink-soft); font-style: normal; }
  .wordmark-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
  }
  footer .wordmark-icon { width: 40px; height: 40px; }

  nav.main-nav { display: flex; gap: 40px; margin-left: 48px; }
  nav.main-nav a {
    font-size: 19px;
    font-weight: 500;
    color: var(--ink);
    text-decoration: none;
    letter-spacing: 0.01em;
    position: relative;
    transition: color 0.2s;
  }
  nav.main-nav a:hover { color: var(--accent); }
  nav.main-nav a::after {
    content: "";
    position: absolute;
    bottom: -6px; left: 0;
    width: 0; height: 1px;
    background: var(--accent);
    transition: width 0.3s ease;
  }
  nav.main-nav a:hover::after { width: 100%; }
  /* ---------- Nav dropdown (Behandelingen) ---------- */
  .nav-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
  }
  .nav-dropdown-trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .nav-chevron {
    font-size: 11px;
    line-height: 1;
    transition: transform 0.25s ease;
    display: inline-block;
    color: var(--ink-soft);
    transform: translateY(1px);
  }
  .nav-dropdown:hover .nav-chevron,
  .nav-dropdown:focus-within .nav-chevron { transform: translateY(1px) rotate(180deg); color: var(--accent); }
  .nav-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    margin-top: 14px;
    min-width: 220px;
    background: #FFFFFF;
    border: 1px solid var(--line);
    box-shadow: 0 12px 32px rgba(10, 37, 64, 0.08);
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.25s ease, visibility 0s linear 0.25s;
    z-index: 10000;
  }
  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
    transition: opacity 0.2s ease, transform 0.25s ease, visibility 0s linear 0s;
  }
  .nav-dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 18px;
  }
  .nav-dropdown-menu a {
    padding: 10px 22px;
    font-size: 16px;
    font-weight: 500;
    color: var(--ink);
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
  }
  .nav-dropdown-menu a:hover { background: var(--bg-warm); color: var(--accent); }
  .nav-dropdown-menu a::after { display: none; }
  @media (max-width: 900px) {
    .nav-dropdown-menu {
      position: static;
      transform: none;
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      box-shadow: none;
      border: none;
      padding: 8px 0 0 16px;
      min-width: 0;
    }
    .nav-dropdown::after { display: none; }
  }


  .header-right { display: flex; align-items: center; gap: 24px; }
  .lang-toggle {
    display: inline-flex;
    align-items: center;
    padding: 3px;
    background: rgba(10, 37, 64, 0.06);
    border: 1px solid var(--line);
    border-radius: 999px;
    gap: 0;
  }
  .lang-toggle button {
    background: transparent;
    border: none;
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 600;
    color: var(--ink-soft);
    cursor: pointer;
    padding: 6px 14px;
    letter-spacing: 0.1em;
    border-radius: 999px;
    transition: all 0.25s ease;
    line-height: 1;
  }
  .lang-toggle button:hover { color: var(--navy); }
  .lang-toggle button.active {
    background: var(--navy);
    color: var(--white);
  }

  @media (max-width: 900px) {
    nav.main-nav { display: none; }
  }

  /* Hamburger-knop: standaard verborgen (desktop), verschijnt op mobiel
     zodra het hoofdmenu verdwijnt. Raakt desktop niet. */
  .nav-burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
  }
  .nav-burger-line {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--navy);
    margin: 0 auto;
    transition: transform 0.3s ease, opacity 0.2s ease;
  }
  .nav-burger.open .nav-burger-line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-burger.open .nav-burger-line:nth-child(2) { opacity: 0; }
  .nav-burger.open .nav-burger-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* Mobiel menu-paneel: standaard verborgen; alleen op mobiel gebruikt. */
  .mobile-menu {
    display: none;
  }

  /* Vanaf 900px (waar het desktopmenu verdwijnt): toon de hamburger en het
     uitklap-menupaneel. Desktop (>900px) blijft volledig ongemoeid. */
  @media (max-width: 900px) {
    .nav-burger { display: flex; }
    /* Op mobiel tonen we alleen de taalschakelaar in de header (links van de
       hamburger); de intake-knop zit al in het uitklapmenu. */
    .header-right { display: flex; gap: 10px; align-items: center; }
    .header-right .btn-primary { display: none; }
    .header-right .lang-toggle { display: flex; gap: 2px; }
    .header-right .lang-btn {
      font-family: var(--sans);
      font-size: 10px;
      font-weight: 600;
      padding: 3px 7px;
      border: 1px solid var(--line);
      background: transparent;
      color: var(--ink-soft);
      cursor: pointer;
      border-radius: 12px;
    }
    .header-right .lang-btn.active {
      background: var(--navy);
      color: #FFFFFF;
      border-color: var(--navy);
    }

    .mobile-menu {
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      width: min(82vw, 360px);
      max-width: 100vw;
      height: 100vh;
      background-color: #FFFFFF;
      background-image: none;
      opacity: 1;
      box-shadow: -8px 0 40px rgba(10, 37, 64, 0.12);
      transform: translateX(100%);
      transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
      z-index: 100001;
      overflow-y: auto;
      padding: 28px 28px 40px;
      box-sizing: border-box;
      -webkit-overflow-scrolling: touch;
    }
    .mobile-menu.open {
      transform: translateX(0);
    }
    /* Donkere overlay achter het paneel. */
    .mobile-menu-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.25);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease;
      z-index: 100000;
    }
    .mobile-menu-overlay.open {
      opacity: 1;
      visibility: visible;
    }
    body.menu-open { overflow: hidden; }
    /* Het menupaneel staat met translateX(100%) buiten beeld rechts; zonder
       deze regel zou dat horizontaal scrollen mogelijk maken. 'clip' i.p.v.
       'hidden' zodat de sticky header blijft plakken bij het scrollen. */
    html, body { overflow-x: clip; }
    .mobile-menu { max-width: 100vw; }

    .mobile-menu-nav { display: flex; flex-direction: column; }
    .mobile-menu-close {
      position: absolute;
      top: 16px;
      right: 18px;
      width: 40px;
      height: 40px;
      font-size: 32px;
      line-height: 1;
      color: var(--navy);
      background: transparent;
      border: none;
      cursor: pointer;
      padding: 0;
    }
    /* Hoofditems in serif, zoals de koppen elders op de site. Scheiding via
       witruimte i.p.v. lijnen, passend bij de rustige redactionele stijl. */
    .mobile-menu-nav > a,
    .mobile-menu-main {
      font-family: var(--serif);
      font-size: 26px;
      font-weight: 400;
      letter-spacing: -0.01em;
      color: var(--navy);
      text-decoration: none;
      padding: 11px 2px;
    }
    .mobile-menu-group {
      display: flex;
      flex-direction: column;
    }
    .mobile-menu-main {
      padding-bottom: 3px;
    }
    /* Subitems in de blauwe accentkleur, subtiel ingesprongen met witruimte
       (geen lijntje), netjes onder hun hoofdlink. */
    .mobile-menu-sub {
      font-family: var(--sans);
      font-size: 15px;
      font-weight: 500;
      color: var(--accent);
      text-decoration: none;
      padding: 6px 0 6px 20px;
    }
    .mobile-menu-group { margin-bottom: 12px; }
    .mobile-menu-sub:last-child { padding-bottom: 3px; }
    .mobile-menu-nav > a.mobile-menu-cta {
      margin-top: 24px;
      text-align: center;
      background: var(--navy);
      color: #FFFFFF;
      font-family: var(--sans);
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 0.03em;
      text-decoration: none;
      padding: 16px 24px;
      border-bottom: none;
    }
    .mobile-menu-nav > a.mobile-menu-cta span { color: #FFFFFF; }
  }

  /* ---------- Hero ---------- */
  .hero {
    padding: 100px 0 120px;
    position: relative;
    overflow: hidden;
  }
  .hero-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 80px;
    align-items: center;
  }
  @media (max-width: 900px) {
    .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  }
  .hero h1 { margin: 24px 0 32px; }
  .hero .lead { margin-bottom: 40px; }
  .hero-cta { display: flex; gap: 16px; flex-wrap: wrap; }

  .hero-visual {
    aspect-ratio: 4/5;
    background: linear-gradient(135deg, var(--accent-soft) 0%, var(--bg-warm) 100%);
    position: relative;
    overflow: hidden;
  }
  .hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, transparent 40%, rgba(10,37,64,0.25) 100%);
    z-index: 1;
    pointer-events: none;
  }
  .hero-visual-label {
    position: absolute;
    bottom: 28px; left: 28px;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 500;
    z-index: 2;
  }
  .hero-visual-label::before {
    content: ""; display: inline-block; width: 20px; height: 1px;
    background: var(--white); margin-right: 10px; vertical-align: middle;
  }
  .hero-meta {
    margin-top: 32px;
    display: flex;
    gap: 32px;
    padding-top: 32px;
    border-top: 1px solid var(--line);
    flex-wrap: wrap;
  }
  .hero-meta-item .num {
    font-family: var(--serif);
    font-size: 32px;
    font-weight: 300;
    font-style: italic;
    color: var(--navy);
    display: block;
    line-height: 1;
    margin-bottom: 6px;
  }
  .hero-meta-item .lbl {
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--ink-soft);
    font-weight: 500;
  }

  /* ---------- Trust strip ---------- */
  .trust-strip {
    padding: 24px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--white);
  }
  .trust-strip-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
  }
  .trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: var(--navy);
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .trust-item svg { width: 16px; height: 16px; stroke: var(--accent); }

  /* ---------- Section header ---------- */
  .section-header { margin-bottom: 64px; max-width: 720px; }
  .section-header.center { margin-left: auto; margin-right: auto; text-align: center; }
  .section-header.center .eyebrow { justify-content: center; }
  .section-header h2 { margin: 20px 0 16px; }

  /* ---------- Behandelingen ---------- */
  .behandeling-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  @media (max-width: 900px) {
    .behandeling-grid { grid-template-columns: 1fr; }
  }
  .behandeling-card {
    background: var(--white);
    padding: 40px 32px;
    border: 1px solid var(--line);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
  }
  .behandeling-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 0; height: 2px;
    background: var(--accent);
    transition: width 0.5s ease;
    z-index: 2;
  }
  .behandeling-card:hover { border-color: var(--navy); transform: translateY(-4px); }
  .behandeling-card:hover::before { width: 100%; }

  .behandeling-num {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 300;
    font-size: 48px;
    color: var(--accent);
    line-height: 1;
    margin-bottom: 24px;
    opacity: 0.5;
  }
  .behandeling-card h3 { margin-bottom: 16px; }
  .behandeling-card p { font-size: 15px; line-height: 1.65; }
  .behandeling-leesmeer {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 18px;
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 600;
    color: var(--accent);
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: gap 0.2s ease, color 0.2s ease;
  }
  .behandeling-leesmeer:hover { gap: 10px; color: var(--navy); }
  .behandeling-leesmeer::after { content: "→"; font-weight: 400; }

  /* Behandeling visual (foto bovenin de kaart) */
  .behandeling-visual {
    position: relative;
    margin: -40px -32px 32px -32px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--bg-warm);
  }
  .behandeling-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Hover-swap voor klikgebit kaart (desktop) */
  .behandeling-card.has-swap .behandeling-visual .img-hover {
    position: absolute;
    top: 0; left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  .behandeling-card.has-swap:hover .behandeling-visual .img-hover {
    opacity: 1;
  }

  /* Mobiele fallback: beide foto's onder elkaar, geen hover */
  @media (max-width: 900px) {
    .behandeling-card.has-swap .behandeling-visual {
      aspect-ratio: auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1px;
      background: var(--line);
    }
    .behandeling-card.has-swap .behandeling-visual img {
      position: static;
      opacity: 1;
      aspect-ratio: 1 / 1;
    }
  }

  /* Klikgebit traject (7 stappen) */
  .klikgebit-traject-intro {
    text-align: center;
    margin-bottom: 48px;
  }
  .klikgebit-traject-intro .eyebrow {
    justify-content: center;
  }
  .klikgebit-traject-intro h3 {
    font-family: var(--serif);
    font-weight: 300;
    font-size: clamp(28px, 3vw, 36px);
    margin-top: 16px;
    color: var(--navy);
    letter-spacing: -0.01em;
  }
  .klikgebit-traject-intro h3 em {
    font-style: italic;
  }
  .klikgebit-traject {
    max-width: 760px;
    margin: 96px auto 0;
  }
  .klikgebit-stap {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 32px;
    padding: 24px 0;
    border-bottom: 1px solid var(--line);
    align-items: baseline;
    position: relative;
  }
  .klikgebit-stap:last-child {
    border-bottom: none;
  }
  .klikgebit-stap:has(.stap-duur) {
    padding-left: 16px;
    margin-left: -16px;
    border-left: 2px solid var(--accent);
    background: linear-gradient(to right, rgba(74, 144, 226, 0.04), transparent 60%);
  }
  .klikgebit-stap-num {
    font-family: var(--serif);
    font-style: italic;
    font-size: 28px;
    color: var(--accent);
    line-height: 1;
  }
  .klikgebit-stap-content h4 {
    font-family: var(--serif);
    font-weight: 500;
    font-size: 19px;
    color: var(--navy);
    margin-bottom: 6px;
    line-height: 1.3;
  }
  .klikgebit-stap-content p {
    font-size: 14px;
    color: var(--ink-soft);
    line-height: 1.6;
    margin: 0;
  }
  .klikgebit-stap-content .stap-duur {
    display: inline-block;
    margin-top: 6px;
    font-family: var(--sans);
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 500;
  }
  .klikgebit-traject-totaal {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid var(--navy);
    text-align: center;
  }
  .klikgebit-traject-totaal .totaal-label {
    font-family: var(--sans);
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--ink-soft);
    display: block;
    margin-bottom: 8px;
  }
  .klikgebit-traject-totaal .totaal-value {
    font-family: var(--serif);
    font-style: italic;
    font-size: 22px;
    color: var(--navy);
  }
  @media (max-width: 600px) {
    .klikgebit-stap {
      grid-template-columns: 44px 1fr;
      gap: 20px;
    }
    .klikgebit-stap-num {
      font-size: 22px;
    }
  }

  /* Klikgebit uitleg ---------- */
  .klikgebit-uitleg {
    background: var(--white);
    padding-bottom: 80px;
    position: relative;
    scroll-margin-top: 120px;
  }
  .klikgebit-uitleg::after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 64px;
    background: var(--accent);
    opacity: 0.35;
  }
  .klikgebit-intro {
    max-width: 720px;
    margin: 0 auto 80px;
    text-align: center;
  }
  .klikgebit-intro .lead {
    margin: 24px auto 0;
    font-family: var(--serif);
    font-style: italic;
    font-size: 22px;
    color: var(--navy);
    line-height: 1.5;
  }
  .klikgebit-body {
    max-width: 800px;
    margin: 0 auto 80px;
    font-size: 17px;
    line-height: 1.75;
    color: var(--ink);
  }

  /* Drie scenario's */
  .klikgebit-scenarios {
    max-width: 1100px;
    margin: 0 auto 96px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 56px;
  }
  .klikgebit-scenario { position: relative; }
  .klikgebit-scenario .scenario-num {
    font-family: var(--serif);
    font-style: italic;
    font-size: 32px;
    color: var(--accent);
    line-height: 1;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .klikgebit-scenario .scenario-num::after {
    content: "";
    flex: 0 0 36px;
    height: 1px;
    background: var(--accent);
    opacity: 0.4;
  }
  .klikgebit-scenario h3 {
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 1.3;
  }
  .klikgebit-scenario p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--ink-soft);
  }
  @media (max-width: 900px) {
    .klikgebit-scenarios {
      grid-template-columns: 1fr;
      gap: 48px;
    }
  }

  /* Kostenkader */
  .kostenkader-intro {
    max-width: 720px;
    margin: 0 auto 40px;
    text-align: center;
    font-family: var(--serif);
    font-style: italic;
    font-size: 19px;
    line-height: 1.6;
    color: var(--navy);
  }
  .kostenkader {
    max-width: 680px;
    margin: 0 auto;
    background: var(--bg-warm);
    border: 1px solid var(--line);
    padding: 56px 56px 48px;
    position: relative;
  }
  .kostenkader-label {
    font-family: var(--sans);
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--ink-soft);
    text-align: center;
    margin-bottom: 36px;
    font-weight: 500;
  }
  .kostenkader-rows {
    margin-bottom: 32px;
  }
  .kostenkader-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding: 12px 0;
    font-size: 16px;
    color: var(--ink);
  }
  .kostenkader-row .row-label {
    font-family: var(--serif);
    flex: 0 0 auto;
    color: var(--navy);
  }
  .kostenkader-row .row-dots {
    flex: 1;
    border-bottom: 1px dotted var(--line);
    transform: translateY(-4px);
  }
  .kostenkader-row .row-value {
    flex: 0 0 auto;
    color: var(--ink-soft);
    font-size: 15px;
  }
  .kostenkader-total {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 24px 0;
    text-align: center;
    margin-bottom: 28px;
  }
  .kostenkader-total .total-label {
    font-family: var(--sans);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ink-soft);
    display: block;
    margin-bottom: 10px;
  }
  .kostenkader-total .total-value {
    font-family: var(--serif);
    font-style: italic;
    font-size: 28px;
    color: var(--navy);
  }
  .kostenkader-total .total-context {
    display: block;
    margin-top: 14px;
    font-family: var(--serif);
    font-style: italic;
    font-size: 17px;
    color: var(--ink);
    line-height: 1.5;
  }
  .kostenkader-note {
    text-align: center;
    font-size: 15px;
    color: var(--ink-soft);
    line-height: 1.6;
    font-style: italic;
    font-family: var(--serif);
  }
  @media (max-width: 600px) {
    .kostenkader { padding: 40px 28px 32px; }
    .kostenkader-row { flex-wrap: wrap; }
    .kostenkader-row .row-dots { display: none; }
    .kostenkader-row .row-value { margin-left: auto; }
  }

  /* Notitie + slot */
  .klikgebit-notitie {
    max-width: 680px;
    margin: 32px auto 0;
    text-align: center;
    font-size: 13px;
    line-height: 1.7;
    color: var(--ink-soft);
    font-style: italic;
  }
  .klikgebit-slot {
    max-width: 640px;
    margin: 56px auto 0;
    text-align: center;
  }
  .klikgebit-slot p {
    font-family: var(--serif);
    font-style: italic;
    font-size: 19px;
    color: var(--navy);
    line-height: 1.6;
    margin-bottom: 32px;
  }

  /* ---------- Educatieve sectie ---------- */
  .educatie {
    background: var(--bg-warm);
  }
  .educatie-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 64px;
    align-items: center;
  }
  @media (max-width: 900px) {
    .educatie-grid { grid-template-columns: 1fr; gap: 40px; }
  }
  .educatie-content h2 { margin: 20px 0 24px; }
  .educatie-content .lead { margin-bottom: 24px; }
  .educatie-list {
    list-style: none;
    margin-top: 24px;
    border-top: 1px solid var(--line);
  }
  .educatie-list li {
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 16px;
    align-items: baseline;
    font-size: 15px;
    color: var(--ink);
  }
  .educatie-list li .num {
    font-family: var(--serif);
    font-style: italic;
    font-size: 18px;
    color: var(--accent);
  }
  .educatie-list li strong {
    color: var(--navy);
    font-weight: 600;
    font-family: var(--sans);
  }
  .educatie-visual {
    background: var(--white);
    border: 1px solid var(--line);
    padding: 16px;
    aspect-ratio: 4/3;
    overflow: hidden;
  }
  .educatie-visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  /* ---------- Praktijkbeeld strip ---------- */
  .praktijk-strip {
    padding: 0;
    background: var(--bg);
  }
  .praktijk-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  @media (max-width: 900px) {
    .praktijk-grid { grid-template-columns: 1fr; }
  }
  .praktijk-tile {
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative;
  }
  .praktijk-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .praktijk-tile:hover img { transform: scale(1.04); }
  .praktijk-tile::after {
    content: attr(data-caption);
    position: absolute;
    bottom: 24px; left: 24px;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 500;
    z-index: 2;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
  }
  .praktijk-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(10,37,64,0.5) 100%);
    z-index: 1;
    pointer-events: none;
  }

  /* ---------- Aanmelden visual ---------- */
  .aanmelden-visual {
    margin: 0 auto 48px;
    max-width: 720px;
    aspect-ratio: 21/9;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
  }
  .aanmelden-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.85);
  }


  /* ---------- Mini-traject (visuele tijdlijn op homepage) ----------
     Horizontale lijn met 5 cirkels op desktop, verticaal op mobiel.
     Dezelfde visuele taal als het volledige wandelpad: accent-blauw 2px lijn,
     witte cirkels met accent-rand, serif italic cijfers. */
  .mini-traject {
    position: relative;
    margin: 72px auto 0;
    max-width: 1100px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
  }
  .mini-traject-line {
    position: absolute;
    top: 26px;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    z-index: 0;
  }
  .mini-traject-line path {
    fill: none;
    stroke: var(--accent);
    stroke-width: 2;
    stroke-linecap: round;
  }
  .mini-traject-step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 8px;
  }
  .mini-traject-dot {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--bg-warm);
    border: 2px solid var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    box-shadow: 0 0 0 6px var(--bg-warm);
    transition: transform 0.25s ease;
  }
  .mini-traject-dot span {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
    color: var(--accent);
    line-height: 1;
  }
  .mini-traject-dot--end {
    background: var(--accent);
  }
  .mini-traject-dot--end span {
    color: var(--white);
  }
  .mini-traject-step:hover .mini-traject-dot {
    transform: scale(1.06);
  }
  .mini-traject-title {
    font-family: var(--serif);
    font-size: 18px;
    font-weight: 500;
    color: var(--navy);
    letter-spacing: -0.005em;
    line-height: 1.3;
    margin: 0 0 4px;
  }
  .mini-traject-sub {
    font-family: var(--sans);
    font-size: 12px;
    line-height: 1.4;
    color: var(--ink-soft);
    margin: 0;
  }

  @media (max-width: 768px) {
    /* Verticaal stapelen: lijn wordt verticaal, dots links, labels rechts */
    .mini-traject {
      grid-template-columns: 1fr;
      gap: 28px;
      max-width: 420px;
      padding-left: 8px;
    }
    .mini-traject-line {
      top: 0;
      bottom: 0;
      left: 26px;
      right: auto;
      width: 4px;
      height: auto;
    }
    .mini-traject-line path {
      /* Override the horizontal path by hiding it; use a vertical pseudo instead */
      display: none;
    }
    .mini-traject::before {
      content: "";
      position: absolute;
      top: 26px;
      bottom: 26px;
      left: 33px;
      width: 2px;
      background: var(--accent);
      z-index: 0;
    }
    .mini-traject-step {
      flex-direction: row;
      align-items: flex-start;
      text-align: left;
      gap: 22px;
      padding: 0;
    }
    .mini-traject-dot {
      margin-bottom: 0;
      flex-shrink: 0;
    }
    .mini-traject-label {
      padding-top: 14px;
    }
  }

  /* ---------- Traject wandelpad ---------- */
  .traject {
    position: relative;
    margin: 70px auto 110px;
    padding: 20px 0;
    max-width: 1100px;
  }

  /* SVG kronkelend pad in het midden, achter de content */
  .traject-svg {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: 800px;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: visible;
  }
  .traject-svg .path-main {
    fill: none;
    stroke: #4A90E2;
    stroke-width: 2;
    stroke-linecap: round;
    opacity: 1;
  }
  .traject-svg .path-fase {
    fill: none;
    stroke: #4A90E2;
    stroke-width: 1.5;
    stroke-linecap: round;
    opacity: 0.5;
  }
  .traject-svg .path-end {
    fill: none;
    stroke: #4A90E2;
    stroke-width: 2;
    stroke-linecap: round;
    opacity: 1;
  }

  /* Stappen-rij: 3 kolommen (left / middenpad-spacer / right) */
  .traject-row {
    display: grid;
    grid-template-columns: 1fr 140px 1fr;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
  }
  .traject-row:last-child { margin-bottom: 0; }

  .traject-side {
    padding: 0 28px;
    position: relative;
    overflow: visible;
  }
  .traject-side.left { text-align: right; }
  .traject-side.right { text-align: left; }

  /* Stap met cijfer-dot: dot zit aan de kant van het pad, met connector-lijn */
  .stap-block {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    position: relative;
    max-width: 100%;
  }
  .stap-block .stap-content { flex: 1; min-width: 0; }
  .traject-side.left .stap-block { flex-direction: row; }
  .traject-side.right .stap-block { flex-direction: row-reverse; }

  /* Cijfer-dot: gevuld donkerblauw, witte serif cijfer */
  .stap-dot {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--navy);
    color: var(--white);
    font-family: var(--serif);
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
  }
  /* Connector-lijn van rand bol tot hoofdpad (raakt alleen buitenkant) */
  .stap-dot::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1.5px;
    background: #4A90E2;
    z-index: -1;
    transform: translateY(-50%);
    width: 98px;
  }
  .traject-side.left .stap-dot::before { left: 100%; }
  .traject-side.right .stap-dot::before { right: 100%; }

  /* Foto-block bij een stap (links of rechts van hoofdlijn) */
  .stap-foto {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--white);
  }
  .stap-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  /* Connector lijn van foto naar hoofdlijn */
  .stap-foto::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1.5px;
    background: #4A90E2;
    z-index: 1;
    transform: translateY(-50%);
    width: 98px;
  }
  .traject-side.left .stap-foto::after { left: 100%; }
  .traject-side.right .stap-foto::after { right: 100%; }

  /* Stap titel + tekst */
  .stap-title {
    font-family: var(--serif);
    font-size: 28px;
    font-weight: 400;
    color: var(--navy);
    letter-spacing: -0.01em;
    line-height: 1.15;
    margin: 0 0 12px;
  }
  .stap-title em { color: var(--accent); font-style: italic; }
  .stap-desc {
    font-size: 14px;
    color: var(--ink-soft);
    line-height: 1.65;
    margin: 0 0 14px;
  }
  .stap-duration {
    display: inline-block;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 600;
  }

  /* Wachttijd: bolletje exact op midden hoofdlijn + label rechts ernaast */
  .traject-wait-row {
    position: relative;
    margin: 60px 0 60px;
    z-index: 1;
    min-height: 24px;
    text-align: center;
  }
  .traject-wait-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #4A90E2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    box-shadow: 0 0 0 4px var(--bg-warm);
  }
  .traject-wait-label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 30px;
    max-width: 180px;
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--ink-soft);
    font-weight: 500;
    line-height: 1.5;
  }

  /* Startpunt van het traject: aanmelding */
  .traject-start-row {
    position: relative;
    margin: 0 0 40px;
    z-index: 1;
    min-height: 32px;
    text-align: center;
  }
  .traject-start-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--bg-warm);
    border: 2px solid #4A90E2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    box-shadow: 0 0 0 4px var(--bg-warm);
  }
  .traject-start-dot::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4A90E2;
    transform: translate(-50%, -50%);
  }
  .traject-start-label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 32px;
    max-width: 280px;
    text-align: left;
  }
  .traject-start-label .start-main {
    display: block;
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--navy);
    font-weight: 600;
    line-height: 1.4;
  }
  .traject-start-label .start-sub {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    color: var(--ink);
    font-style: italic;
    font-family: var(--serif);
    line-height: 1.5;
  }

  /* Fase route: 1-fase op hoofdpad (links), 2-fase als zij-route (rechts) */
  .fase-split {
    display: grid;
    grid-template-columns: 1fr 140px 1fr;
    align-items: stretch;
    gap: 0;
    margin: 100px 0 80px;
    position: relative;
    z-index: 1;
  }
  .fase-route {
    padding: 24px 28px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .fase-route.primary { grid-column: 1; text-align: left; align-items: flex-start; }
  .fase-route.secondary { grid-column: 3; text-align: right; align-items: flex-end; }

  .fase-route-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
  }
  .fase-route.primary .fase-route-header { justify-content: flex-start; }
  .fase-route.secondary .fase-route-header { justify-content: flex-end; }
  .fase-route-label-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    padding: 20px 28px;
    border: 1.5px solid var(--navy);
    border-radius: 999px;
    background: var(--bg-warm);
    position: relative;
    z-index: 2;
  }
  .fase-route.secondary .fase-route-label-group {
    border-color: var(--accent);
  }
  /* Connector van 1-fase pill (links) naar smalle linker-tak (richting midden) */
  .fase-route.primary .fase-route-label-group::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 110px;
    height: 1.5px;
    background: #4A90E2;
    transform: translateY(-50%);
    z-index: 1;
  }
  /* Connector van 2-fase pill (rechts) naar smalle rechter-tak (richting midden) */
  .fase-route.secondary .fase-route-label-group::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    width: 110px;
    height: 1.5px;
    background: #4A90E2;
    transform: translateY(-50%);
    z-index: 1;
  }
  .fase-route-label {
    font-size: 9px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 700;
  }
  .fase-route-title {
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 400;
    color: var(--navy);
    letter-spacing: -0.01em;
    line-height: 1.15;
  }
  .fase-route-desc {
    font-size: 13px;
    color: var(--ink-soft);
    line-height: 1.65;
    margin: 0;
  }
  .fase-route-tag {
    display: inline-block;
    margin-top: 14px;
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--ink-soft);
    opacity: 0.75;
    font-style: italic;
  }
  .fase-route-image {
    margin-top: 18px;
    width: 100%;
    max-width: 280px;
    aspect-ratio: 4/3;
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--white);
  }
  .fase-route-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .fase-route-image-caption {
    margin-top: 8px;
    font-size: 11px;
    color: var(--ink-soft);
    font-style: italic;
    opacity: 0.8;
    line-height: 1.4;
  }
  .fase-route.primary .fase-route-image,
  .fase-route.primary .fase-route-image-caption { margin-left: 0; margin-right: auto; text-align: left; }
  .fase-route.secondary .fase-route-image,
  .fase-route.secondary .fase-route-image-caption { margin-left: auto; margin-right: 0; text-align: right; }
  .fase-helper {
    display: block;
    width: 45%;
    margin: 20px 0 100px 0;
    padding: 0 24px 0 0;
    font-size: 12px;
    color: var(--ink-soft);
    font-style: italic;
    line-height: 1.55;
    text-align: left;
    position: relative;
    z-index: 1;
  }
  .fase-helper .asterisk {
    color: var(--accent);
    font-weight: 600;
    font-style: normal;
    margin-right: 4px;
  }

  /* Eindpunt: laatste mijlpaal */
  .traject-end {
    text-align: center;
    margin-top: -9px;
    position: relative;
    z-index: 1;
  }
  /* Eindmarker: ronde blauwe bol als finish-knooppunt op de lijn */
  .traject-end-marker {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #4A90E2;
    margin: 0 auto 60px;
    position: relative;
    box-shadow: 0 0 0 6px var(--bg-warm), 0 0 0 7px rgba(74, 144, 226, 0.3);
  }
  .traject-end-label {
    font-family: var(--serif);
    font-size: 32px;
    font-style: italic;
    color: var(--navy);
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
  .traject-end-rule {
    width: 60px;
    height: 1px;
    background: var(--accent);
    margin: 20px auto 0;
    opacity: 0.5;
  }


  /* ---------- Hoe-is-prijs-mogelijk uitleg ---------- */
  /* ---------- Drie principes (foto's banner-tight, tekst direct eronder) ---------- */
  .prijs-uitleg {
    background: var(--bg-warm);
    padding: 56px 0 48px;
    position: relative;
  }
  .prijs-uitleg-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
  }
  .prijs-uitleg-eyebrow-wrap {
    text-align: center;
    padding-bottom: 40px;
  }
  .prijs-uitleg-eyebrow {
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--navy);
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
  .prijs-uitleg-eyebrow::before,
  .prijs-uitleg-eyebrow::after {
    content: "";
    width: 36px;
    height: 1px;
    background: var(--navy);
  }
  .prijs-uitleg-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
  }
  .prijs-uitleg-item {
    display: flex;
    flex-direction: column;
  }
  .prijs-uitleg-photo {
    width: 100%;
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
  }
  .prijs-uitleg-num {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 300;
    font-size: 36px;
    color: var(--accent);
    line-height: 1;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .prijs-uitleg-num::after {
    content: "";
    display: block;
    width: 28px;
    height: 1px;
    background: var(--accent);
    opacity: 0.5;
  }
  .prijs-uitleg-item h3 {
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 400;
    color: var(--navy);
    letter-spacing: -0.01em;
    line-height: 1.25;
    margin: 0 0 14px;
    padding-right: 16px;
  }
  .prijs-uitleg-item h3 em {
    font-style: italic;
    color: var(--accent);
  }
  .prijs-uitleg-item p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--ink-soft);
    margin: 0;
    padding-right: 16px;
  }
  .prijs-uitleg-item:last-child h3,
  .prijs-uitleg-item:last-child p {
    padding-right: 0;
  }
  @media (max-width: 900px) {
    .prijs-uitleg-grid { grid-template-columns: 1fr; gap: 32px; }
    .prijs-uitleg-item h3,
    .prijs-uitleg-item p { padding-right: 0; }
  }

  .hero-prijs {
    background: var(--bg-warm);
    padding: 56px 0 32px;
    position: relative;
  }
  /* Zachte overgang: crème vervaagt naar wit onderaan de hero */
  .hero-prijs::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    background: linear-gradient(to bottom, rgba(244,241,234,0) 0%, var(--white) 100%);
    pointer-events: none;
  }
  /* En terug van wit naar crème bovenaan 'Waar wij voor staan' */
  .prijs-uitleg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 80px;
    background: linear-gradient(to bottom, var(--white) 0%, rgba(244,241,234,0) 100%);
    pointer-events: none;
  }
    .hero-prijs-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 32px;
    text-align: center;
    position: relative;
  }
  .hero-prijs-eyebrow {
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #0A0A0A;
    font-weight: 600;
    margin-bottom: 24px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
  .hero-prijs-eyebrow::before,
  .hero-prijs-eyebrow::after {
    content: "";
    width: 36px;
    height: 1px;
    background: #0A0A0A;
  }
  .hero-prijs h1 {
    font-family: var(--serif);
    font-size: clamp(32px, 3.4vw, 52px);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #0A0A0A;
    margin: 0 auto 28px;
    max-width: 1280px;
  }
  .hero-prijs h1 em {
    font-style: italic;
    color: var(--accent);
    font-weight: 500;
  }
  .hero-prijs-termijnen {
    font-family: var(--serif);
    font-size: clamp(32px, 3.4vw, 52px);
    font-weight: 300;
    color: #0A0A0A;
    margin: 0 auto 28px;
    max-width: 1280px;
    text-align: center;
    line-height: 1.1;
    letter-spacing: -0.02em;
  }
  .hero-prijs-termijnen strong {
    font-weight: 500;
    color: var(--accent);
    font-style: italic;
  }
  .hero-prijs-totaal {
    font-family: var(--sans);
    font-size: 16px;
    color: var(--ink);
    margin: 0 auto 14px;
    max-width: 720px;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.005em;
  }
  .hero-prijs-totaal strong {
    color: var(--navy);
    font-weight: 700;
  }
  .hero-prijs-subtitle {
    font-family: var(--serif);
    font-style: italic;
    font-size: 17px;
    color: var(--ink-soft);
    margin: 0 auto 48px;
    max-width: 720px;
    text-align: center;
    line-height: 1.5;
  }
  .price-asterisk {
    color: var(--accent);
    font-style: normal;
    font-weight: 500;
  }
  .hero-inclusies-label {
    font-family: var(--sans);
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 14px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
  .hero-inclusies-label::before,
  .hero-inclusies-label::after {
    content: "";
    width: 28px;
    height: 1px;
    background: var(--accent);
    opacity: 0.5;
  }
  .hero-inclusies-label-wrap {
    text-align: center;
  }
  .hero-inclusies {
    list-style: none;
    padding: 0;
    margin: 0 auto 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 32px;
    max-width: 720px;
  }
  .hero-inclusies li {
    font-family: var(--serif);
    font-style: italic;
    font-size: 19px;
    color: var(--navy);
    position: relative;
    padding-right: 20px;
  }
  .hero-inclusies li:not(:last-child)::after {
    content: "·";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--accent);
    opacity: 0.7;
    font-weight: 700;
  }
  @media (max-width: 600px) {
    .price-asterisk {
    color: var(--accent);
    font-style: normal;
    font-weight: 500;
  }
  .hero-inclusies-label {
    font-family: var(--sans);
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 14px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
  .hero-inclusies-label::before,
  .hero-inclusies-label::after {
    content: "";
    width: 28px;
    height: 1px;
    background: var(--accent);
    opacity: 0.5;
  }
  .hero-inclusies-label-wrap {
    text-align: center;
  }
  .hero-inclusies { gap: 0 8px; flex-wrap: nowrap; max-width: none; }
    .hero-inclusies li { font-size: 12px; padding-right: 8px; white-space: nowrap; }
    .hero-inclusies li:not(:last-child)::after { font-size: 10px; }
  }

  .hero-prijs-lead {
    font-size: 17px;
    line-height: 1.6;
    color: var(--ink-soft);
    max-width: 620px;
    margin: 0 auto 32px;
  }

  /* Prijsstrip horizontaal */
  .prijs-strip {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 32px 0;
    margin-bottom: 56px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    text-align: left;
  }
  @media (max-width: 800px) {
    .prijs-strip {
      grid-template-columns: 1fr;
      gap: 28px;
      text-align: center;
      padding: 32px 0;
    }
  }
  .prijs-strip-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  @media (max-width: 800px) {
    .prijs-strip-row { align-items: center; }
  }
  .prijs-strip-label {
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
  }
  .prijs-strip-was {
    font-family: var(--serif);
    font-size: clamp(52px, 6vw, 72px);
    font-weight: 300;
    color: var(--ink-soft);
    line-height: 1;
    letter-spacing: -0.02em;
  }
  .prijs-strip-nu {
    display: flex;
    align-items: baseline;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .prijs-strip-bedrag {
    font-family: var(--serif);
    font-size: clamp(52px, 6vw, 72px);
    font-weight: 300;
    color: var(--navy);
    line-height: 1;
    letter-spacing: -0.02em;
  }
  .prijs-strip-korting {
    font-size: 13px;
    font-weight: 600;
    color: var(--accent);
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
  }
  .prijs-strip-inbegrepen {
    border-left: 1px solid var(--line);
    padding-left: 40px;
  }
  @media (max-width: 800px) {
    .prijs-strip-inbegrepen { border-left: none; padding-left: 0; border-top: 1px solid var(--line); padding-top: 28px; }
  }
  .prijs-strip-inbegrepen-lijst {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
    font-family: var(--serif);
    font-style: italic;
    font-size: 17px;
    color: var(--navy);
    line-height: 1.5;
  }
  .prijs-strip-inbegrepen-lijst li {
    display: inline;
  }
  .prijs-strip-inbegrepen-lijst li + li::before {
    content: " · ";
    color: var(--accent);
    font-style: normal;
    font-weight: 600;
    margin: 0 4px;
  }

  /* CTA-rij */
  .hero-prijs-ctas {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 48px;
    margin-bottom: 36px;
  }
  .hero-prijs-voorraad {
    font-size: 12px;
    letter-spacing: 0.05em;
    color: var(--ink-soft);
    font-style: italic;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .hero-prijs-voorraad::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
    flex-shrink: 0;
  }
  .prijs-uitleg-bron {
    font-family: var(--sans);
    font-size: 12px;
    letter-spacing: 0.02em;
    color: var(--ink-soft);
    margin: 40px auto 0;
    max-width: 720px;
    text-align: center;
    line-height: 1.5;
  }
  /* ---------- Inline editorial CTA ---------- */
  .inline-cta {
    text-align: center;
    margin: 48px auto 0;
    max-width: 720px;
  }
  .inline-cta-lead {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    color: var(--navy);
    line-height: 1.4;
    margin: 0 0 14px;
  }
  .inline-cta a {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--accent);
    text-decoration: none;
    border-bottom: 1px solid var(--accent);
    padding-bottom: 4px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.2s ease, color 0.2s ease;
  }
  .inline-cta a:hover {
    gap: 12px;
    color: var(--navy);
    border-bottom-color: var(--navy);
  }
  .inline-cta a .arrow {
    transition: transform 0.2s ease;
  }
  .inline-cta a:hover .arrow {
    transform: translateX(2px);
  }
  .prijs-strip-bron {
    font-family: var(--sans);
    font-size: 11px;
    letter-spacing: 0.04em;
    color: var(--ink-soft);
    margin: -32px 0 32px;
    line-height: 1.5;
    text-align: left;
    max-width: 100%;
  }
  /* Termijnen-regel: tussen prijs-strip en CTA's */
  .prijs-termijnen {
    margin: 32px 0 36px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .prijs-termijnen-main {
    font-family: var(--serif);
    font-style: italic;
    font-size: 24px;
    color: var(--navy);
    display: inline-flex;
    align-items: center;
    gap: 18px;
    line-height: 1.3;
  }
  .prijs-termijnen-main::before,
  .prijs-termijnen-main::after {
    content: "";
    width: 36px;
    height: 1px;
    background: var(--accent);
    opacity: 0.5;
    flex-shrink: 0;
  }
  .prijs-termijnen-sub {
    font-family: var(--sans);
    font-size: 13px;
    letter-spacing: 0.06em;
    color: var(--ink-soft);
    font-weight: 400;
  }
  .prijs-section {
    background: var(--bg-warm);
    padding: 80px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .prijs-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px;
  }
  .prijs-eyebrow {
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 600;
    margin-bottom: 18px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }
  .prijs-eyebrow::before {
    content: "";
    width: 32px;
    height: 1px;
    background: var(--accent);
  }
  .prijs-intro {
    max-width: 640px;
    margin-bottom: 56px;
  }
  .prijs-intro h2 {
    font-family: var(--serif);
    font-size: clamp(32px, 3.6vw, 44px);
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.015em;
    color: var(--navy);
    margin: 0;
  }
  .prijs-intro h2 em {
    font-style: italic;
    color: var(--accent);
  }

  /* 3 kolommen: prijs / uitleg / CTA */
  .prijs-grid {
    display: grid;
    grid-template-columns: 1.1fr 1.4fr 1fr;
    gap: 56px;
    align-items: center;
    padding: 48px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  @media (max-width: 900px) {
    .prijs-grid { grid-template-columns: 1fr; gap: 40px; padding: 40px 0; }
  }

  /* Kolom 1: prijs */
  .prijs-col-bedrag {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .prijs-was {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-size: 13px;
    color: var(--ink-soft);
    letter-spacing: 0.05em;
  }
  .prijs-was-label {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 10px;
    font-weight: 600;
  }
  .prijs-was-bedrag {
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 300;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
    color: var(--ink-soft);
  }
  .prijs-nu-row {
    display: flex;
    align-items: baseline;
    gap: 14px;
    flex-wrap: wrap;
  }
  .prijs-nu-label {
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--accent);
  }
  .prijs-nu-bedrag {
    font-family: var(--serif);
    font-size: clamp(48px, 5.5vw, 64px);
    font-weight: 300;
    color: var(--navy);
    line-height: 1;
    letter-spacing: -0.02em;
  }
  .prijs-korting {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 600;
    color: var(--accent);
    letter-spacing: 0.05em;
  }
  .prijs-korting::before {
    content: "−";
    font-size: 14px;
  }

  /* Kolom 2: uitleg */
  .prijs-col-uitleg {
    border-left: 1px solid var(--line);
    padding-left: 40px;
  }
  @media (max-width: 900px) {
    .prijs-col-uitleg { border-left: none; padding-left: 0; border-top: 1px solid var(--line); padding-top: 32px; }
  }
  .prijs-inbegrepen-label {
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 700;
    margin-bottom: 14px;
  }
  .prijs-inbegrepen-lijst {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    font-family: var(--serif);
    font-style: italic;
    font-size: 18px;
    color: var(--navy);
  }
  .prijs-inbegrepen-lijst li {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .prijs-inbegrepen-lijst li + li::before {
    content: "·";
    color: var(--accent);
    font-size: 22px;
    font-style: normal;
    margin-right: 12px;
  }
  .prijs-voorwaarde {
    font-size: 13px;
    line-height: 1.65;
    color: var(--ink-soft);
    margin: 0;
  }

  /* Kolom 3: CTA */
  .prijs-col-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  @media (max-width: 900px) {
    .prijs-col-cta { align-items: flex-start; border-top: 1px solid var(--line); padding-top: 32px; }
  }
  .prijs-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 28px;
    background: var(--navy);
    color: var(--white);
    text-decoration: none;
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    transition: all 0.3s;
    border: 1px solid var(--navy);
  }
  .prijs-cta:hover {
    background: transparent;
    color: var(--navy);
  }
  .prijs-cta::after {
    content: "→";
    font-family: var(--serif);
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
  }
  .prijs-voorraad {
    font-size: 11px;
    letter-spacing: 0.05em;
    color: var(--ink-soft);
    font-style: italic;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .prijs-voorraad::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
    flex-shrink: 0;
  }
  .galerij-bg { background: var(--bg-warm); }
  .case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  /* Eén-case teaser op homepage: gecentreerd, niet volle breedte uitgerekt */
  .case-grid--single {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 0 auto;
  }
  @media (max-width: 900px) {
    .case-grid { grid-template-columns: 1fr; }
  }
  .case-card { background: var(--white); }
  /* ---------- Statische drie-fasen weergave (Voor / Na plaatsing / Na) ---------- */
  .case-fases {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4px;
    aspect-ratio: 3 / 1;
  }
  .case-fase {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--accent-soft) 0%, var(--bg-warm) 100%);
    overflow: hidden;
  }
  .case-fase img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .case-fase-label {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--navy);
    background: var(--white);
    padding: 6px 11px;
    font-weight: 500;
    z-index: 2;
  }
  .case-fase-placeholder {
    font-family: var(--serif);
    font-style: italic;
    font-size: 16px;
    color: var(--navy);
    opacity: 0.4;
    text-align: center;
    padding: 0 12px;
  }
  @media (max-width: 768px) {
    .case-fases {
      grid-template-columns: 1fr;
      aspect-ratio: auto;
      gap: 4px;
    }
    .case-fase { aspect-ratio: 3 / 2; }
  }
  .case-slider {
    aspect-ratio: 2/1;
    position: relative;
    overflow: hidden;
    background: var(--accent-soft);
  }
  .slider-track { display: flex; height: 100%; transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1); }
  .slide {
    flex: 0 0 50%;
    display: flex; align-items: center; justify-content: center;
    position: relative;
    background: linear-gradient(135deg, var(--accent-soft) 0%, var(--bg-warm) 100%);
    border-right: 1px solid rgba(255,255,255,0.6);
  }
  .slide:last-child { border-right: none; }
  @media (max-width: 768px) {
    .case-slider { aspect-ratio: 4/3; }
    .slide { flex: 0 0 100%; border-right: none; }
  }
  .slide-label {
    position: absolute;
    top: 20px; left: 20px;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--navy);
    background: var(--white);
    padding: 6px 12px;
    font-weight: 500;
  }
  .slide-placeholder {
    font-family: var(--serif);
    font-style: italic;
    font-size: 20px;
    color: var(--navy);
    opacity: 0.4;
    text-align: center;
    padding: 0 20px;
  }
  .slider-controls {
    position: absolute;
    bottom: 16px; right: 16px;
    display: flex; gap: 8px;
  }
  .slider-btn {
    width: 36px; height: 36px;
    background: var(--white);
    border: none;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.2s;
  }
  .slider-btn:hover { background: var(--navy); color: var(--white); }
  .slider-btn svg { width: 14px; height: 14px; }
  .slider-dots {
    position: absolute;
    bottom: 24px; left: 24px;
    display: flex; gap: 6px;
  }
  .slider-dot {
    width: 24px; height: 2px;
    background: rgba(10,37,64,0.2);
    transition: background 0.3s;
  }
  .slider-dot.active { background: var(--navy); }
  .case-info { padding: 24px 28px 28px; }
  .case-info h3 { font-size: 18px; margin-bottom: 6px; }
  .case-info p { font-size: 14px; }

  /* ---------- Locaties ---------- */
  .locaties-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
  }
  @media (max-width: 900px) {
    .locaties-grid { grid-template-columns: repeat(2, 1fr); }
  }
  .locatie {
    background: var(--white);
    padding: 48px 32px;
    text-align: center;
    transition: background 0.3s;
    position: relative;
  }
  .locatie:hover { background: var(--accent-soft); }
  .locatie-num {
    font-family: var(--serif);
    font-style: italic;
    font-size: 14px;
    color: var(--ink-soft);
    display: block;
    margin-bottom: 16px;
  }
  .locatie-name {
    font-family: var(--serif);
    font-size: 28px;
    font-weight: 400;
    color: var(--navy);
  }

  /* ---------- FAQ ---------- */
  .faq-bg { background: var(--bg-warm); }
  .faq-list { border-top: 1px solid var(--line); max-width: 880px; margin: 0 auto; }
  .faq-item { border-bottom: 1px solid var(--line); }
  .faq-trigger {
    width: 100%;
    background: none;
    border: none;
    padding: 28px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
  }
  .faq-question {
    font-family: var(--serif);
    font-weight: 400;
    font-size: 20px;
    color: var(--navy);
    transition: color 0.3s;
  }
  .faq-trigger:hover .faq-question { color: var(--accent); }
  .faq-toggle {
    width: 32px; height: 32px;
    border: 1px solid var(--line);
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    transition: all 0.3s;
  }
  .faq-toggle::before, .faq-toggle::after {
    content: "";
    position: absolute;
    background: var(--navy);
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s;
  }
  .faq-toggle::before { width: 10px; height: 1px; }
  .faq-toggle::after { width: 1px; height: 10px; }
  .faq-item.open .faq-toggle { background: var(--navy); border-color: var(--navy); }
  .faq-item.open .faq-toggle::before, .faq-item.open .faq-toggle::after { background: var(--white); }
  .faq-item.open .faq-toggle::after { transform: translate(-50%, -50%) rotate(90deg); }

  .faq-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
  .faq-content-inner { padding: 0 0 28px; max-width: 720px; }
  .faq-content p { font-size: 15px; line-height: 1.7; }
  .faq-content p + p { margin-top: 14px; }

  /* ---------- Legal pages (privacy, voorwaarden) ----------
     Bewust saai en kaal: kleine grijze platte tekst, geen kleur,
     geen accenten, dichte regels. Puur een verplicht juridisch document. */
  .legal-page {
    padding: 40px 0 48px;
  }
  .legal-page .section-header {
    margin-bottom: 16px;
    text-align: left;
  }
  .legal-page .section-header.center {
    margin-left: 0;
    margin-right: 0;
  }
  .legal-page .section-header h2 {
    font-family: var(--sans);
    font-size: 16px;
    font-weight: 600;
    color: #6B6B6B;
  }
  .legal-page .section-header h2 em {
    font-style: normal;
  }
  .legal-page .eyebrow {
    display: none;
  }
  .legal-body {
    max-width: 640px;
    margin: 0 auto;
    color: #777;
  }
  .legal-intro {
    font-size: 12px;
    line-height: 1.45;
    color: #777;
    margin-bottom: 16px;
  }
  .legal-body h3 {
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 600;
    color: #6B6B6B;
    margin: 16px 0 3px;
  }
  .legal-body h3:first-child {
    margin-top: 0;
  }
  .legal-body p {
    font-size: 12px;
    line-height: 1.45;
    color: #777;
    margin-bottom: 7px;
  }
  .legal-body ul {
    margin: 0 0 7px;
    padding-left: 18px;
  }
  .legal-body li {
    font-size: 12px;
    line-height: 1.45;
    color: #777;
    margin-bottom: 1px;
  }
  .legal-body a {
    color: #777;
    text-decoration: underline;
  }
  .legal-body strong {
    color: #777;
    font-weight: 600;
  }
  .legal-contact {
    font-size: 12px;
    line-height: 1.5;
    color: #777;
    padding: 0;
    background: none;
    border-radius: 0;
  }
  .legal-meta {
    margin-top: 16px;
    font-size: 11px;
    color: #999;
  }

  /* ---------- Aanmelden ---------- */
  .aanmelden {
    background: var(--navy);
    color: var(--white);
    margin-top: 0 !important;
  }
  .aanmelden .eyebrow { color: var(--accent-soft); }
  .aanmelden .eyebrow::before, .aanmelden .eyebrow::after { background: var(--accent-soft); }
  .aanmelden h2 { color: var(--white); }
  .aanmelden h2 em { color: var(--accent-soft); font-style: italic; }
  .aanmelden .lead { color: rgba(255,255,255,0.7); }

  .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 720px;
    margin: 56px auto 0;
  }
  @media (max-width: 700px) {
    .form-grid { grid-template-columns: 1fr; }
  }
  .form-field { position: relative; }
  .form-field.full { grid-column: 1 / -1; }
  .form-field label {
    display: block;
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    margin-bottom: 12px;
    font-weight: 500;
  }
  .form-field input, .form-field select, .form-field textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 12px 0;
    font-family: inherit;
    font-size: 16px;
    color: var(--white);
    transition: border-color 0.3s;
    border-radius: 0;
  }
  .form-field input:focus, .form-field select:focus, .form-field textarea:focus {
    outline: none;
    border-bottom-color: var(--accent-soft);
  }
  .form-field input::placeholder, .form-field textarea::placeholder { color: rgba(255,255,255,0.3); }
  .form-field textarea {
    resize: vertical;
    min-height: 80px;
    line-height: 1.5;
  }
  .form-field select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3e%3cpath fill='none' stroke='%23E8F0F7' stroke-width='1.5' d='M2 4l4 4 4-4'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0 center;
    padding-right: 24px;
  }
  .form-field select option { background: var(--navy); color: var(--white); }

  .form-check {
    grid-column: 1 / -1;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-top: 16px;
  }
  .form-check input { 
    width: 18px; height: 18px;
    margin-top: 3px;
    accent-color: var(--accent-soft);
    cursor: pointer;
  }
  .form-check label {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
    margin: 0;
    text-transform: none;
    letter-spacing: 0;
    cursor: pointer;
  }
  .form-check label a { color: var(--accent-soft); text-decoration: underline; }

  .form-submit {
    grid-column: 1 / -1;
    margin-top: 24px;
  }
  .form-submit button {
    background: var(--white);
    color: var(--navy);
    border: 1px solid var(--white);
    padding: 18px 36px;
    font-size: 13px;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    font-family: inherit;
  }
  .form-submit button:hover { background: var(--accent-soft); border-color: var(--accent-soft); }

  .form-confirm {
    display: none;
    text-align: center;
    padding: 60px 32px;
    max-width: 600px;
    margin: 56px auto 0;
    border: 1px solid rgba(255,255,255,0.2);
  }
  .form-confirm.show { display: block; }
  .form-confirm .check-icon {
    width: 56px; height: 56px;
    border: 1px solid var(--accent-soft);
    border-radius: 50%;
    margin: 0 auto 24px;
    display: flex; align-items: center; justify-content: center;
  }
  .form-confirm .check-icon svg { width: 24px; height: 24px; stroke: var(--accent-soft); }
  .form-confirm h3 { color: var(--white); font-size: 28px; margin-bottom: 12px; }
  .form-confirm p { color: rgba(255,255,255,0.7); }

  /* ---------- Footer ---------- */
  footer {
    padding: 64px 0 40px;
    background: var(--bg);
    border-top: 1px solid var(--line);
  }
  .footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 32px;
    flex-wrap: wrap;
  }
  .footer-tagline {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    color: var(--navy);
    max-width: 360px;
    margin-top: 16px;
  }
  .footer-links {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
  }
  .footer-links a {
    color: var(--ink-soft);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s;
  }
  .footer-links a:hover { color: var(--navy); }
  .footer-bottom {
    margin-top: 56px;
    padding-top: 32px;
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: var(--ink-soft);
    letter-spacing: 0.02em;
    flex-wrap: wrap;
    gap: 12px;
  }

  /* ---------- Animations ---------- */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .hero > .container > * > * { animation: fadeUp 0.8s ease both; }
  .hero h1 { animation-delay: 0.1s; }
  .hero .lead { animation-delay: 0.2s; }
  .hero-cta { animation-delay: 0.3s; }
  .hero-meta { animation-delay: 0.4s; }

  /* ---------- Language hide/show ---------- */
  [data-lang-en] { display: none !important; }
  body.en [data-lang-nl] { display: none !important; }
  body.en [data-lang-en] { display: initial !important; }
  body.en .wordmark .dot-nl::after { content: ""; }

  /* =====================================================================
     TELEFOON-OPTIMALISATIES (max-width: 600px)
     Alle mobiel-specifieke aanpassingen staan hier gebundeld. Raakt de
     desktopversie niet — geldt uitsluitend op smalle schermen.
     ===================================================================== */
  @media (max-width: 600px) {

    /* --- Koppen iets verkleinen (waren te dominant op smal scherm) --- */
    h2 { font-size: 30px; }
    .prijs-strip-was,
    .prijs-strip-bedrag { font-size: 44px; }
    .prijs-nu-bedrag { font-size: 40px; }

    /* --- Ruimere, passende zijmarges (was 32px → 22px) zodat content
       meer breedte krijgt op de telefoon. --- */
    .container { padding: 0 22px; }
    .container-narrow { padding: 0 22px; }

    /* --- CTA-knoppen full-width onder elkaar: grotere tikdoelen,
       rustiger beeld dan twee smalle knoppen naast elkaar. --- */
    .hero-prijs-ctas {
      flex-direction: column;
      align-items: stretch;
      gap: 12px;
      margin-top: 36px;
    }
    .hero-prijs-ctas .btn {
      width: 100%;
      justify-content: center;
      padding: 16px 24px;
    }
    .hero-cta {
      flex-direction: column;
      align-items: stretch;
      gap: 12px;
    }
    .hero-cta .btn {
      width: 100%;
      justify-content: center;
    }

    /* --- Compactere sticky header op de telefoon (was 76px) zodat er
       meer ruimte overblijft voor de inhoud. Extra ruimte bovenaan voor de
       notch / safe-area zodat die de header niet bedekt. --- */
    .header-inner {
      padding: 10px 22px;
      padding-top: calc(10px + env(safe-area-inset-top, 0px));
      min-height: 60px;
    }
    .wordmark { font-size: 18px; gap: 7px; }
    .wordmark-icon { width: 28px; height: 28px; }
    /* Logo netjes verticaal uitlijnen en niet laten afbreken op smal scherm. */
    .header-inner { align-items: center; }
    .wordmark { align-items: center; white-space: nowrap; }

    /* Header blijft altijd zichtbaar (sticky) bovenaan op elke pagina. Bij
       scrollen alleen een subtiele schaduw — geen maatverandering, want dat
       gaf flikkering bij het scrollen. */
    header { transition: box-shadow 0.25s ease; }
    header.scrolled { box-shadow: 0 2px 12px rgba(10, 37, 64, 0.07); }

    /* --- Ruimere tikdoelen voor losse tekstlinks (teasers/CTA's). --- */
    .behandeling-leesmeer,
    .teaser-link,
    .case-link {
      padding-top: 6px;
      padding-bottom: 6px;
      display: inline-flex;
    }

    /* --- Taalschakelaar (NL/EN) in het mobiele menu, want de header-versie
       is op mobiel verborgen. --- */
    .mobile-menu-lang {
      display: flex;
      gap: 8px;
      margin-bottom: 18px;
      padding-bottom: 18px;
      border-bottom: 1px solid var(--line);
    }
    .mobile-menu-lang .lang-btn {
      font-family: var(--sans);
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.04em;
      padding: 8px 16px;
      border: 1px solid var(--line);
      background: transparent;
      color: var(--ink-soft);
      cursor: pointer;
      border-radius: 0;
    }
    .mobile-menu-lang .lang-btn.active {
      background: var(--navy);
      color: var(--white);
      border-color: var(--navy);
    }

    /* --- Minder lege ruimte onder sectiekoppen en compactere secties op
       de telefoon, zodat je minder hoeft te scrollen. --- */
    .section-header { margin-bottom: 36px; }
    section { padding: 48px 0; }

    /* --- Grote termijnen-tekst in de hero iets temperen op smal scherm. --- */
    .hero-prijs-termijnen { font-size: 28px; }

    /* --- Hero compacter op de telefoon zodat alles t/m de knoppen
       ("Bekijk het traject") in één scherm past, zonder te scrollen. --- */
    .hero-prijs { padding: 20px 0 24px; }
    .hero-prijs h1 { margin: 0 auto 16px; }
    .hero-prijs-eyebrow { margin-bottom: 14px; }
    .hero-prijs-termijnen { margin: 0 auto 14px; }
    .hero-prijs-subtitle { font-size: 14px; margin: 0 auto 20px; }
    .hero-inclusies-label { margin: 0 auto 10px; }
    .hero-inclusies { margin: 0 auto 16px; }
    .hero-prijs-ctas { margin-top: 20px; margin-bottom: 8px; }

  }
