/* ==========================================================================
   EHBO Service Antwerpen — "de inventaris"
   Klinisch vertrouwen ontmoet ambacht: papier, inkt-marineblauw, rood
   uitsluitend voor actie. Genummerde secties met haarlijnen, als de
   inhoudslijst van de doos zelf.
   ========================================================================== */

@font-face {
  font-family: "Fraunces";
  src: url("fonts/fraunces-var.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces";
  src: url("fonts/fraunces-italic-var.woff2") format("woff2");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --paper: #FAFAF8;
  --paper-band: #F2F1EB;
  --navy: #1A237E;
  --navy-deep: #141A5E;
  --ink: #23295C;
  --ink-soft: #5A5F7D;
  --red: #C62828;
  --red-dark: #A32020;
  --green: #2E7D32;
  --hairline: rgba(26, 35, 126, 0.16);
  --hairline-soft: rgba(26, 35, 126, 0.09);
  --white: #FFFFFF;
  --serif: "Fraunces", Georgia, serif;
  --sans: system-ui, -apple-system, "Segoe UI", sans-serif;
  --wrap: 1160px;
}

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

html { -webkit-text-size-adjust: 100%; }

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--paper);
}

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

h1, h2, h3 {
  font-family: var(--serif);
  font-optical-sizing: auto;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.08;
  margin: 0 0 0.55em;
  text-wrap: balance;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.35rem, 5.4vw, 3.9rem); }
h2 { font-size: clamp(1.75rem, 3.4vw, 2.6rem); }
h3 {
  font-size: 1.28rem;
  font-weight: 550;
  line-height: 1.25;
}

p { margin: 0 0 1em; }

a { color: var(--navy); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--red); }

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

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

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(20px, 3vw, 44px);
}

.section { padding-block: clamp(4rem, 9vw, 7.5rem); }
.section-band { background: var(--paper-band); }

/* Ankerdoelen niet onder de sticky navigatie laten verdwijnen */
[id] { scroll-margin-top: 88px; }

/* Typografische bouwstenen ------------------------------------------------ */

.kicker {
  font-size: 0.78rem;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink-soft);
  margin-bottom: 1.4rem;
}

.kicker-light { color: rgba(255, 255, 255, 0.75); }

.lede {
  font-size: clamp(1.1rem, 1.6vw, 1.22rem);
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 33em;
}

.lede-narrow { max-width: 30em; }

.section-no {
  font-family: var(--serif);
  font-size: clamp(3.2rem, 7vw, 5.2rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px var(--hairline);
  margin: 0 0 0.4em;
  user-select: none;
}

.section-no-light { -webkit-text-stroke-color: rgba(255, 255, 255, 0.35); }

@supports not (-webkit-text-stroke: 1px black) {
  .section-no { color: var(--hairline); -webkit-text-stroke: 0; }
}

.footnote {
  font-size: 0.86rem;
  line-height: 1.6;
  color: var(--ink-soft);
  border-top: 1px solid var(--hairline-soft);
  padding-top: 0.9rem;
  margin-top: 2rem;
  max-width: 42em;
}

.footnote::before { content: "\2217\00a0\00a0"; color: var(--red); }

/* Knoppen ------------------------------------------------------------------ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55em;
  min-height: 50px;
  padding: 0.7em 1.75em;
  border: none;
  border-radius: 3px;
  font: inherit;
  font-weight: 650;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.btn-primary {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 1px 0 var(--red-dark), 0 6px 18px rgba(198, 40, 40, 0.24);
}

.btn-primary:hover { background: var(--red-dark); color: var(--white); }

.btn-ghost {
  background: transparent;
  color: var(--navy);
  padding-inline: 0.6em;
  text-decoration: underline;
  text-decoration-color: var(--hairline);
  text-underline-offset: 5px;
}

.btn-ghost:hover { color: var(--red); text-decoration-color: currentColor; }

.btn-light {
  background: var(--white);
  color: var(--navy);
}

.btn-light:hover { background: #EDEDF7; color: var(--navy-deep); }

/* Navigatie ---------------------------------------------------------------- */

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--navy);
  color: var(--white);
  padding: 0.9em 1.4em;
}

.skip-link:focus {
  left: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 250, 248, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--hairline-soft);
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-height: 72px;
}

.nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 48px;
  margin-right: auto;
  text-decoration: none;
  color: var(--navy);
  font-family: var(--serif);
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.1;
}

.nav-brand img { width: 60px; height: 40px; object-fit: contain; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 0.85rem;
  font-size: 0.95rem;
  font-weight: 550;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover { color: var(--red); }

.nav-tel {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  min-height: 48px;
  padding: 0 1.1rem;
  border: 1px solid var(--hairline);
  border-radius: 3px;
  font-size: 0.95rem;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
  color: var(--navy);
  text-decoration: none;
  white-space: nowrap;
}

.nav-tel:hover { border-color: var(--navy); color: var(--navy); }

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

@media (max-width: 480px) {
  .nav-tel span { display: none; }
  .nav-tel { padding: 0 0.9rem; }
  .nav-tel svg { width: 18px; height: 18px; }
}

/* Hero ---------------------------------------------------------------------- */

.hero { padding-block: clamp(3.5rem, 7vw, 6.5rem) clamp(4rem, 8vw, 7rem); }

.hero-copy { grid-column: 1 / -1; align-self: center; }

.hero h1 em {
  font-style: italic;
  font-weight: 480;
  color: var(--red);
}

.hero .lede { margin-top: 1.4rem; }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
  margin-top: 2.2rem;
}

.hero-visual {
  grid-column: 1 / -1;
  position: relative;
  justify-self: center;
  margin-top: 2.5rem;
  padding: 2.5rem 3rem 0 0;
}

.hero-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  width: 72%;
  bottom: 22%;
  overflow: hidden;
}

.hero-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 900px) {
  .hero-copy { grid-column: 1 / 8; }
  .hero-visual { grid-column: 8 / 13; margin-top: 0; }
}

/* Telefoonkader (CSS-bezel) */

.phone {
  position: relative;
  z-index: 2;
  width: min(272px, 74vw);
  margin: 0;
}

.phone > img {
  width: 100%;
  border: 11px solid #10142E;
  border-radius: 40px;
  background: #F1F2F4;
  box-shadow: 0 24px 48px -18px rgba(20, 26, 94, 0.45);
}

.phone-caption {
  font-size: 0.86rem;
  color: var(--ink-soft);
  padding: 0.9rem 0.4rem 0;
}

.phone-caption::before { content: "\2191\00a0\00a0"; color: var(--red); }

/* Twee situaties (padkaarten) -------------------------------------------------- */

.paths { padding-bottom: clamp(3.5rem, 7vw, 6rem); }

.path-card {
  grid-column: 1 / -1;
  padding: 2rem 1.9rem 1.6rem;
  background: var(--white);
  border: 1px solid var(--hairline-soft);
  border-top: 3px solid var(--navy);
  display: flex;
  flex-direction: column;
}

@media (min-width: 720px) {
  .path-card { grid-column: span 6; }
}

.path-card h2 {
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
}

.path-card p {
  color: var(--ink-soft);
  margin-bottom: 1.4rem;
}

.path-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  min-height: 48px;
  margin-top: auto;
  font-weight: 650;
  font-size: 0.98rem;
  color: var(--red);
  text-decoration: none;
  border-top: 1px solid var(--hairline-soft);
  padding-top: 0.4rem;
}

.path-link:hover { color: var(--red-dark); }

.path-link svg { transition: transform 0.18s ease; }

.path-link:hover svg { transform: translateX(4px); }

/* Nazorg ----------------------------------------------------------------------- */

.nazorg-copy { grid-column: 1 / -1; }
.nazorg-card { grid-column: 1 / -1; align-self: center; }

@media (min-width: 860px) {
  .nazorg-copy { grid-column: 1 / 8; }
  .nazorg-card { grid-column: 9 / 13; }
}

.nazorg-copy .lede { margin-bottom: 2rem; }

.btn-whatsapp {
  background: #17843F;
  color: var(--white);
  box-shadow: 0 1px 0 #116632, 0 6px 18px rgba(23, 132, 63, 0.24);
}

.btn-whatsapp:hover { background: #116632; color: var(--white); }

.nazorg-card {
  background: rgba(46, 125, 50, 0.06);
  border-left: 3px solid var(--green);
  padding: 1.6rem 1.7rem;
}

.nazorg-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.nazorg-card li {
  position: relative;
  padding-left: 1.5rem;
  font-weight: 550;
  color: var(--ink);
}

.nazorg-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 0.85rem;
  height: 1px;
  background: var(--green);
}

/* Fotobanden ----------------------------------------------------------------- */

.photo-band {
  position: relative;
  overflow: hidden;
}

.photo-band > img {
  width: 100%;
  height: clamp(300px, 44vw, 460px);
  object-fit: cover;
}

.photo-band-short > img { height: clamp(240px, 34vw, 360px); }

.photo-band-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding-block: 1rem;
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 550;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
}

.photo-band-caption::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(transparent, rgba(16, 20, 46, 0.72));
}

/* 01 — Probleem ---------------------------------------------------------------- */

#probleem .col-text { grid-column: 1 / -1; }
#probleem .col-photo { grid-column: 1 / -1; align-self: center; }

@media (min-width: 860px) {
  #probleem .col-text { grid-column: 1 / 8; }
  #probleem .col-photo { grid-column: 8 / 13; }
}

.dagger-list {
  list-style: none;
  margin: 2rem 0;
  padding: 0;
  max-width: 36em;
}

.dagger-list li {
  position: relative;
  padding: 1.05rem 0 1.05rem 2.1rem;
  border-top: 1px solid var(--hairline-soft);
}

.dagger-list li:last-child { border-bottom: 1px solid var(--hairline-soft); }

.dagger-list li::before {
  content: "\2020";
  position: absolute;
  left: 0.2rem;
  top: 1rem;
  font-family: var(--serif);
  font-size: 1.25rem;
  color: var(--red);
}

.pivot {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  line-height: 1.4;
  color: var(--navy);
  max-width: 24em;
  margin-top: 1.8rem;
}

.pivot em { color: var(--red); font-weight: 480; }

.col-photo img { width: 100%; }

.photo-caption {
  font-size: 0.86rem;
  color: var(--ink-soft);
  margin-top: 0.7rem;
}

/* 02 — Werkwijze ----------------------------------------------------------------- */

.steps {
  list-style: none;
  margin: 2.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 0;
  counter-reset: step;
}

.step {
  display: flex;
  gap: 1.4rem;
  padding-block: 1.8rem;
  border-top: 1px solid var(--hairline);
}

.step:last-child { border-bottom: 1px solid var(--hairline); }

.step-no {
  font-family: var(--serif);
  font-style: italic;
  font-size: 2.6rem;
  font-weight: 420;
  line-height: 0.9;
  color: var(--red);
  flex-shrink: 0;
  width: 2.2rem;
}

.step p { margin: 0; color: var(--ink-soft); max-width: 30em; }

@media (min-width: 860px) {
  .steps { grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 3vw, 44px); }
  .step {
    flex-direction: column;
    gap: 1.1rem;
    border-bottom: none !important;
    padding-top: 1.6rem;
  }
  .step:nth-child(2) { margin-top: 2.2rem; }
  .step:nth-child(3) { margin-top: 4.4rem; }
  .step:nth-child(4) { margin-top: 6.6rem; }
}

/* 03 — QR-systeem ----------------------------------------------------------------- */

.qr-grid { margin-top: 1.5rem; align-items: center; }

.qr-visual {
  grid-column: 1 / -1;
  position: relative;
  justify-self: center;
  padding: 0 4.5rem 3rem 0;
}

.qr-snapshot {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
  border: 5px solid var(--white);
  box-shadow: 0 14px 30px -10px rgba(20, 26, 94, 0.35);
  transform: rotate(3deg);
}

.qr-callouts { grid-column: 1 / -1; }

@media (min-width: 900px) {
  .qr-visual { grid-column: 1 / 6; }
  .qr-callouts { grid-column: 6 / 13; }
}

.callout {
  padding-block: 1.6rem;
  border-top: 1px solid var(--hairline);
}

.callout:last-child { border-bottom: 1px solid var(--hairline); }

.callout p { margin: 0; color: var(--ink-soft); max-width: 36em; }

/* 04 — Waarom een apotheek ---------------------------------------------------------- */

#waarom-apotheek .col-photo { grid-column: 1 / -1; align-self: start; }
#waarom-apotheek .col-text { grid-column: 1 / -1; }

@media (min-width: 880px) {
  #waarom-apotheek .col-photo { grid-column: 1 / 6; }
  #waarom-apotheek .col-text { grid-column: 6 / 13; }
}

.check-list {
  list-style: none;
  margin: 1.8rem 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  max-width: 36em;
}

.check-list li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}

.check-list svg {
  flex-shrink: 0;
  color: var(--green);
  transform: translateY(2px);
}

.quote {
  margin: 2.4rem 0 0;
  padding-left: 1.6rem;
  border-left: 3px solid var(--red);
}

.quote p {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.15rem, 1.8vw, 1.35rem);
  font-weight: 450;
  line-height: 1.5;
  color: var(--navy);
  margin-bottom: 0.8rem;
}

.quote cite {
  font-style: normal;
  font-size: 0.88rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
}

/* 05 — Maritiem --------------------------------------------------------------------- */

.maritiem {
  position: relative;
  overflow: hidden;
  background: var(--navy-deep);
  color: var(--white);
  padding-block: clamp(4.5rem, 10vw, 8rem);
}

.maritiem-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
}

.maritiem::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(16, 20, 70, 0.9) 20%, rgba(16, 20, 70, 0.45) 70%, rgba(16, 20, 70, 0.2));
}

.maritiem-inner { position: relative; z-index: 2; }

.maritiem h2 { color: var(--white); max-width: 15em; }

.maritiem-copy p { max-width: 36em; color: rgba(255, 255, 255, 0.88); }

.maritiem-claim {
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 1rem;
  margin: 1.8rem 0 2.2rem;
  max-width: 38em;
}

.maritiem-claim::before { content: "\2217\00a0\00a0"; color: #FF8A80; }

/* 06 — Voor wie ---------------------------------------------------------------------- */

.pill-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 2.2rem 0 0;
  padding: 0;
}

.pill-list li {
  padding: 0.6em 1.35em;
  border: 1px solid var(--hairline);
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 550;
  color: var(--navy);
  background: var(--white);
}

.pill-accent {
  background: var(--navy) !important;
  border-color: var(--navy) !important;
  color: var(--white) !important;
}

/* FAQ ------------------------------------------------------------------------------ */

.faq-list {
  margin-top: 2.2rem;
  max-width: 46em;
}

.faq-item {
  border-top: 1px solid var(--hairline);
}

.faq-item:last-child { border-bottom: 1px solid var(--hairline); }

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 56px;
  padding: 0.9rem 0.2rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 550;
  color: var(--navy);
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: "+";
  flex-shrink: 0;
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: var(--red);
  transition: transform 0.2s ease;
}

.faq-item[open] summary::after { transform: rotate(45deg); }

.faq-item summary:hover { color: var(--red); }

.faq-item > p {
  margin: 0;
  padding: 0 2.5rem 1.4rem 0.2rem;
  color: var(--ink-soft);
  max-width: 40em;
}

/* 09 — Contact ------------------------------------------------------------------------ */

.contact-grid { margin-top: 2.5rem; align-items: start; }

.contact-form-wrap { grid-column: 1 / -1; }
.contact-card { grid-column: 1 / -1; }

@media (min-width: 880px) {
  .contact-form-wrap { grid-column: 1 / 8; }
  .contact-card { grid-column: 9 / 13; }
}

.field { margin-bottom: 1.25rem; }

.field label {
  display: block;
  font-size: 0.92rem;
  font-weight: 650;
  margin-bottom: 0.4rem;
  color: var(--navy);
}

.req { color: var(--red); }

.field input,
.field textarea {
  width: 100%;
  min-height: 50px;
  padding: 0.75em 0.9em;
  font: inherit;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--hairline);
  border-radius: 3px;
}

.field textarea { resize: vertical; }

.field input:focus-visible,
.field textarea:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 1px;
  border-color: transparent;
}

.field input[aria-invalid="true"] { border-color: var(--red); }

.field-error {
  margin: 0.4rem 0 0;
  font-size: 0.86rem;
  font-weight: 550;
  color: var(--red);
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}

#submit-btn { width: 100%; }

@media (min-width: 560px) {
  #submit-btn { width: auto; min-width: 240px; }
}

#submit-btn[disabled] { opacity: 0.72; cursor: wait; }

.spinner {
  width: 17px;
  height: 17px;
  border: 2.5px solid rgba(255, 255, 255, 0.4);
  border-top-color: var(--white);
  border-radius: 50%;
}

@media (prefers-reduced-motion: no-preference) {
  .spinner { animation: spin 0.8s linear infinite; }
}

@keyframes spin { to { transform: rotate(360deg); } }

.form-success,
.form-error {
  padding: 1.4rem 1.5rem;
  border-radius: 3px;
}

.form-success {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  background: rgba(46, 125, 50, 0.08);
  border: 1px solid rgba(46, 125, 50, 0.4);
  color: var(--green);
}

.form-success svg { flex-shrink: 0; margin-top: 3px; }

.form-success p { margin: 0; font-weight: 550; }

.form-error {
  margin-top: 1.2rem;
  background: rgba(198, 40, 40, 0.06);
  border: 1px solid rgba(198, 40, 40, 0.35);
}

.form-error p { margin: 0; }

.form-success[hidden],
.form-error[hidden],
.field-error[hidden],
.spinner[hidden] { display: none; }

.contact-card {
  border-top: 3px solid var(--navy);
  background: var(--white);
  border-inline: 1px solid var(--hairline-soft);
  border-bottom: 1px solid var(--hairline-soft);
  padding: 1.8rem 1.7rem;
}

.contact-card h3 { margin-bottom: 1.1rem; }

.contact-card address { font-style: normal; }

/* Losstaande tekstlinks: groter tikoppervlak zonder de layout te verschuiven */
.contact-card a,
.site-footer a,
.form-error a {
  display: inline-block;
  padding-block: 14px;
  margin-block: -14px;
  overflow-wrap: anywhere;
}

.contact-card hr {
  border: none;
  border-top: 1px solid var(--hairline-soft);
  margin: 1.2rem 0;
}

.contact-card .footnote { margin-top: 1.2rem; }

/* Footer --------------------------------------------------------------------------------- */

.site-footer {
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.78);
  padding-block: 3rem;
  font-size: 0.92rem;
}

.footer-inner { display: grid; gap: 0.4rem; }

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 0.8rem;
}

.footer-brand img {
  width: 54px;
  height: 36px;
  object-fit: contain;
  background: var(--white);
  border-radius: 3px;
  padding: 3px 6px;
}

.footer-brand p {
  margin: 0;
  font-family: var(--serif);
  font-weight: 550;
  font-size: 1.02rem;
  color: var(--white);
}

.footer-inner p { margin: 0; }

.site-footer a { color: var(--white); }

.site-footer :focus-visible { outline-color: var(--white); }

/* Privacyverklaring ----------------------------------------------------------------------- */

/* Smallere leeskolom voor doorlopende juridische tekst */
.wrap-narrow { max-width: 780px; }

.back-link { margin-top: 3rem; }

/* Scroll-reveal (subtiel; volledig uit bij reduced motion) -------------------------------- */

@media (prefers-reduced-motion: no-preference) {
  .js .reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.65s cubic-bezier(0.2, 0.6, 0.3, 1), transform 0.65s cubic-bezier(0.2, 0.6, 0.3, 1);
  }

  .js .reveal.in {
    opacity: 1;
    transform: none;
  }
}
