/* =====================================================================
   NOVION · Schoonmaakbedrijf Veendam — design system (glass editie)
   Fonts:  Sora (display h1/h2) · Space Grotesk (subkoppen, UI, labels)
           Inter (bodytekst) · Instrument Serif italic (accentwoord)
   ===================================================================== */

:root {
  color-scheme: light;

  /* Kleuren (uit het referentie-ontwerp: navy, wit, helder blauw) */
  --navy-950: #061434;
  --navy-900: #0A1F4D;
  --navy-800: #10306F;
  --navy-700: #16418F;
  --blue-600: #1F5FD1;
  --blue-500: #2F7BF5;
  --blue-400: #5B9CFF;
  --sky-100: #E6F0FF;
  --sky-50: #F2F7FF;
  --cyan: #38D6F2;
  --mint: #7CF0D4;
  --violet: #8B5CF6;

  --ink: #0B1630;
  --ink-2: #33415C;
  --muted: #66748F;
  --line: rgba(16, 48, 111, .10);
  --bg: #F5F8FC;
  --white: #ffffff;
  --success: #1EA672;
  --danger: #DC4A4F;
  --gold: #FFC53D;

  /* Typografie */
  --font-display: "Sora", "Segoe UI", system-ui, sans-serif;
  --font-sub: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, sans-serif;
  --font-accent: "Instrument Serif", Georgia, "Times New Roman", serif;

  /* Vorm */
  --r-sm: 12px;
  --r-md: 16px;
  --r-lg: 22px;
  --r-xl: 28px;

  /* Glas */
  --glass-bg: rgba(255, 255, 255, .58);
  --glass-bg-strong: rgba(255, 255, 255, .80);
  --glass-border: rgba(255, 255, 255, .78);
  --glass-blur: 18px;
  --glass-shadow: 0 1px 0 rgba(255, 255, 255, .95) inset, 0 14px 40px -14px rgba(10, 31, 77, .16);
  --glass-shadow-hover: 0 1px 0 rgba(255, 255, 255, .95) inset, 0 30px 60px -24px rgba(10, 31, 77, .32);
  --shadow-lg: 0 32px 80px -30px rgba(10, 31, 77, .45);

  --ease: cubic-bezier(.22, .8, .26, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --container: 1200px;
  --header-h: 72px;
}

/* ---------- Reset & basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 110px; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink-2);
  background: var(--bg);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; }
::selection { background: rgba(47, 123, 245, .22); color: var(--ink); }
:focus-visible { outline: 3px solid var(--blue-500); outline-offset: 3px; border-radius: 6px; }
.skip { position: absolute; left: -9999px; top: 12px; z-index: 999; padding: 10px 16px; background: var(--navy-800); color: #fff; border-radius: 10px; }
.skip:focus { left: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.ic { width: 20px; height: 20px; flex: none; }

/* ---------- Aurora-achtergrond (geeft het glas iets om te breken) ---------- */
.aurora { position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.aurora span {
  position: absolute; border-radius: 50%; opacity: .7;
  background: radial-gradient(circle at center, var(--c) 0%, transparent 62%);
  will-change: transform; animation: drift 26s ease-in-out infinite alternate;
}
.aurora .a1 { --c: rgba(47, 123, 245, .30); width: 78vw; height: 78vw; top: -32vw; right: -22vw; }
.aurora .a2 { --c: rgba(56, 214, 242, .22); width: 60vw; height: 60vw; top: 38vh; left: -28vw; animation-duration: 32s; animation-delay: -9s; }
.aurora .a3 { --c: rgba(139, 92, 246, .13); width: 54vw; height: 54vw; bottom: -24vw; right: 6vw; animation-duration: 38s; animation-delay: -18s; }
@keyframes drift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(7vw, 5vh, 0) scale(1.1); }
}

/* ---------- Typografie ---------- */
h1, h2 {
  font-family: var(--font-display); color: var(--ink); margin: 0;
  letter-spacing: -.025em; line-height: 1.08; text-wrap: balance;
}
h1 { font-size: clamp(2.5rem, 5.2vw, 4.2rem); font-weight: 800; }
h2 { font-size: clamp(1.9rem, 3.4vw, 2.75rem); font-weight: 700; }
h3, h4 { font-family: var(--font-sub); color: var(--ink); margin: 0; line-height: 1.25; letter-spacing: -.01em; text-wrap: balance; }
h3 { font-size: 1.28rem; font-weight: 700; }
h4 { font-size: 1.02rem; font-weight: 600; }

.hl {
  font-family: var(--font-accent); font-style: italic; font-weight: 400; letter-spacing: 0;
  color: var(--blue-600); font-size: 1.1em; position: relative; isolation: isolate; padding: 0 .04em;
}
.hl::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: .08em; height: .16em; z-index: -1; border-radius: 99px;
  background: linear-gradient(90deg, rgba(47, 123, 245, .35), rgba(56, 214, 242, .45));
}
.accent { color: var(--blue-600); }
.muted { color: var(--muted); }
.lead { font-size: 1.12rem; line-height: 1.72; color: var(--muted); max-width: 60ch; }
.lead.center { margin-inline: auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-sub); font-weight: 600; font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; color: var(--blue-600);
}
.eyebrow::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%; flex: none;
  background: linear-gradient(135deg, var(--blue-500), var(--cyan));
  box-shadow: 0 0 0 4px rgba(47, 123, 245, .14);
}
.section-deep .eyebrow, .on-dark .eyebrow { color: var(--cyan); }
.section-deep .eyebrow::before { box-shadow: 0 0 0 4px rgba(56, 214, 242, .18); }

/* ---------- Layout ---------- */
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section { padding: clamp(68px, 8.5vw, 116px) 0; position: relative; }
.section-sm { padding: clamp(44px, 6vw, 72px) 0; position: relative; }
.section-head { display: flex; flex-direction: column; gap: 14px; max-width: 720px; margin-bottom: clamp(36px, 5vw, 56px); }
.section-head.center { align-items: center; text-align: center; margin-inline: auto; }
.section-head.row { flex-direction: row; align-items: flex-end; justify-content: space-between; max-width: none; gap: 28px; }
.section-head.row > div { display: flex; flex-direction: column; gap: 14px; max-width: 680px; }
.stack { display: flex; flex-direction: column; gap: 18px; }
.stack-lg { display: flex; flex-direction: column; gap: 26px; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.center { text-align: center; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.section-deep {
  color: rgba(255, 255, 255, .82);
  background:
    radial-gradient(1200px 620px at 85% -10%, rgba(47, 123, 245, .42), transparent 60%),
    radial-gradient(900px 520px at 5% 110%, rgba(56, 214, 242, .20), transparent 60%),
    linear-gradient(180deg, var(--navy-900), var(--navy-950));
  border-radius: 36px; overflow: hidden; isolation: isolate;
}
.section-deep::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .6;
  background-image: radial-gradient(rgba(255, 255, 255, .13) 1px, transparent 1.4px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(60% 70% at 50% 40%, #000 20%, transparent 100%);
  mask-image: radial-gradient(60% 70% at 50% 40%, #000 20%, transparent 100%);
}
.section-deep h1, .section-deep h2, .section-deep h3, .section-deep h4 { color: #fff; }
.section-deep .lead { color: rgba(255, 255, 255, .72); }
.section-deep .hl { color: var(--cyan); }
.section-deep .hl::after { background: linear-gradient(90deg, rgba(56, 214, 242, .28), rgba(124, 240, 212, .32)); }

/* ---------- Glas ---------- */
.glass {
  position: relative; isolation: isolate;
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(1.6);
  backdrop-filter: blur(var(--glass-blur)) saturate(1.6);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--r-lg);
}
.glass::before {
  content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, .6) 0%, rgba(255, 255, 255, 0) 42%);
}
.glass-strong { background: var(--glass-bg-strong); }
.spot::after {
  content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; pointer-events: none;
  opacity: 0; transition: opacity .45s var(--ease);
  background: radial-gradient(340px circle at var(--mx, 50%) var(--my, 50%), rgba(47, 123, 245, .16), transparent 62%);
}
.spot:hover::after { opacity: 1; }
.glass-dark {
  position: relative; isolation: isolate; color: #fff;
  background: rgba(255, 255, 255, .07);
  -webkit-backdrop-filter: blur(var(--glass-blur)); backdrop-filter: blur(var(--glass-blur));
  border: 1px solid rgba(255, 255, 255, .15);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .14) inset, 0 24px 48px -24px rgba(0, 0, 0, .55);
  border-radius: var(--r-lg);
}
.glass-dark::before {
  content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, .12), transparent 45%);
}
.glass-dark.spot::after { background: radial-gradient(340px circle at var(--mx, 50%) var(--my, 50%), rgba(56, 214, 242, .18), transparent 62%); }

.tile {
  width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; flex: none;
  background: linear-gradient(135deg, rgba(47, 123, 245, .16), rgba(56, 214, 242, .16));
  color: var(--blue-600); border: 1px solid rgba(255, 255, 255, .7);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .9) inset;
}
.tile .ic { width: 22px; height: 22px; }
.tile-solid { background: linear-gradient(135deg, var(--blue-500), var(--blue-600)); color: #fff; border-color: transparent; box-shadow: 0 10px 20px -8px rgba(31, 95, 209, .65); }
.tile-lg { width: 58px; height: 58px; border-radius: 18px; }
.tile-lg .ic { width: 26px; height: 26px; }
.section-deep .tile { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .18); color: var(--cyan); box-shadow: none; }

/* ---------- Knoppen ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 24px; border-radius: 14px; border: 1px solid transparent;
  font-family: var(--font-sub); font-weight: 600; font-size: .95rem; line-height: 1; letter-spacing: .005em;
  text-decoration: none; cursor: pointer; white-space: nowrap; position: relative; overflow: hidden; isolation: isolate;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s, border-color .3s, color .3s;
}
.btn .ic { width: 18px; height: 18px; transition: transform .35s var(--ease); }
.btn:hover .ic { transform: translateX(3px); }
.btn-primary {
  color: #fff;
  background: linear-gradient(180deg, #1D4FB3 0%, var(--navy-800) 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 12px 26px -10px rgba(16, 48, 111, .65);
}
.btn-primary::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(255, 255, 255, .16), transparent 55%); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 1px 0 rgba(255, 255, 255, .22) inset, 0 18px 34px -12px rgba(31, 95, 209, .7); }
.btn-accent { color: #fff; background: linear-gradient(135deg, var(--blue-500), var(--blue-600)); box-shadow: 0 12px 26px -10px rgba(47, 123, 245, .7); }
.btn-accent:hover { transform: translateY(-2px); box-shadow: 0 18px 34px -12px rgba(47, 123, 245, .8); }
.btn-glass {
  color: var(--navy-800); background: rgba(255, 255, 255, .58); border-color: rgba(255, 255, 255, .85);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: var(--glass-shadow);
}
.btn-glass:hover { background: rgba(255, 255, 255, .86); transform: translateY(-2px); box-shadow: var(--glass-shadow-hover); }
.btn-glass-dark { color: #fff; background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .24); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.btn-glass-dark:hover { background: rgba(255, 255, 255, .18); transform: translateY(-2px); }
.btn-white { color: var(--navy-800); background: #fff; box-shadow: 0 12px 26px -12px rgba(0, 0, 0, .5); }
.btn-white:hover { transform: translateY(-2px); }
.btn-ghost { color: var(--navy-800); background: transparent; border-color: rgba(16, 48, 111, .18); }
.btn-ghost:hover { background: rgba(255, 255, 255, .6); border-color: var(--navy-800); }
.btn-sm { padding: 11px 18px; font-size: .88rem; border-radius: 12px; }
.btn-lg { padding: 17px 30px; font-size: 1.02rem; border-radius: 16px; }
.btn-block { width: 100%; }
.btn.is-loading { pointer-events: none; opacity: .9; }
.btn.is-loading .ic { display: none; }
.btn.is-loading::before { content: ""; width: 16px; height: 16px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, .35); border-top-color: #fff; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.link { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-sub); font-weight: 600; font-size: .92rem; color: var(--blue-600); text-decoration: none; }
.link .ic { width: 16px; height: 16px; transition: transform .35s var(--ease); }
.link:hover .ic { transform: translateX(4px); }
.section-deep .link { color: var(--cyan); }

/* ---------- Header / navigatie (zwevende glazen balk) ---------- */
.site-header { position: sticky; top: 0; z-index: 100; padding: 16px 0 0; transition: padding .35s var(--ease); }
.navbar {
  height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 0 10px 0 22px; border-radius: 20px;
  background: rgba(255, 255, 255, .62);
  -webkit-backdrop-filter: blur(22px) saturate(1.6); backdrop-filter: blur(22px) saturate(1.6);
  border: 1px solid rgba(255, 255, 255, .8);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .95) inset, 0 12px 34px -16px rgba(10, 31, 77, .22);
  transition: box-shadow .35s var(--ease), background .35s var(--ease);
}
.site-header.scrolled { padding-top: 10px; }
.site-header.scrolled .navbar { background: rgba(255, 255, 255, .8); box-shadow: 0 1px 0 rgba(255, 255, 255, .95) inset, 0 20px 50px -20px rgba(10, 31, 77, .38); }
.logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--navy-800); }
.logo .mark { width: 38px; height: 38px; filter: drop-shadow(0 6px 12px rgba(16, 48, 111, .35)); transition: transform .4s var(--ease); }
.logo:hover .mark { transform: rotate(-6deg) scale(1.04); }
.wordmark { font-family: var(--font-display); font-weight: 800; font-size: 1.25rem; letter-spacing: .2em; color: var(--navy-800); }
.menu { display: flex; align-items: center; gap: 2px; }
.menu-item { position: relative; }
.menu-link {
  display: inline-flex; align-items: center; gap: 6px; padding: 10px 14px; border-radius: 12px;
  font-family: var(--font-sub); font-weight: 500; font-size: .95rem; color: var(--ink); text-decoration: none;
  transition: background .25s, color .25s;
}
.menu-link:hover { background: rgba(16, 48, 111, .06); color: var(--navy-800); }
.menu-link.active { color: var(--blue-600); background: rgba(47, 123, 245, .1); }
.menu-link .ic { width: 15px; height: 15px; opacity: .7; transition: transform .35s var(--ease); }
.has-sub:hover .menu-link .ic, .has-sub:focus-within .menu-link .ic { transform: rotate(180deg); }
.sub {
  position: absolute; top: calc(100% + 12px); left: -8px; width: 400px; padding: 10px; z-index: 30;
  opacity: 0; transform: translateY(10px) scale(.98); pointer-events: none; transform-origin: top left;
  transition: opacity .25s var(--ease), transform .4s var(--ease);
  background: var(--glass-bg-strong);
}
.sub::after { content: ""; position: absolute; left: 0; right: 0; top: -16px; height: 16px; }
.has-sub:hover .sub, .has-sub:focus-within .sub { opacity: 1; transform: none; pointer-events: auto; }
.sub-link { display: flex; gap: 12px; align-items: center; padding: 10px 12px; border-radius: 14px; text-decoration: none; transition: background .25s, transform .3s var(--ease); }
.sub-link:hover { background: rgba(47, 123, 245, .09); transform: translateX(3px); }
.sub-ico { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(47, 123, 245, .14), rgba(56, 214, 242, .14)); color: var(--blue-600); flex: none; }
.sub-ico .ic { width: 20px; height: 20px; }
.sub-txt strong { display: block; font-family: var(--font-sub); font-weight: 600; font-size: .92rem; color: var(--ink); }
.sub-txt small { display: block; font-size: .78rem; color: var(--muted); line-height: 1.35; }
.sub-all { display: flex; align-items: center; justify-content: space-between; margin: 6px 4px 2px; padding: 12px 14px; border-radius: 12px; background: var(--navy-800); color: #fff; text-decoration: none; font-family: var(--font-sub); font-weight: 600; font-size: .88rem; transition: background .25s; }
.sub-all:hover { background: var(--blue-600); }
.sub-all .ic { width: 16px; height: 16px; }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.nav-phone { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 12px; text-decoration: none; font-family: var(--font-sub); font-weight: 600; font-size: .9rem; color: var(--navy-800); transition: background .25s; }
.nav-phone:hover { background: rgba(16, 48, 111, .06); }
.nav-phone .ic { width: 17px; height: 17px; color: var(--blue-600); }
.burger { display: none; width: 44px; height: 44px; border-radius: 12px; border: 1px solid rgba(16, 48, 111, .12); background: rgba(255, 255, 255, .6); place-items: center; cursor: pointer; }
.burger .ic { width: 22px; height: 22px; }
.burger .burger-close, .burger[aria-expanded="true"] .burger-open { display: none; }
.burger[aria-expanded="true"] .burger-close { display: block; }
.mobile-menu { position: absolute; left: 0; right: 0; top: 100%; padding: 8px 0 12px; opacity: 0; transform: translateY(-8px); transition: opacity .3s var(--ease), transform .35s var(--ease); }
.mobile-menu.open { opacity: 1; transform: none; }
.mobile-panel { padding: 10px; display: flex; flex-direction: column; gap: 2px; background: var(--glass-bg-strong); max-height: calc(100vh - 120px); overflow: auto; }
.m-link { display: flex; align-items: center; gap: 10px; padding: 13px 14px; border-radius: 12px; text-decoration: none; font-family: var(--font-sub); font-weight: 600; color: var(--ink); }
.m-link.sub { padding-left: 26px; font-weight: 500; font-size: .92rem; color: var(--ink-2); }
.m-link .ic { width: 18px; height: 18px; color: var(--blue-600); }
.m-link.active { background: rgba(47, 123, 245, .1); color: var(--blue-600); }
.m-actions { display: grid; gap: 8px; padding: 10px 4px 4px; }

/* ---------- Hero (home) ---------- */
.hero { position: relative; padding: clamp(28px, 5vw, 72px) 0 clamp(40px, 5vw, 64px); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero-copy { display: flex; flex-direction: column; gap: 24px; align-items: flex-start; }
.hero h1 { font-size: clamp(2.6rem, 5.6vw, 4.4rem); }
.hero .lead { max-width: 52ch; }
.hero-meta { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-meta span {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px 8px 10px; border-radius: 999px;
  background: rgba(255, 255, 255, .55); border: 1px solid rgba(255, 255, 255, .85);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  font-family: var(--font-sub); font-size: .84rem; font-weight: 500; color: var(--ink-2);
}
.hero-meta .ic { width: 17px; height: 17px; color: var(--success); }
.hero-visual-wrap { position: relative; padding: 12px 0 0 14px; }
.hero-visual { position: relative; aspect-ratio: 4 / 4.5; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-lg); isolation: isolate; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); transition: transform 2.4s var(--ease); }
.is-ready .hero-visual img { transform: scale(1); }
.hero-visual::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; border-radius: inherit; box-shadow: 0 0 0 1px rgba(255, 255, 255, .55) inset; background: linear-gradient(180deg, transparent 60%, rgba(6, 20, 52, .35)); }
.hero-visual .frost {
  position: absolute; inset: 0; z-index: 2; clip-path: inset(0 0 0 0);
  background: linear-gradient(135deg, rgba(255, 255, 255, .62), rgba(214, 228, 250, .5));
  -webkit-backdrop-filter: blur(18px) saturate(1.1); backdrop-filter: blur(18px) saturate(1.1);
}
.hero-visual .frost::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255, 255, 255, .55) 1px, transparent 1.5px); background-size: 18px 18px; opacity: .5; }
.hero-visual .squeegee {
  position: absolute; top: -10%; bottom: -10%; left: -3%; width: 7px; z-index: 3; border-radius: 4px; opacity: 0; background: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .6), 0 0 26px 8px rgba(255, 255, 255, .85), 0 0 70px 24px rgba(56, 214, 242, .4);
}
.hero-visual .squeegee::after { content: ""; position: absolute; top: 0; bottom: 0; left: -44px; width: 44px; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4)); }
.is-ready .hero-visual .frost { animation: wipe 1.7s cubic-bezier(.7, 0, .2, 1) .55s forwards; }
.is-ready .hero-visual .squeegee { animation: sweep 1.7s cubic-bezier(.7, 0, .2, 1) .55s forwards; }
@keyframes wipe { to { clip-path: inset(0 0 0 100%); } }
@keyframes sweep { 0% { left: -3%; opacity: 0; } 6% { opacity: 1; } 94% { opacity: 1; } 100% { left: 101%; opacity: 0; } }
.hero-visual .cap { position: absolute; left: 16px; bottom: 16px; z-index: 4; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: rgba(6, 20, 52, .42); border: 1px solid rgba(255, 255, 255, .25); color: #fff; font-family: var(--font-sub); font-size: .78rem; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.hero-visual .cap .ic { width: 14px; height: 14px; color: var(--cyan); }

.float {
  position: absolute; z-index: 6; display: flex; align-items: center; gap: 12px;
  padding: 12px 18px 12px 12px; border-radius: 18px; min-width: 210px;
  background: var(--glass-bg-strong);
  translate: calc(var(--px, 0) * 12px) calc(var(--py, 0) * 12px);
  transition: translate .6s var(--ease);
  animation: floaty 7s ease-in-out infinite;
}
.float strong { display: block; font-family: var(--font-sub); font-size: .92rem; font-weight: 600; color: var(--ink); line-height: 1.2; }
.float small { display: block; color: var(--muted); font-size: .78rem; margin-top: 2px; }
.float-a { left: -30px; bottom: 58px; }
.float-b { right: -24px; top: 42px; animation-delay: -3.2s; }
.float-c { left: 34px; top: -14px; min-width: 0; padding: 8px 14px 8px 8px; border-radius: 999px; animation-delay: -5s; translate: calc(var(--px, 0) * -8px) calc(var(--py, 0) * -8px); }
.float-c .dot { width: 26px; height: 26px; border-radius: 50%; background: linear-gradient(135deg, var(--success), var(--mint)); display: grid; place-items: center; color: #fff; }
.float-c .dot .ic { width: 14px; height: 14px; }
.float-c strong { font-size: .82rem; }
.float .avatar { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-sub); font-weight: 700; color: #fff; background: linear-gradient(135deg, var(--navy-800), var(--blue-500)); flex: none; }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* ---------- Vertrouwensrij & marquee ---------- */
.trust { margin-top: clamp(32px, 4vw, 56px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 6px; }
.trust-item { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border-radius: 16px; transition: background .3s; }
.trust-item:hover { background: rgba(255, 255, 255, .6); }
.trust-item strong { display: block; font-family: var(--font-sub); font-weight: 700; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--navy-800); }
.trust-item span { font-size: .88rem; color: var(--muted); }

.marquee { overflow: hidden; padding: 6px 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee-track { display: flex; width: max-content; animation: marquee 46s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-group { display: flex; gap: 44px; padding-right: 44px; flex: none; }
.marquee-group span { display: inline-flex; align-items: center; gap: 14px; font-family: var(--font-sub); font-weight: 600; font-size: .9rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.marquee-group .ic { width: 14px; height: 14px; color: var(--blue-500); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Dienstkaarten ---------- */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card { display: flex; flex-direction: column; padding: 10px; text-decoration: none; color: inherit; transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--glass-shadow-hover); }
.service-card .photo { position: relative; aspect-ratio: 4 / 3; border-radius: 15px; overflow: hidden; isolation: isolate; }
.service-card .photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.3s var(--ease); }
.service-card:hover .photo img { transform: scale(1.07); }
.service-card .photo::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 45%, rgba(6, 20, 52, .5)); }
.service-card .photo::before { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(115deg, transparent 38%, rgba(255, 255, 255, .38) 50%, transparent 62%); transform: translateX(-130%); transition: transform 1.1s var(--ease); }
.service-card:hover .photo::before { transform: translateX(130%); }
.service-card .photo .tile { position: absolute; left: 12px; bottom: 12px; z-index: 3; background: rgba(255, 255, 255, .22); color: #fff; border-color: rgba(255, 255, 255, .35); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.service-card .body { padding: 18px 12px 12px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.service-card h3 { font-size: 1.08rem; }
.service-card p { font-size: .92rem; color: var(--muted); line-height: 1.55; }
.service-card .link { margin-top: auto; padding-top: 12px; }

/* Lijstweergave (dienstenpagina) */
.service-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: center; padding: clamp(18px, 2.5vw, 28px); }
.service-row.reverse .service-photo { order: 2; }
.service-photo { position: relative; aspect-ratio: 4 / 3; border-radius: 18px; overflow: hidden; }
.service-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.3s var(--ease); }
.service-row:hover .service-photo img { transform: scale(1.05); }
.service-photo .num { position: absolute; top: 14px; left: 14px; padding: 6px 12px; border-radius: 999px; background: rgba(6, 20, 52, .45); color: #fff; font-family: var(--font-sub); font-weight: 700; font-size: .78rem; letter-spacing: .1em; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); border: 1px solid rgba(255, 255, 255, .25); }
.service-body { display: flex; flex-direction: column; gap: 16px; padding: 8px 12px; }
.service-body h2 { font-size: clamp(1.5rem, 2.4vw, 2rem); }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tag { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px; font-family: var(--font-sub); font-size: .8rem; font-weight: 500; color: var(--navy-800); background: rgba(47, 123, 245, .09); border: 1px solid rgba(47, 123, 245, .14); }
.tag .ic { width: 13px; height: 13px; }

/* ---------- Split / foto's / stats ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 84px); align-items: center; }
.split.reverse > :first-child { order: 2; }
.feature-list { list-style: none; display: grid; gap: 12px; }
.feature-list li { display: flex; gap: 14px; align-items: flex-start; padding: 14px 16px; border-radius: 16px; transition: transform .4s var(--ease), background .3s; }
.feature-list li:hover { transform: translateX(4px); background: rgba(255, 255, 255, .72); }
.feature-list strong { display: block; font-family: var(--font-sub); font-size: 1rem; font-weight: 600; color: var(--ink); }
.feature-list span { font-size: .92rem; color: var(--muted); line-height: 1.55; }
.photo-frame { position: relative; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 4.3; isolation: isolate; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.photo-frame::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: 0 0 0 1px rgba(255, 255, 255, .5) inset; pointer-events: none; }
.photo-frame.wide { aspect-ratio: 16 / 10; }
.photo-frame.square { aspect-ratio: 1; }
.photo-stack { position: relative; padding: 0 22px 22px 0; }
.photo-stack .stat-card { position: absolute; z-index: 3; padding: 16px 20px; min-width: 190px; background: var(--glass-bg-strong); }
.photo-stack .stat-card.pos-a { left: -26px; bottom: 60px; }
.photo-stack .stat-card.pos-b { right: -6px; top: 34px; }
.stat-card .num { font-family: var(--font-sub); font-weight: 700; font-size: 1.9rem; line-height: 1; color: var(--navy-800); letter-spacing: -.02em; }
.stat-card .num em { font-style: normal; color: var(--blue-500); }
.stat-card .lbl { font-size: .82rem; color: var(--muted); margin-top: 4px; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat { padding: 26px 24px; display: flex; flex-direction: column; gap: 8px; }
.stat .num { font-family: var(--font-sub); font-weight: 700; font-size: clamp(2rem, 3.6vw, 2.8rem); line-height: 1; letter-spacing: -.02em; color: var(--navy-800); }
.stat .num em { font-style: normal; color: var(--blue-500); }
.stat .lbl { font-size: .9rem; color: var(--muted); }
.stat .ic { width: 22px; height: 22px; color: var(--blue-600); }
.section-deep .stat .num { color: #fff; }
.section-deep .stat .num em { color: var(--cyan); }
.section-deep .stat .lbl { color: rgba(255, 255, 255, .62); }
.section-deep .stat .ic { color: var(--cyan); }

/* ---------- Proces ---------- */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.step-card { position: relative; padding: 26px 22px; display: flex; flex-direction: column; gap: 12px; }
.step-card .n { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, var(--navy-800), var(--blue-600)); color: #fff; font-family: var(--font-sub); font-weight: 700; font-size: .95rem; box-shadow: 0 12px 22px -8px rgba(31, 95, 209, .6); }
.step-card p { font-size: .92rem; color: var(--muted); line-height: 1.6; }
.step-card:not(:last-child)::after {
  content: ""; position: absolute; top: 40px; right: -22px; width: 16px; height: 16px; border-radius: 50%;
  background: #fff; border: 1px solid rgba(47, 123, 245, .3); box-shadow: 0 0 0 4px rgba(47, 123, 245, .1);
  z-index: 2;
}

/* ---------- Testimonials ---------- */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial { padding: 28px; display: flex; flex-direction: column; gap: 18px; }
.testimonial .q { position: absolute; top: 20px; right: 22px; width: 36px; height: 36px; color: rgba(255, 255, 255, .16); }
.testimonial .stars { display: flex; gap: 3px; color: var(--gold); }
.testimonial .stars .ic { width: 16px; height: 16px; fill: currentColor; stroke: none; }
.testimonial p { font-size: 1rem; line-height: 1.72; color: rgba(255, 255, 255, .86); }
.testimonial .who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.testimonial .avatar { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-sub); font-weight: 700; color: #fff; background: linear-gradient(135deg, var(--blue-500), var(--cyan)); flex: none; }
.testimonial .who strong { display: block; font-family: var(--font-sub); font-size: .95rem; color: #fff; }
.testimonial .who small { color: rgba(255, 255, 255, .6); font-size: .8rem; }

/* ---------- CTA-paneel ---------- */
.cta-panel { padding: clamp(28px, 4vw, 48px); display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(24px, 4vw, 56px); align-items: center; overflow: hidden; }
.cta-panel .decor { position: absolute; z-index: -1; right: -10%; top: -40%; width: 60%; aspect-ratio: 1; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(47, 123, 245, .22), transparent 62%); }
.cta-form { display: grid; gap: 12px; padding: 22px; }
.cta-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.cta-form .btn { margin-top: 4px; }
.cta-note { font-size: .8rem; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.cta-note .ic { width: 15px; height: 15px; color: var(--success); }

.quote-band { padding: clamp(56px, 7vw, 100px) 0; text-align: center; }
.quote-band blockquote { margin: 0 auto; max-width: 900px; font-family: var(--font-display); font-weight: 600; font-size: clamp(1.5rem, 3vw, 2.4rem); line-height: 1.25; color: #fff; letter-spacing: -.02em; text-wrap: balance; }
.quote-band blockquote em { font-family: var(--font-accent); font-style: italic; font-weight: 400; color: var(--cyan); font-size: 1.1em; }
.quote-band cite { display: inline-flex; align-items: center; gap: 10px; margin-top: 26px; font-style: normal; font-family: var(--font-sub); font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .6); }
.quote-band cite::before { content: ""; width: 28px; height: 2px; background: var(--cyan); border-radius: 2px; }

/* ---------- Subpagina-hero, kruimelpad ---------- */
.page-hero { position: relative; padding: clamp(28px, 4vw, 56px) 0 clamp(24px, 3vw, 44px); }
.crumbs { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-family: var(--font-sub); font-size: .82rem; color: var(--muted); margin-bottom: 22px; }
.crumbs a { color: var(--muted); text-decoration: none; transition: color .2s; }
.crumbs a:hover { color: var(--blue-600); }
.crumbs .ic { width: 14px; height: 14px; opacity: .55; }
.crumbs span:last-child { color: var(--ink); font-weight: 500; }
.page-hero h1 { font-size: clamp(2.2rem, 4.6vw, 3.7rem); }
.page-hero .grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.page-hero .visual { position: relative; aspect-ratio: 5 / 4; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-lg); isolation: isolate; }
.page-hero .visual img { width: 100%; height: 100%; object-fit: cover; }
.page-hero .visual::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: 0 0 0 1px rgba(255, 255, 255, .5) inset; background: linear-gradient(180deg, transparent 65%, rgba(6, 20, 52, .35)); pointer-events: none; }
.page-hero .visual .badge { position: absolute; left: 16px; bottom: 16px; z-index: 2; display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px 10px 10px; border-radius: 14px; background: rgba(255, 255, 255, .78); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, .85); font-family: var(--font-sub); font-size: .84rem; font-weight: 600; color: var(--ink); }
.page-hero .visual .badge .tile { width: 34px; height: 34px; border-radius: 10px; }
.page-hero .visual .badge .tile .ic { width: 17px; height: 17px; }
.page-hero .visual .badge small { display: block; font-weight: 400; color: var(--muted); font-size: .76rem; }

/* ---------- Checklist, sectoren, waarden, team ---------- */
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.check-item { display: flex; gap: 12px; align-items: flex-start; padding: 16px 18px; }
.check-item .ic { width: 22px; height: 22px; color: var(--success); flex: none; margin-top: 1px; }
.check-item strong { display: block; font-family: var(--font-sub); font-size: .95rem; font-weight: 600; color: var(--ink); }
.check-item span { font-size: .88rem; color: var(--muted); line-height: 1.5; }

.sectors { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.sector { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 22px 12px; text-align: center; font-family: var(--font-sub); font-weight: 600; font-size: .88rem; color: var(--ink); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.sector:hover { transform: translateY(-4px); box-shadow: var(--glass-shadow-hover); }

.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value { padding: 28px 26px; display: flex; flex-direction: column; gap: 14px; transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.value:hover { transform: translateY(-5px); box-shadow: var(--glass-shadow-hover); }
.value p { font-size: .94rem; color: var(--muted); line-height: 1.65; }

.team { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.member { padding: 10px; display: flex; flex-direction: column; gap: 0; }
.member .photo { aspect-ratio: 4 / 4.6; border-radius: 15px; overflow: hidden; position: relative; isolation: isolate; }
.member .photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.member:hover .photo img { transform: scale(1.05); }
.member .photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(6, 20, 52, .55)); }
.member .info { padding: 16px 12px 10px; }
.member .info strong { display: block; font-family: var(--font-sub); font-size: 1.02rem; font-weight: 600; color: var(--ink); }
.member .info span { font-size: .86rem; color: var(--muted); }
.member .role-badge { position: absolute; left: 12px; bottom: 12px; z-index: 2; padding: 6px 12px; border-radius: 999px; background: rgba(255, 255, 255, .8); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); font-family: var(--font-sub); font-size: .76rem; font-weight: 600; color: var(--navy-800); }

/* Werkgebied-kaart */
.region { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.map { position: relative; aspect-ratio: 1; max-width: 520px; margin-inline: auto; padding: 16px; }
.map svg { width: 100%; height: 100%; overflow: visible; }
.map .ring { fill: none; stroke: rgba(47, 123, 245, .3); stroke-dasharray: 3 7; stroke-linecap: round; }
.map .ring-fill { fill: rgba(47, 123, 245, .05); }
.map .town { fill: var(--navy-800); }
.map .town-lbl { font-family: var(--font-sub); font-size: 11px; font-weight: 600; fill: var(--ink-2); }
.map .center-dot { fill: var(--blue-600); }
.map .pulse { fill: rgba(47, 123, 245, .35); transform-origin: center; transform-box: fill-box; animation: pulse 2.6s ease-out infinite; }
.map .center-lbl { font-family: var(--font-sub); font-size: 13px; font-weight: 700; fill: var(--navy-800); }
@keyframes pulse { 0% { transform: scale(.6); opacity: .9; } 100% { transform: scale(2.6); opacity: 0; } }
.region-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; list-style: none; }
.region-list li { display: flex; align-items: center; gap: 8px; font-size: .95rem; color: var(--ink-2); }
.region-list .ic { width: 16px; height: 16px; color: var(--blue-500); }

/* ---------- FAQ ---------- */
.faq-tabs { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-bottom: 30px; }
.faq-tab { padding: 10px 18px; border-radius: 999px; border: 1px solid rgba(16, 48, 111, .12); background: rgba(255, 255, 255, .55); font-family: var(--font-sub); font-weight: 500; font-size: .9rem; color: var(--ink-2); cursor: pointer; transition: all .25s var(--ease); }
.faq-tab:hover { background: rgba(255, 255, 255, .85); }
.faq-tab.active { background: var(--navy-800); color: #fff; border-color: var(--navy-800); box-shadow: 0 12px 22px -10px rgba(16, 48, 111, .6); }
.faq-list { display: grid; gap: 12px; max-width: 860px; margin-inline: auto; }
.faq-item { border-radius: 18px; overflow: hidden; transition: box-shadow .35s var(--ease); }
.faq-item.open { box-shadow: var(--glass-shadow-hover); background: var(--glass-bg-strong); }
.faq-item[hidden] { display: none; }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; background: none; border: 0; text-align: left; font-family: var(--font-sub); font-weight: 600; font-size: 1.02rem; color: var(--ink); cursor: pointer; }
.faq-q .chev { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; background: rgba(47, 123, 245, .1); color: var(--blue-600); flex: none; transition: transform .45s var(--ease), background .3s, color .3s; }
.faq-q .chev .ic { width: 18px; height: 18px; }
.faq-item.open .faq-q .chev { transform: rotate(180deg); background: var(--blue-600); color: #fff; }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .45s var(--ease); }
.faq-a > div { overflow: hidden; }
.faq-a p { padding: 0 22px 22px; color: var(--muted); line-height: 1.72; }
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-compact .faq-q { padding: 16px 18px; font-size: .98rem; }

/* ---------- Formulieren ---------- */
.form-card { padding: clamp(22px, 3vw, 36px); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid .full { grid-column: 1 / -1; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label, .label { font-family: var(--font-sub); font-weight: 600; font-size: .82rem; color: var(--ink); letter-spacing: .01em; }
.field label small, .label small { font-weight: 400; color: var(--muted); }
.input {
  width: 100%; padding: 14px 16px; border-radius: 14px; border: 1px solid rgba(16, 48, 111, .14);
  background: rgba(255, 255, 255, .72); font: inherit; font-size: .97rem; color: var(--ink);
  transition: border-color .25s, box-shadow .25s, background .25s; -webkit-appearance: none; appearance: none;
}
.input::placeholder { color: #9AA5BA; }
.input:hover { border-color: rgba(16, 48, 111, .26); }
.input:focus { outline: none; border-color: var(--blue-500); background: #fff; box-shadow: 0 0 0 4px rgba(47, 123, 245, .16); }
textarea.input { min-height: 140px; resize: vertical; line-height: 1.55; }
select.input {
  padding-right: 42px; cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2366748F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m6 9 6 6 6-6'/></svg>");
  background-repeat: no-repeat; background-position: right 14px center; background-size: 18px;
}
.field.error .input { border-color: var(--danger); box-shadow: 0 0 0 4px rgba(220, 74, 79, .14); }
.field .msg, .group-msg { display: none; font-size: .8rem; color: var(--danger); }
.field.error .msg, .error > .group-msg { display: block; }
.check { display: flex; gap: 12px; align-items: flex-start; font-size: .88rem; color: var(--muted); cursor: pointer; line-height: 1.5; }
.check input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--blue-600); flex: none; cursor: pointer; }
.check a { color: var(--blue-600); }
.check-field.error .check { color: var(--danger); }
.form-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 4px; }
.form-success { display: none; text-align: center; padding: 28px 12px; flex-direction: column; align-items: center; gap: 14px; }
form.is-sent .form-body { display: none; }
form.is-sent .form-success { display: flex; animation: fadeUp .6s var(--ease); }
.success-ring { width: 88px; height: 88px; border-radius: 50%; display: grid; place-items: center; color: var(--success); background: linear-gradient(135deg, rgba(30, 166, 114, .16), rgba(56, 214, 242, .16)); box-shadow: 0 0 0 10px rgba(30, 166, 114, .06); }
.success-ring .ic { width: 42px; height: 42px; }
.success-ring .ic path { stroke-dasharray: 60; stroke-dashoffset: 60; animation: draw .8s var(--ease) .2s forwards; }
.success-ring .ic circle { stroke-dasharray: 70; stroke-dashoffset: 70; animation: draw 1s var(--ease) forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* Keuzekaarten (offerte) */
.sr-input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.choices { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.choices.cols-3 { grid-template-columns: repeat(3, 1fr); }
.choice {
  position: relative; display: flex; gap: 14px; align-items: center; padding: 16px; border-radius: 16px; cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .8); background: rgba(255, 255, 255, .55);
  transition: transform .3s var(--ease), background .3s, border-color .3s, box-shadow .3s;
}
.choice:hover { transform: translateY(-2px); background: rgba(255, 255, 255, .8); }
.choice:has(input:checked) { border-color: var(--blue-500); background: rgba(47, 123, 245, .08); box-shadow: 0 0 0 3px rgba(47, 123, 245, .14); }
.choice:has(input:focus-visible) { outline: 3px solid var(--blue-500); outline-offset: 2px; }
.choice strong { display: block; font-family: var(--font-sub); font-size: .95rem; font-weight: 600; color: var(--ink); }
.choice small { display: block; color: var(--muted); font-size: .8rem; line-height: 1.35; }
.choice .tick { position: absolute; top: 10px; right: 10px; width: 22px; height: 22px; border-radius: 50%; background: var(--blue-600); color: #fff; display: grid; place-items: center; transform: scale(0); transition: transform .35s var(--ease-out); }
.choice .tick .ic { width: 13px; height: 13px; }
.choice:has(input:checked) .tick { transform: scale(1); }
.choices.error .choice { border-color: rgba(220, 74, 79, .5); }
.choice.center { flex-direction: column; text-align: center; gap: 10px; padding: 18px 12px; }
.pills { display: flex; gap: 10px; flex-wrap: wrap; }
.pill-choice { position: relative; padding: 10px 16px; border-radius: 999px; cursor: pointer; font-family: var(--font-sub); font-weight: 500; font-size: .9rem; color: var(--ink-2); border: 1px solid rgba(16, 48, 111, .14); background: rgba(255, 255, 255, .6); transition: all .25s var(--ease); }
.pill-choice:hover { background: rgba(255, 255, 255, .9); }
.pill-choice:has(input:checked) { background: var(--navy-800); color: #fff; border-color: var(--navy-800); box-shadow: 0 10px 20px -10px rgba(16, 48, 111, .6); }
.pill-choice:has(input:focus-visible) { outline: 3px solid var(--blue-500); outline-offset: 2px; }
.pills.error .pill-choice { border-color: rgba(220, 74, 79, .5); }

/* Stappen */
.stepper { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 18px; }
.stepper .s { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 14px; font-family: var(--font-sub); font-size: .88rem; font-weight: 600; color: var(--muted); background: rgba(255, 255, 255, .4); border: 1px solid rgba(255, 255, 255, .7); transition: all .35s var(--ease); }
.stepper .s i { width: 28px; height: 28px; border-radius: 9px; display: grid; place-items: center; font-style: normal; font-size: .8rem; background: rgba(16, 48, 111, .08); color: var(--ink-2); flex: none; transition: all .3s; }
.stepper .s i .ic { width: 14px; height: 14px; display: none; }
.stepper .s.active { color: var(--navy-800); background: rgba(255, 255, 255, .85); box-shadow: var(--glass-shadow); }
.stepper .s.active i { background: var(--navy-800); color: #fff; }
.stepper .s.done i { background: var(--success); color: #fff; }
.stepper .s.done i .ic { display: block; }
.stepper .s.done i .num { display: none; }
.progress { height: 6px; border-radius: 999px; background: rgba(16, 48, 111, .08); overflow: hidden; margin-bottom: 30px; }
.progress span { display: block; height: 100%; width: var(--p, 33%); border-radius: inherit; background: linear-gradient(90deg, var(--blue-600), var(--cyan)); transition: width .5s var(--ease); }
.step-panel { display: flex; flex-direction: column; gap: 22px; animation: fadeUp .5s var(--ease); }
.step-panel[hidden] { display: none; }
.step-panel h3 { font-size: 1.35rem; }
.step-panel .sub-txt { color: var(--muted); font-size: .95rem; margin-top: 4px; }
.step-actions { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-top: 8px; padding-top: 22px; border-top: 1px solid var(--line); }
.summary { display: grid; gap: 10px; padding: 18px 20px; border-radius: 16px; background: rgba(47, 123, 245, .06); border: 1px solid rgba(47, 123, 245, .16); font-size: .92rem; margin: 0; }
.summary div { display: flex; justify-content: space-between; gap: 16px; }
.summary dt { color: var(--muted); }
.summary dd { margin: 0; font-weight: 600; color: var(--ink); text-align: right; }
.range-wrap { display: flex; align-items: center; gap: 16px; }
.range-wrap output { font-family: var(--font-sub); font-weight: 700; color: var(--navy-800); min-width: 84px; text-align: right; }
input[type="range"] { flex: 1; accent-color: var(--blue-600); height: 6px; cursor: pointer; }

/* ---------- Contactblokken ---------- */
.contact-cards { display: grid; gap: 12px; }
.contact-card { display: flex; gap: 14px; align-items: flex-start; padding: 18px; text-decoration: none; color: inherit; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.contact-card:hover { transform: translateY(-3px); box-shadow: var(--glass-shadow-hover); }
.contact-card strong { display: block; font-family: var(--font-sub); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }
.contact-card span { font-family: var(--font-sub); font-weight: 600; font-size: 1.02rem; color: var(--ink); }
.contact-card small { display: block; color: var(--muted); font-size: .84rem; margin-top: 2px; }
.map-visual { position: relative; border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 16 / 7; background: linear-gradient(135deg, #E9F0FB, #F6F9FE); isolation: isolate; }
.map-visual svg { width: 100%; height: 100%; }
.map-visual .street { stroke: rgba(16, 48, 111, .12); stroke-width: 6; fill: none; stroke-linecap: round; }
.map-visual .street.thin { stroke-width: 3; }
.map-visual .water { fill: rgba(47, 123, 245, .12); }
.map-visual .block { fill: rgba(16, 48, 111, .05); }
.map-visual .pin-card { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -110%); display: flex; align-items: center; gap: 12px; padding: 12px 16px 12px 12px; border-radius: 16px; background: var(--glass-bg-strong); white-space: nowrap; }
.map-visual .pin-card strong { display: block; font-family: var(--font-sub); font-size: .92rem; color: var(--ink); }
.map-visual .pin-card small { color: var(--muted); font-size: .78rem; }
.map-visual .pin { position: absolute; left: 50%; top: 50%; width: 18px; height: 18px; border-radius: 50%; background: var(--blue-600); border: 3px solid #fff; transform: translate(-50%, -50%); box-shadow: 0 0 0 8px rgba(47, 123, 245, .18), 0 6px 14px rgba(16, 48, 111, .3); }
.map-visual .pin::after { content: ""; position: absolute; inset: -14px; border-radius: 50%; border: 2px solid rgba(47, 123, 245, .5); animation: pulse 2.4s ease-out infinite; }

/* ---------- Tekstpagina's ---------- */
.prose { max-width: 760px; margin-inline: auto; display: flex; flex-direction: column; gap: 18px; }
.prose h2 { font-size: 1.5rem; margin-top: 14px; }
.prose ul { padding-left: 20px; display: grid; gap: 6px; color: var(--ink-2); }
.prose p { color: var(--ink-2); }

/* ---------- Footer ---------- */
.site-footer { position: relative; margin-top: clamp(48px, 7vw, 96px); color: rgba(255, 255, 255, .72); overflow: hidden; border-radius: 36px 36px 0 0; background: linear-gradient(180deg, var(--navy-900), var(--navy-950)); }
.footer-glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(800px 420px at 12% 0%, rgba(47, 123, 245, .38), transparent 60%), radial-gradient(600px 320px at 92% 100%, rgba(56, 214, 242, .16), transparent 60%); }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.25fr; gap: 40px; padding: clamp(48px, 6vw, 80px) 0 40px; }
.footer-brand .mark-lg { width: 60px; height: 60px; filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .35)); }
.footer-brand .wordmark { color: #fff; font-size: 1.35rem; margin-top: 16px; }
.footer-brand .tagline { font-family: var(--font-sub); font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; color: var(--cyan); margin: 6px 0 16px; }
.footer-intro { font-size: .93rem; line-height: 1.65; max-width: 36ch; }
.footer-badges { display: flex; flex-direction: column; gap: 8px; margin-top: 18px; }
.footer-badges span { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-sub); font-size: .82rem; color: rgba(255, 255, 255, .8); }
.footer-badges .ic { width: 16px; height: 16px; color: var(--cyan); }
.site-footer h4 { color: #fff; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 18px; }
.site-footer ul { list-style: none; display: grid; gap: 11px; }
.site-footer li { display: flex; gap: 10px; align-items: flex-start; font-size: .94rem; }
.site-footer li .ic { width: 17px; height: 17px; color: var(--cyan); flex: none; margin-top: 3px; }
.site-footer a { color: rgba(255, 255, 255, .74); text-decoration: none; transition: color .2s; }
.site-footer a:hover { color: #fff; }
.footer-bottom { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; padding: 22px 0 30px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .82rem; color: rgba(255, 255, 255, .5); }
.footer-legal { display: flex; gap: 22px; }

/* ---------- Reveal-animaties ---------- */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); transition-delay: calc(var(--i, 0) * 90ms); }
[data-reveal="left"] { transform: translateX(-32px); }
[data-reveal="right"] { transform: translateX(32px); }
[data-reveal="scale"] { transform: scale(.94); }
[data-reveal].in { opacity: 1; transform: none; }

/* ---------- Responsief ---------- */
@media (max-width: 1100px) {
  .services-grid, .stats, .process { grid-template-columns: repeat(2, 1fr); }
  .sectors { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .step-card:not(:last-child)::after { display: none; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px) {
  .menu, .nav-phone { display: none; }
  .burger { display: grid; }
  .navbar .btn { display: none; }
  .hero-grid, .split, .page-hero .grid, .cta-panel, .region, .service-row { grid-template-columns: 1fr; }
  .split.reverse > :first-child, .service-row.reverse .service-photo { order: 0; }
  .testimonials, .values, .team, .grid-3 { grid-template-columns: 1fr; }
  .team { grid-template-columns: repeat(2, 1fr); }
  .float-a { left: 6px; }
  .float-b { right: 6px; }
  .hero-visual { aspect-ratio: 4 / 3.4; }
  .page-hero .visual { aspect-ratio: 16 / 10; }
  .section-head.row { flex-direction: column; align-items: flex-start; }
  .photo-frame { aspect-ratio: 16 / 11; }
  .photo-stack .stat-card.pos-a { left: 6px; }
}
@media (max-width: 640px) {
  .container { width: calc(100% - 32px); }
  .site-header { padding-top: 10px; }
  .navbar { height: 62px; padding: 0 8px 0 14px; border-radius: 16px; }
  .wordmark { font-size: 1.1rem; }
  .trust, .form-grid, .check-grid, .choices, .choices.cols-3, .stats, .process, .stepper, .team, .grid-2, .grid-4, .region-list, .cta-form .row { grid-template-columns: 1fr; }
  .sectors { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-visual-wrap { padding: 0; }
  .float { display: none; }
  .float-c { display: flex; left: 12px; top: 12px; }
  .hero-meta span { font-size: .78rem; }
  .btn-lg { padding: 15px 22px; }
  .step-actions { flex-direction: column-reverse; }
  .step-actions .btn { width: 100%; }
  .map-visual { aspect-ratio: 4 / 3; }
  .map-visual .pin-card { transform: translate(-50%, -130%); }
  .section-deep { border-radius: 24px; }
  .site-footer { border-radius: 24px 24px 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .hero-visual .frost { display: none; }
  .hero-visual .squeegee { display: none; }
  .hero-visual img { transform: none; }
}
