/* Compunext — designsysteem */

:root {
  --brand-teal: #00b8b8;
  --bg: #f5f7f9;
  --bg-tint1: rgba(0,184,184,.10);
  --bg-tint2: rgba(70,110,220,.06);
  --text: #0e1618;
  --muted: #566268;
  --surface: rgba(255,255,255,.62);
  --surface-2: rgba(255,255,255,.80);
  --border: rgba(14,22,24,.10);
  --border-strong: rgba(14,22,24,.16);
  --accent: #00b8b8;
  --accent-fg: #0a8a8a;
  --accent-text: #077e7e;
  --accent-strong: #007e7e;
  --on-accent: #ffffff;
  --accent-soft: rgba(0,184,184,.12);
  --pop: #ff7a59;
  --pop-soft: rgba(255,122,89,.14);
  --warn: #b25a00;
  --warn-soft: rgba(214,120,0,.12);
  --shadow: 0 14px 44px -16px rgba(14,30,40,.22);
  --shadow-sm: 0 6px 20px -12px rgba(14,30,40,.20);
  --radius: 18px;
  --radius-sm: 12px;
  --radius-lg: 26px;
  --pill: 999px;
  --glass-blur: 16px;
  --ring: rgba(0,184,184,.5);
}

[data-theme="dark"] {
  --bg: #0a0f11;
  --bg-tint1: rgba(0,184,184,.12);
  --bg-tint2: rgba(60,90,200,.10);
  --text: #e8eff0;
  --muted: #93a2a8;
  --surface: rgba(255,255,255,.045);
  --surface-2: rgba(255,255,255,.075);
  --border: rgba(255,255,255,.10);
  --border-strong: rgba(255,255,255,.18);
  --accent: #19c9c9;
  --accent-fg: #33d6d6;
  --accent-text: #33d6d6;
  --accent-strong: #17c2c2;
  --on-accent: #05201f;
  --accent-soft: rgba(0,184,184,.16);
  --warn: #ffb15c;
  --warn-soft: rgba(255,177,92,.14);
  --shadow: 0 20px 54px -20px rgba(0,0,0,.65);
  --shadow-sm: 0 10px 26px -16px rgba(0,0,0,.6);
}
@media (prefers-color-scheme: dark) {
  [data-theme="auto"] {
    --bg: #0a0f11;
    --bg-tint1: rgba(0,184,184,.12);
    --bg-tint2: rgba(60,90,200,.10);
    --text: #e8eff0;
    --muted: #93a2a8;
    --surface: rgba(255,255,255,.045);
    --surface-2: rgba(255,255,255,.075);
    --border: rgba(255,255,255,.10);
    --border-strong: rgba(255,255,255,.18);
    --accent: #19c9c9;
    --accent-fg: #33d6d6;
    --accent-text: #33d6d6;
    --accent-strong: #17c2c2;
    --on-accent: #05201f;
    --accent-soft: rgba(0,184,184,.16);
    --warn: #ffb15c;
    --warn-soft: rgba(255,177,92,.14);
    --shadow: 0 20px 54px -20px rgba(0,0,0,.65);
    --shadow-sm: 0 10px 26px -16px rgba(0,0,0,.6);
  }
}
[data-theme="dark"] { --pop: #ff8a63; --pop-soft: rgba(255,138,99,.18); }
@media (prefers-color-scheme: dark) { [data-theme="auto"] { --pop: #ff8a63; --pop-soft: rgba(255,138,99,.18); } }

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

/* Reboot-aanvulling — deze basisregels kwamen voorheen van Bootstrap CSS, die
   verwijderd is (was ongebruikt en groot). Zo blijft de opmaak identiek. */
img, svg { vertical-align: middle; }
button, input, optgroup, select, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; color: inherit; }
button, select { text-transform: none; }
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; appearance: button; }
button:not(:disabled), [type="button"]:not(:disabled), [type="submit"]:not(:disabled) { cursor: pointer; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; background: var(--bg); overflow-x: clip; }

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  font-family: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /* 'clip' i.p.v. 'hidden': hidden maakt de body op iOS Safari een scroll-
     container, wat de sticky header en touch-afhandeling na scrollen breekt.
     clip knipt horizontale overflow zonder die bijwerkingen. */
  overflow-x: hidden;
  overflow-x: clip;
}

main { flex: 1 0 auto; }

body::before {
  content: "";
  /* 'absolute' i.p.v. 'fixed': een schermvullende fixed-laag kan op iOS Safari
     de touch-afhandeling van de sticky header na scrollen storen. Deze tint is
     decoratief; hij mag met de pagina meescrollen. */
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(60rem 40rem at 85% -10%, var(--bg-tint1), transparent 60%),
    radial-gradient(50rem 40rem at -10% 20%, var(--bg-tint2), transparent 55%);
  pointer-events: none;
}

h1, h2, h3 { line-height: 1.14; letter-spacing: -.02em; margin: 0 0 .5em; font-weight: 800; }
/* Algemene kop-groottes (voorheen door Bootstrap geleverd). Specifieke,
   context-gebonden regels (bijv. .hero h1, .section-head h2) overschrijven deze. */
h1 { font-size: clamp(1.9rem, 1.375rem + 1.5vw, 2.5rem); }
h2 { font-size: clamp(1.5rem, 1.325rem + .9vw, 2rem); }
h3 { font-size: clamp(1.4rem, 1.3rem + .6vw, 1.75rem); }
h4 { font-size: clamp(1.3rem, 1.275rem + .3vw, 1.5rem); margin: 0 0 .5rem; line-height: 1.2; font-weight: 700; }
h5 { font-size: 1.25rem; margin: 0 0 .5rem; line-height: 1.2; font-weight: 700; }
h6 { font-size: 1rem; margin: 0 0 .5rem; line-height: 1.2; font-weight: 700; }
p { margin: 0 0 1rem; }
a { color: var(--accent-text); text-decoration: none; }
a:hover { text-decoration: none; }
img { max-width: 100%; height: auto; }

.container { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 20px; }
.narrow { max-width: 760px; }
.section { padding: clamp(48px, 8vw, 84px) 0; }
.muted { color: var(--muted); }
.small { font-size: .88rem; }
.accent-text { color: var(--accent-text); }
.eyebrow { display:inline-block; text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 800; color: var(--accent-fg); margin-bottom: .6rem; }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--accent-strong); color: var(--on-accent);
  padding: .6em 1em; border-radius: 0 0 var(--radius-sm) 0;
}
.skip-link:focus { left: 0; }

.glass {
  background: var(--surface);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(1.4);
  backdrop-filter: blur(var(--glass-blur)) saturate(1.4);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  padding: .72em 1.2em; border-radius: var(--pill); border: 1px solid transparent;
  font: inherit; font-weight: 700; font-size: .95rem; line-height: 1; cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
  text-decoration: none; white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn.btn-accent { background: var(--accent-strong); color: var(--on-accent); border-color: transparent; box-shadow: var(--shadow-sm); }
.btn.btn-accent:hover { background: var(--accent-strong); color: var(--on-accent); border-color: transparent; filter: brightness(1.08); box-shadow: 0 12px 30px -10px var(--ring); }
.btn.btn-ghost {
  background: var(--surface-2); color: var(--text); border-color: var(--border-strong);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
}
.btn.btn-ghost:hover { background: var(--surface-2); color: var(--text); border-color: var(--accent); }
.btn-lg { padding: .9em 1.5em; font-size: 1.02rem; }
.btn-block { width: 100%; }

.pill {
  display: inline-flex; align-items: center; gap: .5em;
  background: var(--accent-soft); color: var(--accent-fg);
  border: 1px solid var(--border); border-radius: var(--pill);
  padding: .42em .9em; font-size: .82rem; font-weight: 700; margin-bottom: 1rem;
}
.pill.error { background: var(--warn-soft); color: var(--warn); }
.link.arrow { font-weight: 700; }
.link.arrow .bi { transition: transform .15s ease; }
.link.arrow:hover .bi { transform: translateX(3px); }

/* Dubbeltik-zoom uitschakelen op knoppen/links/velden (iOS Safari zoomt anders
   bij een snelle dubbele tik/mis-tik in). Pinch-zoomen blijft gewoon werken. */
a, button, .btn, label, summary,
.nav-toggle, .theme-toggle, .portal-btn,
input, select, textarea { touch-action: manipulation; }

/* Header / nav */
.site-header {
  position: sticky; top: 0; z-index: 100;
  border-bottom: 1px solid var(--border);
}
/* De blur/achtergrond op een pseudo-element i.p.v. op de header zelf. Zo
   blijft de look identiek, maar reageert de header op iOS/iPad ook na scrollen
   (backdrop-filter op een sticky element breekt daar de aanraak-hitbox). */
.site-header::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: var(--surface-2);
  -webkit-backdrop-filter: blur(16px) saturate(1.4); backdrop-filter: blur(16px) saturate(1.4);
}
/* Touch-apparaten (o.a. iPad/iPhone): geen backdrop-filter op de sticky header.
   De blur wordt daar bij elke scroll opnieuw samengesteld — dat geeft op iOS
   Safari zichtbare 'geest'-artefacten én trage/gemiste taps. Zelfde tint, maar
   dekkend. Laptops/desktops (fijne pointer) houden de glass-look. */
@media (hover: none) and (pointer: coarse) {
  .site-header::before {
    background-color: var(--bg);
    background-image: linear-gradient(var(--surface-2), var(--surface-2));
    -webkit-backdrop-filter: none; backdrop-filter: none;
  }
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 68px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; color: var(--text); flex-shrink: 0; }
.brand-word { font-weight: 800; letter-spacing: .16em; font-size: 1.06rem; }
.brand-x.accent { color: var(--brand-teal); }
.brand:hover, .nav-list a:hover { text-decoration: none; }
.main-nav { display: flex; align-items: center; gap: .5rem; margin-left: auto; }
.nav-list { display: flex; align-items: center; gap: .12rem; list-style: none; margin: 0; padding: 0; }
.nav-list a:not(.btn) {
  color: var(--text); font-weight: 600; font-size: .9rem; padding: .5em .55em;
  border-radius: var(--radius-sm); text-decoration: none; opacity: .85; white-space: nowrap;
}
.nav-list a:not(.btn):hover { opacity: 1; background: var(--accent-soft); color: var(--accent-fg); }
.nav-list a[aria-current="page"] { color: var(--accent-fg); opacity: 1; }
.nav-cta { margin-left: .35rem; }
.nav-cta .btn { padding: .55em 1em; }
/* Klantenportal als menu-item bestaat alleen op mobiel; op desktop staat de
   ronde portal-knop rechts in de balk. */
.nav-portal-m { display: none; }
.theme-toggle, .nav-toggle, .portal-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--surface-2); border: 1px solid var(--border-strong); color: var(--text);
  cursor: pointer; font-size: 1.1rem; text-decoration: none; transition: border-color .2s ease, color .2s ease;
}
.theme-toggle:hover, .nav-toggle:hover, .portal-btn:hover { border-color: var(--accent); color: var(--accent-fg); }
.nav-toggle { display: none; }

/* Hero */
.hero { position: relative; padding: clamp(40px, 7vw, 84px) 0 clamp(30px, 5vw, 60px); overflow: hidden; }
.hero-glow {
  position: absolute; top: -20%; right: -10%; width: 45rem; height: 45rem; z-index: -1;
  background: radial-gradient(circle, var(--accent-soft), transparent 62%);
  filter: blur(20px);
}
.hero-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); }
.lead { font-size: 1.14rem; color: var(--muted); max-width: 60ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }
.hero-card { padding: 1.6rem 1.6rem 1.4rem; }
.hero-card-title { font-size: 1.12rem; margin-bottom: 1rem; }
.check-list { list-style: none; margin: 0 0 1.1rem; padding: 0; }
.check-list li { display: flex; align-items: flex-start; gap: .6em; padding: .5em 0; border-bottom: 1px solid var(--border); font-weight: 600; }
.check-list li:last-child { border-bottom: 0; }
.check-list .bi { color: var(--accent-fg); margin-top: .15em; }

/* Grids */
.section-head { text-align: center; max-width: 720px; margin: 0 auto clamp(2rem, 4vw, 3rem); }
.usp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.1rem; }
.usp { padding: 1.5rem; }
.usp-icon { font-size: 1.7rem; color: var(--accent-fg); }
.usp h3 { font-size: 1.12rem; margin: .8rem 0 .4rem; }
.usp p { color: var(--muted); margin: 0; }

.cat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.1rem; }
.cat { padding: 1.6rem; }
.cat-icon { font-size: 1.8rem; color: var(--accent-fg); }
.cat h3 { font-size: 1.18rem; margin: .8rem 0 .6rem; }
.cat ul { list-style: none; margin: 0; padding: 0; color: var(--muted); }
.cat ul li { padding: .28em 0; border-bottom: 1px dashed var(--border); }
.cat ul li:last-child { border-bottom: 0; }
.center-cta { text-align: center; margin-top: 2.2rem; }

/* Tarieven */
.tarieven { padding: clamp(1.6rem, 4vw, 2.6rem); display: grid; grid-template-columns: 1fr 1.3fr; gap: 2rem; align-items: center; }
.rate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.rate { text-align: center; padding: 1.1rem .6rem; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--surface); }
.rate-label { display: block; color: var(--muted); font-weight: 700; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.rate-price { display: block; font-size: 2rem; font-weight: 800; margin: .2rem 0; }
.rate-unit { display: block; color: var(--muted); font-size: .84rem; }
.rate-solo { text-align: center; padding: clamp(1.6rem, 3.5vw, 2.4rem); border: 1px solid var(--accent); border-radius: var(--radius); background: var(--accent-soft); box-shadow: var(--shadow-sm); }
.rate-solo .rate-label { color: var(--accent-fg); }
.rate-solo .rate-price { font-size: clamp(2.8rem, 6vw, 3.6rem); line-height: 1; margin: .35rem 0 .25rem; }
.rate-solo .rate-unit { font-size: .95rem; }

/* Doelgroepblokken (thuis én zaak) */
.aud-split { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
@media (max-width: 820px) { .aud-split { grid-template-columns: 1fr; } }
.aud-card { position: relative; overflow: hidden; padding: clamp(1.8rem, 3.5vw, 2.2rem); transition: transform .2s ease, box-shadow .24s ease; }
.aud-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.aud-glow { position: absolute; width: 220px; height: 220px; border-radius: 50%; filter: blur(50px); top: -70px; right: -50px; opacity: .5; pointer-events: none; }
.aud-card.biz .aud-glow { background: rgba(0,184,184,.35); }
.aud-card.priv .aud-glow { background: var(--pop-soft); }
.aud-kicker { position: relative; display: block; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; font-size: .76rem; color: var(--accent-fg); }
.aud-card.priv .aud-kicker { color: var(--pop); }
.aud-card h3 { position: relative; font-size: 1.5rem; margin: .5rem 0 .6rem; }
.aud-list { position: relative; list-style: none; padding: 0; margin: 1rem 0 1.4rem; display: grid; gap: .55rem; }
.aud-list li { display: flex; gap: .6em; align-items: flex-start; font-size: .98rem; line-height: 1.5; }
.aud-list li .bi { color: var(--accent-fg); margin-top: .15em; flex: 0 0 auto; }
.aud-card.priv .aud-list li .bi { color: var(--pop); }
.aud-card .btn { position: relative; }
.aud-card .btn:hover { border-color: var(--accent); }
.aud-card.priv .btn:hover { border-color: var(--pop); }

/* CTA band */
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 1.6rem; padding: clamp(1.6rem, 4vw, 2.4rem); border-left: 3px solid var(--accent); }
.cta-band h2 { margin-bottom: .3rem; }
.cta-band p { margin: 0; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .8rem; }

/* Page hero + crumbs */
.page-hero { padding: clamp(2rem, 5vw, 3.4rem) 0 .5rem; }
.crumbs { font-size: .86rem; color: var(--muted); margin-bottom: 1rem; }
.crumbs a { color: var(--accent-fg); }
.page-hero h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); }

/* Diensten — overzicht */
.svc-cat { margin-bottom: clamp(2.4rem, 5vw, 3.6rem); }
.svc-cat:last-child { margin-bottom: 0; }
.svc-cat-head { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.3rem; }
.svc-cat-head h2 { font-size: clamp(1.35rem, 2.4vw, 1.7rem); margin: 0 0 .15rem; }
.svc-cat-head p { margin: 0; max-width: 60ch; }
.svc-cat-icon {
  flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: var(--radius-sm);
  background: var(--accent-soft); color: var(--accent-fg); font-size: 1.5rem;
}
.svc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 1.2rem; }
.svc-card {
  display: flex; flex-direction: column; align-items: flex-start; gap: .55rem;
  padding: 1.5rem; color: inherit; text-decoration: none;
  transition: transform .16s ease, box-shadow .22s ease, border-color .22s ease;
}
.svc-card:hover { transform: translateY(-3px); text-decoration: none; border-color: var(--accent); box-shadow: 0 18px 40px -18px var(--ring); }
.svc-card-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--accent-soft); color: var(--accent-fg); font-size: 1.35rem; margin-bottom: .2rem;
}
.svc-card h3 { font-size: 1.14rem; margin: 0; }
.svc-card p { margin: 0; color: var(--muted); font-size: .96rem; line-height: 1.55; }
.svc-card-more { margin-top: auto; padding-top: .5rem; display: inline-flex; align-items: center; gap: .4em; color: var(--accent-fg); font-weight: 700; font-size: .92rem; }
.svc-card:hover .svc-card-more { gap: .6em; }

/* Diensten — detailpagina */
.svc-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(1.5rem, 3.5vw, 3rem); align-items: start; }
/* min-width:0 zodat brede inhoud (tabellen, prijsblokken, lange links) de
   kolom niet breder dan het scherm kan duwen — anders krijg je op iOS Safari
   horizontale overflow (pagina laat zich uitzoomen). */
.svc-detail-main, .svc-detail-aside { min-width: 0; }
.svc-detail-aside { position: sticky; top: 90px; }
.svc-contact-card { padding: 1.6rem; }
.svc-contact-card h3 { margin: 0 0 .5rem; font-size: 1.2rem; }
.svc-contact-card p { margin: 0 0 1.1rem; font-size: .95rem; line-height: 1.55; }
.btn-block { width: 100%; }
.svc-contact-list { list-style: none; margin: 1.2rem 0 0; padding: 1.1rem 0 0; border-top: 1px solid var(--border); display: grid; gap: .6rem; font-size: .95rem; }
.svc-contact-list li { display: flex; align-items: center; gap: .6em; }
.svc-contact-list .bi { color: var(--accent-fg); }
.svc-contact-list a { color: inherit; }
.svc-cta-band { padding-top: 0; }
.svc-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; padding: clamp(1.6rem, 3.5vw, 2.4rem); }
.svc-cta-inner h2 { margin: 0 0 .35rem; font-size: clamp(1.3rem, 2.4vw, 1.7rem); }
.svc-cta-inner p { margin: 0; max-width: 52ch; }

@media (max-width: 860px) {
  .svc-detail-grid { grid-template-columns: minmax(0, 1fr); }
  .svc-detail-aside { position: static; order: -1; }
}

/* Diensten — prijsblokken / componenten in de inhoud */
.svc-comp { margin: 1.6rem 0; }
.comp-title { font-weight: 800; font-size: 1.05rem; margin: 0 0 .8rem; }

.price-plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1rem; }
.price-plan {
  position: relative; display: flex; flex-direction: column; gap: .5rem;
  padding: 1.5rem 1.35rem; border: 1px solid var(--border); border-radius: var(--radius);
  background: var(--surface-2);
}
.price-plan.featured { border-color: var(--accent); box-shadow: 0 16px 40px -20px var(--ring); }
.plan-badge {
  position: absolute; top: -.75rem; left: 50%; transform: translateX(-50%);
  background: var(--accent-strong); color: var(--on-accent); font-size: .68rem; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase; padding: .35em .8em; border-radius: var(--pill);
  white-space: nowrap;
}
.plan-name { margin: .2rem 0 0; font-size: 1.15rem; }
.plan-price { margin: 0; font-size: 1.7rem; font-weight: 800; color: var(--text); line-height: 1.1; }
.plan-per { font-size: .9rem; font-weight: 600; color: var(--muted); }
.plan-desc { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.5; }
.plan-feats { list-style: none; margin: .5rem 0 0; padding: 0; display: grid; gap: .5rem; }
.plan-feats li { display: flex; align-items: flex-start; gap: .55em; font-size: .95rem; line-height: 1.4; }
.plan-feats .bi { color: var(--accent-fg); margin-top: .12em; flex: 0 0 auto; }

.price-list { list-style: none; margin: 0; padding: 0; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: var(--surface-2); }
.price-row { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: .85em 1.1em; border-bottom: 1px solid var(--border); }
.price-row:last-child { border-bottom: 0; }
.row-label { display: flex; flex-direction: column; }
.row-note { color: var(--muted); font-size: .84rem; }
.row-price { font-weight: 800; white-space: nowrap; color: var(--text); }

.tarief-card { border: 1px solid var(--accent); border-radius: var(--radius); background: var(--accent-soft); padding: 1.6rem 1.5rem; }
.tarief-title { margin: 0 0 .35rem; font-weight: 800; font-size: 1.05rem; }
.tarief-price { margin: 0; font-size: clamp(1.8rem, 4vw, 2.4rem); font-weight: 800; color: var(--text); line-height: 1.1; }
.tarief-note { margin: .4rem 0 0; color: var(--muted); }

.check-card { border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface-2); padding: 1.6rem 1.5rem; }
.check-title { margin: 0 0 1rem; font-size: 1.15rem; }
.check-list { list-style: none; margin: 0 0 1.3rem; padding: 0; display: grid; gap: .6rem; }
.check-list li { display: flex; align-items: flex-start; gap: .55em; font-size: .97rem; line-height: 1.45; }
.check-list .bi { color: var(--accent-fg); margin-top: .12em; flex: 0 0 auto; }
.check-cta { width: 100%; }

/* Terugvalstijlen — oud dienstenraster (niet meer gebruikt, maar veilig) */
.dienst-cats { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 1.2rem; }
.dienst-cat { padding: 1.7rem; }

/* Ervaringen (klantverhalen) */
.ervaring-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.2rem; }
.ervaring-card { display: flex; flex-direction: column; gap: 1rem; padding: 1.6rem 1.5rem; }
.ervaring-stars { display: inline-flex; gap: .15em; color: #f6b500; font-size: 1rem; }
.ervaring-quote { margin: 0; position: relative; font-size: 1.06rem; line-height: 1.6; padding-left: 1.6rem; }
.ervaring-quote::before { content: "\201C"; position: absolute; left: -.1rem; top: -.35rem; font-size: 2.6rem; line-height: 1; color: var(--accent-fg); opacity: .5; font-family: Georgia, "Times New Roman", serif; }
.ervaring-foot { display: flex; align-items: center; gap: .8rem; margin-top: auto; }
.ervaring-avatar { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; }
.ervaring-initials { display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1rem; letter-spacing: .02em; background: var(--accent-soft); color: var(--accent-fg); }
.av-0 { background: color-mix(in srgb, #00b8b8 22%, transparent); color: color-mix(in srgb, #00b8b8 72%, var(--text)); }
.av-1 { background: color-mix(in srgb, #3b82f6 22%, transparent); color: color-mix(in srgb, #3b82f6 72%, var(--text)); }
.av-2 { background: color-mix(in srgb, #22a06b 24%, transparent); color: color-mix(in srgb, #22a06b 72%, var(--text)); }
.av-3 { background: color-mix(in srgb, #e0821a 24%, transparent); color: color-mix(in srgb, #e0821a 74%, var(--text)); }
.av-4 { background: color-mix(in srgb, #8b5cf6 22%, transparent); color: color-mix(in srgb, #8b5cf6 74%, var(--text)); }
.av-5 { background: color-mix(in srgb, #ec4899 22%, transparent); color: color-mix(in srgb, #ec4899 74%, var(--text)); }
.ervaring-who { display: flex; flex-direction: column; line-height: 1.3; }
.ervaring-name { font-weight: 700; }
.ervaring-more { display: inline-flex; align-items: center; gap: .4em; color: var(--accent-fg); font-weight: 700; font-size: .92rem; }
.ervaring-more:hover { gap: .6em; text-decoration: none; }

/* Ervaring — detailpagina */
.ervaring-lead { margin: .4rem 0 1.2rem; padding-left: 1.4rem; border-left: 3px solid var(--accent); font-size: 1.25rem; line-height: 1.5; color: var(--text); }
.ervaring-byline { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.6rem; }
.ervaring-byline .ervaring-avatar { width: 52px; height: 52px; }
.center { text-align: center; }
.mt { margin-top: 1.75rem; }
.experiences-highlight .mt { margin-top: 2.2rem; }
.page-head.center .lead { margin-left: auto; margin-right: auto; }
/* Zorg voor lucht tussen een getinte band (bijv. ervaringen) en de CTA-band erna */
.tinted-band + .svc-cta-band { padding-top: clamp(48px, 8vw, 84px); }

/* Over ons — intro met feitenkaart */
.about-intro { padding-bottom: clamp(1.5rem, 4vw, 2.4rem); }
.about-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(1.6rem, 4vw, 3.2rem); align-items: start; }
.about-main, .about-aside { min-width: 0; }
.about-main { font-size: 1.06rem; }
.about-main > :first-child { margin-top: 0; }
.about-aside { position: sticky; top: 90px; }
.about-facts { padding: 1.6rem 1.5rem; }
.facts-title { display: flex; align-items: center; gap: .5em; font-size: 1.1rem; margin: 0 0 1rem; }
.facts-title .bi { color: var(--accent-fg); }
.facts-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .8rem; }
.facts-list li { display: flex; flex-direction: column; gap: .1rem; padding-bottom: .8rem; border-bottom: 1px solid var(--border); }
.facts-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.fact-k { font-size: .8rem; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); }
.fact-v { font-weight: 600; }
.facts-contact { margin-top: 1.2rem; }
.facts-reach { margin: .8rem 0 0; text-align: center; font-size: .9rem; color: var(--muted); }
.facts-reach a { color: var(--accent-fg); white-space: nowrap; }

/* Over ons — profielkaart in de zijbalk */
.about-aside > * + * { margin-top: 1.2rem; }
.about-profile { padding: 1.6rem 1.5rem; text-align: center; display: flex; flex-direction: column; align-items: center; gap: .4rem; }
.about-profile-avatar { width: 110px; height: 110px; border-radius: 50%; object-fit: cover; }
.about-profile-avatar.team-initials { font-size: 2.1rem; }
.about-profile-name { margin: .6rem 0 0; font-size: 1.25rem; }
.about-profile-role { margin: 0; font-size: .95rem; }

/* Getinte band (bijv. ervaringen op Over ons) */
.tinted-band { background: color-mix(in srgb, var(--accent) 5%, transparent); }

/* Over ons — waardenstrip (legacy) */
.values-section { background: color-mix(in srgb, var(--accent) 5%, transparent); }
.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.2rem; }
.value-card { padding: 1.7rem 1.5rem; }
.value-card h3 { margin: .8rem 0 .4rem; font-size: 1.15rem; }
.value-card p { margin: 0; line-height: 1.55; }
.value-icon { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: var(--radius-sm); background: var(--accent-soft); color: var(--accent-fg); font-size: 1.5rem; }

@media (max-width: 860px) {
  .about-grid { grid-template-columns: minmax(0, 1fr); }
  .about-aside { position: static; }
}

/* Team (Over ons) */
.team-section .page-head, .experiences-highlight .page-head { margin-bottom: 1.6rem; }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 240px)); gap: 1.2rem; justify-content: center; }
.team-card { display: flex; flex-direction: column; align-items: center; text-align: center; gap: .5rem; padding: 1.8rem 1.4rem; }
.team-avatar { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; }
.team-initials { display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.9rem; background: var(--accent-soft); color: var(--accent-fg); }
.team-name { margin: .5rem 0 0; font-size: 1.2rem; }
.team-role { margin: 0; font-size: .95rem; }
.team-links { display: flex; gap: .5rem; justify-content: center; margin-top: .3rem; }
.team-link { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--border); color: var(--accent-fg); background: var(--surface-2); font-size: 1.05rem; text-decoration: none; }
.team-link:hover { border-color: var(--accent); background: var(--accent-soft); text-decoration: none; }
.team-more { margin-top: .5rem; display: inline-flex; align-items: center; gap: .4em; color: var(--accent-fg); font-weight: 700; font-size: .92rem; }
.team-more:hover { gap: .6em; text-decoration: none; }

/* Teamlid — detailpagina */
.member-head { display: flex; align-items: center; gap: 1.4rem; margin-bottom: 1.6rem; flex-wrap: wrap; }
.member-avatar { width: 110px; height: 110px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; }
.member-head .lead { margin: .3rem 0 .5rem; }

/* Pricing cards */
.pricing-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.2rem; align-items: start; }
.price-card { position: relative; padding: 1.8rem 1.6rem; display: flex; flex-direction: column; }
.price-card.featured { border: 1.5px solid var(--accent); box-shadow: 0 22px 60px -22px var(--ring); }
.badge-top { position: absolute; top: -.85rem; left: 50%; transform: translateX(-50%); background: var(--accent-strong); color: var(--on-accent); border-radius: var(--pill); padding: .35em .9em; font-size: .76rem; font-weight: 800; letter-spacing: .03em; white-space: nowrap; }
.price-name { font-size: 1.35rem; margin: 0; }
.price-for { color: var(--muted); margin: .2rem 0 1rem; }
.price-amount { font-size: 2.4rem; font-weight: 800; margin: 0 0 1rem; display: flex; align-items: baseline; gap: .12em; }
.price-amount .cur { font-size: 1.3rem; }
.price-amount .per { font-size: .95rem; font-weight: 600; color: var(--muted); margin-left: .2em; }
.feature-list { list-style: none; margin: 0 0 1.4rem; padding: 0; flex: 1; }
.feature-list li { display: flex; align-items: flex-start; gap: .55em; padding: .42em 0; border-bottom: 1px solid var(--border); }
.feature-list li:last-child { border-bottom: 0; }
.feature-list .bi { color: var(--accent-fg); margin-top: .18em; }

/* Price list block */
.price-list { padding: clamp(1.5rem, 4vw, 2.4rem); }
.price-list-head { margin-bottom: 1.4rem; max-width: 60ch; }
.pl-rows { list-style: none; margin: 0; padding: 0; }
.pl-row { display: flex; align-items: baseline; justify-content: space-between; gap: 1.5rem; padding: .85em 0; border-bottom: 1px solid var(--border); }
.pl-row:has(+ .pl-sub) { border-bottom: 0; padding-bottom: .15em; }
.pl-name { font-weight: 700; }
.pl-price { color: var(--accent-text); font-weight: 800; white-space: nowrap; }
.pl-sub { padding: 0 0 .9em; color: var(--muted); font-size: .92rem; border-bottom: 1px solid var(--border); }

/* Placeholder */
.placeholder { text-align: center; padding: clamp(2.4rem, 6vw, 4rem) 1.5rem; }
.placeholder h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); }
.placeholder h2 { font-size: clamp(1.55rem, 3vw, 2.1rem); margin: 0 0 .4rem; }
.placeholder .lead { margin: 0 auto 1.6rem; }
.placeholder-actions { display: flex; flex-wrap: wrap; gap: .7rem; justify-content: center; }

/* Footer */
.site-footer { margin-top: 0; border-top: 1px solid var(--border); background: var(--surface); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; padding: clamp(2.2rem, 5vw, 3.4rem) 20px 1.6rem; }
.footer-brand .brand-word { font-size: 1.05rem; letter-spacing: .16em; }
.footer-brand p { margin: .8rem 0 0; max-width: 34ch; }
.socials { display: flex; gap: .6rem; list-style: none; margin: 1.1rem 0 0; padding: 0; }
.socials a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: var(--surface-2); border: 1px solid var(--border-strong); color: var(--text); font-size: 1.15rem; text-decoration: none; transition: border-color .2s ease, color .2s ease; }
.socials a:hover { border-color: var(--accent); color: var(--accent-fg); }
/* BlueSky-vlinder als inline SVG; width auto houdt de verhouding intact (geen vervorming) */
.bsky-ico { width: auto; height: 1em; vertical-align: -.15em; }
.socials .bsky-ico { height: .82em; }
.footer-h { font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin-bottom: .9rem; }
.footer-list { list-style: none; margin: 0; padding: 0; }
.footer-list li { padding: .3em 0; }
.footer-list a { color: var(--text); opacity: .82; }
.footer-list a:hover { opacity: 1; color: var(--accent-fg); }
.footer-list.stacked li { padding: .4em 0; }
.footer-list.stacked li span:first-child { display: block; font-weight: 600; }
.footer-list.stacked li span:last-child { display: block; color: var(--muted); font-size: .9rem; }
.footer-address { font-style: normal; color: var(--muted); margin-top: 1rem; line-height: 1.6; }
.no-visit { display: inline-flex; align-items: center; gap: .45em; margin-top: .55em; color: var(--warn); font-weight: 600; font-size: .9rem; }
.footer-legal { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .8rem 1.4rem; padding: 1.1rem 20px 1.6rem; border-top: 1px solid var(--border); color: var(--muted); font-size: .86rem; }
.footer-legal .legal-meta { display: flex; flex-wrap: wrap; gap: 1.4rem; }
.footer-legal .legal-links { display: flex; flex-wrap: wrap; gap: 1.2rem; list-style: none; margin: 0; padding: 0; }
.footer-legal .legal-links a { color: var(--muted); }
.footer-legal .legal-links a:hover { color: var(--accent-fg); }
/* Downloadlinks in de footer: icoon voor de tekst. */
.footer-downloads a { display: inline-flex; align-items: center; gap: .55em; }
.footer-downloads .bi { color: var(--accent-fg); font-size: 1.05em; }
.footer-downloads .os-ico { width: 1.25em; height: 1.25em; flex-shrink: 0; color: var(--accent-fg); }

/* Cookie bar */
.cookie-bar { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 120; max-width: 720px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.2rem; }
.cookie-bar p { margin: 0; font-size: .92rem; }
.cookie-actions { display: flex; align-items: center; gap: 1rem; flex-shrink: 0; }
.cookie-bar.hidden { display: none; }

/* Focus */
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 4px; }

/* Responsive */
@media (max-width: 1280px) {
  /* Het mobiele menu opent in de normale flow: het duwt de sticky header
     gewoon hoger op. GEEN position: fixed/absolute meer — dat gaf op iOS/iPad
     een verschoven aanraak-hitbox en een meescrollend leeg overlay-strookje.
     .main-nav valt weg (display: contents) zodat de toggle en de lijst directe
     flex-items van .header-inner worden en de lijst als volle rij kan wrappen. */
  .header-inner { flex-wrap: wrap; height: auto; min-height: 68px; column-gap: .5rem; row-gap: 0; }
  .main-nav { display: contents; }
  /* Bovenbalk op mobiel: merk links, dan thema-knop en hamburger rechts.
     De klantenportal-knop verhuist het menu in (zie .nav-portal-m). */
  .theme-toggle { order: 2; margin-left: auto; }
  .nav-toggle { display: inline-flex; order: 3; }
  .portal-btn { display: none; }
  .nav-portal-m { display: block; margin: .6rem 0 0; }
  .nav-portal-m .btn { width: 100%; }
  .nav-list {
    order: 5; flex-basis: 100%; width: 100%;
    flex-direction: column; align-items: stretch; gap: .1rem;
    /* Ondoorzichtig paneel op mobiel (zelfde tint als de header), zodat de
       tekst eronder niet doorschijnt. De transparantie op desktop en de
       glass-instelling blijven ongewijzigd. */
    background-color: var(--bg);
    background-image: linear-gradient(var(--surface-2), var(--surface-2));
    padding: 0;
    max-height: 0; overflow: hidden; transition: max-height .25s ease, padding .25s ease;
  }
  .nav-list.open {
    /* Rand + schaduw uitsluitend in open toestand — anders tekent iOS bij
       hoogte 0 tóch een vaag zwevend bandje/lijntje over de pagina. */
    padding: .6rem 0 1rem; overflow-y: auto;
    border-top: 1px solid var(--border);
    margin-top: .55rem; max-height: 40rem;
  }
  .nav-list a:not(.btn) { padding: .7em .5em; }
  .nav-cta { margin: .5rem 0 0; }
  .nav-cta .btn { width: 100%; }
  .hero-inner { grid-template-columns: 1fr; }
  .tarieven { grid-template-columns: 1fr; }
  .cta-band { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .rate-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cookie-bar { flex-direction: column; align-items: stretch; text-align: left; }
  .cookie-actions { justify-content: space-between; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* Banner + onderhoud (instelbaar via CMS) */
.site-banner { text-align: center; padding: .6em 1rem; font-weight: 600; font-size: .92rem; border-bottom: 1px solid var(--border); background: var(--accent-soft); color: var(--accent-fg); }
.site-banner.banner-warning { background: var(--warn-soft); color: var(--warn); }
.site-banner.banner-success { background: rgba(30,160,90,.14); color: #12885a; }
.maint-wrap { min-height: 100vh; min-height: 100dvh; display: flex; align-items: center; justify-content: center; padding: 2rem 1rem; }
.maint-card { max-width: 480px; text-align: center; padding: 2.6rem 2rem; }
.maint-card .brand-word { letter-spacing: .16em; }
.maint-icon { font-size: 2.4rem; color: var(--accent-fg); display: block; margin: 1.1rem 0 .4rem; }

/* Logo (schakelt met light/dark) */
.brand-logo { height: var(--logo-height, 30px); width: auto; max-width: 100%; flex-shrink: 0; display: none; }
.brand-logo.lm { display: inline-block; }
[data-theme="dark"] .brand-logo.lm { display: none; }
[data-theme="dark"] .brand-logo.dm { display: inline-block; }
@media (prefers-color-scheme: dark) {
  [data-theme="auto"] .brand-logo.lm { display: none; }
  [data-theme="auto"] .brand-logo.dm { display: inline-block; }
}
.footer-brand .brand-logo { height: var(--logo-height, 30px); }

.theme-toggle, .nav-toggle, .portal-btn, .nav-cta .btn { flex-shrink: 0; }
.site-header > .container { max-width: 1320px; }

/* Contactpagina */
.contact-grid { display: grid; grid-template-columns: 1fr 1.35fr; gap: 1.4rem; align-items: start; }
.contact-info, .contact-form-wrap { padding: 1.8rem; }
.contact-info h2, .contact-form-wrap h2 { font-size: 1.2rem; }
.contact-list { list-style: none; margin: 0 0 1.2rem; padding: 0; }
.contact-list li { padding: .6em 0; border-bottom: 1px solid var(--border); display: flex; flex-direction: column; gap: .1em; }
.contact-list li:last-child { border-bottom: 0; }
.contact-list .lbl { font-weight: 700; font-size: .82rem; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); }
.contact-list a { color: var(--accent-text); }
.ci-h { font-size: 1.02rem; margin: 1rem 0 .5rem; }
.contact-hours { list-style: none; margin: 0; padding: 0; }
.contact-hours li { display: flex; justify-content: space-between; gap: 1rem; padding: .3em 0; color: var(--muted); font-size: .92rem; }
.contact-form { display: flex; flex-direction: column; gap: .9rem; }
.contact-form label { font-weight: 600; font-size: .92rem; }
.contact-form .field { width: 100%; margin-top: .4em; padding: .72em .9em; border-radius: var(--radius-sm); border: 1px solid var(--border-strong); background: var(--surface-2); color: var(--text); font: inherit; }
.contact-form .field:focus-visible { outline: 2px solid var(--accent); outline-offset: 1px; }
.contact-form .hint { color: var(--muted); font-weight: 500; }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.field-error { color: var(--warn); font-size: .88rem; margin: .1em 0 0; }
.alert-ok { display: flex; align-items: center; gap: .5em; background: rgba(30,160,90,.14); color: #12885a; padding: .8em 1em; border-radius: var(--radius-sm); margin-bottom: 1rem; font-weight: 600; }
.alert-form { background: var(--warn-soft); color: var(--warn); padding: .8em 1em; border-radius: var(--radius-sm); margin-bottom: 1rem; }
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; } }

/* ---- Nieuws (publiek) ---- */
.page-head { margin-bottom: clamp(1.6rem, 4vw, 2.6rem); }
.back-link { display: inline-flex; align-items: center; gap: .4em; color: var(--accent-fg); font-weight: 600; text-decoration: none; margin-bottom: .8rem; }
.back-link:hover { text-decoration: none; opacity: .8; }
.preview-bar { display: flex; align-items: center; justify-content: center; gap: .5em; background: var(--accent-strong); color: var(--on-accent); padding: .65em 1em; font-weight: 600; }

/* Gelijk-hoge kaarten: alle rijen even hoog, 'Lees verder' altijd onderaan uitgelijnd */
.news-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.4rem; grid-auto-rows: 1fr; }
.news-card { display: flex; flex-direction: column; height: 100%; padding: 0; overflow: hidden; }
.news-cover { display: block; }
.news-cover img { width: 100%; height: 190px; object-fit: cover; display: block; }
.news-card-body { flex: 1; min-height: 0; padding: 1.2rem 1.3rem 1.35rem; display: flex; flex-direction: column; gap: .4rem; }
.news-card-body h2 { font-size: 1.16rem; margin: .1rem 0; }
.news-card-body h2 a { color: inherit; text-decoration: none; }
.news-card-body h2 a:hover { color: var(--accent-fg); }
/* Teaser toont een op woordgrens afgekapte zin; overtollige tekst valt weg binnen de kaart */
.news-card-body .teaser { overflow: hidden; }
.read-more { margin-top: auto; padding-top: .7rem; color: var(--accent-fg); font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: .35em; }
.read-more:hover { gap: .55em; }

.article h1 { margin: .4rem 0 .3rem; }
.article-cover { width: 100%; max-height: 420px; object-fit: cover; border-radius: var(--radius); margin: 1.2rem 0; }
.prose { line-height: 1.75; font-size: 1.05rem; }
.prose h2 { margin: 1.7rem 0 .6rem; font-size: 1.5rem; }
.prose h3 { margin: 1.35rem 0 .5rem; font-size: 1.25rem; }
.prose p { margin: 0 0 1rem; }
.prose ul, .prose ol { margin: 0 0 1rem 1.3rem; }
.prose li { margin: .3rem 0; }
.prose a { color: var(--accent-fg); text-decoration: underline; }
.prose img { max-width: 100%; height: auto; border-radius: var(--radius-sm); }
.prose blockquote { border-left: 3px solid var(--accent); margin: 1.2rem 0; padding: .3rem 0 .3rem 1rem; color: var(--muted); }
.prose code { background: var(--surface-2); padding: .12em .4em; border-radius: 6px; font-size: .92em; }
.prose pre { background: var(--surface-2); padding: 1rem; border-radius: var(--radius-sm); overflow-x: auto; margin: 0 0 1rem; }
.prose pre code { background: none; padding: 0; }
.prose .tbl-wrap { margin: 1.5rem 0; border: 1px solid var(--border); border-radius: var(--radius); overflow-x: auto; background: var(--surface-2); box-shadow: var(--shadow-sm); }
.prose table { border-collapse: collapse; width: 100%; margin: 0; font-size: .97rem; }
.prose thead th { background: color-mix(in srgb, var(--accent) 9%, var(--surface-2)); font-weight: 800; color: var(--text); letter-spacing: .01em; border-bottom: 1px solid var(--border-strong); }
.prose th, .prose td { padding: .8em 1.1em; text-align: left; border-bottom: 1px solid var(--border); border-right: 1px solid color-mix(in srgb, var(--border) 55%, transparent); }
.prose th:last-child, .prose td:last-child { border-right: 0; }
.prose tbody tr:last-child td { border-bottom: 0; }
.prose tbody tr:hover td { background: color-mix(in srgb, var(--accent) 5%, transparent); }
.prose td:first-child, .prose th:first-child { padding-left: 1.25rem; }
/* Tags: badges + filterbalk */
.tagbadge { display: inline-flex; align-items: center; gap: .4em; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: .32em .72em; border-radius: var(--pill); text-decoration: none; --tagc: var(--accent-fg); background: var(--surface-2); background: color-mix(in srgb, var(--tagc) 15%, transparent); color: var(--tagc); border: 1px solid color-mix(in srgb, var(--tagc) 32%, transparent); }
a.tagbadge:hover { text-decoration: none; background: color-mix(in srgb, var(--tagc) 24%, transparent); }
.tag--teal { --tagc: var(--accent-fg); }
.tag--blue { --tagc: #3b82f6; }
.tag--green { --tagc: #22c55e; }
.tag--amber { --tagc: #d59a2b; }
.tag--red { --tagc: #ef4444; }
.tag--purple { --tagc: #a855f7; }
.tag--pink { --tagc: #ec4899; }
.tag--slate { --tagc: #8595a8; }

.tagbar { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.7rem; }
.tagchip { display: inline-flex; align-items: center; gap: .5em; padding: .5em 1em; border-radius: var(--pill); border: 1px solid var(--border-strong); background: var(--surface-2); color: var(--text); text-decoration: none; font-weight: 600; font-size: .92rem; }
.tagchip:hover { border-color: var(--accent); text-decoration: none; }
.tagchip.active { background: var(--accent-soft); color: var(--accent-fg); border-color: var(--accent); }
.tagchip-count { color: var(--muted); font-weight: 700; font-size: .82em; }
.tagchip.active .tagchip-count { color: var(--accent-fg); }

.news-meta { display: flex; align-items: center; gap: .7rem; flex-wrap: wrap; }
.news-meta time { margin-left: auto; white-space: nowrap; padding-left: .5rem; }
.article-meta { display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; margin: .3rem 0 0; }

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

/* ---- Webshop (publiek) ---- */
.shop-toolbar { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-bottom: 1.2rem; }
.shop-search { position: relative; flex: 1 1 260px; display: flex; align-items: center; }
.shop-search .bi { position: absolute; left: .9em; color: var(--muted); pointer-events: none; }
.shop-search input { width: 100%; padding: .7em 1em .7em 2.4em; border-radius: var(--pill); border: 1px solid var(--border-strong); background: var(--surface-2); color: var(--text); font: inherit; }
.shop-sort { display: inline-flex; align-items: center; gap: .5em; color: var(--muted); font-size: .92rem; }
.shop-sort .field { padding: .5em 2.2em .5em .8em; border-radius: var(--pill); border: 1px solid var(--border-strong); background: var(--surface-2); color: var(--text); font: inherit;
  appearance: none; -webkit-appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='none' stroke='%236b7680' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' d='M4 6l4 4 4-4'/></svg>");
  background-repeat: no-repeat; background-position: right .8em center; }

.shop-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.4rem; grid-auto-rows: 1fr; }
.shop-card { display: flex; flex-direction: column; height: 100%; padding: 0; overflow: hidden; }
.shop-cover { position: relative; display: block; aspect-ratio: 4 / 3; background: var(--surface-2); }
.shop-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.shop-cover-empty { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; color: var(--muted); font-size: 2rem; }
.shop-card-body { flex: 1; display: flex; flex-direction: column; gap: .45rem; padding: 1rem 1.15rem 1.15rem; }
.shop-meta { display: flex; align-items: center; gap: .5rem; min-height: 1.5em; }
.shop-cat-label { line-height: 1.3; }
.shop-card-body h2 { font-size: 1.08rem; margin: .1rem 0 .15rem; line-height: 1.25; }
.shop-card-body h2 a { color: inherit; text-decoration: none; }
.shop-card-body h2 a:hover { color: var(--accent-fg); }
.shop-card-foot { display: flex; align-items: center; justify-content: space-between; gap: .6rem; margin-top: auto; padding-top: .85rem; }
.shop-card-foot .read-more { margin-top: 0; padding-top: 0; }
.shop-ref { color: var(--muted); font-size: .8rem; white-space: nowrap; }

.ribbon { position: absolute; top: .7rem; left: .7rem; background: var(--accent-strong); color: var(--on-accent); font-weight: 800; font-size: .8rem; padding: .25em .6em; border-radius: var(--pill); }
.status-flag { position: absolute; top: .7rem; right: .7rem; font-weight: 700; font-size: .78rem; padding: .28em .7em; border-radius: var(--pill); backdrop-filter: blur(4px); }
.flag-reserved { background: rgba(213,154,43,.9); color: #1a1204; }
.flag-sold { background: rgba(0,0,0,.62); color: #fff; }

.price-block { display: flex; flex-wrap: wrap; align-items: baseline; gap: .5em; margin-top: .1rem; }
.price-now { font-size: 1.2rem; font-weight: 800; color: var(--text); }
.price-old { color: var(--muted); text-decoration: line-through; font-weight: 600; }
.price-excl { flex-basis: 100%; color: var(--muted); font-size: .82rem; }
.price-block-lg .price-now { font-size: 1.8rem; }

/* Productpagina */
.product-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(1.4rem, 4vw, 3rem); align-items: start; margin-top: .6rem; }
.product-media { min-width: 0; }
.gallery-main { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--surface-2); aspect-ratio: 4 / 3; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-empty { display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 2.6rem; }
.gallery-thumbs { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .6rem; }
.gallery-thumb { width: 66px; height: 54px; padding: 0; border-radius: var(--radius-sm); overflow: hidden; border: 2px solid transparent; background: none; cursor: pointer; }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-thumb.active { border-color: var(--accent); }
.product-info > h1 { margin: .5rem 0 .3rem; }
.product-facts { list-style: none; padding: 0; margin: 1.1rem 0; display: flex; flex-direction: column; gap: .5rem; }
.product-facts li { display: flex; align-items: center; gap: .6em; color: var(--text); }
.product-facts .bi { color: var(--accent-fg); }
.reserve { margin-top: 1.2rem; }
.reserve > summary { display: inline-flex; list-style: none; cursor: pointer; }
.reserve > summary::-webkit-details-marker { display: none; }
.reserve-form { margin-top: 1rem; max-width: 460px; }
.product-description { margin-top: clamp(1.6rem, 4vw, 2.6rem); max-width: 760px; }
@media (max-width: 780px) { .product-layout { grid-template-columns: 1fr; } }
@media (max-width: 820px) { .shop-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); } }

/* Conditie-grades */
.cond-badge { display: inline-flex; align-items: center; justify-content: center; min-width: 1.7em; padding: .12em .5em; border-radius: var(--pill); font-weight: 800; font-size: .76rem; --c: #0d9488; background: color-mix(in srgb, var(--c) 18%, transparent); color: var(--c); border: 1px solid color-mix(in srgb, var(--c) 34%, transparent); }
.cond-a_plus { --c: #22c55e; }
.cond-a { --c: #0d9488; }
.cond-b { --c: #d59a2b; }
.cond-c { --c: #8595a8; }
.condition-box { display: flex; align-items: flex-start; gap: .75rem; margin: .5rem 0 .2rem; padding: .75rem .9rem; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--surface-2); }
.condition-box .cond-badge { font-size: 1rem; padding: .25em .6em; }
.condition-box p { margin: .2rem 0 0; }

.art-nr { margin: -.15rem 0 .5rem; letter-spacing: .02em; }

.warranty-expired { color: var(--warn); font-weight: 600; }
