/* ============================================================
   MateBet — Landing Page
   Handgebaut, statisch, DSGVO-konform (Schrift lokal gehostet).
   Design-Sprache aus der App: Flutlicht-Pitch, Volt-Lime × Coral.
   ============================================================ */

/* ---------- Schrift (lokal, OFL, self-hosted → kein Google-Hotlink) ---------- */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('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: 300 700;
  font-display: swap;
  src: url('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+0304, U+0308, U+0329, 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;
}

/* ---------- Tokens ---------- */
:root {
  --bg: #07130f;
  --bg-2: #0b1a15;
  --surface: #102a20;
  --surface-2: #0f2018;
  --border: #1c3a2d;
  --line-2: #16281e;
  --text: #eafff3;
  --muted: #82a795;
  --dim: #4d6b5c;
  --brand: #93d81f;
  --volt: #c6ff3a;
  --volt-2: #d6ff63;
  --flare: #ff5b7c;
  --gold: #ffc63a;
  --ink: #0a1a06;
  --radius: 18px;
  --radius-lg: 24px;
  --radius-sm: 12px;
  --maxw: 1160px;
  --shadow-lg: 0 30px 70px -24px rgba(0, 0, 0, 0.75);
  --glow: 0 0 60px -12px rgba(198, 255, 58, 0.45);
  --ease: cubic-bezier(0.22, 0.7, 0.24, 1);
  --sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --display: 'Space Grotesk', var(--sans);
}

* { box-sizing: border-box; }
* { margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--sans);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Pitch-/Flutlicht-Hintergrund + feines Rasenlinien-Overlay */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(1200px 640px at 50% -10%, rgba(198, 255, 58, 0.16), transparent 62%),
    radial-gradient(900px 520px at 108% 4%, rgba(255, 91, 124, 0.08), transparent 56%),
    radial-gradient(760px 600px at -10% 34%, rgba(198, 255, 58, 0.06), transparent 60%),
    var(--bg);
}
body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(198, 255, 58, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(198, 255, 58, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(ellipse 90% 60% at 50% 0%, #000 0%, transparent 75%);
  mask-image: radial-gradient(ellipse 90% 60% at 50% 0%, #000 0%, transparent 75%);
  pointer-events: none;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 { font-family: var(--display); letter-spacing: -0.025em; line-height: 1.05; font-weight: 700; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.accent { color: var(--volt); }
.grad {
  background: linear-gradient(100deg, var(--volt-2) 0%, var(--volt) 42%, var(--flare) 130%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--sans); font-weight: 700; font-size: 1rem;
  padding: 15px 26px; border-radius: 14px; border: 1px solid transparent;
  cursor: pointer; transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn--primary {
  color: var(--ink);
  background: linear-gradient(180deg, var(--volt-2), var(--volt));
  box-shadow: 0 12px 34px -10px rgba(198, 255, 58, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.btn--primary:hover { transform: translateY(-3px); box-shadow: 0 20px 44px -10px rgba(198, 255, 58, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.45); }
.btn--ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
  border-color: var(--border);
  backdrop-filter: blur(6px);
}
.btn--ghost:hover { transform: translateY(-3px); border-color: rgba(198, 255, 58, 0.4); background: rgba(198, 255, 58, 0.06); }
.btn--lg { padding: 17px 32px; font-size: 1.05rem; }

/* ---------- Header ---------- */
.hdr {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
  border-bottom: 1px solid transparent;
}
.hdr.is-scrolled {
  background: rgba(7, 19, 15, 0.72);
  backdrop-filter: blur(16px) saturate(1.4);
  border-bottom-color: var(--border);
  box-shadow: 0 10px 30px -18px rgba(0, 0, 0, 0.8);
}
.hdr__in { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 700; font-size: 1.32rem; letter-spacing: -0.01em; }
.brand__mark { width: 34px; height: 34px; }
.brand b { color: var(--volt); }
.brand span { color: #fff; }
.nav { display: flex; align-items: center; gap: 34px; }
.nav a { color: var(--muted); font-weight: 600; font-size: 0.96rem; transition: color 0.2s; position: relative; }
.nav a::after { content: ''; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--volt); border-radius: 2px; transition: width 0.28s var(--ease); }
.nav a:hover { color: var(--text); }
.nav a:hover::after { width: 100%; }
.hdr__cta { display: flex; align-items: center; gap: 14px; }
.burger { display: none; width: 44px; height: 44px; border: 1px solid var(--border); border-radius: 12px; background: rgba(255,255,255,0.03); color: var(--text); cursor: pointer; }
.burger svg { margin: auto; width: 22px; height: 22px; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 150px 0 90px; overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.02em;
  color: var(--volt); background: rgba(198, 255, 58, 0.08);
  border: 1px solid rgba(198, 255, 58, 0.25); padding: 8px 15px; border-radius: 999px;
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--volt); box-shadow: 0 0 12px var(--volt); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.35; } }
.hero h1 { font-size: clamp(2.7rem, 6vw, 4.6rem); margin: 22px 0 0; }
.hero__sub { font-size: clamp(1.05rem, 1.6vw, 1.28rem); color: var(--muted); max-width: 30ch; margin: 22px 0 0; line-height: 1.55; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 30px; }
.hero__trust span { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 0.9rem; font-weight: 600; }
.hero__trust svg { width: 17px; height: 17px; color: var(--volt); }

/* ---------- Phone-Mockup ---------- */
.showcase { position: relative; display: flex; justify-content: center; }
.phone {
  position: relative; width: 300px; aspect-ratio: 300 / 620;
  border-radius: 42px; padding: 12px;
  background: linear-gradient(155deg, #1e3a2c, #0a1712 55%);
  border: 1px solid rgba(198, 255, 58, 0.18);
  box-shadow: var(--shadow-lg), var(--glow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  animation: float 7s ease-in-out infinite;
}
@keyframes float { 0%,100% { transform: translateY(0) rotate(-1.2deg); } 50% { transform: translateY(-16px) rotate(-1.2deg); } }
.phone__scr { position: relative; height: 100%; border-radius: 32px; overflow: hidden; background: var(--bg); border: 1px solid var(--line-2); display: flex; flex-direction: column; }

/* App-getreues Hauptmenü im Mockup */
.mk-hero { padding: 22px 16px 15px; border-radius: 0 0 22px 22px; position: relative; overflow: hidden;
  background: radial-gradient(300px 150px at 26% -20%, rgba(198,255,58,0.3), transparent 62%), linear-gradient(180deg, #143a26, #0b1f16); }
.mk-hero__t { font-family: var(--display); font-weight: 700; font-size: 1.3rem; line-height: 1.0; letter-spacing: -0.02em; text-transform: uppercase; color: #eafff3; }
.mk-hero__t span { color: var(--volt); }
.mk-hero__s { color: #a9d3bf; font-size: 0.68rem; margin-top: 9px; line-height: 1.45; font-weight: 500; }
.mk-hero__brand { display: flex; align-items: center; gap: 7px; margin-bottom: 9px; }
.mk-hero__brand img { width: 22px; height: 22px; border-radius: 6px; }
.mk-hero__brand b { font-family: var(--display); font-weight: 700; font-size: 0.95rem; }
.mk-hero__brand b i { color: var(--volt); font-style: normal; }
.mk-body { flex: 1 1 auto; min-height: 0; padding: 10px 11px; display: flex; flex-direction: column; gap: 8px; overflow: hidden; }
.mk-seg { display: flex; gap: 5px; }
.mk-seg span { font-size: 0.6rem; font-weight: 700; color: var(--muted); padding: 6px 9px; border-radius: 999px; border: 1px solid var(--border); white-space: nowrap; display: inline-flex; align-items: center; gap: 4px; }
.mk-seg span.on { color: var(--ink); background: linear-gradient(180deg, var(--volt-2), var(--volt)); border-color: transparent; }
.mk-seg span b { background: rgba(10, 26, 6, 0.18); padding: 0 5px; border-radius: 6px; font-size: 0.58rem; }
.jersey.sm { width: 42px; height: 42px; font-size: 1.05rem; }
.vs-mid.sm { font-size: 0.8rem; }
.mk-tab { display: grid; grid-template-columns: repeat(5, 1fr); align-items: end; padding: 9px 8px 10px; border-top: 1px solid var(--line-2);
  background: linear-gradient(180deg, rgba(11, 18, 14, 0.7), #06100b); }
.mk-tab__i { display: grid; justify-items: center; gap: 3px; color: var(--dim); }
.mk-tab__i svg { width: 18px; height: 18px; }
.mk-tab__i em { font-style: normal; font-size: 0.5rem; font-weight: 700; letter-spacing: 0.01em; }
.mk-tab__i.on { color: var(--volt); }
.mk-fab { align-self: start; width: 44px; height: 44px; margin: -20px auto 0; border-radius: 14px;
  display: grid; place-items: center; background: linear-gradient(180deg, var(--volt-2), var(--volt));
  box-shadow: 0 8px 20px -6px rgba(198, 255, 58, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.5); }
.mk-fab svg { width: 22px; height: 22px; color: var(--ink); }
.chip-live i { width: 5px; height: 5px; border-radius: 50%; background: rgba(198,255,58,0.35); flex: none; }
.chip-live i + i { background: var(--volt); box-shadow: 0 0 8px var(--volt); }

/* Logo als Bild (eine zentrale Datei logo.svg) */
img.brand__mark { border-radius: 8px; }
.phone__notch { position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 96px; height: 22px; background: #060d0a; border-radius: 0 0 14px 14px; z-index: 3; }
.scr-h { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
.scr-h b { font-family: var(--display); font-size: 1.15rem; }
.scr-h b i { color: var(--volt); font-style: normal; }
.scr-h .av { width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(180deg, var(--volt-2), var(--brand)); }
.dcard { background: var(--surface-2); border: 1px solid var(--border); border-radius: 16px; padding: 11px; position: relative; }
.dcard__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.chip-comp { display: inline-flex; align-items: center; gap: 6px; font-size: 0.66rem; font-weight: 700; color: var(--muted); }
.chip-comp svg { width: 13px; height: 13px; color: var(--volt); }
.chip-live { display: inline-flex; align-items: center; gap: 4px; font-size: 0.56rem; font-weight: 800; color: var(--volt); background: rgba(198,255,58,0.1); border: 1px solid rgba(198,255,58,0.3); padding: 3px 9px 3px 6px; border-radius: 999px; letter-spacing: 0.06em; }
.vs-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 6px; }
/* Trikot exakt wie in der App: Kachel + Shirt-Silhouette (SVG-Maske) + Rückennummer */
.jersey { position: relative; width: 44px; height: 44px; margin: 0 auto; border-radius: 30%; display: grid; place-items: center;
  background: radial-gradient(circle at 34% 26%, #12241b, #070f0b); border: 1.5px solid var(--border); }
.jersey::before { content: ''; position: absolute; inset: 2% 5%; background: var(--jrs, #335642);
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3E%3Cpath%20d='M14%2036L33%2022L44%2022Q50%2028%2056%2022L67%2022L86%2036L76%2048L72%2045L72%2086Q72%2090%2068%2090L32%2090Q28%2090%2028%2086L28%2045L24%2048Z'%20fill='%23000'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3E%3Cpath%20d='M14%2036L33%2022L44%2022Q50%2028%2056%2022L67%2022L86%2036L76%2048L72%2045L72%2086Q72%2090%2068%2090L32%2090Q28%2090%2028%2086L28%2045L24%2048Z'%20fill='%23000'/%3E%3C/svg%3E") center/contain no-repeat; }
.jersey b { position: relative; z-index: 1; font-family: var(--sans); font-weight: 900; font-size: 0.88rem; line-height: 1; color: var(--jnum, #fff); transform: translateY(12%); letter-spacing: -0.02em; }
.jersey--you { --jrs: linear-gradient(180deg, #d6ff63, #a7e81c); --jnum: #0a1a06; border-color: rgba(198,255,58,0.4); box-shadow: 0 0 16px -6px rgba(198,255,58,0.45); }
.jersey--opp { --jrs: linear-gradient(180deg, #ff8aa1, #ec4864); --jnum: #2a0910; border-color: rgba(255,91,124,0.4); box-shadow: 0 0 16px -6px rgba(255,91,124,0.4); }
.vs-mid { font-family: var(--display); font-weight: 700; font-style: italic; color: var(--dim); font-size: 1.05rem; }
.pname { text-align: center; font-size: 0.64rem; font-weight: 700; margin-top: 6px; color: var(--text); line-height: 1.2; }
.pscore { text-align: center; font-family: var(--display); font-weight: 700; font-size: 1.05rem; margin-top: 9px; }
.pscore i { color: var(--dim); font-style: normal; padding: 0 6px; }
.dcard__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 9px; padding-top: 8px; border-top: 1px solid var(--line-2); font-size: 0.66rem; color: var(--muted); font-weight: 600; }
.dcard__foot b { color: var(--gold); }
.scr-tab { margin-top: auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; padding: 11px 6px 4px; border-top: 1px solid var(--line-2); }
.scr-tab i { height: 5px; border-radius: 3px; background: var(--line-2); }
.scr-tab i.on { background: var(--volt); box-shadow: 0 0 10px -1px var(--volt); }
/* schwebende Deko-Trikots */
.float-badge { position: absolute; border-radius: 15px; display: grid; place-items: center; font-family: var(--display); font-weight: 700; z-index: 4;
  background: var(--surface-2); border: 1.5px solid; box-shadow: var(--shadow-lg); }
.float-badge.b1 { width: 62px; height: 62px; font-size: 1.5rem; top: 5%; left: -6%; color: var(--volt); border-color: rgba(198,255,58,0.45); animation: float2 6s ease-in-out infinite; }
.float-badge.b2 { width: 52px; height: 52px; font-size: 1.25rem; bottom: 10%; right: -5%; color: var(--flare); border-color: rgba(255,91,124,0.45); animation: float2 8s ease-in-out infinite reverse; }
.float-badge.b3 { width: 46px; height: 46px; font-size: 1.12rem; top: 27%; right: -6%; color: var(--volt); border-color: rgba(198,255,58,0.4); animation: float2 7s ease-in-out infinite; }
.float-badge.b4 { width: 50px; height: 50px; font-size: 1.2rem; bottom: 30%; left: -7%; color: var(--flare); border-color: rgba(255,91,124,0.4); animation: float2 9s ease-in-out infinite reverse; }
@keyframes float2 { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-18px); } }

/* ---------- Wettbewerbs-Strip ---------- */
.strip { border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); padding: 26px 0; margin-top: 40px; }
.strip__lbl { text-align: center; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--dim); margin-bottom: 18px; }
.strip__row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 14px; }
.comp-badge { display: inline-flex; align-items: center; gap: 9px; padding: 10px 16px; border-radius: 12px; border: 1px solid var(--border); background: rgba(255,255,255,0.02); font-weight: 700; font-size: 0.92rem; color: var(--text); transition: border-color 0.2s, transform 0.2s; }
.comp-badge:hover { border-color: rgba(198,255,58,0.4); transform: translateY(-2px); }
.comp-badge svg { width: 17px; height: 17px; color: var(--volt); }
.comp-badge.soon { color: var(--muted); }
.comp-badge.soon::after { content: 'bald'; font-size: 0.6rem; font-weight: 800; color: var(--ink); background: var(--gold); padding: 2px 7px; border-radius: 999px; letter-spacing: 0.03em; }

/* ---------- Sektions-Basics ---------- */
section { position: relative; }
.sec { padding: 100px 0; }
.sec-head { max-width: 640px; margin: 0 auto 60px; text-align: center; }
.sec-head.left { margin-left: 0; text-align: left; }
.kicker { display: inline-block; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--volt); margin-bottom: 16px; }
.sec-head h2 { font-size: clamp(2rem, 3.6vw, 3rem); }
.sec-head p { color: var(--muted); font-size: 1.08rem; margin-top: 18px; line-height: 1.6; }

/* ---------- So funktioniert's (Steps) ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step { position: relative; padding: 32px 26px; border-radius: var(--radius-lg); background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01)); border: 1px solid var(--border); }
.step__no { font-family: var(--display); font-weight: 700; font-size: 3rem; line-height: 1; color: transparent; -webkit-text-stroke: 1.5px rgba(198,255,58,0.5); }
.step h3 { font-size: 1.28rem; margin: 16px 0 10px; }
.step p { color: var(--muted); font-size: 0.98rem; }
.step__ic { position: absolute; top: 28px; right: 26px; width: 30px; height: 30px; color: var(--volt); opacity: 0.85; }

/* ---------- Features Grid ---------- */
.grid-feat { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fcard { padding: 30px 26px; border-radius: var(--radius-lg); background: var(--surface-2); border: 1px solid var(--border); transition: transform 0.3s var(--ease), border-color 0.3s, box-shadow 0.3s; position: relative; overflow: hidden; }
.fcard:hover { transform: translateY(-6px); border-color: rgba(198,255,58,0.35); box-shadow: 0 24px 50px -24px rgba(0,0,0,0.7); }
.fcard__ic { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 20px;
  background: rgba(198,255,58,0.1); border: 1px solid rgba(198,255,58,0.28); color: var(--volt); }
.fcard__ic svg { width: 26px; height: 26px; }
.fcard.coral .fcard__ic { background: rgba(255,91,124,0.1); border-color: rgba(255,91,124,0.28); color: var(--flare); }
.fcard.gold .fcard__ic { background: rgba(255,198,58,0.1); border-color: rgba(255,198,58,0.28); color: var(--gold); }
.fcard h3 { font-size: 1.24rem; margin-bottom: 10px; }
.fcard p { color: var(--muted); font-size: 0.96rem; }

/* ---------- Showcase-Reihen ---------- */
.show-row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.show-row + .show-row { margin-top: 100px; }
.show-row.flip .show-row__txt { order: 2; }
.show-row__txt h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: 18px; }
.show-row__txt p { color: var(--muted); font-size: 1.05rem; margin-bottom: 22px; }
.checklist { display: grid; gap: 13px; }
.checklist li { display: flex; align-items: flex-start; gap: 12px; font-weight: 600; color: var(--text); }
.checklist svg { width: 22px; height: 22px; flex: none; color: var(--volt); margin-top: 1px; }
.panel { border-radius: var(--radius-lg); border: 1px solid var(--border); background: linear-gradient(160deg, var(--surface), var(--surface-2)); padding: 26px; box-shadow: var(--shadow-lg); }

/* Live-Panel */
.live-panel .lp-row { display: flex; align-items: center; justify-content: space-between; padding: 15px 16px; border-radius: 13px; background: rgba(255,255,255,0.025); border: 1px solid var(--line-2); }
.live-panel .lp-row + .lp-row { margin-top: 11px; }
.lp-row.lead { border-color: rgba(198,255,58,0.4); background: rgba(198,255,58,0.06); }
.lp-l { display: flex; align-items: center; gap: 13px; }
.lp-rank { font-family: var(--display); font-weight: 700; color: var(--dim); width: 18px; }
.lp-av { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-family: var(--display); font-weight: 700; font-size: 0.9rem; }
.lp-av.you { background: rgba(198,255,58,0.14); color: var(--volt); border: 1.5px solid rgba(198,255,58,0.5); }
.lp-av.o1 { background: rgba(255,91,124,0.14); color: var(--flare); border: 1.5px solid rgba(255,91,124,0.4); }
.lp-av.o2 { background: rgba(255,198,58,0.14); color: var(--gold); border: 1.5px solid rgba(255,198,58,0.4); }
.lp-name { font-weight: 700; font-size: 0.95rem; }
.lp-pts { font-family: var(--display); font-weight: 700; font-size: 1.15rem; }
.lp-pts small { color: var(--muted); font-size: 0.7rem; font-weight: 600; }
.lp-badge { display: inline-flex; align-items: center; gap: 7px; font-size: 0.72rem; font-weight: 800; color: var(--volt); margin-bottom: 16px; }
.lp-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--volt); box-shadow: 0 0 10px var(--volt); animation: pulse 1.6s infinite; }

/* Regel-Panel */
.rule-panel { display: grid; gap: 12px; }
.rule { display: flex; align-items: center; gap: 14px; padding: 16px; border-radius: 13px; border: 1px solid var(--line-2); background: rgba(255,255,255,0.02); }
.rule__k { width: 44px; height: 44px; border-radius: 11px; display: grid; place-items: center; font-family: var(--display); font-weight: 700; font-size: 0.8rem; background: rgba(198,255,58,0.1); border: 1px solid rgba(198,255,58,0.28); color: var(--volt); flex: none; }
.rule b { font-size: 0.98rem; }
.rule p { color: var(--muted); font-size: 0.86rem; margin: 0; }

/* ---------- Plus-Teaser ---------- */
.plus { border-radius: 28px; border: 1px solid rgba(198,255,58,0.25); overflow: hidden; position: relative;
  background: radial-gradient(700px 300px at 20% 0%, rgba(198,255,58,0.14), transparent 60%), radial-gradient(500px 260px at 100% 100%, rgba(255,91,124,0.1), transparent 60%), var(--surface-2); padding: 60px 48px; }
.plus__tag { display: inline-flex; align-items: center; gap: 8px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.05em; color: var(--ink); background: var(--gold); padding: 6px 13px; border-radius: 999px; margin-bottom: 22px; }
.plus h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); max-width: 18ch; }
.plus p { color: var(--muted); font-size: 1.06rem; margin: 18px 0 30px; max-width: 52ch; }
.plus__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 30px; max-width: 640px; }
.plus__list li { display: flex; align-items: center; gap: 12px; font-weight: 600; }
.plus__list svg { width: 20px; height: 20px; flex: none; color: var(--gold); }

/* ---------- FAQ ---------- */
.faq { max-width: 780px; margin: 0 auto; }
.qa { border-bottom: 1px solid var(--border); }
.qa__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 4px; background: none; border: none; color: var(--text); font-family: var(--display); font-weight: 700; font-size: 1.12rem; text-align: left; cursor: pointer; }
.qa__q .ic { flex: none; width: 26px; height: 26px; border-radius: 8px; border: 1px solid var(--border); display: grid; place-items: center; color: var(--volt); transition: transform 0.3s var(--ease), background 0.3s; }
.qa__q .ic::before { content: '+'; font-size: 1.2rem; line-height: 1; }
.qa.open .qa__q .ic { transform: rotate(45deg); background: rgba(198,255,58,0.1); }
.qa__a { max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease); }
.qa__a p { color: var(--muted); padding: 0 4px 24px; font-size: 1rem; }

/* ---------- CTA-Band ---------- */
.cta { text-align: center; padding: 92px 0; }
.cta__box { border-radius: 28px; border: 1px solid rgba(198,255,58,0.28); padding: 64px 32px;
  background: radial-gradient(600px 280px at 50% 0%, rgba(198,255,58,0.16), transparent 62%), var(--surface-2); position: relative; overflow: hidden; }
.cta__box h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.cta__box p { color: var(--muted); font-size: 1.1rem; margin: 20px auto 34px; max-width: 46ch; }
.cta__row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.cta__hint { margin-top: 22px; color: var(--dim); font-size: 0.88rem; }

/* ---------- Footer ---------- */
.ftr { border-top: 1px solid var(--border); padding: 60px 0 40px; }
.ftr__grid { display: flex; flex-wrap: wrap; gap: 40px; justify-content: space-between; }
.ftr__brand { max-width: 300px; }
.ftr__brand p { color: var(--muted); font-size: 0.94rem; margin-top: 14px; }
.ftr__cols { display: flex; gap: 64px; flex-wrap: wrap; }
.ftr__col h4 { font-family: var(--sans); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dim); margin-bottom: 16px; }
.ftr__col a { display: block; color: var(--muted); font-weight: 600; padding: 6px 0; transition: color 0.2s; }
.ftr__col a:hover { color: var(--volt); }
.ftr__bot { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; margin-top: 48px; padding-top: 26px; border-top: 1px solid var(--line-2); color: var(--dim); font-size: 0.86rem; }
.ftr__note { color: var(--dim); font-size: 0.8rem; max-width: 60ch; margin-top: 8px; }

/* ---------- Reveal-Animation ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.08s; }
.reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .phone, .float-badge, .eyebrow .dot, .lp-badge .dot { animation: none; }
}

/* ---------- Legal-Seiten ---------- */
.legal { max-width: 760px; margin: 0 auto; padding: 130px 24px 90px; }
.legal h1 { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 30px; }
.legal h2 { font-size: 1.3rem; margin: 34px 0 12px; }
.legal p, .legal li { color: var(--muted); margin-bottom: 12px; line-height: 1.7; }
.legal ul { padding-left: 22px; }
.legal a { color: var(--volt); text-decoration: underline; }
.legal .todo { color: var(--gold); background: rgba(255,198,58,0.08); border: 1px solid rgba(255,198,58,0.3); padding: 3px 8px; border-radius: 6px; font-size: 0.9em; }
.legal .back { display: inline-block; margin-bottom: 30px; color: var(--muted); font-weight: 600; }

/* ---------- Responsive ---------- */
@media (max-width: 940px) {
  .nav, .hdr__cta .btn { display: none; }
  .burger { display: grid; }
  .hero { padding: 120px 0 60px; }
  .hero__grid { grid-template-columns: 1fr; gap: 56px; }
  .hero__sub { max-width: 46ch; }
  .steps, .grid-feat { grid-template-columns: 1fr; }
  .show-row { grid-template-columns: 1fr; gap: 32px; }
  .show-row.flip .show-row__txt { order: 0; }
  .plus__list { grid-template-columns: 1fr; }
  .plus { padding: 44px 28px; }
}
@media (max-width: 540px) {
  .wrap { padding: 0 18px; }
  .sec { padding: 74px 0; }
  .grid-feat { gap: 14px; }
  .cta__box { padding: 44px 22px; }
  .hero__cta .btn, .cta__row .btn { flex: 1 1 auto; }
}

/* Mobile-Menü (Off-canvas) */
.mnav { position: fixed; inset: 0; z-index: 200; background: rgba(7,19,15,0.96); backdrop-filter: blur(14px); display: flex; flex-direction: column; padding: 26px 24px; transform: translateY(-100%); transition: transform 0.4s var(--ease); }
.mnav.open { transform: none; }
.mnav__top { display: flex; align-items: center; justify-content: space-between; }
.mnav__x { width: 44px; height: 44px; border: 1px solid var(--border); border-radius: 12px; background: none; color: var(--text); cursor: pointer; }
.mnav__links { display: flex; flex-direction: column; gap: 6px; margin-top: 40px; }
.mnav__links a { font-family: var(--display); font-weight: 500; font-size: 1.6rem; padding: 12px 0; border-bottom: 1px solid var(--line-2); }
.mnav .btn { margin-top: 26px; }
