/* ==========================================================================
   Autorijschool Jolanda
   Palet en motief komen uit het eigen logo: een oplopende weg met vier banen
   in navy (#002463) en oranje (#DD541E). Navy staat volgens de rijschool voor
   vertrouwen en veiligheid, oranje voor kracht en energie.
   ========================================================================== */

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/barlow-400.woff2) format('woff2');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fonts/barlow-500.woff2) format('woff2');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/barlow-600.woff2) format('woff2');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/barlow-700.woff2) format('woff2');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/barlowcond-600.woff2) format('woff2');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/barlowcond-700.woff2) format('woff2');
}

:root {
  --navy: #002463;
  --navy-800: #001a4a;
  --navy-600: #123a86;
  --navy-300: #6b82b8;
  --navy-100: #dbe3f5;

  --orange: #dd541e;
  --orange-700: #b83f10;
  --orange-100: #fde8dd;

  --ink: #10182b;
  --muted: #57617a;
  --paper: #ffffff;
  --paper-2: #f4f6fb;
  --paper-3: #eaeff9;
  --line: #dbe1ef;

  --display: 'Barlow Condensed', 'Barlow', 'Ubuntu Sans', system-ui, sans-serif;
  --body: 'Barlow', 'Ubuntu Sans', system-ui, -apple-system, Segoe UI, sans-serif;

  --wrap: 1160px;
  --radius: 12px;
  --radius-lg: 18px;
  --shadow: 0 1px 2px rgba(16, 24, 43, .05), 0 8px 24px -12px rgba(16, 24, 43, .18);
  --shadow-lg: 0 2px 4px rgba(16, 24, 43, .06), 0 24px 48px -20px rgba(0, 36, 99, .35);
}

/* ---------------------------------------------------------------- reset */

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

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

body {
  margin: 0;
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--navy-600); }
a:hover { color: var(--orange-700); }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.005em;
  margin: 0 0 .5em;
  color: var(--navy);
}

h1 { font-size: clamp(2.35rem, 6.2vw, 3.9rem); }
h2 { font-size: clamp(1.85rem, 4vw, 2.7rem); }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.5rem); }
h4 { font-size: 1.13rem; }

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

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

strong { font-weight: 600; }

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

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--orange);
  color: #fff;
  padding: .7rem 1.1rem;
  z-index: 200;
  font-weight: 600;
}
.skip-link:focus { left: .5rem; top: .5rem; color: #fff; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.wrap-narrow { max-width: 760px; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------------------------------------------------------------- header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: saturate(1.4) blur(8px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  min-height: 76px;
}

.brand {
  display: flex;
  align-items: center;
  gap: .7rem;
  text-decoration: none;
  color: var(--navy);
  flex: 0 0 auto;
  margin-right: auto;
}
.brand img { width: 62px; height: auto; }
.brand-name {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.42rem;
  line-height: 1;
  letter-spacing: -.01em;
}
.brand-sub {
  display: block;
  font-family: var(--body);
  font-weight: 500;
  font-size: .74rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--orange);
  margin-top: .18rem;
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: .5rem;
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: .55rem .8rem;
  font: 600 .95rem/1 var(--body);
  color: var(--navy);
  cursor: pointer;
}
.nav-toggle .bars { display: block; width: 18px; height: 2px; background: currentColor; position: relative; }
.nav-toggle .bars::before,
.nav-toggle .bars::after {
  content: ''; position: absolute; left: 0; width: 18px; height: 2px; background: currentColor;
}
.nav-toggle .bars::before { top: -6px; }
.nav-toggle .bars::after { top: 6px; }

.site-nav ul {
  display: flex;
  align-items: center;
  gap: .2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav a {
  display: block;
  padding: .5rem .62rem;
  border-radius: 8px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 500;
  font-size: .97rem;
  white-space: nowrap;
}
.site-nav a:hover { background: var(--paper-2); color: var(--navy); }
.site-nav a[aria-current="page"] {
  color: var(--navy);
  font-weight: 600;
  box-shadow: inset 0 -3px 0 var(--orange);
  border-radius: 8px 8px 0 0;
}

.header-cta { display: flex; gap: .5rem; flex: 0 0 auto; order: 3; }
.site-nav { order: 2; }

/* ---------------------------------------------------------------- buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .82rem 1.35rem;
  border-radius: 10px;
  font: 600 1.02rem/1.2 var(--body);
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .12s ease, background-color .12s ease, border-color .12s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn svg { width: 19px; height: 19px; flex: 0 0 auto; }

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

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

.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy-100); }
.btn-outline:hover { background: var(--paper-2); border-color: var(--navy-300); color: var(--navy); }

.btn-ghost-light { background: rgba(255, 255, 255, .1); color: #fff; border-color: rgba(255, 255, 255, .45); }
.btn-ghost-light:hover { background: rgba(255, 255, 255, .2); color: #fff; border-color: #fff; }

.btn-sm { padding: .58rem .95rem; font-size: .95rem; }
.btn-wa { background: #1fa855; border-color: #1fa855; color: #fff; }
.btn-wa:hover { background: #178744; border-color: #178744; color: #fff; }

/* ---------------------------------------------------------------- sections */

.section { padding: clamp(3.2rem, 7vw, 5.4rem) 0; }
.section-tight { padding: clamp(2.4rem, 5vw, 3.6rem) 0; }
.section-alt { background: var(--paper-2); }
.section-navy { background: var(--navy); color: #fff; }
.section-navy h2, .section-navy h3 { color: #fff; }
.section-navy a { color: #fff; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--body);
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--orange);
  margin: 0 0 .75rem;
}
.eyebrow::before {
  content: '';
  width: 26px;
  height: 3px;
  background: var(--orange);
  border-radius: 2px;
}
.section-navy .eyebrow { color: #ffb999; }
.section-navy .eyebrow::before { background: #ffb999; }

.section-head { max-width: 680px; margin-bottom: 2.4rem; }
.section-head p { color: var(--muted); font-size: 1.1rem; margin-bottom: 0; }
.section-navy .section-head p { color: #c3cfe9; }

.lead { font-size: 1.16rem; color: var(--muted); }

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

.hero {
  position: relative;
  background: var(--navy);
  color: #fff;
  overflow: hidden;
  padding: clamp(2.6rem, 6vw, 4.6rem) 0 clamp(3rem, 7vw, 5rem);
}
.hero::after {
  /* de weg uit het logo, als groot watermerk rechtsonder */
  content: '';
  position: absolute;
  right: -6%;
  bottom: -28%;
  width: min(760px, 70%);
  aspect-ratio: 500 / 144;
  background: url(/assets/logo-light.png) no-repeat center / contain;
  opacity: .07;
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}
.hero h1 { color: #fff; margin-bottom: .55rem; }
.hero-sub {
  font-size: clamp(1.08rem, 2vw, 1.24rem);
  color: #cbd6ee;
  max-width: 46ch;
  margin-bottom: 1.7rem;
}
.hero .eyebrow { color: #ffb999; }
.hero .eyebrow::before { background: var(--orange); }

.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-bottom: 1.9rem; }

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem .55rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hero-trust li {
  display: flex;
  align-items: center;
  gap: .45rem;
  margin: 0;
  padding: .42rem .8rem .42rem .62rem;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 500;
  color: #e6ecf9;
}
.hero-trust svg { width: 16px; height: 16px; color: #ffb999; flex: 0 0 auto; }

.hero-figure { position: relative; margin: 0; }
.hero-photo { position: relative; }
.hero-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.hero-photo::before {
  content: '';
  position: absolute;
  inset: 30% -16px -16px 30%;
  border-right: 5px solid var(--orange);
  border-bottom: 5px solid var(--orange);
  border-radius: 0 0 var(--radius-lg) 0;
}
.hero-caption {
  margin-top: .85rem;
  font-size: .92rem;
  color: #a8b6d8;
}

/* de wegstrook: signatuurelement tussen secties, een wegdek met belijning */
.roadstrip {
  height: 18px;
  background:
    repeating-linear-gradient(to right,
      rgba(255, 255, 255, .85) 0 46px, transparent 46px 106px) center / auto 2px no-repeat,
    var(--navy);
  position: relative;
}
.roadstrip::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: var(--orange);
}

/* ---------------------------------------------------------------- cards */

.grid { display: grid; gap: 1.25rem; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.6rem 1.5rem;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.card h3 { margin-bottom: .4rem; }
.card p { color: var(--muted); }
.card-link {
  margin-top: auto;
  padding-top: 1rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--navy-600);
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
.card-link:hover { color: var(--orange-700); gap: .65rem; }
.card-link svg { width: 15px; height: 15px; transition: transform .12s ease; }

.card-icon {
  width: 46px;
  height: 46px;
  border-radius: 11px;
  background: var(--navy-100);
  color: var(--navy);
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
}
.card-icon svg { width: 24px; height: 24px; }

.benefit {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.35rem 1.3rem;
}
.benefit h3 { font-size: 1.14rem; margin-bottom: .35rem; }
.benefit p { color: var(--muted); font-size: .98rem; margin: 0; }
.benefit .num {
  font-family: var(--display);
  font-size: 1.5rem;
  color: var(--orange);
  line-height: 1;
  display: block;
  margin-bottom: .5rem;
}

/* ---------------------------------------------------------------- pakketten */

.pack-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem; }

.pack {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.9rem 1.6rem 1.6rem;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.pack::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: var(--navy);
}
.pack-featured::before { background: var(--orange); }
.pack-badge {
  position: absolute;
  top: 1.35rem;
  right: 1.35rem;
  background: var(--orange-100);
  color: var(--orange-700);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: .28rem .6rem;
  border-radius: 999px;
}
.pack-letter {
  font-family: var(--display);
  font-size: 3.1rem;
  line-height: .85;
  color: var(--navy-100);
  margin-bottom: .3rem;
}
.pack-featured .pack-letter { color: var(--orange-100); }
.pack h3 { margin-bottom: .3rem; }
.pack-price {
  font-family: var(--display);
  font-size: 2.5rem;
  color: var(--navy);
  line-height: 1;
  margin: .7rem 0 .2rem;
}
.pack-price-note { font-size: .92rem; color: var(--muted); margin-bottom: 1.1rem; }
.pack ul { list-style: none; padding: 0; margin: 0 0 1.4rem; }
.pack ul li {
  position: relative;
  padding-left: 1.7rem;
  margin-bottom: .55rem;
  color: var(--muted);
}
.pack ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .5em;
  width: 11px;
  height: 6px;
  border-left: 2.5px solid var(--orange);
  border-bottom: 2.5px solid var(--orange);
  transform: rotate(-45deg);
}
.pack .pack-actions { margin-top: auto; display: flex; flex-wrap: wrap; gap: .6rem; }

/* ---------------------------------------------------------------- route (HowTo) */

.route { list-style: none; padding: 0; margin: 0; display: grid; gap: 1.1rem; grid-template-columns: repeat(4, 1fr); }
.route li {
  position: relative;
  margin: 0;
  padding: 1.5rem 1.25rem 1.35rem;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius);
}
.route .step {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-family: var(--display);
  font-size: 1.3rem;
  margin-bottom: .85rem;
}
.route h3 { font-size: 1.15rem; margin-bottom: .3rem; }
.route p { color: #c3cfe9; font-size: .97rem; margin: 0; }

/* ---------------------------------------------------------------- tarieven */

.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); }
table.rates { width: 100%; border-collapse: collapse; font-size: 1rem; min-width: 420px; }
table.rates caption {
  text-align: left;
  font-family: var(--display);
  font-size: 1.3rem;
  color: var(--navy);
  padding: 1.15rem 1.25rem .35rem;
}
table.rates th, table.rates td { text-align: left; padding: .82rem 1.25rem; border-bottom: 1px solid var(--line); }
table.rates thead th {
  font-family: var(--body);
  font-size: .8rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  background: var(--paper-2);
}
table.rates tbody tr:last-child th, table.rates tbody tr:last-child td { border-bottom: 0; }
table.rates td.price { text-align: right; font-weight: 600; color: var(--navy); white-space: nowrap; }
table.rates tbody th { font-weight: 500; color: var(--ink); }

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

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 1.15rem 2.5rem 1.15rem 0;
  position: relative;
  font-family: var(--display);
  font-size: 1.28rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.25;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '';
  position: absolute;
  right: .55rem;
  top: 1.55rem;
  width: 11px;
  height: 11px;
  border-right: 2.5px solid var(--orange);
  border-bottom: 2.5px solid var(--orange);
  transform: rotate(45deg);
  transition: transform .18s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); top: 1.75rem; }
.faq .faq-body { padding: 0 1rem 1.35rem 0; color: var(--muted); }
.faq .faq-body p:last-child { margin-bottom: 0; }

/* ---------------------------------------------------------------- quote */

.quote {
  background: var(--paper);
  border: 1px solid var(--line);
  border-left: 5px solid var(--orange);
  border-radius: var(--radius);
  padding: 1.6rem 1.6rem 1.4rem;
  box-shadow: var(--shadow);
}
.quote blockquote {
  margin: 0 0 .9rem;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.6vw, 1.75rem);
  line-height: 1.25;
  color: var(--navy);
}
.quote figcaption { font-size: .95rem; color: var(--muted); }

/* ---------------------------------------------------------------- contact */

.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 2.4rem; align-items: start; }

.contact-list { list-style: none; padding: 0; margin: 0 0 1.6rem; }
.contact-list li {
  display: flex;
  gap: .9rem;
  align-items: flex-start;
  padding: .95rem 0;
  border-bottom: 1px solid var(--line);
  margin: 0;
}
.contact-list li:first-child { padding-top: 0; }
.contact-list .ico {
  flex: 0 0 auto;
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border-radius: 10px;
  background: var(--navy-100);
  color: var(--navy);
}
.contact-list .ico svg { width: 19px; height: 19px; }
.contact-list .label {
  display: block;
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: .1rem;
}
.contact-list a { text-decoration: none; font-weight: 600; color: var(--navy); }
.contact-list a:hover { color: var(--orange-700); }

.map-link {
  display: block;
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.map-link img { width: 100%; }
.map-link span {
  display: flex;
  align-items: center;
  gap: .45rem;
  padding: .85rem 1.1rem;
  font-weight: 600;
  color: var(--navy);
}
.map-link:hover span { color: var(--orange-700); }
.map-link span svg { width: 16px; height: 16px; }

/* ---------------------------------------------------------------- cta band */

.cta-band {
  background: var(--navy);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: clamp(1.8rem, 4vw, 2.8rem);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.6rem;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.cta-band::after {
  content: '';
  position: absolute;
  right: -4%;
  bottom: -55%;
  width: 420px;
  aspect-ratio: 500 / 144;
  background: url(/assets/logo-light.png) no-repeat center / contain;
  opacity: .08;
  pointer-events: none;
}
.cta-band h2 { color: #fff; margin-bottom: .35rem; position: relative; z-index: 1; }
.cta-band p { color: #c3cfe9; margin: 0; position: relative; z-index: 1; max-width: 52ch; }
.cta-band .cta-actions { display: flex; flex-wrap: wrap; gap: .7rem; position: relative; z-index: 1; }

/* ---------------------------------------------------------------- prose */

.prose h2 { margin-top: 2.6rem; }
.prose h3 { margin-top: 1.9rem; }
.prose > *:first-child { margin-top: 0; }
.prose ul li { color: var(--ink); }
.prose .note {
  background: var(--paper-2);
  border-left: 4px solid var(--navy-300);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1.1rem 1.25rem;
  margin: 1.6rem 0;
  color: var(--muted);
}
.prose .note strong { color: var(--navy); }

/* ---------------------------------------------------------------- page head */

.page-head {
  background: var(--paper-2);
  border-bottom: 1px solid var(--line);
  padding: clamp(2rem, 4.5vw, 3.2rem) 0 clamp(2.2rem, 5vw, 3.4rem);
}
.page-head h1 { max-width: 26ch; }
.page-head .lead { max-width: 62ch; margin-bottom: 0; }

.crumbs { font-size: .9rem; color: var(--muted); margin-bottom: 1rem; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; padding: 0; margin: 0; }
.crumbs li { margin: 0; display: flex; align-items: center; gap: .4rem; }
.crumbs li + li::before { content: '›'; color: var(--navy-300); }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--orange-700); }

/* ---------------------------------------------------------------- footer */

.site-footer {
  background: var(--navy-800);
  color: #b9c6e2;
  padding: clamp(2.8rem, 6vw, 4rem) 0 1.5rem;
  font-size: .98rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.15fr;
  gap: 2rem;
  padding-bottom: 2.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}
.site-footer h2 {
  font-family: var(--body);
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 600;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: .5rem; }
.site-footer a { color: #b9c6e2; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-brand img { width: 96px; margin-bottom: 1rem; }
.footer-brand p { max-width: 34ch; }
.footer-legal {
  padding-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: .4rem 1.5rem;
  font-size: .89rem;
  color: #8496bb;
}
.footer-address { font-style: normal; }
.footer-address strong { color: #fff; font-weight: 600; }

/* ---------------------------------------------------------------- mobile bar */

.action-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  display: none;
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--line);
  padding: .5rem .6rem calc(.5rem + env(safe-area-inset-bottom));
  gap: .45rem;
  box-shadow: 0 -6px 20px -12px rgba(16, 24, 43, .4);
}
.action-bar a {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .18rem;
  padding: .5rem .3rem;
  border-radius: 10px;
  text-decoration: none;
  font-size: .78rem;
  font-weight: 600;
  color: #fff;
  background: var(--navy);
  line-height: 1.2;
}
.action-bar a.wa { background: #1fa855; }
.action-bar a.mail { background: var(--orange); }
.action-bar svg { width: 19px; height: 19px; }

/* ---------------------------------------------------------------- 404 */

.err {
  text-align: center;
  padding: clamp(3.5rem, 10vw, 7rem) 0;
}
.err .code {
  font-family: var(--display);
  font-size: clamp(4.5rem, 16vw, 9rem);
  line-height: .85;
  color: var(--navy-100);
  margin-bottom: .5rem;
}
.err .btns { display: flex; gap: .7rem; justify-content: center; flex-wrap: wrap; margin-top: 1.8rem; }

/* ---------------------------------------------------------------- responsive */

@media (max-width: 1040px) {
  .site-nav a { padding: .5rem .48rem; font-size: .93rem; }
  .brand-sub { display: none; }
}

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; order: 3; }
  .header-cta { order: 2; }
  .header-cta .btn span { display: none; }
  .header-cta .btn { padding: .58rem .7rem; }
  .site-nav {
    order: 4;
    display: none;
    width: 100%;
    padding: .5rem 0 1rem;
    border-top: 1px solid var(--line);
  }
  .site-nav.open { display: block; }
  .header-inner { flex-wrap: wrap; padding-top: .5rem; padding-bottom: .5rem; }
  .site-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav a { padding: .8rem .6rem; font-size: 1.05rem; border-radius: 8px; }
  .site-nav a[aria-current="page"] { box-shadow: inset 3px 0 0 var(--orange); border-radius: 8px; }

  .hero-grid { grid-template-columns: 1fr; }
  /* Tekst eerst, foto daarna: op een klein scherm moet de belofte bovenaan staan. */
  .hero-figure { max-width: 560px; }
  .contact-grid { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .route { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-band { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body { font-size: 16.5px; padding-bottom: 74px; }
  .action-bar { display: flex; }
  .site-header { position: static; }
  .grid-2, .grid-3, .grid-4, .pack-grid, .route, .footer-grid { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .header-cta .btn, .site-nav .btn { width: auto; }
  .hero-actions .btn, .cta-band .btn, .pack-actions .btn { width: 100%; }
  .hero-photo::before { display: none; }
  .brand img { width: 46px; }
  .brand-name { font-size: 1.15rem; }
  /* De belknop in de header vervalt: de vaste balk onderin heeft er al een. */
  .header-cta { display: none; }
  .header-inner { min-height: 66px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
}

@media print {
  .site-header, .action-bar, .cta-band, .site-footer { display: none; }
}
