/* ============================================================
   ShotCounter — Coming Soon Landing
   Self-hosted fonts (privacy compliant, no Google Fonts CDN).
   ============================================================ */
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./assets/fonts/space-grotesk-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./assets/fonts/space-grotesk-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./assets/fonts/ibm-plex-mono-500-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./assets/fonts/ibm-plex-mono-500-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./assets/fonts/ibm-plex-mono-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./assets/fonts/ibm-plex-mono-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ===== Design tokens ===== */
:root {
  --ink: #0b0d12;
  --ink-2: #12151d;
  --ink-3: #1b1f29;
  --muted: #6e7180;
  --muted-light: #a3a6b3;
  --paper: #f5f4ef;
  --paper-2: #ecebe2;
  --card: #ffffff;
  --line: #e2ded1;
  --line-dark: rgba(255, 255, 255, 0.08);
  --black: #06070b;
  --cream: #f8f7f1;

  /* Signature: Marken-Blau (Logo). Namen --amber/--orange/--ember = Blau-Ramp (hell→tief). Cyan = BLE/Tech. */
  --amber: #4f8bff;
  --orange: #2f6bff;
  --ember: #1e54e6;
  --tech: #34d6e6;   /* cyan — connection / live */
  --tech-deep: #1aa7e0;
  --green: #2bd08a;  /* zählt */
  --red: #ff5a52;    /* zählt nicht */

  --accent: var(--orange);
  --accent-soft: #a9c7ff;

  --shadow: 0 22px 70px rgba(8, 10, 16, 0.20);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 14px;
  --container: 1200px;

  --grad-dark: linear-gradient(150deg, #07090f 0%, #0d1018 46%, #171221 100%);
  --grad-shot: linear-gradient(108deg, var(--amber) 0%, var(--orange) 54%, var(--ember) 100%);
  --grad-shot-soft: linear-gradient(108deg, rgba(79, 139, 255, 0.16), rgba(30, 84, 230, 0.12));
  --grad-tech: linear-gradient(108deg, var(--tech) 0%, var(--tech-deep) 100%);

  --mobile-nav-h: 0px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { display: block; max-width: 100%; }

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ===== Promo marquee ===== */
.promo-bar {
  overflow: hidden;
  background: var(--black);
  color: var(--cream);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.promo-track {
  display: flex;
  width: max-content;
  animation: marquee 40s linear infinite;
}
.promo-track span {
  display: inline-flex;
  padding: 10px 26px;
  white-space: nowrap;
}
.promo-track span::before {
  margin-right: 20px;
  color: var(--amber);
  content: "//";
}

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  padding: 14px clamp(16px, 4vw, 48px);
  border-bottom: 1px solid rgba(11, 13, 18, 0.08);
  background: rgba(245, 244, 239, 0.84);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -0.04em;
}
.brand-mark {
  display: grid;
  width: 40px; height: 40px;
  place-items: center;
  border-radius: 12px;
  background: var(--ink);
  color: var(--amber);
  box-shadow: 0 12px 26px rgba(8, 10, 16, 0.24);
}
.brand-mark svg { width: 24px; height: 24px; }
.brand b { font-weight: 800; }
.brand span.brand-soft { color: var(--orange); }

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 5px;
  border: 1px solid rgba(11, 13, 18, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}
.main-nav a {
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.88rem;
  white-space: nowrap;
  transition: background 180ms ease, color 180ms ease;
}
.main-nav a:hover { background: var(--ink); color: var(--cream); }

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: var(--cream);
  font-weight: 800;
  font-size: 0.88rem;
  cursor: pointer;
}
.header-cta .dot {
  width: 8px; height: 8px;
  border-radius: 999px;
  background: var(--amber);
  box-shadow: 0 0 0 0 rgba(79, 139, 255, 0.6);
  animation: pulse-dot 2.4s ease-out infinite;
}

/* ===== Typography ===== */
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { margin: 0; letter-spacing: -0.05em; }
h2 { font-size: 3.2rem; line-height: 0.98; }
h3 { font-size: 1.28rem; line-height: 1.15; }
p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.62;
}

.eyebrow, .section-kicker, .mono {
  display: inline-block;
  margin: 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
}
.section-kicker.light, .eyebrow.light, .mono.light { color: var(--orange); }
.section-kicker.tech, .mono.tech { color: var(--tech-deep); }

/* ===== Container & sections ===== */
.section {
  width: 100%;
  padding-left: max(16px, calc((100vw - var(--container)) / 2));
  padding-right: max(16px, calc((100vw - var(--container)) / 2));
  padding-top: 88px;
  padding-bottom: 88px;
}
.section.tight { padding-top: 72px; padding-bottom: 72px; }
.section-dark { background: var(--ink); color: var(--cream); }
.section-dark h2 { color: var(--cream); }
.section-paper { background: var(--paper); }

.section-head { max-width: 760px; margin-bottom: 40px; }
.section-head.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.46fr);
  align-items: end;
  gap: 32px;
  max-width: none;
}
.section-head .section-kicker {
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.section-head .section-kicker::before {
  width: 22px; height: 1px;
  background: currentColor;
  content: "";
  opacity: 0.5;
}
.section-lead {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
}
.section-lead.light { color: rgba(247, 246, 241, 0.74); }

/* ===== Buttons ===== */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: 0.96rem;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, filter 180ms ease, border-color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  background: var(--grad-shot);
  background-size: 180% 180%;
  background-position: 0% 50%;
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(47, 107, 255, 0.34);
  transition: background-position 280ms ease, transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}
.button-primary:hover { background-position: 100% 50%; filter: brightness(1.04); }
.button-ghost {
  background: rgba(247, 246, 241, 0.05);
  color: var(--cream);
  border-color: rgba(247, 246, 241, 0.3);
}
.button-ghost:hover { background: var(--cream); color: var(--ink); border-color: var(--cream); }

/* Sichtbarer Fokus für Tastatur-Navigation (WCAG 2.4.7). */
:focus-visible { outline: 2px solid var(--amber); outline-offset: 3px; }
.notify-form input:focus-visible { outline: 2px solid var(--amber); outline-offset: 2px; border-color: var(--amber); }

/* Coming-soon chip */
.badge-soon {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 14px 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(79, 139, 255, 0.34);
  background: rgba(79, 139, 255, 0.1);
  color: var(--accent-soft);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.badge-soon .dot {
  width: 8px; height: 8px;
  border-radius: 999px;
  background: var(--amber);
  box-shadow: 0 0 12px 2px rgba(79, 139, 255, 0.7);
  animation: pulse-dot 2.4s ease-out infinite;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--cream);
  padding: clamp(40px, 6vw, 76px) max(16px, calc((100vw - var(--container)) / 2)) clamp(56px, 8vw, 104px);
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--grad-dark);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(38rem 30rem at 16% 8%, rgba(47, 107, 255, 0.20), transparent 70%),
    radial-gradient(34rem 30rem at 92% 88%, rgba(52, 214, 230, 0.14), transparent 72%),
    radial-gradient(60rem 40rem at 78% 0%, rgba(30, 84, 230, 0.10), transparent 70%);
  pointer-events: none;
}
.hero-grid-lines {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(70% 70% at 50% 30%, #000 0%, transparent 100%);
  mask-image: radial-gradient(70% 70% at 50% 30%, #000 0%, transparent 100%);
  pointer-events: none;
}
.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
  min-height: clamp(560px, 80vh, 760px);
}

.hero-copy { position: relative; z-index: 1; max-width: 620px; }
.hero-eyebrow {
  margin: 22px 0 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(247, 246, 241, 0.66);
}
.hero-title {
  margin: 16px 0 0;
  font-size: clamp(3.1rem, 8.2vw, 6rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  color: var(--cream);
}
.hero-title span { display: block; }
.hero-title .accent {
  background: var(--grad-shot);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 40px rgba(47, 107, 255, 0.28);
}
.hero-lede {
  max-width: 540px;
  margin-top: 24px;
  color: rgba(247, 246, 241, 0.82);
  font-size: 1.14rem;
  line-height: 1.56;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}
.hero-meta li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: rgba(247, 246, 241, 0.66);
}
.hero-meta li::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 999px;
  background: var(--tech);
  box-shadow: 0 0 10px 1px rgba(52, 214, 230, 0.7);
}
.hero-meta li:nth-child(2)::before { background: var(--amber); box-shadow: 0 0 10px 1px rgba(79, 139, 255, 0.7); }
.hero-meta li:nth-child(3)::before { background: var(--green); box-shadow: 0 0 10px 1px rgba(43, 208, 138, 0.7); }

/* ---- Hero visual: device mock + counter (the hook) ---- */
.hero-visual {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 420px;
}
.crosshair {
  position: absolute;
  width: min(116%, 540px);
  aspect-ratio: 1;
  border-radius: 999px;
  pointer-events: none;
}
.crosshair::before,
.crosshair::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 1px solid rgba(79, 139, 255, 0.16);
}
.crosshair::after {
  inset: 18%;
  border-color: rgba(52, 214, 230, 0.16);
}
.crosshair .ring-ping {
  position: absolute;
  inset: 8%;
  border-radius: 999px;
  border: 1.5px solid rgba(47, 107, 255, 0.5);
  opacity: 0;
}
.crosshair.fire .ring-ping { animation: ring-ping 700ms ease-out; }
.crosshair .tick {
  position: absolute;
  left: 50%; top: 50%;
  width: 2px; height: 30px;
  background: rgba(79, 139, 255, 0.4);
  transform-origin: center;
}
.crosshair .tick.t-top { transform: translate(-50%, -270%); }
.crosshair .tick.t-bottom { transform: translate(-50%, 170%); }
.crosshair .tick.t-left { transform: translate(-50%, -50%) rotate(90deg) translateY(-200%); }
.crosshair .tick.t-right { transform: translate(-50%, -50%) rotate(90deg) translateY(140%); }

/* Hero-Bühne: echtes Produktfoto auf hellem Panel (weisser Foto-BG verschmilzt). */
.device-stage {
  position: relative;
  margin: 0;
  width: min(384px, 84vw);
  padding: 22px 26px 26px;
  border-radius: 28px;
  background: radial-gradient(120% 92% at 50% 6%, #ffffff 0%, #eef1f6 60%, #e3e8f1 100%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow:
    0 50px 90px rgba(5, 6, 12, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.device-stage img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 24px rgba(10, 20, 50, 0.16));
}

/* Überlagernder Live-Counter-Chip = der Hook auf dem echten Gerät. */
.count-chip {
  position: absolute;
  left: -5%;
  bottom: 7%;
  z-index: 2;
  display: grid;
  gap: 2px;
  padding: 13px 18px 12px;
  border-radius: 18px;
  background: linear-gradient(180deg, #1b1f2a 0%, #12151d 100%);
  border: 1px solid rgba(79, 139, 255, 0.34);
  box-shadow: 0 26px 50px rgba(5, 6, 12, 0.5);
}
.count-chip .cc-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.count-chip .cc-ble { display: inline-flex; align-items: center; gap: 5px; color: var(--tech); }
.count-chip .cc-ble::before {
  content: ""; width: 6px; height: 6px; border-radius: 999px;
  background: var(--tech); box-shadow: 0 0 8px 1px rgba(52, 214, 230, 0.8);
  animation: pulse-dot 2s ease-out infinite;
}
.count-chip .cc-mode {
  padding: 2px 7px; border-radius: 5px;
  background: rgba(79, 139, 255, 0.18); color: var(--accent-soft); font-weight: 700;
}
.count-chip .num {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
  font-size: 2.9rem;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--cream);
  font-variant-numeric: tabular-nums;
  transition: color 90ms ease, text-shadow 90ms ease;
}
.count-chip.flash .num {
  color: #fff;
  text-shadow: 0 0 22px rgba(120, 170, 255, 0.95), 0 0 6px rgba(190, 214, 255, 0.9);
}
.count-chip .lbl {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(247, 246, 241, 0.55);
}

.shot-toast {
  position: absolute;
  top: 12%;
  right: -6%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 12px;
  background: rgba(11, 13, 18, 0.7);
  border: 1px solid rgba(79, 139, 255, 0.32);
  backdrop-filter: blur(8px);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--cream);
  box-shadow: 0 18px 40px rgba(5, 6, 10, 0.5);
  opacity: 0;
  transform: translateY(8px) scale(0.96);
}
.shot-toast .plus { color: var(--amber); }
.shot-toast.show { animation: toast-pop 1.4s ease forwards; }

/* ============================================================
   INTRO / value tiles
   ============================================================ */
.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 8px;
}
.value-tile {
  padding: 26px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--card);
  box-shadow: 0 16px 36px rgba(10, 12, 20, 0.05);
}
.value-tile .v-ico {
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  border-radius: 13px;
  background: var(--grad-shot-soft);
  color: var(--orange);
  margin-bottom: 16px;
}
.value-tile .v-ico svg { width: 24px; height: 24px; }
.value-tile h3 { font-size: 1.18rem; margin-bottom: 6px; }
.value-tile p { margin: 0; font-size: 0.96rem; }

/* ============================================================
   STEPS / how it works
   ============================================================ */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.step-card {
  position: relative;
  padding: 28px 26px;
  border: 1px solid var(--line-dark);
  border-radius: 22px;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
  display: grid;
  gap: 12px;
}
.step-num {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 4px 11px;
  background: var(--grad-shot);
  color: #ffffff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  border-radius: 7px;
}
.step-card h3 { color: var(--cream); font-size: 1.3rem; }
.step-card p { color: rgba(247, 246, 241, 0.72); font-size: 0.96rem; margin: 0; }
.step-card .step-ico {
  position: absolute;
  top: 24px; right: 24px;
  color: rgba(247, 246, 241, 0.28);
}
.step-card .step-ico svg { width: 26px; height: 26px; }
.steps-flow {
  margin-top: 22px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  color: rgba(247, 246, 241, 0.55);
  text-transform: uppercase;
}
.steps-flow b { color: var(--tech); font-weight: 600; }

/* ============================================================
   DECISION board — was zählt / was nicht (USP)
   ============================================================ */
.decide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.decide-card {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--card);
  display: grid;
  gap: 12px;
  align-content: start;
}
.decide-card .verdict {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 5px 12px 5px 9px;
  border-radius: 999px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.decide-card .verdict .mark {
  display: grid;
  place-items: center;
  width: 18px; height: 18px;
  border-radius: 999px;
}
.decide-card .verdict .mark svg { width: 12px; height: 12px; }
.decide-card.yes .verdict { background: rgba(43, 208, 138, 0.14); color: #178a5c; }
.decide-card.yes .verdict .mark { background: var(--green); color: #04130c; }
.decide-card.no .verdict { background: rgba(255, 90, 82, 0.12); color: #c8392f; }
.decide-card.no .verdict .mark { background: var(--red); color: #1a0404; }
.decide-card h3 { font-size: 1.18rem; }
.decide-card p { margin: 0; font-size: 0.94rem; }
.decide-card.yes {
  border-color: rgba(79, 139, 255, 0.5);
  box-shadow: 0 18px 44px rgba(47, 107, 255, 0.14);
}
.decide-card.yes::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--grad-shot);
}
.decide-note {
  margin-top: 22px;
  padding: 16px 20px;
  border-radius: 16px;
  background: var(--grad-shot-soft);
  border: 1px solid rgba(79, 139, 255, 0.22);
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.55;
}
.decide-note strong { color: var(--orange); }

/* ============================================================
   FEATURE grid
   ============================================================ */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.feature-card {
  position: relative;
  overflow: hidden;
  padding: 26px 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--card);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.feature-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--grad-shot);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
}
.feature-card:hover { transform: translateY(-3px); box-shadow: 0 22px 50px rgba(10, 12, 20, 0.08); }
.feature-card:hover::before { transform: scaleX(1); }
.feature-card .f-ico {
  display: grid;
  place-items: center;
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--paper-2);
  color: var(--ink);
  margin-bottom: 16px;
}
.feature-card .f-ico svg { width: 23px; height: 23px; }
.feature-card .mono { color: var(--tech-deep); font-size: 0.66rem; }
.feature-card h3 { margin: 8px 0 6px; font-size: 1.16rem; }
.feature-card p { margin: 0; font-size: 0.95rem; }

/* ============================================================
   APP preview (split + phone mock)
   ============================================================ */
.app-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
}
.app-text h2 { margin: 16px 0 18px; font-size: clamp(2.3rem, 4.4vw, 3.4rem); }
.app-text .section-lead { color: rgba(247, 246, 241, 0.78); max-width: 540px; }
.app-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 22px;
  margin: 28px 0 26px;
  padding: 0;
  list-style: none;
}
.app-features li {
  display: grid;
  gap: 4px;
  padding-left: 16px;
  border-left: 2px solid var(--orange);
  color: rgba(247, 246, 241, 0.7);
  line-height: 1.5;
}
.app-features strong { color: var(--cream); font-size: 1rem; }
.app-features span { font-size: 0.9rem; }
.app-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(247, 246, 241, 0.5);
}
.app-note::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 999px;
  background: var(--amber);
}

.app-visuals {
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
  min-height: 520px;
}
.app-visuals::before {
  content: "";
  position: absolute;
  width: 92%; height: 72%;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 50% 46%, rgba(79, 139, 255, 0.34) 0%, rgba(47, 107, 255, 0.18) 42%, transparent 72%);
  filter: blur(20px);
  z-index: -1;
}
/* Phone-Frames mit echten App-Screenshots */
.app-phone {
  position: relative;
  padding: 9px;
  border-radius: 34px;
  background: linear-gradient(180deg, #20242f, #0f1219);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 40px 84px rgba(5, 6, 12, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.app-phone img { display: block; width: 100%; height: auto; border-radius: 26px; }
.app-phone.front { width: min(266px, 70vw); z-index: 2; transform: rotate(-3deg); }
.app-phone.back {
  position: absolute;
  width: min(232px, 62vw);
  right: 3%; top: 0;
  transform: rotate(6deg);
  z-index: 1;
  opacity: 0.92;
}

/* ============================================================
   ROADMAP
   ============================================================ */
.roadmap {
  display: grid;
  gap: 0;
  border-left: 2px dashed var(--line);
  margin-left: 8px;
}
.road-item {
  position: relative;
  padding: 0 0 30px 30px;
}
.road-item:last-child { padding-bottom: 0; }
.road-item::before {
  content: "";
  position: absolute;
  left: -9px; top: 2px;
  width: 16px; height: 16px;
  border-radius: 999px;
  background: var(--card);
  border: 3px solid var(--orange);
}
.road-item .road-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.road-item h3 { font-size: 1.18rem; }
.road-tag {
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--paper-2);
  color: var(--muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.road-item p { margin: 8px 0 0; font-size: 0.96rem; max-width: 620px; }
.roadmap-foot {
  margin-top: 8px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  color: var(--muted);
  letter-spacing: 0.04em;
}

/* ============================================================
   CTA / notify
   ============================================================ */
.cta-card {
  position: relative;
  overflow: hidden;
  padding: clamp(36px, 6vw, 74px);
  border-radius: 36px;
  background:
    radial-gradient(circle at 88% 14%, rgba(79, 139, 255, 0.2), transparent 22rem),
    radial-gradient(circle at 10% 86%, rgba(52, 214, 230, 0.16), transparent 24rem),
    var(--grad-dark);
  color: var(--cream);
  text-align: center;
}
.cta-card h2 { color: var(--cream); }
.cta-card .section-lead { max-width: 560px; margin: 14px auto 0; color: rgba(247, 246, 241, 0.78); }
.notify-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 520px;
  margin: 28px auto 0;
}
.notify-form input {
  flex: 1 1 260px;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(247, 246, 241, 0.2);
  background: rgba(247, 246, 241, 0.06);
  color: var(--cream);
  font-size: 0.98rem;
  outline: none;
  transition: border-color 180ms ease, background 180ms ease;
}
.notify-form input::placeholder { color: rgba(247, 246, 241, 0.5); }
.notify-form input:focus { border-color: var(--amber); background: rgba(247, 246, 241, 0.1); }
.notify-status {
  margin: 14px 0 0;
  min-height: 1.2em;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: var(--accent-soft);
}
.cta-socials {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.social-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid rgba(247, 246, 241, 0.22);
  color: var(--cream);
  font-weight: 700;
  font-size: 0.9rem;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}
.social-link svg { width: 18px; height: 18px; }
.social-link:hover { background: var(--cream); color: var(--ink); border-color: var(--cream); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  width: 100%;
  padding-left: max(16px, calc((100vw - var(--container)) / 2));
  padding-right: max(16px, calc((100vw - var(--container)) / 2));
  padding-top: 52px;
  padding-bottom: calc(52px + var(--mobile-nav-h));
  background: var(--paper);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 24px;
}
.footer-top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}
.footer-top p { margin: 0; max-width: 520px; }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-weight: 700;
  font-size: 0.94rem;
}
.footer-links a { color: var(--muted); }
.footer-links a:hover { color: var(--orange); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ============================================================
   MOBILE bottom nav
   ============================================================ */
.mobile-nav {
  position: fixed;
  bottom: 14px; right: 14px; left: 14px;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 26px;
  background: rgba(11, 13, 18, 0.46);
  backdrop-filter: blur(26px) saturate(180%);
  -webkit-backdrop-filter: blur(26px) saturate(180%);
  box-shadow: 0 22px 56px rgba(5, 6, 10, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transition: transform 260ms ease, opacity 220ms ease;
}
.mobile-nav.is-hidden { opacity: 0; pointer-events: none; transform: translateY(calc(100% + 28px)); }
.mobile-nav a {
  flex: 1 1 0;
  display: grid;
  justify-items: center;
  gap: 4px;
  min-width: 0;
  padding: 9px 6px;
  border-radius: 18px;
  color: rgba(247, 246, 241, 0.78);
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 200ms ease, background 200ms ease;
}
.mobile-nav a.is-active {
  background: linear-gradient(180deg, rgba(79, 139, 255, 0.22), rgba(30, 84, 230, 0.16));
  color: var(--cream);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}
.mobile-nav a.is-active .nav-icon svg { stroke: var(--amber); }
.mobile-nav .nav-icon { display: inline-grid; place-items: center; width: 20px; height: 20px; }
.mobile-nav .nav-icon svg { width: 18px; height: 18px; stroke: currentColor; }

/* ============================================================
   Das Gerät — Produkt-Galerie (Fotos auf hellen Cards)
   ============================================================ */
.gadget-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.gadget-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--card);
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(10, 12, 20, 0.05);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.gadget-card:hover { transform: translateY(-3px); box-shadow: 0 24px 50px rgba(10, 12, 20, 0.09); }
.gadget-card .shot {
  aspect-ratio: 1 / 1;
  background: radial-gradient(120% 100% at 50% 0%, #ffffff 0%, #eef1f6 100%);
  display: grid;
  place-items: center;
}
.gadget-card .shot img { width: 100%; height: 100%; object-fit: contain; }
.gadget-card .cap {
  display: block;
  padding: 14px 16px 16px;
  border-top: 1px solid var(--line);
}
.gadget-card .cap b { display: block; font-size: 0.98rem; letter-spacing: -0.02em; }
.gadget-card .cap span { display: block; margin-top: 2px; color: var(--muted); font-size: 0.85rem; line-height: 1.45; }
.gadget-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.gadget-specs li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.8rem;
  color: var(--muted);
}
.gadget-specs li::before {
  content: "";
  width: 7px; height: 7px; border-radius: 999px;
  background: var(--grad-shot);
}

/* Footer-Logo: echtes Logo, weisser Hintergrund via multiply auf Paper entfernt. */
.footer-logo {
  height: 84px;
  width: auto;
  mix-blend-mode: multiply;
}

/* ============================================================
   Reveal animation
   ============================================================ */
[data-animate] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 720ms cubic-bezier(0.22, 1, 0.36, 1), transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}
[data-animate].in { opacity: 1; transform: none; }

@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes pulse-dot {
  0% { box-shadow: 0 0 0 0 rgba(79, 139, 255, 0.5); }
  70% { box-shadow: 0 0 0 9px rgba(79, 139, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(79, 139, 255, 0); }
}
@keyframes ring-ping {
  0% { opacity: 0.7; transform: scale(0.72); }
  100% { opacity: 0; transform: scale(1.18); }
}
@keyframes toast-pop {
  0% { opacity: 0; transform: translateY(8px) scale(0.96); }
  16% { opacity: 1; transform: translateY(0) scale(1); }
  78% { opacity: 1; transform: translateY(0) scale(1); }
  100% { opacity: 0; transform: translateY(-8px) scale(0.98); }
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1080px) {
  h2 { font-size: 2.7rem; }
  .main-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; min-height: 0; }
  .hero-visual { order: 2; min-height: 360px; }
  .section-head.split,
  .app-split { grid-template-columns: 1fr; }
  .app-features { grid-template-columns: 1fr 1fr; }
  .intro-grid,
  .steps-grid,
  .feature-grid,
  .gadget-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .decide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  :root { --mobile-nav-h: 78px; }
  h2 { font-size: 2.3rem; }
  .section { padding-top: 64px; padding-bottom: 64px; }
  .site-header { padding: 10px 14px; }
  .header-cta span.label-full { display: none; }
  .header-cta { padding: 0 13px; min-height: 40px; }
  .mobile-nav { display: flex; }
  .intro-grid,
  .steps-grid,
  .feature-grid,
  .decide-grid,
  .app-features { grid-template-columns: 1fr; }
  .hero-meta { gap: 10px 18px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .count-chip { left: 2%; bottom: 4%; padding: 11px 14px 10px; }
  .count-chip .num { font-size: 2.3rem; }
  .app-phone.back { display: none; }
  .app-phone.front { transform: none; width: min(280px, 78vw); }
  .footer-logo { height: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; }
  html { scroll-behavior: auto; }
  [data-animate] { opacity: 1; transform: none; transition: none; }
  .promo-track { animation: none; }
}
