/* ============================================================
   ORDIVIO — Produkt-Landingpage
   Farbschema: Ordivio App · Azure-Blau / Mist-Beige (hell, warm)
   Typo: Fraunces (Display) · Plus Jakarta Sans (Body)
   Animationen: 150–300ms, nie störend
   ============================================================ */

:root {
  /* Ordivio-Palette */
  --paper: #faf7f1;        /* warmes Mist-Beige (Seitengrund) */
  --cream: #fffdf8;
  --mist: #eef3fa;         /* kühles App-Mist (Modul-Sektionen) */
  --white: #ffffff;
  --ink: #13304e;          /* Logo-Navy */
  --ink-2: #4b5e77;
  --ink-3: #7e8ca1;
  --line-warm: #eae3d3;
  --line-cool: #dce6f2;
  --azure: #2e7ceb;        /* Primär: Azure-Blau */
  --azure-deep: #1b5ed0;
  --azure-soft: #e7f0fd;
  --cyan: #49c5dc;         /* Logo-Verlauf */
  --purple: #8b5cf6;       /* App-Modul: Aufgaben */
  --purple-soft: #f1ebfe;
  --leaf: #21a55e;         /* App-Modul: Lernen / Tracking */
  --leaf-soft: #e2f5eb;
  --amber: #f0980b;        /* App-Modul: Einkauf */
  --amber-soft: #fdf1da;
  --navy: #0e2845;         /* dunkles Band (Warteliste/Footer) */
  --navy-2: #16395f;
  --grad-azure: linear-gradient(115deg, #49c5dc 0%, #2e7ceb 55%, #1b5ed0 100%);
  --shadow-soft: 0 1px 2px rgba(19, 48, 78, 0.05), 0 16px 44px -20px rgba(19, 48, 78, 0.22);
  --shadow-deep: 0 30px 80px -30px rgba(14, 40, 69, 0.45);
  --r-lg: 28px;
  --r-md: 18px;
  --r-sm: 12px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; scroll-padding-top: 84px; }
body {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.58;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ---------- Sprachumschaltung: nur aktive Sprache anzeigen ---------- */
body.lang-de .en { display: none !important; }
body.lang-en .de { display: none !important; }

/* ---------- Typo ---------- */
.display {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 620;
  letter-spacing: -0.015em;
  line-height: 1.08;
  text-wrap: balance;
}
.display em {
  font-style: italic;
  font-weight: 560;
  color: var(--azure);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--azure-deep);
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: var(--grad-azure);
}
.lede {
  font-size: 17.5px;
  color: var(--ink-2);
  text-wrap: pretty;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: inherit;
  font-size: 15.5px;
  font-weight: 700;
  border: 0;
  border-radius: 999px;
  padding: 15px 28px;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease), background 0.18s var(--ease), color 0.18s var(--ease);
  white-space: nowrap;
}
.btn-azure {
  background: var(--grad-azure);
  color: #fff;
  box-shadow: 0 12px 30px -12px rgba(46, 124, 235, 0.55);
}
.btn-azure:hover { transform: translateY(-2px); box-shadow: 0 18px 38px -14px rgba(46, 124, 235, 0.6); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  box-shadow: inset 0 0 0 1.5px rgba(19, 48, 78, 0.22);
}
.btn-ghost:hover { box-shadow: inset 0 0 0 1.5px rgba(19, 48, 78, 0.45); transform: translateY(-2px); }
.btn-light {
  background: #fff;
  color: var(--navy);
}
.btn-light:hover { transform: translateY(-2px); box-shadow: 0 14px 34px -16px rgba(0, 0, 0, 0.5); }
.btn-sm { padding: 10px 20px; font-size: 14px; }

/* ============================================================
   HEADER
   ============================================================ */
.topbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 12px 26px;
  background: rgba(250, 247, 241, 0.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.topbar.scrolled {
  border-bottom-color: var(--line-warm);
  box-shadow: 0 10px 30px -22px rgba(19, 48, 78, 0.25);
}
.brand-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
}
.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.brand img { height: 34px; width: auto; }
.brand .by, a.by {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--ink-3);
  letter-spacing: 0.02em;
  margin-top: 9px;
  text-decoration: none;
  transition: color .2s;
}
a.by:hover { color: var(--azure); }
.topnav { display: flex; align-items: center; gap: 26px; }
.topnav a {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink-2);
  text-decoration: none;
  transition: color 0.16s var(--ease);
}
.topnav a:hover { color: var(--azure-deep); }
.lang-toggle {
  display: inline-flex;
  border: 1.5px solid var(--line-warm);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}
.lang-toggle button {
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 700;
  border: 0;
  background: transparent;
  color: var(--ink-3);
  padding: 7px 13px;
  cursor: pointer;
  transition: background 0.16s var(--ease), color 0.16s var(--ease);
}
.lang-toggle button.active { background: var(--ink); color: #fff; }
.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0 8px;
}
.burger span {
  height: 2.5px;
  border-radius: 2px;
  background: var(--ink);
  transition: transform 0.22s var(--ease), opacity 0.22s var(--ease);
}
.burger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
.mob-nav {
  position: fixed;
  inset: 0;
  z-index: 55;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s var(--ease);
}
.mob-nav.open { opacity: 1; pointer-events: auto; }
.mob-nav a {
  font-family: "Fraunces", serif;
  font-size: 30px;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  padding: 10px;
}
.mob-nav .mob-cta { margin-top: 18px; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  padding: 150px 0 70px;
  overflow: hidden;
}
.hero::before {
  /* sanfter Azure-Schein oben rechts */
  content: "";
  position: absolute;
  top: -340px;
  right: -260px;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(73, 197, 220, 0.16), rgba(46, 124, 235, 0.08) 45%, transparent 70%);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
  position: relative;
}
.hero-count {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  background: #fff;
  border: 1px solid var(--line-warm);
  border-radius: 999px;
  padding: 7px 16px 7px 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-2);
  box-shadow: var(--shadow-soft);
  margin-bottom: 26px;
}
.hero-count b { color: var(--ink); }
.avatars { display: inline-flex; }
.avatars span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10.5px;
  font-weight: 800;
  color: #fff;
  margin-right: -8px;
}
.avatars span:last-child { margin-right: 0; }
.hero h1 { font-size: clamp(38px, 5vw, 62px); }
.hero-sub {
  margin-top: 22px;
  max-width: 50ch;
}
.hero-cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}
.hero-countdown {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 30px;
  color: var(--ink-3);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.hero-countdown .cd {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  font-variant-numeric: tabular-nums;
}
.hero-countdown b {
  font-family: "Fraunces", serif;
  font-size: 24px;
  font-weight: 650;
  color: var(--ink);
  letter-spacing: 0;
}
.hero-countdown .u { font-size: 11px; letter-spacing: 0.08em; margin-left: -5px; }

/* Telefon-Mockup */
.hero-phone {
  position: relative;
  display: flex;
  justify-content: center;
}
.phone {
  width: min(320px, 78vw);
  background: #10243d;
  border-radius: 46px;
  padding: 11px;
  box-shadow: var(--shadow-deep), inset 0 0 0 1.5px rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 2;
}
.phone .screen {
  display: block;
  border-radius: 36px;
  overflow: hidden;
  background: var(--mist);
}
.float-chip {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--line-cool);
  border-radius: 16px;
  padding: 11px 16px;
  box-shadow: var(--shadow-soft);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-2);
}
.float-chip b { color: var(--ink); font-weight: 700; }
.float-chip .ico {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.float-chip svg { width: 17px; height: 17px; }
.chip-streak { top: 13%; left: 0; }
.chip-ki { bottom: 14%; right: 0; }
.chip-streak .ico { background: var(--amber-soft); color: var(--amber); }
.chip-ki .ico { background: var(--azure-soft); color: var(--azure-deep); }

/* ============================================================
   "ERSETZT"-BAND
   ============================================================ */
.replace {
  border-block: 1px solid var(--line-warm);
  background: var(--cream);
  padding: 26px 0;
}
.replace-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 14px;
}
.replace-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-right: 6px;
}
.replace-chip {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-2);
  background: #fff;
  border: 1px solid var(--line-warm);
  border-radius: 999px;
  padding: 8px 16px;
  text-decoration: line-through;
  text-decoration-color: rgba(46, 124, 235, 0.55);
  text-decoration-thickness: 1.5px;
}
.replace-one {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  background: var(--grad-azure);
  border-radius: 999px;
  padding: 8px 18px;
}

/* ============================================================
   SEKTIONEN — Grundgerüst
   ============================================================ */
section.block { padding: clamp(70px, 9vw, 120px) 0; }
.sec-head { max-width: 720px; margin-bottom: clamp(40px, 5vw, 64px); }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head.center .eyebrow { justify-content: center; }
.sec-head.center .eyebrow::before { display: none; }
.sec-head h2 { font-size: clamp(30px, 3.8vw, 48px); margin-top: 16px; }
.sec-head .lede { margin-top: 16px; }
.on-mist { background: var(--mist); border-block: 1px solid var(--line-cool); }

/* ============================================================
   SÄULE 1 — ALLES AN EINEM ORT
   ============================================================ */
.all-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
.module-list { display: grid; gap: 6px; }
.module {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 14px 16px;
  border-radius: var(--r-md);
  transition: background 0.18s var(--ease);
}
.module:hover { background: rgba(255, 255, 255, 0.85); }
.module .ico {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.module .ico svg { width: 21px; height: 21px; }
.module h3 { font-size: 16.5px; font-weight: 700; }
.module p { font-size: 14.5px; color: var(--ink-2); margin-top: 3px; }
.ico-azure { background: var(--azure-soft); color: var(--azure-deep); }
.ico-purple { background: var(--purple-soft); color: var(--purple); }
.ico-leaf { background: var(--leaf-soft); color: var(--leaf); }
.ico-amber { background: var(--amber-soft); color: var(--amber); }
.ico-cyan { background: #e3f6f9; color: #1899b4; }
.ico-navy { background: #e9eef6; color: var(--ink); }

.all-phones {
  display: flex;
  justify-content: center;
  gap: 26px;
}
.all-phones .phone { width: min(264px, 42vw); }
.all-phones .phone:first-child { transform: translateY(34px) rotate(-2deg); }
.all-phones .phone:last-child { transform: translateY(-10px) rotate(2deg); }

/* ============================================================
   SÄULE 2 — KI
   ============================================================ */
.ki-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.ki-card {
  background: #fff;
  border: 1px solid var(--line-warm);
  border-radius: var(--r-lg);
  padding: clamp(28px, 3.4vw, 44px);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.ki-card h3 {
  font-family: "Fraunces", serif;
  font-size: clamp(23px, 2.2vw, 28px);
  font-weight: 620;
  letter-spacing: -0.01em;
}
.ki-card .quote {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-weight: 540;
  font-size: 17.5px;
  color: var(--azure-deep);
}
.ki-card p.body { color: var(--ink-2); font-size: 15.5px; }
.ki-head { display: flex; flex-direction: column; gap: 12px; }
.ki-visual { margin-top: auto; }

/* Lernplan-Visual: Telefon angeschnitten */
.ki-phone-crop {
  border-radius: var(--r-md);
  overflow: hidden;
  border: 1px solid var(--line-cool);
  background: var(--mist);
  max-height: 330px;
}
.ki-phone-crop img { width: 100%; }

/* Chat-Mock (KI-Terminplaner) */
.chat {
  display: grid;
  gap: 10px;
  background: var(--mist);
  border: 1px solid var(--line-cool);
  border-radius: var(--r-md);
  padding: 20px;
}
.bubble {
  max-width: 86%;
  padding: 11px 16px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.45;
}
.bubble.me {
  justify-self: end;
  background: var(--azure);
  color: #fff;
  border-bottom-right-radius: 5px;
}
.bubble.ki {
  justify-self: start;
  background: #fff;
  border: 1px solid var(--line-cool);
  color: var(--ink);
  border-bottom-left-radius: 5px;
}
.bubble.ki .tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--azure-deep);
  margin-bottom: 4px;
}
.bubble.ki .tag svg { width: 11px; height: 11px; }
.bubble .slot {
  display: inline-block;
  background: var(--azure-soft);
  color: var(--azure-deep);
  font-weight: 700;
  border-radius: 7px;
  padding: 1px 8px;
}
.ki-free-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
  text-align: center;
  font-size: 14.5px;
  color: var(--ink-2);
}
.ki-free-note .pill {
  background: var(--leaf-soft);
  color: #157a45;
  font-weight: 800;
  font-size: 13px;
  border-radius: 999px;
  padding: 6px 14px;
}

/* ============================================================
   SÄULE 3 — STREAKS & GEWOHNHEITEN
   ============================================================ */
.streak-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
.point-list { display: grid; gap: 22px; margin-top: 34px; }
.point { display: flex; gap: 16px; }
.point .ico {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.point .ico svg { width: 20px; height: 20px; }
.point h3 { font-size: 16.5px; font-weight: 700; }
.point p { font-size: 14.5px; color: var(--ink-2); margin-top: 4px; max-width: 46ch; }

.streak-cards { display: grid; gap: 20px; }
.app-card {
  background: #fff;
  border: 1px solid var(--line-cool);
  border-radius: var(--r-md);
  padding: 22px 24px;
  box-shadow: var(--shadow-soft);
}
.app-card .card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.app-card .card-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.streak-flame {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 800;
  font-size: 14px;
  color: var(--amber);
  background: var(--amber-soft);
  border-radius: 999px;
  padding: 5px 13px;
}
.streak-flame svg { width: 14px; height: 14px; }
.heatmap {
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  gap: 4px;
}
.heatmap i {
  aspect-ratio: 1;
  border-radius: 4px;
  background: var(--mist);
}
.heatmap i.l1 { background: #c8ecd8; }
.heatmap i.l2 { background: #84d6a8; }
.heatmap i.l3 { background: #3cba74; }
.heatmap i.l4 { background: #1c8c50; }
.heatmap-legend {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-end;
  margin-top: 12px;
  font-size: 11.5px;
  color: var(--ink-3);
}
.heatmap-legend i { width: 10px; height: 10px; border-radius: 3px; display: inline-block; }

.fair-row {
  display: flex;
  align-items: center;
  gap: 14px;
}
.fair-row .day {
  flex: 1;
  text-align: center;
  border-radius: 10px;
  padding: 10px 4px 8px;
  font-size: 11px;
  font-weight: 700;
  color: var(--ink-3);
  background: var(--mist);
}
.fair-row .day b {
  display: block;
  font-size: 15px;
  color: var(--leaf);
  margin-bottom: 1px;
}
.fair-row .day.rest { background: var(--azure-soft); color: var(--azure-deep); }
.fair-row .day.rest b { color: var(--azure-deep); }
.fair-note {
  margin-top: 13px;
  font-size: 13.5px;
  color: var(--ink-2);
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.fair-note svg { width: 16px; height: 16px; flex: none; margin-top: 2px; color: var(--leaf); }

/* ============================================================
   SÄULE 4 — SOZIALES PLANEN
   ============================================================ */
.social-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
.notif-stack { display: grid; gap: 14px; }
.notif {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--line-warm);
  border-radius: var(--r-md);
  padding: 15px 18px;
  box-shadow: var(--shadow-soft);
}
.notif:nth-child(2) { transform: translateX(22px); }
.notif:nth-child(3) { transform: translateX(6px); }
.notif .ava {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
}
.notif p { font-size: 14px; color: var(--ink-2); }
.notif p b { color: var(--ink); }
.notif .time { margin-left: auto; font-size: 11.5px; color: var(--ink-3); flex: none; }

/* ============================================================
   PREISE
   ============================================================ */
.price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}
.price-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line-warm);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.price-card:hover { transform: translateY(-4px); box-shadow: 0 24px 60px -28px rgba(19, 48, 78, 0.32); }
.price-card.featured {
  border: 2px solid var(--azure);
  background: linear-gradient(180deg, #f2f7ff, #ffffff 38%);
  box-shadow: 0 28px 64px -26px rgba(46, 124, 235, 0.42);
  z-index: 1;
}
@media (min-width: 1021px) {
  .price-card.featured { transform: scale(1.05); }
  .price-card.featured:hover { transform: scale(1.05) translateY(-4px); }
}
.price-card.featured .price-amt .num { font-size: 50px; color: var(--azure-deep); }
.price-card.featured .price-eq {
  display: inline-block;
  background: var(--leaf-soft);
  border-radius: 999px;
  padding: 3px 12px;
  margin-top: 8px;
}
.price-card.earlybird {
  background: linear-gradient(170deg, #103154, var(--navy) 70%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.price-tag {
  position: absolute;
  top: -13px;
  left: 22px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 5px 13px;
}
.price-tag.azure { background: var(--grad-azure); color: #fff; box-shadow: 0 8px 20px -8px rgba(46, 124, 235, 0.6); }
.price-tag.cyan { background: var(--cyan); color: var(--navy); }
.price-name { font-size: 17px; font-weight: 800; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.price-name small { font-size: 12.5px; font-weight: 600; color: var(--ink-3); }
.earlybird .price-name small { color: rgba(232, 240, 250, 0.6); }
.price-strike {
  font-size: 13px;
  color: var(--ink-3);
  text-decoration: line-through;
  margin-top: 12px;
}
.price-amt { display: flex; align-items: baseline; gap: 3px; margin-top: 10px; }
.price-strike + .price-amt { margin-top: 2px; }
.price-amt .cur { font-size: 19px; font-weight: 700; color: var(--ink-3); }
.earlybird .price-amt .cur { color: rgba(232, 240, 250, 0.6); }
.price-amt .num {
  font-family: "Fraunces", serif;
  font-size: 42px;
  font-weight: 650;
  letter-spacing: -0.01em;
}
.price-amt .per { font-size: 13.5px; color: var(--ink-3); margin-left: 5px; }
.earlybird .price-amt .per { color: rgba(232, 240, 250, 0.6); }
.price-eq { font-size: 12.5px; font-weight: 700; color: var(--leaf); margin-top: 2px; min-height: 19px; }
.earlybird .price-eq { color: var(--cyan); }
/* TEMP: prices hidden until launch — remove this block to reveal prices */
.price-amt, .price-strike, .price-eq { filter: blur(7px); user-select: none; pointer-events: none; }
.price-feat { list-style: none; display: grid; gap: 10px; margin: 20px 0 24px; }
.price-feat li { display: flex; gap: 10px; font-size: 14px; color: var(--ink-2); }
.earlybird .price-feat li { color: rgba(232, 240, 250, 0.82); }
.price-feat svg { width: 16px; height: 16px; flex: none; margin-top: 3px; color: var(--leaf); }
.earlybird .price-feat svg { color: var(--cyan); }
.price-feat li.muted { color: var(--ink-3); }
.price-feat li.muted svg { color: var(--ink-3); }
.price-card .btn { margin-top: auto; }
.price-scarce { margin-top: 4px; }
.scarce-bar {
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  overflow: hidden;
}
.scarce-bar i { display: block; height: 100%; border-radius: 999px; background: var(--grad-azure); }
.scarce-meta {
  display: flex;
  justify-content: space-between;
  font-size: 12.5px;
  color: rgba(232, 240, 250, 0.65);
  margin-top: 8px;
}
.scarce-meta b { color: #fff; }
.countdown {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}
.countdown .cd-unit {
  flex: 1;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  text-align: center;
  padding: 8px 2px 6px;
}
.countdown b {
  font-family: "Fraunces", serif;
  font-size: 19px;
  font-weight: 650;
  display: block;
  font-variant-numeric: tabular-nums;
}
.countdown span { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(232, 240, 250, 0.55); }
.price-reserve-note { font-size: 12.5px; color: rgba(232, 240, 250, 0.6); margin-top: 12px; }
.pricing-foot { text-align: center; font-size: 14px; color: var(--ink-2); margin-top: 36px; }

/* ============================================================
   EVOLVIO-BAND
   ============================================================ */
.evo-band {
  background: var(--cream);
  border-block: 1px solid var(--line-warm);
  padding: 40px 0;
}
.evo-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.evo-inner img { height: 40px; width: auto; flex: none; }
.evo-inner p { font-size: 15px; color: var(--ink-2); max-width: 56ch; }
.evo-inner p b { color: var(--ink); }
.evo-inner .btn { margin-left: auto; }

/* ============================================================
   WARTELISTE (dunkles Band)
   ============================================================ */
.waitlist {
  position: relative;
  overflow: hidden;
  background: radial-gradient(120% 110% at 50% 0%, var(--navy-2), var(--navy) 55%, #0a1f37 100%);
  color: #fff;
  padding: clamp(80px, 11vw, 140px) 0;
}
.waitlist::after {
  content: "";
  position: absolute;
  bottom: -260px;
  left: 50%;
  transform: translateX(-50%);
  width: 720px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(73, 197, 220, 0.18), transparent 65%);
  pointer-events: none;
}
.wl-inner { position: relative; z-index: 2; max-width: 620px; margin: 0 auto; text-align: center; }
.waitlist .eyebrow { color: var(--cyan); }
.waitlist .eyebrow::before { display: none; }
.waitlist h2 { font-size: clamp(30px, 4.2vw, 50px); margin-top: 16px; }
.wl-sub { color: rgba(232, 240, 250, 0.75); font-size: 16.5px; margin-top: 18px; }
.lead-magnet {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: 26px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--r-md);
  padding: 13px 20px;
  text-align: left;
}
.lead-magnet .lm-ico {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: var(--cyan);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.lead-magnet .lm-ico svg { width: 19px; height: 19px; }
.lead-magnet p { font-size: 13.5px; color: rgba(232, 240, 250, 0.7); }
.lead-magnet p b { display: block; color: #fff; font-size: 14px; }
.wl-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 32px;
}
.wl-field { position: relative; flex: 1 1 300px; max-width: 380px; }
.wl-field input[type="email"] {
  width: 100%;
  font-family: inherit;
  font-size: 15.5px;
  color: var(--ink);
  background: #fff;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 15px 24px;
  outline: none;
  transition: border-color 0.18s var(--ease), box-shadow 0.18s var(--ease);
}
.wl-field input[type="email"]:focus { border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(73, 197, 220, 0.25); }
.wl-field input.invalid { border-color: #f87171; }
.err {
  display: none;
  font-size: 13px;
  color: #fda4af;
  margin-top: 8px;
  text-align: left;
  padding-left: 12px;
}
.err.show { display: block; }
.hp { position: absolute; left: -5000px; opacity: 0; height: 0; width: 0; }
.wl-consent { flex-basis: 100%; max-width: 560px; margin: 6px auto 0; }
.wl-check {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  text-align: left;
  cursor: pointer;
  font-size: 12.5px;
  color: rgba(232, 240, 250, 0.66);
  line-height: 1.5;
}
.wl-check a { color: var(--cyan); }
.wl-check input { position: absolute; opacity: 0; pointer-events: none; }
.wl-check .box {
  width: 20px;
  height: 20px;
  flex: none;
  margin-top: 1px;
  border-radius: 6px;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  transition: background 0.16s var(--ease), border-color 0.16s var(--ease);
}
.wl-check .box svg { width: 12px; height: 12px; opacity: 0; transition: opacity 0.16s var(--ease); }
.wl-check input:checked + .box { background: var(--cyan); border-color: var(--cyan); }
.wl-check input:checked + .box svg { opacity: 1; }
.err-consent { text-align: center; padding-left: 0; }
.wl-success { display: none; margin-top: 36px; }
.wl-success.show { display: block; animation: pop-in 0.45s var(--ease); }
@keyframes pop-in {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}
.wl-success .check-wrap { width: 64px; margin: 0 auto 16px; }
.wl-success h3 { font-family: "Fraunces", serif; font-size: 26px; font-weight: 640; }
.wl-success p { color: rgba(232, 240, 250, 0.72); margin-top: 8px; }
.wl-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 26px;
  font-size: 13px;
  color: rgba(232, 240, 250, 0.55);
}
.wl-proof svg { width: 15px; height: 15px; flex: none; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-list { max-width: 760px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item {
  background: #fff;
  border: 1px solid var(--line-warm);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: box-shadow 0.2s var(--ease);
}
.faq-item.open { box-shadow: var(--shadow-soft); }
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  text-align: left;
  background: transparent;
  border: 0;
  padding: 19px 22px;
  cursor: pointer;
}
.faq-q .qicon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--azure-soft);
  color: var(--azure-deep);
  transition: transform 0.22s var(--ease);
}
.faq-q .qicon svg { width: 14px; height: 14px; }
.faq-item.open .qicon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.28s var(--ease); }
.faq-a-inner { padding: 0 22px 20px; font-size: 14.5px; color: var(--ink-2); max-width: 64ch; }

/* ============================================================
   FOOTER
   ============================================================ */
footer {
  background: var(--navy);
  color: rgba(232, 240, 250, 0.7);
  padding: 56px 0 32px;
}
.foot-top {
  display: flex;
  gap: 48px;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.foot-brand img { height: 36px; width: auto; }
.foot-brand p { font-size: 13.5px; max-width: 34ch; margin-top: 14px; }
.foot-cols { display: flex; gap: 64px; flex-wrap: wrap; }
.foot-col h5 {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(232, 240, 250, 0.45);
  margin-bottom: 14px;
}
.foot-col a {
  display: block;
  font-size: 14px;
  color: rgba(232, 240, 250, 0.75);
  text-decoration: none;
  margin-bottom: 9px;
  transition: color 0.16s var(--ease);
}
.foot-col a:hover { color: var(--cyan); }
.foot-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 12.5px;
  color: rgba(232, 240, 250, 0.45);
  padding-top: 24px;
}

/* ============================================================
   CONSENT-BANNER (DSGVO)
   ============================================================ */
.consent {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  margin: 0 auto;
  max-width: 660px;
  background: #fff;
  border: 1px solid var(--line-warm);
  border-radius: var(--r-md);
  box-shadow: 0 30px 70px -24px rgba(14, 40, 69, 0.4);
  padding: 20px 22px;
  transform: translateY(24px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
}
.consent.show { opacity: 1; transform: none; pointer-events: auto; }
.consent p { font-size: 13.5px; color: var(--ink-2); }
.consent p a { color: var(--azure-deep); }
.consent-actions { display: flex; gap: 10px; justify-content: flex-end; margin-top: 14px; flex-wrap: wrap; }

/* ============================================================
   SCROLL-REVEAL
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
  }
  .reveal.in-view { opacity: 1; transform: none; }
  .reveal.s1 { transition-delay: 0.08s; }
  .reveal.s2 { transition-delay: 0.16s; }
  .reveal.s3 { transition-delay: 0.24s; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1020px) {
  .topnav { display: none; }
  .burger { display: flex; }
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .hero { padding-top: 120px; }
  .hero-phone { order: 2; }
  .all-grid, .streak-grid, .social-grid { grid-template-columns: 1fr; }
  .ki-grid { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr 1fr; }
  .design-inner { grid-template-columns: 1fr; }
  .all-phones .phone:first-child { transform: translateY(18px) rotate(-2deg); }
  .social-grid .notif-stack { order: 2; }
}
@media (max-width: 640px) {
  .price-grid { grid-template-columns: 1fr; }
  .price-card.featured { order: -1; transform: none; }
  .topbar { padding: 10px 16px; gap: 12px; }
  .topbar .btn-cta { display: none; }
  .brand-wrap .by, a.by { display: none; }
  .hero { padding-top: 108px; }
  .hero-cta .btn { flex: 1 1 100%; }
  .float-chip { display: none; }
  .all-phones { flex-direction: column; align-items: center; gap: 18px; }
  .all-phones .phone { width: min(280px, 80vw); }
  .all-phones .phone:first-child, .all-phones .phone:last-child { transform: none; }
  .notif:nth-child(2), .notif:nth-child(3) { transform: none; }
  .lead-magnet { display: flex; max-width: 100%; }
  .wl-form .btn { flex: 1 1 100%; }
  .evo-inner .btn { margin-left: 0; }
  .foot-cols { gap: 32px; }
  .replace { padding: 20px 0; }
  .replace-label { flex-basis: 100%; text-align: center; margin-right: 0; }
  .replace-row { gap: 8px 10px; }
  .hero-countdown .cd { gap: 7px; }
  .consent { left: 10px; right: 10px; bottom: 10px; }
}

/* ============================================================
   reCAPTCHA v3 — Badge ausblenden (Disclosure-Text sichtbar)
   Google erlaubt dies, wenn ein Hinweistext angezeigt wird.
   ============================================================ */
.grecaptcha-badge { visibility: hidden !important; }
.wl-recaptcha-note {
  font-size: 11.5px;
  color: rgba(232, 240, 250, 0.42);
  max-width: 560px;
  margin: 16px auto 0;
  line-height: 1.55;
  text-align: center;
}
.wl-recaptcha-note a {
  color: rgba(232, 240, 250, 0.6);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ── Video Spot ── */
.video-spot-block { background: var(--bg); }
.product-video-ordivio {
  width: 100%;
  max-width: 900px;
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.28);
  display: block;
}
@media (max-width: 600px) { .video-spot-block .wrap { padding-block: 36px 40px; } }

/* ── Hero Beta Badge ── */
.hero-badge { margin-bottom: 26px; }
.beta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(73, 197, 220, 0.12);
  border: 1px solid rgba(73, 197, 220, 0.32);
  border-radius: 999px;
  padding: 6px 14px 6px 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--azure-deep);
}
.beta-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  flex-shrink: 0;
  animation: beta-pulse 2.2s ease-in-out infinite;
}
@keyframes beta-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.7); }
}

/* ── Tester-Stimmen ── */
.tester-section { background: var(--mist); padding-block: 80px; }
.tester-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.tester-card {
  background: var(--white);
  border: 1px solid var(--line-cool);
  border-radius: 18px;
  padding: 28px 24px 22px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 12px rgba(19,48,78,0.06);
  position: relative;
}
.tester-card::before {
  content: '\201E';
  font-family: Georgia, serif;
  font-size: 56px;
  line-height: 0.75;
  color: var(--azure);
  opacity: 0.15;
  display: block;
  margin-bottom: 4px;
}
.tester-quote {
  font-size: 15px;
  line-height: 1.72;
  color: var(--ink-2);
  margin: 0 0 auto;
  padding-bottom: 20px;
}
.tester-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line-cool);
}
.tester-av {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13.5px;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}
.tester-name {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink);
}
.tester-role {
  font-size: 12px;
  color: var(--ink-3);
  margin-top: 2px;
}
@media (max-width: 900px) {
  .tester-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 580px) {
  .tester-section { padding-block: 56px; }
  .tester-grid { grid-template-columns: 1fr; }
}
