/* ─────────────────────────────────────────────────────────────
   SIBEGO – gedeeld stylesheet (alle pagina's)
   Brandboek: teal #188188 · donkergroen #134045 · geelgroen #D9E089
              neutraal #EEEDED · footer #0c2b2f
   Thema-tokens: licht is de standaard; donkere secties zetten de
   tokens om, zodat elk component (kaart, FAQ, formulier…) in beide
   thema's werkt.
   ───────────────────────────────────────────────────────────── */

:root {
  --off: #EEEDED;
  --teal: #188188;
  --teal-2: #1f9aa2;
  --deep: #134045;
  --accent: #D9E089;
  --ink: #0c2b2f;
  --white: #fff;

  /* thema-tokens (licht) */
  --bg: var(--off);
  --surface: #fff;
  --head: var(--deep);
  --text: #3a3f44;
  --muted: #59636e;
  --line: rgba(19, 64, 69, .12);
  --link: #0f6a70;
  --chip: rgba(24, 129, 136, .09);

  --r-sm: 8px; --r-md: 14px; --r-lg: 20px; --r-xl: 28px;
  --shadow: 0 4px 24px rgba(19, 64, 69, .08);
  --shadow-lg: 0 18px 50px rgba(19, 64, 69, .16);
  --max: 1180px;
  --nav-h: 72px;
}

/* donkere thema-scope */
.section--dark, .section--deep, .section--teal, .page-hero, .hero, .cta-band, .metrics, .theme-dark {
  --surface: rgba(255, 255, 255, .05);
  --head: #fff;
  --text: rgba(255, 255, 255, .78);
  --muted: rgba(255, 255, 255, .64);
  --line: rgba(255, 255, 255, .13);
  --link: var(--accent);
  --chip: rgba(255, 255, 255, .08);
}
.section--white { --surface: var(--off); background: #fff; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--nav-h) + 16px); }
body { font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif; background: var(--bg); color: var(--text); overflow-x: hidden; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, svg { max-width: 100%; }
img { display: block; height: auto; }
a { color: inherit; text-decoration: none; }
address { font-style: normal; }
ul, ol { list-style: none; }
button { font-family: inherit; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 4px; }
.section--white :focus-visible, .section:not(.section--dark):not(.section--deep):not(.section--teal) :focus-visible { outline-color: var(--teal); }
::selection { background: var(--accent); color: var(--ink); }

.skip-link { position: absolute; top: -100px; left: 1rem; background: var(--accent); color: var(--ink); padding: .6rem 1rem; border-radius: var(--r-sm); font-size: .85rem; font-weight: 700; z-index: 9999; transition: top .2s; }
.skip-link:focus { top: 1rem; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ── LETTERTYPE (lokaal gehost: geen verbinding met Google, sneller en GDPR-vriendelijk) ── */
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 300 900; font-display: swap; src: url(fonts/inter-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 300 900; font-display: swap; src: url(fonts/inter-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* ── LAYOUT ── */
.section { padding: 6rem 5%; background: var(--bg); }
.section--dark { background: var(--ink); }
.section--deep { background: var(--deep); }
.section--teal { background: var(--teal); }
.wrap { max-width: var(--max); margin: 0 auto; }
.wrap--narrow { max-width: 820px; }
.section-head { max-width: 680px; margin-bottom: 3rem; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.split--top { align-items: start; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.stack > * + * { margin-top: 1rem; }
.center { text-align: center; }
.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }

/* ── TYPOGRAFIE ── */
.tag { display: inline-block; font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--link); margin-bottom: .9rem; }
.tag--accent { color: var(--accent); }
.h1 { font-size: clamp(2.3rem, 5.2vw, 4rem); font-weight: 900; line-height: 1.05; letter-spacing: -.035em; color: var(--head); }
.h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); font-weight: 800; line-height: 1.12; letter-spacing: -.028em; color: var(--head); }
.h3 { font-size: 1.15rem; font-weight: 700; line-height: 1.3; color: var(--head); }
.lead { font-size: 1.1rem; font-weight: 300; line-height: 1.8; color: var(--muted); }
.body-text { font-size: .95rem; font-weight: 400; line-height: 1.8; color: var(--muted); }
.body-text p + p { margin-top: 1rem; }
.h2 + .lead, .h2 + .body-text { margin-top: 1rem; }
.accent { color: var(--accent); }

/* ── KNOPPEN ── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; font-weight: 700; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; border: 1.5px solid transparent; cursor: pointer; border-radius: var(--r-sm); padding: .85rem 1.8rem; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s, color .2s; line-height: 1.2; text-align: center; }
.btn-lg { padding: 1.05rem 2.2rem; font-size: .85rem; }
.btn-sm { padding: .6rem 1.3rem; font-size: .74rem; }
.btn-accent { background: var(--accent); color: var(--ink); }
.btn-accent:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(217, 224, 137, .35); }
.btn-teal { background: var(--teal); color: #fff; }
.btn-teal:hover { background: var(--deep); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .3); }
.btn-ghost:hover { border-color: #fff; background: rgba(255, 255, 255, .06); }
.btn-outline-dark { background: transparent; color: var(--deep); border-color: rgba(19, 64, 69, .25); }
.btn-outline-dark:hover { border-color: var(--teal); color: var(--teal); }
.btn[disabled] { opacity: .5; cursor: not-allowed; transform: none !important; box-shadow: none !important; }

/* ── NAVIGATIE ── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 500; display: flex; align-items: center; justify-content: space-between; height: var(--nav-h); padding: 0 5%; }
/* achtergrond in pseudo-element: backdrop-filter op .nav zelf zou het mobiele
   position:fixed-menu binnen de nav-balk insluiten (klassieke bug) */
.nav::before { content: ''; position: absolute; inset: 0; z-index: -1; background: rgba(12, 43, 47, .78); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: background .3s, border-color .3s, box-shadow .3s; }
.nav.scrolled::before { background: rgba(12, 43, 47, .95); border-color: rgba(255, 255, 255, .08); box-shadow: 0 6px 30px rgba(0, 0, 0, .28); }
.nav-brand { display: flex; align-items: center; flex-shrink: 0; }
.logo-img { height: 40px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 1.9rem; }
.nav-links > li > a:not(.nav-cta), .nav-parent { font-size: .84rem; font-weight: 500; color: rgba(255, 255, 255, .78); letter-spacing: .02em; transition: color .2s; padding: .5rem 0; position: relative; }
.nav-links > li > a:not(.nav-cta):hover, .nav-links > li > a[aria-current="page"]:not(.nav-cta) { color: #fff; }
.nav-links > li > a[aria-current="page"]:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--accent); border-radius: 2px; }
.nav-cta { background: var(--accent); color: var(--ink) !important; font-weight: 700; font-size: .78rem !important; letter-spacing: .06em; text-transform: uppercase; padding: .65rem 1.3rem; border-radius: var(--r-sm); transition: transform .2s, box-shadow .2s; }
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(217, 224, 137, .3); }

.nav-dropdown { position: relative; display: flex; align-items: center; gap: .1rem; }
.nav-caret { background: none; border: 0; color: rgba(255, 255, 255, .7); cursor: pointer; padding: .5rem .35rem; display: grid; place-items: center; border-radius: 6px; }
.nav-caret:hover { color: #fff; }
.nav-caret .ic { transition: transform .2s; }
.nav-dropdown.open .nav-caret .ic, .nav-dropdown:hover .nav-caret .ic { transform: rotate(180deg); }
.nav-submenu { position: absolute; top: calc(100% + .7rem); left: 50%; width: 400px; transform: translate(-50%, 8px); background: #0f3438; border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--r-md); padding: .5rem; box-shadow: 0 24px 60px rgba(0, 0, 0, .45);
  opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .18s ease .12s, transform .18s ease .12s, visibility 0s linear .3s; }
/* onzichtbare brug over de spleet tussen link en menu: het menu klapt niet meer dicht onderweg */
.nav-submenu::before { content: ''; position: absolute; left: 0; right: 0; top: -1rem; height: 1rem; }
.nav-dropdown:hover .nav-submenu, .nav-dropdown:focus-within .nav-submenu, .nav-dropdown.open .nav-submenu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); transition-delay: 0s; }
.nav-submenu a { display: flex; gap: .85rem; align-items: flex-start; padding: .7rem .8rem; border-radius: 10px; transition: background .15s; }
.nav-submenu a:hover, .nav-submenu a:focus-visible { background: rgba(255, 255, 255, .06); }
.sub-ic { width: 36px; height: 36px; flex-shrink: 0; border-radius: 9px; background: rgba(24, 129, 136, .25); color: var(--accent); display: grid; place-items: center; }
.sub-tx { display: flex; flex-direction: column; min-width: 0; }
.sub-tx strong { color: #fff; font-size: .86rem; font-weight: 600; }
.sub-tx small { color: rgba(255, 255, 255, .55); font-size: .74rem; font-weight: 300; line-height: 1.4; margin-top: .1rem; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: .6rem; margin-right: -.6rem; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: transform .3s, opacity .3s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── HERO'S ── */
.page-hero { background: var(--ink); padding: calc(var(--nav-h) + 4.5rem) 5% 5rem; position: relative; overflow: hidden; isolation: isolate; }
.page-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background:
  radial-gradient(700px 420px at 90% -10%, rgba(24, 129, 136, .35), transparent 70%),
  linear-gradient(rgba(24, 129, 136, .06) 1px, transparent 1px) 0 0 / 60px 60px,
  linear-gradient(90deg, rgba(24, 129, 136, .06) 1px, transparent 1px) 0 0 / 60px 60px,
  linear-gradient(160deg, var(--ink), var(--deep)); }
.page-hero-inner { max-width: var(--max); margin: 0 auto; position: relative; }
.page-hero h1 { margin-top: .5rem; max-width: 860px; }
.page-hero .lead { max-width: 640px; margin-top: 1.2rem; }
.page-hero--split .page-hero-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 4rem; align-items: center; }

.breadcrumb { margin-bottom: 1.6rem; }
.breadcrumb ol { display: flex; align-items: center; flex-wrap: wrap; gap: .5rem; font-size: .78rem; color: rgba(255, 255, 255, .55); }
.breadcrumb li + li::before { content: '›'; margin-right: .5rem; opacity: .5; }
.breadcrumb a { color: rgba(255, 255, 255, .75); display: inline-block; padding: .5rem 0; margin: -.5rem 0; }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb [aria-current] { color: #fff; }

.hero { min-height: 100svh; background: var(--ink); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 4rem; padding: calc(var(--nav-h) + 4rem) 5% 5rem; position: relative; overflow: hidden; isolation: isolate; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background:
  radial-gradient(800px 600px at 85% 0%, rgba(24, 129, 136, .32), transparent 70%),
  radial-gradient(600px 500px at 0% 100%, rgba(217, 224, 137, .07), transparent 70%),
  linear-gradient(rgba(24, 129, 136, .06) 1px, transparent 1px) 0 0 / 64px 64px,
  linear-gradient(90deg, rgba(24, 129, 136, .06) 1px, transparent 1px) 0 0 / 64px 64px,
  linear-gradient(160deg, var(--ink), #0e3439); }
.hero-content { max-width: 620px; justify-self: end; width: 100%; }
.hero h1 { font-size: clamp(2.8rem, 6.5vw, 5.2rem); margin-bottom: 1.4rem; line-height: 1.02; letter-spacing: -.04em; }
.hero h1 em { color: var(--accent); font-style: normal; display: block; }
.hero-sub { color: var(--muted); font-size: 1.05rem; font-weight: 300; line-height: 1.8; max-width: 500px; margin-bottom: 2.2rem; }
.hero-btns { display: flex; gap: .9rem; flex-wrap: wrap; margin-bottom: 2.6rem; }
.hero-trust { display: flex; gap: 1.6rem; flex-wrap: wrap; }
.trust-item { font-size: .76rem; color: rgba(255, 255, 255, .55); display: flex; align-items: center; gap: .4rem; }
.trust-item::before { content: '✓'; color: var(--accent); font-weight: 800; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; background: rgba(217, 224, 137, .09); border: 1px solid rgba(217, 224, 137, .25); color: var(--accent); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .42rem 1rem; border-radius: 100px; margin-bottom: 1.6rem; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); animation: blink 2s infinite; flex-shrink: 0; }
@keyframes blink { 0%, 100% { opacity: 1 } 50% { opacity: .25 } }

/* dashboard-visual (home) */
.hero-visual { position: relative; max-width: 520px; width: 100%; }
.dashboard { background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .11); border-radius: var(--r-xl); padding: 1.8rem; backdrop-filter: blur(4px); }
.dash-bar { display: flex; align-items: center; gap: .5rem; margin-bottom: 1.5rem; }
.dash-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255, 255, 255, .16); }
.dash-dot:first-child { background: var(--accent); }
.dash-title { font-size: .66rem; font-weight: 600; color: rgba(255, 255, 255, .45); letter-spacing: .1em; text-transform: uppercase; margin-left: auto; }
.dash-stats { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin-bottom: 1rem; }
.dash-stat { background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .08); border-radius: var(--r-md); padding: 1.1rem 1.2rem; }
.dash-num { font-size: 1.9rem; font-weight: 900; color: #fff; line-height: 1; letter-spacing: -.02em; }
.dash-num small { font-size: 1rem; font-weight: 800; }
.dash-stat--accent .dash-num { color: var(--accent); }
.dash-stat--teal .dash-num { color: #4fc3ca; }
.dash-label { font-size: .64rem; color: rgba(255, 255, 255, .5); letter-spacing: .08em; text-transform: uppercase; margin-top: .35rem; }
.dash-list { display: flex; flex-direction: column; gap: .5rem; }
.dash-item { display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: rgba(255, 255, 255, .03); border-radius: var(--r-sm); padding: .65rem 1rem; }
.dash-item-name { font-size: .78rem; color: rgba(255, 255, 255, .72); display: flex; align-items: center; gap: .6rem; }
.dash-item-name .ic { color: #4fc3ca; }
.pill { font-size: .6rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .22rem .6rem; border-radius: 100px; background: rgba(24, 129, 136, .28); color: #6fd3d9; white-space: nowrap; }
.pill--acc { background: rgba(217, 224, 137, .14); color: var(--accent); }
.float-card { position: absolute; background: rgba(15, 52, 56, .85); border: 1px solid rgba(255, 255, 255, .14); backdrop-filter: blur(14px); border-radius: var(--r-md); padding: .85rem 1.15rem; animation: float 5s ease-in-out infinite; }
.float-card--1 { bottom: -18px; right: -20px; }
.float-card--2 { top: -14px; left: -18px; animation-delay: -1.8s; }
@keyframes float { 0%, 100% { transform: translateY(0) } 50% { transform: translateY(-9px) } }
.float-label { font-size: .6rem; color: rgba(255, 255, 255, .5); letter-spacing: .08em; text-transform: uppercase; }
.float-val { font-size: .95rem; font-weight: 700; color: #fff; margin-top: .15rem; }

/* terminal-visual (referenties, knipoog naar IT) */
.terminal { background: #071c1f; border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--r-lg); box-shadow: 0 30px 70px rgba(0, 0, 0, .4); overflow: hidden; font-family: ui-monospace, 'SFMono-Regular', Consolas, 'Liberation Mono', monospace; }
.term-bar { display: flex; align-items: center; gap: .45rem; padding: .8rem 1rem; background: rgba(255, 255, 255, .05); border-bottom: 1px solid rgba(255, 255, 255, .07); }
.term-bar i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255, 255, 255, .18); }
.term-bar i:first-child { background: var(--accent); }
.term-bar span { margin-left: .5rem; font-size: .7rem; color: rgba(255, 255, 255, .45); }
.term-body { padding: 1.3rem 1.4rem 1.5rem; font-size: .8rem; line-height: 2; color: rgba(255, 255, 255, .72); }
.term-body .p { color: #4fc3ca; }
.term-body .ok { color: var(--accent); }
.term-body .dim { color: rgba(255, 255, 255, .38); }
.term-row { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px dashed rgba(255, 255, 255, .08); }
.term-row:last-of-type { border-bottom: 0; }
.cursor { display: inline-block; width: .55em; height: 1em; background: var(--accent); vertical-align: -.15em; animation: blink 1.1s steps(2) infinite; }

/* ── MARQUEE ── */
.marquee { background: #0a2327; border-block: 1px solid rgba(255, 255, 255, .07); padding: 2rem 0; overflow: hidden; --text: rgba(255,255,255,.7); }
.marquee-label { font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .45); text-align: center; margin-bottom: 1.2rem; padding: 0 5%; }
.marquee-track { display: flex; gap: 1.2rem; width: max-content; animation: marquee 38s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0) } to { transform: translateX(-50%) } }
.marquee-item { display: inline-flex; align-items: center; gap: .6rem; height: 44px; padding: 0 1.4rem; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .09); border-radius: 100px; white-space: nowrap; font-size: .8rem; font-weight: 600; letter-spacing: .04em; color: rgba(255, 255, 255, .78); }
.marquee-item::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); opacity: .8; }

/* ── METRICS ── */
.metrics { background: linear-gradient(90deg, var(--teal), #0f6e75); }
.metrics-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.metric { text-align: center; padding: 2.6rem 1rem; border-right: 1px solid rgba(255, 255, 255, .15); }
.metric:last-child { border-right: 0; }
.metric-num { font-size: clamp(2rem, 4vw, 2.7rem); font-weight: 900; color: #fff; line-height: 1; letter-spacing: -.03em; }
.metric-label { font-size: .68rem; color: rgba(255, 255, 255, .8); letter-spacing: .1em; text-transform: uppercase; margin-top: .55rem; }

/* ── KAARTEN ── */
.card { background: var(--surface); border-radius: var(--r-lg); border: 1px solid var(--line); overflow: hidden; transition: transform .3s, box-shadow .3s, border-color .3s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.section--dark .card:hover, .section--deep .card:hover { border-color: rgba(24, 129, 136, .5); box-shadow: 0 18px 50px rgba(0, 0, 0, .35); }
.card--service { padding: 2rem; position: relative; display: flex; flex-direction: column; }
.card--service::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--teal), var(--accent)); transform: scaleX(0); transform-origin: left; transition: transform .35s; }
.card--service:hover::before { transform: scaleX(1); }
.service-icon { width: 50px; height: 50px; border-radius: 12px; background: var(--chip); color: var(--link); display: grid; place-items: center; margin-bottom: 1.2rem; }
.section--dark .service-icon, .section--deep .service-icon { color: var(--accent); background: rgba(24, 129, 136, .22); }
.card-title { font-size: 1.1rem; font-weight: 700; color: var(--head); margin-bottom: .6rem; letter-spacing: -.01em; }
.card-title a::after { content: ''; position: absolute; inset: 0; }   /* hele kaart klikbaar */
.card-text { font-size: .9rem; font-weight: 300; color: var(--muted); line-height: 1.75; flex: 1; }
.card-link { display: inline-flex; gap: .4rem; margin-top: 1.2rem; font-size: .8rem; font-weight: 700; color: var(--link); letter-spacing: .02em; position: relative; z-index: 1; }
.card:hover .card-link { gap: .7rem; }

.pad { padding: 2rem; }
.feature-list { display: flex; flex-direction: column; gap: .9rem; }
.feature-item { display: flex; gap: 1rem; align-items: flex-start; background: var(--surface); border-radius: var(--r-md); padding: 1.15rem 1.35rem; border: 1px solid var(--line); border-left: 3px solid var(--teal); transition: transform .2s, border-left-color .2s; }
.feature-item:hover { transform: translateX(4px); border-left-color: var(--accent); }
.feature-check { flex-shrink: 0; width: 26px; height: 26px; border-radius: 7px; background: var(--teal); color: #fff; display: grid; place-items: center; }
.feature-title { font-size: .92rem; font-weight: 700; color: var(--head); margin-bottom: .2rem; }
.feature-desc { font-size: .85rem; font-weight: 300; color: var(--muted); line-height: 1.6; }

.chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.chip { background: var(--chip); border: 1px solid var(--line); color: var(--text); font-size: .74rem; font-weight: 600; padding: .38rem .95rem; border-radius: 100px; transition: background .2s, color .2s, border-color .2s; }
.chip:hover { background: var(--teal); border-color: var(--teal); color: #fff; }

/* over ons */
.panel { background: var(--deep); border-radius: var(--r-xl); padding: 2.6rem; --text: rgba(255,255,255,.78); --head:#fff; --muted: rgba(255,255,255,.7); --line: rgba(255,255,255,.12); }
.panel p { color: rgba(255, 255, 255, .78); font-size: .95rem; font-weight: 300; line-height: 1.8; margin-bottom: .9rem; }
.panel strong { color: var(--accent); font-weight: 600; }
.badge-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin-top: 1.8rem; }
.badge { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--r-md); padding: 1rem 1.2rem; }
.badge-num { font-size: 1.5rem; font-weight: 900; color: var(--accent); line-height: 1; }
.badge-label { font-size: .7rem; color: rgba(255, 255, 255, .6); margin-top: .3rem; letter-spacing: .05em; }
.team-card { text-align: center; padding-bottom: 1.6rem; }
.team-photo { height: 170px; background: linear-gradient(135deg, var(--teal), var(--deep)); display: grid; place-items: center; color: rgba(255, 255, 255, .85); }
.team-name { font-size: 1rem; font-weight: 700; color: var(--head); margin: 1.1rem 1rem .25rem; }
.team-role { font-size: .8rem; color: var(--link); font-weight: 600; margin: 0 1rem; }
.team-bio { font-size: .84rem; color: var(--muted); font-weight: 300; line-height: 1.65; margin: .8rem 1.3rem 0; }

/* proces */
.process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; position: relative; counter-reset: step; }
.process::before { content: ''; position: absolute; top: 37px; left: 16.6%; right: 16.6%; height: 2px; background: linear-gradient(90deg, var(--teal), var(--accent)); opacity: .6; }
.step { position: relative; text-align: center; padding: 0 1rem; }
.step-ic { width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 1.4rem; background: var(--teal); color: #fff; position: relative; box-shadow: 0 0 0 6px var(--bg); }
.section--dark .step-ic, .section--deep .step-ic { box-shadow: 0 0 0 6px var(--ink); }
.section--deep .step-ic { box-shadow: 0 0 0 6px var(--deep); }
.step:nth-child(2) .step-ic { background: var(--deep); border: 2px solid var(--teal); }
.step:nth-child(3) .step-ic { background: var(--accent); color: var(--ink); }
.step-title { font-size: .86rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--head); margin-bottom: .6rem; }
.step-desc { font-size: .88rem; font-weight: 300; color: var(--muted); line-height: 1.7; }

/* waarden */
.value-list { display: flex; flex-direction: column; gap: 1.1rem; }
.value-item { display: flex; gap: 1.2rem; align-items: flex-start; padding: 1.3rem; border: 1px solid var(--line); border-radius: var(--r-md); transition: border-color .3s, background .3s; }
.value-item:hover { border-color: rgba(24, 129, 136, .5); background: rgba(24, 129, 136, .06); }
.value-num { flex-shrink: 0; width: 38px; height: 38px; border-radius: 10px; background: rgba(217, 224, 137, .12); border: 1px solid rgba(217, 224, 137, .28); color: var(--accent); font-size: .76rem; font-weight: 800; display: grid; place-items: center; }
.value-title { font-size: .84rem; font-weight: 700; color: var(--head); text-transform: uppercase; letter-spacing: .08em; margin-bottom: .4rem; }
.value-desc { font-size: .88rem; font-weight: 300; color: var(--muted); line-height: 1.7; }
.quote { background: rgba(217, 224, 137, .05); border: 1px solid rgba(217, 224, 137, .16); border-radius: var(--r-xl); padding: 2.6rem; }
.quote-mark { font-size: 5.5rem; line-height: .7; color: var(--accent); opacity: .18; font-family: Georgia, serif; display: block; margin-bottom: .4rem; }
.quote blockquote { font-size: 1.08rem; font-style: italic; font-weight: 300; color: rgba(255, 255, 255, .88); line-height: 1.8; margin-bottom: 1.8rem; }
.quote-author { display: flex; align-items: center; gap: .9rem; }
.avatar { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--accent)); display: grid; place-items: center; font-weight: 800; color: var(--ink); font-size: .85rem; flex-shrink: 0; }
.quote-name { font-size: .85rem; font-weight: 600; color: #fff; }
.quote-role { font-size: .74rem; color: rgba(255, 255, 255, .55); }

/* CTA-band */
.cta-band { background: linear-gradient(135deg, var(--teal), #0c5a60); padding: 4.5rem 5%; }
.cta-band-inner { max-width: var(--max); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cta-band h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); font-weight: 800; color: #fff; max-width: 620px; line-height: 1.18; letter-spacing: -.02em; }
.cta-band h2 span { color: var(--accent); }

/* ── ANTWOORDBLOK (GEO: directe samenvatting bovenaan) ── */
.answer-box { background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--teal); border-radius: 0 var(--r-md) var(--r-md) 0; padding: 1.4rem 1.6rem; margin-bottom: 2rem; }
.answer-box .tag { margin-bottom: .5rem; }
.answer-box p { font-size: 1rem; font-weight: 400; color: var(--text); line-height: 1.75; }
.callout { background: rgba(24, 129, 136, .08); border-left: 4px solid var(--teal); border-radius: 0 var(--r-sm) var(--r-sm) 0; padding: 1.2rem 1.5rem; margin: 1.6rem 0; }
.callout p { margin: 0 !important; }
.callout--warn { background: rgba(217, 224, 137, .28); border-left-color: #8a9a1a; }

/* ── DIENST-DETAIL ── */
.detail { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 4rem; align-items: start; max-width: var(--max); margin: 0 auto; }
.prose h2 { font-size: clamp(1.4rem, 2.4vw, 1.75rem); font-weight: 800; color: var(--head); letter-spacing: -.02em; line-height: 1.2; margin: 2.6rem 0 1rem; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 1.12rem; font-weight: 700; color: var(--head); margin: 1.8rem 0 .6rem; }
.prose p { font-size: 1rem; font-weight: 400; color: var(--text); line-height: 1.85; margin-bottom: 1.1rem; }
.prose ul, .prose ol { margin: 1rem 0 1.4rem; padding-left: 0; }
.prose ul li { position: relative; padding-left: 1.7rem; margin-bottom: .6rem; font-size: 1rem; line-height: 1.7; color: var(--text); }
.prose ul li::before { content: ''; position: absolute; left: 0; top: .62em; width: 14px; height: 8px; border-left: 2.5px solid var(--teal); border-bottom: 2.5px solid var(--teal); transform: rotate(-45deg) translateY(-3px); }
.prose ol { counter-reset: li; }
.prose ol li { position: relative; padding-left: 2.4rem; margin-bottom: .8rem; font-size: 1rem; line-height: 1.7; counter-increment: li; }
.prose ol li::before { content: counter(li); position: absolute; left: 0; top: .1em; width: 1.7rem; height: 1.7rem; border-radius: 50%; background: var(--teal); color: #fff; font-size: .78rem; font-weight: 700; display: grid; place-items: center; }
.prose strong { font-weight: 700; color: var(--head); }
.prose a { color: var(--link); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.prose a:hover { text-decoration-thickness: 2px; }
.aside { position: sticky; top: calc(var(--nav-h) + 1.5rem); display: flex; flex-direction: column; gap: 1.2rem; }
.aside-cta { background: var(--deep); border-radius: var(--r-lg); padding: 2rem; color: rgba(255, 255, 255, .78); }
.aside-cta h3 { color: #fff; font-size: 1.15rem; font-weight: 700; margin-bottom: .8rem; }
.aside-cta p { font-size: .88rem; font-weight: 300; line-height: 1.7; margin-bottom: 1.4rem; }
.aside-box { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.5rem; }
.aside-box .aside-title { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: .8rem; }
.aside-box li { border-bottom: 1px solid var(--line); }
.aside-box li:last-child { border-bottom: 0; }
.aside-box li a { display: flex; align-items: center; justify-content: space-between; gap: .6rem; padding: .7rem 0; font-size: .86rem; color: var(--deep); transition: color .2s; }
.aside-box li a:hover, .aside-box li a[aria-current="page"] { color: var(--teal); }
.aside-box li a[aria-current="page"] { font-weight: 700; }
.aside-box ol { padding-left: 1.2rem; list-style: decimal; }
.aside-box ol li { border: 0; font-size: .86rem; padding: .25rem 0; color: var(--deep); }
.aside-box ol li a { display: inline; padding: 0; color: var(--link); }
.aside-box ol li a:hover { text-decoration: underline; }
.svc-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 1.6rem 0 2rem; counter-reset: s; }
.svc-step { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); padding: 1.3rem; }
.svc-step b { display: block; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--link); margin-bottom: .5rem; }
.svc-step h3 { font-size: .98rem !important; margin: 0 0 .4rem !important; }
.svc-step p { font-size: .86rem !important; color: var(--muted) !important; margin: 0 !important; line-height: 1.65 !important; }
.table-wrap { overflow-x: auto; margin: 1.6rem 0 2rem; border: 1px solid var(--line); border-radius: var(--r-md); background: #fff; }
.compare { width: 100%; border-collapse: collapse; font-size: .9rem; min-width: 560px; }
.compare th, .compare td { padding: .95rem 1.1rem; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); line-height: 1.55; color: var(--text); }
.compare th { background: var(--deep); color: #fff; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.compare tr:last-child td { border-bottom: 0; }
.compare td:first-child { font-weight: 700; color: var(--head); white-space: nowrap; }

/* ── BLOG ── */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.blog-card { background: var(--surface); border-radius: var(--r-lg); border: 1px solid var(--line); overflow: hidden; transition: transform .3s, box-shadow .3s, border-color .3s; display: flex; flex-direction: column; position: relative; }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.section--dark .blog-card:hover { border-color: rgba(24, 129, 136, .5); box-shadow: 0 18px 50px rgba(0, 0, 0, .35); }
.blog-thumb { aspect-ratio: 16/9; background: linear-gradient(135deg, var(--teal), var(--deep)); display: grid; place-items: center; color: rgba(255, 255, 255, .9); position: relative; overflow: hidden; }
.blog-thumb::before { content: ''; position: absolute; inset: 0; background: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px) 0 0 / 34px 34px, linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px) 0 0 / 34px 34px; }
.blog-thumb .ic { position: relative; }
.blog-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.blog-cat { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--link); margin-bottom: .6rem; }
.blog-title { font-size: 1.02rem; font-weight: 700; color: var(--head); line-height: 1.35; margin-bottom: .6rem; letter-spacing: -.01em; }
.blog-title a::after { content: ''; position: absolute; inset: 0; }
.blog-excerpt { font-size: .86rem; font-weight: 300; color: var(--muted); line-height: 1.7; flex: 1; }
.blog-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid var(--line); gap: 1rem; }
.blog-date { font-size: .74rem; color: var(--muted); }
.blog-read { font-size: .74rem; font-weight: 700; color: var(--link); }
.post-meta { display: flex; align-items: center; gap: .6rem 1.4rem; margin-top: 1.4rem; flex-wrap: wrap; font-size: .8rem; color: rgba(255, 255, 255, .68); }
.cat-badge { background: rgba(217, 224, 137, .12); color: var(--accent); font-weight: 700; padding: .28rem .8rem; border-radius: 100px; border: 1px solid rgba(217, 224, 137, .28); font-size: .72rem; letter-spacing: .04em; }
.post-author { display: flex; gap: 1rem; align-items: center; margin-top: 3rem; padding: 1.4rem 1.6rem; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); }
.post-author p { margin: 0 !important; font-size: .88rem !important; color: var(--muted) !important; line-height: 1.6 !important; }
.post-author strong { color: var(--head); }
.post-author .avatar { width: 48px; height: 48px; }

/* ── REFERENTIES ── */
.case-feature { display: grid; grid-template-columns: 1.1fr 1fr; background: var(--deep); border-radius: var(--r-xl); overflow: hidden; color: #fff; box-shadow: var(--shadow-lg); --text: rgba(255,255,255,.78); --head: #fff; --muted: rgba(255,255,255,.7); --line: rgba(255,255,255,.14); --link: var(--accent); --chip: rgba(255,255,255,.08); }
.case-visual, .case-bg { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--teal), var(--deep)); }
.case-visual { min-height: 420px; }
.case-visual img, .case-bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; transition: transform .6s; }
.case-art { position: absolute; inset: 0; z-index: 0; background:
  radial-gradient(420px 320px at 80% 15%, rgba(217, 224, 137, .22), transparent 70%),
  radial-gradient(500px 400px at 10% 100%, rgba(24, 129, 136, .55), transparent 70%),
  linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px) 0 0 / 44px 44px,
  linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px) 0 0 / 44px 44px,
  linear-gradient(140deg, #0f6e75, var(--deep) 60%, var(--ink)); }
.case-art b { position: absolute; right: 1.6rem; top: 1rem; font-size: clamp(5rem, 12vw, 9rem); font-weight: 900; letter-spacing: -.06em; color: rgba(255, 255, 255, .1); line-height: 1; }
.case-body { padding: 3.2rem; display: flex; flex-direction: column; justify-content: center; }
.case-kicker { display: flex; align-items: center; gap: .7rem; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); margin-bottom: 1rem; }
.case-kicker span + span::before { content: '·'; margin-right: .7rem; opacity: .6; }
.case-body h3 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; letter-spacing: -.025em; line-height: 1.12; color: #fff; margin-bottom: 1rem; }
.case-body p { font-size: .96rem; font-weight: 300; line-height: 1.8; color: rgba(255, 255, 255, .78); }
.case-body p + p { margin-top: .9rem; }
.case-body .case-label { display: block; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); margin-bottom: .3rem; }
.case-body .chips { margin-top: 1.4rem; }
.case-photos { display: flex; gap: .7rem; flex-wrap: wrap; margin-top: 1rem; }
.case-photos figure { width: 108px; }
.case-photos img { width: 100%; height: 72px; object-fit: cover; border-radius: var(--r-sm); border: 1px solid rgba(255, 255, 255, .14); }
.case-photos figcaption { font-size: .68rem; color: rgba(255, 255, 255, .55); margin-top: .35rem; text-align: center; }
.case-feature + .case-feature { margin-top: 1.6rem; }
.case-feature--reverse { grid-template-columns: 1fr 1.1fr; }
.case-feature--reverse .case-visual { order: 2; }
.case-feature--reverse .case-body { order: 1; }
.case-do { margin: 1.6rem 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.2rem; }
.case-do li { display: flex; align-items: flex-start; gap: .6rem; font-size: .86rem; font-weight: 600; color: #fff; }
.case-do li .ic { color: var(--accent); flex-shrink: 0; margin-top: .15rem; }
.case-do li > span { display: flex; flex-direction: column; gap: .25rem; }
.case-do li small { font-size: .78rem; font-weight: 300; color: rgba(255, 255, 255, .62); line-height: 1.5; }
.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 1.5rem; }
.case-card { position: relative; min-height: 440px; border-radius: var(--r-xl); overflow: hidden; color: #fff; isolation: isolate; display: flex; align-items: flex-end; box-shadow: var(--shadow); transition: transform .35s, box-shadow .35s; }
.case-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.case-card:hover .case-bg img { transform: scale(1.05); }
.case-card .case-bg { position: absolute; inset: 0; z-index: -2; }
.case-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(7, 28, 31, .95) 0%, rgba(7, 28, 31, .72) 42%, rgba(7, 28, 31, .12) 100%); }
.case-card-body { padding: 2rem; width: 100%; }
.case-num { position: absolute; top: 1.4rem; left: 1.6rem; font-size: .72rem; font-weight: 700; letter-spacing: .14em; color: rgba(255, 255, 255, .8); background: rgba(12, 43, 47, .55); backdrop-filter: blur(8px); border: 1px solid rgba(255, 255, 255, .18); padding: .35rem .8rem; border-radius: 100px; z-index: 1; }
.case-card h3 { font-size: 1.5rem; font-weight: 800; letter-spacing: -.02em; color: #fff; margin: .2rem 0 .6rem; }
.case-card h3 a::after { content: ''; position: absolute; inset: 0; }   /* hele kaart klikbaar, naar de referentiepagina */
.case-card p { font-size: .9rem; font-weight: 300; line-height: 1.7; color: rgba(255, 255, 255, .8); }
.case-card .chips { margin-top: 1.1rem; }
.case-card .chip { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .2); color: #fff; font-size: .7rem; padding: .3rem .8rem; }
.case-card .chip:hover { background: var(--accent); color: var(--ink); border-color: var(--accent); }
.case-card--wide { grid-column: 1 / -1; min-height: 380px; }
.case-card--wide .case-card-body { max-width: 640px; }

.numbered { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 4rem; }
.numbered li { display: grid; grid-template-columns: 4.2rem 1fr; gap: 1rem; padding: 1.7rem 0; border-top: 1px solid var(--line); }
.numbered .n { font-size: 2.4rem; font-weight: 900; letter-spacing: -.04em; color: var(--accent); line-height: 1; opacity: .9; }
.numbered h3 { font-size: 1.08rem; font-weight: 700; color: var(--head); margin-bottom: .4rem; }
.numbered p { font-size: .9rem; font-weight: 300; color: var(--muted); line-height: 1.7; }

/* ── FAQ ── */
.faq-list { max-width: 820px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.3rem 0; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span:first-child { font-size: 1.02rem; font-weight: 600; color: var(--head); line-height: 1.4; }
.faq-icon { width: 28px; height: 28px; border-radius: 50%; background: var(--chip); border: 1px solid var(--line); display: grid; place-items: center; flex-shrink: 0; font-size: 1.05rem; color: var(--link); transition: transform .3s, background .3s, color .3s; }
.faq-item[open] .faq-icon { transform: rotate(45deg); background: var(--teal); color: #fff; border-color: var(--teal); }
.faq-a { padding: 0 3rem 1.4rem 0; }
.faq-a p { font-size: .95rem; font-weight: 300; color: var(--muted); line-height: 1.8; }
.faq-a a { color: var(--link); text-decoration: underline; }

/* ── CONTACT + FORMULIER ── */
.contact-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: 5rem; max-width: var(--max); margin: 0 auto; align-items: start; }
.contact-list { margin-top: 2rem; display: flex; flex-direction: column; gap: 1.1rem; }
.contact-row { display: flex; align-items: flex-start; gap: .95rem; }
.contact-icon { width: 42px; height: 42px; border-radius: 11px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .1); display: grid; place-items: center; flex-shrink: 0; color: var(--accent); }
.contact-text { font-size: .92rem; font-weight: 300; color: var(--muted); line-height: 1.65; }
.contact-text strong { display: block; color: #fff; font-weight: 600; }
.contact-text a { color: var(--muted); transition: color .2s; }
.contact-text a:hover { color: var(--accent); text-decoration: underline; }
.next-steps { margin-top: 2.4rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.next-steps h3 { font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); margin-bottom: 1rem; }
.next-steps ol { counter-reset: n; display: flex; flex-direction: column; gap: .8rem; }
.next-steps li { counter-increment: n; display: flex; gap: .9rem; font-size: .9rem; font-weight: 300; color: var(--muted); }
.next-steps li::before { content: counter(n); flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; background: rgba(217, 224, 137, .14); color: var(--accent); font-size: .75rem; font-weight: 700; display: grid; place-items: center; }

.form-box { background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--r-xl); padding: 2.4rem; position: relative; }
.form-box h2 { color: #fff; font-size: 1.3rem; font-weight: 800; margin-bottom: .4rem; }
.form-intro { color: var(--muted); font-size: .88rem; font-weight: 300; margin-bottom: 1.6rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1.15rem; }
.form-label { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: rgba(255, 255, 255, .62); margin-bottom: .5rem; }
.form-label .req { color: var(--accent); }
.form-input { width: 100%; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--r-sm); padding: .85rem 1rem; color: #fff; font-family: inherit; font-size: .95rem; outline: none; transition: border-color .2s, background .2s, box-shadow .2s; }
.form-input::placeholder { color: rgba(255, 255, 255, .35); }
.form-input:hover { border-color: rgba(255, 255, 255, .28); }
.form-input:focus { border-color: var(--accent); background: rgba(255, 255, 255, .09); box-shadow: 0 0 0 3px rgba(217, 224, 137, .18); }
.form-input option { background: var(--deep); color: #fff; }
select.form-input { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23D9E089' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.6rem; }
textarea.form-input { resize: vertical; min-height: 130px; }
.form-input[aria-invalid="true"] { border-color: #ff8a8a; }
.field-error { color: #ffb3b3; font-size: .78rem; margin-top: .4rem; display: none; }
.form-input[aria-invalid="true"] ~ .field-error, .check[aria-invalid="true"] ~ .field-error { display: block; }
.check { display: flex; gap: .8rem; align-items: flex-start; cursor: pointer; font-size: .84rem; color: var(--muted); font-weight: 300; line-height: 1.55; }
.check input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.check-box { width: 22px; height: 22px; flex-shrink: 0; border-radius: 6px; border: 2px solid rgba(255, 255, 255, .35); background: rgba(255, 255, 255, .06); display: grid; place-items: center; transition: all .2s; margin-top: .05rem; }
.check input[aria-invalid="true"] ~ .check-box { border-color: #ff8a8a; }
.check input:focus-visible ~ .check-box { outline: 3px solid var(--accent); outline-offset: 2px; }
.check input:checked ~ .check-box { background: var(--accent); border-color: var(--accent); }
.check input:checked ~ .check-box::after { content: '✓'; font-size: .8rem; color: var(--ink); font-weight: 900; }
.check a { color: #fff; text-decoration: underline; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-submit { width: 100%; margin-top: .6rem; background: var(--accent); color: var(--ink); font-weight: 800; font-size: .84rem; letter-spacing: .08em; text-transform: uppercase; border: 0; border-radius: var(--r-sm); padding: 1.05rem; cursor: pointer; transition: transform .2s, box-shadow .2s, opacity .2s; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; }
.form-submit:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(217, 224, 137, .3); }
.form-submit:disabled { opacity: .55; cursor: progress; }
.form-status { margin-top: 1.1rem; font-size: .9rem; border-radius: var(--r-sm); padding: 0; }
.form-status:not(:empty) { padding: 1rem 1.2rem; }
.form-status--ok { background: rgba(217, 224, 137, .14); border: 1px solid rgba(217, 224, 137, .4); color: var(--accent); }
.form-status--err { background: rgba(255, 138, 138, .12); border: 1px solid rgba(255, 138, 138, .4); color: #ffc9c9; }
.form-status a { text-decoration: underline; color: inherit; }
.form-note { font-size: .74rem; color: rgba(255, 255, 255, .5); margin-top: 1rem; text-align: center; }
.form-box.is-sent form { display: none; }
.form-success { display: none; text-align: center; padding: 2rem 1rem; }
.form-box.is-sent .form-success { display: block; }
.form-success .ic { color: var(--accent); margin: 0 auto 1rem; }
.form-success h2 { margin-bottom: .6rem; }
.form-success p { color: var(--muted); font-size: .95rem; font-weight: 300; }
.legal-note { font-size: .85rem; color: var(--muted); }

/* juridische pagina's */
.legal h2 { font-size: 1.3rem !important; }
.legal-draft { background: rgba(217, 224, 137, .3); border: 1px solid rgba(138, 154, 26, .5); border-radius: var(--r-md); padding: 1rem 1.3rem; font-size: .9rem; color: #4b5210; margin-bottom: 2rem; }

/* 404 */
.notfound { min-height: 70vh; display: grid; place-items: center; text-align: center; padding: calc(var(--nav-h) + 4rem) 5% 4rem; }
.notfound .code { font-size: clamp(5rem, 16vw, 10rem); font-weight: 900; letter-spacing: -.06em; color: var(--accent); line-height: 1; }

/* ── FOOTER ── */
.footer { background: var(--ink); color: rgba(255, 255, 255, .7); }
.footer-inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 3rem; padding: 5rem 5% 3rem; max-width: calc(var(--max) + 10%); margin: 0 auto; }
.footer-tagline { color: rgba(255, 255, 255, .55); font-size: .86rem; font-weight: 300; line-height: 1.7; margin-top: 1.1rem; }
.footer-socials { display: flex; gap: .55rem; margin-top: 1.3rem; }
.footer-social { width: 38px; height: 38px; border-radius: 10px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .1); display: grid; place-items: center; color: rgba(255, 255, 255, .65); transition: all .2s; }
.footer-social:hover { background: var(--teal); color: #fff; border-color: var(--teal); }
.footer-col-title { font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: rgba(255, 255, 255, .45); margin-bottom: 1.2rem; }
.footer-nav { display: flex; flex-direction: column; gap: .65rem; }
.footer-nav a { color: rgba(255, 255, 255, .68); font-size: .86rem; transition: color .2s; }
.footer-nav a:hover { color: var(--accent); }
.footer-address p { color: rgba(255, 255, 255, .68); font-size: .86rem; font-weight: 300; line-height: 1.65; margin-bottom: .6rem; }
.footer-address a:hover { color: var(--accent); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem 5%; border-top: 1px solid rgba(255, 255, 255, .08); flex-wrap: wrap; gap: 1rem; max-width: calc(var(--max) + 10%); margin: 0 auto; }
.footer-copy { color: rgba(255, 255, 255, .5); font-size: .76rem; }
.footer-legal { display: flex; gap: 1.4rem; flex-wrap: wrap; }
.footer-legal a { color: rgba(255, 255, 255, .55); font-size: .76rem; transition: color .2s; }
.footer-legal a:hover { color: var(--accent); }
.footer-cookie-link { background: none; border: 0; padding: 0; font: inherit; color: rgba(255, 255, 255, .55); font-size: .76rem; cursor: pointer; transition: color .2s; }
.footer-cookie-link:hover { color: var(--accent); }

/* ── COOKIEBANNER ── */
.cookie-banner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 999; background: var(--ink); border-top: 1px solid rgba(255, 255, 255, .12); box-shadow: 0 -12px 40px rgba(0, 0, 0, .35); }
.cookie-banner-inner { max-width: var(--max); margin: 0 auto; padding: 1.3rem 5%; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cookie-banner-inner p { color: rgba(255, 255, 255, .78); font-size: .88rem; line-height: 1.6; margin: 0; flex: 1 1 380px; }
.cookie-banner-inner a { color: var(--accent); text-decoration: underline; }
.cookie-banner-btns { display: flex; gap: .8rem; flex-wrap: wrap; flex-shrink: 0; }
.cookie-banner-btns .btn { padding: .75rem 1.4rem; font-size: .76rem; }
@media (max-width: 600px) {
  .cookie-banner-inner { padding: 1.1rem 1.2rem; }
  .cookie-banner-btns { width: 100%; }
  .cookie-banner-btns .btn { flex: 1; }
}

/* ── ANIMATIE ── */
.js .fade-up { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s ease; }
.js .fade-up.in { opacity: 1; transform: none; }
/* hero-inhoud staat direct in de HTML (goed voor LCP/SEO): enkel een CSS-intro, geen wachten op JavaScript */
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.js .page-hero .fade-up, .js .hero .fade-up { opacity: 1; transform: none; animation: rise .7s ease both; }

/* ── RESPONSIVE ── */
@media (max-width: 1080px) {
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .detail { grid-template-columns: minmax(0, 1fr); gap: 3rem; }
  .aside { position: static; }
  .case-feature { grid-template-columns: 1fr; }
  .case-visual { min-height: 300px; }
  .nav-links { gap: 1.3rem; }
}
@media (max-width: 900px) {
  :root { --nav-h: 64px; }
  .hero, .page-hero--split .page-hero-inner { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: calc(var(--nav-h) + 3rem); }
  .hero-content { justify-self: start; }
  .hero-visual { max-width: 100%; }
  .float-card { display: none; }
  .split, .contact-layout { grid-template-columns: 1fr; gap: 3rem; }
  .grid-3, .blog-grid, .grid-4 { grid-template-columns: 1fr 1fr; }
  .metrics-inner { grid-template-columns: 1fr 1fr; }
  .metric { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .15); }
  .metric:nth-last-child(-n+2) { border-bottom: 0; }
  .process { grid-template-columns: 1fr; gap: 2.4rem; }
  .process::before { display: none; }
  .svc-steps { grid-template-columns: 1fr; }
  .numbered { grid-template-columns: 1fr; }
  .case-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .cta-band-inner { flex-direction: column; text-align: center; align-items: center; }

  /* mobiel menu */
  .nav-toggle { display: flex; z-index: 600; }
  /* start onder de header (niet top:0): anders overlapt het paneel het logo, dat een hogere
     z-index nodig zou hebben om zichtbaar te blijven */
  .nav-links { display: none; position: fixed; top: var(--nav-h); right: 0; bottom: 0; width: min(340px, 88vw); background: #0b2427; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 1.6rem 2rem; box-shadow: -12px 0 48px rgba(0, 0, 0, .5); z-index: 550; overflow-y: auto; }
  .nav-links.open { display: flex; }
  .nav-links > li { border-bottom: 1px solid rgba(255, 255, 255, .08); }
  .nav-links > li > a:not(.nav-cta), .nav-parent { display: block; padding: 1rem 0; font-size: .98rem; }
  .nav-links > li > a[aria-current="page"]:not(.nav-cta)::after { display: none; }
  .nav-links > li > a[aria-current="page"]:not(.nav-cta) { color: var(--accent); }
  .nav-links > li:last-child { border-bottom: 0; margin-top: 1.4rem; }
  .nav-cta { display: block; text-align: center; padding: 1rem 1.3rem; }
  .nav-dropdown { flex-wrap: wrap; }
  .nav-dropdown .nav-parent { flex: 1; }
  .nav-caret { padding: .9rem .6rem; }
  .nav-dropdown .nav-caret .ic { transform: none; }
  .nav-dropdown.open .nav-caret .ic { transform: rotate(180deg); }
  .nav-submenu { position: static; width: 100%; transform: none; opacity: 1; visibility: visible; pointer-events: auto; display: none; background: rgba(255, 255, 255, .04); border: 0; box-shadow: none; margin: 0 0 .8rem; transition: none; }
  .nav-submenu::before { display: none; }
  .nav-dropdown .nav-submenu, .nav-dropdown:hover .nav-submenu, .nav-dropdown:focus-within .nav-submenu, .nav-dropdown.open .nav-submenu { transform: none; }
  .nav-dropdown.open .nav-submenu { display: block; }
  .sub-tx small { display: none; }
  .nav-backdrop { position: fixed; inset: 0; background: rgba(0, 0, 0, .55); z-index: 490; opacity: 0; pointer-events: none; transition: opacity .25s; }
  .nav-backdrop.show { opacity: 1; pointer-events: auto; }
}
@media (max-width: 600px) {
  .section { padding: 4rem 5%; }
  .page-hero { padding-bottom: 3.5rem; }
  .grid-2, .grid-3, .blog-grid, .grid-4 { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; padding: 3.5rem 5% 2.5rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .form-box { padding: 1.6rem; }
  .case-body { padding: 2rem 1.6rem; }
  .case-do { grid-template-columns: 1fr; }
  .case-card { min-height: 400px; }
  .badge-grid { grid-template-columns: 1fr 1fr; }
  .hero-btns .btn { width: 100%; }
  .faq-a { padding-right: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .fade-up { opacity: 1; transform: none; }
  .marquee-track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; }
}
@media print {
  .nav, .footer, .cta-band, .aside { display: none !important; }
  .page-hero { background: none !important; color: #000; padding: 1rem 0; }
  .page-hero h1, .page-hero .lead { color: #000 !important; }
}

/* badge op dienstkaart (Microsoft Partner) */
.ms-badge { display: inline-flex; align-self: flex-start; align-items: center; gap: .3rem; margin-top: .9rem; font-size: .68rem; font-weight: 700; color: var(--link); background: var(--chip); border: 1px solid var(--line); padding: .25rem .7rem; border-radius: 100px; letter-spacing: .05em; }
