/* ==========================================================================
   RegioCursus.nl — stijlblad
   Uitgangspunt: de bezoeker is vaak wat ouder en niet zo digitaal handig.
   Daarom: grote letters (18px basis), rustige kleuren, veel wit, knoppen die
   je niet kunt missen (minimaal 48px hoog) en nergens grijs op grijs.
   ========================================================================== */

/* Host Grotesk — zelfde letter als repuscore.nl, zelf gehost (geen Google Fonts).
   Eén variabel bestand van 300 tot 800, dus alle diktes kosten samen 29 kB.    */
@font-face {
  font-family: "Host Grotesk";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url(../fonts/host-grotesk.woff2) format("woff2");
}
@font-face {
  font-family: "Host Grotesk";
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
  src: url(../fonts/host-grotesk-italic.woff2) format("woff2");
}

:root {
  --ink:        #1c2433;
  --ink-soft:   #4a5568;
  --ink-faint:  #6b7688;

  --blue:       #1b3a6b;
  --blue-dark:  #132a4e;
  --blue-soft:  #eef3fa;

  --amber:      #c76b06;
  --amber-dark: #a45702;
  --amber-soft: #fdf2e2;

  --green:      #1f6f4a;
  --green-soft: #e8f4ee;
  --red:        #b3261e;
  --red-soft:   #fdecea;

  --cream:      #fdfaf5;
  --surface:    #ffffff;
  --line:       #e6ddd0;
  --line-soft:  #f0eae0;

  --radius:     14px;
  --radius-sm:  9px;
  --shadow:     0 1px 2px rgba(28,36,51,.06), 0 8px 24px rgba(28,36,51,.06);
  --shadow-lg:  0 2px 4px rgba(28,36,51,.06), 0 18px 44px rgba(28,36,51,.10);

  /* Eén letterfamilie voor alles. --display is de zwaardere, strakker gespatieerde
     variant voor koppen, prijzen en het logo; --sans is de leestekst.            */
  --display: "Host Grotesk", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --sans:    "Host Grotesk", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;

  --gutter: clamp(20px, 5vw, 40px);
  --wrap: 1140px;
}

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

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

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

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

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

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

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.22;
  margin: 0 0 .5em;
  letter-spacing: -.022em;
}
h1 { font-size: clamp(2rem, 1.4rem + 2.6vw, 3.1rem); }
h2 { font-size: clamp(1.55rem, 1.2rem + 1.5vw, 2.25rem); }
h3 { font-size: clamp(1.2rem, 1.08rem + .6vw, 1.45rem); }
h4 { font-size: 1.1rem; font-family: var(--sans); font-weight: 700; }

p  { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

ul, ol { margin: 0 0 1.1em; padding-left: 1.3em; }
li { margin-bottom: .45em; }

strong { font-weight: 700; }

hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }

/* ---------------------------------------------------------------- opmaak */

.container {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.container--narrow { max-width: 780px; }

.section { padding-block: clamp(48px, 7vw, 88px); }
.section--tight { padding-block: clamp(34px, 5vw, 60px); }
.section--cream { background: var(--cream); }
.section--white { background: var(--surface); }
.section--blue  { background: var(--blue); color: #fff; }
.section--blue h1, .section--blue h2, .section--blue h3 { color: #fff; }
.section--soft  { background: var(--blue-soft); }

.lede { font-size: 1.16rem; color: var(--ink-soft); }
.measure { max-width: 68ch; }
.center { text-align: center; }
.center .measure { margin-inline: auto; }

.eyebrow {
  font-family: var(--sans);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--amber-dark);
  margin: 0 0 .8rem;
}
.section--blue .eyebrow { color: #f0c893; }

.stack > * + * { margin-top: 1.1rem; }

/* Verborgen honeypot: onzichtbaar voor mensen, wel invulbaar voor bots. */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--blue); color: #fff; padding: 12px 20px; z-index: 100;
}
.skip-link:focus { left: 0; }

/* ---------------------------------------------------------------- knoppen */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  min-height: 52px;
  padding: 12px 26px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 1.03rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .15s, border-color .15s, color .15s, transform .08s;
}
.btn:active { transform: translateY(1px); }

.btn--primary { background: var(--amber); border-color: var(--amber); color: #fff; }
.btn--primary:hover { background: var(--amber-dark); border-color: var(--amber-dark); color: #fff; }

.btn--blue { background: var(--blue); border-color: var(--blue); color: #fff; }
.btn--blue:hover { background: var(--blue-dark); border-color: var(--blue-dark); color: #fff; }

.btn--ghost { background: transparent; border-color: var(--blue); color: var(--blue); }
.btn--ghost:hover { background: var(--blue); color: #fff; }

.btn--onblue { background: #fff; border-color: #fff; color: var(--blue); }
.btn--onblue:hover { background: var(--blue-soft); border-color: var(--blue-soft); color: var(--blue-dark); }

.btn--ghost-onblue { background: transparent; border-color: rgba(255,255,255,.6); color: #fff; }
.btn--ghost-onblue:hover { background: rgba(255,255,255,.14); border-color: #fff; color: #fff; }

.btn--block { display: flex; width: 100%; }
.btn--small { min-height: 44px; padding: 8px 18px; font-size: .95rem; }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.btn-row--center { justify-content: center; }

/* ------------------------------------------------------------------ kop */

.topbar {
  background: var(--blue-dark);
  color: #dce6f5;
  font-size: .92rem;
  padding-block: 9px;
}
.topbar__inner { display: flex; flex-wrap: wrap; gap: 6px 22px; align-items: center; justify-content: space-between; }
.topbar a { color: #fff; }

.masthead {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 40;
}
.masthead__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
}

.logo { display: inline-flex; align-items: baseline; gap: .12em; text-decoration: none; font-family: var(--display); font-size: 1.5rem; font-weight: 700; letter-spacing: -.025em; color: var(--ink); }
.logo b { font-weight: 700; color: var(--blue); }
.logo i { font-style: normal; color: var(--amber); }
.logo__tag { display: block; font-family: var(--sans); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-faint); }

.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  display: inline-block;
  padding: 10px 13px;
  border-radius: var(--radius-sm);
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
}
.nav a:hover { background: var(--blue-soft); color: var(--blue-dark); }
.nav a[aria-current="page"] { color: var(--blue); box-shadow: inset 0 -3px 0 var(--amber); }

.nav-toggle {
  display: none;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 8px 16px;
  background: var(--blue);
  color: #fff;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 1000px) {
  .nav-toggle { display: inline-flex; }
  .nav {
    display: none;
    position: absolute;
    left: 0; right: 0; top: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px var(--gutter) 22px;
    background: var(--surface);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 14px 4px; border-bottom: 1px solid var(--line-soft); border-radius: 0; font-size: 1.08rem; }
  .nav .btn { margin-top: 14px; }
  .masthead__inner { position: relative; }
}

/* ------------------------------------------------------------------ hero */

.hero {
  background:
    radial-gradient(1000px 420px at 88% -8%, rgba(199,107,6,.10), transparent 60%),
    linear-gradient(180deg, var(--surface) 0%, var(--cream) 100%);
  border-bottom: 1px solid var(--line);
  padding-block: clamp(44px, 6vw, 84px);
}
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.hero h1 { margin-bottom: .35em; }
.hero__sub { font-size: 1.2rem; color: var(--ink-soft); max-width: 34ch; }

@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
}

.ticks { list-style: none; margin: 1.6rem 0 0; padding: 0; display: grid; gap: .55rem; }
.ticks li { display: flex; gap: .65em; align-items: flex-start; margin: 0; font-weight: 600; }
.ticks svg { flex: 0 0 24px; margin-top: 3px; color: var(--green); }

/* Kaart met de eerstvolgende data, naast de hero. */
.hero__card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: clamp(22px, 3vw, 30px);
}
.hero__card h2 { font-size: 1.3rem; margin-bottom: .2em; }

/* ------------------------------------------------------------ vertrouwen */

.trustbar { background: var(--surface); border-bottom: 1px solid var(--line); }
.trustbar__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding-block: 26px; }
.trustbar__item { display: flex; gap: .7em; align-items: flex-start; font-size: .98rem; }
.trustbar__item svg { flex: 0 0 26px; color: var(--blue); margin-top: 1px; }
.trustbar__item b { display: block; font-family: var(--sans); }
.trustbar__item span { color: var(--ink-soft); font-size: .92rem; }
@media (max-width: 900px) { .trustbar__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .trustbar__grid { grid-template-columns: 1fr; gap: 16px; } }

/* ---------------------------------------------------------------- rooster */

.grid { display: grid; gap: 26px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 980px) { .grid--3 { grid-template-columns: 1fr; } }
@media (max-width: 780px) { .grid--2 { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------ cursuskaart */

.course-card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: box-shadow .18s, transform .18s;
}
.course-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.course-card__top { padding: 26px 26px 0; }
.course-card__level {
  display: inline-block;
  padding: 5px 13px;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.course-card--starter   .course-card__level { background: var(--green-soft); color: var(--green); }
.course-card--gevorderd .course-card__level { background: var(--blue-soft);  color: var(--blue); }
.course-card--expert    .course-card__level { background: var(--amber-soft); color: var(--amber-dark); }

.course-card h3 { margin-bottom: .25em; }
.course-card__tagline { color: var(--ink-soft); margin-bottom: 1.1em; }
.course-card__body { padding: 0 26px; flex: 1; }
.course-card__list { list-style: none; padding: 0; margin: 0 0 1.2em; }
.course-card__list li { display: flex; gap: .6em; align-items: flex-start; font-size: .98rem; }
.course-card__list svg { flex: 0 0 21px; margin-top: 4px; color: var(--green); }
.course-card__foot { padding: 20px 26px 26px; border-top: 1px solid var(--line-soft); margin-top: 20px; }
.course-card__price { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.course-card__price b { font-family: var(--display); font-size: 2rem; font-weight: 700; letter-spacing: -.03em; color: var(--ink); }
.course-card__price span { color: var(--ink-faint); font-size: .92rem; }

.pricenote { font-size: .88rem; color: var(--ink-faint); margin-top: 10px; text-align: center; }

/* ----------------------------------------------------------------- datums */

.datelist { list-style: none; margin: 0; padding: 0; }
.datelist > li { border-bottom: 1px solid var(--line-soft); }
.datelist > li:last-child { border-bottom: 0; }

.dateitem {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px 20px;
  align-items: center;
  padding: 18px 0;
}
.dateitem__when b { display: block; font-size: 1.05rem; }
.dateitem__when span { color: var(--ink-soft); font-size: .94rem; }
.dateitem__where { color: var(--ink-soft); font-size: .95rem; }
.dateitem__where b { display: block; color: var(--ink); font-family: var(--sans); font-size: 1rem; }
.dateitem__cta { display: flex; flex-direction: column; align-items: flex-end; gap: 7px; }

.pill { display: inline-block; padding: 4px 12px; border-radius: 999px; font-size: .84rem; font-weight: 700; white-space: nowrap; }
.pill--ok    { background: var(--green-soft); color: var(--green); }
.pill--warn  { background: var(--amber-soft); color: var(--amber-dark); }
.pill--full  { background: #f0eee9; color: var(--ink-faint); }
.pill--info  { background: var(--blue-soft); color: var(--blue); }

@media (max-width: 720px) {
  .dateitem { grid-template-columns: 1fr; }
  .dateitem__cta { align-items: flex-start; flex-direction: row-reverse; justify-content: flex-end; }
}

.emptynote {
  background: var(--blue-soft);
  border: 1px solid #d5e2f2;
  border-radius: var(--radius);
  padding: 22px 24px;
}

/* ------------------------------------------------------------------ kaart */

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(24px, 3vw, 34px);
  box-shadow: var(--shadow);
}
.card--flat { box-shadow: none; }
.card--amber { background: var(--amber-soft); border-color: #f0dcbe; }
.card--blue  { background: var(--blue-soft); border-color: #d5e2f2; }

.card__icon {
  width: 54px; height: 54px;
  display: grid; place-items: center;
  border-radius: 14px;
  background: var(--blue-soft);
  color: var(--blue);
  margin-bottom: 18px;
}
.card--amber .card__icon { background: #fff; color: var(--amber-dark); }

/* --------------------------------------------------------------- tijdlijn */

.timeline { list-style: none; margin: 0; padding: 0; counter-reset: step; }
.timeline > li {
  position: relative;
  padding: 0 0 30px 62px;
  margin: 0;
  counter-increment: step;
}
.timeline > li::before {
  content: counter(step);
  position: absolute;
  left: 0; top: 0;
  width: 42px; height: 42px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  font-size: 1.02rem;
}
.timeline > li::after {
  content: '';
  position: absolute;
  left: 20px; top: 48px; bottom: 6px;
  width: 2px;
  background: var(--line);
}
.timeline > li:last-child { padding-bottom: 0; }
.timeline > li:last-child::after { display: none; }
.timeline h3 { font-family: var(--sans); font-size: 1.08rem; font-weight: 700; margin-bottom: .3em; }
.timeline p { margin-bottom: 0; color: var(--ink-soft); }
.timeline__time { display: inline-block; margin-left: .5em; font-size: .85rem; font-weight: 700; color: var(--amber-dark); }
.timeline--break > li::before { background: var(--line); color: var(--ink-soft); }

/* -------------------------------------------------------------------- faq */

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 20px 0;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.06rem;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '';
  flex: 0 0 14px;
  width: 14px; height: 14px;
  border-right: 2.5px solid var(--blue);
  border-bottom: 2.5px solid var(--blue);
  transform: rotate(45deg);
  transition: transform .18s;
  margin-top: -6px;
}
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: 4px; }
.faq details > div { padding-bottom: 22px; color: var(--ink-soft); max-width: 68ch; }

/* ------------------------------------------------------------- formulieren */

.form { display: grid; gap: 22px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 640px) { .form__row { grid-template-columns: 1fr; } }

.field label, .field > .field__label { display: block; font-weight: 700; margin-bottom: 7px; }
.field__hint { display: block; font-weight: 400; font-size: .92rem; color: var(--ink-faint); margin-top: -3px; margin-bottom: 8px; }

input[type=text], input[type=email], input[type=tel], input[type=number],
input[type=password], select, textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 15px;
  border: 2px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  font: inherit;
  color: var(--ink);
}
textarea { min-height: 130px; resize: vertical; line-height: 1.6; }
select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath fill='none' stroke='%231b3a6b' stroke-width='2.2' d='M1 1l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 44px; }

input:focus, select:focus, textarea:focus { border-color: var(--blue); outline: 3px solid rgba(27,58,107,.16); outline-offset: 0; }

/* Keuzevakken als aanklikbare kaarten: veel makkelijker te raken dan een rondje. */
.choice { display: grid; gap: 12px; }
.choice input { position: absolute; opacity: 0; width: 0; height: 0; }
.choice label {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  border: 2px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  cursor: pointer;
  font-weight: 500;
  margin: 0;
  transition: border-color .15s, background-color .15s;
}
.choice label:hover { border-color: #c9bda9; }
.choice input:checked + label { border-color: var(--blue); background: var(--blue-soft); }
.choice input:focus-visible + label { outline: 3px solid var(--amber); outline-offset: 2px; }
.choice__mark {
  flex: 0 0 24px; width: 24px; height: 24px;
  border: 2px solid #b9ab94; border-radius: 50%;
  margin-top: 2px; background: #fff;
  position: relative;
}
.choice input:checked + label .choice__mark { border-color: var(--blue); }
.choice input:checked + label .choice__mark::after {
  content: ''; position: absolute; inset: 4px; border-radius: 50%; background: var(--blue);
}
.choice--check .choice__mark { border-radius: 6px; }
.choice input:checked + label .choice--check .choice__mark::after { border-radius: 2px; }
.choice b { display: block; font-weight: 700; }
.choice small { display: block; color: var(--ink-soft); font-size: .93rem; line-height: 1.5; }
.choice label.is-disabled { opacity: .55; cursor: not-allowed; background: #faf8f4; }

.checkline { display: flex; gap: 12px; align-items: flex-start; }
.checkline input[type=checkbox] { flex: 0 0 24px; width: 24px; height: 24px; margin-top: 3px; accent-color: var(--blue); }
.checkline label { font-weight: 500; }

.alert { padding: 16px 20px; border-radius: var(--radius-sm); border: 1px solid; margin-bottom: 4px; }
.alert--error { background: var(--red-soft); border-color: #f2c4bf; color: #7d1811; }
.alert--ok    { background: var(--green-soft); border-color: #bfdfcd; color: #14512f; }
.alert--info  { background: var(--blue-soft); border-color: #d5e2f2; color: var(--blue-dark); }

/* --------------------------------------------------------------- samenvatting */

.summary { position: sticky; top: 104px; }
.summary dl { display: grid; grid-template-columns: auto 1fr; gap: 8px 16px; margin: 0 0 18px; }
.summary dt { color: var(--ink-soft); font-size: .95rem; }
.summary dd { margin: 0; font-weight: 700; text-align: right; }
.summary__total { display: flex; justify-content: space-between; align-items: baseline; border-top: 1px solid var(--line); padding-top: 16px; }
.summary__total b { font-family: var(--display); font-size: 1.7rem; font-weight: 700; letter-spacing: -.03em; }

.layout-form { display: grid; grid-template-columns: 1fr 350px; gap: clamp(28px, 4vw, 52px); align-items: start; }
@media (max-width: 900px) { .layout-form { grid-template-columns: 1fr; } .summary { position: static; } }

/* ------------------------------------------------------------------ regio */

.chiplist { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0; padding: 0; }
.chiplist li { margin: 0; }
.chiplist a {
  display: inline-block;
  padding: 9px 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink);
  text-decoration: none;
  font-size: .97rem;
  font-weight: 600;
}
.chiplist a:hover { border-color: var(--blue); background: var(--blue-soft); color: var(--blue-dark); }

/* --------------------------------------------------------------- kruimels */

.crumbs { font-size: .92rem; color: var(--ink-faint); padding-block: 16px 0; }
.crumbs a { color: var(--ink-soft); }
.crumbs span { padding-inline: .45em; }

/* --------------------------------------------------------------- ervaring */

.quote {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
}
.quote blockquote { margin: 0 0 16px; font-family: var(--display); font-size: 1.14rem; line-height: 1.6; }
.quote figcaption { color: var(--ink-soft); font-size: .95rem; }
.stars { color: var(--amber); letter-spacing: .1em; }

/* ------------------------------------------------------------------ voet */

.footer { background: var(--blue-dark); color: #c7d4e8; padding-block: clamp(44px, 5vw, 64px) 30px; }
.footer h4 { color: #fff; font-family: var(--sans); font-size: .86rem; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 1em; }
.footer a { color: #e7eefa; text-decoration: none; }
.footer a:hover { color: #fff; text-decoration: underline; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 34px; }
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li { margin-bottom: .55em; }
.footer__bottom {
  margin-top: 40px; padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.14);
  display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between;
  font-size: .9rem; color: #93a7c4;
}
.footer__logo { font-family: var(--display); font-size: 1.4rem; font-weight: 700; letter-spacing: -.025em; color: #fff; display: block; margin-bottom: .4em; }
@media (max-width: 900px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; gap: 26px; } }

/* -------------------------------------------------------- vaste onderbalk */

/* Op mobiel altijd één duidelijke knop in beeld. */
.stickybar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 45;
  display: none;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 12px var(--gutter);
  background: var(--surface);
  border-top: 1px solid var(--line);
  box-shadow: 0 -6px 22px rgba(28,36,51,.09);
}
.stickybar b { font-family: var(--display); font-size: 1.3rem; font-weight: 700; letter-spacing: -.025em; }
.stickybar span { display: block; font-size: .84rem; color: var(--ink-faint); }
@media (max-width: 780px) {
  .stickybar { display: flex; }
  body.has-stickybar { padding-bottom: 88px; }
}

/* ------------------------------------------------------------------ print */

@media print {
  .masthead, .topbar, .footer, .stickybar, .btn { display: none !important; }
  body { background: #fff; font-size: 12pt; }
}
