/* ==========================================================================
   Klachtenregeling Pro, huisstijl
   Praktijkfolder: zacht zeegroen, gebroken wit, warm zand, ingetogen koraal.
   Koppen in Domine, lopende tekst in Nunito.
   Motief: zachte golflijnen en een handdrukvorm.
   Mobiel eerst, breekpunten op 640px, 900px en 1200px.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Ontwerpvariabelen
   -------------------------------------------------------------------------- */

:root {
  /* Palet */
  --zee-diep: #1f4f4a;
  --zee: #2f7a70;
  --zee-mid: #4c948a;
  --zee-zacht: #7fb3aa;
  --zee-waas: #dceae6;
  --zee-nevel: #edf5f2;

  --wit: #ffffff;
  --papier: #f8f5ef;
  --papier-diep: #f1ece2;

  --zand: #e9dcc4;
  --zand-diep: #cbb894;
  --zand-licht: #f4ecdd;

  --koraal: #b34a35;
  --koraal-helder: #d2674f;
  --koraal-waas: #f7e3dd;

  --inkt: #1c2b2a;
  --inkt-zacht: #465956;
  --inkt-licht: #6b7d7a;
  --lijn: #ddd6c9;
  --lijn-zacht: #e9e3d8;

  /* Typografie */
  --font-kop: "Domine", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --font-tekst: "Nunito", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;

  --tekst-xs: 0.78rem;
  --tekst-s: 0.88rem;
  --tekst-m: 1rem;
  --tekst-l: 1.09rem;
  --tekst-xl: 1.28rem;
  --kop-s: 1.32rem;
  --kop-m: 1.62rem;
  --kop-l: 2rem;
  --kop-xl: 2.4rem;

  /* Ritme */
  --ruimte-1: 0.35rem;
  --ruimte-2: 0.7rem;
  --ruimte-3: 1.1rem;
  --ruimte-4: 1.6rem;
  --ruimte-5: 2.3rem;
  --ruimte-6: 3.2rem;
  --ruimte-7: 4.4rem;
  --ruimte-8: 6rem;

  --breed: 1180px;
  --smal: 760px;

  /* Vorm */
  --rond-s: 8px;
  --rond-m: 14px;
  --rond-l: 22px;
  --rond-xl: 34px;

  --schaduw-zacht: 0 1px 2px rgba(28, 43, 42, 0.05), 0 6px 18px rgba(28, 43, 42, 0.06);
  --schaduw-kaart: 0 2px 4px rgba(28, 43, 42, 0.05), 0 14px 34px rgba(28, 43, 42, 0.08);
  --schaduw-diep: 0 18px 48px rgba(31, 79, 74, 0.18);

  --overgang: 200ms cubic-bezier(0.33, 0.1, 0.25, 1);

  /* Motief: zachte golflijnen */
  --golf-lijnen: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='24' viewBox='0 0 120 24'%3E%3Cpath d='M0 12 C15 2 30 22 45 12 C60 2 75 22 90 12 C105 2 120 22 135 12' fill='none' stroke='%237fb3aa' stroke-width='1.5'/%3E%3C/svg%3E");
  --golf-rand-papier: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 90' preserveAspectRatio='none'%3E%3Cpath d='M0,58 C140,92 290,14 440,36 C590,58 740,92 900,62 C1040,36 1140,46 1200,54 L1200,90 L0,90 Z' fill='%23f8f5ef'/%3E%3C/svg%3E");
  --handdruk: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 32' fill='none' stroke='%232f7a70' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12 L14 7 L24 14 L34 7 L45 12'/%3E%3Cpath d='M14 7 L20 20 L28 20 L34 7'/%3E%3Cpath d='M20 20 L24 26 L28 20'/%3E%3C/svg%3E");
  --handdruk-zand: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 32' fill='none' stroke='%23e9dcc4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12 L14 7 L24 14 L34 7 L45 12'/%3E%3Cpath d='M14 7 L20 20 L28 20 L34 7'/%3E%3Cpath d='M20 20 L24 26 L28 20'/%3E%3C/svg%3E");
}

/* --------------------------------------------------------------------------
   2. Basis
   -------------------------------------------------------------------------- */

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: var(--papier);
  background-image:
    radial-gradient(circle at 100% 0%, rgba(220, 234, 230, 0.75) 0%, rgba(248, 245, 239, 0) 42%),
    radial-gradient(circle at 0% 92%, rgba(233, 220, 196, 0.55) 0%, rgba(248, 245, 239, 0) 38%);
  background-attachment: fixed;
  color: var(--inkt);
  font-family: var(--font-tekst);
  font-size: var(--tekst-m);
  font-weight: 400;
  line-height: 1.72;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 {
  font-family: var(--font-kop);
  font-weight: 600;
  line-height: 1.24;
  color: var(--zee-diep);
  margin: 0 0 var(--ruimte-3);
  letter-spacing: -0.005em;
}

h1 { font-size: var(--kop-l); }
h2 { font-size: var(--kop-m); }
h3 { font-size: var(--kop-s); }

p { margin: 0 0 var(--ruimte-3); }

a { color: var(--zee-diep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--koraal); }

strong { font-weight: 700; color: var(--inkt); }

ul, ol { margin: 0 0 var(--ruimte-3); padding-left: 1.25rem; }
li { margin-bottom: var(--ruimte-2); }

:focus-visible {
  outline: 3px solid var(--koraal);
  outline-offset: 3px;
  border-radius: 4px;
}

::selection { background: var(--zand); color: var(--inkt); }

.verborgen { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }

/* Skip-link van de generator */
.skip-link {
  position: absolute;
  left: 50%;
  top: -100px;
  transform: translateX(-50%);
  z-index: 999;
  background: var(--zee-diep);
  color: var(--papier);
  font-family: var(--font-tekst);
  font-weight: 700;
  padding: 0.75rem 1.4rem;
  border-radius: 0 0 var(--rond-m) var(--rond-m);
  text-decoration: none;
  transition: top var(--overgang);
}
.skip-link:focus { top: 0; color: var(--papier); }

/* --------------------------------------------------------------------------
   3. Bouwstenen
   -------------------------------------------------------------------------- */

.omhulsel {
  width: 100%;
  max-width: var(--breed);
  margin-inline: auto;
  padding-inline: var(--ruimte-3);
}

.omhulsel--smal { max-width: var(--smal); }

.sectie { padding-block: var(--ruimte-6); }
.sectie--strak { padding-block: var(--ruimte-5); }

.sectie__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-tekst);
  font-size: var(--tekst-xs);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--zee);
  margin-bottom: var(--ruimte-2);
}
.sectie__label::before {
  content: "";
  width: 34px;
  height: 22px;
  background-image: var(--handdruk);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex: none;
}

.sectie__inleiding {
  color: var(--inkt-zacht);
  font-size: var(--tekst-l);
  max-width: 62ch;
}

.kaart {
  background: var(--wit);
  border: 1px solid var(--lijn-zacht);
  border-radius: var(--rond-l);
  padding: var(--ruimte-4);
  box-shadow: var(--schaduw-zacht);
  transition: transform var(--overgang), box-shadow var(--overgang), border-color var(--overgang);
}

.kaart--zand { background: var(--zand-licht); border-color: var(--zand-diep); }
.kaart--zee { background: var(--zee-nevel); border-color: var(--zee-waas); }

.raster { display: grid; gap: var(--ruimte-3); }

/* Knoppen */
.knop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-tekst);
  font-size: var(--tekst-m);
  font-weight: 800;
  line-height: 1.2;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  border: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: transform var(--overgang), background-color var(--overgang), color var(--overgang), border-color var(--overgang), box-shadow var(--overgang);
}

.knop--hoofd {
  background: var(--koraal);
  color: var(--papier);
  box-shadow: 0 8px 20px rgba(179, 74, 53, 0.24);
}
.knop--hoofd:hover { background: var(--koraal-helder); color: var(--wit); transform: translateY(-2px); }

.knop--rand {
  background: transparent;
  border-color: var(--zee);
  color: var(--zee-diep);
}
.knop--rand:hover { background: var(--zee-waas); color: var(--zee-diep); transform: translateY(-2px); }

.knop--licht {
  background: var(--papier);
  color: var(--zee-diep);
  border-color: var(--papier);
}
.knop--licht:hover { background: var(--zand); color: var(--zee-diep); transform: translateY(-2px); }

.knop--blok { width: 100%; }

/* --------------------------------------------------------------------------
   4. Kopbalk en navigatie
   -------------------------------------------------------------------------- */

.kopbalk {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(248, 245, 239, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--lijn-zacht);
}

.kopbalk__binnen {
  max-width: var(--breed);
  margin-inline: auto;
  padding: 0.7rem var(--ruimte-3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ruimte-3);
}

.merk {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--zee-diep);
}

.merk__zegel {
  width: 42px;
  height: 42px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(150deg, var(--zee) 0%, var(--zee-diep) 100%);
  color: var(--zand);
  font-family: var(--font-kop);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 14px rgba(31, 79, 74, 0.22);
}

.merk__naam {
  display: block;
  font-family: var(--font-kop);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.1;
}

.merk__onder {
  display: block;
  font-size: var(--tekst-xs);
  font-weight: 600;
  color: var(--inkt-licht);
  letter-spacing: 0.04em;
}

.menuknop {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--wit);
  border: 1px solid var(--lijn);
  border-radius: 999px;
  padding: 0.55rem 1rem;
  font-family: var(--font-tekst);
  font-weight: 700;
  font-size: var(--tekst-s);
  color: var(--zee-diep);
  cursor: pointer;
}
.menuknop__streep {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--zee);
  position: relative;
}
.menuknop__streep::before,
.menuknop__streep::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: var(--zee);
  transition: transform var(--overgang);
}
.menuknop__streep::before { top: -6px; }
.menuknop__streep::after { top: 6px; }
.menuknop[aria-expanded="true"] .menuknop__streep { background: transparent; }
.menuknop[aria-expanded="true"] .menuknop__streep::before { transform: translateY(6px) rotate(45deg); }
.menuknop[aria-expanded="true"] .menuknop__streep::after { transform: translateY(-6px) rotate(-45deg); }

.hoofdnav__paneel {
  width: 100%;
  order: 3;
  padding: var(--ruimte-2) 0 var(--ruimte-3);
  border-top: 1px solid var(--lijn-zacht);
}

.heeft-js .hoofdnav__paneel[hidden] { display: none; }

.hoofdnav__lijst {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.hoofdnav__link {
  display: block;
  padding: 0.6rem 0.4rem;
  font-weight: 700;
  color: var(--inkt);
  text-decoration: none;
  border-radius: var(--rond-s);
  border-bottom: 1px solid var(--lijn-zacht);
}
.hoofdnav__link:hover { color: var(--zee-diep); background: var(--zee-nevel); }

.hoofdnav__actie { margin-top: var(--ruimte-3); }

/* --------------------------------------------------------------------------
   5. Hero met golfrand
   -------------------------------------------------------------------------- */

.hero {
  position: relative;
  background:
    linear-gradient(165deg, var(--zee-diep) 0%, var(--zee) 62%, var(--zee-mid) 100%);
  color: var(--papier);
  padding-block: var(--ruimte-6) var(--ruimte-8);
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--golf-lijnen);
  background-size: 160px 32px;
  opacity: 0.16;
  z-index: -1;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 62px;
  background-image: var(--golf-rand-papier);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.hero__binnen { position: relative; display: grid; gap: var(--ruimte-5); }

.hero__vaandel {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  align-self: start;
  background: rgba(233, 220, 196, 0.16);
  border: 1px solid rgba(233, 220, 196, 0.4);
  color: var(--zand);
  border-radius: 999px;
  padding: 0.4rem 0.95rem;
  font-size: var(--tekst-xs);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero h1 {
  color: var(--papier);
  font-size: clamp(2rem, 7vw, 3.3rem);
  margin-bottom: var(--ruimte-3);
  text-wrap: balance;
}

.hero__belofte {
  font-size: var(--tekst-xl);
  color: #dce9e6;
  max-width: 34ch;
}

.hero__acties { display: flex; flex-wrap: wrap; gap: var(--ruimte-2); margin-top: var(--ruimte-4); }

.hero__voetnoot {
  margin-top: var(--ruimte-3);
  font-size: var(--tekst-s);
  color: #b9d2cd;
}

/* Visueel element: de termijnmeter uit de huisstijl */
.termijnkaart {
  background: var(--papier);
  color: var(--inkt);
  border-radius: var(--rond-xl);
  padding: var(--ruimte-4);
  box-shadow: var(--schaduw-diep);
  border: 1px solid var(--zand-diep);
  position: relative;
}

.termijnkaart__kop {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--ruimte-2);
  border-bottom: 2px dotted var(--lijn);
  padding-bottom: var(--ruimte-2);
  margin-bottom: var(--ruimte-3);
}

.termijnkaart__titel { font-family: var(--font-kop); font-weight: 700; color: var(--zee-diep); }
.termijnkaart__code { font-size: var(--tekst-xs); font-weight: 800; letter-spacing: 0.1em; color: var(--inkt-licht); }

.termijnlijst { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--ruimte-3); }

.termijnlijst li { margin: 0; display: grid; gap: 0.3rem; }

.termijnlijst__regel { display: flex; justify-content: space-between; gap: var(--ruimte-2); font-size: var(--tekst-s); font-weight: 700; }
.termijnlijst__dag { color: var(--inkt-licht); font-weight: 600; }

.balk {
  height: 9px;
  border-radius: 999px;
  background: var(--zee-waas);
  overflow: hidden;
}
.balk__vulling {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--zee-mid), var(--zee));
  animation: vullen 1400ms cubic-bezier(0.22, 0.8, 0.3, 1) both;
}
.balk__vulling--waarschuwing { background: linear-gradient(90deg, var(--zand-diep), var(--koraal-helder)); }

@keyframes vullen {
  from { transform: scaleX(0); transform-origin: left; }
  to { transform: scaleX(1); transform-origin: left; }
}

.termijnkaart__slot {
  margin-top: var(--ruimte-3);
  padding-top: var(--ruimte-3);
  border-top: 2px dotted var(--lijn);
  font-size: var(--tekst-s);
  color: var(--inkt-zacht);
}

/* --------------------------------------------------------------------------
   6. Secties op de homepagina
   -------------------------------------------------------------------------- */

.probleem__lijst { list-style: none; padding: 0; margin: var(--ruimte-4) 0 0; display: grid; gap: var(--ruimte-3); }

.probleem__item {
  background: var(--wit);
  border-left: 5px solid var(--koraal);
  border-radius: 0 var(--rond-m) var(--rond-m) 0;
  padding: var(--ruimte-3) var(--ruimte-4);
  box-shadow: var(--schaduw-zacht);
  margin: 0;
}
.probleem__item h3 { margin-bottom: var(--ruimte-1); font-size: var(--tekst-l); }
.probleem__item p { margin: 0; color: var(--inkt-zacht); }

.stappen { counter-reset: stap; list-style: none; padding: 0; margin: var(--ruimte-4) 0 0; display: grid; gap: var(--ruimte-3); }

.stappen__item {
  counter-increment: stap;
  position: relative;
  background: var(--wit);
  border: 1px solid var(--lijn-zacht);
  border-radius: var(--rond-l);
  padding: var(--ruimte-4) var(--ruimte-4) var(--ruimte-4) 4.4rem;
  box-shadow: var(--schaduw-zacht);
  margin: 0;
}
.stappen__item::before {
  content: counter(stap);
  position: absolute;
  left: var(--ruimte-3);
  top: var(--ruimte-4);
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--zee-waas);
  color: var(--zee-diep);
  font-family: var(--font-kop);
  font-weight: 700;
}
.stappen__item h3 { margin-bottom: var(--ruimte-1); }
.stappen__item p { margin: 0; color: var(--inkt-zacht); }

.functies { display: grid; gap: var(--ruimte-3); margin-top: var(--ruimte-4); }

.functie { position: relative; padding-top: var(--ruimte-5); }
.functie::before {
  content: "";
  position: absolute;
  top: var(--ruimte-4);
  left: var(--ruimte-4);
  width: 40px;
  height: 26px;
  background-image: var(--handdruk);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.85;
}
.functie h3 { font-size: var(--tekst-l); margin-bottom: var(--ruimte-1); }
.functie p { margin: 0; color: var(--inkt-zacht); font-size: var(--tekst-s); }
.functie:hover { transform: translateY(-3px); box-shadow: var(--schaduw-kaart); border-color: var(--zee-waas); }

.voordelen {
  background: var(--zee-diep);
  color: var(--papier);
  border-radius: var(--rond-xl);
  padding: var(--ruimte-5) var(--ruimte-4);
  position: relative;
  overflow: hidden;
}
.voordelen::after {
  content: "";
  position: absolute;
  inset: auto -20% -30% -20%;
  height: 220px;
  background-image: var(--golf-lijnen);
  background-size: 180px 36px;
  opacity: 0.12;
}
.voordelen h2 { color: var(--zand); }
.voordelen .sectie__label { color: var(--zand); position: relative; }
.voordelen .sectie__label::before { background-image: var(--handdruk-zand); }
.voordelen__lijst { list-style: none; padding: 0; margin: var(--ruimte-4) 0 0; display: grid; gap: var(--ruimte-3); position: relative; }
.voordelen__lijst li {
  margin: 0;
  padding-left: 3rem;
  position: relative;
  color: #d9e7e4;
}
.voordelen__lijst li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 34px;
  height: 22px;
  background-image: var(--handdruk-zand);
  background-repeat: no-repeat;
  background-size: contain;
}
.voordelen__lijst strong { color: var(--papier); display: block; font-family: var(--font-kop); }

.vertrouwen__raster { display: grid; gap: var(--ruimte-3); margin-top: var(--ruimte-4); }
.vertrouwen__blok h3 { font-size: var(--tekst-l); }
.vertrouwen__blok p:last-child { margin-bottom: 0; }

.voorbeeldkader {
  margin-top: var(--ruimte-4);
  border: 2px dashed var(--zand-diep);
  border-radius: var(--rond-l);
  background: var(--zand-licht);
  padding: var(--ruimte-4);
}
.voorbeeldkader__stempel {
  display: inline-block;
  background: var(--zee-diep);
  color: var(--zand);
  font-size: var(--tekst-xs);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.25rem 0.8rem;
  border-radius: 999px;
  margin-bottom: var(--ruimte-2);
}
.voorbeeldkader p:last-child { margin-bottom: 0; }

/* Tarieven */
.tarieven { display: grid; gap: var(--ruimte-4); margin-top: var(--ruimte-5); }

.tarief {
  display: flex;
  flex-direction: column;
  background: var(--wit);
  border: 1px solid var(--lijn-zacht);
  border-radius: var(--rond-l);
  padding: var(--ruimte-4);
  box-shadow: var(--schaduw-zacht);
}
.tarief--uitgelicht {
  border: 2px solid var(--zee);
  box-shadow: var(--schaduw-kaart);
  position: relative;
}
.tarief--uitgelicht::before {
  content: "Meest gekozen opzet";
  position: absolute;
  top: -0.85rem;
  left: var(--ruimte-4);
  background: var(--zee);
  color: var(--papier);
  font-size: var(--tekst-xs);
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
}
.tarief__naam { font-family: var(--font-kop); font-size: var(--kop-s); color: var(--zee-diep); margin-bottom: var(--ruimte-1); }
.tarief__prijs { font-family: var(--font-kop); font-size: 2.5rem; font-weight: 700; color: var(--inkt); line-height: 1; }
.tarief__per { font-size: var(--tekst-s); color: var(--inkt-licht); font-family: var(--font-tekst); font-weight: 600; }
.tarief__voor { color: var(--inkt-zacht); font-size: var(--tekst-s); margin-top: var(--ruimte-2); }
.tarief__lijst { list-style: none; padding: 0; margin: var(--ruimte-3) 0 var(--ruimte-4); }
.tarief__lijst li { position: relative; padding-left: 1.5rem; font-size: var(--tekst-s); }
.tarief__lijst li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--zee-zacht);
}
.tarief .knop { margin-top: auto; }
.tarieven__voetnoot { margin-top: var(--ruimte-4); font-size: var(--tekst-s); color: var(--inkt-licht); }

/* Veelgestelde vragen */
.vragen { margin-top: var(--ruimte-4); display: grid; gap: var(--ruimte-2); }

.vraag {
  background: var(--wit);
  border: 1px solid var(--lijn-zacht);
  border-radius: var(--rond-m);
  padding: 0 var(--ruimte-3);
  transition: border-color var(--overgang), box-shadow var(--overgang);
}
.vraag[open] { border-color: var(--zee-waas); box-shadow: var(--schaduw-zacht); }
.vraag > summary {
  cursor: pointer;
  list-style: none;
  padding: var(--ruimte-3) 2rem var(--ruimte-3) 0;
  font-family: var(--font-kop);
  font-weight: 600;
  color: var(--zee-diep);
  position: relative;
}
.vraag > summary::-webkit-details-marker { display: none; }
.vraag > summary::after {
  content: "";
  position: absolute;
  right: 0.2rem;
  top: 1.45rem;
  width: 11px;
  height: 11px;
  border-right: 2px solid var(--zee);
  border-bottom: 2px solid var(--zee);
  transform: rotate(45deg);
  transition: transform var(--overgang);
}
.vraag[open] > summary::after { transform: rotate(-135deg); }
.vraag__antwoord { padding-bottom: var(--ruimte-3); color: var(--inkt-zacht); margin: 0; }

/* Artikelkaarten op home en blog */
.kaartenrij { display: grid; gap: var(--ruimte-4); margin-top: var(--ruimte-4); }

.postkaart {
  display: flex;
  flex-direction: column;
  background: var(--wit);
  border: 1px solid var(--lijn-zacht);
  border-radius: var(--rond-l);
  overflow: hidden;
  box-shadow: var(--schaduw-zacht);
  transition: transform var(--overgang), box-shadow var(--overgang);
}
.postkaart:hover { transform: translateY(-4px); box-shadow: var(--schaduw-kaart); }
.postkaart__beeld { aspect-ratio: 16 / 10; width: 100%; object-fit: cover; background: var(--zee-waas); }
.postkaart__body { padding: var(--ruimte-3) var(--ruimte-4) var(--ruimte-4); display: flex; flex-direction: column; gap: var(--ruimte-2); flex: 1; }
.postkaart__rubriek {
  align-self: flex-start;
  background: var(--zee-waas);
  color: var(--zee-diep);
  font-size: var(--tekst-xs);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
}
.postkaart__titel {
  font-size: var(--tekst-l);
  margin: 0;
  line-height: 1.34;
  text-wrap: balance;
  overflow-wrap: break-word;
  hyphens: auto;
}
.postkaart__titel a { color: var(--zee-diep); text-decoration: none; }
.postkaart__titel a:hover { color: var(--koraal); text-decoration: underline; }
.postkaart__tekst { margin: 0; color: var(--inkt-zacht); font-size: var(--tekst-s); }
.postkaart__meta { margin-top: auto; font-size: var(--tekst-xs); color: var(--inkt-licht); font-weight: 600; }

.meerlink { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: var(--ruimte-4); font-weight: 800; color: var(--zee-diep); }
.meerlink::after { content: "\203A"; font-size: 1.3em; line-height: 1; transition: transform var(--overgang); }
.meerlink:hover::after { transform: translateX(4px); }

/* --------------------------------------------------------------------------
   7. Contactformulier
   -------------------------------------------------------------------------- */

.contact { background: var(--zee-nevel); border-top: 1px solid var(--zee-waas); }

.contact__raster { display: grid; gap: var(--ruimte-5); }

.contact__uitleg p { color: var(--inkt-zacht); }
.contact__alternatief {
  background: var(--wit);
  border: 1px solid var(--zee-waas);
  border-radius: var(--rond-m);
  padding: var(--ruimte-3);
  font-size: var(--tekst-s);
}
.contact__alternatief a { font-weight: 700; }

.formulier {
  background: var(--wit);
  border: 1px solid var(--lijn-zacht);
  border-radius: var(--rond-xl);
  padding: var(--ruimte-4);
  box-shadow: var(--schaduw-kaart);
  display: grid;
  gap: var(--ruimte-1);
}

.formulier label {
  font-weight: 700;
  font-size: var(--tekst-s);
  color: var(--zee-diep);
  margin-top: var(--ruimte-2);
}

.formulier input,
.formulier select,
.formulier textarea {
  font-family: var(--font-tekst);
  font-size: var(--tekst-m);
  color: var(--inkt);
  background: var(--papier);
  border: 1px solid var(--lijn);
  border-radius: var(--rond-s);
  padding: 0.75rem 0.85rem;
  width: 100%;
  transition: border-color var(--overgang), box-shadow var(--overgang), background-color var(--overgang);
}
.formulier textarea { resize: vertical; min-height: 8rem; line-height: 1.6; }
.formulier input:focus,
.formulier select:focus,
.formulier textarea:focus {
  border-color: var(--zee);
  background: var(--wit);
  box-shadow: 0 0 0 3px rgba(47, 122, 112, 0.16);
  outline: none;
}
.formulier button { margin-top: var(--ruimte-3); }
.formulier__klein { font-size: var(--tekst-xs); color: var(--inkt-licht); margin: var(--ruimte-2) 0 0; }

/* --------------------------------------------------------------------------
   8. Voettekst
   -------------------------------------------------------------------------- */

.voet {
  background: var(--zee-diep);
  color: #cfe0dc;
  position: relative;
  padding-top: var(--ruimte-6);
  margin-top: var(--ruimte-6);
}
.voet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background-image: var(--golf-lijnen);
  background-size: 120px 24px;
  opacity: 0.5;
}

.voet__raster { display: grid; gap: var(--ruimte-5); padding-bottom: var(--ruimte-5); }

.voet__kop {
  font-family: var(--font-kop);
  font-size: var(--tekst-m);
  color: var(--zand);
  margin: 0 0 var(--ruimte-2);
}

.voet a { color: #cfe0dc; text-decoration: none; }
.voet a:hover { color: var(--zand); text-decoration: underline; }

.voet__lijst { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.55rem; }
.voet__lijst li { margin: 0; font-size: var(--tekst-s); }

.voet__merk { display: inline-flex; align-items: center; gap: 0.6rem; margin-bottom: var(--ruimte-2); }
.voet__zegel {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--zand);
  color: var(--zee-diep);
  font-family: var(--font-kop);
  font-weight: 700;
}
.voet__naam { font-family: var(--font-kop); font-size: 1.05rem; color: var(--papier); }
.voet__tekst { font-size: var(--tekst-s); color: #b9d2cd; max-width: 34ch; }
.voet__contact { font-size: var(--tekst-s); margin-top: var(--ruimte-2); }
.voet__contact a { font-weight: 700; color: var(--zand); }

/* Netwerkkolom */
.netwerk {
  background: rgba(233, 220, 196, 0.09);
  border: 1px solid rgba(233, 220, 196, 0.24);
  border-radius: var(--rond-l);
  padding: var(--ruimte-3);
}
.netwerk__kop { display: flex; align-items: center; gap: 0.5rem; }
.netwerk__kop::before {
  content: "";
  width: 30px;
  height: 20px;
  flex: none;
  background-image: var(--handdruk-zand);
  background-repeat: no-repeat;
  background-size: contain;
}
.netwerk__intro { font-size: var(--tekst-xs); color: #a9c6c1; margin: 0 0 var(--ruimte-2); }
.netwerk__lijst { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.35rem; }
.netwerk__lijst li { margin: 0; }
.netwerk__link {
  display: block;
  font-size: var(--tekst-s);
  font-weight: 600;
  padding: 0.5rem 0.6rem;
  border-radius: var(--rond-s);
  border-left: 3px solid transparent;
  transition: background-color var(--overgang), border-color var(--overgang), transform var(--overgang);
}
.netwerk__link:hover {
  background: rgba(233, 220, 196, 0.14);
  border-left-color: var(--zand);
  transform: translateX(3px);
  text-decoration: none;
  color: var(--zand);
}

.voet__balk {
  border-top: 1px solid rgba(207, 224, 220, 0.2);
  padding-block: var(--ruimte-3);
  display: flex;
  flex-wrap: wrap;
  gap: var(--ruimte-2);
  justify-content: space-between;
  font-size: var(--tekst-xs);
  color: #a9c6c1;
}

/* --------------------------------------------------------------------------
   9. Klassen van de generator: kruimels
   -------------------------------------------------------------------------- */

.kruimels {
  max-width: var(--breed);
  margin-inline: auto;
  padding: var(--ruimte-3) var(--ruimte-3) 0;
  font-size: var(--tekst-xs);
}
.kruimels__lijst {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}
.kruimels__item { margin: 0; color: var(--inkt-licht); font-weight: 600; }
.kruimels__item + .kruimels__item::before {
  content: "\203A";
  margin-right: 0.45rem;
  color: var(--zee-zacht);
}
.kruimels__item a { color: var(--zee-diep); text-decoration: none; }
.kruimels__item a:hover { text-decoration: underline; color: var(--koraal); }

/* --------------------------------------------------------------------------
   10. Klassen van de generator: artikel
   -------------------------------------------------------------------------- */

.artikel { padding-block: var(--ruimte-4) var(--ruimte-6); }

.artikel__inner {
  max-width: 74ch;
  margin-inline: auto;
  padding-inline: var(--ruimte-3);
}

.artikel-kop { margin-bottom: var(--ruimte-4); }

.artikel-kop__rubriek {
  display: inline-block;
  background: var(--zand);
  color: var(--zee-diep);
  font-size: var(--tekst-xs);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.25rem 0.8rem;
  border-radius: 999px;
  margin-bottom: var(--ruimte-3);
}

.artikel-kop__titel {
  font-size: clamp(1.85rem, 5.4vw, 2.7rem);
  line-height: 1.18;
  margin-bottom: var(--ruimte-3);
  text-wrap: balance;
}

.artikel-kop__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 1rem;
  font-size: var(--tekst-s);
  color: var(--inkt-licht);
  border-top: 2px dotted var(--lijn);
  border-bottom: 2px dotted var(--lijn);
  padding-block: var(--ruimte-2);
}
.artikel-kop__auteur { font-weight: 700; color: var(--zee-diep); }
.artikel-kop__datum { font-weight: 600; }
.artikel-kop__leestijd { font-weight: 600; }
.artikel-kop__leestijd::before { content: "\2022"; margin-right: 0.6rem; color: var(--zee-zacht); }

.artikel-hero { margin: 0 0 var(--ruimte-5); }
.artikel-hero__foto {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--rond-l);
  box-shadow: var(--schaduw-kaart);
}
.artikel-hero__credit {
  display: block;
  margin-top: var(--ruimte-2);
  font-size: var(--tekst-xs);
  color: var(--inkt-licht);
  text-align: right;
}
.artikel-hero__credit a { color: var(--inkt-licht); }

/* Lopende tekst in het artikel */
.artikel__body { font-size: var(--tekst-l); line-height: 1.78; }

.artikel__body .chapo {
  font-family: var(--font-kop);
  font-size: 1.18rem;
  line-height: 1.6;
  color: var(--zee-diep);
  background: var(--zee-nevel);
  border-left: 5px solid var(--zee-zacht);
  border-radius: 0 var(--rond-m) var(--rond-m) 0;
  padding: var(--ruimte-3) var(--ruimte-4);
  margin-bottom: var(--ruimte-5);
}

.artikel__body h2 {
  font-size: clamp(1.4rem, 4.4vw, 1.85rem);
  margin-top: var(--ruimte-5);
  margin-bottom: var(--ruimte-2);
  padding-bottom: var(--ruimte-2);
  border-bottom: 1px solid var(--lijn);
}

.artikel__body h3 {
  font-size: 1.2rem;
  margin-top: var(--ruimte-4);
  margin-bottom: var(--ruimte-2);
  color: var(--zee);
}

.artikel__body p { margin-bottom: var(--ruimte-3); }

.artikel__body ul,
.artikel__body ol { margin: 0 0 var(--ruimte-4); padding-left: 1.4rem; }

.artikel__body ul { list-style: none; padding-left: 1.7rem; }
.artikel__body ul > li { position: relative; }
.artikel__body ul > li::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: 0.78em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--zee-zacht);
}

.artikel__body ol > li::marker { color: var(--zee); font-weight: 700; }
.artikel__body li { margin-bottom: var(--ruimte-2); }

.artikel__body a { color: var(--zee-diep); font-weight: 600; text-decoration-color: var(--zee-zacht); }
.artikel__body a:hover { color: var(--koraal); text-decoration-color: var(--koraal); }

.artikel__body strong { color: var(--zee-diep); }

.artikel__body blockquote {
  margin: var(--ruimte-4) 0;
  padding: var(--ruimte-3) var(--ruimte-4);
  background: var(--zand-licht);
  border: 1px solid var(--zand-diep);
  border-radius: var(--rond-m);
  font-family: var(--font-kop);
  font-size: 1.05rem;
  color: var(--zee-diep);
}
.artikel__body blockquote p:last-child { margin-bottom: 0; }

.artikel__body table {
  width: 100%;
  border-collapse: collapse;
  margin: var(--ruimte-4) 0;
  font-size: var(--tekst-s);
  background: var(--wit);
  border: 1px solid var(--lijn);
  border-radius: var(--rond-m);
  overflow: hidden;
  display: block;
  overflow-x: auto;
}
.artikel__body table th,
.artikel__body table td {
  padding: 0.7rem 0.9rem;
  text-align: left;
  border-bottom: 1px solid var(--lijn-zacht);
  vertical-align: top;
}
.artikel__body table th {
  background: var(--zee-nevel);
  font-family: var(--font-kop);
  font-weight: 600;
  color: var(--zee-diep);
  white-space: nowrap;
}
.artikel__body table tr:last-child td { border-bottom: none; }

/* Auteursblok van de generator */
.auteur-blok {
  margin-top: var(--ruimte-6);
  background: var(--wit);
  border: 1px solid var(--lijn-zacht);
  border-radius: var(--rond-l);
  padding: var(--ruimte-4);
  box-shadow: var(--schaduw-zacht);
  display: grid;
  gap: var(--ruimte-3);
  align-items: start;
}
.auteur-blok__foto {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--zand);
}
.auteur-blok__naam { font-family: var(--font-kop); font-size: var(--tekst-l); color: var(--zee-diep); margin: 0 0 var(--ruimte-1); }
.auteur-blok__bio { margin: 0; color: var(--inkt-zacht); font-size: var(--tekst-s); }
.auteur-blok__links { margin-top: var(--ruimte-2); display: flex; flex-wrap: wrap; gap: 0.8rem; font-size: var(--tekst-s); font-weight: 700; }

/* Verder lezen */
.verder {
  margin-top: var(--ruimte-6);
  background: var(--papier-diep);
  border-top: 1px solid var(--lijn);
  padding-block: var(--ruimte-5);
}
.verder__kop {
  max-width: var(--breed);
  margin: 0 auto var(--ruimte-4);
  padding-inline: var(--ruimte-3);
  font-size: var(--kop-s);
}
.verder__lijst {
  list-style: none;
  max-width: var(--breed);
  margin-inline: auto;
  padding: 0 var(--ruimte-3);
  display: grid;
  gap: var(--ruimte-3);
}
.verder__item { margin: 0; }
.verder__link {
  display: grid;
  gap: var(--ruimte-2);
  background: var(--wit);
  border: 1px solid var(--lijn-zacht);
  border-radius: var(--rond-m);
  padding: var(--ruimte-3);
  text-decoration: none;
  color: var(--inkt);
  transition: transform var(--overgang), box-shadow var(--overgang);
}
.verder__link:hover { transform: translateY(-3px); box-shadow: var(--schaduw-kaart); color: var(--inkt); }
.verder__foto { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--rond-s); }
.verder__titel { font-family: var(--font-kop); font-weight: 600; color: var(--zee-diep); line-height: 1.3; }
.verder__meta { font-size: var(--tekst-xs); color: var(--inkt-licht); font-weight: 600; }

/* Foutpagina */
.fout { padding-block: var(--ruimte-8); }
.fout__inner { max-width: var(--smal); margin-inline: auto; padding-inline: var(--ruimte-3); text-align: center; }
.fout__code {
  font-family: var(--font-kop);
  font-size: clamp(3.4rem, 16vw, 6rem);
  line-height: 1;
  color: var(--zee-waas);
  margin-bottom: var(--ruimte-2);
}
.fout__titel { font-size: var(--kop-l); }
.fout__tekst { color: var(--inkt-zacht); max-width: 52ch; margin-inline: auto; }
.fout__acties { display: flex; flex-wrap: wrap; gap: var(--ruimte-2); justify-content: center; margin-top: var(--ruimte-4); }
.fout__knop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--koraal);
  color: var(--papier);
  font-weight: 800;
  padding: 0.9rem 1.5rem;
  border-radius: 999px;
  text-decoration: none;
}
.fout__knop:hover { background: var(--koraal-helder); color: var(--wit); }
.fout__link { font-weight: 700; align-self: center; }

/* --------------------------------------------------------------------------
   11. Overige paginablokken
   -------------------------------------------------------------------------- */

.pagina { padding-block: var(--ruimte-5) var(--ruimte-6); }
.pagina__kop { margin-bottom: var(--ruimte-5); }
.pagina__kop h1 { font-size: clamp(1.9rem, 6vw, 2.8rem); }
.pagina__intro { font-size: var(--tekst-l); color: var(--inkt-zacht); max-width: 62ch; }

.tekstblok { max-width: 74ch; }
.tekstblok h2 { margin-top: var(--ruimte-5); }
.tekstblok h3 { margin-top: var(--ruimte-4); }
.tekstblok table {
  width: 100%;
  border-collapse: collapse;
  margin: var(--ruimte-3) 0;
  font-size: var(--tekst-s);
}
.tekstblok th, .tekstblok td { border-bottom: 1px solid var(--lijn); padding: 0.6rem 0.5rem; text-align: left; }

.linklijst { list-style: none; padding: 0; display: grid; gap: 0.5rem; }
.linklijst li { margin: 0; }
.linklijst a { font-weight: 700; line-height: 1.4; overflow-wrap: break-word; }

/* --------------------------------------------------------------------------
   12. Breekpunten
   -------------------------------------------------------------------------- */

@media (min-width: 640px) {
  :root { --tekst-m: 1.02rem; }

  .omhulsel { padding-inline: var(--ruimte-4); }
  .kopbalk__binnen { padding-inline: var(--ruimte-4); }
  .hero__acties .knop { min-width: 13rem; }

  .functies { grid-template-columns: repeat(2, 1fr); }
  .kaartenrij { grid-template-columns: repeat(2, 1fr); }
  .vertrouwen__raster { grid-template-columns: repeat(2, 1fr); }
  .voordelen { padding: var(--ruimte-6) var(--ruimte-5); }
  .voordelen__lijst { grid-template-columns: repeat(2, 1fr); gap: var(--ruimte-4); }
  .voet__raster { grid-template-columns: repeat(2, 1fr); }
  .verder__lijst { grid-template-columns: repeat(3, 1fr); }
  .auteur-blok { grid-template-columns: 84px 1fr; }
  .kruimels { padding-inline: var(--ruimte-4); }
  .artikel__inner { padding-inline: var(--ruimte-4); }
  .formulier { padding: var(--ruimte-5); }
}

@media (min-width: 900px) {
  :root { --kop-l: 2.3rem; --kop-m: 1.85rem; }

  .menuknop { display: none; }

  .hoofdnav__paneel {
    order: 0;
    width: auto;
    padding: 0;
    border-top: none;
    display: flex !important;
    align-items: center;
    gap: var(--ruimte-4);
  }
  .heeft-js .hoofdnav__paneel[hidden] { display: flex !important; }

  .hoofdnav__lijst { flex-direction: row; align-items: center; gap: var(--ruimte-3); }
  .hoofdnav__link { border-bottom: none; padding: 0.35rem 0.55rem; font-size: var(--tekst-s); }
  .hoofdnav__actie { margin-top: 0; }
  .hoofdnav__actie .knop { padding: 0.6rem 1.2rem; font-size: var(--tekst-s); }

  .hero { padding-block: var(--ruimte-8) 8.5rem; }
  .hero__binnen { grid-template-columns: 1.12fr 0.88fr; gap: var(--ruimte-6); align-items: center; }
  .hero::after { height: 88px; }

  .functies { grid-template-columns: repeat(3, 1fr); }
  .kaartenrij { grid-template-columns: repeat(3, 1fr); }
  .tarieven { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
  .stappen { grid-template-columns: repeat(2, 1fr); }
  .probleem__lijst { grid-template-columns: repeat(3, 1fr); }
  .contact__raster { grid-template-columns: 0.85fr 1.15fr; gap: var(--ruimte-6); align-items: start; }
  .voet__raster { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: var(--ruimte-4); }
  .netwerk { grid-column: 1 / -1; }
  .sectie { padding-block: var(--ruimte-7); }
  .vragen { max-width: 52rem; }
}

@media (min-width: 1200px) {
  :root { --kop-l: 2.6rem; }

  .voet__raster { grid-template-columns: 1.25fr 0.8fr 0.9fr 0.85fr 1.35fr; }
  .netwerk { grid-column: auto; }
  .artikel__inner { padding-inline: 0; }
  .hero__binnen { gap: var(--ruimte-8); }
}

/* --------------------------------------------------------------------------
   13. Bewegingsvoorkeur en afdruk
   -------------------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .postkaart:hover,
  .functie:hover,
  .verder__link:hover,
  .knop:hover { transform: none; }
}

@media print {
  .kopbalk, .voet, .contact, .hero__acties { display: none; }
  body { background: var(--wit); color: #000; }
  .artikel__inner { max-width: none; }
  a::after { content: " (" attr(href) ")"; font-size: 0.8em; color: #555; }
}

/* --------------------------------------------------------------------------
   14. Overige pagina's: auteur, kennisbank, juridisch, sitemap, bedankt
   -------------------------------------------------------------------------- */

.pagina__vaandel {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: var(--zee-nevel);
  border: 1px solid var(--zee-waas);
  color: var(--zee-diep);
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  margin-bottom: var(--ruimte-3);
  font-size: var(--tekst-xs);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pagina__golf {
  height: 22px;
  margin-top: var(--ruimte-4);
  background-image: var(--golf-lijnen);
  background-size: 140px 28px;
  background-repeat: repeat-x;
  background-position: left center;
  opacity: 0.75;
}

.pagina__datum {
  font-size: var(--tekst-s);
  color: var(--inkt-licht);
  font-weight: 600;
  margin-top: var(--ruimte-2);
}

/* Auteursprofiel */

.profiel {
  display: grid;
  gap: var(--ruimte-4);
  align-items: start;
  background: var(--wit);
  border: 1px solid var(--lijn-zacht);
  border-radius: var(--rond-xl);
  padding: var(--ruimte-4);
  box-shadow: var(--schaduw-kaart);
  margin-bottom: var(--ruimte-5);
  position: relative;
  overflow: hidden;
}

.profiel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: linear-gradient(90deg, var(--zee), var(--zand-diep) 55%, var(--koraal));
}

.profiel__portret {
  width: 148px;
  height: 148px;
  border-radius: var(--rond-l);
  object-fit: cover;
  border: 4px solid var(--zand);
  box-shadow: var(--schaduw-zacht);
}

.profiel__naam { margin: 0 0 var(--ruimte-1); font-size: var(--kop-s); }
.profiel__rol {
  margin: 0 0 var(--ruimte-3);
  font-size: var(--tekst-xs);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--zee);
}
.profiel__tekst { margin: 0 0 var(--ruimte-3); color: var(--inkt-zacht); }
.profiel__tekst:last-child { margin-bottom: 0; }

.profiellinks {
  list-style: none;
  margin: var(--ruimte-3) 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.profiellinks li { margin: 0; }

.profiellink {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--zee-nevel);
  border: 1px solid var(--zee-waas);
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-size: var(--tekst-s);
  font-weight: 700;
  color: var(--zee-diep);
  text-decoration: none;
  transition: background-color var(--overgang), color var(--overgang), transform var(--overgang);
}
.profiellink:hover {
  background: var(--zee-diep);
  border-color: var(--zee-diep);
  color: var(--papier);
  transform: translateY(-2px);
}

/* Genummerde artikelindex */

.artikelindex {
  list-style: none;
  margin: var(--ruimte-3) 0 0;
  padding: 0;
  display: grid;
  gap: var(--ruimte-2);
  counter-reset: index;
}

.artikelindex li {
  margin: 0;
  counter-increment: index;
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  gap: var(--ruimte-2);
  align-items: baseline;
  background: var(--wit);
  border: 1px solid var(--lijn-zacht);
  border-left: 4px solid var(--zee-waas);
  border-radius: var(--rond-m);
  padding: var(--ruimte-3);
  transition: border-color var(--overgang), transform var(--overgang);
}
.artikelindex li:hover { border-left-color: var(--koraal); transform: translateX(3px); }

.artikelindex li::before {
  content: counter(index, decimal-leading-zero);
  font-family: var(--font-kop);
  font-weight: 700;
  color: var(--zand-diep);
  font-size: var(--tekst-m);
}

.artikelindex__titel {
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: break-word;
}
.artikelindex__meta {
  display: block;
  margin-top: 0.2rem;
  font-size: var(--tekst-xs);
  color: var(--inkt-licht);
  font-weight: 600;
}

/* Inhoudsopgave voor de juridische pagina's */

.inhoudsopgave {
  background: var(--zand-licht);
  border: 1px solid var(--zand-diep);
  border-radius: var(--rond-l);
  padding: var(--ruimte-4);
  margin-bottom: var(--ruimte-5);
  max-width: 74ch;
}

.inhoudsopgave__kop {
  margin: 0 0 var(--ruimte-2);
  font-size: var(--tekst-m);
  font-family: var(--font-kop);
  color: var(--zee-diep);
}

.inhoudsopgave__lijst {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}
.inhoudsopgave__lijst li { margin: 0; }
.inhoudsopgave__lijst a { font-weight: 700; font-size: var(--tekst-s); }

/* Gegevenslijst voor het colofon */

.gegevens {
  margin: var(--ruimte-3) 0 var(--ruimte-4);
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--lijn);
  max-width: 74ch;
}

.gegevens > div {
  display: grid;
  gap: 0.15rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--lijn);
}

.gegevens dt {
  font-size: var(--tekst-xs);
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--zee);
}

.gegevens dd { margin: 0; font-weight: 600; color: var(--inkt); }

/* Aandachtsblok */

.notitie {
  background: var(--zee-nevel);
  border: 1px solid var(--zee-waas);
  border-left: 5px solid var(--zee);
  border-radius: var(--rond-m);
  padding: var(--ruimte-3) var(--ruimte-4);
  margin: var(--ruimte-4) 0;
  max-width: 74ch;
}
.notitie__kop {
  margin: 0 0 var(--ruimte-2);
  font-size: var(--tekst-m);
  font-family: var(--font-kop);
  color: var(--zee-diep);
}
.notitie p:last-child { margin-bottom: 0; }

/* Sitemap */

.sitemapraster {
  display: grid;
  gap: var(--ruimte-4);
  margin-top: var(--ruimte-4);
}

.sitemapgroep {
  background: var(--wit);
  border: 1px solid var(--lijn-zacht);
  border-radius: var(--rond-l);
  padding: var(--ruimte-4);
  box-shadow: var(--schaduw-zacht);
}

.sitemapgroep__kop {
  margin: 0 0 var(--ruimte-2);
  font-size: var(--tekst-l);
  padding-bottom: var(--ruimte-2);
  border-bottom: 2px solid var(--zand);
}

.sitemapgroep__uitleg {
  margin: 0 0 var(--ruimte-3);
  font-size: var(--tekst-s);
  color: var(--inkt-licht);
}

/* Bedanktpagina */

.bedanktkaart {
  background: var(--wit);
  border: 1px solid var(--lijn-zacht);
  border-radius: var(--rond-xl);
  padding: var(--ruimte-5) var(--ruimte-4);
  box-shadow: var(--schaduw-kaart);
  max-width: 74ch;
  position: relative;
  overflow: hidden;
}

.bedanktkaart::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 26px;
  background-image: var(--golf-lijnen);
  background-size: 140px 28px;
  opacity: 0.35;
}

.bedanktzegel {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--zee-diep) var(--handdruk-zand) no-repeat center / 34px 24px;
  margin-bottom: var(--ruimte-3);
  position: relative;
  animation: zegel-op 600ms ease-out both;
}

@keyframes zegel-op {
  from { transform: scale(0.85); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.termijnstroken {
  list-style: none;
  margin: var(--ruimte-3) 0 var(--ruimte-4);
  padding: 0;
  display: grid;
  gap: var(--ruimte-2);
  counter-reset: stroken;
  max-width: 74ch;
}

.termijnstroken li {
  counter-increment: stroken;
  margin: 0;
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: var(--ruimte-2);
  align-items: start;
  background: var(--zand-licht);
  border: 1px solid var(--zand-diep);
  border-radius: var(--rond-m);
  padding: var(--ruimte-3);
}

.termijnstroken li::before {
  content: counter(stroken);
  display: grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: var(--zee-diep);
  color: var(--zand);
  font-family: var(--font-kop);
  font-weight: 700;
  font-size: var(--tekst-s);
}

.termijnstroken strong { display: block; color: var(--zee-diep); font-family: var(--font-kop); }

@media (min-width: 640px) {
  .profiel { grid-template-columns: 148px 1fr; }
  .sitemapraster { grid-template-columns: repeat(2, 1fr); }
  .gegevens > div { grid-template-columns: 15rem 1fr; gap: var(--ruimte-3); align-items: baseline; }
}

@media (min-width: 900px) {
  .profiel { grid-template-columns: 180px 1fr; padding: var(--ruimte-5); gap: var(--ruimte-5); }
  .profiel__portret { width: 180px; height: 180px; }
  .sitemapraster { grid-template-columns: repeat(3, 1fr); }
  .inhoudsopgave__lijst { grid-template-columns: repeat(2, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .artikelindex li:hover,
  .profiellink:hover { transform: none; }
  .bedanktzegel { animation: none; }
}
