/* ============================================================
   Spee Solutions — huisstijl 2026 (gedeeld door alle pagina's)
   Wit, donkerblauwe banden, Space Grotesk-koppen, Inter-body,
   logo-rood als enig accent. Zie ook index.html (zelfde regels).
   ============================================================ */
:root{
  --navy:#171A3A; --navy2:#23264F; --white:#FFFFFF; --grey:#F3F4F7; --line:#E4E6EC;
  --ink:#171A3A; --muted:#5B5F73; --red:#C0182A; --red2:#A31423; --tint:#FBEAEC;
  --head:"Space Grotesk","Inter",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;
  --body:"Inter",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;
}
*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
html,body{ margin:0; padding:0; background:var(--white); }
body{ font-family:var(--body); color:var(--ink); font-size:16px; line-height:1.6; -webkit-font-smoothing:antialiased; }
img,video{ max-width:100%; }
a{ color:var(--red); text-decoration:none; }
a:hover{ color:var(--red2); }
:focus-visible{ outline:2px solid var(--red); outline-offset:3px; }
.dark :focus-visible,.topbar :focus-visible{ outline-color:#FFFFFF; }
.wrap{ max-width:1200px; margin:0 auto; padding:0 40px; }
.narrow{ max-width:820px; margin:0 auto; padding:0 40px; }
h1,h2,h3,h4{ font-family:var(--head); margin:0; letter-spacing:-0.01em; text-wrap:balance; }
h1{ font-size:clamp(30px, 1.6vw + 1.3rem, 52px); line-height:1.15; font-weight:700; }
h2{ font-size:clamp(26px, 1.3vw + 1.15rem, 44px); line-height:1.15; font-weight:700; }
h3{ font-size:clamp(18px, 0.4vw + 0.95rem, 24px); font-weight:700; }
h1 .red,h2 .red{ color:var(--red); }
.eyebrow{ font-family:var(--head); font-size:12px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:var(--muted); margin-bottom:14px; }
.dark .eyebrow{ color:#9FA3BF; }
.lead{ color:var(--muted); text-wrap:pretty; font-size:clamp(16px, 0.3vw + 0.84rem, 20px); max-width:640px; margin:16px 0 0; }
p a,.note a,.form-status a,.segline a,.prose a,li a{ text-decoration:underline; text-underline-offset:2px; }

/* Knoppen */
.btn{ display:inline-flex; align-items:center; justify-content:center; gap:10px; height:48px; padding:0 22px; border-radius:6px; background:var(--red); color:#FFFFFF; font-family:var(--head); font-weight:600; font-size:15px; border:0; cursor:pointer; text-decoration:none; transition:background .3s ease; }
.btn:hover{ background:var(--red2); color:#FFFFFF; }
.btn-line{ display:inline-flex; align-items:center; justify-content:center; gap:10px; height:48px; padding:0 20px; border-radius:6px; border:1px solid var(--line); background:#FFFFFF; color:var(--ink); font-family:var(--head); font-weight:600; font-size:15px; text-decoration:none; transition:border-color .3s ease; }
.btn-line:hover{ border-color:var(--navy); color:var(--ink); }
.btn-white{ display:inline-flex; align-items:center; justify-content:center; gap:10px; height:48px; padding:0 22px; border-radius:6px; background:#FFFFFF; color:var(--navy); font-family:var(--head); font-weight:600; font-size:15px; text-decoration:none; }
.btn-white:hover{ background:var(--grey); color:var(--navy); }
.btn-ghost{ display:inline-flex; align-items:center; gap:8px; color:var(--ink); font-family:var(--head); font-weight:600; font-size:15px; text-decoration:none; }
.btn-ghost:hover{ color:var(--red); }
.dark .btn-ghost{ color:#FFFFFF; }
/* De contactband heeft dezelfde donkerblauwe achtergrond als de tekstkleur van
   .btn-ghost. Zonder deze regel is het telefoonnummer onzichtbaar (contrast 1,0:1)
   en op mobiel, waar hover niet bestaat, permanent. */
.cta-band .btn-ghost{ color:#FFFFFF; }
.cta-band .btn-ghost:hover{ color:#F08A96; }
.cta-band :focus-visible{ outline-color:#FFFFFF; }
.arrow{ width:16px; height:16px; }
.check{ width:18px; height:18px; flex:none; }
.actions{ display:flex; align-items:center; gap:14px; flex-wrap:wrap; }

/* Topbar + navigatie */
.topbar{ background:var(--navy); color:#C9CBDA; font-size:12px; }
.topbar .row{ display:flex; justify-content:space-between; align-items:center; min-height:34px; gap:24px; }
.topbar a{ color:#FFFFFF; text-decoration:none; }
.topbar a:hover{ color:#F08A96; }
.nav{ display:flex; align-items:center; justify-content:space-between; height:76px; gap:20px; }
.nav-links{ display:flex; align-items:center; gap:28px; font-family:var(--head); font-size:15px; font-weight:500; }
.nav-links a{ color:var(--ink); text-decoration:none; }
.nav-links a:hover,.nav-links a[aria-current="page"]{ color:var(--red); }
/* Inloggen in de hoofdnavigatie. Stond tot 11 september 2026 alleen als
   12px-regel in de donkere topbalk en was op desktop niet te vinden; in het
   mobiele menu stond hij wel. Nu een utility-item, met een scheidingslijn
   zodat hij niet als zesde inhoudelijke rubriek leest. */
.nav-links a.login{ color:var(--muted); padding-left:28px; border-left:1px solid var(--line); }
.nav-links a.login:hover,.nav-links a.login[aria-current="page"]{ color:var(--red); }
.brand img{ height:40px; width:auto; display:block; }
.burger{ display:none; width:44px; height:44px; border:1px solid var(--line); border-radius:6px; background:#FFFFFF; cursor:pointer; align-items:center; justify-content:center; }
.burger span{ display:block; width:18px; height:2px; background:var(--ink); position:relative; }
.burger span::before,.burger span::after{ content:""; position:absolute; left:0; width:18px; height:2px; background:var(--ink); }
.burger span::before{ top:-6px; } .burger span::after{ top:6px; }
.mobile-menu{ display:none; border-top:1px solid var(--line); background:#FFFFFF; }
.mobile-menu.open{ display:block; }
.mobile-menu a{ display:block; padding:14px 22px; border-bottom:1px solid var(--line); color:var(--ink); font-family:var(--head); font-weight:600; text-decoration:none; }

/* Subnavigatie binnen een onderwerp (bijv. MJOP-controle) */
.subnav{ border-bottom:1px solid var(--line); background:#FFFFFF; }
.subnav .row{ display:flex; gap:6px; overflow-x:auto; padding:10px 0; }
.subnav a{ flex:none; padding:8px 14px; border-radius:999px; border:1px solid var(--line); color:var(--ink); font-family:var(--head); font-size:14px; font-weight:500; text-decoration:none; white-space:nowrap; }
.subnav a:hover{ border-color:var(--navy); color:var(--ink); }
.subnav a[aria-current="page"]{ background:var(--navy); border-color:var(--navy); color:#FFFFFF; }

/* Secties en banden */
.section{ padding-top:96px; padding-bottom:96px; }
.section.tight{ padding-top:64px; padding-bottom:64px; }
.section.grey{ background:var(--grey); }
.dark{ background:var(--navy); color:#FFFFFF; }
.dark p{ color:#C9CBDA; }
.dark h2 .red{ color:#F08A96; }
.two{ display:grid; grid-template-columns:minmax(0,5fr) minmax(0,7fr); gap:64px; align-items:start; }
.split{ display:grid; grid-template-columns:minmax(0,5fr) minmax(0,7fr); gap:64px; align-items:center; }
.half{ display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:48px; align-items:start; }

/* Paginakop (subpagina's) */
.page-hero{ border-bottom:1px solid var(--line); padding:64px 0 56px; background:#FFFFFF; }
.page-hero.grey{ background:var(--grey); }
.page-hero h1{ max-width:820px; }
.page-hero .lead{ max-width:720px; }
.page-hero .actions{ margin-top:28px; }
.page-hero .meta{ font-size:13px; color:var(--muted); margin-top:20px; }
.hero-card{ background:rgba(255,255,255,.94); border:1px solid var(--line); border-radius:8px; padding:18px 20px; box-shadow:0 20px 40px rgba(23,26,58,.14); }
.hero-card .lbl{ font-size:11px; font-weight:600; color:var(--muted); letter-spacing:.06em; text-transform:uppercase; }
.hero-card .val{ font-family:var(--head); font-size:30px; font-weight:700; margin:6px 0 4px; }
.hero-card .val span{ color:var(--red); }
.hero-card p{ margin:0; font-size:13px; color:var(--muted); line-height:1.45; }

/* Cijferstrip, vinkjes, chips */
.stats{ display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:24px; padding:40px 0; border-bottom:1px solid var(--line); }
.stat .v{ font-family:var(--head); font-size:34px; font-weight:700; line-height:1; }
.stat .v span{ color:var(--red); }
.stat p{ margin:8px 0 0; font-size:13px; color:var(--muted); line-height:1.45; }
.checks{ display:flex; flex-direction:column; gap:10px; margin:0 0 26px; padding:0; list-style:none; font-size:15px; }
.checks li{ display:flex; align-items:flex-start; gap:10px; }
.checks li svg{ margin-top:3px; }
.segline{ font-size:13px; color:var(--muted); border-top:1px solid var(--line); padding-top:16px; margin-top:28px; }
.segline b{ color:var(--ink); font-weight:500; }
.chip{ display:inline-flex; align-items:center; gap:8px; background:var(--tint); color:var(--red2); font-size:12px; font-weight:500; padding:6px 12px; border-radius:4px; }
.tags{ display:flex; flex-wrap:wrap; gap:8px; }

/* Kaarten en segmenten */
.cards{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; margin-top:48px; }
.cards.two-col{ grid-template-columns:repeat(2,minmax(0,1fr)); }
.card{ background:var(--white); border:1px solid var(--line); border-radius:8px; padding:28px; display:flex; flex-direction:column; gap:12px; }
.card h3{ font-size:20px; font-weight:700; }
.card p{ margin:0; color:var(--muted); font-size:15px; flex-grow:1; }
.card .tag{ font-size:12px; font-weight:600; color:var(--muted); letter-spacing:.06em; text-transform:uppercase; }
.card.primary{ border-color:var(--navy); box-shadow:inset 0 3px 0 var(--red); }
.seg{ display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); margin-top:48px; border:1px solid var(--line); border-radius:8px; overflow:hidden; }
.seg.three{ grid-template-columns:repeat(3,minmax(0,1fr)); }
.seg > div{ padding:28px 24px; border-right:1px solid var(--line); display:flex; flex-direction:column; gap:10px; background:#FFFFFF; }
.seg > div:last-child{ border-right:0; }
.seg h3{ font-size:18px; font-weight:700; }
.seg .q{ font-size:14px; color:var(--ink); font-style:italic; }
.seg p{ margin:0; font-size:14px; color:var(--muted); flex-grow:1; }
.seg .n{ font-family:var(--head); font-size:12px; font-weight:600; color:var(--red); letter-spacing:.08em; }
.box{ background:var(--grey); border-radius:8px; padding:28px; }
.box h3{ font-size:19px; font-weight:700; margin-bottom:10px; }
.box p{ margin:0; color:var(--muted); font-size:15px; }
.grid3{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }

/* Stappen en opleverlijst */
.steps{ display:flex; flex-direction:column; margin-top:32px; }
.step{ display:grid; grid-template-columns:72px minmax(0,1fr); gap:20px; padding:22px 0; border-top:1px solid var(--line); }
.step .n{ font-family:var(--head); font-size:13px; font-weight:600; color:var(--red); letter-spacing:.08em; padding-top:4px; }
.step h3{ font-size:18px; font-weight:700; margin-bottom:6px; }
.step p{ margin:0; color:var(--muted); font-size:15px; }
.deliver{ background:var(--grey); border-radius:8px; padding:32px; }
.deliver h3{ font-size:18px; font-weight:700; margin-bottom:16px; }
.deliver ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:12px; font-size:15px; }
.deliver li{ display:flex; gap:10px; align-items:flex-start; }
.deliver .note{ margin:20px 0 0; font-size:13px; color:var(--muted); border-top:1px solid var(--line); padding-top:14px; }

/* Tabellen */
.table{ width:100%; border-collapse:collapse; margin-top:40px; background:#FFFFFF; border:1px solid var(--line); }
.table th,.table td{ text-align:left; padding:16px 20px; border-bottom:1px solid var(--line); vertical-align:top; font-size:15px; }
.table thead th{ font-family:var(--head); font-size:12px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:var(--muted); background:#FAFAFC; }
.table tr:last-child td,.table tr:last-child th{ border-bottom:0; }
.table th[scope="row"]{ font-family:var(--body); font-size:15px; font-weight:600; letter-spacing:0; text-transform:none; color:var(--ink); background:transparent; width:22%; }
.table td.muted{ color:var(--muted); }
.table td.yes{ color:#1F6B3A; font-weight:600; }
.table td.no{ color:var(--muted); }
.source{ font-size:13px; color:var(--muted); margin:16px 0 0; }

/* Vergelijking zonder/met (donkere band) */
.compare{ display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:48px; margin-top:40px; }
.compare h3{ font-size:18px; font-weight:500; margin-bottom:16px; color:#C9CBDA; }
.compare h3 b{ color:#FFFFFF; }
.pills{ display:flex; flex-direction:column; gap:10px; }
.pill{ display:flex; align-items:center; gap:10px; background:var(--navy2); border-radius:6px; padding:12px 16px; font-size:14px; }
.pill.yes{ background:var(--red); }
.pill .x{ width:18px; height:18px; flex:none; }

/* Nieuws en artikelen */
.news{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; margin-top:40px; }
.news a{ display:flex; flex-direction:column; gap:10px; background:#FFFFFF; border:1px solid var(--line); border-radius:8px; padding:24px; color:var(--ink); text-decoration:none; transition:border-color .3s ease; }
.news a:hover{ border-color:var(--navy); color:var(--ink); }
.news .d{ font-size:12px; color:var(--muted); }
.news h3{ font-size:18px; font-weight:700; line-height:1.3; }
.news p{ margin:0; font-size:14px; color:var(--muted); flex-grow:1; }
.article{ display:grid; grid-template-columns:minmax(0,7fr) minmax(0,4fr); gap:64px; align-items:start; }
.aside{ position:sticky; top:24px; display:flex; flex-direction:column; gap:20px; }
.aside .box{ padding:24px; }
.aside .box h3{ font-size:16px; }
.aside .box p{ font-size:14px; }
.toc{ background:var(--grey); border-radius:8px; padding:24px; }
.toc h3{ font-size:14px; letter-spacing:.06em; text-transform:uppercase; color:var(--muted); font-weight:600; margin-bottom:12px; }
.toc ol{ margin:0; padding-left:18px; font-size:14px; display:flex; flex-direction:column; gap:8px; }
.toc a{ color:var(--ink); text-decoration:none; }
.toc a:hover{ color:var(--red); }
.prose{ font-size:17px; line-height:1.7; }
.prose h2{ font-size:28px; margin:56px 0 16px; }
.prose h2:first-child{ margin-top:0; }
.prose h3{ font-size:20px; margin:36px 0 10px; }
.prose p{ margin:0 0 18px; }
.prose ul,.prose ol{ margin:0 0 18px; padding-left:22px; }
.prose li{ margin-bottom:8px; }
.prose li::marker{ color:var(--red); }
.prose blockquote{ margin:28px 0; padding:20px 24px; border-left:3px solid var(--red); background:var(--grey); border-radius:0 8px 8px 0; font-family:var(--head); font-size:20px; line-height:1.4; }
.prose blockquote p{ margin:0; }
.prose table{ width:100%; border-collapse:collapse; margin:24px 0; font-size:15px; }
.prose th,.prose td{ text-align:left; padding:12px 14px; border-bottom:1px solid var(--line); vertical-align:top; }
.prose th{ font-family:var(--head); font-size:12px; letter-spacing:.06em; text-transform:uppercase; color:var(--muted); background:#FAFAFC; }
.prose figure{ margin:28px 0; }
.prose figcaption{ font-size:13px; color:var(--muted); margin-top:8px; }
.prose .bron,.prose .source{ font-size:13px; color:var(--muted); border-top:1px solid var(--line); padding-top:14px; margin-top:32px; }
.prose strong,.prose b{ color:var(--ink); }
.callout{ border:1px solid var(--line); border-left:4px solid var(--red); border-radius:8px; padding:20px 24px; margin:28px 0; background:#FFFFFF; }
.callout h3{ font-size:16px; margin:0 0 6px; }
.callout p{ margin:0; color:var(--muted); font-size:15px; }
.ac-item{ border:1px solid var(--line); border-radius:8px; padding:32px; background:#FFFFFF; margin-bottom:20px; }
.ac-item h2{ font-size:24px; margin:8px 0 14px; }
.ac-datum,.ac-let{ display:inline-block; font-size:12px; color:var(--muted); margin-right:12px; }
.ac-let{ color:var(--red); font-weight:600; letter-spacing:.04em; text-transform:uppercase; }
.ac-item p{ color:var(--ink); font-size:16px; margin:0 0 14px; }
.ac-bron{ font-size:13px !important; color:var(--muted) !important; border-top:1px solid var(--line); padding-top:12px; margin:8px 0 0 !important; }

/* Veelgestelde vragen */
.faq{ display:flex; flex-direction:column; gap:10px; margin-top:32px; }
.faq details{ border:1px solid var(--line); border-radius:8px; background:#FFFFFF; padding:0 22px; }
.faq summary{ cursor:pointer; list-style:none; font-family:var(--head); font-weight:600; font-size:17px; padding:18px 0; display:flex; justify-content:space-between; gap:16px; }
.faq summary::-webkit-details-marker{ display:none; }
.faq summary::after{ content:"+"; color:var(--red); font-size:22px; line-height:1; }
.faq details[open] summary::after{ content:"–"; }
.faq details p{ margin:0 0 18px; color:var(--muted); }

/* Tarieven */
.pricing{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; margin-top:40px; align-items:stretch; }
.price-card{ border:1px solid var(--line); border-radius:8px; padding:28px; background:#FFFFFF; display:flex; flex-direction:column; gap:14px; }
.price-card.primary{ border-color:var(--navy); box-shadow:inset 0 3px 0 var(--red); }
.price-card .tag{ font-size:12px; font-weight:600; color:var(--muted); letter-spacing:.06em; text-transform:uppercase; }
.price-card .price{ font-family:var(--head); font-size:34px; font-weight:700; line-height:1; }
.price-card .price small{ font-size:14px; font-weight:500; color:var(--muted); }
.price-card ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:8px; font-size:14px; color:var(--muted); flex-grow:1; }
.price-card li{ display:flex; gap:8px; align-items:flex-start; }
.price-card .note{ font-size:12px; color:var(--muted); }

/* CTA-band */
.cta-band{ background:var(--navy); color:#FFFFFF; }
.cta-band .inner{ display:grid; grid-template-columns:minmax(0,7fr) minmax(0,5fr); gap:48px; align-items:center; padding:72px 0; }
.cta-band h2{ font-size:30px; }
.cta-band p{ color:#C9CBDA; margin:12px 0 0; max-width:520px; }
.cta-band .actions{ justify-content:flex-end; }
.person{ display:flex; flex-direction:column; gap:6px; }
.person img{ width:96px; height:96px; border-radius:50%; object-fit:cover; margin-bottom:12px; }
.person .n{ font-family:var(--head); font-size:20px; font-weight:700; }
.person a{ color:#FFFFFF; font-size:15px; text-decoration:none; }
.person a:hover{ color:#F08A96; }

/* Formulier */
.form{ border:1px solid var(--navy); border-top:4px solid var(--red); border-radius:8px; padding:28px; background:#FFFFFF; display:flex; flex-direction:column; gap:14px; }
.form h3{ font-size:20px; font-weight:700; }
.form .sub{ display:flex; justify-content:space-between; gap:12px; font-size:12px; color:var(--muted); margin-top:-8px; flex-wrap:wrap; }
.field{ display:flex; flex-direction:column; gap:6px; }
.field label{ font-size:12px; font-weight:500; color:var(--ink); }
.field input,.field textarea,.field select{ width:100%; height:42px; border:1px solid #8E91A4; border-radius:6px; background:#FFFFFF; padding:0 12px; color:var(--ink); font-family:var(--body); font-size:14px; }
.field textarea{ height:96px; padding:10px 12px; resize:vertical; }
.field input:focus,.field textarea:focus,.field select:focus{ outline:2px solid var(--navy); outline-offset:2px; border-color:var(--navy); }
.field input::placeholder,.field textarea::placeholder{ color:#6F7388; }
.row2{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.field-honeypot{ position:absolute; left:-9999px; width:1px; height:1px; opacity:0; }
.form-status{ display:none; font-size:14px; padding:12px 14px; border-radius:6px; }
.form-status-ok{ display:block; background:#EAF5EE; color:#1F6B3A; }
.form-status-err{ display:block; background:var(--tint); color:var(--red2); }

/* Footer */
.footer{ background:var(--grey); padding:56px 0 32px; }
.footer .cols{ display:grid; grid-template-columns:minmax(0,5fr) minmax(0,4fr) minmax(0,3fr); gap:40px; }
.footer p{ color:var(--muted); font-size:14px; margin:12px 0 0; max-width:320px; }
.footer .links{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; font-family:var(--head); font-weight:600; font-size:15px; }
.footer .links a{ color:var(--ink); text-decoration:none; }
.footer .links a:hover{ color:var(--red); }
.footer .addr{ font-size:14px; color:var(--muted); display:flex; flex-direction:column; gap:8px; }
.footer .addr a{ text-decoration:none; }
.footer .bottom{ display:flex; justify-content:space-between; align-items:center; gap:20px; flex-wrap:wrap; margin-top:48px; padding-top:20px; border-top:1px solid var(--line); font-size:13px; color:var(--muted); }
.footer .bottom a{ color:var(--muted); text-decoration:none; }
.footer .bottom a:hover{ color:var(--red); }

/* Sociale koppelingen in de footer */
.social{ display:flex; gap:10px; margin-top:18px; }
.social a{ width:40px; height:40px; border-radius:8px; border:1px solid var(--line); background:#FFFFFF; display:flex; align-items:center; justify-content:center; color:var(--navy); text-decoration:none; transition:border-color .3s ease, color .3s ease; }
.social a:hover{ border-color:var(--red); color:var(--red); }


/* Dock: één rustig balkje met de kanalen en WhatsApp */
.dock{ position:fixed; right:22px; bottom:22px; z-index:50; display:flex; flex-direction:column; gap:4px; padding:6px; background:#FFFFFF; border:1px solid var(--line); border-radius:999px; box-shadow:0 10px 30px rgba(23,26,58,.14); }
.dock a{ width:40px; height:40px; border-radius:50%; display:flex; align-items:center; justify-content:center; color:var(--navy); text-decoration:none; transition:background .3s ease, color .3s ease; }
.dock a:hover{ background:var(--grey); color:var(--red); }
.dock a svg{ width:20px; height:20px; }
.dock a.wa svg{ width:22px; height:22px; }



/* Rustige onthulling bij scrollen (alleen met JS) */
html.js .reveal{ opacity:0; transform:translateY(14px); transition:opacity 1.1s ease, transform 1.1s ease; }
html.js .reveal.in{ opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce){ html.js .reveal{ opacity:1; transform:none; transition:none; } html{ scroll-behavior:auto; } }

/* Hulpklassen */
.muted{ color:var(--muted); }
.small{ font-size:14px; }
.mt0{ margin-top:0 !important; }
.center{ text-align:center; }
.terug{ display:inline-flex; align-items:center; gap:8px; font-size:14px; color:var(--muted); text-decoration:none; margin-bottom:20px; }
.terug:hover{ color:var(--red); }
.visually-hidden{ position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; }

@media (max-width: 860px){
  .wrap,.narrow{ padding:0 22px; }
  .topbar .row{ min-height:0; padding:8px 0; flex-wrap:wrap; gap:6px 16px; }
  .nav{ height:64px; }
  .nav-links{ display:none; }
  .nav .btn{ display:none; }
  .burger{ display:flex; }
  h1{ hyphens:manual; overflow-wrap:anywhere; }
  .page-hero{ padding:40px 0 36px; }
  .stats{ grid-template-columns:repeat(2,minmax(0,1fr)); }
  .section{ padding-top:64px; padding-bottom:64px; }
  .section.tight{ padding-top:48px; padding-bottom:48px; }
  .two,.split,.half,.article,.cta-band .inner{ grid-template-columns:minmax(0,1fr); gap:32px; }
  .aside{ position:static; }
  .cta-band .actions{ justify-content:flex-start; }
  .seg,.seg.three{ grid-template-columns:minmax(0,1fr); }
  .seg > div{ border-right:0; border-bottom:1px solid var(--line); }
  .seg > div:last-child{ border-bottom:0; }
  .cards,.cards.two-col,.grid3,.news,.compare,.pricing{ grid-template-columns:minmax(0,1fr); }
  .row2{ grid-template-columns:minmax(0,1fr); }
  .field input,.field textarea,.field select{ font-size:16px; }
  .prose{ font-size:16px; }
  .prose h2{ font-size:24px; margin-top:40px; }
  .prose table{ display:block; overflow-x:auto; }
  .table{ display:block; border:0; background:transparent; }
  .table thead{ position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; }
  .table tbody{ display:flex; flex-direction:column; gap:12px; }
  .table tr{ display:block; background:#FFFFFF; border:1px solid var(--line); border-radius:8px; padding:6px 0; }
  .table td,.table th[scope="row"]{ display:block; width:auto; padding:8px 16px; border-bottom:0; font-size:14px; text-align:left; }
  .table th[scope="row"]{ font-size:16px; padding-top:12px; }
  .table td[data-label]::before{ content:attr(data-label); display:block; font-family:var(--head); font-size:11px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:var(--muted); margin-bottom:2px; }
  .table td:last-child{ padding-bottom:14px; }
  .ac-item{ padding:22px; }
  .dock{ display:none; }   /* mobiel: de footer heeft deze links al */
  .dock a{ width:38px; height:38px; }
  .dock a svg{ width:18px; height:18px; }
  .footer .cols{ grid-template-columns:minmax(0,1fr); }
}

/* ── Video-insluiting (9 sep 2026) ─────────────────────────────────────── */
.video-kop{ max-width:760px; margin-bottom:28px; }
.video-kaart{ position:relative; aspect-ratio:16/9; background:#171A3A; border-radius:10px; overflow:hidden;
  box-shadow:0 18px 48px rgba(23,26,58,.18); max-width:1040px; margin:0 auto; }
.video-kaart img{ width:100%; height:100%; object-fit:cover; display:block; }
.video-kaart iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; }
.video-play{ position:absolute; inset:0; margin:auto; width:88px; height:88px; border-radius:50%; border:0; cursor:pointer;
  background:#C0182A; color:#fff; display:grid; place-items:center; box-shadow:0 10px 28px rgba(0,0,0,.28);
  transition:transform .25s ease, background .25s ease; }
.video-play svg{ width:34px; height:34px; margin-left:5px; }
.video-kaart:hover .video-play{ transform:scale(1.06); }
.video-play:focus-visible{ outline:3px solid #fff; outline-offset:3px; }
.video-noot{ max-width:1040px; margin:16px auto 0; display:flex; flex-wrap:wrap; gap:8px 24px; justify-content:space-between;
  font-size:14px; color:var(--muted, #5B5F73); }
.video-noot a{ color:#171A3A; font-weight:600; text-decoration:none; border-bottom:2px solid #C0182A; }
@media (max-width:860px){ .video-play{ width:68px; height:68px; } .video-play svg{ width:26px; height:26px; } .video-kaart{ border-radius:6px; } }

/* Beeldband — foto over de volle breedte van het stramien, met bijschrift.
   Hoort bij de fotoserie Strijklicht (Adobe Firefly, 10 september 2026). */
.beeldband{ margin:0; }
.beeldband figure{ margin:0; }
.beeldband img{ display:block; width:100%; height:auto; border-radius:10px; }
.beeldband figcaption{ margin-top:12px; font-size:13px; color:var(--muted); }
.dark .beeldband figcaption{ color:#9FA3BF; }
.beeldband.strak img{ border-radius:0; }
.beeldband.band img{ aspect-ratio:16/7; object-fit:cover; }
.beeldband.smal figure{ max-width:620px; margin:0 auto; }

/* Zachte overvloeiing tussen pagina's in plaats van een witte flits.
   Alleen de standaard cross-fade: niet schuiven, niet zoomen.
   Werkt alleen als beide pagina's dit aanzetten, vandaar ook in index.html. */
@view-transition { navigation: auto; }
@media (prefers-reduced-motion: reduce){
  ::view-transition-group(*), ::view-transition-old(*), ::view-transition-new(*){ animation:none; }
}
/* Directe bevestiging bij een tik, zonder dat er iets verspringt. */
.btn:active, .btn-line:active, .btn-white:active, .btn-ghost:active{ filter:brightness(.94); transition:none; }
