/* =========================================================================
   Attentus Verzuim & Re-integratie: gedeelde stijl voor de pijlerpagina's
   (mkb.html, grootzakelijk.html, bemiddeling.html).
   Tokens en locks identiek aan index.html (taste-skill):
   - Eén accent = Aarde (#64523A). Blauw alleen wash, geel alleen marker.
   - Knoppen pill, kaarten 18px, velden 10px. Font: Geist overal.
   - Geen em-dash of en-dash in copy, alleen koppelteken.
   TODO: index.html later ook op dit bestand aansluiten zodat er een bron is.
   ========================================================================= */

:root {
  --ink: #1E1E1E;
  --paper: #FFFFFF;
  --paper-warm: #FAF9F6;
  --paper-2: #F4F1EA;
  --earth: #64523A;
  --earth-soft: #8A7559;
  --earth-tint: #EFE9DF;
  --wash-blue: #E6F6FC;    --wash-blue-bd: #CFEAF4;
  --wash-sand-bd: #E4DAC9;
  --wash-yellow: #FAF3D6;  --wash-yellow-bd: #EFE3B5;
  --blue: #9AEFFF;
  --blue-soft: #C5F0FF;
  --yellow: #F4CC3D;
  --muted: #6B655C;
  --line: #E7E3DC;
  --sans: 'Geist', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --r-card: 18px;
  --r-pill: 9999px;
  --r-field: 10px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper-warm);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
::selection { background: var(--blue-soft); color: var(--ink); }
a { color: inherit; }
img { display: block; max-width: 100%; -webkit-user-drag: none; }

.wrap { max-width: 1240px; margin: 0 auto; padding-inline: clamp(20px, 4vw, 48px); }

/* ── Knoppen ─────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  border-radius: var(--r-pill); text-decoration: none; cursor: pointer;
  font: 500 15px/1 var(--sans); white-space: nowrap;
  padding: 13px 24px; border: 1px solid transparent;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .12s ease;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn--primary:hover { background: var(--earth); border-color: var(--earth); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--earth); color: var(--earth); }
.btn--onearth { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.btn--onearth:hover { background: var(--blue); border-color: var(--blue); }

.eyebrow {
  font: 600 12.5px/1 var(--sans); letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--earth); margin-bottom: 20px;
}

/* ── Navigatie ───────────────────────────────────────────────────────── */
nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 132px; gap: 24px;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; flex: none; }
.brand img { height: 124px; width: auto; display: block; mix-blend-mode: multiply; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links > a:not(.btn) { text-decoration: none; color: var(--muted); font-size: 14.5px; font-weight: 500; transition: color .2s; }
.nav-links > a:not(.btn):hover { color: var(--ink); }

.menu-btn {
  display: none; align-items: center; justify-content: center;
  width: 44px; height: 44px; flex: none; cursor: pointer;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-pill);
  color: var(--ink); transition: border-color .2s ease, color .2s ease;
}
.menu-btn:hover { border-color: var(--earth); color: var(--earth); }
.menu-btn svg { width: 20px; height: 20px; }
.mnav { display: none; }

/* ── Inlogmenu (Planningsagenda): werkgever en werknemer ─────────────── */
.login-menu { position: relative; }
.login-menu summary { list-style: none; }
.login-menu summary::-webkit-details-marker { display: none; }
.login-menu[open] summary { border-color: var(--earth); color: var(--earth); }
.login-opties {
  position: absolute; right: 0; top: calc(100% + 8px); z-index: 30;
  background: var(--paper); border: 1px solid var(--line); border-radius: 14px;
  box-shadow: 0 14px 32px -18px rgba(100, 82, 58, 0.45); padding: 8px; min-width: 195px;
  display: flex; flex-direction: column; gap: 2px;
}
.login-opties a { text-decoration: none; color: var(--ink); font: 500 14.5px/1 var(--sans); padding: 11px 13px; border-radius: 9px; white-space: nowrap; }
.login-opties a:hover { background: var(--earth-tint); color: var(--earth); }




/* ── Kennisbank: artikelopmaak ───────────────────────────────────────── */
.artikel { max-width: 72ch; }
.artikel h2 { font-weight: 600; font-size: clamp(22px, 2.4vw, 30px); letter-spacing: -0.02em; line-height: 1.15; margin-top: 40px; }
.artikel h3 { font-weight: 600; font-size: 18px; color: var(--earth); margin-top: 26px; }
.artikel p { color: var(--muted); font-size: 16px; line-height: 1.65; margin-top: 14px; }
.artikel p strong { color: var(--ink); }
.artikel a { color: var(--earth); }
.artikel ul, .artikel ol { margin: 14px 0 0 22px; color: var(--muted); font-size: 16px; line-height: 1.65; display: flex; flex-direction: column; gap: 8px; }
.artikel li strong { color: var(--ink); }
.artikel .jaartabel-wrap { margin-top: 20px; }
.artikel .klein { font-size: 13.5px; line-height: 1.55; }
.byline { font-size: 13px; color: var(--muted); margin-top: 16px; }

/* ── Kruimelpad ──────────────────────────────────────────────────────── */
.kruimel { display: block; height: auto; font-size: 13px; color: var(--muted); margin-bottom: 22px; }
.kruimel a { color: var(--earth); text-decoration: none; }
.kruimel a:hover { text-decoration: underline; }
.kruimel span[aria-current] { color: var(--ink); }

/* ── Dienstenhub: linkkaarten ────────────────────────────────────────── */
.dienstgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
.dienstkaart {
  display: flex; flex-direction: column; gap: 10px; text-decoration: none; color: var(--ink);
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-card);
  padding: 26px; transition: transform .2s ease, box-shadow .2s ease;
}
.dienstkaart:hover { transform: translateY(-3px); box-shadow: 0 14px 32px -18px rgba(100, 82, 58, 0.45); }
.dienstkaart h3 { font-weight: 600; font-size: 18.5px; letter-spacing: -0.01em; line-height: 1.25; }
.dienstkaart p { font-size: 14.5px; line-height: 1.55; color: var(--muted); }
.dienstkaart .ga { font: 500 14px/1.3 var(--sans); color: var(--earth); margin-top: auto; padding-top: 8px; }
@media (max-width: 920px) { .dienstgrid { grid-template-columns: 1fr; } }

/* ── Feitenkaart ("In het kort") op dienstpagina's ───────────────────── */
.feitenkaart { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-card); padding: 22px 26px; margin-top: 32px; max-width: 640px; }
.feitenkaart .lbl-klein { font: 600 11.5px/1 var(--sans); letter-spacing: 0.1em; text-transform: uppercase; color: var(--earth); margin-bottom: 6px; }

/* ── Pijler-switcher: op elke pijlerpagina bovenaan ──────────────────── */
.pillar-switch {
  display: inline-flex; flex-wrap: wrap; gap: 6px;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-pill);
  padding: 6px; margin-bottom: 34px;
}
.pillar-switch a {
  text-decoration: none; font: 500 14px/1 var(--sans); color: var(--muted);
  padding: 10px 18px; border-radius: var(--r-pill);
  transition: background .2s ease, color .2s ease;
}
.pillar-switch a:hover { color: var(--ink); }
.pillar-switch a[aria-current="page"] { background: var(--ink); color: var(--paper); }

/* ── Pijler-hero ─────────────────────────────────────────────────────── */
.p-hero { padding-top: clamp(16px, 3vw, 40px); }
.p-hero h1 {
  font-weight: 600; font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.06; letter-spacing: -0.025em; max-width: 18ch;
}
.p-hero h1 .accent { color: var(--earth); }
.p-hero .sub { font-size: clamp(16px, 1.4vw, 18.5px); line-height: 1.6; color: var(--muted); max-width: 52ch; margin-top: 22px; }
.p-hero .cta { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }

/* ── Secties en koppen ───────────────────────────────────────────────── */
section { padding-top: clamp(64px, 8vw, 104px); }
.sec-head { max-width: 56ch; }
.sec-head h2 { font-weight: 600; font-size: clamp(26px, 3vw, 40px); letter-spacing: -0.02em; line-height: 1.1; }
.sec-head p { color: var(--muted); font-size: 16px; line-height: 1.6; margin-top: 14px; max-width: 52ch; }

/* ── Pakket-tegels (MKB) ─────────────────────────────────────────────── */
.pkgs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; align-items: stretch; }
.pkg { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-card); padding: 26px; display: flex; flex-direction: column; gap: 12px; }
.pkg-name { font-weight: 600; font-size: 19px; letter-spacing: -0.01em; }
.pkg-note { font-size: 14px; color: var(--muted); }
.pkg ul { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-top: 6px; }
.pkg li { display: grid; grid-template-columns: 20px 1fr; gap: 10px; font-size: 14.5px; line-height: 1.45; }
.pkg li svg { width: 18px; height: 18px; stroke: var(--earth); stroke-width: 2; margin-top: 1px; }
.pkg-price .lbl { font-size: 12px; color: var(--earth); margin-bottom: 6px; }
.pkg-price .amt { font-weight: 600; font-size: 30px; letter-spacing: -0.02em; line-height: 1; }
.pkg-price .per { font-size: 13px; color: var(--muted); margin-top: 6px; }
.rates { display: flex; flex-direction: column; gap: 9px; border-top: 1px solid rgba(30, 30, 30, 0.10); padding-top: 15px; }
.rate { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-size: 14px; }
.rate .k { color: #5A554C; }
.rate .v { font-weight: 500; }
.rate .v.inc { color: var(--earth); }
.pkgs .pkg:nth-child(1) { background: var(--wash-blue);   border-color: var(--wash-blue-bd); }
.pkgs .pkg:nth-child(2) { background: var(--earth-tint);  border-color: var(--wash-sand-bd); }
.pkgs .pkg:nth-child(3) { background: var(--wash-yellow); border-color: var(--wash-yellow-bd); }


/* ── Jaarkostentabel (MKB): rekenvoorbeelden ─────────────────────────── */
.jaartabel-wrap { overflow-x: auto; margin-top: 24px; border: 1px solid var(--line); border-radius: var(--r-card); background: var(--paper); }
.jaartabel { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 520px; }
.jaartabel th, .jaartabel td { padding: 13px 20px; text-align: right; border-bottom: 1px solid var(--line); }
.jaartabel th:first-child, .jaartabel td:first-child { text-align: left; }
.jaartabel thead th { font: 600 12px/1 var(--sans); letter-spacing: 0.08em; text-transform: uppercase; color: var(--earth); }
.jaartabel tbody th { font-weight: 500; }
.jaartabel tbody td { font-weight: 500; }
.jaartabel tbody tr:last-child th, .jaartabel tbody tr:last-child td { border-bottom: none; }


/* ── Spelregels (MKB): de voorwaarden op gewone lettergrootte ────────── */
.spelregels {
  background: var(--earth-tint); border: 1px solid var(--wash-sand-bd); border-radius: var(--r-card);
  padding: clamp(24px, 3vw, 36px); margin-top: 28px;
  display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(20px, 3vw, 40px); align-items: start;
}
.spelregels h3 { font-weight: 600; font-size: clamp(20px, 2.2vw, 26px); letter-spacing: -0.02em; line-height: 1.15; }
.spelregels .sub { color: #5A4F3D; font-size: 15px; line-height: 1.6; margin-top: 10px; max-width: 34ch; }
.spelregels ul { list-style: none; display: flex; flex-direction: column; gap: 13px; }
.spelregels li { display: grid; grid-template-columns: 20px 1fr; gap: 11px; font-size: 15px; line-height: 1.5; }
.spelregels li svg { width: 18px; height: 18px; stroke: var(--earth); stroke-width: 2; margin-top: 3px; }
@media (max-width: 920px) { .spelregels { grid-template-columns: 1fr; } }
.tabelnoot { font-size: 15px; line-height: 1.6; color: var(--muted); margin-top: 16px; max-width: 78ch; }

.pkg-telnoot { font-size: 13.5px; line-height: 1.55; color: var(--muted); margin-top: 18px; max-width: 88ch; }

/* ── Pakketwijzer (MKB): vragen links, advies rechts ─────────────────── */
.wizard {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-card);
  padding: clamp(24px, 3vw, 40px); margin-top: 44px;
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(24px, 3vw, 48px);
}
.wq { margin-bottom: 24px; }
.wq:last-child { margin-bottom: 0; }
.wq-label { display: block; font: 500 15px/1.4 var(--sans); margin-bottom: 12px; }
.opts { display: flex; flex-wrap: wrap; gap: 8px; }
.opt {
  border: 1px solid var(--line); background: var(--paper-warm); color: var(--ink);
  font: 500 14px/1 var(--sans); border-radius: var(--r-pill); padding: 11px 16px;
  cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.opt:hover { border-color: var(--earth); }
.opt[aria-pressed="true"] { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.opt:focus-visible { outline: 2px solid var(--earth); outline-offset: 2px; }
.wizard input[type="number"] {
  width: 130px; border: 1px solid var(--line); border-radius: var(--r-field);
  background: var(--paper-warm); color: var(--ink);
  font: 500 16px/1 var(--sans); padding: 12px 14px;
}
.wizard input[type="number"]:focus-visible { outline: 2px solid var(--earth); outline-offset: 1px; }
.wres {
  background: var(--earth-tint); border: 1px solid var(--wash-sand-bd); border-radius: var(--r-card);
  padding: 26px; align-self: start; display: flex; flex-direction: column; gap: 8px;
}
.wres .lbl { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--earth); font-weight: 600; }
.wres-pkg { font-weight: 600; font-size: clamp(22px, 2vw, 27px); letter-spacing: -0.01em; }
.wres-why { font-size: 14px; line-height: 1.55; color: #5A4F3D; }
.wres-price { font-weight: 600; font-size: clamp(26px, 2.4vw, 32px); letter-spacing: -0.02em; margin-top: 10px; }
.wres-per { font-size: 13px; color: #5A4F3D; }
.wres-note { font-size: 12.5px; line-height: 1.5; color: #5A4F3D; border-top: 1px solid rgba(30,30,30,0.10); padding-top: 12px; margin-top: 8px; }
.wres .btn { margin-top: 14px; justify-content: center; }

/* ── Samensteller (GZM): tegels + samenvatting ───────────────────────── */
.composer { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(20px, 3vw, 40px); margin-top: 44px; align-items: start; }
.blocks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.block {
  display: flex; gap: 12px; align-items: flex-start; text-align: left;
  background: var(--paper); border: 1px solid var(--line); border-radius: 14px;
  padding: 16px; cursor: pointer; font: inherit; color: inherit;
  transition: border-color .2s ease, background .2s ease;
}
.block:hover { border-color: var(--earth); }
.block:focus-visible { outline: 2px solid var(--earth); outline-offset: 2px; }
.block[aria-pressed="true"] { background: var(--wash-blue); border-color: var(--wash-blue-bd); }
.block .tick {
  width: 20px; height: 20px; flex: none; margin-top: 2px;
  border: 1.5px solid var(--line); border-radius: 6px; background: var(--paper);
  display: flex; align-items: center; justify-content: center;
  transition: background .2s ease, border-color .2s ease;
}
.block .tick svg { width: 13px; height: 13px; stroke: var(--paper); stroke-width: 3; opacity: 0; }
.block[aria-pressed="true"] .tick { background: var(--earth); border-color: var(--earth); }
.block[aria-pressed="true"] .tick svg { opacity: 1; }
.block .bt { display: block; font-weight: 500; font-size: 15px; letter-spacing: -0.005em; }
.block .bd { display: block; font-size: 13px; line-height: 1.5; color: var(--muted); margin-top: 3px; }
.comp-sum {
  background: var(--earth-tint); border: 1px solid var(--wash-sand-bd); border-radius: var(--r-card);
  padding: 26px; position: sticky; top: 20px; display: flex; flex-direction: column; gap: 10px;
}
.comp-sum .lbl { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--earth); font-weight: 600; }
.comp-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.comp-list li { display: grid; grid-template-columns: 18px 1fr; gap: 9px; font-size: 14px; line-height: 1.4; }
.comp-list li svg { width: 16px; height: 16px; stroke: var(--earth); stroke-width: 2.2; margin-top: 2px; }
.comp-empty { font-size: 14px; line-height: 1.55; color: #5A4F3D; }
.comp-sum .btn { margin-top: 12px; justify-content: center; }

/* ── Punten-kaart en panel-tag (gedeeld met homepage-stijl) ──────────── */
.panel-tag { display: inline-block; font: 500 13px/1 var(--sans); color: var(--earth); background: var(--earth-tint); border-radius: var(--r-pill); padding: 7px 15px; margin-bottom: 18px; }
.points { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-card); padding: 26px 28px; display: flex; flex-direction: column; gap: 16px; }
.point { display: grid; grid-template-columns: 22px 1fr; gap: 13px; align-items: start; }
.point svg { width: 20px; height: 20px; stroke: var(--earth); stroke-width: 2; margin-top: 1px; }
.point span { font-size: 15px; line-height: 1.45; }
.split { display: grid; grid-template-columns: 1fr 0.9fr; gap: clamp(28px, 4vw, 56px); align-items: start; margin-top: 44px; }
.split-main h3 { font-weight: 600; font-size: clamp(22px, 2.4vw, 30px); letter-spacing: -0.02em; line-height: 1.15; }
.split-main p { color: var(--muted); font-size: 16px; line-height: 1.6; margin-top: 14px; max-width: 48ch; }
.split-main .btn { margin-top: 24px; }

/* ── Tweezijdige schakelaar (bemiddeling): tabs-patroon ──────────────── */
.segctl { display: inline-flex; flex-wrap: wrap; gap: 6px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-pill); padding: 6px; margin-top: 40px; }
.seg {
  display: inline-flex; align-items: center; gap: 9px; border: none; cursor: pointer;
  background: transparent; color: var(--muted); font: 500 15px/1 var(--sans);
  padding: 12px 20px; border-radius: var(--r-pill); transition: background .2s ease, color .2s ease;
}
.seg svg { width: 18px; height: 18px; stroke: currentColor; stroke-width: 1.7; }
.seg:hover { color: var(--ink); }
.seg[aria-selected="true"] { background: var(--ink); color: var(--paper); }
.seg:focus-visible { outline: 2px solid var(--earth); outline-offset: 2px; }
.panel { display: none; margin-top: 36px; }
.panel.active { display: grid; grid-template-columns: 1fr 0.9fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.panel-main h3 { font-weight: 600; font-size: clamp(24px, 2.6vw, 34px); letter-spacing: -0.02em; line-height: 1.12; }
.panel-main p { color: var(--muted); font-size: 16px; line-height: 1.6; margin-top: 16px; max-width: 46ch; }
.panel-main .btn { margin-top: 26px; }

/* ── Artsprofielkaart (bemiddeling) ──────────────────────────────────── */
.prof-wrap { display: grid; grid-template-columns: auto 1fr; gap: clamp(28px, 4vw, 56px); align-items: center; margin-top: 44px; }
.profcard { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-card); padding: 26px; width: min(420px, 100%); }
.prof-flag {
  display: inline-block; font: 600 11px/1 var(--sans); letter-spacing: 0.08em; text-transform: uppercase;
  background: var(--wash-yellow); border: 1px solid var(--wash-yellow-bd); color: var(--earth);
  border-radius: var(--r-pill); padding: 5px 11px; margin-bottom: 16px;
}
.prof-top { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.prof-avatar {
  width: 52px; height: 52px; border-radius: 50%; flex: none;
  background: var(--wash-blue); border: 1px solid var(--wash-blue-bd);
  display: flex; align-items: center; justify-content: center;
  font: 600 17px/1 var(--sans); color: var(--earth);
}
.prof-top .pn { font-weight: 600; font-size: 17px; }
.prof-top .pr { font-size: 13.5px; color: var(--muted); margin-top: 2px; }
.prof-rows { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.prof-row { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.prof-row .k { color: var(--muted); }
.prof-row .v { font-weight: 500; text-align: right; }
.prof-aside h3 { font-weight: 600; font-size: clamp(22px, 2.4vw, 30px); letter-spacing: -0.02em; line-height: 1.15; }
.prof-aside p { color: var(--muted); font-size: 15.5px; line-height: 1.6; margin-top: 14px; max-width: 46ch; }

/* ── Mini-stappen (drie stappen, genummerd) ──────────────────────────── */
.mini-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.mini-step { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-card); padding: 24px; }
.mini-step .num {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--earth); color: var(--paper-warm);
  display: flex; align-items: center; justify-content: center;
  font: 600 15px/1 var(--sans); margin-bottom: 16px;
}
.mini-step h4 { font-weight: 600; font-size: 16.5px; letter-spacing: -0.01em; }
.mini-step p { font-size: 14px; line-height: 1.55; color: var(--muted); margin-top: 8px; }

/* ── FAQ ─────────────────────────────────────────────────────────────── */
.faq-list { margin-top: 40px; border-top: 1px solid var(--line); max-width: 860px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  list-style: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 22px 4px; font: 500 17px/1.35 var(--sans); transition: color .2s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary svg { width: 20px; height: 20px; stroke: var(--earth); stroke-width: 2; flex: none; transition: transform .25s ease; }
.faq-item[open] summary svg { transform: rotate(45deg); }
.faq-item summary:hover { color: var(--earth); }
.faq-a { padding: 0 4px 24px; color: var(--muted); font-size: 15.5px; line-height: 1.65; max-width: 62ch; }
.faq-a a { color: var(--earth); }

/* ── Skip-link voor toetsenbordgebruikers ────────────────────────────── */
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 10;
  background: var(--ink); color: var(--paper); border-radius: 0 0 12px 0;
  padding: 12px 18px; font: 500 14px/1 var(--sans); text-decoration: none;
}
.skip:focus-visible { left: 0; }

/* ── Contactband met formulier ───────────────────────────────────────── */
.contact { margin-top: clamp(64px, 8vw, 104px); }
.contact-block {
  background: var(--earth); color: #F6F2EA; border-radius: 32px;
  padding: clamp(40px, 5vw, 76px);
  display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: start;
}
.contact-block h2 { font-weight: 600; font-size: clamp(28px, 3.6vw, 50px); line-height: 1.08; letter-spacing: -0.025em; max-width: 14ch; color: #FBF8F2; }
.contact-block h2 .accent { color: var(--blue); }
.contact-block .contact-info { margin-top: 28px; font-size: 15.5px; line-height: 1.85; color: #E7DECF; }
.contact-block .contact-info a { color: var(--blue); text-decoration: none; }
.contact-block .contact-info a:hover { text-decoration: underline; }
.cform { background: var(--paper); color: var(--ink); border-radius: var(--r-card); padding: 28px; display: flex; flex-direction: column; gap: 15px; }
.cform-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.cform label { display: block; font: 500 13px/1 var(--sans); color: var(--earth); margin-bottom: 7px; }
.cform input, .cform select, .cform textarea {
  width: 100%; border: 1px solid var(--line); border-radius: var(--r-field);
  background: var(--paper-warm); color: var(--ink);
  font: 400 15px/1.4 var(--sans); padding: 12px 14px;
}
.cform input:focus-visible, .cform select:focus-visible, .cform textarea:focus-visible { outline: 2px solid var(--earth); outline-offset: 1px; }
.cform textarea { resize: vertical; min-height: 96px; }
.cform .btn { justify-content: center; margin-top: 4px; }
.cform-note { font-size: 12.5px; line-height: 1.5; color: var(--muted); }

/* ── Footer ──────────────────────────────────────────────────────────── */
footer { background: var(--paper); border-top: 1px solid var(--line); margin-top: clamp(64px, 8vw, 104px); padding-block: 48px 26px; }
.foot { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; align-items: start; }
.foot-col { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.foot-col img { height: 64px; width: auto; mix-blend-mode: multiply; }
.foot-h { font: 600 12.5px/1 var(--sans); letter-spacing: 0.1em; text-transform: uppercase; color: var(--earth); margin-bottom: 6px; }
.foot-col a { text-decoration: none; color: var(--muted); font-size: 14.5px; transition: color .2s; }
.foot-col a:hover { color: var(--ink); }
.foot-meta { font-size: 13.5px; line-height: 1.55; color: var(--muted); max-width: 30ch; }
.foot-bottom {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  border-top: 1px solid var(--line); margin-top: 40px; padding-top: 22px;
  font-size: 13px; color: var(--muted);
}


/* ── Decoratieve accenten en cascade (zelfde laag als de homepage) ────── */
.p-hero { position: relative; }
.p-hero::before {
  content: ''; position: absolute; left: -180px; top: -20px;
  width: 460px; height: 460px; border-radius: 50%; pointer-events: none;
  background: radial-gradient(closest-side, rgba(154, 239, 255, 0.16), rgba(154, 239, 255, 0));
}
.p-hero > * { position: relative; }
.contact-block { position: relative; overflow: hidden; }
.contact-block::before {
  content: ''; position: absolute; right: -90px; top: -90px;
  width: 300px; height: 300px; border: 1px solid rgba(249, 242, 234, 0.16); border-radius: 50%; pointer-events: none;
}
.contact-block::after {
  content: ''; position: absolute; right: 60px; top: -160px;
  width: 480px; height: 480px; border: 1px solid rgba(249, 242, 234, 0.08); border-radius: 50%; pointer-events: none;
}
.contact-block > * { position: relative; z-index: 1; }

.cascade > * {
  opacity: 0; transform: translateY(14px);
  transition: opacity .55s cubic-bezier(.16,1,.3,1), transform .55s cubic-bezier(.16,1,.3,1);
}
.in .cascade > *, .cascade.in > * { opacity: 1; transform: none; }
.cascade > :nth-child(2) { transition-delay: .09s; }
.cascade > :nth-child(3) { transition-delay: .18s; }
.cascade > :nth-child(4) { transition-delay: .27s; }
.cascade > :nth-child(5) { transition-delay: .36s; }
.cascade > :nth-child(6) { transition-delay: .45s; }
.cascade > :nth-child(7) { transition-delay: .54s; }
.cascade > :nth-child(8) { transition-delay: .63s; }

@media (prefers-reduced-motion: reduce) {
  .cascade > * { opacity: 1; transform: none; transition: none; }
}



/* ── Pijler-hero met foto (split, organische vorm op desktop) ─────────── */
.p-hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(28px, 4vw, 64px); align-items: center; }
.p-figure { position: relative; }
.p-figure img {
  width: 100%; height: clamp(280px, 34vw, 460px); object-fit: cover;
  border-radius: 24px; filter: grayscale(1) contrast(1.02);
}
.p-figure .tint {
  position: absolute; inset: 0; border-radius: 24px; pointer-events: none;
  background: linear-gradient(150deg, rgba(100, 82, 58, 0.32), rgba(154, 239, 255, 0.18));
  mix-blend-mode: multiply;
}
.p-figure .edge { position: absolute; inset: 0; border-radius: 24px; box-shadow: inset 0 0 0 1px rgba(30, 30, 30, .06); pointer-events: none; }
@media (min-width: 921px) {
  .p-figure img, .p-figure .tint, .p-figure .edge { border-radius: 38% 62% 56% 44% / 52% 44% 56% 48%; }
  .p-figure.in img, .p-figure.in .tint, .p-figure.in .edge { animation: adem 9s ease-in-out infinite alternate; }
}
@keyframes adem {
  from { border-radius: 38% 62% 56% 44% / 52% 44% 56% 48%; }
  to   { border-radius: 52% 48% 42% 58% / 44% 54% 46% 56%; }
}

/* Uitvraagformulier staat los op de canvas en krijgt daarom een rand */
.cform--uitvraag { max-width: 860px; margin-top: 40px; border: 1px solid var(--line); }
.cform-h {
  font: 600 12.5px/1 var(--sans); letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--earth); border-top: 1px solid var(--line); padding-top: 18px; margin-top: 8px;
}
.cform-h:first-child { border-top: none; padding-top: 0; margin-top: 0; }

/* ── Ritmelijn: het Poortwachter-ritme als merkmotief ─────────────────── */
.swoosh-divider { display: block; width: 100%; height: 44px; color: var(--earth); opacity: .55; margin-top: 24px; }
.swoosh-divider path { stroke-dasharray: 1400; stroke-dashoffset: 1400; }
.swoosh-divider.in path { animation: swoosh-draw 1.8s cubic-bezier(.4, 0, .2, 1) .2s forwards; }
.swoosh-divider.in .s2 { animation-delay: .5s; }
@keyframes swoosh-draw { to { stroke-dashoffset: 0; } }

.swoosh-contact {
  position: absolute; left: clamp(24px, 5vw, 76px); right: clamp(24px, 5vw, 76px); bottom: 16px;
  height: 30px; width: auto; color: var(--blue); opacity: .5; z-index: 0; pointer-events: none;
}
.swoosh-contact path { stroke-dasharray: 1400; stroke-dashoffset: 1400; }
.contact-block.in .swoosh-contact path { animation: swoosh-draw 2.2s cubic-bezier(.4, 0, .2, 1) .5s forwards; }

@media (prefers-reduced-motion: reduce) {
  .swoosh-divider path, .swoosh-contact path { animation: none; stroke-dashoffset: 0; }
  .p-figure.in img, .p-figure.in .tint, .p-figure.in .edge { animation: none; }
}

/* ── Scroll-reveal ───────────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { transition: none !important; }
}

/* ── Responsief ──────────────────────────────────────────────────────── */
@media (max-width: 920px) {
  .p-hero-grid { grid-template-columns: 1fr; }
  .p-figure { order: -1; }
  .p-figure img { height: clamp(220px, 44vw, 320px); }
  .pkgs { grid-template-columns: 1fr; }
  .wizard { grid-template-columns: 1fr; }
  .composer { grid-template-columns: 1fr; }
  .comp-sum { position: static; }
  .split { grid-template-columns: 1fr; }
  .panel.active { grid-template-columns: 1fr; }
  .prof-wrap { grid-template-columns: 1fr; }
  .mini-steps { grid-template-columns: 1fr; }
  .contact-block { grid-template-columns: 1fr; }
}
/* Vanaf hier past de volledige linkrij niet meer naast logo en knoppen */
@media (max-width: 980px) {
  .nav-links > a:not(.btn) { display: none; }
  .menu-btn { display: inline-flex; }
  .mnav.open {
    display: flex; flex-direction: column; gap: 2px;
    padding: 6px 0 18px; border-bottom: 1px solid var(--line);
  }
  .mnav a { text-decoration: none; color: var(--ink); font: 500 16px/1 var(--sans); padding: 13px 4px; border-radius: var(--r-field); }
  .mnav a:hover { color: var(--earth); }
}
@media (max-width: 720px) {
  nav { height: 112px; }
  .brand img { height: 92px; }
  .nav-links .login-menu { display: none; } /* Inloggen zit op mobiel in het menu */
.nav-links .btn--primary { display: none; } /* CTA zit op mobiel in het menu */
  .blocks { grid-template-columns: 1fr; }
  .cform-row { grid-template-columns: 1fr; }
  .foot { grid-template-columns: 1fr; gap: 28px; }
}
