/* ============================================================
   ASN Autoschade Vermaire Groep — Hagelschade landingspagina
   Huisstijl: blauw #001489 · donker #00073d/#050a2e · goud #cca13e
   ============================================================ */

:root {
  --blue: #001489;
  --blue-bright: #2b3fd4;
  --navy: #00073d;
  --navy-deep: #050a2e;
  --ink: #04061f;
  --gold: #cca13e;
  --gold-light: #ffde82;
  --white: #ffffff;
  --paper: #f4f6fc;
  --text-dark: #131636;
  --text-muted: #5a5f85;
  --text-light: rgba(255, 255, 255, .78);
  --glass: rgba(255, 255, 255, .06);
  --glass-border: rgba(255, 255, 255, .14);
  --radius: 22px;
  --shadow-lg: 0 30px 80px -20px rgba(2, 6, 60, .55);
  --font: "Jost", "Century Gothic", "Futura", "Trebuchet MS", Arial, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  background: var(--navy-deep);
  color: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container { width: min(1180px, 92vw); margin-inline: auto; }
.section { padding: clamp(72px, 10vw, 130px) 0; position: relative; }

h1, h2, h3, h4 { font-weight: 700; line-height: 1.12; letter-spacing: -.01em; }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
h3 { font-size: 1.3rem; }

.gold-text {
  background: linear-gradient(100deg, var(--gold) 10%, var(--gold-light) 50%, var(--gold) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.eyebrow::before {
  content: "";
  width: 34px; height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  border-radius: 2px;
}

.section-head { max-width: 640px; margin-bottom: clamp(40px, 6vw, 70px); }
.section-sub { margin-top: 14px; color: var(--text-muted); }

/* ── Lichte secties ─────────────────────────────────────── */
.waarom, .werkwijze, .vestigingen, .stats {
  background:
    radial-gradient(900px 500px at 90% -10%, rgba(0, 20, 137, .08), transparent 60%),
    radial-gradient(700px 400px at 0% 110%, rgba(204, 161, 62, .09), transparent 60%),
    var(--paper);
  color: var(--text-dark);
}
.waarom p, .werkwijze p, .vestigingen p { color: var(--text-muted); }

.section--dark {
  background:
    radial-gradient(1000px 600px at 15% 0%, rgba(43, 63, 212, .25), transparent 55%),
    radial-gradient(800px 500px at 100% 100%, rgba(204, 161, 62, .12), transparent 55%),
    linear-gradient(180deg, var(--navy-deep), var(--navy));
}
.section--dark p { color: var(--text-light); }

/* ============================================================
   PRELOADER
   ============================================================ */
.preloader {
  position: fixed; inset: 0; z-index: 1000;
  display: grid; place-items: center;
  background: var(--navy-deep);
  transition: opacity .6s var(--ease), visibility .6s;
}
.preloader.done { opacity: 0; visibility: hidden; }
.preloader-inner { display: grid; place-items: center; gap: 26px; }
.preloader-shield { width: 64px; color: var(--gold); animation: shieldPulse 1.2s ease-in-out infinite; }
@keyframes shieldPulse {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 0 rgba(204,161,62,0)); }
  50% { transform: scale(1.08); filter: drop-shadow(0 0 22px rgba(204,161,62,.55)); }
}
.preloader-bar {
  width: 180px; height: 3px; border-radius: 3px;
  background: rgba(255,255,255,.12); overflow: hidden;
}
.preloader-bar span {
  display: block; height: 100%; width: 40%;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 3px;
  animation: loadSlide 1s var(--ease) infinite;
}
@keyframes loadSlide {
  0% { transform: translateX(-120%); }
  100% { transform: translateX(480%); }
}

/* ============================================================
   SCROLL-VOORTGANGSBALK
   ============================================================ */
.scroll-progress {
  position: fixed; top: 0; left: 0; z-index: 200;
  height: 3px; width: 100%;
  transform: scaleX(0); transform-origin: left;
  background: linear-gradient(90deg, var(--gold), var(--gold-light) 45%, var(--blue-bright));
  box-shadow: 0 0 14px rgba(204, 161, 62, .6);
  will-change: transform;
}

/* ============================================================
   AMBIENT DEELTJES-CANVAS
   ============================================================ */
.ambient-canvas {
  position: fixed; inset: 0; z-index: -1;
  width: 100%; height: 100%;
  pointer-events: none;
}

/* ============================================================
   AURORA BACKDROP
   ============================================================ */
.aurora { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; will-change: transform; transition: transform .5s var(--ease); }
.aurora-blob {
  position: absolute; border-radius: 50%;
  filter: blur(90px); opacity: .5;
  animation: drift 22s ease-in-out infinite alternate;
}
.aurora-blob--1 { width: 55vw; height: 55vw; top: -22vw; left: -12vw; background: radial-gradient(circle, rgba(43,63,212,.7), transparent 65%); }
.aurora-blob--2 { width: 42vw; height: 42vw; top: 30vh; right: -16vw; background: radial-gradient(circle, rgba(204,161,62,.35), transparent 65%); animation-delay: -8s; }
.aurora-blob--3 { width: 48vw; height: 48vw; bottom: -20vw; left: 20vw; background: radial-gradient(circle, rgba(0,20,137,.6), transparent 65%); animation-delay: -14s; }
@keyframes drift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(6vw, 4vh, 0) scale(1.15); }
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 18px 0;
  transition: padding .35s var(--ease), background .35s, box-shadow .35s;
}
.site-header.scrolled {
  padding: 10px 0;
  background: rgba(4, 7, 40, .82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 10px 40px -12px rgba(0, 0, 0, .6);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}
.header-inner { display: flex; align-items: center; gap: 28px; }

.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo {
  height: 46px; width: auto;
  border-radius: 8px;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, .35));
  transition: transform .3s var(--ease);
}
.brand:hover .brand-logo { transform: scale(1.03); }
.brand-logo--footer { height: 54px; }

.main-nav { display: flex; gap: 26px; margin-left: auto; }
.main-nav a {
  font-size: .95rem; font-weight: 500;
  white-space: nowrap;
  color: var(--text-light);
  position: relative; padding: 6px 0;
  transition: color .25s;
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 100%; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform: scaleX(0); transform-origin: left;
  transition: transform .3s var(--ease);
}
.main-nav a:hover { color: var(--white); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.main-nav a.active { color: var(--white); }

.header-actions { display: flex; align-items: center; gap: 16px; }
.header-phone {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; font-size: .95rem; color: var(--white);
  white-space: nowrap;
  transition: color .25s;
}
.header-phone svg { width: 17px; color: var(--gold); }
.header-phone:hover { color: var(--gold-light); }

.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  border: 1px solid var(--glass-border); border-radius: 12px;
  background: var(--glass); cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.nav-toggle span {
  width: 20px; height: 2px; border-radius: 2px;
  background: var(--white);
  transition: transform .3s var(--ease), opacity .3s;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   KNOPPEN
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font); font-weight: 600; font-size: 1rem;
  padding: 15px 30px; border-radius: 999px;
  cursor: pointer; border: none;
  white-space: nowrap;
  position: relative; overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s;
  will-change: transform;
}
.btn svg { width: 19px; transition: transform .3s var(--ease); }
.btn:hover svg { transform: translateX(4px); }

/* Tap-/klik-ripple (werkt op desktop én mobiel) */
.btn .ripple {
  position: absolute;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: rgba(255, 255, 255, .5);
  pointer-events: none;
  animation: ripple .6s var(--ease) forwards;
}
@keyframes ripple {
  to { transform: translate(-50%, -50%) scale(1); opacity: 0; }
}

.btn--gold {
  color: var(--navy-deep);
  background: linear-gradient(120deg, var(--gold-light) 0%, var(--gold) 55%, #a87f22 120%);
  box-shadow: 0 14px 34px -10px rgba(204, 161, 62, .65);
}
.btn--gold:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 22px 44px -12px rgba(204, 161, 62, .8);
}

.btn--ghost {
  color: var(--white);
  background: var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(10px);
}
.btn--ghost:hover { transform: translateY(-3px); background: rgba(255, 255, 255, .12); }

.btn--sm { padding: 11px 22px; font-size: .9rem; }
.btn--lg { padding: 17px 36px; font-size: 1.05rem; }
.btn--xl { padding: 20px 44px; font-size: 1.15rem; }

.btn--shine::after {
  content: ""; position: absolute; top: 0; bottom: 0; left: -80%;
  width: 45%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.55), transparent);
  transform: skewX(-20deg);
  animation: shine 3.2s var(--ease) infinite;
}
@keyframes shine {
  0%, 55% { left: -80%; }
  100% { left: 160%; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  position: relative; overflow: hidden;
  padding: 140px 0 90px;
  background:
    radial-gradient(1200px 700px at 70% -10%, rgba(43, 63, 212, .4), transparent 60%),
    radial-gradient(900px 500px at 0% 100%, rgba(0, 20, 137, .5), transparent 60%),
    linear-gradient(165deg, #0a1152 0%, var(--navy) 45%, var(--navy-deep) 100%);
}
.hero-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.hero-scrim {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(100deg, rgba(4, 7, 40, .92) 0%, rgba(4, 7, 40, .72) 45%, rgba(4, 7, 40, .35) 100%),
    linear-gradient(180deg, rgba(4, 7, 40, .55) 0%, rgba(4, 7, 40, .15) 30%, rgba(5, 10, 46, .9) 100%);
}
.hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.hero-lightning {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(600px 400px at 75% 15%, rgba(190, 205, 255, .9), transparent 70%);
  opacity: 0; transition: opacity .08s;
}
.hero-lightning.flash { opacity: .5; }
.hero-vignette {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 55%, rgba(3, 5, 30, .55) 100%);
}

.hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: clamp(30px, 5vw, 70px); align-items: center;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .88rem; font-weight: 600; letter-spacing: .04em;
  color: var(--gold-light);
  padding: 9px 18px; border-radius: 999px;
  background: rgba(204, 161, 62, .12);
  border: 1px solid rgba(204, 161, 62, .35);
  backdrop-filter: blur(8px);
  margin-bottom: 26px;
}
.pulse-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(204, 161, 62, .6);
  animation: pulse 1.8s ease-out infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(204, 161, 62, .6); }
  100% { box-shadow: 0 0 0 14px rgba(204, 161, 62, 0); }
}

.hero-title {
  font-size: clamp(2.7rem, 6.4vw, 5rem);
  font-weight: 800; line-height: 1.02;
  margin-bottom: 26px;
}
.hero-title .line { display: block; }
.hero-title em { font-style: normal; }
.gold-swipe {
  background: linear-gradient(100deg, var(--gold) 20%, var(--gold-light) 45%, #fff3cf 50%, var(--gold-light) 55%, var(--gold) 80%);
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: goldSweep 4.5s ease-in-out infinite;
}
@keyframes goldSweep {
  0%, 100% { background-position: 0% 0; }
  50% { background-position: 100% 0; }
}

.hero-lead {
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  color: var(--text-light);
  max-width: 520px; margin-bottom: 34px;
}
.hero-lead strong { color: var(--gold-light); }

.hero-cta { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 38px; }

.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; }
.trust-item {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .88rem; font-weight: 500; color: var(--text-light);
}
.trust-item svg { width: 16px; color: var(--gold); }

/* Hero visual */
.hero-visual { position: relative; }
.hero-card {
  position: relative;
  border-radius: var(--radius);
  padding: 30px 26px 22px;
  background: linear-gradient(160deg, rgba(255,255,255,.1), rgba(255,255,255,.03));
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.hero-card-glow {
  position: absolute; top: -60px; right: -60px;
  width: 220px; height: 220px; border-radius: 50%;
  background: radial-gradient(circle, rgba(204,161,62,.35), transparent 70%);
  pointer-events: none;
}
.hero-photo {
  border-radius: 15px; overflow: hidden;
  box-shadow: 0 18px 44px -18px rgba(0, 0, 0, .65);
}
.hero-photo img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  transition: transform 6s var(--ease);
}
.hero-card:hover .hero-photo img { transform: scale(1.07); }

.hero-card-caption {
  display: flex; align-items: center; gap: 10px;
  margin-top: 14px; padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: .9rem; color: var(--text-light);
}
.caption-dot {
  width: 8px; height: 8px; border-radius: 50%; flex: none;
  background: #43d17c;
  box-shadow: 0 0 12px rgba(67, 209, 124, .8);
}

.floating-chip {
  position: absolute;
  padding: 12px 18px; border-radius: 16px;
  font-size: .85rem; color: var(--white);
  background: rgba(10, 16, 70, .75);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px -10px rgba(0,0,0,.5);
  animation: floaty 5s ease-in-out infinite;
}
.floating-chip strong { color: var(--gold-light); margin-right: 6px; }
.chip--1 { top: -22px; left: -14px; }
.chip--2 { bottom: -38px; right: -12px; animation-delay: -2.5s; }
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.scroll-hint {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  z-index: 2; opacity: .7; transition: opacity .3s;
}
.scroll-hint:hover { opacity: 1; }
.mouse {
  display: block; width: 26px; height: 42px;
  border: 2px solid rgba(255,255,255,.5); border-radius: 14px;
  position: relative;
}
.wheel {
  position: absolute; top: 7px; left: 50%;
  width: 4px; height: 8px; margin-left: -2px;
  border-radius: 4px; background: var(--gold);
  animation: wheel 1.6s ease-in-out infinite;
}
@keyframes wheel {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(12px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

/* ============================================================
   USP MARQUEE
   ============================================================ */
.usp-marquee {
  background: linear-gradient(90deg, var(--blue) 0%, #1a2aa8 50%, var(--blue) 100%);
  border-block: 1px solid rgba(255,255,255,.12);
  padding: 16px 0;
  overflow: hidden;
  position: relative; z-index: 3;
}
.marquee-track { display: flex; width: max-content; animation: marquee 28s linear infinite; }
.usp-marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-group { display: flex; align-items: center; gap: 18px; padding-right: 18px; }
.usp-pill {
  white-space: nowrap;
  font-weight: 600; font-size: .95rem; letter-spacing: .03em;
  color: var(--white);
  padding: 9px 22px; border-radius: 999px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.15);
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============================================================
   STATS
   ============================================================ */
.stats { padding: clamp(56px, 8vw, 96px) 0; }
.stats-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 4vw, 50px); text-align: center;
}
.stat { position: relative; padding: 10px; }
.stat-number {
  font-size: clamp(3.2rem, 7vw, 5.4rem);
  font-weight: 800; line-height: 1;
  background: linear-gradient(160deg, var(--blue) 0%, var(--blue-bright) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stat-suffix { font-size: .55em; }
.stat-label { margin-top: 10px; font-weight: 500; color: var(--text-muted); }
.stat-line {
  width: 54px; height: 4px; border-radius: 4px;
  margin: 18px auto 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}

/* ============================================================
   SPLIT-LAYOUTS (hagelscan / verzekering)
   ============================================================ */
.split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 6vw, 80px); align-items: center;
}
.split--reverse .split-copy { order: 2; }
.split--reverse .split-visual { order: 1; }
.split-copy p { margin-bottom: 18px; }
.split-copy .btn { margin-top: 10px; }

/* Hagelscan-visual */
.scan-stage {
  border-radius: var(--radius);
  background: linear-gradient(170deg, rgba(255,255,255,.1), rgba(255,255,255,.02));
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-lg);
  padding: 26px;
  backdrop-filter: blur(16px);
}
.scan-tunnel { position: relative; border-radius: 16px; overflow: hidden; background: rgba(2,4,26,.55); }
.scan-video { display: block; width: 100%; height: auto; }
.scan-line {
  position: absolute; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(180deg, transparent, var(--gold-light), transparent);
  box-shadow: 0 0 24px 4px rgba(255, 222, 130, .45);
  animation: scanMove 3.6s ease-in-out infinite;
}
@keyframes scanMove {
  0% { left: 4%; } 50% { left: 96%; } 100% { left: 4%; }
}
.scan-readout {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  margin-top: 18px; padding: 13px 18px;
  border-radius: 13px;
  background: rgba(204, 161, 62, .1);
  border: 1px solid rgba(204, 161, 62, .3);
  font-size: .85rem;
}
.readout-label { letter-spacing: .2em; font-weight: 700; color: var(--gold); font-size: .72rem; }
.readout-value { color: var(--text-light); }

/* ============================================================
   KAARTEN (waarom / vestigingen)
   ============================================================ */
.cards-3 {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 3vw, 30px);
}
.card {
  position: relative; overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(0, 20, 137, .09);
  border-radius: var(--radius);
  padding: 36px 30px;
  box-shadow: 0 18px 50px -22px rgba(2, 6, 60, .25);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 34px 70px -24px rgba(2, 6, 60, .4);
}
.card h3 { margin: 20px 0 12px; color: var(--text-dark); }
.card-media {
  margin: -36px -30px 26px;
  height: 190px; overflow: hidden;
  position: relative;
}
.card-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(2, 6, 60, 0) 55%, rgba(2, 6, 60, .35) 100%);
}
.card-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s var(--ease);
}
.card:hover .card-media img { transform: scale(1.08); }
.card-icon {
  width: 60px; height: 60px;
  display: grid; place-items: center;
  border-radius: 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-bright), var(--blue));
  box-shadow: 0 12px 26px -8px rgba(0, 20, 137, .5);
  transition: transform .4s var(--ease), background .4s;
}
.card-icon svg { width: 30px; }
.card:hover .card-icon {
  transform: scale(1.1) rotate(-6deg);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 12px 26px -8px rgba(204, 161, 62, .6);
}
.card-shine {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(115deg, transparent 30%, rgba(0, 20, 137, .05) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform .8s var(--ease);
}
.card:hover .card-shine { transform: translateX(100%); }

/* ============================================================
   MOBIEL BLIJVEN
   ============================================================ */
.mobiel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 34px); }
.mobiel-card {
  border-radius: var(--radius);
  padding: 34px 32px;
  background: linear-gradient(165deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(14px);
  transition: transform .4s var(--ease), border-color .4s;
}
.mobiel-card:hover { transform: translateY(-8px); border-color: rgba(204, 161, 62, .45); }
.mobiel-card h3 { margin-bottom: 10px; }
.mobiel-photo {
  height: 230px; margin-bottom: 24px;
  border-radius: 15px; overflow: hidden;
  position: relative;
}
.mobiel-photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(5, 10, 46, 0) 55%, rgba(5, 10, 46, .45) 100%);
}
.mobiel-photo img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s var(--ease);
}
.mobiel-card:hover .mobiel-photo img { transform: scale(1.07); }

/* ============================================================
   TIJDLIJN — HOE HET WERKT
   ============================================================ */
.timeline { position: relative; padding-left: 40px; max-width: 760px; }
.timeline-rail {
  position: absolute; left: 12px; top: 8px; bottom: 8px; width: 3px;
  border-radius: 3px; background: rgba(0, 20, 137, .12);
  overflow: hidden;
}
.timeline-progress {
  display: block; width: 100%; height: 0%;
  background: linear-gradient(180deg, var(--gold), var(--blue-bright));
  border-radius: 3px;
  transition: height .25s linear;
}
.step {
  position: relative;
  display: flex; gap: 26px; align-items: flex-start;
  padding: 26px 30px;
  margin-bottom: 22px;
  background: var(--white);
  border: 1px solid rgba(0, 20, 137, .08);
  border-radius: var(--radius);
  box-shadow: 0 14px 40px -20px rgba(2, 6, 60, .25);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.step:hover { transform: translateX(10px); box-shadow: 0 22px 55px -20px rgba(2, 6, 60, .35); }
.step::before {
  content: ""; position: absolute; left: -35px; top: 38px;
  width: 13px; height: 13px; border-radius: 50%;
  background: var(--gold);
  border: 3px solid var(--paper);
  box-shadow: 0 0 0 3px rgba(204, 161, 62, .35);
}
.step-num {
  font-size: 2rem; font-weight: 800; line-height: 1;
  background: linear-gradient(160deg, var(--gold), #a87f22);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  flex: none; padding-top: 4px;
}
.step-body h3 { color: var(--text-dark); margin-bottom: 8px; }
.werkwijze-cta { margin-top: 46px; text-align: center; }

/* ============================================================
   VERZEKERING
   ============================================================ */
.checklist { margin-top: 26px; display: grid; gap: 14px; }
.checklist li {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 16px 20px;
  border-radius: 15px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid var(--glass-border);
  color: var(--text-light);
  transition: border-color .3s, background .3s, transform .3s var(--ease);
}
.checklist li:hover { border-color: rgba(204, 161, 62, .5); background: rgba(204, 161, 62, .07); transform: translateX(6px); }
.check {
  flex: none;
  width: 26px; height: 26px; border-radius: 50%;
  display: grid; place-items: center;
  font-size: .75rem; color: var(--navy-deep);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
}

.polis-card {
  position: relative;
  border-radius: var(--radius);
  padding: 30px 30px 60px;
  background: linear-gradient(165deg, rgba(255,255,255,.12), rgba(255,255,255,.03));
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.polis-head { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.polis-chip {
  width: 44px; height: 32px; border-radius: 7px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  position: relative;
}
.polis-chip::after {
  content: ""; position: absolute; inset: 8px 10px;
  border: 1px solid rgba(0,0,0,.25); border-radius: 3px;
}
.polis-title { letter-spacing: .25em; font-size: .78rem; font-weight: 700; color: var(--text-light); }
.polis-row {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 14px 0; font-size: .95rem;
  border-bottom: 1px dashed rgba(255,255,255,.14);
}
.polis-row span { color: rgba(255,255,255,.55); }
.polis-stamp {
  position: absolute; right: 22px; bottom: 20px;
  padding: 8px 18px;
  font-weight: 800; letter-spacing: .18em; font-size: .8rem;
  color: #4ade80; border: 3px solid #4ade80; border-radius: 10px;
  transform: rotate(-9deg);
  opacity: .85;
  animation: stampIn 4s var(--ease) infinite;
}
@keyframes stampIn {
  0%, 10% { transform: rotate(-9deg) scale(2.2); opacity: 0; }
  16% { transform: rotate(-9deg) scale(1); opacity: .85; }
  100% { transform: rotate(-9deg) scale(1); opacity: .85; }
}

/* ============================================================
   VESTIGINGEN
   ============================================================ */
.vestiging-card {
  position: relative;
  background: var(--white);
  border: 1px solid rgba(0, 20, 137, .09);
  border-radius: var(--radius);
  padding: 34px 30px;
  box-shadow: 0 18px 50px -22px rgba(2, 6, 60, .25);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
  overflow: hidden;
}
.vestiging-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px;
  background: linear-gradient(90deg, var(--blue), var(--blue-bright), var(--gold));
  transform: scaleX(0); transform-origin: left;
  transition: transform .5s var(--ease);
}
.vestiging-card:hover { transform: translateY(-10px); box-shadow: 0 34px 70px -24px rgba(2, 6, 60, .4); }
.vestiging-card:hover::before { transform: scaleX(1); }
.vestiging-pin {
  width: 54px; height: 54px;
  display: grid; place-items: center;
  border-radius: 16px;
  color: var(--gold);
  background: rgba(204, 161, 62, .12);
  margin-bottom: 18px;
}
.vestiging-pin svg { width: 27px; }
.vestiging-card h3 { color: var(--text-dark); margin-bottom: 8px; }
.vestiging-card address { font-style: normal; color: var(--text-muted); margin-bottom: 18px; }
.vestiging-links { display: grid; gap: 9px; }
.vestiging-links a {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .92rem; font-weight: 500; color: var(--blue);
  transition: color .25s;
  overflow-wrap: anywhere;
}
.vestiging-links a:hover { color: var(--gold); }
.vestiging-links svg { width: 16px; flex: none; }

/* ============================================================
   SLOT CTA
   ============================================================ */
.slot-cta {
  background: var(--paper);
  padding-bottom: clamp(90px, 12vw, 150px);
}
.slot-panel {
  position: relative; overflow: hidden;
  border-radius: 30px;
  padding: clamp(56px, 8vw, 100px) clamp(24px, 6vw, 90px);
  text-align: center;
  background:
    radial-gradient(800px 400px at 50% -20%, rgba(43, 63, 212, .55), transparent 65%),
    linear-gradient(170deg, #0a1152, var(--navy-deep));
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255,255,255,.08);
}
.slot-photo {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 65%;
}
.slot-scrim {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(800px 400px at 50% -20%, rgba(43, 63, 212, .5), transparent 65%),
    linear-gradient(170deg, rgba(10, 17, 82, .88), rgba(5, 10, 46, .93));
}
.slot-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.slot-content { position: relative; z-index: 2; display: grid; justify-items: center; gap: 22px; }
.slot-content h2 { font-size: clamp(2rem, 4.6vw, 3.4rem); }
.slot-content p { max-width: 520px; color: var(--text-light); }
.slot-note { font-size: .95rem; color: rgba(255,255,255,.6); }
.slot-note a { color: var(--gold-light); font-weight: 600; }
.slot-note a:hover { text-decoration: underline; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--ink);
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 64px 0 0;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr;
  gap: clamp(30px, 5vw, 70px);
  padding-bottom: 48px;
}
.footer-brand p { margin-top: 20px; font-size: .92rem; color: rgba(255,255,255,.55); max-width: 380px; }
.footer-col h4 {
  font-size: .8rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 18px;
}
.footer-col a, .footer-col span {
  display: block; padding: 6px 0;
  font-size: .95rem; color: rgba(255,255,255,.65);
  transition: color .25s, transform .25s var(--ease);
}
.footer-col a:hover { color: var(--gold-light); transform: translateX(5px); }
.footer-bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.07);
  font-size: .85rem; color: rgba(255,255,255,.4);
}

/* ============================================================
   STICKY MOBILE CTA
   ============================================================ */
.sticky-cta {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90;
  display: none; align-items: center; justify-content: center; gap: 10px;
  padding: 17px;
  border-radius: 999px;
  font-weight: 700; font-size: 1.02rem;
  color: var(--navy-deep);
  background: linear-gradient(120deg, var(--gold-light), var(--gold));
  box-shadow: 0 18px 40px -8px rgba(204, 161, 62, .7);
  transform: translateY(120px);
  transition: transform .4s var(--ease);
}
.sticky-cta.visible { transform: translateY(0); }
.sticky-cta svg { width: 19px; }

/* ============================================================
   REVEAL-ANIMATIES
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  filter: blur(7px);
  transition: opacity .9s var(--ease), transform .9s var(--ease), filter .9s var(--ease);
}
.reveal.in { opacity: 1; transform: translateY(0); filter: blur(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }
.delay-3 { transition-delay: .36s; }
.delay-4 { transition-delay: .48s; }
.delay-5 { transition-delay: .6s; }

/* Tilt-kaarten krijgen hun transform via JS; reveal en tilt bijten
   elkaar niet omdat tilt pas na de reveal actief wordt. */
.tilt { transform-style: preserve-3d; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; filter: none; }
  .scroll-progress, .ambient-canvas { display: none; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1020px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { max-width: 560px; margin-inline: auto; width: 100%; }
  .split { grid-template-columns: 1fr; }
  .split--reverse .split-copy { order: 1; }
  .split--reverse .split-visual { order: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .main-nav {
    position: fixed; inset: 0; z-index: -1;
    flex-direction: column; justify-content: center; align-items: center; gap: 8px;
    background: rgba(3, 5, 30, .96);
    backdrop-filter: blur(20px);
    opacity: 0; visibility: hidden; margin: 0;
    transition: opacity .35s var(--ease), visibility .35s;
  }
  .main-nav.open { opacity: 1; visibility: visible; z-index: 99; }
  .main-nav a { font-size: 1.5rem; padding: 12px 0; }
  .nav-toggle { display: flex; }
  .header-phone { display: none; }
  .header-actions .btn { display: none; }

  .cards-3 { grid-template-columns: 1fr; }
  .mobiel-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; gap: 40px; }
  .sticky-cta { display: flex; }
  .floating-chip { display: none; }
  .scroll-hint { display: none; }
  .site-footer { padding-bottom: 90px; }
}

@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 110px; }
  .hero-cta .btn { width: 100%; justify-content: center; }
  .timeline { padding-left: 30px; }
  .step { flex-direction: column; gap: 10px; padding: 22px; }
  .step::before { left: -25px; }
  .timeline-rail { left: 6px; }
}
