/* ============================================================
   ARP-IT 2.0 — Design System
   Kleuren uit ARP-IT_BrandGuide + warme evolutie (brief §6.2)
   Comfortaa (koppen) · Montserrat (body)
   ============================================================ */

/* ---------- Fonts (self-hosted, variabel) ---------- */
@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-VF.woff2") format("woff2-variations");
  font-weight: 300 700;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VF.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Italic-VF.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* ---------- Design tokens ---------- */
:root {
  /* Merkkleuren (brandguide) */
  --staal: #051428;
  --ultra: #053278;
  --hemel: #96c8e6;

  /* Warme evolutie (brief §6.2) */
  --bg: #f7f6f2;            /* warm off-white */
  --bg-soft: #fbfaf7;
  --surface: #ffffff;
  --ink: #051428;
  --body-c: #3a4a5e;
  --muted: #5f6f81;
  --line: #e7e3da;
  --line-soft: #efece4;

  /* Accent (CTA) — hemelblauw uit het ARP-IT palet */
  --amber: #96c8e6;
  --amber-deep: #7db8dd;
  --amber-soft: #eaf3fa;

  /* Tinten */
  --hemel-soft: #eaf3fa;
  --ultra-soft: #eef3fb;

  /* Verlopen (brandguide) */
  --grad-brand: linear-gradient(115deg, #051428 0%, #053278 100%);
  --grad-glow: linear-gradient(115deg, #053278 0%, #96c8e6 100%);

  /* Vorm & diepte */
  --r-sm: 12px;
  --r: 20px;
  --r-lg: 28px;
  --r-xl: 36px;
  --pill: 999px;
  --shadow-sm: 0 2px 10px rgba(5, 20, 40, 0.05);
  --shadow: 0 14px 44px rgba(5, 20, 40, 0.09);
  --shadow-lg: 0 28px 80px rgba(5, 20, 40, 0.16);

  /* Typografie */
  --font-head: "Comfortaa", "Trebuchet MS", sans-serif;
  --font-body: "Montserrat", "Segoe UI", sans-serif;

  /* Beweging */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dur: 0.7s;

  --header-h: 88px;
}

/* ---------- Reset & basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--body-c);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; overflow-x: clip;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: var(--ultra); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
::selection { background: var(--hemel); color: var(--staal); }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.18;
  margin: 0 0 0.6em;
  overflow-wrap: break-word;
}
h1 { font-size: clamp(1.9rem, 3.2vw, 2.75rem); letter-spacing: -0.01em; text-wrap: balance; }
h2 { font-size: clamp(1.5rem, 2.5vw, 2.15rem); text-wrap: balance; }
h3 { font-size: clamp(1.2rem, 1.8vw, 1.5rem); }
h4 { font-size: 1.08rem; }
p { margin: 0 0 1.1em; text-wrap: pretty; }
strong { color: var(--ink); font-weight: 600; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--staal); color: #fff; padding: 0.7rem 1.2rem;
  border-radius: 0 0 var(--r-sm) 0;
}
.skip-link:focus { left: 0; }

:focus-visible {
  outline: 3px solid var(--ultra);
  outline-offset: 3px;
  border-radius: 4px;
}

.container { width: min(1320px, 96vw); margin-inline: auto; }
.container-wide { width: min(1440px, 97vw); margin-inline: auto; }

section { position: relative; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-tight { padding: clamp(3rem, 6vw, 4.5rem) 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--font-head);
  font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ultra);
  margin-bottom: 1.1rem;
}
.eyebrow::before {
  content: ""; width: 26px; height: 4px; border-radius: var(--pill);
  background: var(--grad-glow);
}
.eyebrow-row { display: flex; flex-wrap: wrap; align-items: center; gap: 0.6rem 0.9rem; margin-bottom: 1.1rem; }
.eyebrow-row .eyebrow { margin-bottom: 0; }
.badge-note {
  display: inline-flex; align-items: center; padding: 0.32rem 0.8rem; border-radius: var(--pill);
  background: var(--amber-soft); border: 1px solid #cfe4f2; color: var(--ultra);
  font-family: var(--font-head); font-weight: 700; font-size: 0.74rem; letter-spacing: 0.02em; white-space: nowrap;
}
.lead { font-size: clamp(1.12rem, 1.6vw, 1.28rem); line-height: 1.7; color: var(--body-c); }
.center { text-align: center; }
.center .eyebrow { justify-content: center; }
.measure { max-width: 70ch; }
.center .measure { margin-inline: auto; }

/* ---------- Knoppen (CTA-structuur, brief §10) ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  font-family: var(--font-head); font-weight: 700; font-size: 1rem;
  padding: 0.95rem 1.9rem; border-radius: var(--pill);
  border: 1.5px solid transparent; cursor: pointer;
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out),
              background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  text-decoration: none !important;
  will-change: transform;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-primary {
  background: var(--amber); color: var(--staal);
  box-shadow: 0 10px 28px rgba(150, 200, 230, 0.35);
}
.btn-primary:hover { background: var(--amber-deep); transform: translateY(-2px); box-shadow: 0 16px 36px rgba(125, 184, 221, 0.4); }
.btn-secondary {
  background: transparent; color: var(--ultra); border-color: rgba(5, 50, 120, 0.35);
}
.btn-secondary:hover { border-color: var(--ultra); background: var(--ultra-soft); transform: translateY(-2px); }
.btn-ghost-light {
  background: rgba(255, 255, 255, 0.14); color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.btn-ghost-light:hover { background: rgba(255, 255, 255, 0.24); transform: translateY(-2px); }
.btn-dark { background: var(--staal); color: #fff; }
.btn-dark:hover { background: var(--ultra); transform: translateY(-2px); }
.btn-lg { padding: 1.1rem 2.3rem; font-size: 1.06rem; }

/* ---------- Header (glas) ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background-color 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  border-bottom: 1px solid transparent;
}
.site-header .bar {
  display: flex; align-items: center; gap: 1.2rem;
  height: var(--header-h);
}
.site-header.scrolled,
.site-header.solid {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border-bottom-color: rgba(5, 20, 40, 0.07);
  box-shadow: 0 8px 30px rgba(5, 20, 40, 0.06);
}
.brand { display: inline-flex; align-items: center; flex: none; }
.brand img { height: 40px; width: auto; }
.brand .logo-light { display: none; }

/* Op donkere hero: wit logo + witte links zolang niet gescrold */
.site-header.on-dark:not(.scrolled) .logo-dark { display: none; }
.site-header.on-dark:not(.scrolled) .logo-light { display: block; }
.site-header.on-dark:not(.scrolled) .main-nav > a { color: #eaf2fa; }
.site-header.on-dark:not(.scrolled) .main-nav > a:hover { color: #fff; }
.site-header.on-dark:not(.scrolled) .header-tools .icon-link { color: #eaf2fa; border-color: rgba(255,255,255,0.3); }
.site-header.on-dark:not(.scrolled) .lang-switch { border-color: rgba(255,255,255,0.35); color: #eaf2fa; }
.site-header.on-dark:not(.scrolled) .lang-switch a { color: #cfe1f2; }
.site-header.on-dark:not(.scrolled) .lang-switch .active { background: rgba(255,255,255,0.18); color: #fff; }
.site-header.on-dark:not(.scrolled) .nav-toggle { color: #fff; }

.main-nav { display: flex; gap: 1.9rem; margin-inline: auto; }
.main-nav > a {
  font-family: var(--font-head); font-weight: 700; font-size: 0.98rem;
  color: var(--ink); text-decoration: none; position: relative; padding: 0.4rem 0;
}
.main-nav > a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0;
  height: 2.5px; border-radius: var(--pill); background: var(--grad-glow);
  transition: right 0.35s var(--ease-out);
}
.main-nav > a:hover::after, .main-nav > a[aria-current="page"]::after { right: 0; }
.main-nav > a:hover { text-decoration: none; }

.header-tools { display: flex; align-items: center; gap: 0.7rem; flex: none; }
.icon-link {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: var(--pill);
  border: 1.5px solid rgba(5, 20, 40, 0.15); color: var(--ink);
  transition: background-color 0.25s, color 0.25s, border-color 0.25s, transform 0.3s var(--ease-out);
}
.icon-link:hover { background: var(--staal); border-color: var(--staal); color: #fff; transform: translateY(-2px); text-decoration: none; }
.icon-link svg { width: 19px; height: 19px; }

.lang-switch {
  display: inline-flex; align-items: center; gap: 2px;
  border: 1.5px solid rgba(5, 20, 40, 0.15); border-radius: var(--pill);
  padding: 3px; font-family: var(--font-head); font-size: 0.8rem; font-weight: 700;
}
.lang-switch { border-color: transparent; opacity: 0.75; }
.lang-switch:hover { opacity: 1; }
.lang-switch a, .lang-switch .active {
  padding: 0.28rem 0.5rem; border-radius: var(--pill); text-decoration: none; color: var(--muted);
  line-height: 1; display: inline-flex; align-items: center; gap: 0.35rem;
}
.lang-switch .flag { width: 18px; height: 13px; border-radius: 2.5px; display: block; }
.lang-switch .active { background: var(--staal); color: #fff; }
.lang-switch a:hover { color: var(--ultra); }

.nav-toggle {
  display: none; background: none; border: 0; color: var(--ink);
  width: 44px; height: 44px; cursor: pointer; border-radius: var(--r-sm);
}
.nav-toggle svg { width: 26px; height: 26px; }

/* Mobiel menu */
.mobile-menu {
  position: fixed; inset: 0; z-index: 99; display: flex; flex-direction: column;
  padding: calc(var(--header-h) + 2rem) 8vw 3rem;
  background: rgba(250, 249, 245, 0.92);
  backdrop-filter: blur(26px) saturate(150%);
  -webkit-backdrop-filter: blur(26px) saturate(150%);
  opacity: 0; visibility: hidden; transform: translateY(-12px);
  transition: opacity 0.35s ease, transform 0.45s var(--ease-out), visibility 0.35s;
}
.mobile-menu.open { opacity: 1; visibility: visible; transform: none; }
.mobile-menu a.mnav {
  font-family: var(--font-head); font-weight: 700; font-size: 1.7rem;
  color: var(--ink); padding: 0.85rem 0; border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.mobile-menu .mnav-cta { margin-top: 2rem; display: flex; flex-direction: column; gap: 0.9rem; }

/* ---------- Hero (video, glas, parallax) ---------- */
.hero {
  padding: 12px;
}
.hero-frame {
  position: relative; overflow: hidden; overflow: clip;
  border-radius: var(--r-xl);
  background: var(--grad-brand);
  min-height: min(56vh, 600px);
  display: flex; flex-direction: column; justify-content: center;
}
.hero-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.35fr 0.65fr;
  gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
  padding: calc(var(--header-h) + 2.5rem) 0 clamp(2.5rem, 5vh, 3.5rem);
}
.hero-grid .hero-content { padding: 0; }
.hero-canvas {
  position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1;
  pointer-events: none; opacity: 0; transition: opacity 2.4s ease;
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0.28) 0%, rgba(0,0,0,0.5) 38%, #000 62%);
  mask-image: linear-gradient(90deg, rgba(0,0,0,0.28) 0%, rgba(0,0,0,0.5) 38%, #000 62%);
}
.hero-canvas.in { opacity: 1; }
.hero-media {
  position: absolute; inset: -6% 0; z-index: 0; pointer-events: none;
}
.hero-media video, .hero-media .hero-fallback {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
}
.hero-media .hero-fallback { background: url("../video/hero-poster.webp") center/cover no-repeat; position: absolute; inset: 0; }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(60% 90% at 18% 30%, rgba(5, 20, 40, 0.82) 0%, rgba(5, 20, 40, 0.45) 55%, rgba(5, 20, 40, 0.16) 100%),
    linear-gradient(to top, rgba(5, 20, 40, 0.88) 0%, rgba(5, 20, 40, 0.15) 45%);
}
.hero-glow {
  position: absolute; z-index: 1; width: 660px; height: 660px; border-radius: 50%;
  background: radial-gradient(circle, rgba(150, 200, 230, 0.4) 0%, rgba(150, 200, 230, 0) 65%);
  filter: blur(30px); pointer-events: none;
  transform: translate(-50%, -50%);
  left: 74%; top: 40%;
}
.hero-content {
  position: relative; z-index: 2;
  padding: clamp(6.5rem, 12vh, 9rem) 0 clamp(4.5rem, 9vh, 7rem);
  color: #fff;
}
.hero-chip {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-radius: var(--pill); padding: 0.5rem 1.1rem;
  font-size: 0.86rem; font-weight: 500; color: #dcebf7;
  margin-bottom: 1.6rem;
}
.hero-chip .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--hemel); box-shadow: 0 0 12px var(--hemel); }
.hero h1 { color: #fff; max-width: none; margin-bottom: 1.1rem; font-size: clamp(2.1rem, 3.1vw, 3.15rem); }
.hero h1 .accent { color: var(--hemel); }
.hero .sub {
  font-size: clamp(1rem, 1.2vw, 1.12rem); line-height: 1.7;
  color: #d5e3f0; max-width: none; margin-bottom: 2.2rem;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: clamp(2.8rem, 6vh, 4.5rem); }
.hero-trust {
  display: flex; flex-wrap: wrap; gap: 0.7rem 1.8rem;
  color: #b9cede; font-size: 0.9rem;
}
.hero-trust span { display: inline-flex; align-items: center; gap: 0.55rem; }
.hero-trust svg { width: 16px; height: 16px; color: var(--hemel); flex: none; }
.scroll-hint {
  position: absolute; z-index: 2; left: 50%; bottom: 1.6rem; transform: translateX(-50%);
  color: #cfe1f2; opacity: 0.85;
}
.scroll-hint svg { width: 22px; height: 22px; animation: hint 2.4s var(--ease-out) infinite; }
@keyframes hint { 0%, 100% { transform: translateY(0); opacity: 0.5; } 50% { transform: translateY(8px); opacity: 1; } }

/* Compacte pagina-hero (subpagina's) */
.page-hero { padding: 12px 12px 0; }
.page-hero > .container {
  position: relative; overflow: hidden; overflow: clip; width: auto;
  border-radius: var(--r-xl); background: var(--grad-brand); color: #d5e3f0;
  min-height: min(42vh, 450px);
  display: flex; flex-direction: column; justify-content: center;
  padding: calc(var(--header-h) + 1.6rem) max(1.4rem, calc((100% - min(1320px, 96vw)) / 2)) clamp(2.2rem, 4vh, 3rem);
}
.page-hero > .container::after {
  content: ""; position: absolute; width: 640px; height: 640px; border-radius: 50%;
  right: -200px; top: -300px; pointer-events: none;
  background: radial-gradient(circle, rgba(150, 200, 230, 0.32), transparent 65%);
  filter: blur(20px);
}
.page-hero > .container > * { position: relative; z-index: 1; }
.page-hero h1 { color: #fff; }
.page-hero .lead { color: #d5e3f0; }
.page-hero .eyebrow { color: var(--hemel); }
.page-hero .breadcrumbs, .page-hero .breadcrumbs a { color: #9fb6cc; }
.page-hero .breadcrumbs a:hover { color: #fff; }
.page-hero .breadcrumbs li + li::before { color: rgba(255, 255, 255, 0.35); }
.breadcrumbs { font-size: 0.85rem; color: var(--muted); margin-bottom: 1.2rem; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 0; padding: 0; }
.breadcrumbs li + li::before { content: "\203A"; margin-right: 0.5rem; color: var(--line); }
.breadcrumbs a { color: var(--muted); }
.breadcrumbs a:hover { color: var(--ultra); }

/* ---------- Kaarten ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 2vw, 1.8rem); }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.2rem, 2.5vw, 2rem); }

.card {
  position: relative; overflow: hidden; overflow: clip;
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 2rem 1.9rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.5s var(--ease-out), box-shadow 0.5s var(--ease-out), border-color 0.3s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #dfe8f2; }

/* muis-spotlight op kaarten */
/* muis-spotlight op kaarten verwijderd (feedback v0.5) */
.card > * { position: relative; z-index: 1; }

.icon-chip {
  display: inline-flex; align-items: center; justify-content: center;
  width: 60px; height: 60px; border-radius: 18px;
  background: linear-gradient(135deg, var(--hemel-soft), #f4f9fd);
  border: 1px solid #dcebf6; color: var(--ultra);
  margin-bottom: 1.3rem;
}
.icon-chip svg { width: 30px; height: 30px; }

.pillar-card { display: flex; flex-direction: column; align-items: flex-start; padding-bottom: 1.7rem; }
.pillar-card p { color: var(--body-c); }
.partner-tag {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ultra); background: var(--ultra-soft);
  padding: 0.32rem 0.8rem; border-radius: var(--pill);
  margin-bottom: 1rem;
}
.partner-tag.neutral { color: var(--muted); background: var(--bg); }
.card-link {
  margin-top: auto; padding-top: 1.2rem;
  font-family: var(--font-head); font-weight: 700; font-size: 0.95rem;
  display: inline-flex; align-items: center; gap: 0.5rem; color: var(--ultra);
}
.card-link svg { width: 17px; height: 17px; transition: transform 0.3s var(--ease-out); }
.card-link:hover svg { transform: translateX(5px); }
.card-link:hover { text-decoration: none; }
.card-arrow {
  margin-top: auto; align-self: flex-start;
  display: inline-flex; align-items: center; justify-content: center;
  width: 50px; height: 50px; border-radius: var(--pill);
  border: 1.5px solid rgba(5, 20, 40, 0.15); color: var(--ultra);
  transition: background-color 0.25s, color 0.25s, border-color 0.25s, transform 0.3s var(--ease-out);
}
.card-arrow:hover { background: var(--staal); border-color: var(--staal); color: #fff; transform: translateY(-2px); text-decoration: none; }
.card-arrow svg { width: 22px; height: 22px; }

/* Foto-kaarten (dienstenoverzicht) */
.photo-card { padding: 0; display: flex; flex-direction: column; }
.photo-card .thumb { position: relative; aspect-ratio: 16 / 10; overflow: hidden; overflow: clip; }
.photo-card .thumb img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.1s var(--ease-out);
}
.photo-card:hover .thumb img { transform: scale(1.06); }
.photo-card .thumb::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(5, 20, 40, 0.35), transparent 55%);
}
.photo-card .body { padding: 1.7rem 1.8rem 1.9rem; display: flex; flex-direction: column; flex: 1; }

/* ---------- Split-secties ---------- */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2.4rem, 5vw, 4.5rem); align-items: center; }
.split.rev { grid-template-columns: 1fr 1.05fr; }
.split .media { position: relative; }
.split .media img {
  border-radius: var(--r-lg); box-shadow: var(--shadow-lg);
  width: 100%; object-fit: cover; aspect-ratio: 4 / 3.4;
}
.media-glow::before {
  content: ""; position: absolute; inset: -12% -8%; z-index: -1; border-radius: 50%;
  background: radial-gradient(circle, rgba(150, 200, 230, 0.35), transparent 70%);
  filter: blur(24px);
}
.floating-chip {
  position: absolute; left: -1.4rem; bottom: 1.8rem;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px) saturate(150%); -webkit-backdrop-filter: blur(16px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--r); padding: 0.95rem 1.25rem;
  box-shadow: var(--shadow);
  display: flex; align-items: center; gap: 0.8rem;
  max-width: 78%;
}
.floating-chip .icon-chip { width: 44px; height: 44px; margin: 0; border-radius: 13px; flex: none; }
.floating-chip .icon-chip svg { width: 22px; height: 22px; }
.floating-chip strong { display: block; font-family: var(--font-head); font-size: 0.92rem; color: var(--ink); line-height: 1.3; }
.floating-chip small { color: var(--muted); font-size: 0.8rem; line-height: 1.35; display: block; }

/* ---------- Werkwijze-stappen ---------- */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; counter-reset: step; }
.step {
  position: relative; background: var(--surface); border: 1px solid var(--line-soft);
  border-radius: var(--r); padding: 1.5rem 1.3rem 1.4rem; counter-increment: step;
  box-shadow: var(--shadow-sm);
  transition: transform 0.45s var(--ease-out), box-shadow 0.45s var(--ease-out);
}
.step:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.step::before {
  content: "0" counter(step);
  font-family: var(--font-head); font-weight: 700; font-size: 0.8rem;
  color: var(--ultra); background: var(--ultra-soft);
  border-radius: var(--pill); padding: 0.22rem 0.7rem;
  display: inline-block; margin-bottom: 0.9rem;
}
.step h3 { font-size: 1.02rem; margin-bottom: 0.35rem; }
.step p { font-size: 0.88rem; line-height: 1.6; color: var(--muted); margin: 0; }

/* ---------- Quote / merkvisie ---------- */
.quote-band { text-align: center; }
.quote-band blockquote {
  margin: 0 auto; max-width: 21ch;
  font-family: var(--font-head); font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2.3rem); line-height: 1.35; color: var(--ink);
}
.quote-band blockquote .accent { background: var(--grad-glow); -webkit-background-clip: text; background-clip: text; color: transparent; }
.quote-band figcaption { margin-top: 1.2rem; color: var(--muted); font-size: 0.92rem; }

/* ---------- Persoonlijk blok ---------- */
.person-card {
  display: grid; grid-template-columns: 300px 1fr; gap: clamp(1.8rem, 4vw, 3.2rem);
  align-items: center;
  background: var(--surface); border: 1px solid var(--line-soft);
  border-radius: var(--r-xl); padding: clamp(1.6rem, 3.5vw, 3rem);
  box-shadow: var(--shadow);
}
.portrait {
  position: relative; border-radius: var(--r-lg); overflow: hidden; overflow: clip; aspect-ratio: 3 / 3.4;
  background: var(--grad-brand);
  display: flex; align-items: center; justify-content: center;
}
.portrait .pattern-bg { position: absolute; inset: 0; background: url("../img/pattern-tile.png") repeat; background-size: 110px; opacity: 0.14; }
.portrait .mark { width: 46%; opacity: 0.95; position: relative; }
.portrait .replace-note {
  position: absolute; bottom: 0.8rem; left: 50%; transform: translateX(-50%);
  font-size: 0.68rem; color: rgba(255, 255, 255, 0.55); white-space: nowrap;
}
.contact-lines { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.4rem; }

/* ---------- CTA-band (afsluiting) ---------- */
.cta-band { padding: 0 12px clamp(3rem, 6vw, 4.5rem); }
.cta-inner {
  position: relative; overflow: hidden; overflow: clip;
  border-radius: var(--r-xl);
  background: var(--grad-brand);
  color: #fff; text-align: center;
  padding: clamp(3.6rem, 8vw, 6.5rem) 6vw;
}
.cta-inner::before {
  content: ""; position: absolute; inset: 0;
  background: url("../img/pattern-tile.png") repeat; background-size: 130px;
  opacity: 0.04;
}
.cta-inner::after {
  content: ""; position: absolute; width: 700px; height: 700px; border-radius: 50%;
  right: -220px; top: -320px;
  background: radial-gradient(circle, rgba(150, 200, 230, 0.35), transparent 65%);
  filter: blur(20px);
}
.cta-inner > * { position: relative; z-index: 1; }
.cta-inner h2 { color: #fff; max-width: 40ch; margin-inline: auto; }
.cta-inner p { color: #ccdded; max-width: 80ch; margin: 0 auto 1.8rem; }
.cta-inner .hero-cta { justify-content: center; margin-bottom: 0; }
.cta-label {
  display: block; font-family: var(--font-head); font-weight: 700; font-size: 0.82rem;
  letter-spacing: 0.06em; color: var(--hemel); margin: 0 0 1rem;
}
.card .cta-label { color: var(--ultra); margin-bottom: 0.7rem; }
.cta-inner .mail-note { margin: 1.6rem auto 0; font-size: 0.92rem; }

/* ---------- Feature-lijsten ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.feature {
  background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--r);
  padding: 1.5rem 1.4rem; box-shadow: var(--shadow-sm);
  transition: transform 0.45s var(--ease-out), box-shadow 0.45s var(--ease-out);
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.feature .icon-chip {
  width: 58px; height: 58px; border-radius: 16px; margin-bottom: 1rem;
  background: linear-gradient(135deg, #d7eaf6, #eef6fb); border-color: #bfd9ec; color: var(--ultra);
}
.feature .icon-chip svg { width: 34px; height: 34px; }
.feature h3 { font-size: 1rem; margin-bottom: 0.4rem; }
.feature p { font-size: 0.9rem; line-height: 1.65; color: var(--muted); margin: 0; }

.checklist { list-style: none; margin: 1.4rem 0 0; padding: 0; display: grid; gap: 0.85rem; }
.checklist li { display: flex; gap: 0.8rem; align-items: flex-start; }
.checklist svg { width: 22px; height: 22px; color: var(--ultra); flex: none; margin-top: 3px; }
.checklist strong { display: block; }

.chips { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.chip {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--pill); padding: 0.5rem 1.15rem;
  font-size: 0.9rem; font-weight: 500; color: var(--body-c);
  box-shadow: var(--shadow-sm);
}
.chip.accent { border-color: #cfe4f2; background: var(--amber-soft); color: var(--ultra); }

/* Partnerband */
.partner-band { border-block: 1px solid var(--line-soft); background: var(--bg-soft); }
.partner-band .row {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 1rem 3.4rem; padding: 1.9rem 0;
}
.partner-band .label { font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.partner-band img { height: 40px; width: auto; opacity: 0.9; transition: opacity 0.25s; display: block; }
.partner-band img[alt="Check Point"] { height: 78px; margin-block: -19px; }
.partner-band img:hover { opacity: 1; }
.partner-mark {
  font-family: var(--font-head); font-weight: 700; font-size: 1.18rem; color: #2d4257;
  opacity: 0.85; transition: opacity 0.25s;
  display: inline-flex; align-items: baseline; gap: 0.4rem;
}
.partner-mark small { font-family: var(--font-body); font-weight: 500; font-size: 0.72rem; color: var(--muted); }
.partner-mark:hover { opacity: 1; }

/* Partnership-uitlichtkaart op dienstpagina's */
.partner-panel {
  position: relative; overflow: hidden; overflow: clip; border-radius: var(--r-lg); color: #fff;
  padding: clamp(2.2rem, 5vw, 3.6rem);
  background: var(--grad-brand);
}
.partner-panel img.bgimg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }
.partner-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(5,20,40,0.88) 30%, rgba(5,50,120,0.2) 100%); }
.partner-panel > .inner { position: relative; z-index: 1; max-width: 88ch; }
.partner-panel h2, .partner-panel h3 { color: #fff; }
.partner-panel p { color: #d2e0ee; }
.glass-note {
  display: inline-block; margin-top: 1.4rem;
  background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-radius: var(--r); padding: 0.9rem 1.3rem; color: #eaf2fa; font-size: 0.92rem;
}

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(1.6rem, 3.5vw, 2.8rem); align-items: start; }
.form-card { padding: clamp(1.8rem, 3.5vw, 2.6rem); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form-field { display: flex; flex-direction: column; gap: 0.4rem; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-family: var(--font-head); font-weight: 600; font-size: 0.88rem; color: var(--ink); }
.form-field input, .form-field textarea, .form-field select {
  font: inherit; color: var(--ink);
  background: var(--bg-soft); border: 1.5px solid var(--line);
  border-radius: var(--r-sm); padding: 0.8rem 1rem;
  transition: border-color 0.25s, box-shadow 0.25s, background-color 0.25s;
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus {
  outline: none; border-color: var(--ultra); background: #fff;
  box-shadow: 0 0 0 4px rgba(5, 50, 120, 0.1);
}
.form-field textarea { min-height: 150px; resize: vertical; }
.form-consent { display: flex; gap: 0.7rem; align-items: flex-start; font-size: 0.86rem; color: var(--muted); }
.form-consent input { margin-top: 4px; accent-color: var(--ultra); width: 17px; height: 17px; }
.form-msg { display: none; border-radius: var(--r-sm); padding: 0.9rem 1.1rem; font-size: 0.92rem; margin-top: 1rem; }
.form-msg.ok { display: block; background: #eaf6ec; color: #1d5c2f; border: 1px solid #cfe8d5; }
.form-msg.err { display: block; background: #fdeeee; color: #8a2323; border: 1px solid #f2d4d4; }
.hp { position: absolute !important; left: -9999px !important; opacity: 0; height: 0; overflow: hidden; }

.contact-side { display: grid; gap: 1.2rem; }
.contact-item { display: flex; gap: 1rem; align-items: flex-start; }
.contact-item .icon-chip { width: 46px; height: 46px; margin: 0; border-radius: 14px; flex: none; }
.contact-item .icon-chip svg { width: 22px; height: 22px; }
.contact-item strong { font-family: var(--font-head); display: block; color: var(--ink); font-size: 0.95rem; }
.contact-item a { font-weight: 500; display: inline-block; padding: 0.2rem 0; }
.contact-item small { color: var(--muted); display: block; font-size: 0.82rem; }

/* ---------- Cases (fase 2, voorbereid) ---------- */
.case-card { padding: 0; }
.case-card .body { padding: 1.6rem 1.7rem 1.8rem; }
.case-meta { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 0.9rem; }
.case-fields { display: grid; gap: 0.7rem; font-size: 0.92rem; }
.case-fields dt { font-family: var(--font-head); font-weight: 700; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ultra); }
.case-fields dd { margin: 0 0 0.4rem; color: var(--muted); }

/* ---------- Juridische pagina's ---------- */
.legal { max-width: 76ch; }
.legal h2 { font-size: 1.35rem; margin-top: 2.6rem; }
.legal h3 { font-size: 1.05rem; margin-top: 1.8rem; }
.legal table { width: 100%; border-collapse: collapse; font-size: 0.9rem; margin: 1.2rem 0; }
.legal th, .legal td { text-align: left; padding: 0.7rem 0.9rem; border: 1px solid var(--line); vertical-align: top; }
.legal th { background: var(--bg-soft); font-family: var(--font-head); font-size: 0.82rem; }
.legal .placeholder { background: var(--amber-soft); border-radius: 4px; padding: 0 0.3rem; color: var(--ultra); font-weight: 500; }
.updated { color: var(--muted); font-size: 0.85rem; }

/* ---------- Footer ---------- */
.site-footer {
  margin: clamp(2rem, 5vw, 3.5rem) 12px 12px;
  background: var(--staal); color: #b9c9d9;
  border-radius: var(--r-xl);
  position: relative; overflow: hidden; overflow: clip;
}
.site-footer::before {
  content: ""; position: absolute; inset: 0;
  background: url("../img/pattern-tile.png") repeat; background-size: 130px;
  opacity: 0.025;
}
.site-footer > .container { position: relative; z-index: 1; }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: clamp(1.8rem, 4vw, 3rem);
  padding: clamp(3rem, 6vw, 4.5rem) 0 2.5rem;
}
.footer-brand img { height: 44px; margin-bottom: 1.2rem; }
.footer-brand p { font-size: 0.92rem; line-height: 1.7; max-width: 34ch; }
.site-footer h4 { color: #fff; font-size: 0.95rem; margin-bottom: 1.1rem; }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.55rem; }
.footer-links a { color: #b9c9d9; font-size: 0.94rem; display: inline-block; padding: 0.2rem 0; }
.footer-social {
  display: inline-flex; align-items: center; gap: 0.55rem; margin-top: 1.1rem;
  padding: 0.55rem 0.95rem; border-radius: var(--pill); border: 1px solid rgba(255, 255, 255, 0.16);
  color: #d5e3f0; font-family: var(--font-head); font-weight: 700; font-size: 0.82rem;
  transition: background-color 0.25s, border-color 0.25s, color 0.25s;
}
.footer-social:hover { background: rgba(150, 200, 230, 0.14); border-color: rgba(150, 200, 230, 0.5); color: #fff; text-decoration: none; }
.footer-social svg { width: 16px; height: 16px; }
.contact-item .icon-chip svg[fill="currentColor"] { width: 22px; height: 22px; }
.footer-links a:hover { color: #fff; }
.footer-contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.8rem; font-size: 0.94rem; }
.footer-contact li { display: flex; gap: 0.7rem; align-items: flex-start; }
.footer-contact svg { width: 18px; height: 18px; color: var(--hemel); flex: none; margin-top: 4px; }
.footer-contact a { color: #dce8f2; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.4rem 0 1.8rem;
  display: flex; flex-wrap: wrap; gap: 0.8rem 1.8rem; align-items: center; justify-content: space-between;
  font-size: 0.82rem; color: #8fa3b5;
}
.footer-bottom a { color: #8fa3b5; display: inline-block; padding: 0.35rem 0; }
.footer-bottom a:hover { color: #fff; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 1.2rem; }

/* ---------- Cookie-banner ---------- */
.cookie-banner {
  position: fixed; z-index: 150; left: 50%; bottom: 1.2rem; transform: translate(-50%, 20px);
  width: min(680px, 94vw);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(22px) saturate(160%); -webkit-backdrop-filter: blur(22px) saturate(160%);
  border: 1px solid rgba(5, 20, 40, 0.08);
  border-radius: var(--r-lg); box-shadow: var(--shadow-lg);
  padding: 1.5rem 1.7rem;
  opacity: 0; visibility: hidden;
  transition: opacity 0.4s ease, transform 0.5s var(--ease-out), visibility 0.4s;
}
.cookie-banner.show { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.cookie-banner h3 { font-size: 1.02rem; margin-bottom: 0.4rem; }
.cookie-banner p { font-size: 0.88rem; color: var(--muted); margin-bottom: 1.1rem; line-height: 1.6; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; align-items: center; }
.cookie-actions .btn { padding: 0.65rem 1.4rem; font-size: 0.9rem; }
.cookie-actions .link { font-size: 0.85rem; color: var(--muted); margin-left: auto; }

/* ---------- Reveal & parallax ---------- */
[data-reveal] {
  opacity: 0; transform: translateY(34px);
  transition: opacity 0.9s var(--ease-out), transform 1s var(--ease-out);
  transition-delay: var(--rd, 0s);
  will-change: opacity, transform;
}
[data-reveal].in { opacity: 1; transform: none; }
[data-parallax] { will-change: transform; }

/* ---------- 404 ---------- */
.err-hero { min-height: 70vh; display: flex; align-items: center; }
.err-code {
  font-family: var(--font-head); font-weight: 700; font-size: clamp(5rem, 14vw, 9rem);
  line-height: 1; background: var(--grad-glow);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ---------- Responsief ---------- */
@media (max-width: 1080px) {
  .steps { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 920px) {
  .main-nav, .header-tools .hide-m { display: none; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .grid-3, .feature-grid { grid-template-columns: 1fr 1fr; }
  .split, .split.rev, .contact-grid, .person-card { grid-template-columns: 1fr; }
  .person-card .portrait { max-width: 320px; }
  .split .media { order: -1; }
  .media-glow::before { inset: -8% 0; }
  .mobile-menu .lang-switch a { min-width: 44px; min-height: 44px; justify-content: center; }
  .hero-frame { min-height: 60vh; }
  .hero-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  body { font-size: 1rem; }
  .grid-3, .grid-2, .feature-grid, .steps { grid-template-columns: 1fr; }
  .hero { padding: 8px; }
  .page-hero { padding: 8px 8px 0; }
  .hero-cta .btn { width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .floating-chip { left: 0.8rem; right: 0.8rem; max-width: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .brand img { height: 34px; }
}

/* ---------- Toegankelijkheid: minder beweging ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001s !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
  .scroll-hint svg { animation: none; }
}

@media print {
  .site-header, .cookie-banner, .scroll-hint, .hero-media video { display: none !important; }
  body { background: #fff; }
}
