:root{
  --bg: #070A12;
  --bg2:#0B1020;
  --text:#F3F6FF;
  --muted:#B7C0D6;
  --line: rgba(255,255,255,.10);

  /* diepe blauwe logo-kleur */
  --brand:#1E4ED8;
  --brand2:#55D7FF;

  --shadow: 0 18px 60px rgba(0,0,0,.55);
  --radius: 20px;
}

.scan-promo-section {
  padding-top: 10px;
}

.scan-promo-strip {
  position: relative;
  margin: 0 auto;
}

.scan-promo-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  border-radius: 22px;
  border: 1px solid rgba(85, 215, 255, 0.36);
  background:
    linear-gradient(135deg, rgba(16, 24, 44, 0.98), rgba(11, 16, 32, 0.96)),
    linear-gradient(135deg, rgba(85, 215, 255, 0.14), rgba(30, 78, 216, 0.18));
  box-shadow:
    0 0 0 1px rgba(85, 215, 255, 0.08) inset,
    0 18px 42px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(85, 215, 255, 0.16),
    0 0 72px rgba(30, 78, 216, 0.14);
}

.scan-promo-card::before,
.scan-promo-card::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 50%;
  pointer-events: none;
}

.scan-promo-card::before {
  width: 260px;
  height: 260px;
  right: -120px;
  top: -120px;
  background: radial-gradient(circle, rgba(85, 215, 255, 0.28), transparent 68%);
  filter: blur(4px);
}

.scan-promo-card::after {
  width: 180px;
  height: 180px;
  left: -90px;
  bottom: -90px;
  background: radial-gradient(circle, rgba(30, 78, 216, 0.22), transparent 70%);
  filter: blur(4px);
}

.scan-promo-text {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.scan-promo-kicker {
  margin: 0 0 8px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(185, 236, 255, 0.98);
}

.scan-promo-copy {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(243, 246, 255, 0.96);
}

.scan-promo-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.scan-promo-card .btn {
  min-width: fit-content;
  white-space: nowrap;
}

.scan-promo-card:hover {
  border-color: rgba(85, 215, 255, 0.55);
  box-shadow:
    0 0 0 1px rgba(85, 215, 255, 0.10) inset,
    0 22px 48px rgba(0, 0, 0, 0.38),
    0 0 34px rgba(85, 215, 255, 0.22),
    0 0 84px rgba(30, 78, 216, 0.18);
}

@media (max-width: 860px) {
  .scan-promo-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .scan-promo-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .scan-promo-card .btn {
    width: 100%;
  }
}

/* =========================================
   WERKWIJZE 2.0 — STREET & STEPS COMPACT LAYOUT
   ========================================= */

/* Scope to page-werkwijze only to avoid affecting other pages */
.page-werkwijze .street-steps {
  gap: 36px; /* reduce vertical spacing between steps */
  padding: 18px 0; /* slightly less vertical padding */
  position: relative;
  z-index: 3; /* keep steps above the road */
}

/* Slightly more breathing room on wide viewports for better rhythm */
@media (min-width: 1100px) {
  .page-werkwijze .street-steps { gap: 48px; padding: 28px 0; }
}

.page-werkwijze .street-step {
  gap: 48px; /* reduce horizontal gap between columns for a denser layout */
  padding: 0 12px; /* tighten outer padding to allow more content width */
  position: relative;
  z-index: 3; /* ensure step cards render above road */
}

.page-werkwijze .street-step:nth-child(odd),
.page-werkwijze .street-step:nth-child(even) {
  max-width: 76%; /* allow step blocks to be wider horizontally */
}

.page-werkwijze .street-step:nth-child(odd) .step-card {
  margin-right: -32px; /* overlap a bit into the road */
}

.page-werkwijze .street-step:nth-child(even) .step-card {
  margin-left: -32px; /* overlap a bit into the road */
}

.page-werkwijze .step-number-badge {
  width: auto;
  height: auto;
  margin-bottom: 12px;
  background: none;
  border: none;
  box-shadow: none;
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1px;
  color: #55d7ff;
  background-image: linear-gradient(180deg, rgba(85, 215, 255, 0.95), rgba(30, 78, 216, 0.9));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 18px rgba(85, 215, 255, 0.55), 0 0 34px rgba(85, 215, 255, 0.35);
}

.page-werkwijze .street-steps .street-step.reveal {
  transform: translateY(10px);
  transition: opacity .7s ease, transform .7s ease;
}

.page-werkwijze .street-step .step-card {
  padding: 18px 24px; /* reduce vertical padding to make cards less tall */
  border-radius: 20px;
}

.page-werkwijze .step-number-badge {
  font-size: 72px;
}

.page-werkwijze .step-title {
  font-size: 20px;
}

.page-werkwijze .step-desc {
  line-height: 1.7;
}

/* Hide any decorative loose street markers (none expected; safe direct-child rule) */
.page-werkwijze .street-container > .street-light { opacity: 0; visibility: hidden; pointer-events: none; }

/* Slightly slimmer center line to make cards feel wider */
.page-werkwijze .street-center-line { width: 220px; }
.page-werkwijze .street-center-line::before { width: 200px; }

/* Hover / focus interaction: subtle glow and elevation */
.page-werkwijze .step-card {
  transition: transform 260ms cubic-bezier(.2,.9,.2,1), box-shadow 260ms ease;
}
.page-werkwijze .step-card:hover,
.page-werkwijze .step-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 32px 90px rgba(0,0,0,0.55), 0 0 36px rgba(85,215,255,0.08);
}

/* Mobile tap feedback: quick down-elevate on active */
@media (max-width: 768px) {
  .page-werkwijze .street-steps {
    gap: 48px;
    padding: 28px 0;
  }

  .page-werkwijze .street-step:nth-child(odd),
  .page-werkwijze .street-step:nth-child(even) {
    max-width: 100%;
  }

  .page-werkwijze .street-step:nth-child(odd) .step-card,
  .page-werkwijze .street-step:nth-child(even) .step-card {
    margin-left: 0;
    margin-right: 0;
  }

  .page-werkwijze .street-step .step-card {
    padding: 24px 28px;
  }

  .page-werkwijze .step-number-badge {
    font-size: 56px;
  }

  .page-werkwijze .step-card:active {
    transform: translateY(-2px);
    box-shadow: 0 18px 48px rgba(0,0,0,0.45), 0 0 18px rgba(85,215,255,0.06);
  }
}

/* =========================================
   WERKWIJZE 2.0 — ROADMAP IMPROVEMENTS
   ========================================= */

/* Safely hide decorative street lights without layout shift */
.page-werkwijze .street-light {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Subtle visual link between step-card and street (no layout change) */
.page-werkwijze .step-card::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 12%;
  height: 76%;
  width: 6px;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(85,215,255,0.14), rgba(30,78,216,0.10));
  opacity: 0.08;
  pointer-events: none;
}

/* Desktop hover: gentle glow + tiny lift */
.page-werkwijze .step-card:hover,
.page-werkwijze .step-card:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.5), 0 0 28px rgba(85,215,255,0.06);
}

/* Improved keyboard focus for step-card (subtle, accessible) */
.page-werkwijze .step-card:focus-within {
  outline: none;
  transform: translateY(-4px);
  box-shadow: 0 36px 100px rgba(0,0,0,0.58), 0 0 48px rgba(85,215,255,0.08);
}

/* micro-interaction: small pop to the number badge */
.page-werkwijze .step-card .step-number-badge {
  transition: transform 220ms cubic-bezier(.2,.9,.2,1), box-shadow 220ms ease;
}
.page-werkwijze .step-card:hover .step-number-badge,
.page-werkwijze .step-card:focus-within .step-number-badge {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 18px rgba(0,0,0,0.35);
}

/* Mobile tap feedback kept small */
@media (max-width: 768px) {
  .page-werkwijze .step-card:active {
    transform: translateY(-1px);
    box-shadow: 0 14px 36px rgba(0,0,0,0.42), 0 0 12px rgba(85,215,255,0.05);
  }
}

*{ box-sizing:border-box; }
html { scroll-behavior:smooth; scrollbar-gutter: stable; }
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  color:var(--text);
  background:
    radial-gradient(1000px 600px at 20% 10%, rgba(30,78,216,.18), transparent 60%),
    radial-gradient(900px 600px at 85% 20%, rgba(85,215,255,.10), transparent 55%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg2) 70%, #070912 100%);
  overflow-x:hidden;
}

html[data-home-theme="light"] body.page-home{
  --bg: #f4f7fc;
  --bg2: #ffffff;
  --text: #10203a;
  --muted: #5c6c84;
  --line: rgba(16,32,58,.12);
  --shadow: 0 18px 60px rgba(15,23,42,.14);
  background:
    radial-gradient(1100px 640px at 18% 10%, rgba(30,78,216,.14), transparent 58%),
    radial-gradient(920px 620px at 86% 16%, rgba(85,215,255,.16), transparent 54%),
    linear-gradient(180deg, #f7faff 0%, #edf3fb 52%, #ffffff 100%);
}

html[data-home-theme="light"] body.page-home .site-header{
  background: linear-gradient(to bottom, rgba(255,255,255,.9), rgba(255,255,255,.72));
  box-shadow: 0 14px 34px rgba(15,23,42,.08);
}

html[data-home-theme="light"] body.page-home .site-header::after{
  background: linear-gradient(to right, transparent, rgba(16,32,58,.12), transparent);
}

html[data-home-theme="light"] body.page-home .nav a,
html[data-home-theme="light"] body.page-home .site-header.scrolled .nav a{
  color: #10203a;
  -webkit-text-fill-color: #10203a;
  background: none;
  opacity: .94;
}

html[data-home-theme="light"] body.page-home .nav-cta,
html[data-home-theme="light"] body.page-home .site-header.scrolled .nav-cta{
  border-color: rgba(30,78,216,.2);
  background: rgba(30,78,216,.08);
  color: #10203a;
}

html[data-home-theme="light"] body.page-home .nav-toggle{
  background: rgba(16,32,58,.05);
  border-color: rgba(16,32,58,.1);
}

html[data-home-theme="light"] body.page-home .nav-toggle span{
  background: #10203a;
}

html[data-home-theme="light"] body.page-home .hero-overlay{
  background: linear-gradient(180deg, rgba(247,250,255,.32) 0%, rgba(247,250,255,.52) 48%, rgba(247,250,255,.8) 100%);
}

html[data-home-theme="light"] body.page-home .hero-badge,
html[data-home-theme="light"] body.page-home .hero-tension,
html[data-home-theme="light"] body.page-home .metric,
html[data-home-theme="light"] body.page-home .card,
html[data-home-theme="light"] body.page-home .mini-card,
html[data-home-theme="light"] body.page-home .badge-card,
html[data-home-theme="light"] body.page-home .cta-card,
html[data-home-theme="light"] body.page-home .bwr-step,
html[data-home-theme="light"] body.page-home .site-footer,
html[data-home-theme="light"] body.page-home .cookie-card{
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(237,243,251,.88));
  border-color: rgba(30,78,216,.14);
  box-shadow: 0 8px 28px rgba(30,78,216,.08), inset 0 1px 0 rgba(255,255,255,.8);
}

html[data-home-theme="light"] body.page-home .section-alt{
  background:
    radial-gradient(900px 420px at 20% 20%, rgba(30,78,216,.09), transparent 55%),
    radial-gradient(900px 420px at 80% 25%, rgba(85,215,255,.12), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(237,243,251,.85));
  border-top-color: rgba(16,32,58,.08);
  border-bottom-color: rgba(16,32,58,.08);
}

html[data-home-theme="light"] body.page-home .btn-ghost{
  background: rgba(16,32,58,.05);
  border-color: rgba(16,32,58,.1);
  color: #10203a;
}

html[data-home-theme="light"] body.page-home .footer-grid,
html[data-home-theme="light"] body.page-home .footer-bottom{
  border-color: rgba(16,32,58,.08);
}

html[data-home-theme="light"] body.page-home a{
  color: #1E4ED8;
}

html[data-home-theme="light"] body.page-home a:hover{
  color: #0F3AB8;
}

html[data-home-theme="light"] body.page-home .hero-title,
html[data-home-theme="light"] body.page-home .hero-lead,
html[data-home-theme="light"] body.page-home .section-sub,
html[data-home-theme="light"] body.page-home p,
html[data-home-theme="light"] body.page-home h3,
html[data-home-theme="light"] body.page-home li{
  color: #10203a;
}

html[data-home-theme="light"] body.page-home .hero-title,
html[data-home-theme="light"] body.page-home .section-title,
html[data-home-theme="light"] body.page-home h1,
html[data-home-theme="light"] body.page-home h2{
  background: linear-gradient(90deg, #1e3a8a 0%, #2563eb 55%, #3b82f6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

html[data-home-theme="light"] body.page-home #growth-system .grid-2 .card{
  padding: 22px 32px;
  border-radius: 18px;
  background: linear-gradient(180deg, #eaf2ff 0%, #dbeafe 100%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  margin-bottom: 24px;
}

html[data-home-theme="light"] body.page-home .muted{
  color: #5c6c84;
}

html[data-home-theme="light"] body.page-home .accent{
  color: #1E4ED8;
}

html[data-home-theme="light"] body.page-home .hero-title .accent,
html[data-home-theme="light"] body.page-home .section-title .accent,
html[data-home-theme="light"] body.page-home h1 .accent,
html[data-home-theme="light"] body.page-home h2 .accent{
  background: linear-gradient(90deg, #2c4f9f 0%, #1e3a8a 55%, #132a63 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

html[data-home-theme="light"] body.page-home .btn{
  color: #10203a;
}

html[data-home-theme="light"] body.page-home .btn-primary{
  background: linear-gradient(135deg, #1E4ED8, #55D7FF);
  border: 1px solid #1E4ED8;
  color: #ffffff;
}

html[data-home-theme="light"] body.page-home .btn-primary:hover{
  background: linear-gradient(135deg, #0F3AB8, #2BC7FF);
  border-color: #0F3AB8;
}

html[data-home-theme="light"] body.page-home .btn-ghost{
  background: rgba(30,78,216,.08);
  border: 1px solid rgba(30,78,216,.2);
  color: #1E4ED8;
}

html[data-home-theme="light"] body.page-home .btn-ghost:hover{
  background: rgba(30,78,216,.14);
  border-color: rgba(30,78,216,.3);
  color: #0F3AB8;
}

html[data-home-theme="light"] body.page-home .dot{
  background: #1E4ED8;
}

html[data-home-theme="light"] body.page-home .metric{
  background: rgba(255,255,255,.9);
  color: #10203a;
  border-color: rgba(30,78,216,.15);
}

html[data-home-theme="light"] body.page-home .metric-top{
  color: #1E4ED8;
  font-weight: 900;
}

html[data-home-theme="light"] body.page-home .metric-bottom{
  color: #5c6c84;
}

html[data-home-theme="light"] body.page-home .bwr-step-kicker{
  color: #1E4ED8;
  font-weight: 700;
}

html[data-home-theme="light"] body.page-home .footer-name{
  color: #10203a;
}

html[data-home-theme="light"] body.page-home .footer-tag{
  color: #5c6c84;
}

html[data-home-theme="light"] body.page-home .footer-mission{
  color: #5c6c84;
}

html[data-home-theme="light"] body.page-home ul li,
html[data-home-theme="light"] body.page-home ol li{
  color: #10203a;
}

html[data-home-theme="light"] body.page-home .marker{
  border-color: rgba(30,78,216,.3);
  color: #1E4ED8;
}

html[data-home-theme="light"] body.page-home .checklist li::before{
  color: #1E4ED8;
}

html[data-home-theme="light"] body.page-home details{
  color: #10203a;
}

html[data-home-theme="light"] body.page-home summary{
  color: #10203a;
}

html[data-home-theme="light"] body.page-home .faq-q{
  color: #10203a;
}

html[data-home-theme="light"] body.page-home .super-intro-note{
  background: linear-gradient(180deg, rgba(30,78,216,.06), rgba(85,215,255,.08));
  border-color: rgba(30,78,216,.18);
  color: #10203a;
}

html[data-home-theme="light"] body.page-home .super-intro-note .muted{
  color: #5c6c84;
}

html[data-home-theme="light"] body.page-home .price-card{
  background: linear-gradient(180deg, rgba(237,243,251,.7), rgba(229,237,249,.8));
  border-color: rgba(30,78,216,.16);
  box-shadow: 0 8px 24px rgba(16,32,58,.06);
}

html[data-home-theme="light"] body.page-home .price-card::before{
  background: radial-gradient(700px 220px at 50% 0%, rgba(30,78,216,.08), transparent 55%);
}

html[data-home-theme="light"] body.page-home .price-card.featured{
  border-color: rgba(30,78,216,.28);
  box-shadow: 0 12px 40px rgba(30,78,216,.12);
}

html[data-home-theme="light"] body.page-home .price-top{
  border-bottom-color: rgba(30,78,216,.12);
}

html[data-home-theme="light"] body.page-home .price-name,
html[data-home-theme="light"] body.page-home .price-tagline,
html[data-home-theme="light"] body.page-home .price-note{
  color: #10203a;
}

html[data-home-theme="light"] body.page-home .price-tagline{
  background: rgba(30,78,216,.08);
  border-color: rgba(30,78,216,.2);
  color: #1E4ED8;
}

html[data-home-theme="light"] body.page-home .pill{
  background: rgba(30,78,216,.12);
  color: #1E4ED8;
  font-weight: 600;
}

html[data-home-theme="light"] body.page-home .case-slider{
  border: 1px solid rgba(30,78,216,.14);
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(255,255,255,.74), rgba(237,243,251,.88));
  box-shadow: 0 16px 44px rgba(16,32,58,.08);
  padding: 14px;
}

html[data-home-theme="light"] body.page-home .case-nav-btn{
  border-color: rgba(30,78,216,.24);
  background: rgba(30,78,216,.08);
  color: #123264;
}

html[data-home-theme="light"] body.page-home .case-nav-btn:hover{
  border-color: rgba(30,78,216,.36);
  background: rgba(30,78,216,.14);
}

html[data-home-theme="light"] body.page-home .case-dot{
  border-color: rgba(30,78,216,.28);
  background: rgba(255,255,255,.92);
}

html[data-home-theme="light"] body.page-home .case-dot.is-active{
  background: linear-gradient(135deg, #1E4ED8, #55D7FF);
  box-shadow: 0 6px 18px rgba(30,78,216,.24);
}

a{ color:inherit; text-decoration:none; }
img{ max-width:100%; height:auto; display:block; }

.container{
  width:min(1160px, calc(100% - 40px));
  margin-inline:auto;
}

/* ===== Header: transparant op video, donker na scroll ===== */
.site-header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998;

  /* ✅ Mooie transparante gradient over video */
  background: linear-gradient(
    to bottom,
    rgba(8,10,18,.55),
    rgba(8,10,18,.18)
  );

  backdrop-filter: blur(6px);
  transition: background .25s ease, backdrop-filter .25s ease, box-shadow .25s ease;
}

/* ✅ subtiele lijn onder header (mooier dan border-bottom) */
.site-header::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255,255,255,.16),
    transparent
  );
}

/* ✅ Na scroll: donkerste staat (na video) */
.site-header.scrolled{
  background: rgba(6,8,14,.92); /* donkerst */
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 40px rgba(0,0,0,.45);
}

/* lijn iets duidelijker bij scroll */
.site-header.scrolled::after{
  background: rgba(255,255,255,.12);
}

/* Zorg dat hero-video echt helemaal bovenaan kan starten */
.page-home main{
  padding-top: 0;
}

/* Header layout */
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 0;
}

/* Logo + tagline: netjes naast elkaar */
.brand{
  display:flex;
  align-items:center;     /* ✅ centreert verticaal */
  gap:14px;
  min-width: 280px;
}

/* Tekstblok naast logo (tagline) */
.brand-text{
  display:flex;
  flex-direction: column; /* ✅ tagline onder elkaar in hetzelfde blok */
  line-height: 1.1;
}

.brand-sub{
  font-size: 12.5px;
  opacity: .82;
  margin-top: 2px;
  white-space: nowrap;     /* ✅ voorkomt rare breaks op desktop */
}

/* Op mobiel: tagline netjes onder logo (of desnoods verbergen) */
@media (max-width: 860px){
  .brand{
    align-items: flex-start;
  }
  .brand-text{
    margin-top: 2px;
  }
  .brand-sub{
    white-space: normal;   /* ✅ mag wrapen op mobiel */
    max-width: 200px;
  }
}

/* ===== Logo header (clean & premium) ===== */
.brand-logo{
  width: 220px;        /* logo groter */
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;

  background: none;   /* ❌ geen vierkant */
  border: none;
  box-shadow: none;
}

.brand-logo img{
  width: 100%;
  height: auto;
  object-fit: contain;
  padding: 0;         /* ❌ geen interne padding */
  filter: drop-shadow(0 4px 14px rgba(0,0,0,.35));
}

.brand-text{ display:flex; flex-direction:column; line-height:1.05; }
.brand-name{ font-weight:800; font-size:15px; letter-spacing:.2px; }
.brand-sub{ font-size:11px; color:var(--muted); margin-top:4px; }

.nav{
  display:flex;
  align-items:center;
  gap:18px;
}
.nav a{
  font-weight:650;
  font-size:14px;
  letter-spacing:.2px;
  color:#ffffff; /* eerst wit */
  opacity:.92;
  transition: color .18s ease, opacity .18s ease, transform .18s ease;
}
.site-header.scrolled .nav a{
  opacity: 1;
  transition: opacity .18s ease, transform .18s ease; /* geen color-transition: voorkomt donker wegvallen */
}
.site-header.scrolled .nav a:not(.nav-cta){
  color: #55D7FF;
  -webkit-text-fill-color: #55D7FF;
  background: none;
  text-shadow: 0 0 18px rgba(85,215,255,.35);
}
.nav a:hover{ opacity:1; transform: translateY(-1px); }

.theme-toggle-floating{
  position: fixed;
  top: 78px;
  right: 20px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1.5px solid rgba(255,255,255,.18);
  background: rgba(30,78,216,.12);
  color: #55d7ff;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  transition: all .24s cubic-bezier(.4, 0, .2, 1);
  box-shadow: 0 4px 12px rgba(30, 78, 216, 0.15);
  backdrop-filter: blur(8px);
}

.theme-toggle-floating:hover{
  transform: translateY(-2px);
  border-color: rgba(85,215,255,.48);
  background: rgba(30,78,216,.18);
  box-shadow: 0 6px 20px rgba(30, 78, 216, 0.25);
  color: #fff;
}

.theme-toggle-floating:active{
  transform: translateY(0);
}

html[data-home-theme="light"] body.page-home .theme-toggle-floating{
  border-color: rgba(16,32,58,.18);
  background: rgba(30,78,216,.08);
  color: #1E4ED8;
  box-shadow: 0 4px 12px rgba(16, 32, 58, 0.08);
}

html[data-home-theme="light"] body.page-home .theme-toggle-floating:hover{
  border-color: rgba(30,78,216,.32);
  background: rgba(30,78,216,.14);
  box-shadow: 0 6px 20px rgba(30, 78, 216, 0.15);
  color: #0F3AB8;
}

.nav-cta{
  padding:10px 14px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
}
.site-header.scrolled .nav-cta{
  border-color: rgba(30,78,216,.55);
  background: rgba(30,78,216,.12);
}

@media (min-width: 1024px){
  .site-header .container{ width: min(1560px, calc(100% - 20px)); }
  .header-inner{ gap:10px; }
  .nav{ gap:12px; }
}

/* =====================================================
   HAMBURGER + MOBILE MENU (CLEAN)
   - hamburger alleen mobiel
   - streepjes perfect gecentreerd
   - open state -> X
   - menu slide-down
   ===================================================== */

/* 1) Hamburger default: verborgen op desktop */
.nav-toggle{
  display: none;
}

/* 2) Mobile menu styling */
@media (max-width: 860px){

  .theme-toggle-floating{
    top: 70px;
    right: 12px;
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  /* Hamburger zichtbaar op mobiel */
  .nav-toggle{
    display: flex;
    flex-direction: column;
    align-items: center;       /* ✅ horizontaal midden */
    justify-content: center;   /* ✅ verticaal midden */
    gap: 6px;

    width: 44px;
    height: 44px;
    padding: 0;                /* ✅ voorkomt "scheef" */
    border-radius: 14px;

    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.14);
    cursor: pointer;
  }

  .nav-toggle span{
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 99px;
    transition: transform .25s ease, opacity .2s ease, background .2s ease;
  }

  /* Open state -> X */
  .nav-toggle.open span:nth-child(1){
    transform: translateY(8px) rotate(45deg);
  }
  .nav-toggle.open span:nth-child(2){
    opacity: 0;
  }
  .nav-toggle.open span:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
  }

  /* Als header gescrolled is, mag de kleur iets "brand" worden */
  .site-header.scrolled .nav-toggle span{
    background: #fff; /* laat dit wit; wil je brandkleur? zet var(--brand) */
  }

  /* Mobile nav container (dropdown) */
  .nav{
    position: fixed;
    top: 88px;
    left: 20px;
    right: 20px;

    display: flex;
    flex-direction: column;
    gap: 10px;

    padding: 16px;
    border-radius: 18px;

    background: rgba(8,10,18,.94);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 24px 70px rgba(0,0,0,.6);

    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;

    transition: opacity .25s ease, transform .25s ease;
  }

  .nav.open{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

/* ===== Hero ===== */
.hero{
  position:relative;
  min-height: 84vh;
  display:flex;
  align-items:flex-end;
  padding: 90px 0 38px;
}
.hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  filter: saturate(1.05) contrast(1.08);
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 480px at 20% 15%, rgba(30,78,216,.22), transparent 60%),
    radial-gradient(900px 520px at 85% 20%, rgba(85,215,255,.14), transparent 60%),
    linear-gradient(180deg, rgba(7,10,18,.35), rgba(7,10,18,.70) 55%, rgba(7,10,18,.92) 100%);
}
.hero-content{ position:relative; padding-bottom: 10px; }

.hero-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 10px 14px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(11,18,39,.58);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 28px rgba(0,0,0,.25);
  color: var(--muted);
  font-weight:650;
  font-size:13px;
}
.dot{
  width:10px; height:10px; border-radius:99px;
  background: radial-gradient(circle at 30% 30%, var(--brand2), var(--brand));
  box-shadow: 0 0 18px rgba(85,215,255,.25);
}
.hero-title{
  margin: 16px 0 10px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.12;
  letter-spacing: -1px;
  font-weight: 900;
}
.accent{
  background: linear-gradient(90deg, #ffffff, rgba(85,215,255,.95));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.hero-break {
  display: inline;
}

.hero-break-desktop {
  display: none;
}

.cta-line {
  display: inline;
}

@media (min-width: 992px) {
  .hero-break {
    display: block;
  }

  .hero-break-desktop {
    display: block;
  }

  .cta-line {
    display: block;
  }
}
.hero-lead{
  max-width: 780px;
  color: rgba(243,246,255,.88);
  font-size: 16.5px;
  line-height: 1.55;
  margin: 0 0 18px;
}
.hero-actions{ display:flex; flex-wrap:wrap; gap:12px; margin-bottom: 18px; }

.hero-statement {
  margin-top: 14px;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.5;
}

.hero-statement strong {
  color: #ffffff;
  font-weight: 600;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 12px 16px;
  border-radius: 14px;
  font-weight: 800;
  letter-spacing: .2px;
  border: 1px solid rgba(255,255,255,.16);
  cursor:pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
  position: relative;
  overflow: hidden;
}

/* ===== Button spotlight hover effect (huly.io-style) ===== */
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(85,215,255, 0.20) 0%, transparent 60%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.btn:hover::before {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .btn::before {
    display: none;
  }
}

.btn:hover{ transform: translateY(-1px); }
.btn-primary{
  border-color: rgba(30,78,216,.70);
  background: linear-gradient(135deg, rgba(30,78,216,.90), rgba(85,215,255,.16));
  box-shadow: 0 16px 40px rgba(30,78,216,.22);
  color: #ffffff;
}
.btn-ghost{ background: rgba(255,255,255,.06); }

/* Verbeterde focus states & mobile active for buttons (page-neutral, subtle) */
.btn:focus-visible {
  outline: none;
  box-shadow: 0 18px 48px rgba(30,78,216,0.30), 0 0 26px rgba(85,215,255,0.06);
  border-color: rgba(85,215,255,0.18);
}
.btn:active { transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .btn:focus-visible { box-shadow: none; }
}
.btn-card{ width:100%; }

.hero-metrics{
  margin-top: 8px;
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap:12px;
  max-width: 1040px;
}
.metric{
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(11,18,39,.55);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 15px 16px;
}
.metric-top{ font-weight: 900; font-size: 14px; }
.metric-bottom{ color: var(--muted); font-size: 12.5px; margin-top: 4px; }

.hero-fade{
  position:absolute;
  left:0; right:0; bottom:-1px;
  height: 90px;
  background: linear-gradient(180deg, transparent, var(--bg2));
}

/* Extra scherpte (vooral op Windows/Chrome) */
.btn, .nav a, .nav-cta, button{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

/* Header hoogte -> hiermee schuiven we alleen de inhoud, niet de video */
:root{ --header-h: 92px; }  /* matcht jouw header padding-top van eerder */

/* Hero content zakt onder de header, video blijft top:0 */
.hero{
  padding-top: var(--header-h);
}

/* ===== Sections ===== */
.section{ padding: 74px 0; }
.lux-divider {
  position: relative;
  height: 1px;
  width: 100%;
  margin: 80px 0;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(255,255,255,0.12) 20%,
    rgba(255,255,255,0.18) 50%,
    rgba(255,255,255,0.12) 80%,
    transparent 100%
  );
}

.section-glow {
  position: relative;
  overflow: hidden;
}

.section-glow::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -20%;
  width: 700px;
  height: 700px;
  background: radial-gradient(
    circle at center,
    rgba(0,180,255,0.08),
    rgba(0,180,255,0.04) 40%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 0;
}

.section-glow > * {
  position: relative;
  z-index: 1;
}
.divider-strip{
  height: 18px;
  background:
    radial-gradient(900px 420px at 20% 20%, rgba(30,78,216,.14), transparent 55%),
    radial-gradient(900px 420px at 80% 25%, rgba(85,215,255,.10), transparent 60%),
    linear-gradient(180deg, rgba(7,10,18,.0), rgba(7,10,18,.35));
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.section-alt{
  background:
    radial-gradient(900px 420px at 20% 20%, rgba(30,78,216,.14), transparent 55%),
    radial-gradient(900px 420px at 80% 25%, rgba(85,215,255,.10), transparent 60%),
    linear-gradient(180deg, rgba(7,10,18,.0), rgba(7,10,18,.35));
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.section-no-border{
  border-top: 0;
  border-bottom: 0;
}
.section-head{ margin-bottom: 22px; text-align:left; }
.section-title{
  margin:0 0 10px;
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: -0.6px;
  font-weight: 900;
}
.section-sub{
  margin:0;
  color: var(--muted);
  max-width: 820px;
  line-height:1.6;
}
.muted{ color: var(--muted); }

/* ===== Homepage super intro stepper ===== */
#super-intro{
  position: relative;
  overflow: hidden;
}

#super-intro::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(620px 300px at 10% 10%, rgba(85,215,255,.09), transparent 60%),
    radial-gradient(560px 280px at 92% 16%, rgba(30,78,216,.14), transparent 62%);
  pointer-events: none;
}

#super-intro .container{
  position: relative;
  z-index: 1;
}

.super-intro-note{
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(11,18,39,.66), rgba(7,10,18,.58));
  padding: 22px 24px;
}

.bwr-stepper{
  margin-top: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.bwr-step-link{
  display: block;
  color: inherit;
  text-decoration: none;
}

.bwr-step{
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(11,18,39,.88), rgba(7,10,18,.80));
  box-shadow: 0 18px 52px rgba(0,0,0,.35);
  padding: 20px 18px;
  position: relative;
  overflow: hidden;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.bwr-step::before{
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 20px;
  background: radial-gradient(420px 120px at 50% -8%, rgba(85,215,255,.16), transparent 62%);
  pointer-events: none;
}

.bwr-step::after{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(85,215,255, 0.20) 0%, transparent 60%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.bwr-step-link:hover .bwr-step,
.bwr-step-link:focus-visible .bwr-step{
  transform: translateY(-2px) scale(1.03);
  border-color: rgba(85,215,255,.30);
  box-shadow: 0 24px 56px rgba(0,0,0,.40);
}

.bwr-step-link:hover .bwr-step::after,
.bwr-step-link:focus-visible .bwr-step::after{
  opacity: 1;
}

.bwr-step-link:focus-visible{
  outline: none;
}

.bwr-step-link:focus-visible .bwr-step{
  box-shadow: 0 18px 48px rgba(30,78,216,0.30), 0 0 26px rgba(85,215,255,0.06);
}

.bwr-step > *{
  position: relative;
  z-index: 1;
}

.bwr-step-meta{
  display: flex;
  align-items: center;
  gap: 10px;
}

.bwr-step-index{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .25px;
  color: #08102A;
  background: linear-gradient(135deg, rgba(85,215,255,.96), rgba(30,78,216,.86));
}

.bwr-step-line{
  height: 1px;
  flex: 1;
  background: linear-gradient(to right, rgba(85,215,255,.55), rgba(255,255,255,.08));
}

.bwr-step-kicker{
  margin: 12px 0 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: rgba(85,215,255,.96);
}

.bwr-step-title{
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.35;
}

.bwr-step-text{
  margin: 10px 0 0;
  color: rgba(243,246,255,.82);
  line-height: 1.55;
}

.bwr-step-list{
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.bwr-step-list li{
  position: relative;
  padding-left: 18px;
  color: rgba(243,246,255,.90);
  line-height: 1.45;
}

.bwr-step-list li::before{
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(85,215,255,.96);
  font-weight: 900;
}

.bwr-step-list-numbered{
  counter-reset: step-item;
}

.bwr-step-list-numbered li{
  padding-left: 24px;
}

.bwr-step-list-numbered li::before{
  counter-increment: step-item;
  content: counter(step-item) ".";
  color: rgba(85,215,255,.96);
}

.bwr-step-arrow{
  align-self: center;
  justify-self: center;
  display: block;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  color: rgba(85, 215, 255, 0.95);
  text-shadow: 0 0 16px rgba(85,215,255,.28);
}

.super-intro-actions{
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 1080px){
  .bwr-stepper{
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bwr-step-arrow{
    transform: rotate(90deg);
    margin: 0 auto;
  }
}

@media (max-width: 680px){
  .bwr-step{
    padding: 18px 16px;
    border-radius: 16px;
  }

  .super-intro-note{
    padding: 18px 18px;
  }

  .bwr-step-link:hover .bwr-step,
  .bwr-step-link:focus-visible .bwr-step{
    transform: translateY(-1px) scale(1.01);
  }

  .super-intro-actions .btn{
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bwr-step,
  .bwr-step::after {
    transition: none;
  }
}

.growth-steps{
  display:grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 10px;
  margin-top: 14px;
}
.growth-step{
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  padding: 10px;
  border-radius: 14px;
}
.growth-step strong{
  display:block;
  font-weight: 900;
  font-size: 13px;
}
.growth-step span{
  display:block;
  margin-top: 4px;
  font-size: 12px;
  color: rgba(243,246,255,.74);
}
@media (max-width: 900px){
  .growth-steps{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px){
  .growth-steps{ grid-template-columns: 1fr; }
}

/* ===== Pricing grid ===== */
.pricing-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 22px;
}

/* Keep the 4-options section in 2 columns on desktop. */
[id="4-keuzes"] .pricing-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Expansion Modules section: 2 columns on desktop */
[id="expansion-modules"] .pricing-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.subtle-urgency{
  margin-top: 10px;
  color: rgba(243,246,255,.82);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding-left: 12px;
  border-left: 2px solid rgba(85,215,255,.45);
}
.price-card{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(11,18,39,.80), rgba(7,10,18,.78));
  box-shadow: var(--shadow);
  overflow:hidden;
  position:relative;
}
.price-card::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(700px 220px at 50% 0%, rgba(30,78,216,.22), transparent 55%);
  pointer-events:none;
}
.price-card.featured{
  border-color: rgba(85,215,255,.32);
  box-shadow: 0 22px 70px rgba(30,78,216,.22);
}
.price-top{
  position:relative;
  padding: 26px 22px 22px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.pill{
  display:inline-block;
  padding:6px 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .2px;
  color: #08102A;
  background: linear-gradient(135deg, rgba(85,215,255,.95), rgba(30,78,216,.85));
  margin-bottom: 12px;
}
.price-name{
  margin:0 0 6px;
  font-weight: 900;
  letter-spacing: .3px;

  display:flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.price-tagline{
  font-size: 0.78rem;   /* was ±0.85rem */
  font-weight: 600;
  color: rgba(255,255,255,0.72);
  padding: 3px 8px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  border-radius: 999px;
  white-space: nowrap; /* voorkomt rare afbreking */
}

.price-value{ margin:0 0 6px; font-size: 18px; color: rgba(243,246,255,.94); }
.price-value strong{ font-size: 32px; }
.price-note{ margin:0 0 14px; color: var(--muted); line-height: 1.4; }

.price-for {
  margin: 10px 0 14px;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.8);
}

.price-list{
  list-style:none;
  margin: 0;
  padding: 20px 22px 22px;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.price-list li{
  position:relative;
  padding-left: 24px;
  color: rgba(243,246,255,.90);
  line-height: 1.35;
}
.price-list li::before{
  content:"✓";
  position:absolute;
  left:0; top:0;
  color: rgba(85,215,255,.95);
  font-weight: 900;
}
.hourly{
  margin: 0 22px 22px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  border-radius: 16px;
  padding: 14px 14px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.hourly-label{ color: var(--muted); font-weight:700; font-size: 13px; }
.hourly-price{ font-weight: 900; }

.below-pricing{
  margin-top: 18px;
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

/* ===== Package detail grid (per-package explanation) ===== */
.packages-detail-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 28px;
}

.package-detail-block{
  padding: 24px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(11,18,39,.55);
  backdrop-filter: blur(10px);
  transition: border-color 0.25s ease, background 0.25s ease;
}

.package-detail-block:hover{
  border-color: rgba(85,215,255,.25);
  background: rgba(11,18,39,.70);
}

/* ===== Example block ===== */
.example-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
  align-items:center;
}
.example-media{
  position:relative;
  border-radius: 22px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  box-shadow: var(--shadow);
}
.glow-frame{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(500px 220px at 30% 10%, rgba(85,215,255,.18), transparent 55%),
    radial-gradient(520px 240px at 80% 18%, rgba(30,78,216,.18), transparent 60%);
}
.case-slider{
  margin-top: 18px;
  border-radius: 20px;
}
.case-slide{
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .28s ease, transform .28s ease;
}
.case-slide.is-active{
  opacity: 1;
  transform: translateY(0);
}
.case-slider-controls{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
  flex-wrap: wrap;
}
.case-nav-btn{
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  color: var(--text);
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.case-nav-btn:hover{
  transform: translateY(-1px);
  border-color: rgba(85,215,255,.4);
  background: rgba(85,215,255,.12);
}
.case-nav-btn:focus-visible,
.case-dot:focus-visible{
  outline: 2px solid rgba(85,215,255,.66);
  outline-offset: 2px;
}
.case-slider-dots{
  display: flex;
  align-items: center;
  gap: 8px;
}
.case-dot{
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.38);
  background: rgba(255,255,255,.28);
  cursor: pointer;
  padding: 0;
}
.case-dot.is-active{
  width: 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(85,215,255,.96), rgba(30,78,216,.95));
  border-color: rgba(85,215,255,.92);
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.example-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top: 14px;
}
.checklist{
  margin: 18px 0 0;
  padding: 0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.checklist li{
  padding-left: 24px;
  position:relative;
  color: rgba(243,246,255,.90);
}
.checklist li::before{
  content:"✓";
  position:absolute;
  left:0;
  color: rgba(85,215,255,.95);
  font-weight: 900;
}

.checklist-cross .marker{
  display:none;
}

.checklist-cross li::before{
  content:"";
  width: 0.9rem;
  height: 0.9rem;
  top: 0.28em;
  background:
    linear-gradient(45deg, transparent 42%, rgba(85,215,255,.98) 42%, rgba(85,215,255,.98) 58%, transparent 58%),
    linear-gradient(-45deg, transparent 42%, rgba(85,215,255,.98) 42%, rgba(85,215,255,.98) 58%, transparent 58%);
}

.arrow-list li::before{
  content: "➜";
}

#waarom-vastlopen .checklist li{
  padding-left: 18px;
}
#waarom-vastlopen .checklist li::before{
  content:"•";
  font-size: 18px;
  line-height: 1;
  top: 0.1em;
}

/* Desktop layout: drawer under the image */
@media (min-width: 981px){
  .example-grid{
    grid-template-columns: 1.1fr .9fr;
    grid-template-rows: auto auto;
    align-items: start;
  }

  .example-media{ grid-column: 1; grid-row: 1; }
  .case-drawer{  grid-column: 1; grid-row: 2; margin-top: 14px; }
  .example-copy{  grid-column: 2; grid-row: 1 / span 2; }
}

/* Mobile layout: keep drawer under the text */
@media (max-width: 980px){
  .example-grid{
    grid-template-columns: 1fr;
  }

  .example-media{ order: 1; }
  .example-copy{ order: 2; }
  .case-drawer{  order: 3; }
}

/* ===== Case Drawer FIX: true center + pulse + no hover box ===== */

/* Make toggle a centered "inline" system */
.case-toggle{
  position: relative;
  display: flex;
  flex-direction: column;       /* label on top, pill below (absolute) */
  align-items: center;          /* true horizontal center */
  justify-content: center;
  gap: 0;
  width: 100%;
  padding: 14px 16px 8px;
  border: 0;
  cursor: pointer;
  background: transparent;
  color: inherit;
  text-align: center;
}

/* Remove the hover square / highlight */
.case-toggle:hover{
  background: transparent !important;
}

/* Keep focus ring for accessibility, but subtle */
.case-toggle:focus-visible{
  outline: 2px solid rgba(30,78,216,.45);
  outline-offset: 4px;
}

/* Label: truly centered, no optical shift */
.case-toggle-label{
  left: auto !important;
  transform: none !important;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 650;
  letter-spacing: .1px;
  font-size: 0.95rem;
  color: rgba(243,246,255,.92);
  line-height: 1.35;
}

/* Pill: absolute positioning so it sits outside normal flow and can go behind border */
.case-toggle-icon{
  position: absolute !important;
  bottom: -12px;
  left: 40%;
  transform: translateX(-50%);
  width: 84px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(30,78,216,.95);
  border: 1px solid rgba(30,78,216,.95);
  box-shadow: 0 10px 26px rgba(30,78,216,.35);
  animation: pillPulse 1.4s ease-in-out infinite;
  z-index: 1;
}

/* Bring back pulse (subtle) */
@keyframes pillPulse{
  0%,100%{
    transform: scale(1);
    box-shadow: 0 10px 26px rgba(30,78,216,.30), 0 0 0 0 rgba(30,78,216,.18);
    opacity: .95;
  }
  50%{
    transform: scale(1.08);
    box-shadow: 0 14px 34px rgba(30,78,216,.45), 0 0 0 12px rgba(30,78,216,.10);
    opacity: 1;
  }
}

/* Chevron rotation when open still works */
.case-drawer.is-open .case-chevron{
  transform: rotate(180deg);
}

/* Chevron styling: make it larger and clearer */
.case-chevron{
  color: rgba(255,255,255,.96);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 2;
  transition: transform .25s ease;
}

/* Panel padding: more breathing room when open */
.case-panel{
  padding: 20px 20px 24px;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.case-inner{
  padding: 0;
}

/* Checkmark hidden in case-list */
.case-list li::before{
  content: "";
  display: none;
}
/* ===== Case Drawer border/card visibility FIX ===== */
.case-drawer{
  border: none;
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  overflow: visible;
  box-shadow: 0 10px 34px rgba(0,0,0,.22);
  position: relative;
  padding: 1px;
}

/* Border layer: drawn as pseudo-element so it appears behind pill */
.case-drawer::before{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(30,78,216,.70);
  border-radius: 18px;
  pointer-events: none;
  z-index: 0;
  /* Use clip-path to hide top border in center (where pill is) but show bottom border */
  clip-path: polygon(
    0% 0%,
    0% 100%,
    100% 100%,
    100% 0%,
    27% 0%,
    27% 8%,
    53% 8%,
    53% 0%
  );
}

/* Inner glow layer */
.case-drawer::after{
  content:"";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(85,215,255,.10);
  opacity: .9;
  z-index: 0;
}

/* Toggle and content must be above border layer */
.case-toggle{
  position: relative;
  z-index: 2;
  padding-bottom: 26px;
}

/* ===== Contact CTA ===== */
.cta-grid{
  display:grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 18px;
  align-items:stretch;
}
.cta-image{
  position:relative;
  border-radius: 22px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  box-shadow: var(--shadow);
}
.cta-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.cta-crop-top img{
  object-position: center top;
  transform: scale(1.3);
  transform-origin: top center;
}
.cta-image-glow{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(520px 320px at 65% 30%, rgba(30,78,216,.18), transparent 60%),
    radial-gradient(520px 320px at 25% 10%, rgba(85,215,255,.12), transparent 60%);
}
.cta-card{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(11,18,39,.80), rgba(7,10,18,.78));
  box-shadow: var(--shadow);
  padding: 26px 24px;
}
.cta-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top: 14px;
}

/* =====================
   Shared CTA Sections
   ===================== */
/* Reusable background, padding and decorative overlay used across CTA blocks */
.cta-section {
  max-width: 750px;
  margin: 0 auto;
  padding: 60px 40px;
  text-align: center;
  background: linear-gradient(135deg, rgba(85, 215, 255, 0.10), rgba(30, 78, 216, 0.08));
  border: 1px solid rgba(85, 215, 255, 0.18);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.cta-centered{
  text-align: center;
}
.cta-centered .section-sub,
.cta-centered p{
  margin-left: auto;
  margin-right: auto;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -40%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(85, 215, 255, 0.12), transparent);
  border-radius: 50%;
  pointer-events: none;
}

/* Center the button group and make it responsive */
.cta-section .cta-actions { justify-content: center; }
@media (max-width: 560px) {
  .cta-section .cta-actions { flex-direction: column; align-items: stretch; }
  .cta-section .cta-actions .btn { width: 100%; }
}
.mini-info{
  margin-top: 18px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
}
.mini-info > div{
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  border-radius: 16px;
  padding: 10px 10px;
}

/* Reset default dl/dt/dd spacing (semantische fix, geen layout change) */
.mini-info dl { margin: 0; }
.mini-info dt,
.mini-info dd { margin: 0; }

.mini-k{ display:block; color: var(--muted); font-size: 12px; font-weight: 700; }
/* Fijnere schaal voor contactwaarden */
.mini-v{
  font-size: 0.95rem;      /* iets kleiner dan standaard */
  line-height: 1.3;
}

/* Specifiek ook voor links (e-mail / tel) */
.mini-v a{
  font-size: 0.95rem;
}

/* ✅ Katlijn wissel: desktop vs mobile */
.cta-desktop{ display:block; }
.cta-mobile{ display:none; }

/* =====================================================
   FAQ (modern accordion) – past bij BuildWithRS style
   ===================================================== */

.faq-wrap{
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(11,18,39,.72), rgba(7,10,18,.70));
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.faq-item::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(700px 220px at 15% 0%, rgba(85,215,255,.14), transparent 55%);
  pointer-events:none;
  opacity:.9;
}

.faq-q{
  list-style: none;
  cursor: pointer;
  padding: 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  position: relative;
}

.faq-q::-webkit-details-marker{ display:none; }

.faq-q span:first-child{
  font-weight: 900;
  color: rgba(243,246,255,.96);
  line-height: 1.25;
}

.faq-icon{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  position: relative;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.faq-icon::before,
.faq-icon::after{
  content:"";
  position:absolute;
  width: 14px;
  height: 2px;
  border-radius: 99px;
  background: rgba(255,255,255,.92);
}

.faq-icon::after{
  transform: rotate(90deg);
  transition: transform .18s ease, opacity .18s ease;
}

.faq-item[open] .faq-icon{
  background: rgba(85,215,255,.08);
  border-color: rgba(85,215,255,.24);
  transform: translateY(-1px);
}

.faq-item[open] .faq-icon::after{
  transform: rotate(90deg);
  opacity: 0; /* plus -> minus */
}

.faq-a{
  padding: 0 16px 16px;
  border-top: 1px solid rgba(255,255,255,.08);
  position: relative;
}

.faq-a p{
  margin: 12px 0 0;
  color: rgba(243,246,255,.84);
  line-height: 1.55;
  font-size: 14px;
}

@media (max-width: 720px){
  .faq-q{ padding: 14px 14px; }
  .faq-a{ padding: 0 14px 14px; }
  .faq-icon{ width: 32px; height: 32px; border-radius: 12px; }
  .faq-a p{ font-size: 13.5px; }
}

/* ===== Footer ===== */
.site-footer{
  border-top: 1px solid rgba(255,255,255,.10);
  background: rgba(7,10,18,.85);
  padding: 36px 0 18px;
}
.footer-grid{
  display:grid;
  grid-template-columns: minmax(260px, 1.7fr) repeat(4, minmax(150px, 1fr));
  gap: 32px;
  align-items:start;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.footer-brand{
  display:flex;
  gap:12px;
  align-items:center;
}

/* ✅ LOGO (footer) - groter + zichtbaar */
.footer-logo-img{
  width:120px;
  height:120px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  margin-left: -12px;
  border-radius:18px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px;

  border:1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  box-shadow:
    0 14px 34px rgba(30,78,216,.16),
    inset 0 0 0 1px rgba(85,215,255,.08);
}

.footer-logo-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
  filter: none;
}

@media (max-width: 980px){
  .footer-logo-img{
    width: 104px;
    height: 104px;
    margin-left: 0;
  }
}

.footer-name{ font-weight: 900; }
.footer-tag{ color: var(--muted); font-size: 13px; margin-top: 4px; }
.footer-mission{
  margin-top: 8px;
  font-size: 13px;
  color: rgba(243,246,255,.68);
  line-height: 1.5;
}

.footer-col h3{
  margin: 0 0 14px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(85,215,255,.85);
}
.footer-col p{
  margin:0;
  color: rgba(243,246,255,.86);
  line-height: 1.6;
}
.footer-col a{
  color: rgba(243,246,255,.92);
  text-decoration: underline;
  text-decoration-color: rgba(85,215,255,.28);
}
.footer-col ul{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.footer-col li a{
  text-decoration:none;
  color: rgba(243,246,255,.82);
  transition: all .2s ease;
  position: relative;
}
.footer-col li a:hover{
  color:#fff;
}
.footer-col li a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-4px;
  width:0%;
  height:1px;
  background: linear-gradient(90deg,#55d7ff,#1e4ed8);
  transition: width .25s ease;
}
.footer-col li a:hover::after{
  width:100%;
}

.footer-positioning{
  margin-top:12px;
  font-size:13px;
  color: rgba(243,246,255,.72);
  letter-spacing:.4px;
}
.footer-break{ display: inline; }
@media (min-width: 861px){
  .footer-break{ display: block; }
}
/* === Legal Pages Titles (exact hero-title gradient, no stroke/shadow) === */
body.page-legal h1,
body.page-legal h2,
body.page-legal h3 {
  background: linear-gradient(90deg, #ffffff, rgba(85,215,255,.95));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  -webkit-text-stroke: 0;
}
body.page-legal p,
body.page-legal li {
  color: #f3f6ff;
  background: none;
  opacity: 1;
  -webkit-background-clip: initial;
  background-clip: initial;
}

.footer-bottom{
  margin-top: 28px;
  padding-top: 18px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  color: rgba(183,192,214,.85);
  font-size: 12px;
}
.sep{ opacity:.5; }

/* ===== Reveal animations ===== */
.reveal{
  opacity: 0;
  transform: translateY(14px) scale(.99);
  transition: opacity .6s ease, transform .6s ease;
  will-change: opacity, transform;
}
.reveal.in{
  opacity: 1;
  transform: none;               /* ✅ transform echt weg = scherpere tekst */
  will-change: auto;
}

/* Page-scoped: staggered reveals for werkwijze street steps (subtle delay per step) */
.page-werkwijze .street-steps .street-step.reveal { transition-delay: 0s; }
.page-werkwijze .street-steps .street-step.reveal:nth-child(1) { transition-delay: 0s; }
.page-werkwijze .street-steps .street-step.reveal:nth-child(2) { transition-delay: 0.06s; }
.page-werkwijze .street-steps .street-step.reveal:nth-child(3) { transition-delay: 0.12s; }
.page-werkwijze .street-steps .street-step.reveal:nth-child(4) { transition-delay: 0.18s; }
.page-werkwijze .street-steps .street-step.reveal:nth-child(5) { transition-delay: 0.24s; }
@media (prefers-reduced-motion: reduce) {
  .page-werkwijze .reveal { transition-duration: 0.001ms !important; transition-delay: 0s !important; transform: none !important; }
}

/* ===== Responsive ===== */
@media (max-width: 980px){
  .pricing-grid{ grid-template-columns: 1fr; }
  [id="4-keuzes"] .pricing-grid{ grid-template-columns: 1fr; }
  [id="expansion-modules"] .pricing-grid{ grid-template-columns: 1fr; }
  .packages-detail-grid{ grid-template-columns: 1fr; }
  .example-grid{ grid-template-columns: 1fr; }
  .cta-grid{ grid-template-columns: 1fr; }
  .footer-grid{ grid-template-columns: 1fr 1fr; }
  .hero-metrics{ grid-template-columns: repeat(2, 1fr); max-width: 600px; }
}

@media (max-width: 900px){
  .footer-grid{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px){
  .nav-toggle{ display:flex; }

  .nav{
    position: fixed;
    left: 20px;
    right: 20px;
    top: 72px;
    display:none;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(8,10,18,.92);
    border: 1px solid rgba(255,255,255,.14);
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow);
    }
  }
  .nav.open{ display:flex; }

  .nav a{
    width:100%;
    padding: 12px 12px;
    border-radius: 14px;
    background: rgba(255,255,255,.04);
  } 
/* Header CTA verfijning */
.nav-cta{
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;

  background: linear-gradient(
    135deg,
    rgba(30,78,216,.85),
    rgba(85,215,255,.18)
  );

  border: 1px solid rgba(85,215,255,.35);
  box-shadow: 0 8px 24px rgba(30,78,216,.25);
}

.site-header.scrolled .nav-cta{
  box-shadow: 0 6px 18px rgba(30,78,216,.35);
}

/* ✅ Switch Katlijn image on mobile */
@media (max-width: 740px){
  .cta-desktop{ display:none; }
  .cta-mobile{ display:block; }
}

@media (max-width: 520px){
  .hero{ padding: 86px 0 28px; }
  .hero-title{ letter-spacing: -0.8px; }
  .brand-sub{ display:none; }
  .footer-grid{ grid-template-columns: 1fr; }
  .mini-info{ grid-template-columns: 1fr; }
}

/* =====================================================
   COOKIE BANNER (AVG / GDPR) – CLEAN & ROBUUST
   ===================================================== */

.cookie-banner{
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;

  z-index: 999999;                 /* altijd boven alles */
  display: none;                   /* JS zet dit aan */

  pointer-events: auto;
}

.cookie-card{
  max-width: 100%;
  margin: 0 auto;

  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;

  padding: 20px 22px;

  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(8,10,18,.92);
  backdrop-filter: blur(12px);

  box-shadow: 0 22px 70px rgba(0,0,0,.55);
}

/* --- Text --- */
.cookie-text{
  flex: 1;
  min-width: 260px;
}

.cookie-text strong{
  display: block;
  font-weight: 900;
  margin-bottom: 6px;
}

.cookie-text p{
  margin: 0;
  color: rgba(243,246,255,.84);
  line-height: 1.45;
  font-size: 13.5px;
}

.cookie-text a{
  color: rgba(85,215,255,.95);
  text-decoration: underline;
  text-decoration-color: rgba(85,215,255,.35);
}

/* --- Buttons --- */
.cookie-actions{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cookie-btn{
  padding: 10px 14px;
  border-radius: 14px;

  font-weight: 900;
  cursor: pointer;

  border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(
    135deg,
    rgba(30,78,216,.92),
    rgba(85,215,255,.16)
  );

  color: #fff;
  transition: transform .15s ease, opacity .15s ease;
}

.cookie-btn:hover{
  transform: translateY(-1px);
  opacity: .98;
}

.cookie-btn.ghost{
  background: rgba(255,255,255,.06);
}

/* --- Mobile --- */
@media (max-width: 720px){
  .cookie-banner{
    left: 8px;
    right: 8px;
    bottom: 8px;
  }

  .cookie-card{
    flex-direction: column;
    align-items: stretch;
    padding: 16px 14px;
    gap: 12px;
  }

  .cookie-text{
    min-width: 100%;
  }

  .cookie-text p{
    font-size: 13px;
  }

  .cookie-actions{
    justify-content: stretch;
  }

  .cookie-btn{
    width: 100%;
    padding: 10px 12px;
    font-size: 13px;
  }
}

/* Header: verberg de titeltekst, behoud tagline */
.brand-name{
  display: none;
}

/* Hamburger alleen op mobiel tonen */
.nav-toggle { display: none; }

@media (max-width: 860px){
  .nav-toggle { display: flex; }
}

/* =========================
   DESKTOP NAV OVERRIDE ONLY
   (mobiel blijft exact zoals het is)
   ========================= */
@media (min-width: 861px){

  .site-header .container{
    width: min(1560px, calc(100% - 20px)) !important;
  }

  /* Desktop: nav gewoon in de header, niet fixed/kaart */
  .nav{
    position: static !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 14px !important;

    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;

    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;

    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  /* Desktop links: geen pill/kaart look */
  .nav a{
    width: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;

    padding: 10px 12px !important;
    border-radius: 12px !important;

    background: transparent !important;
    border: 1px solid transparent !important;

    font-weight: 700 !important;
    font-size: 14px !important;
    text-decoration: none !important;
  }

  .nav a:hover{
    background: rgba(255,255,255,.06) !important;
    border-color: rgba(255,255,255,.12) !important;
    transform: translateY(-1px) !important;
  }

  /* Desktop CTA (“Start nu”) blijft mooi */
  .nav .nav-cta{
    padding: 10px 16px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.06) !important;
    border-color: rgba(85,215,255,.28) !important;
  }

  /* Desktop: hamburger nooit tonen */
  .nav-toggle{
    display: none !important;
  }
}

/* Fijnafstelling voor kleinere laptops: minder horizontale ruimte, zelfde tekstgrootte */
@media (min-width: 1024px) and (max-width: 1280px){
  .nav{
    gap: 10px !important;
  }

  .nav a{
    padding: 10px 8px !important;
  }

  .nav .nav-cta{
    padding: 10px 12px !important;
  }
}

/* ===== Page-specific: ons-aanbod2.html hero spacing ===== */
.page-aanbod .hero-title{
  margin: 12px 0 8px;
}
.page-aanbod .hero-lead{
  margin: 0 0 14px;
}
.page-aanbod .hero-actions{
  margin-bottom: 14px;
}
/* Align H1 to same height as testpage badge+H1 – reduce top padding */
.page-aanbod .hero{
  padding-top: 50px;
}

/* ===== Pakketten Slider (Infinite Loop + Center Focus) ===== */
/* ===== Pakketten Grid (with featured card emphasis) ===== */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.pricing-grid .price-card {
  transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
  position: relative;
  z-index: 1;
}

.pricing-grid .price-card.featured {
  transform: scale(1.038);
  filter: brightness(1.08);
  z-index: 3;
  position: relative;
}

/* Keep Expansion Modules cards visually equal in size. */
#expansion-modules .pricing-grid {
  align-items: stretch;
}

#expansion-modules .pricing-grid .price-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#expansion-modules .pricing-grid .price-card > .price-top + div {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#expansion-modules .pricing-grid .price-card .price-list {
  flex: 1;
}

#expansion-modules .pricing-grid .price-card.featured {
  transform: none;
  filter: none;
  z-index: 1;
}

#expansion-modules .pricing-grid .price-card.featured::before {
  content: none;
}

.pricing-grid .price-card.featured::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  height: 110%;
  background: radial-gradient(
    ellipse 45% 40% at 50% 50%,
    rgba(30, 78, 216, 0.25) 0%,
    rgba(30, 78, 216, 0.08) 40%,
    transparent 70%
  );
  border-radius: inherit;
  filter: blur(20px);
  z-index: -1;
  pointer-events: none;
}

/* Scroll-enter animations */
@keyframes slideFromLeft {
  from {
    opacity: 0;
    transform: translateX(-28px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideFromRight {
  from {
    opacity: 0;
    transform: translateX(28px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideFromTop {
  from {
    opacity: 0;
    transform: translateY(-24px) scale(1.038);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1.038);
  }
}

/* Prep state: set initial offsets (hidden) */
.section#pakketten.is-prep .price-card[data-tier="start"] {
  opacity: 0;
  transform: translateX(-28px);
  transition: none;
}

.section#pakketten.is-prep .price-card[data-tier="advanced"] {
  opacity: 0;
  transform: translateY(-24px) scale(1.038);
  transition: none;
}

.section#pakketten.is-prep .price-card[data-tier="autoriteit"] {
  opacity: 0;
  transform: translateX(28px);
  transition: none;
}

/* Only animate when .is-enter is active */
.section#pakketten.is-enter .price-card[data-tier="start"] {
  animation: slideFromLeft 0.6s cubic-bezier(0.4, 0.0, 0.2, 1) forwards;
}

.section#pakketten.is-enter .price-card[data-tier="advanced"] {
  animation: slideFromTop 0.7s cubic-bezier(0.4, 0.0, 0.2, 1) forwards;
}

.section#pakketten.is-enter .price-card[data-tier="autoriteit"] {
  animation: slideFromRight 0.6s cubic-bezier(0.4, 0.0, 0.2, 1) forwards;
}

/* Mobile: adjust grid layout */
@media (max-width: 768px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .pricing-grid .price-card.featured {
    transform: scale(1.038);
    filter: brightness(1.08);
    position: relative;
  }

  .pricing-grid .price-card.featured::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 110%;
    background: radial-gradient(
      ellipse 45% 40% at 50% 50%,
      rgba(30, 78, 216, 0.25) 0%,
      rgba(30, 78, 216, 0.08) 40%,
      transparent 70%
    );
    border-radius: inherit;
    filter: blur(20px);
    z-index: -1;
    pointer-events: none;
  }
}

/* Respect prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .pricing-track {
    transition: none;
  }

  .pricing-track .price-card {
    animation: none !important;
    transition: none;
  }

  .pricing-nav {
    transition: none;
  }
}

/* =========================================
   WERKWIJZE 2.0 — PAGE SPECIFIC STYLES
   Alleen gebruikt door werkwijze2.0.html
   ========================================= */

/* ===== STREET/ROAD VISUALIZATION ===== */
.street-section {
  position: relative;
  padding: 56px 0;
  overflow: visible;
}

/* Dark background */
.street-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
    rgba(12, 16, 28, 0.5) 0%,
    rgba(8, 12, 24, 0.5) 50%,
    rgba(5, 8, 18, 0.5) 100%);
  pointer-events: none;
  z-index: 0;
}

.street-container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Central street line */
.street-center-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 260px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}

.street-center-line::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 240px;
  background: 
    linear-gradient(180deg,
      rgba(14, 20, 36, 0.88) 0%,
      rgba(16, 23, 40, 0.92) 25%,
      rgba(22, 30, 48, 0.96) 50%,
      rgba(18, 25, 42, 0.90) 75%,
      rgba(12, 17, 32, 0.82) 100%),
    linear-gradient(90deg,
      rgba(8, 12, 24, 0.7) 0%,
      rgba(16, 22, 38, 0.3) 15%,
      rgba(24, 32, 52, 0.2) 35%,
      rgba(28, 36, 56, 0.15) 50%,
      rgba(24, 32, 52, 0.2) 65%,
      rgba(16, 22, 38, 0.3) 85%,
      rgba(8, 12, 24, 0.7) 100%);
  box-shadow: 
    inset 0 50px 80px rgba(0, 0, 0, 0.9),
    inset 0 -50px 80px rgba(0, 0, 0, 0.6),
    inset 0 0 120px rgba(0, 0, 0, 0.5),
    inset -80px 0 100px rgba(0, 0, 0, 0.3),
    inset 80px 0 100px rgba(0, 0, 0, 0.3);
  transform: translateX(-50%);
}

.street-center-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 8px;
  background: repeating-linear-gradient(
    180deg,
    rgba(85, 215, 255, 0.8) 0px,
    rgba(85, 215, 255, 0.8) 40px,
    rgba(85, 215, 255, 0.2) 40px,
    rgba(85, 215, 255, 0.2) 80px
  );
  transform: translateX(-50%);
  filter: blur(0.05px);
  box-shadow: 0 0 15px rgba(85, 215, 255, 0.3);
}

/* Spotlight hover effect voor straatlijn – pseudo-element boven de lijn */
.street-section::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 260px; /* match center area */
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 2; /* sit above center-line (which is z-index:1) */
  background: radial-gradient(circle at var(--mx,50%) var(--my,50%), rgba(85,215,255, 0.20) 0%, rgba(85,215,255,0.08) 18%, transparent 50%);
  opacity: 0;
  transition: opacity .28s ease;
  mix-blend-mode: screen;
}

/* Show glow when hovering the section or the center line (hovering the line counts as hovering the section too) */
.street-section:hover::after { opacity: 1; }

@media (prefers-reduced-motion: reduce) {
  .street-section::after { transition: none; }
}

.street-steps {
  display: flex;
  flex-direction: column;
  gap: 56px;
  position: relative;
  padding: 28px 0;
}

.street-step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  position: relative;
  padding: 0 20px;
}

/* Odd steps: content left, light right */
.street-step:nth-child(odd) {
  margin-right: auto;
  margin-left: 0;
  max-width: 48%;
}

.street-step:nth-child(odd) .step-card {
  order: 1;
}

.street-step:nth-child(odd) .street-light {
  order: 2;
}

/* Even steps: light left, content right */
.street-step:nth-child(even) {
  margin-left: auto;
  margin-right: 0;
  max-width: 48%;
  flex-direction: row-reverse;
}

.street-step:nth-child(even) .step-card {
  order: 2;
}

.street-step:nth-child(even) .street-light {
  order: 1;
}

/* Step content card */
.step-card {
  padding: 36px 40px;
  background: linear-gradient(135deg, rgba(11, 18, 39, 0.87), rgba(7, 10, 18, 0.82));
  border: 1px solid rgba(85, 215, 255, 0.12);
  border-radius: 28px;
  box-shadow: 
    0 24px 64px rgba(0, 0, 0, 0.6),
    0 0 40px rgba(85, 215, 255, 0.08),
    inset 0 2px 8px rgba(85, 215, 255, 0.08),
    inset 0 -2px 8px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 3;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden; /* clip spotlight pseudo-element */
}

.step-card:hover {
  transform: translateY(-3px);
  box-shadow: 
    0 28px 80px rgba(0, 0, 0, 0.7),
    0 0 60px rgba(85, 215, 255, 0.15),
    inset 0 2px 12px rgba(85, 215, 255, 0.12),
    inset 0 -2px 12px rgba(0, 0, 0, 0.4);
}

/* Spotlight hover effect over buttons and street-step kaarten */
.page-werkwijze .step-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(85,215,255, 0.20) 0%, transparent 55%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
  mix-blend-mode: screen;
}
.page-werkwijze .step-card:hover::before,
.page-werkwijze .step-card:focus-within::before {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .page-werkwijze .step-card::before { transition: none; }
}

.step-number-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: radial-gradient(circle at 35% 35%, rgba(85, 215, 255, 0.9), rgba(30, 78, 216, 0.85));
  border: 2px solid rgba(85, 215, 255, 0.5);
  border-radius: 50%;
  font-weight: 900;
  font-size: 22px;
  color: #0B1020;
  box-shadow: 0 0 20px rgba(85, 215, 255, 0.4);
  margin-bottom: 10px;
}

.step-title {
  margin: 0 0 12px;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #F3F6FF;
  text-shadow: 0 2px 8px rgba(85, 215, 255, 0.15);
}

.step-desc {
  margin: 0 0 20px;
  font-size: 0.96rem;
  line-height: 1.85;
  color: rgba(243, 246, 255, 0.82);
  letter-spacing: 0.2px;
}

.step-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.step-list li {
  position: relative;
  padding-left: 28px;
  font-size: 0.9rem;
  color: rgba(243, 246, 255, 0.82);
  line-height: 1.5;
}

.step-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: rgba(85, 215, 255, 0.95);
  font-weight: 900;
}

/* Use arrows instead of checkmarks on the costs page */
.page-kosten .step-list li::before,
.page-kosten .checklist li::before,
.page-kosten .price-list li::before,
.page-kosten .certainty-card li::before {
  content: "➜";
  color: rgba(85, 215, 255, 0.95);
}

.page-kosten .use-checks li::before {
  content: "✓";
}

/* Kostenpagina: zelfde startgevoel als kennis + compacter verticaal ritme */
.page-kosten .hero {
  align-items: flex-start;
  min-height: auto;
  padding-top: calc(var(--header-h) + 26px);
  padding-bottom: 10px;
}

.page-kosten .hero-content {
  padding-top: 22px;
  padding-bottom: 0;
}

.page-kosten .section {
  padding: 56px 0;
}

.page-kosten .hero + .section {
  padding-top: 26px;
}

.page-kosten .lux-divider {
  margin: 30px 0;
}

.page-kosten .page-contact-cta {
  padding-top: 44px;
}

.page-kosten .page-contact-cta .cta-grid {
  margin-top: 0 !important;
}

@media (max-width: 860px) {
  .page-kosten .hero {
    min-height: auto;
    padding-top: calc(var(--header-h) + 18px);
    padding-bottom: 14px;
  }

  .page-kosten .hero-content {
    padding-top: 12px;
  }

  .page-kosten .section {
    padding: 46px 0;
  }

  .page-kosten .hero + .section {
    padding-top: 20px;
  }

  .page-kosten .lux-divider {
    margin: 18px 0;
  }

  .page-kosten .page-contact-cta {
    padding-top: 34px;
  }
}

/* ROI calculator - kostenpagina */
.roi-shell {
  background: linear-gradient(180deg, rgba(11,18,39,.80), rgba(7,10,18,.78));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  box-shadow: var(--shadow);
  color: #eef2ff;
  padding: 22px;
  margin-top: 18px;
  position: relative;
  overflow: hidden;
}

.roi-shell::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: radial-gradient(700px 220px at 50% 0%, rgba(30,78,216,.22), transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.roi-shell > * {
  position: relative;
  z-index: 1;
}

.roi-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 16px;
}

.roi-col-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.roi-col {
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(11,18,39,.72), rgba(7,10,18,.70));
  overflow: hidden;
  position: relative;
  padding: 0 16px 16px;
}

.roi-col-title {
  margin: 0 -16px 14px;
  padding: 14px 16px 12px;
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  opacity: .92;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.roi-source-switch {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.roi-source-btn,
.roi-package-btn,
.roi-step-btn {
  border-radius: 10px;
  border: 2px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  color: #fff;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .15s ease;
}

.roi-source-btn {
  padding: 9px 12px;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.roi-source-btn.is-active,
.roi-package-btn.is-active {
  border-color: rgba(85, 215, 255, 0.9);
  background: rgba(85, 215, 255, 0.2);
  box-shadow: 0 0 0 1px rgba(85, 215, 255, 0.45), 0 8px 24px rgba(30,78,216,.18);
}

.roi-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.roi-package-btn {
  padding: 12px 8px;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.roi-package-btn small {
  display: block;
  font-size: .78rem;
  opacity: .85;
  margin-top: 4px;
  font-weight: 600;
}

.roi-step-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.roi-step-btn {
  width: 54px;
  height: 54px;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
  padding: 0;
  color: #55D7FF;
  background: rgba(85, 215, 255, 0.18);
  border-color: rgba(85, 215, 255, 0.45);
}

.roi-step-btn:hover,
.roi-source-btn:hover,
.roi-package-btn:hover {
  transform: translateY(-1px);
}

.roi-number-input {
  width: 100%;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.07);
  border-radius: 10px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

/* Breadcrumb styling */
.breadcrumb-nav a {
  color: rgba(232, 238, 250, 0.72);
  text-decoration: none;
  transition: color .2s ease;
}
.breadcrumb-nav a:hover {
  color: #55D7FF;
}

.roi-custom-group,
.roi-package-group {
  display: none;
}

.roi-package-group.is-active,
.roi-custom-group.is-active {
  display: block;
}

.roi-result {
  margin-top: 16px;
  border: 1px solid rgba(85, 215, 255, 0.22);
  border-left: 4px solid rgba(85, 215, 255, .95);
  background: rgba(85, 215, 255, .07);
  border-radius: 10px;
  padding: 16px 18px;
}

.roi-result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.roi-metric {
  background: linear-gradient(180deg, rgba(11,18,39,.80), rgba(7,10,18,.78));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  padding: 14px 16px;
  position: relative;
  overflow: hidden;
}

.roi-metric::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: radial-gradient(400px 120px at 50% 0%, rgba(30,78,216,.20), transparent 60%);
  pointer-events: none;
}

.roi-metric-label {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.72;
  margin: 0 0 6px 0;
}

.roi-metric-value {
  font-size: 1.65rem;
  font-weight: 800;
  color: #55D7FF;
  margin: 0;
  line-height: 1.1;
}

.roi-metric-sub {
  font-size: 0.78rem;
  opacity: 0.72;
  margin: 4px 0 0 0;
}

@media (max-width: 980px) {
  .roi-layout,
  .roi-package-grid,
  .roi-result-grid {
    grid-template-columns: 1fr;
  }

  .roi-step-wrap {
    gap: 8px;
  }

  .roi-step-btn {
    width: 48px;
    height: 48px;
  }
}

/* Manual list markers (allow per-item symbols in HTML) */
.manual-markers{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.manual-markers li{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(243, 246, 255, 0.82);
  line-height: 1.5;
}
.manual-markers li::before{ content: none; }
.manual-markers .accent{
  font-weight: 900;
}
.dash-mark{
  display: inline-block;
  width: 18px;
  height: 3px;
  background: linear-gradient(90deg, rgba(85,215,255,1), rgba(255,255,255,.95));
  border-radius: 2px;
  box-shadow: 0 0 6px rgba(85,215,255,.35);
  transform: translateY(-1px);
}
.manual-markers .marker{
  color: rgba(85, 215, 255, 0.95);
  font-weight: 900;
  line-height: 1.4;
  flex: 0 0 18px;
}

/* Blue light markers on the street */
.street-light {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.street-light::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background: radial-gradient(circle at 40% 40%, rgba(85, 215, 255, 0.9), rgba(30, 78, 216, 0.75));
  border: 3px solid rgba(85, 215, 255, 0.7);
  border-radius: 50%;
  box-shadow: 0 0 35px rgba(85, 215, 255, 0.5), inset 0 0 20px rgba(85, 215, 255, 0.2);
  animation: waypoint-breathe 10s ease-in-out infinite;
}

/* ===== Subtle Glow Behind Text Blocks (optional) ===== */
.section-soft-glow {
  position: relative;
  overflow: hidden;
}

.section-soft-glow::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -220px;
  width: 640px;
  height: 640px;
  background: radial-gradient(circle, rgba(0, 180, 255, 0.06), transparent 70%);
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
  animation: softGlowMove 14s ease-in-out infinite alternate;
}

.section-soft-glow > * {
  position: relative;
  z-index: 1;
}

@keyframes softGlowMove {
  from { transform: translate(0,0) scale(1); opacity: 0.45; }
  to   { transform: translate(-18px, 10px) scale(1.05); opacity: 0.65; }
}

@keyframes waypoint-breathe {
  0% {
    opacity: 0.75;
    box-shadow: 0 0 30px rgba(85, 215, 255, 0.4), inset 0 0 15px rgba(85, 215, 255, 0.15);
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 60px rgba(85, 215, 255, 0.7), 0 0 100px rgba(85, 215, 255, 0.4), inset 0 0 25px rgba(85, 215, 255, 0.3);
  }
  100% {
    opacity: 0.75;
    box-shadow: 0 0 30px rgba(85, 215, 255, 0.4), inset 0 0 15px rgba(85, 215, 255, 0.15);
  }
}

@media (prefers-reduced-motion: reduce) {
  .street-light::before {
    animation: none;
    opacity: 0.95;
    box-shadow: 0 0 35px rgba(85, 215, 255, 0.45);
  }
}

/* Mobile layout */
@media (max-width: 768px) {
  .street-section {
    padding: 48px 0;
  }

  .street-steps {
    gap: 48px;
    padding: 0 0;
  }

  .street-step {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 60px;
    padding-right: 20px;
    flex-direction: row !important;
  }

  .street-step:nth-child(odd) .street-light,
  .street-step:nth-child(even) .street-light {
    position: absolute;
    left: 20px;
    top: 0;
    order: unset !important;
  }

  .street-step:nth-child(odd) .step-card,
  .street-step:nth-child(even) .step-card {
    order: unset !important;
  }

  .street-light::before {
    width: 28px;
    height: 28px;
    border-width: 2px;
  }

  .step-card {
    padding: 24px 28px;
  }

  .step-title {
    font-size: 18px;
  }
}

/* ===== START SECTION ===== */
.start-section {
  max-width: 850px;
  margin: 0 auto;
  padding: 40px;
  background: linear-gradient(135deg, rgba(85, 215, 255, 0.06), rgba(30, 78, 216, 0.04));
  border: 1px solid rgba(85, 215, 255, 0.10);
  border-radius: 20px;
}

.start-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 22px;
  color: rgba(85, 215, 255, 0.95);
}

.start-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px;
}

.start-item {
  padding: 16px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  border-left: 3px solid rgba(85, 215, 255, 0.4);
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(243, 246, 255, 0.85);
}

.start-item strong {
  display: block;
  margin-bottom: 6px;
  color: rgba(85, 215, 255, 0.95);
  font-weight: 700;
}

/* ===== CERTAINTIES SECTION ===== */
.certainties-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.certainty-card {
  padding: 32px;
  background: linear-gradient(180deg, rgba(11, 18, 39, 0.65), rgba(7, 10, 18, 0.60));
  border: 1px solid rgba(85, 215, 255, 0.12);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.certainty-card h3 {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  color: rgba(85, 215, 255, 0.95);
}

.certainty-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.certainty-card li {
  position: relative;
  padding-left: 28px;
  font-size: 0.9rem;
  color: rgba(243, 246, 255, 0.82);
  line-height: 1.5;
}

.certainty-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: rgba(85, 215, 255, 0.95);
  font-weight: 900;
}

/* ===== FINAL CTA ===== */
/* `.final-destination` uses the shared `.cta-section` class for background/padding/overlay. */
.final-destination { max-width: 750px; margin: 0 auto; }

.final-destination h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  font-size: clamp(26px, 6vw, 36px);
  font-weight: 900;
  letter-spacing: -0.6px;
}

.final-destination p {
  position: relative;
  z-index: 1;
  margin: 0 0 32px;
  font-size: 1rem;
  color: rgba(243, 246, 255, 0.87);
  line-height: 1.65;
}

/* ===== INTAKE FORM ===== */
.intake-form {
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -46%) scale(0.97);
  width: 560px;
  max-width: calc(100% - 32px);
  background: linear-gradient(135deg, rgba(11, 18, 39, 0.96), rgba(7, 10, 18, 0.98));
  border: 1px solid rgba(85, 215, 255, 0.10);
  border-radius: 14px;
  box-shadow: 0 28px 80px rgba(0,0,0,0.65), 0 0 40px rgba(85,215,255,0.04);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease, transform 280ms ease;
}

.intake-form.is-intake-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.intake-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(85,215,255,0.04);
}

.intake-title { font-size: 16px; font-weight: 800; color: rgba(243,246,255,0.96); }
.intake-sub { font-size: 0.92rem; color: rgba(243,246,255,0.78); }

.intake-body { padding: 18px 20px 22px; }
.intake-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.intake-row { display: contents; }

.intake-field { display: flex; flex-direction: column; gap: 6px; }
.intake-field label { font-size: 0.86rem; color: rgba(243,246,255,0.84); }
.intake-field input,
.intake-field select,
.intake-field textarea {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(85,215,255,0.45);
  color: rgba(243,246,255,0.96);
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.95rem;
}

/* Dark background for text/email/phone inputs */
.intake-field input[type="text"],
.intake-field input[type="email"],
.intake-field input[type="tel"] {
  background: rgba(10, 14, 22, 0.6);
}

/* Date input calendar icon color */
.intake-field input[type="date"] {
  color-scheme: dark;
}

.intake-field input[type="date"]::-webkit-calendar-picker-indicator {
  filter: brightness(1.8);
  cursor: pointer;
  opacity: 0.95;
}

/* Intake dropdown dark styling */
.intake-field select {
  background: rgba(10, 14, 22, 0.6);
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23f3f6ff' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}

.intake-field select option {
  background: #0B1020;
  color: #f3f6ff;
}

.intake-actions { display:flex; gap:10px; align-items:center; justify-content:flex-end; padding: 0 20px 18px; }
.intake-actions .btn { min-width: 140px; }

.intake-confirm { display:none; color: rgba(170, 255, 240, 0.95); font-weight:700; }

/* Desktop: textarea spans full width underneath date/timeslot row */
@media (min-width: 769px) {
  .intake-form .intake-grid > .intake-field:has(textarea) {
    grid-column: 1 / -1;
  }
  
  /* Ensure date/timeslot row wrapper fits properly in grid */
  .intake-form .intake-grid > div[style*="grid-template-columns"] {
    grid-column: 1 / -1;
  }
}

/* Body scroll lock when modal is open */
body.modal-open {
  overflow: hidden;
}

/* ===== Form selects: dark theme ===== */
select{
  background-color: rgba(10,14,22,.92);
  color: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.18);
}
select:focus{
  outline: none;
  box-shadow: 0 0 0 3px rgba(85,215,255,.18);
  border-color: rgba(85,215,255,.45);
}
select option{
  background-color: #0b1220;
  color: #ffffff;
}

@media (max-width: 768px) {
  .intake-form { width: calc(100% - 32px); }
  .intake-grid { grid-template-columns: 1fr; }
  .intake-actions { justify-content: stretch; flex-direction: column-reverse; }
  
  /* Stack date/timeslot row on mobile */
  .intake-form div[style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
  
  /* ===== Intake dropdown styling (mobile only) ===== */
  .intake-form select {
    /* remove ugly white browser default */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    
    /* match existing input style */
    background-color: rgba(10, 14, 22, 0.92);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='rgba(255,255,255,0.8)' d='M1 0h10l-5 8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px 8px;
    padding-right: 40px;
    
    color: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    
    width: 100%;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  
  /* focus state like other inputs */
  .intake-form select:focus {
    outline: none;
    border-color: rgba(85, 215, 255, 0.45);
    box-shadow: 0 0 0 3px rgba(85, 215, 255, 0.18);
  }
  
  /* fix white dropdown option list */
  .intake-form select option {
    background-color: #0b1220;
    color: #ffffff;
  }
}

/* ===== Intake Modal: MOBILE FIX (desktop untouched) ===== */
@media (max-width: 768px) {
  /* Modal overlay: full screen, top-aligned */
  .intake-form {
    inset: 0;
    left: 0;
    top: 0;
    transform: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 12px;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    position: fixed;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .intake-form.is-intake-open {
    transform: none !important;
  }

  /* Create a centered modal wrapper by using a pseudo container */
  .intake-header {
    width: 100%;
    max-width: 560px;
    flex-shrink: 0;
    align-self: center;
  }

  /* Body scrolls internally within its container */
  .intake-body {
    width: 100%;
    max-width: 560px;
    align-self: center;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex: 1;
    min-height: 0;
    max-height: calc(100dvh - 200px);
    max-height: calc(100vh - 200px);
  }

  /* Actions stay centered and full width of modal */
  .intake-actions {
    width: 100%;
    max-width: 560px;
    align-self: center;
    flex-shrink: 0;
  }
  
  /* FORCE single column grid layout for intake fields */
  .intake-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  
  /* Ensure all fields and inputs are full width */
  .intake-field {
    width: 100% !important;
    min-width: 0 !important;
  }
  
  .intake-field input,
  .intake-field select,
  .intake-field textarea {
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
  
  /* Prevent horizontal overflow */
  .intake-form,
  .intake-body,
  .intake-grid {
    overflow-x: hidden !important;
  }
  
  /* Ensure proper padding so content doesn't touch edges */
  .intake-body {
    padding: 16px 20px 20px !important;
  }
  
  /* Header alignment - keep close button visible */
  .intake-header {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 16px 20px !important;
  }
}

/* ==============================
   FIX: Hero start correct onder header (alle pagina’s)
   ============================== */

/* Mobile header is iets hoger */
@media (max-width: 860px){
  :root{
    --header-h: 104px;
  }
}

/* Extra zekerheid voor content-pagina’s */
.page-aanbod .hero,
.page-contact .hero,
.page-werkwijze .hero{
  padding-top: var(--header-h);
}

.page-over .hero{
  padding-top: var(--header-h);
}

/* ==============================
   Aanbod pagina – desktop line break only
   ============================== */

/* Standaard: desktop behoudt de line break */
.page-aanbod .br-desktop{
  display: inline;
}

/* Mobiel: line break verbergen → tekst loopt door */
@media (max-width: 860px){
  .page-aanbod .br-desktop{
    display: none;
  }
}

/* ===== WERKWIJZE HERO ROADMAP (scoped) ===== */
.page-werkwijze .hero-content,
.page-aanbod .hero-content,
.page-over .hero-content,
.page-contact .hero-content{
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: center;
}

.page-werkwijze .hero-copy,
.page-aanbod .hero-copy,
.page-over .hero-copy,
.page-contact .hero-copy{
  min-width: 0;
}

.page-werkwijze .hero-roadmap,
.page-aanbod .hero-roadmap,
.page-over .hero-roadmap,
.page-contact .hero-roadmap{
  position: relative;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
  box-shadow: 0 18px 60px rgba(0,0,0,0.35);
  aspect-ratio: 1 / 1;
}

.page-werkwijze .hero-roadmap-video{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000;
}

.page-werkwijze .hero-roadmap-img,
.page-aanbod .hero-roadmap-img,
.page-over .hero-roadmap-img,
.page-contact .hero-roadmap-img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-werkwijze .hero-roadmap-svg{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 980px){
  .page-werkwijze .hero-content,
  .page-aanbod .hero-content,
  .page-over .hero-content,
  .page-contact .hero-content{
    grid-template-columns: 1fr;
  }
  .page-werkwijze .hero-roadmap,
  .page-aanbod .hero-roadmap,
  .page-over .hero-roadmap,
  .page-contact .hero-roadmap{
    max-width: 560px;
    margin: 18px auto 0;
    }
  }

/* =====================================================
   WEBSITE INTELLIGENCE SCAN V1 – PAGE SPECIFIC STYLES
   ===================================================== */

/* Hero spacing identical to page-kosten */
.page-scan .hero {
  align-items: flex-start;
  min-height: auto;
  padding-top: calc(var(--header-h) + 26px);
  padding-bottom: 10px;
}

.page-scan .hero-content {
  padding-top: 22px;
  padding-bottom: 0;
}

.page-scan .hero + .section {
  padding-top: 26px;
}

@media (max-width: 860px) {
  .page-scan .hero {
    min-height: auto;
    padding-top: calc(var(--header-h) + 18px);
    padding-bottom: 14px;
  }

  .page-scan .hero-content {
    padding-top: 12px;
  }

  .page-scan .hero + .section {
    padding-top: 20px;
  }
}

/* Scan layer accordion */
.scan-layer {
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 12px;
  background: rgba(11,18,39,.55);
  margin-bottom: 10px;
  overflow: hidden;
  transition: border-color .2s ease;
}
.scan-layer:hover {
  border-color: rgba(85,215,255,.18);
}
.scan-layer[open] {
  border-color: rgba(85,215,255,.22);
  background: rgba(11,18,39,.70);
}
.scan-layer summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  user-select: none;
}
.scan-layer summary::-webkit-details-marker { display: none; }
.scan-layer-num {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(85,215,255,.9), rgba(30,78,216,.8));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 14px;
  color: #0B1020;
  flex-shrink: 0;
}
.scan-layer-head {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.scan-layer-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: rgba(85,215,255,.75);
  line-height: 1;
}
.scan-layer-title {
  font-size: 1rem;
  font-weight: 700;
  color: rgba(243,246,255,.95);
  line-height: 1.3;
}
.scan-layer-chevron {
  width: 20px;
  height: 20px;
  color: rgba(255,255,255,.35);
  transition: transform .25s ease, color .2s ease;
  flex-shrink: 0;
}
.scan-layer[open] .scan-layer-chevron {
  transform: rotate(180deg);
  color: rgba(85,215,255,.7);
}
.scan-layer-body {
  padding: 0 20px 18px;
  padding-left: calc(20px + 38px + 16px);
}
.scan-layer-body p {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(243,246,255,.76);
  line-height: 1.65;
}
@media (max-width: 600px) {
  .scan-layer summary {
    grid-template-columns: 32px 1fr auto;
    gap: 12px;
    padding: 14px 16px;
  }
  .scan-layer-body {
    padding: 0 16px 16px;
    padding-left: calc(16px + 32px + 12px);
  }
}

/* Scan form glow effect */
.scan-form-wrapper {
  position: relative;
  border-radius: 16px;
  background: rgba(11, 18, 39, 0.4);
  padding: 32px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(85, 215, 255, 0.15);
  box-shadow: 
    0 0 40px rgba(85, 215, 255, 0.25),
    0 0 80px rgba(30, 78, 216, 0.15),
    inset 0 1px 0 rgba(85, 215, 255, 0.1);
}

.scan-form-wrapper::before {
  content: '';
  position: absolute;
  top: -150px;
  right: -150px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(85, 215, 255, 0.15) 0%, transparent 70%);
  pointer-events: none;
  filter: blur(40px);
  z-index: -1;
}

.scan-form-wrapper::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(30, 78, 216, 0.12) 0%, transparent 70%);
  pointer-events: none;
  filter: blur(35px);
  z-index: -1;
}

/* Awareness section – use existing card styling for consistency */
.page-scan .scan-form-wrapper .form-intro {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(85, 215, 255, 0.1);
}

.page-scan .card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 20px;
}

.page-scan .card-grid .card {
  transition: all .25s ease;
}

.page-scan .card-grid .card:hover {
  border-color: rgba(85,215,255,.24);
  background: rgba(11,18,39,.70);
  transform: translateY(-2px);
}

/* Strategic criteria grid (6 items in 2 rows of 3) */
.scan-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 20px;
}

.scan-card {
  padding: 28px 24px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(11,18,39,.82), rgba(7,10,18,.80));
  box-shadow: 0 18px 52px rgba(0,0,0,.35);
  transition: all .25s cubic-bezier(.2,.9,.2,1);
  position: relative;
  overflow: hidden;
}

.scan-card::before {
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(700px 220px at 50% 0%, rgba(30,78,216,.18), transparent 55%);
  pointer-events:none;
  opacity:.8;
}

.scan-card:hover {
  transform: translateY(-4px);
  border-color: rgba(85,215,255,.28);
  box-shadow: 0 28px 70px rgba(0,0,0,.45), 0 0 40px rgba(85,215,255,.08);
}

.scan-card > * {
  position: relative;
  z-index: 1;
}

.scan-card-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(85,215,255,.2), rgba(30,78,216,.2));
  border: 1px solid rgba(85,215,255,.24);
  margin-bottom: 12px;
  font-size: 20px;
}

.scan-card-title {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.3px;
}

.scan-card-desc {
  margin: 0;
  color: rgba(243,246,255,.82);
  line-height: 1.55;
  font-size: 0.9rem;
}

/* Process flow / steps */
.page-scan .steps-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 900px;
  margin: 20px auto 0;
  align-items: stretch;
}

.page-scan .step {
  padding: 28px 24px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(11,18,39,.60);
  backdrop-filter: blur(8px);
  text-align: center;
  transition: all .25s ease;
  position: relative;
}

.page-scan .step:last-child::after {
  display: none;
}

.page-scan .step:hover {
  border-color: rgba(85,215,255,.28);
  background: rgba(11,18,39,.78);
  transform: translateY(-2px);
}

.page-scan .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(85,215,255,.95), rgba(30,78,216,.85));
  color: #0B1020;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 12px;
}

.page-scan .step h3 {
  margin: 0 0 8px;
  font-weight: 800;
  font-size: 1.05rem;
  color: #ffffff;
}

.page-scan .step p {
  margin: 0;
  color: rgba(243,246,255,.80);
  line-height: 1.5;
  font-size: 0.9rem;
}

/* Audience section */
.page-scan .mini-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.page-scan .mini-card-item {
  padding: 18px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(11,18,39,.55);
  text-align: center;
  transition: all .2s ease;
}

.page-scan .mini-card-item:hover {
  border-color: rgba(85,215,255,.24);
  background: rgba(11,18,39,.70);
  transform: translateY(-1px);
}

.page-scan .mini-card-item strong {
  display: block;
  font-weight: 900;
  font-size: 0.95rem;
  color: #ffffff;
  margin-bottom: 4px;
}

.page-scan .mini-card-item span {
  display: block;
  font-size: 0.85rem;
  color: rgba(243,246,255,.72);
  line-height: 1.4;
}

/* Form section */
.scan-form-wrapper {
  max-width: 700px;
  margin: 28px auto 0;
  padding: 32px;
  border-radius: 22px;
  border: 1px solid rgba(85,215,255,.30);
  background: linear-gradient(180deg, rgba(11,18,39,.80), rgba(7,10,18,.78));
  box-shadow:
    0 18px 60px rgba(0,0,0,.35),
    0 0 56px rgba(85,215,255,.28),
    0 0 130px rgba(30,78,216,.22);
  position: relative;
  overflow: hidden;
}

.scan-form-wrapper::before {
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(860px 320px at 50% 0%, rgba(85,215,255,.30), rgba(30,78,216,.28) 38%, transparent 66%);
  pointer-events:none;
  opacity:1;
}

.scan-form {
  position: relative;
  z-index: 1;
}

.form-group {
  margin-bottom: 18px;
}

.form-group:last-child {
  margin-bottom: 0;
}

.form-consent {
  margin: 4px 0 22px;
}

/* ── Scan form success overlay ── */
.scan-success-overlay {
  padding: 40px 28px;
  text-align: center;
  animation: scanSuccessFadeIn 0.55s ease forwards;
}
@keyframes scanSuccessFadeIn {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
.scan-success-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.scan-success-check {
  width: 64px;
  height: 64px;
  stroke: #55d7ff;
  stroke-width: 3;
  animation: scanCheckDraw 0.55s 0.15s ease forwards;
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
}
.scan-success-check circle {
  stroke: rgba(85,215,255,.25);
  stroke-dasharray: none;
  stroke-dashoffset: 0;
}
@keyframes scanCheckDraw {
  to { stroke-dashoffset: 0; }
}
.scan-success-msg {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(243,246,255,.92);
  max-width: 520px;
  margin: 0;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  color: rgba(243,246,255,.96);
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: rgba(243,246,255,.96);
  font-family: inherit;
  font-size: 0.95rem;
  line-height: 1.5;
  transition: all .2s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(243,246,255,.48);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: rgba(85,215,255,.48);
  background: rgba(255,255,255,.06);
  box-shadow: 0 0 0 3px rgba(85,215,255,.12);
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.form-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23f3f6ff' d='M1 1l5 5 5-5' stroke='%23f3f6ff' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}

.form-actions {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.form-actions .btn {
  flex: 1;
  min-width: 160px;
}

@media (max-width: 720px) {
  .scan-form-wrapper {
    padding: 24px;
  }

  .form-actions {
    flex-direction: column;
  }

  .form-actions .btn {
    width: 100%;
    min-width: auto;
  }
}

/* Responsive grid adjustments */
@media (max-width: 980px) {
  .page-scan .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-scan .steps-flow {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .page-scan .mini-card {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .page-scan .card-grid,
  .page-scan .mini-card {
    grid-template-columns: 1fr;
  }

  .scan-form-wrapper {
    padding: 20px;
  }
}

/* ===== PAGE: CONTACT ===== */

.page-contact .contact-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
  margin-top: 40px;
}

.page-contact .contact-card {
  padding: 28px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(30, 78, 216, 0.06) 0%, rgba(85, 215, 255, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 260ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.page-contact .contact-card:hover {
  border-color: rgba(85, 215, 255, 0.24);
  background: linear-gradient(135deg, rgba(30, 78, 216, 0.12) 0%, rgba(85, 215, 255, 0.08) 100%);
  transform: translateY(-4px);
}

.page-contact .contact-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
  display: block;
}

.page-contact .contact-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 200ms ease;
}

.page-contact .contact-link:hover {
  color: var(--brand2);
}

.page-contact .contact-icon {
  font-size: 24px;
  display: block;
}

.page-contact .contact-text {
  display: block;
  line-height: 1.5;
}

.page-contact .contact-note {
  font-size: 13px;
  color: var(--muted);
  margin-top: 8px;
  font-style: italic;
}

@media (max-width: 768px) {
  .page-contact .contact-info-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .page-contact .contact-card {
    padding: 24px;
  }
}

/* ===== CONTACT FORM STYLING ===== */
/* Two-column layout: form left, info right */
.contact-with-info-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 28px;
  align-items: stretch;
}

.contact-form-wrapper{
  margin: 0;
  padding: 32px;
  background: rgba(255,255,255,0.04);
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-direction: column;
}

/* Form fields stacked vertically */
.contact-form-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 24px;
}

.contact-form-field{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form-field-full{
  grid-column: 1 / -1;
}

.contact-form-field label{
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  letter-spacing: 0.3px;
}

.contact-form-field input,
.contact-form-field textarea{
  padding: 12px 16px;
  font-size: 1rem;
  color: #fff;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  transition: all 0.2s ease;
  font-family: inherit;
}

.contact-form-field input:focus,
.contact-form-field textarea:focus{
  outline: none;
  border-color: rgba(85,215,255,0.6);
  background: rgba(255,255,255,0.08);
  box-shadow: 0 0 0 3px rgba(85,215,255,0.1);
}

.contact-form-field textarea{
  resize: vertical;
  min-height: 120px;
}

.contact-form-footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.contact-form-status{
  flex: 1;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.8);
  display: none;
}

.contact-form-status.visible{
  display: block;
}

.contact-form-status.success{
  color: rgba(85,215,255,0.95);
}

.contact-form-status.error{
  color: rgba(255,107,107,0.95);
}

/* Contact Info Sidebar */
.contact-info-sidebar {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 32px;
  background: rgba(255,255,255,0.04);
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  height: 100%;
}

.contact-info-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 28px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(85,215,255,0.2);
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 0;
  transition: transform 0.2s ease;
}

.contact-info-item:hover {
  transform: translateX(4px);
}

.contact-info-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  border-radius: 8px;
  color: white;
}

.contact-info-icon svg {
  width: 20px;
  height: 20px;
}

.contact-info-text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text);
  padding-top: 6px;
}

.contact-info-text a {
  color: var(--brand2);
  text-decoration: none;
  font-weight: 500;
  transition: color 200ms ease;
}

.contact-info-text a:hover {
  color: #7fe9ff;
  text-decoration: underline;
}

.contact-info-text address {
  margin: 0;
}

@media (max-width: 1024px){
  /* Stack form and info on tablet/mobile: form first, then info */
  .contact-with-info-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .contact-info-sidebar {
    order: 2;
  }
}

@media (max-width: 768px){
  .contact-form-wrapper{
    padding: 24px;
  }
  
  .contact-form-footer{
    flex-direction: column;
    align-items: stretch;
  }
  
  .contact-info-sidebar {
    padding: 24px;
  }
  
  .contact-info-title {
    margin-bottom: 24px;
    font-size: 1.1rem;
  }
  
  .contact-info-list {
    gap: 16px;
  }
  
  .contact-info-item {
    gap: 12px;
  }
  
  .contact-info-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
  
  .contact-info-icon svg {
    width: 18px;
    height: 18px;
  }
  
  .contact-info-text {
    font-size: 14px;
  }
}

/* ===== PAGE: CONTACT (IMPROVED) ===== */

/* Hero padding & layout */
.page-contact-hero {
  padding-top: 80px;
  padding-bottom: 60px;
}

.hero-content-padding {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.page-contact-hero .hero-title {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.2;
  margin-bottom: 0;
}

.page-contact-hero .hero-lead {
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 720px;
}

/* Contact Grid - 4 columns desktop, 1 mobile */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
  margin-top: 40px;
}

/* Business Info Grid - same styling as contact-grid */
.business-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
}

.contact-card {
  padding: 32px 28px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(30, 78, 216, 0.08) 0%, rgba(85, 215, 255, 0.04) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 280ms cubic-bezier(0.2, 0.9, 0.2, 1);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-card:hover {
  border-color: rgba(85, 215, 255, 0.28);
  background: linear-gradient(135deg, rgba(30, 78, 216, 0.14) 0%, rgba(85, 215, 255, 0.1) 100%);
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(30, 78, 216, 0.12);
}

.contact-card-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  border-radius: 12px;
  color: white;
}

.contact-card-icon svg {
  width: 32px;
  height: 32px;
}

.contact-card-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  margin: 0;
}

.contact-card-link {
  color: var(--brand2);
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: color 200ms ease;
}

.contact-card-link:hover {
  color: #7fe9ff;
  text-decoration: underline;
}

.contact-card-address {
  font-style: normal;
  color: var(--text);
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

.contact-card-time {
  color: var(--text);
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.contact-card-meta {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
  font-style: italic;
  opacity: 0.8;
}

/* Question Modal Styles */
.modal-question {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.modal-question.is-modal-open {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 60px;
}

@media (max-width: 768px) {
  .modal-question.is-modal-open {
    padding-top: 0;
    align-items: flex-end;
  }
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  cursor: pointer;
}

.modal-content {
  position: relative;
  width: 100%;
  max-width: 520px;
  background: var(--bg2);
  border-radius: 20px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  margin: 0 16px;
  max-height: 90vh;
  overflow-y: auto;
  animation: slideUp 300ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

@media (max-width: 768px) {
  .modal-content {
    border-radius: 20px 20px 0 0;
    max-height: 85vh;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-header {
  padding: 32px 32px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}

.modal-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 4px;
}

.modal-subtitle {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: none;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: var(--text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms ease;
  padding: 0;
}

.modal-close:hover {
  background: rgba(255, 255, 255, 0.14);
  color: var(--brand2);
}

.modal-close:active {
  transform: scale(0.95);
}

.modal-form {
  padding: 32px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field label {
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
}

.form-field input,
.form-field textarea {
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: var(--text);
  font-family: inherit;
  font-size: 14px;
  transition: all 200ms ease;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(85, 215, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(85, 215, 255, 0.1);
}

.form-field textarea {
  resize: vertical;
  min-height: 120px;
}

.form-status {
  font-size: 13px;
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
  display: none;
}

.form-status-success {
  background: rgba(34, 197, 94, 0.1);
  color: #86efac;
  border: 1px solid rgba(34, 197, 94, 0.3);
}

.form-status-error {
  background: rgba(239, 68, 68, 0.1);
  color: #fca5a5;
  border: 1px solid rgba(239, 68, 68, 0.3);
}

.modal-footer {
  padding: 0 32px 32px;
}

.modal-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.modal-actions .btn {
  min-width: 140px;
}

/* Contact CTA section */
.page-contact-cta {
  padding: 80px 0;
}

.page-contact-cta .cta-section h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 16px;
}

.page-contact-cta .cta-section p {
  font-size: 1.0625rem;
  max-width: 600px;
  margin: 0 auto 32px;
}

/* Mobile responsive */
@media (max-width: 1024px) {
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .page-contact-hero {
    padding-top: 60px;
    padding-bottom: 48px;
  }

  .page-contact-hero .hero-title {
    font-size: clamp(1.75rem, 4.5vw, 2.5rem);
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact-card {
    padding: 28px 24px;
  }

  .modal-header {
    padding: 24px 24px 20px;
  }

  .modal-form {
    padding: 24px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .modal-footer {
    padding: 0 24px 24px;
  }

  .modal-actions {
    flex-direction: column;
  }

  .modal-actions .btn {
    width: 100%;
  }

  .page-contact-cta {
    padding: 60px 0;
  }

  .cta-actions {
    flex-direction: column;
  }

  .cta-actions .btn {
    width: 100%;
  }
}

/* Trust / ROI block */
.trust-box{
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.35);
}

.trust-head{
  text-align: center;
  max-width: 860px;
  margin: 0 auto 18px;
}

.trust-title{
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: -0.6px;
  font-weight: 900;
  margin: 0;
}

.trust-sub{
  margin-top: 10px;
  opacity: 0.85;
}

.trust-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 18px;
}

.trust-card{
  background: rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 18px;
}

.trust-card h4{
  margin: 0 0 10px 0;
  font-size: 1.05rem;
}

.trust-bottom{
  text-align: center;
  max-width: 860px;
  margin: 18px auto 0;
}

.trust-actions{
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 14px;
}

@media (max-width: 900px){
  .trust-grid{ grid-template-columns: 1fr; }
}

.pulse-soft,
.btn.btn-primary {
  animation: pulseSoft 2.2s ease-in-out infinite;
}

@keyframes pulseSoft {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(85, 215, 255, 0.18);
  }
  70% {
    transform: scale(1.015);
    box-shadow: 0 0 0 12px rgba(85, 215, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(85, 215, 255, 0);
  }
}