/* ════════════════════════════════════════════════════════════════════════════
   76-landing.css — Landing v12 (Juli 2026, kompletter Neubau)
   Ersetzt 67-landing.css (v11). Sitzt auf der Standard-Design-Kette
   00-mobile-foundation → 52-radius-tokens → 45-modern-premium →
   47-design-refinement → 68-brand und nutzt deren Token (--np, --na, --t1…4,
   --s1…4), gespiegelt in eine eigene --ld-…-Schicht mit Fallbacks. Präfix: ld-.
   Light + Dark laufen über dieselben Tokennamen (Flip via html[data-theme]).
   ════════════════════════════════════════════════════════════════════════════ */

/* ─────────── 0. TOKENS ─────────── */
html[data-page="landing"] {
  --ld-accent:        #0e8f83;
  --ld-accent-deep:   #08766e;
  --ld-accent-bright: #14b6a8;
  --ld-mint:          #50d6c4;
  --ld-grad-cta:      linear-gradient(135deg, #08766e, #0b5d57);
  --ld-grad-cta-h:    linear-gradient(135deg, #0a8a82, #0e8f83);
  --ld-grad-text:     linear-gradient(118deg, #0d6b69 0%, #0e9384 55%, #16a695 100%);
  --ld-max:           1180px;
  --ld-pad:           clamp(18px, 4vw, 32px);
  --ld-radius:        var(--radius-md, 16px);
  --ld-radius-lg:     var(--radius-lg, 22px);
  --ld-font:          'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
html[data-page="landing"][data-theme="light"] {
  --ld-bg:            #f5fbf8;
  --ld-bg-glow:
    radial-gradient(1100px 600px at 50% -12%, rgba(14,143,131,.14), transparent 62%),
    radial-gradient(760px 480px at 12% 8%,  rgba(80,214,196,.12),  transparent 60%),
    radial-gradient(720px 460px at 90% 16%, rgba(8,145,178,.08),   transparent 60%),
    linear-gradient(165deg, #eef8f4 0%, #f5fbf8 55%, #ecf7f2 100%);
  --ld-ink:           #0e1f19;
  --ld-ink-2:         #43584f;
  --ld-ink-3:         #74857c;
  --ld-surface:       rgba(255,255,255,.86);
  --ld-surface-2:     rgba(244,251,247,.78);
  --ld-line:          rgba(9,58,46,.11);
  --ld-line-strong:   rgba(14,143,131,.35);
  --ld-shadow:        0 20px 48px rgba(18,48,39,.10);
  --ld-shadow-lg:     0 34px 80px rgba(18,48,39,.16);
  --ld-topbar-bg:     rgba(255,255,255,.72);
  --ld-chip-bg:       rgba(255,255,255,.7);
  --ld-code-bg:       #06251d;
}
html[data-page="landing"][data-theme="dark"] {
  --ld-bg:            #03130f;
  --ld-bg-glow:
    radial-gradient(1100px 600px at 50% -12%, rgba(20,182,168,.16), transparent 62%),
    radial-gradient(760px 480px at 12% 8%,  rgba(14,143,131,.14),  transparent 60%),
    radial-gradient(720px 460px at 90% 16%, rgba(45,212,191,.10),  transparent 60%),
    linear-gradient(165deg, #04150f 0%, #03130f 55%, #051b16 100%);
  --ld-ink:           #f4fbf8;
  --ld-ink-2:         #c3ded4;
  --ld-ink-3:         #85a094;
  --ld-surface:       rgba(255,255,255,.055);
  --ld-surface-2:     rgba(255,255,255,.032);
  --ld-line:          rgba(167,243,208,.13);
  --ld-line-strong:   rgba(20,182,168,.45);
  --ld-shadow:        0 24px 56px rgba(0,0,0,.45);
  --ld-shadow-lg:     0 38px 90px rgba(0,0,0,.55);
  --ld-topbar-bg:     rgba(4,22,17,.72);
  --ld-chip-bg:       rgba(255,255,255,.05);
  --ld-code-bg:       #041a14;
  --ld-grad-text:     linear-gradient(118deg, #34d399 0%, #14b8a6 55%, #2dd4bf 100%);
}

/* ─────────── 1. BASE ─────────── */
html[data-page="landing"] body {
  margin: 0;
  font-family: var(--ld-font);
  color: var(--ld-ink);
  background: var(--ld-bg-glow), var(--ld-bg);
  background-attachment: fixed;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.ld-wrap { max-width: var(--ld-max); margin: 0 auto; padding: 0 var(--ld-pad); }
.ld-section { padding: clamp(64px, 9vw, 110px) 0; position: relative; }
.ld-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ld-accent);
}
.ld-kicker::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: var(--ld-accent); }
.ld-h2 {
  margin: 14px 0 10px;
  font-size: clamp(28px, 4.4vw, 44px); font-weight: 800; letter-spacing: -.03em; line-height: 1.12;
  color: var(--ld-ink);
}
.ld-sub { max-width: 640px; font-size: clamp(15px, 1.6vw, 17.5px); color: var(--ld-ink-2); margin: 0; }
.ld-center { text-align: center; }
.ld-center .ld-sub { margin: 0 auto; }
.ld-grad-text { background: var(--ld-grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Buttons */
.ld-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 26px; border-radius: 12px; border: 0; cursor: pointer;
  font-family: inherit; font-size: 15px; font-weight: 700; letter-spacing: .01em;
  text-decoration: none; transition: transform .2s cubic-bezier(.4,0,.2,1), box-shadow .22s ease, background .22s ease;
}
/* html-Präfix: schlägt globale Link-Farbregeln aus 45/47 (Specificity 0,2,1) */
html[data-page="landing"][data-design="v2"] .ld-btn--primary {
  background: var(--ld-grad-cta); color: #fff;
  box-shadow: 0 10px 26px rgba(11,93,87,.32), inset 0 1px 0 rgba(255,255,255,.14);
}
html[data-page="landing"][data-design="v2"] .ld-btn--primary:hover { background: var(--ld-grad-cta-h); color: #fff; transform: translateY(-2px); box-shadow: 0 16px 36px rgba(11,93,87,.4); }
html[data-page="landing"][data-design="v2"] .ld-btn--ghost {
  background: var(--ld-surface); color: var(--ld-ink);
  border: 1px solid var(--ld-line-strong);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
html[data-page="landing"][data-design="v2"] .ld-btn--ghost:hover { transform: translateY(-2px); border-color: var(--ld-accent); color: var(--ld-accent); }
.ld-btn--sm { padding: 9px 18px; font-size: 13.5px; border-radius: 10px; }

/* Link-Farben gegen die globalen a-Regeln aus 45er absichern (gleiche
   Specificity 0,3,x — 76er lädt später und gewinnt per Kaskade). */
html[data-page="landing"][data-design="v2"] .ld-nav a { color: var(--ld-ink-2); }
html[data-page="landing"][data-design="v2"] .ld-nav a:hover { color: var(--ld-ink); }
html[data-page="landing"][data-design="v2"] .ld-login { color: var(--ld-ink-2); }
html[data-page="landing"][data-design="v2"] .ld-login:hover { color: var(--ld-ink); }
html[data-page="landing"][data-design="v2"] .ld-drawer__nav a { color: var(--ld-ink); }
html[data-page="landing"][data-design="v2"] .ld-footer nav a { color: var(--ld-ink-2); }
html[data-page="landing"][data-design="v2"] .ld-footer nav a:hover { color: var(--ld-accent); }
html[data-page="landing"][data-design="v2"] .ld-cta__panel .ld-btn--ghost { background: rgba(255,255,255,.06); color: #eafff8; border-color: rgba(167,243,208,.3); }
html[data-page="landing"][data-design="v2"] .ld-cta__panel .ld-btn--ghost:hover { color: #fff; border-color: rgba(80,214,196,.7); }

/* ─────────── 2. TOPBAR ─────────── */
.ld-topbar {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
  border-bottom: 1px solid transparent;
}
.ld-topbar.is-scrolled {
  background: var(--ld-topbar-bg);
  backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%);
  border-bottom-color: var(--ld-line);
  box-shadow: 0 8px 30px rgba(10,30,24,.08);
}
.ld-topbar__inner {
  max-width: var(--ld-max); margin: 0 auto; padding: 14px var(--ld-pad);
  display: flex; align-items: center; gap: 22px;
}
.ld-topbar .mb-wordmark img { height: 26px; width: auto; display: block; }
.ld-nav { display: flex; align-items: center; gap: 4px; margin-left: 6px; }
.ld-nav a {
  padding: 8px 13px; border-radius: 9px; font-size: 14px; font-weight: 600;
  color: var(--ld-ink-2); text-decoration: none; transition: color .18s ease, background .18s ease;
}
.ld-nav a:hover { color: var(--ld-ink); background: var(--ld-surface-2); }
.ld-topbar__spacer { flex: 1; }
.ld-topbar__actions { display: flex; align-items: center; gap: 10px; }
/* Theme-Toggle entfernt (2026-07-17): Landing ist via data-theme-lock="light"
   fest hell — neue Besucher sehen immer den Lightmode. */
.ld-login { font-size: 14px; font-weight: 700; color: var(--ld-ink-2); text-decoration: none; padding: 8px 12px; border-radius: 9px; }
.ld-login:hover { color: var(--ld-ink); background: var(--ld-surface-2); }
/* Burger */
.ld-burger {
  display: none; width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--ld-line);
  background: var(--ld-surface); cursor: pointer; align-items: center; justify-content: center;
  color: var(--ld-ink);
}
.ld-burger svg { width: 20px; height: 20px; }

/* Mobile Drawer */
.ld-drawer {
  position: fixed; inset: 0; z-index: 70; display: none;
  background: var(--ld-bg-glow), var(--ld-bg); padding: 22px var(--ld-pad);
}
.ld-drawer.is-open { display: flex; flex-direction: column; }
.ld-drawer__top { display: flex; align-items: center; justify-content: space-between; }
.ld-drawer__nav { margin-top: 34px; display: flex; flex-direction: column; gap: 4px; }
.ld-drawer__nav a {
  padding: 15px 14px; border-radius: 12px; font-size: 19px; font-weight: 700;
  color: var(--ld-ink); text-decoration: none;
}
.ld-drawer__nav a:hover { background: var(--ld-surface); }
.ld-drawer__cta { margin-top: auto; display: flex; flex-direction: column; gap: 10px; padding-bottom: 18px; }

/* ─────────── 3. HERO ─────────── */
.ld-hero { padding: clamp(120px, 16vw, 170px) 0 clamp(56px, 7vw, 90px); overflow: hidden; }
.ld-hero__grid {
  display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: clamp(30px, 5vw, 64px); align-items: center;
}
.ld-hero h1 {
  margin: 16px 0 18px;
  font-size: clamp(34px, 5.4vw, 62px); font-weight: 850; letter-spacing: -.035em; line-height: 1.06;
  color: var(--ld-ink);
}
.ld-hero__lead { font-size: clamp(15.5px, 1.8vw, 18.5px); color: var(--ld-ink-2); max-width: 520px; margin: 0 0 26px; }
.ld-hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }
.ld-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.ld-chip {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 13px; border-radius: 999px; font-size: 12.5px; font-weight: 700;
  color: var(--ld-ink-2); background: var(--ld-chip-bg); border: 1px solid var(--ld-line);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.ld-chip svg { width: 14px; height: 14px; color: var(--ld-accent); flex-shrink: 0; }

/* Device-Composition: Browser-Frame + Phone, echte Screenshots, Theme-Swap */
.ld-devices { position: relative; min-height: 340px; }
.ld-browser {
  position: relative; border-radius: 14px; overflow: hidden;
  border: 1px solid var(--ld-line); box-shadow: var(--ld-shadow-lg);
  background: var(--ld-surface);
  transform: rotate(.6deg);
}
.ld-browser__bar {
  display: flex; align-items: center; gap: 6px; padding: 10px 14px;
  background: var(--ld-surface-2); border-bottom: 1px solid var(--ld-line);
}
.ld-browser__bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--ld-line-strong); opacity: .55 }
.ld-browser__bar i:first-child { background: #f87171; opacity: .8 }
.ld-browser__bar i:nth-child(2) { background: #fbbf24; opacity: .8 }
.ld-browser__bar i:nth-child(3) { background: #34d399; opacity: .8 }
.ld-browser__url {
  margin-left: 10px; flex: 1; max-width: 300px;
  font-size: 11px; font-weight: 600; color: var(--ld-ink-3);
  background: var(--ld-surface); border: 1px solid var(--ld-line); border-radius: 7px;
  padding: 4px 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ld-browser img { display: block; width: 100%; height: auto; }
.ld-phone {
  position: absolute; right: -12px; bottom: -34px; width: clamp(130px, 15vw, 185px);
  border-radius: 26px; overflow: hidden;
  border: 5px solid var(--ld-code-bg);
  box-shadow: var(--ld-shadow-lg);
  transform: rotate(-2.4deg);
  background: var(--ld-code-bg);
}
.ld-phone img { display: block; width: 100%; height: auto; }
/* Theme-Swap der Screenshots (Muster mb-wordmark) */
html[data-theme="light"] .ld-shot--dark { display: none; }
html[data-theme="dark"]  .ld-shot--light { display: none; }
/* Dark-Showcase-Badge unter dem Unterwegs-Phone (Landing ist light-locked,
   der Mock zeigt den Dunkelmodus dauerhaft) */
.ld-dark-badge {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 14px; border-radius: 999px;
  background: #06251d; border: 1px solid rgba(80,214,196,.35);
  color: #7ee7d4; font-size: 12.5px; font-weight: 700; letter-spacing: .01em;
}
.ld-dark-badge svg { width: 13px; height: 13px; flex-shrink: 0; }

/* ─────────── 4. PROBLEM ─────────── */
.ld-cards3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; margin-top: 38px; }
.ld-card {
  padding: 26px 24px; border-radius: var(--ld-radius-lg);
  background: var(--ld-surface); border: 1px solid var(--ld-line);
  box-shadow: var(--ld-shadow);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  transition: transform .22s ease, border-color .22s ease;
}
.ld-card:hover { transform: translateY(-4px); border-color: var(--ld-line-strong); }
.ld-card__ico {
  width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(14,143,131,.16), rgba(80,214,196,.10));
  color: var(--ld-accent); margin-bottom: 15px;
}
.ld-card__ico svg { width: 21px; height: 21px; }
.ld-card h3 { margin: 0 0 7px; font-size: 17px; font-weight: 800; letter-spacing: -.015em; color: var(--ld-ink); }
.ld-card p { margin: 0; font-size: 14px; color: var(--ld-ink-2); line-height: 1.6; }

/* ─────────── 5. ROUTE-DEMO ─────────── */
.ld-demo__panel {
  margin-top: 38px; border-radius: var(--ld-radius-lg); overflow: hidden;
  border: 1px solid var(--ld-line); box-shadow: var(--ld-shadow-lg);
  background: var(--ld-code-bg);
  color: #eafff8;
}
.ld-demo__head {
  display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between;
  padding: 18px 22px; border-bottom: 1px solid rgba(167,243,208,.14);
}
.ld-demo__title { font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #7ee7d4; }
.ld-demo__toggle { display: flex; gap: 6px; }
.ld-demo__toggle button {
  padding: 8px 16px; border-radius: 999px; border: 1px solid rgba(167,243,208,.22);
  background: transparent; color: #b8e6da; font-family: inherit; font-size: 13px; font-weight: 700;
  cursor: pointer; transition: all .18s ease;
}
.ld-demo__toggle button:hover { border-color: rgba(80,214,196,.6); color: #fff; }
.ld-demo__toggle button.is-active { background: linear-gradient(135deg, #0e8f83, #14b6a8); border-color: transparent; color: #04211a; }
.ld-demo__body { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 0; }
.ld-demo__map { padding: 26px 22px 30px; position: relative; }
.ld-demo__map svg { display: block; width: 100%; height: auto; }
.ld-route-shadow { stroke: rgba(0,0,0,.5); stroke-width: 10; fill: none; stroke-linecap: round; filter: blur(6px); opacity: .5; }
.ld-route-line {
  stroke: url(#ldRouteGrad); stroke-width: 5; fill: none; stroke-linecap: round;
  stroke-dasharray: 14 12; animation: ld-dash 1.6s linear infinite;
}
[data-state="tight"]   .ld-route-line { stroke: url(#ldRouteGradWarn); }
[data-state="blocked"] .ld-route-line { stroke: url(#ldRouteGradBad); animation-play-state: paused; }
@keyframes ld-dash { to { stroke-dashoffset: -26; } }
.ld-route-dot { fill: #50d6c4; }
.ld-demo__grid line { stroke: rgba(167,243,208,.10); stroke-width: 1; }
.ld-demo__info { padding: 26px 24px; border-left: 1px solid rgba(167,243,208,.14); display: flex; flex-direction: column; gap: 14px; }
.ld-demo__status {
  align-self: flex-start; padding: 5px 13px; border-radius: 999px;
  font-size: 11.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  background: rgba(80,214,196,.16); color: #7ee7d4; border: 1px solid rgba(80,214,196,.4);
}
[data-state="tight"]   .ld-demo__status { background: rgba(240,180,91,.14); color: #f7ca7f; border-color: rgba(240,180,91,.44); }
[data-state="blocked"] .ld-demo__status { background: rgba(255,107,107,.13); color: #ff9a9a; border-color: rgba(255,107,107,.4); }
.ld-demo__info h3 { margin: 0; font-size: clamp(18px, 2vw, 22px); font-weight: 800; letter-spacing: -.02em; color: #fff; line-height: 1.3; }
.ld-demo__info p { margin: 0; font-size: 13.5px; color: #b8e6da; line-height: 1.65; }
.ld-demo__metrics { margin-top: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.ld-metric {
  padding: 11px 12px; border-radius: 12px; background: rgba(255,255,255,.045);
  border: 1px solid rgba(167,243,208,.13);
}
.ld-metric b { display: block; font-size: 16.5px; font-weight: 800; color: #fff; letter-spacing: -.01em; }
.ld-metric span { font-size: 10.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: #85a094; }
.ld-demo__drive { font-size: 12px; font-weight: 700; color: #7ee7d4; }

/* ─────────── 6. PRODUKT-DEEP-DIVE ─────────── */
.ld-product__block {
  display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(26px, 5vw, 60px); align-items: center; margin-top: clamp(44px, 6vw, 70px);
}
.ld-product__block--flip { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); }
.ld-product__block--flip .ld-product__copy { order: 2; }
.ld-product__copy h3 { margin: 12px 0 10px; font-size: clamp(22px, 2.8vw, 30px); font-weight: 800; letter-spacing: -.025em; color: var(--ld-ink); }
.ld-product__copy p { margin: 0 0 16px; font-size: 15px; color: var(--ld-ink-2); }
.ld-product__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.ld-product__list li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--ld-ink-2); }
.ld-product__list svg { width: 17px; height: 17px; color: var(--ld-accent); flex-shrink: 0; margin-top: 2px; }
.ld-badge {
  display: inline-flex; align-items: center; gap: 5px; margin-left: 9px; vertical-align: middle;
  padding: 3px 9px; border-radius: 999px; font-size: 10.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  background: rgba(14,143,131,.12); color: var(--ld-accent); border: 1px solid var(--ld-line-strong);
}
.ld-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-top: 44px; }

/* ─────────── 7. PRICING ─────────── */
.ld-pricing__banner {
  margin: 34px auto 30px; max-width: 720px; text-align: center;
  padding: 15px 22px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(14,143,131,.14), rgba(80,214,196,.09));
  border: 1px solid var(--ld-line-strong);
  font-size: 14px; font-weight: 600; color: var(--ld-ink);
}
.ld-pricing__banner b { color: var(--ld-accent); }
.ld-plans { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; align-items: stretch; }
.ld-plan {
  position: relative; display: flex; flex-direction: column;
  padding: 28px 24px; border-radius: var(--ld-radius-lg);
  background: var(--ld-surface); border: 1px solid var(--ld-line);
  box-shadow: var(--ld-shadow);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
}
.ld-plan--hot { border-color: var(--ld-line-strong); box-shadow: var(--ld-shadow-lg); }
.ld-plan__flag {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  padding: 4px 14px; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase;
  background: var(--ld-grad-cta); color: #fff; box-shadow: 0 6px 16px rgba(11,93,87,.35);
  white-space: nowrap;
}
.ld-plan h3 { margin: 0 0 2px; font-size: 17px; font-weight: 800; color: var(--ld-ink); }
.ld-plan__price { display: flex; align-items: baseline; gap: 6px; margin: 10px 0 2px; }
.ld-plan__price b { font-size: 38px; font-weight: 850; letter-spacing: -.03em; color: var(--ld-ink); }
.ld-plan__price span { font-size: 13.5px; font-weight: 600; color: var(--ld-ink-3); }
.ld-plan__year { font-size: 12.5px; color: var(--ld-ink-3); margin-bottom: 16px; }
.ld-plan ul { list-style: none; margin: 0 0 22px; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.ld-plan li { display: flex; gap: 9px; align-items: flex-start; font-size: 13.5px; color: var(--ld-ink-2); }
.ld-plan li svg { width: 15px; height: 15px; color: var(--ld-accent); flex-shrink: 0; margin-top: 2.5px; }
.ld-plan .ld-btn { margin-top: auto; width: 100%; }
.ld-pricing__note { margin-top: 18px; text-align: center; font-size: 12.5px; color: var(--ld-ink-3); }

/* ─────────── 8. FOUNDER / FAKTEN ─────────── */
.ld-founder { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(26px, 5vw, 56px); align-items: center; }
.ld-founder__note {
  padding: 30px 28px; border-radius: var(--ld-radius-lg);
  background: var(--ld-surface); border: 1px solid var(--ld-line); box-shadow: var(--ld-shadow);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
}
.ld-founder__note blockquote { margin: 0 0 16px; font-size: clamp(16px, 1.9vw, 19px); font-weight: 600; line-height: 1.55; color: var(--ld-ink); }
.ld-founder__who { display: flex; align-items: center; gap: 12px; }
.ld-founder__ava {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: var(--ld-grad-cta); color: #fff; font-weight: 800; font-size: 16px;
}
.ld-founder__who b { display: block; font-size: 14px; color: var(--ld-ink); }
.ld-founder__who span { font-size: 12.5px; color: var(--ld-ink-3); }
.ld-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ld-fact {
  padding: 18px; border-radius: var(--ld-radius);
  background: var(--ld-surface-2); border: 1px solid var(--ld-line);
}
.ld-fact b { display: block; font-size: 15px; font-weight: 800; color: var(--ld-ink); margin-bottom: 3px; }
.ld-fact span { font-size: 12.5px; color: var(--ld-ink-3); line-height: 1.5; display: block; }

/* ─────────── 9. ROADMAP ─────────── */
.ld-road { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; margin-top: 38px; counter-reset: road; }
.ld-road__step {
  position: relative; padding: 24px 22px 22px; border-radius: var(--ld-radius-lg);
  background: var(--ld-surface); border: 1px solid var(--ld-line); box-shadow: var(--ld-shadow);
}
.ld-road__step::before {
  counter-increment: road; content: "0" counter(road);
  display: inline-block; font-size: 13px; font-weight: 800; letter-spacing: .08em;
  color: var(--ld-accent); margin-bottom: 10px;
}
.ld-road__step h3 { margin: 0 0 7px; font-size: 16.5px; font-weight: 800; color: var(--ld-ink); }
.ld-road__step p { margin: 0; font-size: 13.5px; color: var(--ld-ink-2); line-height: 1.6; }
.ld-road__step em { display: inline-block; margin-top: 12px; font-style: normal; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--ld-ink-3); }

/* ─────────── 10. CTA-FINALE ─────────── */
.ld-cta__panel {
  position: relative; overflow: hidden; text-align: center;
  padding: clamp(44px, 7vw, 76px) clamp(22px, 5vw, 60px);
  border-radius: calc(var(--ld-radius-lg) + 6px);
  background:
    radial-gradient(720px 320px at 50% -30%, rgba(80,214,196,.28), transparent 65%),
    linear-gradient(150deg, #06352e 0%, #072a24 55%, #04211b 100%);
  border: 1px solid rgba(80,214,196,.3);
  box-shadow: var(--ld-shadow-lg);
  color: #eafff8;
}
.ld-cta__panel h2 { margin: 0 0 12px; font-size: clamp(26px, 4vw, 40px); font-weight: 850; letter-spacing: -.03em; color: #fff; }
.ld-cta__panel p { margin: 0 auto 26px; max-width: 560px; font-size: 15.5px; color: #b8e6da; }
.ld-cta__panel .ld-btn--ghost { background: rgba(255,255,255,.06); color: #eafff8; border-color: rgba(167,243,208,.3); }
.ld-cta__panel .ld-btn--ghost:hover { color: #fff; border-color: rgba(80,214,196,.7); }

/* ── Warteliste-Formular im CTA-Panel ── */
.ld-wl { max-width: 640px; margin: 0 auto; }
.ld-wl__row { display: flex; gap: 10px; justify-content: center; }
.ld-wl__input {
  flex: 1 1 0; min-width: 0; min-height: 48px; padding: 12px 16px;
  border-radius: 10px; border: 1px solid rgba(167,243,208,.3);
  background: rgba(255,255,255,.08); color: #f6fffb;
  font-family: inherit; font-size: 14px; font-weight: 500;
  transition: border-color .18s ease, background .18s ease;
}
.ld-wl__input::placeholder { color: rgba(184,230,218,.65); }
.ld-wl__input:focus { outline: none; border-color: rgba(80,214,196,.75); background: rgba(255,255,255,.12); }
.ld-wl__submit { white-space: nowrap; }
.ld-wl__consent {
  display: flex; gap: 9px; align-items: center; justify-content: center;
  margin-top: 14px; font-size: 12.5px; color: #b8e6da; cursor: pointer; text-align: left;
}
/* html-Präfix nötig: `html[data-design="v2"] input` aus 45er setzt
   min-height:42px + dunklen Background per !important auf ALLE Inputs —
   für die Checkbox mit mind. gleicher Specificity (0,2,2) neutralisieren.
   Das 44px-Tap-Target liefert das umschließende Label. */
html[data-design="v2"] .ld-wl__consent input {
  width: 16px; height: 16px; min-height: 0; min-width: 0; margin: 0; flex-shrink: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  accent-color: #50d6c4; cursor: pointer;
}
.ld-wl__status { min-height: 20px; margin-top: 10px; font-size: 13px; font-weight: 600; color: #b8e6da; }
.ld-wl__status.is-err { color: #ffb4a8; }
.ld-wl__success {
  display: flex; flex-direction: column; gap: 6px; align-items: center;
  margin: 6px auto 0; max-width: 520px;
  font-size: 15px; color: #eafff8;
}
/* hidden-Attribut muss gegen display:flex gewinnen — sonst ist die
   Erfolgsbox schon beim Seitenaufruf sichtbar (UA-[hidden] verliert
   gegen die Klassen-Specificity). */
.ld-wl[hidden], .ld-wl__success[hidden] { display: none !important; }
.ld-wl__success-ico {
  width: 46px; height: 46px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(80,214,196,.14); border: 1.5px solid rgba(80,214,196,.4);
  color: #50d6c4; margin-bottom: 4px;
}
.ld-wl__success-ico svg { width: 22px; height: 22px; }
.ld-wl__success b { font-size: 19px; color: #fff; }
.ld-wl__note { margin-top: 22px !important; font-size: 12.5px !important; color: #8fc7b9 !important; }
.ld-wl__note a { color: #7ee7d4; font-weight: 700; text-decoration: none; }
.ld-wl__note a:hover { text-decoration: underline; }
@media (max-width: 640px) {
  .ld-wl__row { flex-direction: column; }
  .ld-wl__submit { width: 100%; }
}

/* ─────────── 11. FAQ ─────────── */
.ld-faq__list { max-width: 780px; margin: 38px auto 0; display: flex; flex-direction: column; gap: 10px; }
.ld-faq__item {
  border-radius: var(--ld-radius); overflow: hidden;
  background: var(--ld-surface); border: 1px solid var(--ld-line);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.ld-faq__q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 17px 20px; background: none; border: 0; cursor: pointer; text-align: left;
  font-family: inherit; font-size: 15px; font-weight: 700; color: var(--ld-ink);
}
.ld-faq__q em {
  flex-shrink: 0; width: 24px; height: 24px; border-radius: 8px; position: relative;
  background: var(--ld-surface-2); border: 1px solid var(--ld-line);
  transition: transform .22s ease;
}
.ld-faq__q em::before, .ld-faq__q em::after {
  content: ""; position: absolute; inset: 0; margin: auto; background: var(--ld-accent); border-radius: 2px;
}
.ld-faq__q em::before { width: 10px; height: 2px; }
.ld-faq__q em::after { width: 2px; height: 10px; transition: opacity .18s ease; }
.ld-faq__item.is-open .ld-faq__q em { transform: rotate(90deg); }
.ld-faq__item.is-open .ld-faq__q em::after { opacity: 0; }
.ld-faq__a { max-height: 0; overflow: hidden; transition: max-height .3s cubic-bezier(.4,0,.2,1); }
.ld-faq__a p { margin: 0; padding: 0 20px 18px; font-size: 14px; color: var(--ld-ink-2); line-height: 1.65; }

/* ─────────── 12. FOOTER ─────────── */
.ld-footer { border-top: 1px solid var(--ld-line); padding: 34px 0 42px; margin-top: clamp(40px, 6vw, 70px); }
.ld-footer__inner {
  max-width: var(--ld-max); margin: 0 auto; padding: 0 var(--ld-pad);
  display: flex; flex-wrap: wrap; align-items: center; gap: 18px; justify-content: space-between;
}
.ld-footer .mb-wordmark img { height: 22px; width: auto; display: block; }
.ld-footer__note { width: 100%; font-size: 11.5px; color: var(--ld-ink-3); }
.ld-footer nav { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.ld-footer nav a { font-size: 13px; font-weight: 600; color: var(--ld-ink-2); text-decoration: none; }
.ld-footer nav a:hover { color: var(--ld-accent); }

/* ─────────── 13. REVEAL (gehärtet: Default sichtbar, nur .ld-js versteckt) ── */
html.ld-js [data-ld-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s cubic-bezier(.4,0,.2,1); }
html.ld-js [data-ld-reveal].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.ld-js [data-ld-reveal] { opacity: 1; transform: none; transition: none; }
  .ld-route-line { animation: none; }
  .ld-btn, .ld-card { transition: none; }
}

/* ─────────── 14. RESPONSIVE ─────────── */
@media (max-width: 1020px) {
  .ld-nav { display: none; }
  .ld-burger { display: inline-flex; }
  .ld-topbar__actions .ld-login { display: none; }
  .ld-hero__grid { grid-template-columns: 1fr; }
  .ld-devices { margin-top: 8px; }
  .ld-product__block, .ld-product__block--flip { grid-template-columns: 1fr; }
  .ld-product__block--flip .ld-product__copy { order: 0; }
  .ld-founder { grid-template-columns: 1fr; }
  .ld-demo__body { grid-template-columns: 1fr; }
  .ld-demo__info { border-left: 0; border-top: 1px solid rgba(167,243,208,.14); }
}
@media (max-width: 720px) {
  .ld-cards3, .ld-feature-grid, .ld-plans, .ld-road { grid-template-columns: 1fr; }
  .ld-plan--hot { order: -1; }
  .ld-facts { grid-template-columns: 1fr; }
  .ld-hero__ctas .ld-btn { width: 100%; }
  .ld-phone { right: 2px; bottom: -22px; }
  .ld-topbar__actions .ld-btn { padding: 9px 14px; font-size: 13px; white-space: nowrap; }
}
@media (max-width: 560px) {
  /* Topbar-CTA weglassen — Burger + Drawer-CTA übernehmen */
  .ld-topbar__actions .ld-btn { display: none; }
  .ld-topbar__inner { padding-top: 12px; padding-bottom: 12px; }
}
