/* ══════════════════════════════════════════════════════════
   Pagebase landing page — light, luxe minimalist
   All styles scoped under .lp to avoid conflicts.
   ══════════════════════════════════════════════════════════ */

.lp,
.lp * {
  box-sizing: border-box;
}

.lp {
  --lp-bg:        #ffffff;
  --lp-bg-soft:   #fafafb;
  --lp-bg-tint:   #faf8f5;
  --lp-text:      #0b1120;
  --lp-text-2:    #475569;
  --lp-text-3:    #94a3b8;
  --lp-border:    #e9ecf1;
  --lp-border-2:  #d8dde6;
  --lp-primary:   #4f46e5;
  --lp-primary-d: #4338ca;
  --lp-accent:    #f59e0b;
  --lp-radius:    14px;
  --lp-radius-sm: 8px;
  --lp-radius-lg: 24px;
  --lp-shadow-sm: 0 1px 2px rgba(15, 23, 42, .04), 0 1px 3px rgba(15, 23, 42, .06);
  --lp-shadow:    0 4px 6px -2px rgba(15, 23, 42, .04), 0 12px 28px -6px rgba(15, 23, 42, .12);
  --lp-shadow-lg: 0 24px 64px -16px rgba(15, 23, 42, .18), 0 8px 24px -4px rgba(15, 23, 42, .08);

  background: var(--lp-bg);
  color: var(--lp-text);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
}

.lp a { color: inherit; text-decoration: none; }
.lp h1, .lp h2, .lp h3, .lp h4 { margin: 0; font-weight: 600; letter-spacing: -0.01em; }
.lp ul, .lp ol { list-style: none; padding: 0; }

.lp em {
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-weight: 500;
}

/* Iconify icons render as inline SVG once @iconify/iconify processes them.
   Pre-size to prevent layout shift during the initial render. */
.lp .iconify {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  flex-shrink: 0;
}

/* ── Floating background shapes ───────────────────────── */
.lp-bg-shapes {
  /* Alleen in de hero-zone — full-page zwevende blobs zijn ruis op
     content-secties; en één kleurfamilie (indigo) i.p.v. drie. */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: min(100vh, 960px);
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.lp-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.3;
  animation: lp-drift 18s ease-in-out infinite;
}
.lp-shape-1 {
  width: 480px;
  height: 480px;
  top: -120px;
  left: -120px;
  background: radial-gradient(circle, #e0e7ff 0%, transparent 70%);
}
.lp-shape-2 {
  width: 380px;
  height: 380px;
  top: 30%;
  right: -100px;
  background: radial-gradient(circle, #c7d2fe 0%, transparent 70%);
  animation-delay: -6s;
}
.lp-shape-3 {
  width: 420px;
  height: 420px;
  bottom: -80px;
  left: 30%;
  background: radial-gradient(circle, #ddd6fe 0%, transparent 70%);
  animation-delay: -12s;
}
@keyframes lp-drift {
  0%, 100%   { transform: translate(0, 0) scale(1); }
  33%        { transform: translate(40px, -30px) scale(1.05); }
  66%        { transform: translate(-30px, 40px) scale(0.95); }
}

/* ── Dev banner — shown above nav while registration is closed. ─── */
.lp-dev-banner {
  background: linear-gradient(90deg, #0f1320, #1e1b4b 60%, #312e81);
  color: rgba(255, 255, 255, .92);
  font-size: 13px;
  font-weight: 500;
  padding: 9px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  letter-spacing: -0.005em;
}
.lp-dev-banner .iconify {
  font-size: 15px;
  color: var(--lp-accent);
}
.lp-dev-banner strong { color: #fff; font-weight: 600; }
@media (max-width: 480px) {
  .lp-dev-banner { font-size: 12px; padding: 8px 12px; gap: 8px; }
}

/* ── Nav ──────────────────────────────────────────────── */
.lp-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 14px 0;
  transition: background .3s, box-shadow .3s, padding .3s, border-color .3s;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid transparent;
}
.lp-nav.is-scrolled {
  padding: 10px 0;
  background: #fff;
  border-bottom-color: rgba(15, 23, 42, .06);
  box-shadow: 0 1px 24px -8px rgba(15, 23, 42, .12);
}
/* Banner-variant overrides — must come after `.lp-nav.is-scrolled` so the
   `padding: 0` wins when both classes are present (otherwise the scrolled
   state adds 10px above the banner). */
.lp-nav--with-banner,
.lp-nav--with-banner.is-scrolled { padding: 0; }
.lp-nav--with-banner .lp-nav-inner { padding-top: 14px; padding-bottom: 14px; }
.lp-nav--with-banner.is-scrolled .lp-nav-inner { padding-top: 10px; padding-bottom: 10px; }
.lp-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}
/* ── Logo (wordmark) ──────────────────────────────────
   Pure-typography wordmark in Bricolage Grotesque — distinctive
   letterforms (especially the double-storey `g` and humanist `a`)
   give it a luxe, deliberate feel without needing a separate icon. */
.lp-logo {
  display: inline-flex;
  align-items: baseline;
  font-family: 'Bricolage Grotesque', 'Inter', system-ui, sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.045em;
  color: var(--lp-text);
  font-feature-settings: "ss01", "ss02";
  font-optical-sizing: auto;
  z-index: 102;
  transition: opacity .2s;
  line-height: 1;
}
.lp-logo:hover { opacity: 0.7; }
.lp-logo-text { display: inline-block; }
/* The trailing dot is the brand signature — sits below baseline, picks up
   the indigo accent so it reads as deliberate rather than punctuation. */
.lp-logo-dot {
  color: var(--lp-primary);
  display: inline-block;
  margin-left: 0.02em;
}
/* Hide the legacy CSS-drawn mark; the new logo is wordmark-only.
   (Kept selector around so old templates that still render it
   simply collapse — the markup will be removed shortly.) */
.lp-logo-mark { display: none; }
/* Menu wrapper takes the remaining horizontal space and splits it: links
   sit on the left next to the logo, the right-cluster (locale + actions)
   floats to the far right. */
.lp-nav-menu {
  display: flex;
  align-items: center;
  flex: 1;
  margin-left: 36px;
  gap: 24px;
}
.lp-nav-links {
  display: flex;
  gap: 28px;
  font-size: 14px;
  font-weight: 500;
}
.lp-nav-right {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
}
.lp-nav-divider {
  width: 1px;
  height: 18px;
  background: var(--lp-border);
  display: inline-block;
}
.lp-nav-links a {
  color: var(--lp-text-2);
  position: relative;
  padding: 6px 2px;
  transition: color .2s;
}
.lp-nav-links a::after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 2px;
  background: var(--lp-text);
  border-radius: 2px;
  transition: left .25s cubic-bezier(.16, 1, .3, 1), right .25s cubic-bezier(.16, 1, .3, 1);
}
.lp-nav-links a:hover { color: var(--lp-text); }
.lp-nav-links a:hover::after { left: 0; right: 0; }
.lp-nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.lp-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--lp-text-2);
  transition: color .2s;
}
.lp-link:hover { color: var(--lp-text); }

/* Locale switcher — compact dropdown showing the current language code,
   expanding to a panel listing all four with full names. */
.lp-locale {
  position: relative;
}
.lp-locale[open] { z-index: 50; }
.lp-locale-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  background: transparent;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--lp-text-2);
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: background .2s, color .2s;
}
.lp-locale-trigger::-webkit-details-marker { display: none; }
.lp-locale-trigger:hover {
  background: var(--lp-bg-soft);
  color: var(--lp-text);
}
.lp-locale[open] .lp-locale-trigger {
  background: var(--lp-bg-soft);
  color: var(--lp-text);
}
.lp-locale-trigger > .iconify { font-size: 15px; }
.lp-locale-code { line-height: 1; }
.lp-locale-chevron {
  transition: transform .2s;
}
.lp-locale[open] .lp-locale-chevron { transform: rotate(180deg); }

.lp-locale-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 180px;
  padding: 6px;
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: 12px;
  box-shadow: 0 18px 40px -14px rgba(15, 23, 42, .18), 0 4px 12px -2px rgba(15, 23, 42, .06);
  display: flex;
  flex-direction: column;
  gap: 1px;
  /* Slight enter animation. */
  animation: lp-locale-fade .18s cubic-bezier(.16, 1, .3, 1);
  transform-origin: top right;
}
@keyframes lp-locale-fade {
  from { opacity: 0; transform: translateY(-4px) scale(.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.lp-locale-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  color: var(--lp-text-2);
  font-weight: 500;
  transition: background .12s, color .12s;
}
.lp-locale-item:hover {
  background: var(--lp-bg-soft);
  color: var(--lp-text);
}
.lp-locale-item.is-active {
  background: rgba(79, 70, 229, .08);
  color: var(--lp-primary);
  font-weight: 600;
}
.lp-locale-item-code {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--lp-text-3);
  background: var(--lp-bg-soft);
  padding: 3px 7px;
  border-radius: 6px;
  flex-shrink: 0;
  min-width: 32px;
  text-align: center;
}
.lp-locale-item.is-active .lp-locale-item-code {
  background: rgba(79, 70, 229, .12);
  color: var(--lp-primary);
}
.lp-locale-item-name { flex: 1; }
.lp-locale-item-check {
  font-size: 14px;
  color: var(--lp-primary);
  flex-shrink: 0;
}

/* ── Nav over een donkere hero (alleen de homepage) ──────
   Zolang er nog niet gescrold is, is de balk transparant en staat hij
   over de donkere hero — logo/links moeten dan licht zijn. Zodra
   `.is-scrolled` de witte balk toevoegt, terug naar de normale donkere
   tekst. Alleen op desktop: op mobiel toont de balk sowieso alleen het
   logo + de hamburger (links/locale zitten in het volledig-eigen-
   gestylede mobiele overlay-menu hieronder, dat niet van deze on-dark
   status afhangt — anders krijg je witte tekst op de witte/donkere
   overlay, afhankelijk van scroll-state op het moment van openen). ── */
@media (min-width: 769px) {
  .lp-nav--on-dark:not(.is-scrolled) .lp-logo,
  .lp-nav--on-dark:not(.is-scrolled) .lp-nav-links a,
  .lp-nav--on-dark:not(.is-scrolled) .lp-link,
  .lp-nav--on-dark:not(.is-scrolled) .lp-locale-trigger {
    color: rgba(255, 255, 255, .88);
  }
  .lp-nav--on-dark:not(.is-scrolled) .lp-logo-dot { color: #a5b4fc; }
  .lp-nav--on-dark:not(.is-scrolled) .lp-nav-links a::after { background: #fff; }
  .lp-nav--on-dark:not(.is-scrolled) .lp-nav-links a:hover,
  .lp-nav--on-dark:not(.is-scrolled) .lp-link:hover,
  .lp-nav--on-dark:not(.is-scrolled) .lp-locale-trigger:hover {
    color: #fff;
  }
  .lp-nav--on-dark:not(.is-scrolled) .lp-locale-trigger:hover { background: rgba(255, 255, 255, .1); }
  .lp-nav--on-dark:not(.is-scrolled) .lp-nav-divider { background: rgba(255, 255, 255, .2); }
}
/* De hamburger heeft geen eigen achtergrond-chip meer — alleen de
   strepen/kruis wisselen van kleur: wit zolang de balk transparant over
   een donkere hero staat, donker zodra de balk zelf wit is (gescrold,
   of op pagina's zonder donkere hero). Geen media-scoping: dit gaat om
   de balk zelf, niet om het (breedte-specifieke) overlay-menu. */
.lp-nav--on-dark:not(.is-scrolled) .lp-nav-toggle { color: rgba(255, 255, 255, .92); }
/* Op mobiel blijft het logo (en de hamburger, hierboven) altijd donker
   leesbaar zodra de balk zelf wit is — maar vóór het scrollen staat de
   balk nog transparant over een eventuele donkere hero, dus het logo
   moet daar wél licht zijn. */
@media (max-width: 768px) {
  .lp-nav--on-dark:not(.is-scrolled) .lp-logo { color: rgba(255, 255, 255, .92); }
  .lp-nav--on-dark:not(.is-scrolled) .lp-logo-dot { color: #a5b4fc; }
}

/* Hamburger toggle (hidden on desktop, shown ≤768px) */
.lp-nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: auto;
  z-index: 102;
  color: var(--lp-text);
  transition: color .2s, opacity .2s, transform .15s;
  position: relative;
}
.lp-nav-toggle:hover { opacity: .65; }
.lp-nav-toggle:active { transform: scale(0.96); }
.lp-nav-toggle .iconify {
  position: absolute;
  width: 22px;
  height: 22px;
  font-size: 22px;
  transition: opacity .2s, transform .25s;
}
.lp-nav-toggle .lp-nav-toggle-open  { opacity: 1; transform: rotate(0); }
.lp-nav-toggle .lp-nav-toggle-close { opacity: 0; transform: rotate(-90deg); }
.lp-nav-toggle.is-open .lp-nav-toggle-open  { opacity: 0; transform: rotate(90deg); }
.lp-nav-toggle.is-open .lp-nav-toggle-close { opacity: 1; transform: rotate(0); }

/* ── Mobile nav (≤768px) ── Vol-scherm luxe overlay i.p.v. een klein
   dropdown-kaartje. Donkere gradient-mesh (zelfde merk-taal als de
   hero), grote italic nav-links — voelt als een bestemming, niet als
   een opklap-lijstje. Volledig zelfstandig gestyled (niet afhankelijk
   van `--on-dark`/scroll-status van de pagina erachter), dus consistent
   op elke pagina. ── */
@media (max-width: 768px) {
  .lp-nav-inner { gap: 12px; padding: 0 18px; }
  .lp-nav-toggle { display: inline-flex; }
  .lp-nav-right {
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
    margin-left: 0;
  }
  .lp-nav-divider { display: none; }

  /* Body-scroll blokkeren zolang de overlay open staat. */
  body.lp-nav-locked { overflow: hidden; }
  /* Logo + hamburger (kruisje) blijven zichtbaar bóven de donkere
     overlay (z-index hoger) — moeten dus altijd licht zijn zodra de
     overlay open is, ook op pagina's zonder `--on-dark` (die anders
     een donker logo/icoon hebben). */
  body.lp-nav-locked .lp-logo { color: rgba(255, 255, 255, .95); }
  body.lp-nav-locked .lp-logo-dot { color: #a5b4fc; }
  body.lp-nav-locked .lp-nav-toggle { color: rgba(255, 255, 255, .95); }

  .lp-nav-menu {
    position: fixed;
    inset: 0;
    z-index: 101;
    margin: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 100px 32px 48px;
    background:
      radial-gradient(900px 560px at 50% 0%, rgba(99, 102, 241, .35), transparent 60%),
      linear-gradient(180deg, #0b0e1a, #14172c 60%, #0b0e1a);
    border: none;
    border-radius: 0;
    box-shadow: none;
    overflow-y: auto;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: transform .35s cubic-bezier(.16, 1, .3, 1), opacity .25s, visibility 0s linear .35s;
  }
  .lp-nav-menu.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: transform .35s cubic-bezier(.16, 1, .3, 1), opacity .25s, visibility 0s linear 0s;
  }

  .lp-nav-links {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 100%;
    max-width: 340px;
    margin: 0 0 32px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    font-size: 28px;
  }
  .lp-nav-links a {
    padding: 10px 16px;
    border-radius: 10px;
    color: rgba(242, 244, 255, .78);
    font-family: 'Fraunces', Georgia, serif;
    font-style: italic;
    font-weight: 500;
    transition: background .15s, color .15s;
  }
  .lp-nav-links a:hover { background: rgba(255, 255, 255, .06); color: #fff; }
  .lp-nav-links a::after { display: none; }
  .lp-nav-links a.is-active {
    color: #fff;
    background: rgba(255, 255, 255, .08);
  }
  .lp-nav-links a.is-active::after { display: none; }

  .lp-nav-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: 100%;
    max-width: 300px;
  }
  .lp-nav-actions .lp-link {
    padding: 12px 14px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, .82);
  }
  .lp-nav-actions .lp-link:hover { color: #fff; background: rgba(255, 255, 255, .06); }
  .lp-nav-actions .lp-btn {
    padding: 13px 18px;
    font-size: 14px;
    width: 100%;
  }
  .lp-nav-actions .lp-btn-primary,
  .lp-nav-actions .lp-btn-primary:link,
  .lp-nav-actions .lp-btn-primary:visited,
  .lp-nav-actions .lp-btn-primary:hover,
  .lp-nav-actions .lp-btn-primary > * {
    background: #fff;
    color: var(--lp-text);
  }

  /* Taalkeuze — inline, licht gestyled voor de donkere overlay. */
  .lp-locale {
    width: 100%;
    max-width: 300px;
    margin: 0 0 20px;
    padding: 0;
    border: none;
  }
  .lp-locale-trigger {
    width: 100%;
    justify-content: center;
    padding: 10px 12px;
    color: rgba(255, 255, 255, .65);
  }
  .lp-locale-trigger:hover { background: rgba(255, 255, 255, .06); color: #fff; }
  .lp-locale[open] .lp-locale-trigger { background: rgba(255, 255, 255, .06); color: #fff; }
  .lp-locale-menu {
    position: static;
    margin-top: 6px;
    box-shadow: none;
    border: none;
    background: transparent;
    padding: 4px 0;
    animation: none;
  }
  .lp-locale-item { color: rgba(255, 255, 255, .65); }
  .lp-locale-item:hover { background: rgba(255, 255, 255, .06); color: #fff; }
  .lp-locale-item.is-active { background: rgba(99, 102, 241, .18); color: #a5b4fc; }
  .lp-locale-item-code { background: rgba(255, 255, 255, .08); color: rgba(255, 255, 255, .55); }
  .lp-locale-item.is-active .lp-locale-item-code { background: rgba(99, 102, 241, .22); color: #a5b4fc; }
  .lp-locale-item-check { color: #a5b4fc; }
}

/* ── Buttons ──────────────────────────────────────────── */
.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  border: 1.5px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  transition: transform .2s, box-shadow .25s, background .25s, color .15s, border-color .15s;
  white-space: nowrap;
}
.lp-btn-primary {
  background: var(--lp-text);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, .18);
  position: relative;
  overflow: hidden;
}
/* Defensive: zorg dat tekst en alle children wit blijven, zelfs als globale
   .btn rules of <a> color-inherit anders zouden zeggen. */
.lp-btn-primary,
.lp-btn-primary:link,
.lp-btn-primary:visited,
.lp-btn-primary:hover,
.lp-btn-primary > * {
  color: #ffffff;
}
.lp-btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle 140px at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, .18), transparent 70%);
  opacity: 0;
  transition: opacity .25s;
  pointer-events: none;
}
.lp-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .28);
}
.lp-btn-primary:hover::before { opacity: 1; }
/* Tekst van het label moet boven het ::before glow-overlay zitten zodat
   het hover-effect 'm niet kan verbergen. */
.lp-btn-primary > * { position: relative; z-index: 1; }
.lp-btn-ghost {
  background: transparent;
  color: var(--lp-text);
  border-color: var(--lp-border-2);
}
.lp-btn-ghost:hover {
  background: var(--lp-bg-soft);
  border-color: var(--lp-text);
}
.lp-btn-lg {
  padding: 14px 28px;
  font-size: 15px;
  border-radius: 12px;
}
.lp-btn-block { width: 100%; }

/* ── Container ────────────────────────────────────────── */
.lp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 1;
}
.lp-section {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .lp-container { padding: 0 20px; }
  .lp-section   { padding: 64px 0; }
}

/* ── Section heads ────────────────────────────────────── */
.lp-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}
.lp-section-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--lp-primary);
  margin-bottom: 16px;
}
.lp-section-title {
  font-size: clamp(32px, 4.5vw, 52px);
  line-height: 1.08;
  font-weight: 650;
  letter-spacing: -0.025em;
  margin-bottom: 18px;
  color: var(--lp-text);
}
.lp-section-lead {
  font-size: 18px;
  color: var(--lp-text-2);
  line-height: 1.6;
}

/* ── Hero ── Eén grote achtergrondfoto met donkere scrim, gecentreerde
   kop erboven — geen losse screenshot-kaartjes meer. ── */
.lp-hero {
  position: relative;
  z-index: 1;
  /* +1px: sub-pixel afronding van vh/dvh laat anders soms een haarlijntje
     van de volgende sectie doorschemeren. Dit maakt de hero-box zelf iets
     hoger (i.p.v. een negatieve margin, die zou overlappen met de
     -1px top-offset die section-dividers al standaard hebben). */
  height: calc(100vh + 1px);
  height: calc(100dvh + 1px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Nav + dev-banner zijn `position:fixed` (nemen geen documentruimte in) —
     deze padding is puur visuele vrije ruimte zodat de kop er niet onder
     verdwijnt. `--lp-nav-h` wordt door JS op de ECHTE gemeten nav-hoogte
     gezet (de banner-tekst kan naar 2 regels wrappen); de vaste waarde
     is alleen fallback vóórdat JS draait. Bewust klein houden: dit telt
     WEL mee binnen de vaste 100vh/100dvh, anders duwt de marquee-strook
     zichzelf van het scherm. */
  padding: calc(var(--lp-nav-h, 96px) + 16px) 0 0;
  background: var(--lp-bg);
  overflow: hidden;
}

/* ── Hero: spotlight boven de video ──────────────────── */
/* Compound selector om dezelfde .lp-grain > * specificiteits-val te omzeilen
   als hierboven bij .lp-hero-lines/.lp-hero-video (zie toelichting daar). */
.lp-hero.lp-grain > .lp-hero-mesh {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
/* Extra donkere vignet precies achter de tekst — bovenop de vlakke
   .lp-hero-video-tint hieronder, zodat de kop gegarandeerd goed leesbaar
   blijft ongeacht wat er op dat moment in de video staat. */
.lp-hero-spotlight {
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 55% at 50% 46%, rgba(5, 6, 12, .35) 0%, rgba(5, 6, 12, .15) 45%, transparent 75%);
}

.lp-hero-inner {
  position: relative;
  z-index: 2;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
}
.lp-hero-title {
  font-size: clamp(32px, 4.6vw, 52px);
  line-height: 1.18;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #f8fafc;
  margin-bottom: 40px;
}
.lp-hero-lead {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(226, 232, 240, .78);
  max-width: 560px;
  margin: 0 auto 32px;
}
.lp-hero-ctas {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
/* Alleen binnen de homepage-hero — .lp-hero-ctas wordt ook hergebruikt op
   Builder en de registratie-gesloten pagina, met hun eigen lichte
   .lp-page-hero, waar deze donkere-achtergrond-kleuren het knopje juist
   onzichtbaar zouden maken. */
.lp-hero .lp-hero-ctas .lp-btn-primary {
  background: var(--lp-primary);
  box-shadow: 0 8px 24px -4px rgba(79, 70, 229, .5);
}
.lp-hero .lp-hero-ctas .lp-btn-primary:hover {
  box-shadow: 0 12px 32px -4px rgba(79, 70, 229, .6);
}
.lp-hero .lp-hero-ctas .lp-btn-ghost {
  color: #f1f3fb;
  border-color: rgba(255, 255, 255, .28);
}
.lp-hero .lp-hero-ctas .lp-btn-ghost:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .45);
}
.lp-hero-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(226, 232, 240, .6);
}
.lp-hero-trust .iconify { color: #a5b4fc; }

/* ── Hero: achtergrondvideo ──────────────────────────── */
/* Compound selector (2 classes) i.p.v. .lp-hero-video alleen: .lp-grain > *
   (elders in dit bestand) forceert position:relative op elk direct kind van
   .lp-hero voor de korrel-overlay — zelfde specificiteit als een los-staande
   .lp-hero-video-regel, en wint dan door latere bronvolgorde. Zelfde patroon
   als bij .lp-hero-mesh hierboven. */
.lp-hero.lp-grain > .lp-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Houdt het onderwerp (zit links-midden in beeld) zichtbaar ipv precies
     het midden te knippen op brede/ultrabrede schermen. */
  object-position: 35% center;
  pointer-events: none;
}
/* Vlakke donkere overlay over de video — puur voor contrast/leesbaarheid,
   geen kleur. */
.lp-hero.lp-grain > .lp-hero-video-tint {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(5, 6, 12, .5);
  pointer-events: none;
}

@media (max-width: 560px) {
  .lp-hero { padding: calc(var(--lp-nav-h, 76px) + 8px) 0 0; }
  .lp-hero-inner { padding: 0 18px; }
  /* Fluid instead of a flat px: a fixed size that looks right at ~390px
     wraps each of the two title lines onto 2 lines of their own at 320px
     (4 total) — clamp keeps it to the intended 2 lines everywhere in this
     breakpoint while still scaling up close to the old 30px on a wider
     phone. */
  .lp-hero-title { font-size: clamp(19px, 6vw, 28px); line-height: 1.22; margin-bottom: 28px; }
  /* .lp-hero-title's clamp dips to 19px on the narrowest phones — close
     enough to this paragraph's flat 18px that the heading stops reading as
     a heading. Scale the lead down too so it stays clearly smaller. */
  .lp-hero-lead { font-size: 14px; margin-bottom: 20px; }
  .lp-hero-ctas { margin-bottom: 16px; }
  .lp-marquee { padding: 16px 0 20px; }
}

.lp-mockup {
  background: #fff;
  border-radius: var(--lp-radius);
  box-shadow: var(--lp-shadow-lg);
  border: 1px solid var(--lp-border);
  overflow: hidden;
  transform: rotate(-1.4deg);
  transition: transform .5s ease-out;
}
.lp-mockup-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  background: var(--lp-bg-soft);
  border-bottom: 1px solid var(--lp-border);
}
.lp-mockup-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.lp-mockup-dot--red    { background: #ff5f57; }
.lp-mockup-dot--yellow { background: #ffbd2e; }
.lp-mockup-dot--green  { background: #28c941; }
.lp-mockup-url {
  margin-left: 12px;
  padding: 4px 12px;
  background: #fff;
  border-radius: 6px;
  font-size: 11px;
  color: var(--lp-text-3);
  font-family: 'SF Mono', Menlo, monospace;
  flex: 1;
  max-width: 240px;
}
.lp-mockup-body {
  display: grid;
  grid-template-columns: 56px 1fr 200px;
  height: 360px;
}
.lp-mockup-rail {
  background: #0f1320;
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.lp-mockup-rail-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .08);
}
.lp-mockup-rail-icon:first-child {
  background: var(--lp-primary);
  box-shadow: 0 0 0 1px rgba(79, 70, 229, .3), 0 4px 10px rgba(79, 70, 229, .35);
}
.lp-mockup-canvas {
  padding: 24px;
  background: var(--lp-bg);
  overflow: hidden;
}
.lp-mockup-block--hero {
  text-align: center;
  margin-bottom: 24px;
}
.lp-mockup-line {
  height: 10px;
  border-radius: 3px;
  background: var(--lp-border);
  margin: 8px auto;
}
.lp-mockup-line--lg  { height: 16px; width: 70%; background: var(--lp-text); }
.lp-mockup-line--md  { width: 80%; background: var(--lp-border-2); }
.lp-mockup-line--sm  { width: 60%; background: var(--lp-border); }
.lp-mockup-line--xs  { width: 30%; height: 7px; background: var(--lp-border); }
.lp-mockup-cta {
  display: inline-block;
  width: 100px;
  height: 28px;
  border-radius: 6px;
  background: var(--lp-primary);
  margin-top: 14px;
  box-shadow: 0 4px 10px rgba(79, 70, 229, .25);
}
.lp-mockup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 16px;
}
.lp-mockup-card {
  height: 60px;
  border-radius: 8px;
  background: var(--lp-bg-soft);
  border: 1px solid var(--lp-border);
}
.lp-mockup-side {
  background: var(--lp-bg-soft);
  border-left: 1px solid var(--lp-border);
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lp-mockup-side-row {
  height: 24px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid var(--lp-border);
}

/* Mockup-variant met een echte screenshot i.p.v. de rail/canvas/side
   wireframe-schets (Features blok 1, Builder-hero). */
.lp-mockup-body--alt {
  display: block;
  background: var(--lp-bg);
}
.lp-mockup-screenshot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
  background: var(--lp-bg);
}

/* ── Marquee / social proof ── Nu onderaan de hero zelf: transparant,
   geen eigen sectie-achtergrond meer (geen wit meer aan de zijkanten). ── */
.lp-marquee {
  position: relative;
  z-index: 2;
  padding: 32px 0 44px;
  background: transparent;
  overflow: hidden;
}
.lp-marquee {
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.lp-marquee-track {
  display: flex;
  width: max-content;
  /* Animate exactly één-set-breedte (uitgedrukt in pixels door JS).
     Fallback: -50% als JS niet draait — werkt zolang de track 2 sets bevat. */
  animation: lp-marquee var(--lp-marquee-dur, 90s) linear infinite;
  will-change: transform;
}
.lp-marquee-set {
  display: flex;
  gap: 40px;
  padding-right: 40px;        /* gap naar de volgende set */
  white-space: nowrap;
  flex-shrink: 0;
}
.lp-marquee-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 500;
  color: rgba(226, 232, 240, .45);
  letter-spacing: -0.01em;
}
.lp-marquee-label .iconify { font-size: 22px; color: rgba(255, 255, 255, .22); }
.lp-marquee-label--accent {
  color: #f8fafc;
  font-weight: 600;
  font-style: italic;
  font-size: 24px;
  font-family: 'Fraunces', Georgia, serif;
}
.lp-marquee-label--accent .iconify { color: #a5b4fc; font-style: normal; }
@media (max-width: 640px) {
  .lp-marquee-label { font-size: 17px; }
  .lp-marquee-label--accent { font-size: 18px; }
}
@keyframes lp-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(var(--lp-marquee-shift, -50%)); }
}

/* ── Process / steps ── Webflow-patroon: beeld-geleide kolommen,
   geen dikke kaarten met groot cijfer. ── */
.lp-process { background: var(--lp-bg); }
.lp-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.lp-step {
  display: flex;
  flex-direction: column;
}
.lp-step-photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--lp-radius);
  box-shadow: var(--lp-shadow-sm);
  margin-bottom: 20px;
}
.lp-step-visual {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--lp-radius);
  box-shadow: var(--lp-shadow-sm);
  margin-bottom: 20px;
  overflow: hidden;
}
.lp-step-visual svg {
  display: block;
  width: 100%;
  height: 100%;
}
.lp-step h3 {
  font-size: 19px;
  margin-bottom: 8px;
}
.lp-step p {
  color: var(--lp-text-2);
  font-size: 15px;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .lp-steps { grid-template-columns: 1fr; gap: 32px; }
}

/* ── Features grid ────────────────────────────────────── */
.lp-features {
  background: linear-gradient(180deg, var(--lp-bg) 0%, var(--lp-bg-tint) 100%);
}
/* ── Features bento ── one full-width screenshot tile — heading with
   its own icon up top (like the tiles below it), the screenshot
   shown at its natural size underneath (no crop, no dark overlay —
   the image's own width:100%/height:auto ratio decides its height,
   so nothing is ever cut off regardless of the source photo's
   proportions) — followed by an asymmetric tile row: a wide dark
   accent tile + a narrow pair, then two medium tiles — deliberately
   NOT a uniform repeated card grid. ── */
.lp-bento-photo {
  border-radius: var(--lp-radius);
  border: 1px solid var(--lp-border);
  box-shadow: var(--lp-shadow-sm);
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}
.lp-bento-photo-head { padding: 26px 26px 4px; }
.lp-bento-photo-head h3 { font-size: 19px; margin-bottom: 6px; }
.lp-bento-photo-head p { color: var(--lp-text-2); font-size: 14.5px; line-height: 1.55; margin: 0 0 20px; }
.lp-bento-photo-media {
  overflow: hidden;
  border-top: 1px solid var(--lp-border);
}
.lp-bento-photo-media img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .4s ease-out;
}
.lp-bento-photo:hover .lp-bento-photo-media img { transform: scale(1.03); }

.lp-bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas:
    "resp resp domain speed"
    "comp comp blog   blog";
  gap: 20px;
}
.lp-bento-tile {
  position: relative;
  padding: 26px 24px;
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  transition: transform .3s, box-shadow .3s, border-color .25s;
}
.lp-bento-tile:hover {
  transform: translateY(-3px);
  box-shadow: var(--lp-shadow);
  border-color: var(--lp-border-2);
}
.lp-bento-tile h3 { font-size: 18px; margin-bottom: 6px; }
.lp-bento-tile p  { color: var(--lp-text-2); font-size: 14.5px; line-height: 1.55; margin: 0; }

.lp-bento-resp   { grid-area: resp; }
.lp-bento-domain { grid-area: domain; }
.lp-bento-speed  { grid-area: speed; }
.lp-bento-comp   { grid-area: comp; }
.lp-bento-blog   { grid-area: blog; }

.lp-bento-dark {
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(99, 102, 241, .35), transparent 60%),
    #0f1320;
  border-color: rgba(255, 255, 255, .08);
}
.lp-bento-dark h3 { color: #f8fafc; }
.lp-bento-dark p  { color: rgba(226, 232, 240, .68); }

.lp-bento-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  background: rgba(79, 70, 229, .1);
  color: var(--lp-primary);
}
.lp-bento-icon svg { width: 19px; height: 19px; }
.lp-bento-dark .lp-bento-icon { background: rgba(255, 255, 255, .12); color: #a5b4fc; }
.lp-bento-icon--amber   { background: rgba(245, 158, 11, .12); color: #d97706; }
.lp-bento-icon--emerald { background: rgba(16, 185, 129, .12); color: #059669; }
.lp-bento-icon--rose    { background: rgba(244, 63, 94, .12); color: #e11d48; }

@media (max-width: 900px) {
  .lp-bento {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
      "resp   domain"
      "speed  comp"
      "blog   blog";
  }
}
@media (max-width: 560px) {
  .lp-bento {
    grid-template-columns: 1fr;
    grid-template-areas:
      "resp"
      "domain"
      "speed"
      "comp"
      "blog";
  }
}

.lp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.lp-card {
  padding: 32px 28px;
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  transition: transform .3s, box-shadow .3s, border-color .25s;
}
.lp-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--lp-shadow);
  border-color: var(--lp-border-2);
}
.lp-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--lp-primary), #6366f1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  box-shadow: 0 6px 14px rgba(79, 70, 229, .25);
}
.lp-card-icon svg,
.lp-card-icon .iconify { width: 22px; height: 22px; font-size: 22px; }
.lp-card h3 {
  font-size: 19px;
  margin-bottom: 8px;
}
.lp-card p {
  color: var(--lp-text-2);
  font-size: 15px;
}
@media (max-width: 900px) { .lp-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .lp-grid { grid-template-columns: 1fr; } }

/* .lp-grid--3: variant voor secties met precies 3 kaarten (bv. Builder
   "Drie panels") — zonder deze kloont de gedeelde 4-koloms .lp-grid
   zich, met een lege 4e kolom en dus geen volle breedte. */
.lp-grid--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 700px) { .lp-grid--3 { grid-template-columns: 1fr; } }

/* ── Showcase ─────────────────────────────────────────── */
.lp-showcase { background: var(--lp-bg); }
.lp-showcase-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.25fr;
  gap: 64px;
  align-items: center;
}
.lp-showcase-text .lp-section-title {
  font-size: clamp(28px, 3.5vw, 44px);
  text-align: left;
  margin-bottom: 22px;
}
.lp-showcase-text .lp-section-eyebrow {
  display: inline-block;
}
.lp-showcase-list {
  margin: 28px 0 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lp-showcase-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--lp-text-2);
}
.lp-showcase-list li > span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--lp-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
.lp-showcase-photo {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top;
  border-radius: var(--lp-radius-lg);
  box-shadow: var(--lp-shadow-lg);
  transition: transform .4s ease-out;
}
.lp-showcase-visual:hover .lp-showcase-photo {
  transform: translateY(-4px);
}
.lp-showcase-visual > .lp-showcase-badge {
  position: absolute;
  left: -20px;
  bottom: -20px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: var(--lp-radius);
  padding: 14px 18px;
  box-shadow: var(--lp-shadow-lg);
}
.lp-showcase-badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--lp-primary), #6366f1);
  color: #fff;
  font-size: 17px;
  flex-shrink: 0;
}
.lp-showcase-badge strong { display: block; font-size: 14px; color: var(--lp-text); }
.lp-showcase-badge span { font-size: 12px; color: var(--lp-text-3); }
@media (max-width: 640px) {
  .lp-showcase-visual > .lp-showcase-badge {
    position: static;
    margin-top: 14px;
  }
}
@media (max-width: 1024px) {
  .lp-showcase-grid { grid-template-columns: 1fr; gap: 48px; }
  .lp-showcase-text { text-align: center; }
  .lp-showcase-text .lp-section-title { text-align: center; }
  .lp-showcase-list { display: inline-flex; text-align: left; margin-left: auto; margin-right: auto; }
  .lp-showcase-text .lp-btn { display: inline-flex; }
}
@media (max-width: 768px) {
  /* De golf-dividers boven/onder deze sectie duiken tot 72px diep in —
     de algemene .lp-section-padding (64px) is dan te krap, de kop/foto
     staat bijna tegen de boog aan. Extra lucht specifiek voor Showcase. */
  .lp-showcase { padding: 100px 0 96px; }
}

/* ── Pricing teaser ───────────────────────────────────── */
.lp-pricing { background: linear-gradient(180deg, var(--lp-bg) 0%, var(--lp-bg-tint) 100%); }
.lp-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}
.lp-pricing-grid--4 { grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 1100px) {
  .lp-pricing-grid--4 { grid-template-columns: repeat(2, 1fr); }
}
.lp-plan {
  padding: 36px 28px;
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform .3s, box-shadow .3s, border-color .25s;
}
.lp-plan:hover {
  transform: translateY(-4px);
  box-shadow: var(--lp-shadow);
}
.lp-plan--highlight {
  border: 2px solid var(--lp-text);
  box-shadow: var(--lp-shadow);
  transform: scale(1.04);
}
.lp-plan--highlight:hover {
  transform: scale(1.05) translateY(-2px);
}
.lp-plan-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 12px;
  background: var(--lp-text);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 99px;
}
.lp-plan-name {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--lp-text-2);
  margin-bottom: 6px;
}
.lp-plan-price {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  color: var(--lp-text);
  margin-bottom: 4px;
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.lp-plan-price .lp-plan-amount {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.lp-plan-price > span:not(.lp-plan-amount) {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--lp-text-3);
}
.lp-plan-tag {
  font-size: 14px;
  color: var(--lp-text-2);
  margin-bottom: 22px;
}
/* Headline-strip directly under the price — anchors the most important
   numbers (sites, pages) so the differentiation between plans is obvious
   at a glance without reading the bullet list. */
.lp-plan-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  align-items: center;
  margin: -2px 0 14px;
  padding: 10px 12px;
  background: var(--lp-bg-soft);
  border-radius: var(--lp-radius-sm);
  font-size: 13px;
  font-weight: 500;
  color: var(--lp-text);
}
.lp-plan-stats strong {
  font-weight: 600;
  color: var(--lp-text);
}
.lp-plan-stats span.lp-plan-stat-sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--lp-text-3);
  display: inline-block;
}
.lp-plan--highlight .lp-plan-stats {
  background: rgba(79, 70, 229, .07);
  color: var(--lp-text);
}
.lp-plan-for {
  font-size: 13px;
  color: var(--lp-text-3);
  font-style: italic;
  margin-bottom: 14px;
  min-height: 36px;
}
.lp-plan-delta-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--lp-primary);
  margin-bottom: 12px;
  padding-top: 4px;
  border-top: 1px dashed var(--lp-border);
}
.lp-plan-trial {
  display: block;
  text-align: center;
  font-size: 12px;
  color: var(--lp-text-3);
  margin-top: 10px;
}
.lp-plan-trial a { color: var(--lp-primary); text-decoration: underline; }

/* Agency banner — full-width card below main grid */
.lp-agency-card {
  margin-top: 32px;
  background:
    radial-gradient(circle at 10% 20%, rgba(79, 70, 229, .08), transparent 50%),
    linear-gradient(135deg, #fff, var(--lp-bg-tint));
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-lg);
  padding: 40px 48px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 36px;
  align-items: center;
}
.lp-agency-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--lp-text), #312e81);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
}
.lp-agency-content { min-width: 0; }
.lp-agency-eyebrow {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--lp-primary);
  margin-bottom: 8px;
}
.lp-agency-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--lp-text);
  margin-bottom: 6px;
}
.lp-agency-lead {
  font-size: 15px;
  color: var(--lp-text-2);
  line-height: 1.6;
  margin-bottom: 14px;
}
.lp-agency-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  font-size: 13px;
  color: var(--lp-text-2);
}
.lp-agency-features span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.lp-agency-features .iconify { color: var(--lp-primary); font-size: 15px; }
.lp-agency-action {
  text-align: right;
  flex-shrink: 0;
}
.lp-agency-price {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 36px;
  font-weight: 600;
  color: var(--lp-text);
  line-height: 1;
}
.lp-agency-price small {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--lp-text-3);
  margin-left: 4px;
}
.lp-agency-action .lp-btn { margin-top: 14px; }
@media (max-width: 900px) {
  .lp-agency-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 32px 24px;
    gap: 20px;
  }
  .lp-agency-icon { margin: 0 auto; }
  .lp-agency-features { justify-content: center; }
  .lp-agency-action { text-align: center; }
}
.lp-plan-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
  flex: 1;
}
.lp-plan-list li {
  font-size: 14px;
  color: var(--lp-text);
  padding-left: 22px;
  position: relative;
}
@media (max-width: 900px) {
  .lp-pricing-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .lp-plan--highlight { transform: none; }
  .lp-plan--highlight:hover { transform: translateY(-2px); }
}

/* Plan list — line item with iconify check/cross icon */
.lp-plan-list li.is-no { color: var(--lp-text-3); }
.lp-plan-list li .iconify {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 16px;
  color: var(--lp-primary);
}
.lp-plan-list li.is-no .iconify { color: var(--lp-text-3); }

/* Billing toggle (maandelijks / jaarlijks) */
.lp-billing-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  background: var(--lp-bg-soft);
  border: 1px solid var(--lp-border);
  border-radius: 99px;
  margin-top: 28px;
}
.lp-billing-btn {
  appearance: none;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: var(--lp-text-2);
  padding: 8px 18px;
  border-radius: 99px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background .2s, color .2s;
}
.lp-billing-btn:hover { color: var(--lp-text); }
.lp-billing-btn.is-active {
  background: #fff;
  color: var(--lp-text);
  box-shadow: 0 1px 3px rgba(15, 23, 42, .08);
}
.lp-billing-save {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--lp-primary);
  background: rgba(79, 70, 229, .12);
  padding: 2px 8px;
  border-radius: 99px;
}

/* Pricing footnote under cards */
.lp-pricing-footnote {
  text-align: center;
  font-size: 13px;
  color: var(--lp-text-3);
  margin-top: 32px;
}

/* FAQ section (used on pricing page) */
.lp-faq-list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lp-faq-item {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  overflow: hidden;
}
.lp-faq-q {
  padding: 18px 22px;
  font-weight: 600;
  font-size: 16px;
  color: var(--lp-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  user-select: none;
  transition: background .2s;
}
.lp-faq-q::-webkit-details-marker { display: none; }
.lp-faq-q:hover { background: var(--lp-bg-soft); }
.lp-faq-q .iconify {
  font-size: 18px;
  color: var(--lp-text-3);
  transition: transform .2s;
}
.lp-faq-item[open] .lp-faq-q .iconify { transform: rotate(180deg); }
.lp-faq-a {
  padding: 0 22px 20px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--lp-text-2);
}

/* ── Legal article (privacy / terms / cookies) ────────── */
.lp-legal {
  max-width: 760px;
  margin: 0 auto;
  padding: 140px 24px 80px;
  font-family: 'Inter', system-ui, sans-serif;
}
.lp-legal-header { margin-bottom: 48px; }
.lp-legal-header h1 {
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.025em;
  font-weight: 600;
  margin: 12px 0 16px;
}
.lp-legal-header h1 em {
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  color: var(--lp-primary);
}
.lp-legal-meta {
  font-size: 14px;
  color: var(--lp-text-3);
}
.lp-legal-toc {
  margin: 32px 0 0;
  padding: 18px 22px;
  background: var(--lp-bg-soft);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
}
.lp-legal-toc-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--lp-text-3);
  margin-bottom: 10px;
}
.lp-legal-toc ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 24px;
  counter-reset: toc;
}
@media (max-width: 600px) {
  .lp-legal-toc ol { grid-template-columns: 1fr; }
}
.lp-legal-toc li { counter-increment: toc; font-size: 14px; }
.lp-legal-toc li::before {
  content: counter(toc, decimal-leading-zero);
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  color: var(--lp-text-3);
  margin-right: 8px;
  font-size: 12px;
}
.lp-legal-toc a {
  color: var(--lp-text-2);
  transition: color .15s;
}
.lp-legal-toc a:hover { color: var(--lp-primary); }

.lp-legal-body { font-size: 16px; line-height: 1.75; color: var(--lp-text-2); }
.lp-legal-body section { padding-top: 48px; scroll-margin-top: 80px; }
.lp-legal-body section:first-child { padding-top: 0; }
.lp-legal-body h2 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--lp-text);
  margin: 0 0 16px;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.lp-legal-body h2::before {
  content: counter(legal-section, decimal-leading-zero);
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  color: var(--lp-primary);
  flex-shrink: 0;
}
.lp-legal-body { counter-reset: legal-section; }
.lp-legal-body section { counter-increment: legal-section; }
.lp-legal-body h3 {
  font-size: 17px;
  font-weight: 600;
  color: var(--lp-text);
  margin: 28px 0 10px;
}
.lp-legal-body p { margin: 0 0 16px; }
.lp-legal-body ul, .lp-legal-body ol {
  margin: 0 0 16px;
  padding-left: 22px;
}
.lp-legal-body ul li, .lp-legal-body ol li { margin-bottom: 8px; }
.lp-legal-body strong { color: var(--lp-text); font-weight: 600; }
.lp-legal-body a { color: var(--lp-primary); text-decoration: underline; text-underline-offset: 3px; }
.lp-legal-body a:hover { text-decoration-thickness: 2px; }
.lp-legal-body code {
  font-family: 'SF Mono', Menlo, monospace;
  font-size: 13px;
  background: var(--lp-bg-soft);
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid var(--lp-border);
}
.lp-legal-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 14px;
}
.lp-legal-body th, .lp-legal-body td {
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid var(--lp-border);
}
.lp-legal-body th {
  font-weight: 600;
  color: var(--lp-text);
  background: var(--lp-bg-soft);
}
.lp-legal-body td { color: var(--lp-text-2); }
.lp-legal-body td code {
  font-size: 12px;
  white-space: nowrap;
}
.lp-legal-callout {
  margin: 20px 0;
  padding: 16px 20px;
  background: rgba(79, 70, 229, .06);
  border-left: 3px solid var(--lp-primary);
  border-radius: 0 var(--lp-radius-sm) var(--lp-radius-sm) 0;
  font-size: 15px;
  color: var(--lp-text);
}
.lp-legal-footer {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid var(--lp-border);
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 14px;
  color: var(--lp-text-3);
}
.lp-legal-footer a { color: var(--lp-text-2); transition: color .15s; }
.lp-legal-footer a:hover { color: var(--lp-text); }

/* ── Final CTA (kaartje) ── Gedeeld met /builder, /functies, /prijzen —
   NIET wijzigen zonder die pagina's ook te checken. ── */
.lp-cta-title {
  font-size: clamp(32px, 4.5vw, 52px);
  line-height: 1.1;
  margin: 16px 0;
  font-weight: 600;
  letter-spacing: -0.025em;
}
.lp-cta-lead {
  font-size: 18px;
  color: rgba(255, 255, 255, .75);
  margin-bottom: 32px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
/* ── Final CTA ── Vol-breed donkere merk-band, zelfde familie als de
   hero — geen kaartje, geen stockfoto. Gedeeld door alle pagina's. ── */
.lp-final-cta {
  position: relative;
  z-index: 1;
  padding: 130px 0;
  overflow: hidden;
  background:
    radial-gradient(700px 420px at 15% 15%, rgba(99, 102, 241, .4), transparent 60%),
    radial-gradient(600px 380px at 88% 85%, rgba(245, 158, 11, .18), transparent 55%),
    linear-gradient(160deg, #0b0e1a, #12172c 55%, #0b0e1a);
}
.lp-cta-inner {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
  color: #fff;
}
.lp-cta-inner .lp-section-eyebrow {
  color: rgba(255, 255, 255, .7);
}
.lp-cta-inner .lp-btn-primary,
.lp-cta-inner .lp-btn-primary:link,
.lp-cta-inner .lp-btn-primary:visited,
.lp-cta-inner .lp-btn-primary:hover,
.lp-cta-inner .lp-btn-primary > * {
  background: #fff;
  color: var(--lp-text);
}
.lp-cta-inner .lp-btn-primary:hover {
  box-shadow: 0 12px 32px rgba(255, 255, 255, .3);
}
@media (max-width: 768px) {
  .lp-final-cta { padding: 90px 0; }
}

/* ── Footer ───────────────────────────────────────────── */
.lp-footer {
  background: #fff;
  border-top: 1px solid var(--lp-border);
  padding: 60px 0 30px;
  position: relative;
  z-index: 1;
}
.lp-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 40px;
}
.lp-logo--footer { margin-bottom: 12px; }
.lp-footer-tagline {
  font-size: 14px;
  color: var(--lp-text-2);
  max-width: 280px;
  line-height: 1.6;
}
.lp-footer-grid h4 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--lp-text-3);
  margin-bottom: 16px;
}
.lp-footer-grid a {
  display: block;
  font-size: 14px;
  color: var(--lp-text-2);
  padding: 4px 0;
  transition: color .15s;
}
.lp-footer-grid a:hover { color: var(--lp-text); }
.lp-footer-bottom {
  padding-top: 30px;
  border-top: 1px solid var(--lp-border);
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: var(--lp-text-3);
  flex-wrap: wrap;
  gap: 12px;
}
.lp-footer-meta {
  font-style: italic;
  font-family: 'Fraunces', Georgia, serif;
}
.lp-footer-brand a {
  color: var(--lp-text-3);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.lp-footer-brand a:hover { color: var(--lp-text); }
@media (max-width: 768px) {
  .lp-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

/* ── Reveal-on-scroll ─────────────────────────────────── */
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s cubic-bezier(.16, 1, .3, 1), transform .8s cubic-bezier(.16, 1, .3, 1);
}
[data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ── Active nav link — extends the underline fully (the hover rule
   only does this on hover; for the active page we want it permanent).
   Desktop-only: on mobile the link sits in the dark overlay-menu (its
   own `.is-active` color is set there) and has no underline at all. */
@media (min-width: 769px) {
  .lp-nav-links a.is-active { color: var(--lp-text); }
  .lp-nav-links a.is-active::after { left: 0; right: 0; }
}

/* ── Page hero (used by /features and /builder) ──────── */
.lp-page-hero {
  padding: 160px 0 60px;
  position: relative;
  z-index: 1;
}
.lp-page-hero-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.lp-page-hero-title {
  font-size: clamp(40px, 5.5vw, 68px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 600;
  margin: 16px 0 24px;
}
.lp-page-hero-lead {
  font-size: 19px;
  line-height: 1.65;
  color: var(--lp-text-2);
  max-width: 620px;
  margin: 16px auto;
  text-align: center;
}
@media (max-width: 768px) {
  .lp-page-hero { padding: 120px 0 40px; }
}

/* ── Feature blocks (split layouts) ──────────────────── */
.lp-feature-block { background: var(--lp-bg); }
.lp-feature-block--alt { background: var(--lp-bg-tint); }
.lp-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.lp-feature-grid--reverse {
  grid-template-columns: 1.1fr 1fr;
}
.lp-feature-grid--reverse .lp-feature-text { order: 2; }
.lp-feature-grid--reverse .lp-feature-visual { order: 1; }
.lp-feature-text .lp-section-eyebrow { display: inline-block; }

/* Stacked variant: centered text above a full-width visual, instead of a
   side-by-side split. Used where the visual is a real screenshot that
   should read large — a 1fr/1.1fr grid column caps it far below what the
   container width allows (see Builder page's .lp-mockup--xl for the same
   large-screenshot treatment). */
.lp-feature-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.lp-feature-stack .lp-feature-text {
  max-width: 640px;
  text-align: center;
}
.lp-feature-stack .lp-feat-list {
  display: inline-flex;
  text-align: left;
  margin: 0 auto;
}
.lp-feature-stack .lp-feature-visual {
  width: 100%;
}

/* Compact caption under the visual: one short title line + a row of small
   chips, instead of repeating a full title+lead+list text block. */
.lp-feature-caption {
  max-width: 100%;
  text-align: center;
}
.lp-feature-caption-title {
  /* .lp h1/h2/h3/h4 resets margin with higher specificity than a single
     class, so spacing below this title is set on .lp-feat-chips instead. */
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--lp-text);
}
.lp-feat-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
  list-style: none;
  padding: 0;
  margin: 24px auto 0;
  width: fit-content;
  max-width: 100%;
}
.lp-feat-chips li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: var(--lp-text-2);
  background: var(--lp-bg-soft);
  border: 1px solid var(--lp-border);
  padding: 8px 14px;
  border-radius: 999px;
  white-space: nowrap;
}
.lp-feat-chips li .iconify {
  color: var(--lp-primary);
  font-size: 13px;
  flex-shrink: 0;
}
@media (max-width: 560px) {
  .lp-feat-chips li { white-space: normal; }
}
.lp-feature-title {
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.025em;
  font-weight: 600;
  margin: 12px 0 18px;
  color: var(--lp-text);
}
.lp-feature-lead {
  font-size: 17px;
  color: var(--lp-text-2);
  line-height: 1.65;
  margin-bottom: 24px;
}
.lp-feat-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lp-feat-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: var(--lp-text-2);
  line-height: 1.55;
}
.lp-feat-list li > span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--lp-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}
@media (max-width: 1024px) {
  .lp-feature-grid,
  .lp-feature-grid--reverse {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .lp-feature-grid--reverse .lp-feature-text { order: 1; }
  .lp-feature-grid--reverse .lp-feature-visual { order: 2; }
  /* Center text content when feature blocks stack vertically. */
  .lp-feature-text { text-align: center; }
  .lp-feat-list { display: inline-flex; text-align: left; margin-left: auto; margin-right: auto; }
}

/* ── Feature illustrations ───────────────────────────── */
.lp-feat-illustration {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  padding: 24px;
  box-shadow: var(--lp-shadow);
}

/* CMS tiles grid */
.lp-feat-illustration--cms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.lp-feat-tile {
  background: var(--lp-bg-soft);
  border-radius: var(--lp-radius-sm);
  padding: 14px 14px 16px;
  border: 1px solid var(--lp-border);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform .25s, box-shadow .25s, border-color .2s;
}
.lp-feat-tile:hover {
  transform: translateY(-2px);
  box-shadow: var(--lp-shadow-sm);
  border-color: var(--lp-border-2);
}
.lp-feat-tile-illustration {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.lp-feat-tile-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--lp-text);
}

/* Publish steps */
.lp-feat-illustration--publish {
  display: flex;
  align-items: stretch;
  gap: 16px;
  padding: 32px 20px;
}
.lp-publish-step {
  flex: 1;
  background: var(--lp-bg-soft);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-sm);
  padding: 20px 16px;
  text-align: center;
}
.lp-publish-step--live {
  background: linear-gradient(135deg, #d1fae5, #a7f3d0);
  border-color: #6ee7b7;
}
.lp-publish-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--lp-text);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  margin: 0 auto 12px;
}
.lp-publish-step--live .lp-publish-num {
  background: #10b981;
}
.lp-publish-text strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--lp-text);
  margin-bottom: 4px;
}
.lp-publish-text span {
  font-size: 12px;
  color: var(--lp-text-2);
}
.lp-publish-arrow {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--lp-text-3);
}
@media (max-width: 600px) {
  .lp-feat-illustration--publish { flex-direction: column; }
  .lp-publish-arrow { transform: rotate(90deg); justify-content: center; padding: 4px 0; }
}

/* Stats illustration */
.lp-feat-illustration--stats {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lp-feat-stat-card {
  background: var(--lp-bg-soft);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-sm);
  padding: 16px 20px;
}
.lp-feat-stat-num {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--lp-text);
  line-height: 1;
}
.lp-feat-stat-label {
  font-size: 13px;
  color: var(--lp-text-2);
  margin: 4px 0 10px;
}
.lp-feat-stat-bar {
  height: 6px;
  background: var(--lp-border);
  border-radius: 99px;
  overflow: hidden;
}
.lp-feat-stat-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--lp-primary), #10b981);
  border-radius: 99px;
}

/* AI illustration */
.lp-feat-illustration--ai {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 32px 24px;
}
.lp-ai-prompt {
  background: linear-gradient(90deg, #f3f4ff, #fff8ec);
  border: 1px solid var(--lp-border);
  border-radius: 12px;
  padding: 14px 18px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  color: var(--lp-text);
  font-style: italic;
  font-family: 'Fraunces', Georgia, serif;
  width: 100%;
}
.lp-ai-prompt-icon { font-size: 18px; }
.lp-ai-arrow {
  font-size: 24px;
  color: var(--lp-primary);
  font-weight: 700;
}
.lp-ai-result {
  width: 100%;
  background: var(--lp-bg-soft);
  border: 1px solid var(--lp-border);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}

/* ── Builder page ────────────────────────────────────── */
.lp-builder-frame {
  margin-top: 60px;
  perspective: 1500px;
}
.lp-mockup--xl {
  transform: none;
  margin: 0 auto;
  max-width: 1100px;
}
.lp-mockup-body--xl {
  height: 540px;
}

/* Edit demo */
.lp-edit-demo {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
}
.lp-edit-text-box {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 28px;
  color: var(--lp-text);
  padding: 16px 20px;
  border: 2px dashed var(--lp-primary);
  border-radius: 8px;
  position: relative;
}
.lp-edit-cursor {
  display: inline-block;
  width: 2px;
  height: 28px;
  background: var(--lp-text);
  vertical-align: middle;
  margin-right: 4px;
  animation: lp-blink 1.1s ease-in-out infinite;
}
@keyframes lp-blink {
  0%, 50%, 100% { opacity: 1; }
  25%, 75%      { opacity: 0; }
}
.lp-edit-toolbar {
  display: flex;
  gap: 10px;
  background: var(--lp-text);
  border-radius: 8px;
  padding: 10px 14px;
  align-self: flex-start;
  align-items: center;
  box-shadow: var(--lp-shadow);
}
.lp-edit-toolbar span {
  color: #fff;
  font-size: 14px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
}
.lp-edit-toolbar span:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* Responsive demo */
.lp-responsive-demo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
  padding: 40px 24px;
  background: linear-gradient(180deg, #f8fafc, #fff);
}
.lp-responsive-frame {
  background: #fff;
  border: 2px solid var(--lp-text);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lp-responsive-frame--desktop {
  width: 240px;
  height: 160px;
}
.lp-responsive-frame--tablet {
  width: 130px;
  height: 170px;
}
.lp-responsive-frame--mobile {
  width: 70px;
  height: 130px;
  border-radius: 12px;
}
/* Scale frames proportionally on small screens so all three fit. */
@media (max-width: 520px) {
  .lp-responsive-demo { gap: 10px; padding: 32px 16px; }
  .lp-responsive-frame--desktop { width: 180px; height: 120px; }
  .lp-responsive-frame--tablet  { width: 96px;  height: 128px; }
  .lp-responsive-frame--mobile  { width: 52px;  height: 96px;  border-radius: 9px; }
}
@media (max-width: 380px) {
  .lp-responsive-demo { gap: 8px; padding: 28px 12px; }
  .lp-responsive-frame--desktop { width: 150px; height: 100px; }
  .lp-responsive-frame--tablet  { width: 80px;  height: 108px; }
  .lp-responsive-frame--mobile  { width: 44px;  height: 80px; }
}

/* Versions demo */
.lp-versions-demo {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
}
.lp-version-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--lp-bg-soft);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-sm);
  padding: 12px 14px;
}
.lp-version-icon { font-size: 20px; }
.lp-version-info { flex: 1; }
.lp-version-info strong {
  display: block;
  font-size: 14px;
  color: var(--lp-text);
  font-weight: 600;
  margin-bottom: 2px;
}
.lp-version-info span {
  font-size: 12px;
  color: var(--lp-text-3);
}
.lp-version-btn {
  background: #fff;
  border: 1px solid var(--lp-border-2);
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--lp-text);
  cursor: pointer;
  font-family: inherit;
}
.lp-version-btn:hover {
  background: var(--lp-text);
  color: #fff;
  border-color: var(--lp-text);
}

/* Shortcuts */
.lp-shortcuts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 720px;
  margin: 0 auto;
}
.lp-shortcut {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-sm);
}
.lp-shortcut kbd {
  font-family: 'SF Mono', Menlo, monospace;
  font-size: 12px;
  font-weight: 600;
  background: var(--lp-text);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  min-width: 24px;
  text-align: center;
  box-shadow: 0 2px 0 #000;
}
.lp-shortcut span {
  font-size: 14px;
  color: var(--lp-text-2);
  margin-left: 4px;
}
@media (max-width: 700px) {
  .lp-shortcuts { grid-template-columns: 1fr 1fr; }
}

/* Reduce motion preference */
@media (prefers-reduced-motion: reduce) {
  .lp-shape,
  .lp-marquee-inner,
  .lp-float {
    animation: none !important;
  }
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ══════════════════════════════════════════════════════════
   Ritme & textuur — sectie-afwisseling, grain, glows,
   reveal-varianten, hero-tilt. (Eén indigo-kleurfamilie.)
   ══════════════════════════════════════════════════════════ */

.lp { --lp-bg-indigo: #f5f6ff; --lp-dark-bg: #0f1320; }

/* ── Getinte sectie (process) ── */
.lp-section.lp-tinted { background: var(--lp-bg-indigo); }

/* ── Donkere zone (showcase + stats) ── */
.lp-section.lp-dark {
  background:
    radial-gradient(900px 480px at 75% 20%, rgba(99, 102, 241, .14), transparent 60%),
    linear-gradient(180deg, #0f1320, #141a30);
}
.lp-section.lp-dark .lp-section-eyebrow { color: #a5b4fc; }
.lp-section.lp-dark .lp-section-title   { color: #f8fafc; }
.lp-section.lp-dark .lp-section-lead    { color: rgba(226, 232, 240, .75); }
.lp-section.lp-dark .lp-showcase-list li { color: rgba(226, 232, 240, .85); }

/* ── Grain-textuur (zelfde truc als de builder-decoratie) ── */
.lp-grain { position: relative; }
.lp-grain::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}
.lp-grain > * { position: relative; z-index: 1; }

/* ── Sectie-scheiders (waves — zelfde vormen als de builder) ── */
.section-divider {
  position: absolute;
  left: 0;
  right: 0;
  height: 72px;
  pointer-events: none;
  z-index: 1;
}
.section-divider--top    { top: -1px; }
.section-divider--bottom { bottom: -1px; }
.section-divider-svg { display: block; width: 100%; height: 100%; }

/* ── Verankerde glow achter de showcase-mockup ── */
.lp-showcase-visual { position: relative; }
.lp-showcase-visual::before {
  content: '';
  position: absolute;
  inset: -12% -18%;
  background: radial-gradient(closest-side, rgba(129, 140, 248, .28), transparent 72%);
  filter: blur(8px);
  z-index: 0;
}
.lp-showcase-visual > * { position: relative; z-index: 1; }

/* ── Glow achter het uitgelichte prijsplan ── */
.lp-plan--highlight { position: relative; }
.lp-plan--highlight::before {
  content: '';
  position: absolute;
  inset: -14%;
  background: radial-gradient(closest-side, rgba(99, 102, 241, .16), transparent 70%);
  z-index: -1;
}

/* ── Reveal-varianten ── */
[data-reveal="left"]  { transform: translateX(-28px); }
[data-reveal="right"] { transform: translateX(28px); }
[data-reveal="scale"] { transform: translateY(16px) scale(.955); }
[data-reveal="left"].is-revealed,
[data-reveal="right"].is-revealed { transform: translateX(0); }
[data-reveal="scale"].is-revealed { transform: translateY(0) scale(1); }

/* ── Ritme op subpagina's (features / builder / pricing) ── */
/* Alt-blokken: van warme tint naar de indigo-familie (kleurdiscipline) */
.lp-feature-block--alt { background: var(--lp-bg-indigo); }

/* Donker feature-blok: tekstkleuren op de donkere zone */
.lp-dark .lp-feature-title { color: #f8fafc; }
.lp-dark .lp-feature-lead  { color: rgba(226, 232, 240, .75); }
.lp-dark .lp-feat-list li  { color: rgba(226, 232, 240, .85); }
