/* ═══════════════════════════════════════════════════
   DomeinDirect — Gedeelde stijlen
   Geldig voor alle pagina's
   ═══════════════════════════════════════════════════ */

:root {
  --blue:      #1a2e5a;
  --blue-mid:  #1e4db7;
  --blue-lt:   #3f73c9;
  --blue-pale: #eef4ff;
  --gold:      #e8a020;
  --gold-dk:   #c47d0a;
  --white:     #ffffff;
  --gray-bg:   #f7f8fa;
  --border:    #e6e8ed;
  --text:      #18233b;
  --text-sub:  #4b5563;
  --muted:     #696f7d;
  --green:     #16a34a;
  --green-pale:#f0fdf4;
  --r:         10px;
  --rlg:       18px;
  --shadow:    0 1px 3px rgba(0,0,0,0.05), 0 4px 14px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 24px rgba(0,0,0,0.08);
  --font:      'Plus Jakarta Sans', system-ui, sans-serif;
  --t:         0.2s ease;
}


*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: var(--font); color: var(--text); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
ul { list-style: none; }

/* ══ NAV ══ */
.nav { position: sticky; top: 0; z-index: 100; background: var(--white); border-bottom: 1px solid var(--border); }
.nav__gold { height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-dk)); }
.nav__inner { max-width: 1160px; margin: 0 auto; padding: 0 24px; height: 62px; display: flex; align-items: center; gap: 16px; overflow: hidden; }
.nav__logo { display: flex; align-items: center; gap: 9px; font-size: 18px; font-weight: 800; color: var(--blue); letter-spacing: -0.02em; flex-shrink: 0; margin-right: auto; }
.nav__logo img { width: auto; height: 32px; }
.nav__links { display: flex; align-items: center; gap: 2px; }
.nav__links a { font-size: 13.5px; font-weight: 500; color: var(--text-sub); padding: 6px 10px; border-radius: 7px; white-space: nowrap; transition: background var(--t), color var(--t); }
.nav__links a:hover, .nav__links a.active { background: var(--blue-pale); color: var(--blue-mid); font-weight: 600; }
.nav__account { display: inline-flex; align-items: center; gap: 6px; padding: 7px 15px; border: 1.5px solid var(--blue-mid); border-radius: var(--r); font-size: 13px; font-weight: 600; color: var(--blue-mid); white-space: nowrap; flex-shrink: 0; transition: background var(--t), color var(--t); }
.nav__account:hover { background: var(--blue-mid); color: var(--white); }
.nav__burger { display: none; flex-direction: column; gap: 5px; padding: 4px; background: none; border: none; cursor: pointer; margin-left: auto; }
.nav__burger span { display: block; width: 22px; height: 2px; background: var(--blue); border-radius: 2px; }

/* ══ MOBIEL MENU ══ */
.mobile-menu { display: none; position: fixed; inset: 0; background: var(--white); z-index: 200; flex-direction: column; padding: 24px; overflow-y: auto; }
.mobile-menu.open { display: flex; }
.mobile-menu__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; }
.mobile-menu__close { font-size: 22px; background: none; border: none; cursor: pointer; color: var(--text); }
.mobile-menu a { font-size: 18px; font-weight: 600; color: var(--text); padding: 14px 0; border-bottom: 1px solid var(--border); }
.mobile-menu a:last-child { border-bottom: none; }

/* ══ BREADCRUMB ══ */
.breadcrumb { background: var(--white); border-bottom: 1px solid var(--border); padding: 11px 0; }
.breadcrumb__inner { max-width: 1160px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--muted); }
.breadcrumb__inner a { color: var(--blue-mid); font-weight: 500; }
.breadcrumb__inner a:hover { text-decoration: underline; }
.breadcrumb__inner span { color: var(--text-sub); font-weight: 500; }

/* ══ PAGE HERO (gedeeld) ══ */
.page-hero { background: linear-gradient(150deg, var(--blue) 0%, #1c3870 55%, var(--blue-mid) 100%); position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px); background-size: 52px 52px; pointer-events: none; }
.page-hero__inner, .hero__inner { max-width: 1160px; margin: 0 auto; padding: 64px 24px 56px; display: grid; grid-template-columns: 1fr 300px; gap: 28px; align-items: start; position: relative; z-index: 1; }
.page-hero__eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.55); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 14px; }
h1 { font-size: clamp(24px, 3.2vw, 40px); font-weight: 800; color: var(--white); line-height: 1.15; letter-spacing: -0.025em; margin-bottom: 16px; }
h1 em { font-style: normal; color: var(--gold); }
.page-hero__sub { font-size: 16px; color: rgba(255,255,255,0.7); line-height: 1.65; max-width: 440px; margin-bottom: 28px; }
.hero__checks { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-bottom: 28px; }
.hero__checks li { display: flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.7); }
.hero__checks li svg { color: var(--gold); flex-shrink: 0; }
.hero__ctas { display: flex; gap: 10px; flex-wrap: wrap; }

/* ══ SECTIES ══ */
.section { padding: 76px 24px; }
.section--alt { background: var(--gray-bg); }
.container { max-width: 1160px; margin: 0 auto; }
.section-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--blue-mid); margin-bottom: 8px; }
h2 { font-size: clamp(20px, 2.6vw, 30px); font-weight: 800; color: var(--text); line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 10px; }
h3 { font-size: 16px; font-weight: 700; color: var(--text); line-height: 1.3; margin-bottom: 6px; }
.section-sub { font-size: 15px; color: var(--text-sub); max-width: 520px; line-height: 1.65; }
.section-head { margin-bottom: 44px; }

/* ══ KNOPPEN ══ */
.btn { display: inline-flex; align-items: center; gap: 7px; padding: 11px 22px; border-radius: var(--r); font-size: 14px; font-weight: 700; font-family: var(--font); cursor: pointer; border: none; transition: all var(--t); text-decoration: none; white-space: nowrap; }
.btn--blue { background: var(--blue-mid); color: var(--white); }
.btn--blue:hover { background: var(--blue); transform: translateY(-1px); }
.btn--gold { background: var(--gold); color: var(--white); }
.btn--gold:hover { background: var(--gold-dk); transform: translateY(-1px); }
.btn--ghost { background: transparent; border: 1.5px solid var(--border); color: var(--text-sub); }
.btn--ghost:hover { border-color: var(--blue-mid); color: var(--blue-mid); }
.btn--white { background: var(--white); color: var(--blue); }
.btn--white:hover { background: #f0f4ff; }
.btn--outline-white { background: transparent; border: 1.5px solid rgba(255,255,255,0.5); color: var(--white); }
.btn--outline-white:hover { background: rgba(255,255,255,0.1); }
.btn--sm { padding: 8px 16px; font-size: 13px; }
.btn--full { width: 100%; justify-content: center; }

/* ══ GERELATEERDE DIENSTEN (gedeeld) ══ */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.svc-card { border: 1px solid var(--border); border-radius: var(--rlg); padding: 24px 20px 20px; background: var(--white); display: flex; flex-direction: column; gap: 12px; position: relative; overflow: hidden; transition: box-shadow var(--t), transform var(--t); }
.svc-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.svc-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.28s ease; }
.svc-card:hover::before { transform: scaleX(1); }
.svc-card__icon { width: 72px; height: 72px; border-radius: 18px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; }
.svc-card p { font-size: 14px; color: var(--text-sub); line-height: 1.6; flex: 1; }
.svc-card__link { font-size: 13px; font-weight: 700; color: var(--blue-mid); display: inline-flex; align-items: center; gap: 4px; transition: gap var(--t); }
.svc-card:hover .svc-card__link { gap: 8px; }

/* ══ FAQ (gedeeld) ══ */
.faq-list { border: 1px solid var(--border); border-radius: var(--rlg); overflow: hidden; }
details { border-bottom: 1px solid var(--border); }
details:last-child { border-bottom: none; }
summary { display: flex; justify-content: space-between; align-items: center; padding: 17px 22px; font-size: 15px; font-weight: 600; color: var(--text); cursor: pointer; list-style: none; gap: 12px; transition: background var(--t); }
summary::-webkit-details-marker { display: none; }
summary:hover { background: var(--blue-pale); }
details[open] summary { color: var(--blue-mid); background: var(--blue-pale); }
.faq__chevron { flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; background: var(--gray-bg); display: flex; align-items: center; justify-content: center; transition: transform 0.25s ease; }
details[open] .faq__chevron { transform: rotate(180deg); }
.faq__answer { padding: 4px 22px 18px; font-size: 14px; color: var(--text-sub); line-height: 1.7; }
.faq__answer a { color: var(--blue-mid); text-decoration: underline; text-underline-offset: 2px; }

/* ══ CTA BANNER (gedeeld) ══ */
.cta-banner { background: linear-gradient(135deg, var(--blue) 0%, var(--blue-mid) 100%); padding: 56px 24px; text-align: center; }
.cta-banner h2 { color: var(--white); margin-bottom: 10px; }
.cta-banner p { font-size: 15px; color: rgba(255,255,255,0.65); margin-bottom: 26px; }
.btn-row { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }

/* ══ FOOTER ══ */
.footer { background: #f0f2f7; padding: 52px 24px 28px; color: #4b5563; }
.footer__inner { max-width: 1160px; margin: 0 auto; }
.footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: 28px; margin-bottom: 40px; }
.footer__brand { display: flex; align-items: center; gap: 9px; font-size: 17px; font-weight: 800; color: var(--blue); margin-bottom: 12px; }
.footer__brand img { width: auto; height: 40px; }
.footer__desc { font-size: 13px; line-height: 1.65; margin-bottom: 16px; color: #5b6374; }
.footer__phone { font-size: 13px; }
.footer__phone a { color: var(--blue-mid); font-weight: 600; }
.footer__col h4 { font-size: 11px; font-weight: 700; color: var(--blue); text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 14px; }
.footer__col ul { display: flex; flex-direction: column; gap: 8px; }
.footer__col ul a { font-size: 13px; color: #5b6374; transition: color var(--t); }
.footer__col ul a:hover { color: var(--blue); }
.footer__bottom { border-top: 1px solid #d1d5db; padding-top: 22px; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 12px; font-size: 12px; }
.footer__legal { display: flex; flex-direction: column; gap: 6px; }
.footer__legal-links { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.footer__legal-links a { color: #5b6374; font-size: 12px; transition: color var(--t); }
.footer__legal-links a:hover { color: var(--blue); text-decoration: underline; }
.footer__badges { display: flex; gap: 7px; flex-wrap: wrap; }
.fbadge { display: inline-flex; align-items: center; gap: 5px; background: var(--white); border: 1px solid #d1d5db; border-radius: 100px; padding: 4px 10px; font-size: 11px; color: #4b5563; }
.fbadge svg { color: var(--gold); }

/* ══ ANIMATIES ══ */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.45s ease, transform 0.45s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ══ RESPONSIVE ══ */
@media (max-width: 1080px) {
  .page-hero__inner, .hero__inner { grid-template-columns: 1fr; padding: 48px 24px 44px; gap: 24px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .footer__top { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 834px) {
  .section { padding: 56px 20px; }
  .page-hero__inner, .hero__inner { padding: 40px 20px; gap: 20px; }
  .footer__top { grid-template-columns: 1fr 1fr; }
}
.page-hero { overflow: hidden; }
@media (max-width: 768px) {
  .section { padding: 44px 16px; }
  .nav__links, .nav__account { display: none; }
  .nav__burger { display: flex; }
  .nav__inner { padding: 0 16px; height: 58px; }
  h1 { font-size: clamp(20px, 5vw, 28px); }
  .page-hero__inner, .hero__inner { grid-template-columns: 1fr; padding: 36px 16px 40px; gap: 28px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .footer__top { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; }
  .breadcrumb__inner { padding: 0 16px; }
}
@media (max-width: 480px) {
  .services-grid { grid-template-columns: 1fr; }
}
/* ═══════════════════════════════════════════════════
   COOKIEBANNER & VOORKEUREN — voeg toe aan style.css
   Plaats deze sectie helemaal onderaan style.css
   (na de bestaande RESPONSIVE-block)
   ═══════════════════════════════════════════════════ */

/* ── Banner onderaan ── */
.dd-cookiebanner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  background: var(--white);
  border-top: 3px solid var(--gold);
  box-shadow: 0 -4px 24px rgba(0,0,0,0.10);
  transform: translateY(100%);
  transition: transform 0.32s ease;
  font-family: var(--font);
}
.dd-cookiebanner.open { transform: translateY(0); }

.dd-cookiebanner__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 18px 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}
.dd-cookiebanner__text h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 4px;
}
.dd-cookiebanner__text p {
  font-size: 13.5px;
  color: var(--text-sub);
  line-height: 1.55;
  margin: 0;
  max-width: 720px;
}
.dd-cookiebanner__text a {
  color: var(--blue-mid);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.dd-cookiebanner__actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* ── Knoppen (eigen prefix om niet te botsen met .btn) ── */
.dd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: var(--r);
  font-size: 13px;
  font-weight: 700;
  font-family: var(--font);
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: background var(--t), color var(--t), border-color var(--t), transform var(--t);
  white-space: nowrap;
  line-height: 1;
}
.dd-btn--gold    { background: var(--gold); color: var(--white); }
.dd-btn--gold:hover { background: var(--gold-dk); transform: translateY(-1px); }
.dd-btn--outline { background: var(--white); color: var(--blue-mid); border-color: var(--blue-mid); }
.dd-btn--outline:hover { background: var(--blue-pale); }
.dd-btn--ghost   { background: transparent; color: var(--text-sub); border-color: var(--border); }
.dd-btn--ghost:hover { color: var(--blue-mid); border-color: var(--blue-mid); }

/* ── Voorkeuren-paneel (modal) ── */
.dd-cookieprefs {
  position: fixed;
  inset: 0;
  z-index: 9100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: var(--font);
}
.dd-cookieprefs.open { display: flex; }

.dd-cookieprefs__overlay {
  position: absolute;
  inset: 0;
  background: rgba(24, 35, 59, 0.55);
  backdrop-filter: blur(2px);
  cursor: pointer;
}
.dd-cookieprefs__panel {
  position: relative;
  background: var(--white);
  border-radius: var(--rlg);
  box-shadow: 0 24px 60px rgba(0,0,0,0.25);
  max-width: 520px;
  width: 100%;
  max-height: 92vh;
  overflow-y: auto;
  padding: 28px 28px 24px;
  border-top: 3px solid var(--gold);
}
.dd-cookieprefs__header h3 {
  font-size: 19px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.02em;
  margin: 0 0 6px;
}
.dd-cookieprefs__header p {
  font-size: 13.5px;
  color: var(--text-sub);
  line-height: 1.55;
  margin: 0 0 20px;
}

.dd-cookieprefs__cats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
}

.dd-cat {
  display: block;
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 14px 16px;
  cursor: pointer;
  transition: border-color var(--t), background var(--t);
}
.dd-cat:hover { border-color: var(--blue-lt); background: var(--blue-pale); }
.dd-cat--locked { cursor: default; background: var(--gray-bg); }
.dd-cat--locked:hover { border-color: var(--border); background: var(--gray-bg); }

.dd-cat__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 4px;
}
.dd-cat__name {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
}
.dd-cat__desc {
  font-size: 12.5px;
  color: var(--text-sub);
  line-height: 1.55;
  margin: 0;
}
.dd-cat__toggle--locked {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--green);
  background: var(--green-pale);
  padding: 3px 9px;
  border-radius: 100px;
  flex-shrink: 0;
}

/* ── Toggle switch ── */
.dd-switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 22px;
  flex-shrink: 0;
}
.dd-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.dd-switch__slider {
  position: absolute;
  inset: 0;
  background: #cbd0d8;
  border-radius: 22px;
  transition: background 0.22s;
}
.dd-switch__slider::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 3px;
  top: 3px;
  background: var(--white);
  border-radius: 50%;
  transition: transform 0.22s;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.dd-switch input:checked + .dd-switch__slider { background: var(--blue-mid); }
.dd-switch input:checked + .dd-switch__slider::before { transform: translateX(16px); }
.dd-switch input:focus-visible + .dd-switch__slider { box-shadow: 0 0 0 3px var(--blue-pale); }

.dd-cookieprefs__actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

/* ── Mobiel ── */
@media (max-width: 768px) {
  .dd-cookiebanner__inner {
    grid-template-columns: 1fr;
    padding: 16px 16px 18px;
    gap: 14px;
  }
  .dd-cookiebanner__actions {
    justify-content: stretch;
    flex-direction: column;
  }
  .dd-cookiebanner__actions .dd-btn { width: 100%; }
  .dd-cookieprefs__panel { padding: 22px 20px 20px; }
  .dd-cookieprefs__actions { flex-direction: column; }
  .dd-cookieprefs__actions .dd-btn { width: 100%; }
}


/* ════════════════════════════════════════════════════════════════
   GEDEELDE PAGINA-COMPONENTEN
   Voor: specs-strip, uitleg-grid, prijs-card, stappen-grid,
         diensten-grid, functies-grid, info-blok
   Gebruikt op meerdere pagina's. Lokale <style> blokken hebben
   deze voorheen per pagina herhaald — nu centraal.
   ════════════════════════════════════════════════════════════════ */

/* ══ SPECS STRIP ── donker-blauwe balk met gouden cijfers (8 pagina's) ══ */
.specs-strip { background: var(--blue); border-radius: var(--rlg); padding: 28px 32px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.spec { text-align: center; }
.spec__val { font-size: 22px; font-weight: 800; color: var(--gold); margin-bottom: 4px; letter-spacing: -0.02em; }
.spec__label { font-size: 12px; color: rgba(255,255,255,0.65); font-weight: 500; line-height: 1.4; }

@media (max-width: 900px) { .specs-strip { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .specs-strip { grid-template-columns: 1fr 1fr; gap: 16px; padding: 20px; } }

/* ══ UITLEG-GRID ── 2-kolom layout voor tekstrijke secties (6 pagina's) ══ */
.uitleg-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: start; }
.uitleg-tekst p { font-size: 15px; color: var(--text-sub); line-height: 1.7; margin-bottom: 14px; max-width: 620px; }

@media (max-width: 1080px) { .uitleg-grid { grid-template-columns: 1fr; gap: 32px; } }

/* ══ PRIJS-CARD ── prijskaart voor producten zonder volledige pakkettengrid (4 pagina's) ══ */
.prijs-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--rlg); padding: 28px 24px; box-shadow: var(--shadow); position: relative; }
.prijs-card--featured { border-color: var(--blue-mid); border-width: 2px; }
.prijs-card__label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: var(--blue-mid); margin-bottom: 8px; }
.prijs-card__prijs { font-size: 36px; font-weight: 800; color: var(--text); letter-spacing: -0.03em; line-height: 1; }
.prijs-card__per { font-size: 12px; color: var(--muted); margin-bottom: 14px; }
.prijs-card__vanaf { font-size: 12px; color: var(--muted); font-weight: 600; margin-bottom: 4px; }
.prijs-card__feat { display: flex; align-items: flex-start; gap: 8px; font-size: 13.5px; color: var(--text-sub); line-height: 1.5; padding: 6px 0; }
.prijs-card__feat svg { color: var(--green); flex-shrink: 0; margin-top: 2px; }
.prijs-card__note { font-size: 12px; color: var(--muted); font-style: italic; margin-top: 10px; line-height: 1.5; }

/* ══ STAPPEN-GRID ── 3 genummerde stappen (4 pagina's) ══ */
.stappen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stap { background: var(--white); border: 1px solid var(--border); border-radius: var(--rlg); padding: 24px 22px; position: relative; transition: box-shadow var(--t), transform var(--t); }
.stap:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.stap__nr { width: 36px; height: 36px; border-radius: 50%; background: var(--blue-pale); color: var(--blue-mid); font-weight: 800; font-size: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.stap h3 { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 6px; letter-spacing: -0.01em; }
.stap p { font-size: 13.5px; color: var(--text-sub); line-height: 1.6; margin: 0; }

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

/* ══ DIENSTEN-GRID ── overzicht van diensten in kaartvorm (3 pagina's) ══ */
.diensten-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.dienst-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--rlg); padding: 22px 18px; display: flex; flex-direction: column; gap: 8px; transition: box-shadow var(--t), transform var(--t); text-decoration: none; color: inherit; }
.dienst-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.dienst-card__icon { font-size: 26px; margin-bottom: 4px; }
.dienst-card h3 { font-size: 14px; font-weight: 700; color: var(--text); margin: 0; }
.dienst-card p { font-size: 12.5px; color: var(--text-sub); line-height: 1.5; margin: 0; }

/* Alias: oudere pagina's gebruiken .dienst i.p.v. .dienst-card */
.dienst { background: var(--white); border: 1px solid var(--border); border-radius: var(--rlg); padding: 22px 18px; display: flex; flex-direction: column; gap: 8px; transition: box-shadow var(--t), transform var(--t); }
.dienst:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.dienst__icon { font-size: 26px; margin-bottom: 4px; }
.dienst h3 { font-size: 14px; font-weight: 700; color: var(--text); margin: 0; }
.dienst p { font-size: 12.5px; color: var(--text-sub); line-height: 1.5; margin: 0; }

@media (max-width: 1080px) { .diensten-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px)  { .diensten-grid { grid-template-columns: 1fr; } }

/* ══ FUNCTIES-GRID ── lijst van features met icoontjes (2 pagina's) ══ */
.functies-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.functie { display: flex; align-items: flex-start; gap: 12px; padding: 18px; border: 1px solid var(--border); border-radius: var(--rlg); background: var(--white); }
.functie__icon { width: 36px; height: 36px; background: var(--blue-pale); border-radius: 9px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--blue-mid); }
.functie h3 { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.functie p { font-size: 13px; color: var(--text-sub); line-height: 1.55; margin: 0; }

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

/* ══ INFO-BLOK ── eenvoudig kaderblok met titel + tekst (2 pagina's) ══ */
.info-blok { background: var(--white); border: 1px solid var(--border); border-radius: var(--rlg); padding: 24px; }
.info-blok__title { font-size: 16px; font-weight: 800; color: var(--text); margin-bottom: 10px; letter-spacing: -0.01em; }
.info-blok p { font-size: 13.5px; color: var(--text-sub); line-height: 1.65; margin-bottom: 10px; }
.info-blok p:last-child { margin-bottom: 0; }
