/* ════════════════════════════════════════════
   DE VROLIJKE KABOUTERS — stylesheet
   Volgorde: fonts → tokens → reset → layout → componenten → secties → utility
   ════════════════════════════════════════════ */

/* ── FONTS (self-hosted, geen requests naar Google) ── */
@font-face {
  font-family: 'Baloo 2';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/baloo2-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Baloo 2';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/baloo2-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/lato-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/lato-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/lato-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/lato-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ── TOKENS ── */
:root {
  --groen:        #3d8c40;
  --groen-d:      #2a6130;
  --groen-l:      #eaf5ea;
  --groen-xl:     #f4faf4;
  --amber:        #e6890a;
  --amber-l:      #fff8e8;
  --hemel:        #e8f4fd;

  --tekst:        #1a1a1a;
  --tekst-zacht:  #555;
  --rand:         #dce8dc;
  --wit:          #fff;
  --achtergrond:  #f8faf7;

  --font-display: 'Baloo 2', 'Trebuchet MS', system-ui, sans-serif;
  --font-body:    'Lato', 'Helvetica Neue', Arial, sans-serif;

  --r-sm:  8px;
  --r-md:  14px;
  --r-lg:  22px;
  --r-xl:  32px;

  --schaduw-zacht: 0 2px 16px rgba(0,0,0,.06);
  --schaduw-kaart: 0 4px 28px rgba(0,0,0,.08);
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html                   { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body                   { font-family: var(--font-body); font-size: 16px; line-height: 1.7; color: var(--tekst); background: var(--achtergrond); overflow-x: hidden; }
img                    { display: block; max-width: 100%; height: auto; }
ul, ol                 { list-style: none; }
a                      { color: inherit; }
button                 { cursor: pointer; font-family: inherit; }

/* ── TOEGANKELIJKHEID ── */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* ── CONTAINER ── */
.container {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

/* ── TYPOGRAFIE ── */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  line-height: 1.15;
  color: var(--tekst);
}
h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.5rem); font-weight: 800; }
h3 { font-size: 1.25rem; font-weight: 600; }
h4 { font-size: 1rem;    font-weight: 600; }
em { font-style: normal; color: var(--groen); }
p  { color: var(--tekst-zacht); }

/* ── KNOPPEN ── */
.btn {
  display: inline-block;
  padding: .7rem 1.7rem;
  border-radius: 50px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .95rem;
  text-decoration: none;
  transition: background .18s, transform .15s, box-shadow .18s;
  border: 2px solid transparent;
}
.btn--primary {
  background: var(--groen);
  color: var(--wit);
  box-shadow: 0 4px 18px rgba(61,140,64,.3);
}
.btn--primary:hover  { background: var(--groen-d); transform: translateY(-2px); }
.btn--ghost  {
  background: transparent;
  border-color: var(--groen);
  color: var(--groen-d);
}
.btn--ghost:hover     { background: var(--groen-l); }

/* ── SECTIES ALGEMEEN ── */
.section           { padding: 5rem 0; }
.section--white    { background: var(--wit); }
.section--tint     { background: var(--groen-xl); }
.section--green    { background: var(--groen); color: var(--wit); }
.section--green p  { color: rgba(255,255,255,.85); }
.section--green h2 { color: var(--wit); }

.section-header {
  max-width: 580px;
  margin-bottom: 3rem;
}
.section-header.center {
  margin-inline: auto;
  text-align: center;
}
.section-label {
  display: block;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--groen);
  margin-bottom: .5rem;
}
.section-label--light { color: rgba(255,255,255,.7); }
.section-intro        { color: var(--tekst-zacht); margin-top: .5rem; }

/* ── GRID HELPERS ── */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

/* ══════════════════════════════
   HEADER
══════════════════════════════ */
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 200;
  background: var(--wit);
  border-bottom: 1px solid var(--rand);
  box-shadow: 0 1px 8px rgba(0,0,0,.05);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: .75rem;
  text-decoration: none;
}
.logo-mark {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}
.logo-mark svg { width: 100%; height: 100%; }
.logo-mark img { width: 100%; height: 100%; object-fit: contain; }
.logo-name {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--groen-d);
  line-height: 1.2;
}
.logo-tagline {
  display: block;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--tekst-zacht);
}

/* Nav */
.site-nav {
  display: flex;
  align-items: center;
  gap: .15rem;
}
.site-nav a {
  text-decoration: none;
  color: var(--tekst-zacht);
  font-weight: 700;
  font-size: .85rem;
  padding: .4rem .7rem;
  border-radius: var(--r-sm);
  transition: background .15s, color .15s;
}
.site-nav a:hover { background: var(--groen-l); color: var(--groen-d); }
.site-nav a.active { color: var(--groen-d); }
.nav-cta {
  background: var(--groen) !important;
  color: var(--wit) !important;
  border-radius: 50px !important;
  padding: .4rem 1.1rem !important;
  margin-left: .5rem;
}
.nav-cta:hover { background: var(--groen-d) !important; }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 6px;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--tekst);
  border-radius: 2px;
  transition: all .25s;
}
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ══════════════════════════════
   HERO
══════════════════════════════ */
.hero {
  background: linear-gradient(160deg, var(--groen-l) 0%, #f9fef0 55%, var(--hemel) 100%);
  padding: 0 0 0;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
  padding-top: 4.5rem;
  padding-bottom: 3rem;
}
.kicker {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--groen);
  margin-bottom: .6rem;
}
.hero h1 { margin-bottom: 1rem; }
.hero-lead {
  font-size: 1.05rem;
  color: var(--tekst-zacht);
  max-width: 440px;
  margin-bottom: 2rem;
}
.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Hero foto */
.hero-frame {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--schaduw-kaart);
  aspect-ratio: 17/18;
  max-width: 420px;
  margin-inline: auto;
}
.hero-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-stamp {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  background: var(--wit);
  border-radius: var(--r-md);
  padding: .55rem 1rem;
  box-shadow: var(--schaduw-kaart);
  line-height: 1.3;
}
.hero-stamp span { display: block; font-size: .7rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--tekst-zacht); }
.hero-stamp strong { font-family: var(--font-display); font-size: 1rem; color: var(--groen-d); }

/* Trust bar */
.trust-bar {
  background: var(--groen-d);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .5rem 2.5rem;
  padding: .9rem 1.5rem;
}
.trust-bar li {
  color: rgba(255,255,255,.9);
  font-size: .83rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: .4rem;
}
.trust-icon { color: #a5d6a7; font-size: .8rem; }

/* ══════════════════════════════
   OVER ONS
══════════════════════════════ */
.over-foto {
  position: relative;
}
.over-foto img {
  width: 100%;
  border-radius: var(--r-lg);
  box-shadow: var(--schaduw-kaart);
  object-fit: cover;
  aspect-ratio: 4/3;
}

.section-content h2 { margin-bottom: 1rem; }
.section-content p  { margin-bottom: .85rem; }

.check-list {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: .55rem;
}
.check-list li {
  padding-left: 1.6rem;
  position: relative;
  font-weight: 700;
  font-size: .92rem;
  color: var(--tekst);
}
.check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--groen);
  font-weight: 800;
}

.lrk-note {
  margin-top: .75rem;
  font-size: .85rem;
  color: var(--tekst-licht, #666);
}

/* ══════════════════════════════
   OPVANG — KAARTEN
══════════════════════════════ */
.cards-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.card {
  background: var(--wit);
  border-radius: var(--r-lg);
  padding: 1.75rem 1.25rem;
  border-top: 4px solid transparent;
  box-shadow: var(--schaduw-zacht);
  transition: transform .2s, box-shadow .2s;
}
.card:hover         { transform: translateY(-5px); box-shadow: var(--schaduw-kaart); }
.card--leaf         { border-top-color: var(--groen); }
.card--sun          { border-top-color: var(--amber); }
.card--sky          { border-top-color: #4fc3f7; }
.card--plum         { border-top-color: #ab47bc; }
.card-icon          { font-size: 2rem; margin-bottom: .65rem; display: block; }
.card h3            { margin-bottom: .2rem; }
.card-age           { font-size: .78rem; font-weight: 700; color: var(--groen); text-transform: uppercase; letter-spacing: .07em; margin-bottom: .5rem; }
.card p             { font-size: .9rem; }

/* ══════════════════════════════
   TIJDEN
══════════════════════════════ */
.tijden-grid        { align-items: start; }

.tijden-tabel-wrap {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--schaduw-kaart);
}
.tijden-tabel       { width: 100%; border-collapse: collapse; font-size: .9rem; background: var(--wit); }
.tijden-tabel thead { background: var(--groen); color: var(--wit); }
.tijden-tabel thead th { padding: .85rem 1.1rem; text-align: left; font-weight: 700; font-size: .82rem; letter-spacing: .04em; }
.tijden-tabel tbody tr:nth-child(even) { background: var(--groen-xl); }
.tijden-tabel tbody td  { padding: .75rem 1.1rem; color: var(--tekst); }
.gesloten               { color: #aaa; font-style: italic; }
.gesloten-row td:first-child { color: var(--tekst-zacht); }

.tijden-notities    { display: flex; flex-direction: column; gap: 1rem; }
.notitie {
  background: var(--wit);
  border-radius: var(--r-md);
  padding: 1.25rem;
  border-left: 4px solid var(--groen);
  box-shadow: var(--schaduw-zacht);
}
.notitie h3         { font-size: 1rem; margin-bottom: .35rem; }
.notitie p          { font-size: .88rem; }

/* ══════════════════════════════
   TARIEVEN
══════════════════════════════ */
.tarieven-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.tarief-kaart {
  background: var(--wit);
  border-radius: var(--r-lg);
  padding: 2rem 1.5rem;
  border: 2px solid var(--rand);
  position: relative;
  transition: box-shadow .2s;
}
.tarief-kaart:hover { box-shadow: var(--schaduw-kaart); }
.tarief-kaart--featured {
  border-color: var(--groen);
  box-shadow: 0 0 0 4px rgba(61,140,64,.1), var(--schaduw-kaart);
}
.tarief-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--groen);
  color: var(--wit);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  padding: .28rem 1rem;
  border-radius: 50px;
  white-space: nowrap;
}
.tarief-kaart h3          { margin-bottom: .25rem; }
.tarief-omschrijving      { font-size: .82rem; color: var(--tekst-zacht); margin-bottom: 1rem; }
.tarief-prijs             { display: flex; align-items: baseline; gap: .4rem; margin-bottom: .2rem; }
.tarief-prijs strong      { font-family: var(--font-display); font-size: 2.4rem; font-weight: 800; color: var(--groen-d); }
.tarief-prijs span        { font-size: .85rem; color: var(--tekst-zacht); }
.tarief-vanaf             { font-size: .8rem; color: var(--tekst-zacht); margin-bottom: 1.25rem; }
.tarief-kaart ul          { display: flex; flex-direction: column; gap: .45rem; }
.tarief-kaart li          { font-size: .88rem; padding-left: 1.4rem; position: relative; color: var(--tekst); }
.tarief-kaart li::before  { content: '✓'; position: absolute; left: 0; color: var(--groen); font-weight: 800; }

.toeslag-banner {
  background: var(--amber-l);
  border: 1.5px solid #f5c36a;
  border-radius: var(--r-lg);
  padding: 1.5rem 1.75rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.toeslag-icon   { font-size: 1.75rem; flex-shrink: 0; }
.toeslag-banner strong { display: block; margin-bottom: .35rem; color: var(--tekst); }
.toeslag-banner p      { font-size: .9rem; }
.toeslag-banner a      { color: var(--groen-d); font-weight: 700; text-decoration: underline; }

/* ══════════════════════════════
   ACTIVITEITEN
══════════════════════════════ */
.act-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
.act-item {
  background: var(--groen-xl);
  border-radius: var(--r-lg);
  padding: 1.5rem 1rem;
  text-align: center;
  transition: background .18s, transform .18s;
}
.act-item:hover      { background: var(--groen-l); transform: translateY(-3px); }
.act-item > span     { font-size: 2.2rem; display: block; margin-bottom: .5rem; }
.act-item h4         { margin-bottom: .25rem; }
.act-item p          { font-size: .8rem; }

/* ══════════════════════════════
   CONTACT
══════════════════════════════ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: start;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* Contact info */
.contact-info h2      { margin-bottom: .75rem; }
.contact-info p       { margin-bottom: 1.75rem; }
.contact-list         { display: flex; flex-direction: column; gap: 1rem; }
.contact-list li      { display: flex; align-items: flex-start; gap: .75rem; }
.ci-icon {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .95rem;
  flex-shrink: 0;
}
.contact-list strong  { display: block; font-size: .8rem; letter-spacing: .04em; text-transform: uppercase; opacity: .7; margin-bottom: .1rem; }
.contact-list span, .contact-list a { font-size: .92rem; color: rgba(255,255,255,.9); text-decoration: none; }
.contact-list a:hover { text-decoration: underline; }

/* Formulier */
.contact-form-wrap {
  background: var(--wit);
  border-radius: var(--r-xl);
  padding: 2rem;
  box-shadow: 0 8px 40px rgba(0,0,0,.15);
}
.contact-form-wrap h3  { font-size: 1.35rem; margin-bottom: 1.25rem; color: var(--tekst); }

/* ══════════════════════════════
   FOOTER
══════════════════════════════ */
.site-footer {
  background: var(--groen-d);
  padding: 1.5rem 0;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .75rem;
}
.footer-brand { font-family: var(--font-display); font-weight: 800; color: var(--wit); font-size: .95rem; }
.footer-inner nav { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.footer-inner nav a { color: rgba(255,255,255,.7); text-decoration: none; font-size: .83rem; font-weight: 700; }
.footer-inner nav a:hover { color: var(--wit); }
.footer-copy { font-size: .78rem; color: rgba(255,255,255,.5); }

/* ══════════════════════════════
   WHATSAPP CONTACT BLOK
══════════════════════════════ */
.wa-intro {
  font-size: .92rem;
  margin-bottom: 1.5rem;
  color: var(--tekst-zacht);
}

.wa-knop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  background: #25d366;
  color: var(--wit);
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  padding: .9rem 1.5rem;
  border-radius: var(--r-md);
  transition: background .18s, transform .15s;
  margin-bottom: 1.5rem;
}
.wa-knop:hover    { background: #1ebe5c; transform: translateY(-2px); }
.wa-knop svg      { width: 22px; height: 22px; flex-shrink: 0; }

.wa-of {
  text-align: center;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #bbb;
  margin-bottom: 1.25rem;
  position: relative;
}
.wa-of::before,
.wa-of::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 35%;
  height: 1px;
  background: #e8e8e8;
}
.wa-of::before { left: 0; }
.wa-of::after  { right: 0; }

.wa-directe-links {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
.wa-direct-item {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .85rem 1rem;
  border: 1.5px solid var(--rand);
  border-radius: var(--r-md);
  text-decoration: none;
  color: var(--tekst);
  transition: border-color .18s, background .18s;
  font-size: .9rem;
}
.wa-direct-item:hover { border-color: var(--groen); background: var(--groen-xl); }
.wa-direct-item > span { font-size: 1.3rem; }
.wa-direct-item strong { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: var(--tekst-zacht); margin-bottom: .1rem; }
.wa-direct-item span:last-child { color: var(--groen-d); font-weight: 700; }

/* ══════════════════════════════
   AANSPRAKELIJKHEID
══════════════════════════════ */
.aansp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.aansp-item {
  background: var(--wit);
  border-radius: var(--r-lg);
  padding: 1.75rem 1.5rem;
  box-shadow: var(--schaduw-zacht);
}
.aansp-icon { font-size: 2rem; display: block; margin-bottom: .75rem; }
.aansp-item h3 { margin-bottom: .5rem; }

/* ══════════════════════════════
   RECENSIES / SWIPER
══════════════════════════════ */
.swiper-wrap {
  position: relative;
  max-width: 680px;
  margin-inline: auto;
  padding: 0 3.5rem;
}
.swiper-venster { overflow: hidden; }
.swiper-track {
  display: grid;
}
.swiper-slide {
  grid-column: 1;
  grid-row: 1;
  opacity: 0;
  transition: opacity .5s ease;
  pointer-events: none;
}
.swiper-slide.actief {
  opacity: 1;
  pointer-events: auto;
}

.recensie-kaart {
  background: var(--wit);
  border-radius: var(--r-xl);
  padding: 2.5rem 2.75rem;
  box-shadow: var(--schaduw-kaart);
  text-align: center;
}
.recensie-sterren {
  color: var(--amber);
  font-size: 1.3rem;
  letter-spacing: .15em;
  margin-bottom: 1.25rem;
}
.recensie-kaart blockquote p {
  font-size: 1.05rem;
  color: var(--tekst);
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.recensie-kaart footer {
  display: flex;
  flex-direction: column;
  gap: .2rem;
}
.recensie-kaart footer strong {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--tekst);
}
.recensie-kaart footer span {
  font-size: .82rem;
  color: var(--tekst-zacht);
}

.swiper-pijl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--wit);
  border: 1.5px solid var(--rand);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--groen-d);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .18s, border-color .18s;
  flex-shrink: 0;
}
.swiper-pijl:hover   { background: var(--groen-l); border-color: var(--groen); }
.swiper-pijl--prev   { left: 0; }
.swiper-pijl--next   { right: 0; }

.swiper-dots {
  display: flex;
  justify-content: center;
  gap: .6rem;
  margin-top: 1.75rem;
}
.swiper-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--rand);
  border: none;
  padding: 0;
  transition: background .2s, transform .2s;
  cursor: pointer;
}
.swiper-dot.actief {
  background: var(--groen);
  transform: scale(1.3);
}

/* ══════════════════════════════
   FAQ
══════════════════════════════ */
.faq-lijst {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.faq-item {
  background: var(--wit);
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--schaduw-zacht);
}
.faq-vraag {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 1.1rem 1.4rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  color: var(--tekst);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition: background .15s;
}
.faq-vraag:hover { background: var(--groen-xl); }
.faq-icoon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--groen-l);
  color: var(--groen-d);
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .18s, transform .28s;
}
.faq-icoon::before { content: '+'; }
.faq-vraag[aria-expanded="true"] .faq-icoon {
  background: var(--groen);
  color: var(--wit);
  transform: rotate(45deg);
}
.faq-antwoord {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}
.faq-antwoord.open { max-height: 300px; }
.faq-antwoord-inner {
  padding: 0 1.4rem 1.25rem;
  border-top: 1px solid var(--groen-l);
}
.faq-antwoord-inner p {
  padding-top: 1rem;
  font-size: .92rem;
}

/* ── TOEGANKELIJKHEID: FOCUS & SKIP ── */
:focus-visible {
  outline: 3px solid var(--groen);
  outline-offset: 3px;
  border-radius: 3px;
}
.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  z-index: 300;
  background: var(--groen);
  color: var(--wit);
  padding: .5rem 1.1rem;
  border-radius: 0 0 var(--r-sm) var(--r-sm);
  font-weight: 700;
  font-size: .9rem;
  text-decoration: none;
  transition: top .2s;
}
.skip-link:focus { top: 0; }

/* ══════════════════════════════
   SCROLL FADE-IN
══════════════════════════════ */
.fade-up {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .55s ease, transform .55s ease;
}
.fade-up.zichtbaar {
  opacity: 1;
  transform: translateY(0);
}

/* ══════════════════════════════
   RESPONSIVE
══════════════════════════════ */
@media (max-width: 900px) {
  .cards-4     { grid-template-columns: repeat(2, 1fr); }
  .act-grid    { grid-template-columns: repeat(3, 1fr); }
  .tarieven-grid { grid-template-columns: 1fr; max-width: 440px; margin-inline: auto; }
  .aansp-grid  { grid-template-columns: 1fr; max-width: 560px; }
}

@media (max-width: 720px) {
  .swiper-wrap        { padding: 0 2.75rem; }
  .swiper-pijl        { width: 36px; height: 36px; font-size: 1.3rem; }
  .recensie-kaart     { padding: 1.75rem 1.5rem; }

  .hamburger   { display: flex; }

  .site-nav {
    display: none;
    position: absolute;
    top: 64px;
    left: 0; right: 0;
    background: var(--wit);
    flex-direction: column;
    padding: 1rem;
    border-bottom: 1px solid var(--rand);
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    gap: .25rem;
  }
  .site-nav.open          { display: flex; }
  .site-nav a             { padding: .7rem 1rem; border-radius: var(--r-sm); font-size: .9rem; }
  .header-inner           { position: relative; }

  .hero-inner, .grid-2, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual            { order: -1; }
  .hero-frame             { max-width: 300px; }
  .hero-inner             { padding-top: 2.5rem; }

  .over-foto              { order: -1; }

  .act-grid    { grid-template-columns: repeat(2, 1fr); }

  .footer-inner { flex-direction: column; text-align: center; }
  .footer-inner nav { justify-content: center; }
}

@media (max-width: 480px) {
  .cards-4  { grid-template-columns: 1fr; }
  .act-grid { grid-template-columns: 1fr 1fr; }
  h1        { font-size: 2.1rem; }
}