/* ================================================================
   takeoffers Mainpage v3 – Dark-Premium
   Komplett dunkel: Wertigkeit aus Tiefe, Verläufen, Bildern & Weißraum.
   Palette strikt takeoffers: bg #0a0a0f · Indigo #4100ff/#7b5cff · Grün #3ddc84
   Custom-Line-Icons statt Emoji · Icon-Sterne · Bild-Scrims · viel Luft.
   ================================================================ */

@font-face {
  font-family: "Neue Haas Grotesk Display"; font-style: normal; font-weight: 300;
  font-display: swap; src: url("/fonts/NeueHaasDisplayLight.woff2") format("woff2");
}
@font-face {
  font-family: "Neue Haas Grotesk Display"; font-style: normal; font-weight: 500;
  font-display: swap; src: url("/fonts/NeueHaasDisplayMediu.woff2") format("woff2");
}
@font-face {
  font-family: "Neue Haas Grotesk Display"; font-style: italic; font-weight: 900;
  font-display: swap; src: url("/fonts/NeueHaasDisplayBlackItalic.woff2") format("woff2");
}
@font-face {
  font-family: "ZT Bros Oskon 90s"; font-style: italic; font-weight: 400;
  font-display: swap; src: url("/fonts/ZTBrosOskon90s-Italic.woff2") format("woff2");
}

:root {
  --bg: #08080d;
  --bg-elev: #0f0f17;
  --bg-2: #0b0b13;
  --card-top: rgba(255, 255, 255, 0.055);
  --card-bot: rgba(255, 255, 255, 0.018);
  --card-hover-top: rgba(255, 255, 255, 0.085);
  --border: rgba(255, 255, 255, 0.09);
  --border-strong: rgba(255, 255, 255, 0.16);
  --hair: rgba(255, 255, 255, 0.08);
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.60);
  --muted-2: rgba(255, 255, 255, 0.40);
  --accent: #4100ff;
  --accent-light: #8a6bff;
  --accent-soft: rgba(65, 0, 255, 0.16);
  --accent-border: rgba(123, 92, 255, 0.34);
  /* Royal-Blau – takeoffers Markenfarbe, durchgängig eingewoben */
  --royal: #2a29e6;
  --royal-bright: #4b47ff;
  --royal-deep: #1a179c;
  --royal-soft: rgba(42, 41, 230, 0.18);
  --success: #3ddc84;
  --success-soft: rgba(61, 220, 132, 0.13);
  --danger: #ff7885;
  --danger-soft: rgba(255, 120, 133, 0.10);
  --star: #ffc531;
  --radius-lg: 24px;
  --radius: 16px;
  --radius-sm: 11px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  --shadow-accent: 0 22px 60px rgba(65, 0, 255, 0.30);
  --font: "Neue Haas Grotesk Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-display: "Neue Haas Grotesk Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-accent: "ZT Bros Oskon 90s", "Brush Script MT", cursive;
  --maxw: 1180px;
  --maxw-narrow: 760px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  overflow-x: hidden;
}
b, strong { font-weight: 500; }
.script { font-family: var(--font-accent); font-style: italic; font-weight: 400; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

/* Dezenter Indigo-Glow oben + zweiter tiefer im Verlauf */
body::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(52% 34% at 50% -6%, rgba(65, 0, 255, 0.20), transparent 72%),
    radial-gradient(40% 40% at 96% 4%, rgba(123, 92, 255, 0.09), transparent 70%);
}

/* ---- Container & Bänder ---- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }
.narrow { max-width: var(--maxw-narrow); margin-left: auto; margin-right: auto; }
.band { padding: 104px 0; position: relative; }
.band-tight { padding: 52px 0; position: relative; }
.band-2 { background: var(--bg-2); box-shadow: inset 0 1px 0 var(--hair), inset 0 -1px 0 var(--hair); }
.glow { position: relative; overflow: hidden; }
.glow::before {
  content: ""; position: absolute; left: 50%; top: 40%; transform: translate(-50%, -50%);
  width: 900px; height: 520px; z-index: 0; pointer-events: none;
  background: radial-gradient(50% 50% at 50% 50%, rgba(65, 0, 255, 0.16), transparent 70%);
}
.glow > * { position: relative; z-index: 1; }

/* Feine Verlaufs-Naht zwischen Sektionen */
.seam { height: 1px; border: 0; margin: 0; background: linear-gradient(90deg, transparent, var(--hair) 20%, var(--hair) 80%, transparent); }

/* ---- Icons ---- */
.ico-svg { width: 1em; height: 1em; display: inline-block; vertical-align: middle; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.ico {
  width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center;
  font-size: 25px; color: var(--accent-light);
  background: linear-gradient(160deg, rgba(123,92,255,0.20), rgba(65,0,255,0.06));
  border: 1px solid var(--accent-border);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.10);
}
.stars { display: inline-flex; gap: 2px; color: var(--star); line-height: 0; }
.stars .ico-svg { width: 17px; height: 17px; fill: currentColor; stroke: none; }
.stars.sm .ico-svg { width: 15px; height: 15px; }

/* ---- Topbar ---- */
.topbar {
  position: sticky; top: 0; z-index: 30;
  background: rgba(8, 8, 13, 0.72);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--hair);
  padding-top: env(safe-area-inset-top);
}
.topbar-inner { max-width: var(--maxw); margin: 0 auto; padding: 16px 26px; display: flex; align-items: center; gap: 18px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-logo { height: 28px; width: auto; }
.nav { display: none; gap: 30px; margin: 0 auto; }
.nav a { font-size: 15px; font-weight: 500; color: var(--muted); text-decoration: none; transition: color 0.15s ease; }
.nav a:hover { color: var(--text); }
.topbar .btn { margin-left: auto; }
@media (min-width: 960px) { .nav { display: flex; } .topbar .btn { margin-left: 0; } }

/* ---- Buttons ---- */
.btn {
  font: inherit; font-weight: 500; font-size: 16px; line-height: 1;
  border: 1px solid transparent; border-radius: 999px; padding: 17px 28px;
  cursor: pointer; white-space: nowrap; display: inline-flex; align-items: center;
  justify-content: center; gap: 10px; text-decoration: none;
  transition: transform 0.06s ease, background 0.15s ease, box-shadow 0.2s ease, border-color 0.15s ease;
}
.btn:active { transform: scale(0.98); }
.btn-primary { background: linear-gradient(180deg, #6a2dff, var(--accent)); color: #fff; box-shadow: var(--shadow-accent), inset 0 1px 0 rgba(255,255,255,0.22); }
.btn-primary:hover { box-shadow: 0 26px 74px rgba(65, 0, 255, 0.46), inset 0 1px 0 rgba(255,255,255,0.22); }
.btn-ghost { background: rgba(255,255,255,0.05); color: var(--text); border-color: var(--border-strong); }
.btn-ghost:hover { background: rgba(255,255,255,0.09); }
.btn-sm { padding: 11px 18px; font-size: 14px; }
.btn-block { width: 100%; }
.btn-arrow .ico-svg { width: 1.05em; height: 1.05em; stroke-width: 2; }

/* ---- Section-Head ---- */
.section-head { max-width: 52ch; margin: 0 0 54px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow-line {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent-light); background: var(--accent-soft);
  border: 1px solid var(--accent-border); padding: 8px 15px; border-radius: 999px; margin-bottom: 22px;
}
.eyebrow-line .ico-svg { width: 15px; height: 15px; }
h1, h2, h3 { font-family: var(--font-display); letter-spacing: -0.025em; }
h2 { font-size: clamp(2rem, 4.2vw, 3.1rem); line-height: 1.03; font-weight: 900; font-style: italic; margin: 0; }
.section-head p { color: var(--muted); font-size: 1.12rem; margin: 18px 0 0; }

/* ================================================================
   HERO
   ================================================================ */
.hero { padding: 74px 0 96px; }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 44px; align-items: center; }
@media (min-width: 920px) { .hero-grid { grid-template-columns: 1.04fr 0.96fr; gap: 60px; } }
.audience-line { display: inline-flex; flex-wrap: wrap; gap: 6px 9px; align-items: center; font-size: 14px; font-weight: 500; color: var(--muted); margin-bottom: 24px; }
.audience-line .ico-svg { width: 17px; height: 17px; color: var(--accent-light); margin-right: 2px; }
.audience-line b { color: var(--accent-light); }
h1 { font-size: clamp(2.5rem, 5.6vw, 4.15rem); line-height: 0.99; font-weight: 900; font-style: italic; margin: 0 0 24px; }
h1 .grad { background: linear-gradient(116deg, #fff 26%, var(--accent-light)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero .lead { font-size: clamp(1.06rem, 1.9vw, 1.26rem); color: var(--muted); max-width: 54ch; margin: 0 0 34px; }
.hero-ctas { display: flex; gap: 13px; flex-wrap: wrap; }
.hero-rating { display: inline-flex; align-items: center; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.avatars { display: flex; }
.avatars img { width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--bg); object-fit: cover; margin-left: -14px; background: var(--bg-elev); }
.avatars img:first-child { margin-left: 0; }
.rating-sub { font-size: 14px; color: var(--muted); margin-top: 4px; }
.rating-sub b { color: var(--text); }

/* Bild mit Scrim (einheitliche Bildsprache) */
.media { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow); line-height: 0; }
.media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(175deg, rgba(65,0,255,0.05) 0%, rgba(8,8,13,0) 40%, rgba(8,8,13,0.42) 100%); }
.hero-media { position: relative; }
.hero-badge {
  position: absolute; left: 16px; bottom: 16px; z-index: 2;
  background: rgba(15, 15, 23, 0.78); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--border-strong); border-radius: var(--radius); padding: 13px 17px;
  display: flex; align-items: center; gap: 13px; box-shadow: 0 12px 40px rgba(0,0,0,0.5);
}
.hero-badge .big { font-family: var(--font-display); font-style: italic; font-weight: 900; font-size: 1.7rem; line-height: 1; display: inline-flex; align-items: baseline; gap: 3px; }
.hero-badge .big .ico-svg { width: 15px; height: 15px; fill: var(--star); stroke: none; }
.hero-badge .lbl { font-size: 12.5px; color: var(--muted); line-height: 1.35; }
.hero-badge .lbl b { color: #fff; }

/* ---- Stat-Strip ---- */
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (min-width: 760px) { .stats { grid-template-columns: repeat(4, 1fr); gap: 18px; } }
.stat { text-align: center; padding: 30px 20px; border-radius: var(--radius); background: linear-gradient(180deg, var(--card-top), var(--card-bot)); border: 1px solid var(--border); box-shadow: inset 0 1px 0 rgba(255,255,255,0.05); }
.stat .num { font-family: var(--font-display); font-style: italic; font-weight: 900; font-size: clamp(1.9rem, 3vw, 2.5rem); line-height: 1; }
.stat .num .accent { color: var(--accent-light); }
.stat .lbl { font-size: 13.5px; color: var(--muted); margin-top: 10px; }

/* ---- Premium-Karte (Basis) ---- */
.pcard { background: linear-gradient(180deg, var(--card-top), var(--card-bot)); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: inset 0 1px 0 rgba(255,255,255,0.05); }

/* Angebots-Karten (Hub) */
.offer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(258px, 1fr)); gap: 22px; }
.ocard { padding: 32px 28px; text-decoration: none; display: flex; flex-direction: column; transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease; }
.ocard:hover { transform: translateY(-5px); border-color: var(--accent-border); box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 24px 60px rgba(65,0,255,0.16); }
.ocard .top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.pill { font-size: 11px; font-weight: 500; padding: 6px 12px; border-radius: 999px; letter-spacing: 0.03em; }
.pill-free { background: var(--success-soft); color: var(--success); border: 1px solid rgba(61,220,132,0.4); }
.pill-soon { background: rgba(255,255,255,0.05); color: var(--muted); border: 1px solid var(--border-strong); }
.ocard h3 { font-size: 20px; font-weight: 500; letter-spacing: -0.01em; margin: 0 0 10px; font-style: normal; font-family: var(--font); }
.ocard p { margin: 0; color: var(--muted); font-size: 15.5px; }
.ocard .more { margin-top: 20px; font-size: 15px; font-weight: 500; color: var(--accent-light); display: inline-flex; align-items: center; gap: 7px; }
.ocard .more .ico-svg { width: 16px; height: 16px; stroke-width: 2; transition: transform 0.15s ease; }
.ocard:hover .more .ico-svg { transform: translateX(4px); }
.ocard.soon { opacity: 0.66; }
.ocard.soon .more { color: var(--muted-2); }

/* ================================================================
   Für wen? – Zielgruppen (dunkel-premium)
   ================================================================ */
.aud-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 740px) { .aud-grid { grid-template-columns: 1fr 1fr; } }
.aud { padding: 36px 32px; }
.aud .ico { margin-bottom: 22px; }
.aud h3 { font-family: var(--font); font-style: normal; font-weight: 500; font-size: 22px; margin: 0 0 10px; letter-spacing: -0.01em; }
.aud > p { margin: 0 0 18px; color: var(--muted); font-size: 15.5px; }
.aud ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.aud li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; color: rgba(255,255,255,0.82); }
.aud li .ico-svg { flex-shrink: 0; width: 20px; height: 20px; color: var(--success); margin-top: 2px; }
.aud-note { margin-top: 30px; text-align: center; font-size: 15px; color: var(--muted); }
.aud-note b { color: var(--text); }

/* ================================================================
   Split (Kurs / Über mich)
   ================================================================ */
.split { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
@media (min-width: 840px) { .split { grid-template-columns: 1fr 1fr; gap: 64px; } .split.reverse .split-media { order: 2; } }
.split-media { aspect-ratio: 4/3; }
.split h2 { margin-bottom: 20px; }
.split .lead { font-size: 1.12rem; color: var(--muted); margin: 0 0 26px; }
.checklist { list-style: none; padding: 0; margin: 0 0 30px; display: grid; gap: 14px; }
.checklist li { display: flex; align-items: flex-start; gap: 13px; font-size: 15.5px; color: rgba(255,255,255,0.82); }
.checklist li .ico-svg { flex-shrink: 0; width: 22px; height: 22px; color: var(--success); margin-top: 1px; }
.about-name { color: var(--accent-light); font-size: clamp(2.2rem, 5vw, 3.1rem); line-height: 1; margin-bottom: 18px; }

/* ================================================================
   Statusprogramme – Schritte
   ================================================================ */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; }
.step { padding: 34px 30px; }
.step-num { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; font-family: var(--font-display); font-style: italic; font-weight: 900; font-size: 22px; background: linear-gradient(180deg, #6a2dff, var(--accent)); color: #fff; margin-bottom: 22px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.22); }
.step h3 { font-family: var(--font); font-style: normal; font-size: 18px; font-weight: 500; margin: 0 0 10px; letter-spacing: -0.01em; }
.step p { margin: 0; color: var(--muted); font-size: 15.5px; }

/* ================================================================
   Passt das zu dir? – zwei Spalten
   ================================================================ */
.fit-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
@media (min-width: 780px) { .fit-grid { grid-template-columns: 1fr 1fr; } }
.fit { border-radius: var(--radius-lg); padding: 36px 32px; border: 1px solid var(--border); box-shadow: inset 0 1px 0 rgba(255,255,255,0.05); }
.fit.yes { background: linear-gradient(180deg, rgba(61,220,132,0.09), rgba(255,255,255,0.015)); border-color: rgba(61,220,132,0.26); }
.fit.no  { background: linear-gradient(180deg, rgba(255,120,133,0.07), rgba(255,255,255,0.015)); border-color: rgba(255,120,133,0.20); }
.fit h3 { font-family: var(--font); font-style: normal; font-weight: 500; font-size: 20px; margin: 0 0 22px; display: flex; align-items: center; gap: 11px; }
.fit h3 .ico-svg { width: 26px; height: 26px; padding: 5px; border-radius: 8px; stroke-width: 2.2; }
.fit.yes h3 .ico-svg { color: var(--success); background: var(--success-soft); }
.fit.no  h3 .ico-svg { color: var(--danger); background: var(--danger-soft); }
.fit ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 15px; }
.fit li { display: flex; gap: 13px; align-items: flex-start; font-size: 15.5px; color: var(--muted); }
.fit li .ico-svg { flex-shrink: 0; width: 21px; height: 21px; margin-top: 1px; stroke-width: 2.2; }
.fit.yes li .ico-svg { color: var(--success); }
.fit.no  li .ico-svg { color: var(--danger); }

/* ================================================================
   Testimonials + ProvenExpert
   ================================================================ */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 22px; }
.testi { padding: 30px 28px; display: flex; flex-direction: column; }
.testi .stars { margin-bottom: 16px; }
.testi p { margin: 0 0 22px; font-size: 15.5px; color: rgba(255,255,255,0.90); line-height: 1.58; }
.testi .who { display: flex; align-items: center; gap: 13px; margin-top: auto; }
.testi .who .ava { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; background: var(--accent-soft); border: 1px solid var(--accent-border); display: grid; place-items: center; font-weight: 500; color: var(--accent-light); font-size: 15px; flex-shrink: 0; }
.testi .who .name { font-size: 14.5px; font-weight: 500; }
.testi .who .role { font-size: 13px; color: var(--muted-2); }
.pe-box { margin-top: 34px; text-align: center; padding: 40px 28px; border-radius: var(--radius-lg); }
.pe-seal { width: 92px; height: 92px; border-radius: 50%; margin: 0 auto 18px; display: grid; place-items: center; background: linear-gradient(160deg, rgba(123,92,255,0.22), rgba(65,0,255,0.06)); border: 1px solid var(--accent-border); }
.pe-seal .stars .ico-svg { width: 18px; height: 18px; }
.pe-box h3 { font-family: var(--font); font-style: normal; font-size: 19px; font-weight: 500; margin: 0 0 8px; }
.pe-box p { color: var(--muted); font-size: 14.5px; margin: 0 0 20px; max-width: 46ch; margin-inline: auto; }
.pe-widget { margin: 8px auto 0; max-width: 560px; }
.pe-note { font-size: 12px; color: var(--muted-2); margin-top: 16px; }
.pe-note a { color: var(--accent-light); }

/* ================================================================
   Boarding-Pass Opt-in
   ================================================================ */
.optin-card { width: 100%; max-width: 540px; margin: 0 auto; background: var(--bg-elev); border: 1px solid var(--border-strong); border-radius: var(--radius-lg); box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,0.06); padding: 44px 38px; text-align: center; }
.optin-card .eyebrow-line { margin-bottom: 18px; }
.optin-card h2 { font-size: clamp(1.7rem, 4vw, 2.2rem); margin-bottom: 12px; }
.optin-card .lead { font-size: 16px; color: var(--muted); margin-bottom: 28px; }
.field { text-align: left; margin-bottom: 16px; }
.field label { display: block; font-size: 13px; font-weight: 500; color: var(--muted); margin-bottom: 7px; }
.field input[type="text"], .field input[type="email"] { width: 100%; padding: 15px 17px; background: rgba(255,255,255,0.04); border: 1px solid var(--border); border-radius: var(--radius); color: var(--text); font: inherit; font-size: 16px; transition: border-color 0.15s ease, background 0.15s ease; }
.field input::placeholder { color: var(--muted-2); }
.field input:focus { outline: none; border-color: var(--accent-border); background: rgba(255,255,255,0.07); }
.consent { display: flex; align-items: flex-start; gap: 11px; text-align: left; margin: 6px 0 22px; font-size: 13px; color: var(--muted); line-height: 1.45; }
.consent input { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--accent); flex-shrink: 0; }
.consent a { color: var(--accent-light); }
.form-error { color: #ff8089; font-size: 14px; margin: -4px 0 14px; text-align: left; min-height: 0; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.btn.loading { pointer-events: none; opacity: 0.85; }
.spinner { width: 18px; height: 18px; border-radius: 50%; border: 2.5px solid rgba(255,255,255,0.4); border-top-color: #fff; animation: spin 0.7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.done-icon { width: 76px; height: 76px; border-radius: 50%; margin: 0 auto 22px; display: grid; place-items: center; color: var(--success); background: var(--success-soft); border: 1px solid rgba(61,220,132,0.4); }
.done-icon .ico-svg { width: 34px; height: 34px; stroke-width: 2.2; }
.hint { margin-top: 24px; font-size: 13px; color: var(--muted-2); background: rgba(255,255,255,0.04); border: 1px solid var(--border); border-radius: var(--radius); padding: 15px 17px; }
.optin-rating { margin-top: 24px; justify-content: center; display: inline-flex; align-items: center; gap: 10px; }

/* ---- WhatsApp / Shop-Teaser ---- */
.contact-box { text-align: center; background: linear-gradient(180deg, rgba(61,220,132,0.08), rgba(255,255,255,0.015)); border: 1px solid rgba(61,220,132,0.26); border-radius: var(--radius-lg); padding: 56px 30px; }
.contact-box h2 { margin-bottom: 14px; }
.contact-box p { color: var(--muted); max-width: 50ch; margin: 0 auto 30px; }
.btn-wa { background: #25d366; color: #062b14; }
.btn-wa:hover { background: #2be673; box-shadow: 0 20px 60px rgba(37,211,102,0.3); }
.btn-wa .ico-svg { fill: #062b14; stroke: none; width: 20px; height: 20px; }
.teaser { text-align: center; border: 1px dashed var(--border-strong); border-radius: var(--radius-lg); padding: 56px 30px; background: rgba(255,255,255,0.02); }
.teaser .pill { display: inline-block; margin: 0 auto 16px; }
.teaser h2 { margin-bottom: 14px; }
.teaser p { color: var(--muted); max-width: 50ch; margin: 0 auto; }

/* ---- FAQ ---- */
.faq { max-width: 780px; margin: 0 auto; display: grid; gap: 14px; }
.faq details { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: border-color 0.15s ease, background 0.15s ease; background: linear-gradient(180deg, var(--card-top), var(--card-bot)); }
.faq details[open] { border-color: var(--border-strong); }
.faq summary { list-style: none; cursor: pointer; padding: 22px 24px; font-weight: 500; font-size: 16.5px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 23px; color: var(--accent-light); font-weight: 300; transition: transform 0.2s ease; flex-shrink: 0; line-height: 1; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .faq-a { padding: 0 24px 22px; color: var(--muted); font-size: 15.5px; }
.faq .faq-a p { margin: 0; }

/* ---- Footer ---- */
footer { border-top: 1px solid var(--hair); padding: 52px 26px calc(44px + env(safe-area-inset-bottom)); text-align: center; }
.foot-brand { display: flex; justify-content: center; margin-bottom: 18px; }
.foot-brand img { height: 30px; width: auto; opacity: 0.92; }
.foot-tagline { color: var(--muted); font-size: 15px; max-width: 46ch; margin: 0 auto 22px; }
.foot-social { display: flex; gap: 14px; justify-content: center; margin-bottom: 22px; }
.foot-social a { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,0.04); border: 1px solid var(--border); color: var(--muted); transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease; }
.foot-social a:hover { background: rgba(255,255,255,0.08); color: var(--text); border-color: var(--border-strong); }
.foot-social .ico-svg { width: 19px; height: 19px; }
.foot-links { display: flex; flex-wrap: wrap; gap: 8px 22px; justify-content: center; }
.foot-links a { color: var(--muted); text-decoration: none; font-size: 14.5px; }
.foot-links a:hover { color: var(--text); }
.foot-copy { color: var(--muted-2); font-size: 13px; margin-top: 20px; }

/* ---- Rechtstexte ---- */
.legal { max-width: 760px; margin: 0 auto; padding: 52px 26px 96px; }
.legal h1, .legal h2, .legal h3 { font-family: var(--font); font-style: normal; font-weight: 500; letter-spacing: -0.01em; }
.legal h1 { font-size: clamp(1.9rem, 5vw, 2.5rem); margin: 0 0 8px; }
.legal .updated { color: var(--muted-2); font-size: 14px; margin: 0 0 32px; }
.legal h2 { font-size: 1.3rem; margin: 36px 0 10px; }
.legal h3 { font-size: 1.08rem; margin: 24px 0 8px; }
.legal p, .legal li { color: var(--muted); }
.legal p { margin: 0 0 14px; }
.legal a { color: var(--accent-light); }
.legal ul { padding-left: 20px; margin: 0 0 14px; }

/* ---- Scroll-Reveal (nur mit JS; ausfallsicher) ---- */
.reveal-on .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-on .reveal.in { opacity: 1; transform: none; }
:target { scroll-margin-top: 92px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal-on .reveal { opacity: 1 !important; transform: none !important; }
  * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

/* ================================================================
   RDY4TAKEOFF – seiten-spezifische Sektionen
   Royal-Blau (Markenfarbe) durchgängig eingewoben.
   ================================================================ */

/* ---- HERO (Royal-Verlaufs-Panel) ---- */
.hero-royal {
  position: relative;
  padding: 78px 0 92px;
  overflow: hidden;
  background:
    radial-gradient(120% 130% at 88% -10%, rgba(75, 71, 255, 0.55), transparent 55%),
    radial-gradient(120% 120% at 6% 8%, rgba(42, 41, 230, 0.40), transparent 52%),
    linear-gradient(168deg, #171690 0%, #0d0c53 46%, var(--bg) 100%);
  box-shadow: inset 0 -1px 0 var(--hair);
}
.hero-royal::after {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(60% 50% at 50% 120%, rgba(8,8,13,0.7), transparent 70%);
}
.hero-royal .container { position: relative; z-index: 1; }
.hero-royal .hero-grid { display: grid; grid-template-columns: 1fr; gap: 42px; align-items: center; }
@media (min-width: 940px) { .hero-royal .hero-grid { grid-template-columns: 1.06fr 0.94fr; gap: 58px; } }
.hero-royal .audience-line { color: rgba(255,255,255,0.82); }
.hero-royal .audience-line b { color: #fff; }
.hero-royal .audience-line .ico-svg { color: #b9b4ff; }
.hero-royal h1 { color: #fff; margin: 0 0 22px; text-shadow: 0 2px 30px rgba(0,0,0,0.25); }
.hero-royal h1 .grad { background: linear-gradient(110deg, #fff 20%, #c7c2ff 90%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-royal .lead { color: rgba(255,255,255,0.86); max-width: 52ch; }
.hero-royal .lead b { color: #fff; }
.hero-royal .btn-primary { background: linear-gradient(180deg, #ffffff, #eae8ff); color: #17158a; box-shadow: 0 22px 60px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.9); }
.hero-royal .btn-primary:hover { box-shadow: 0 26px 74px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.9); }
.hero-royal .btn-primary s { opacity: 0.5; margin-right: 4px; font-weight: 500; }
.trust-row { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 20px; padding: 0; margin: 26px 0 0; }
.trust-row li { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.86); }
.trust-row .ico-svg { width: 17px; height: 17px; color: #7dffb4; stroke-width: 2.4; }

/* Hero-Bild + Zitat-Badge */
.hero-media { position: relative; }
.hero-media .media { border-color: rgba(255,255,255,0.18); box-shadow: 0 40px 90px rgba(0,0,0,0.5); aspect-ratio: 5/6; }
.hero-quote {
  position: absolute; left: 14px; right: 14px; bottom: 14px; z-index: 2;
  background: rgba(10, 10, 20, 0.72); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.16); border-radius: var(--radius);
  padding: 15px 18px; box-shadow: 0 14px 44px rgba(0,0,0,0.5);
}
.hero-quote .stars { margin-bottom: 7px; }
.hero-quote .stars .ico-svg { width: 15px; height: 15px; fill: var(--star); stroke: none; }
.hero-quote p { margin: 0 0 4px; font-family: var(--font-display); font-style: italic; font-weight: 900; font-size: 1.12rem; line-height: 1.2; color: #fff; }
.hero-quote span { font-size: 13px; color: var(--muted); }

/* Kleiner Stat-Akzent im Stat-Strip: Royal statt Indigo-hell für "num.accent" */
.stat .num.accent, .stat .num .accent { color: var(--royal-bright); }

/* ---- "Hi ✌🏻" Script ---- */
.hi-script { color: var(--accent-light); font-size: 2rem; margin: 0 0 2px; line-height: 1; }

/* ---- A·F·R·S ---- */
.afrs-title { color: var(--royal-bright); font-style: italic; white-space: nowrap; }
.afrs-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 560px) { .afrs-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 940px) { .afrs-grid { grid-template-columns: repeat(4, 1fr); gap: 22px; } }
.afrs { padding: 30px 26px; position: relative; overflow: hidden; }
.afrs::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: linear-gradient(90deg, var(--royal-bright), var(--accent)); opacity: 0.85; }
.afrs-letter {
  display: grid; place-items: center; width: 58px; height: 58px; border-radius: 16px; margin-bottom: 20px;
  font-family: var(--font-display); font-style: italic; font-weight: 900; font-size: 30px; color: #fff;
  background: linear-gradient(160deg, var(--royal-bright), var(--royal-deep));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 12px 30px rgba(42,41,230,0.35);
}
.afrs h3 { font-family: var(--font); font-style: normal; font-weight: 500; font-size: 18.5px; margin: 0 0 10px; letter-spacing: -0.01em; }
.afrs p { margin: 0; color: var(--muted); font-size: 15px; }
.afrs-note { max-width: 62ch; margin: 34px auto 0; text-align: center; color: var(--muted); font-size: 1.02rem; }
.afrs-note b { color: var(--text); }

/* ---- Wert-Rechner ---- */
.calc { padding: 34px 32px; }
.calc-list { list-style: none; padding: 0; margin: 0 0 4px; }
.calc-list li { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--hair); font-size: 15.5px; color: rgba(255,255,255,0.82); }
.calc-list li span { color: var(--muted); }
.calc-list li b { font-family: var(--font-display); font-style: italic; font-weight: 900; font-size: 1.25rem; white-space: nowrap; }
.calc-vs { display: grid; gap: 18px; align-items: center; margin: 26px 0 24px; }
@media (min-width: 620px) { .calc-vs { grid-template-columns: auto 1fr; gap: 26px; } }
.calc-course {
  text-align: center; padding: 22px 26px; border-radius: var(--radius);
  background: linear-gradient(160deg, var(--royal), var(--royal-deep));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 18px 44px rgba(42,41,230,0.32);
}
.calc-course .calc-lbl { display: block; font-size: 12.5px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.82); }
.calc-course .calc-price { display: block; font-family: var(--font-display); font-style: italic; font-weight: 900; font-size: 2.6rem; line-height: 1.05; color: #fff; }
.calc-course .calc-sub { display: block; font-size: 12.5px; color: rgba(255,255,255,0.78); }
.calc-note { color: var(--muted); font-size: 1.02rem; margin: 0; }
.calc-note b { color: #fff; }
.calc .btn { margin-top: 4px; }

/* ---- Testimonials: Einwand-Headline ---- */
.testi .obj { font-family: var(--font-display); font-style: italic; font-weight: 900; font-size: 1.24rem; line-height: 1.15; color: #fff; margin: 0 0 12px; }
.testi .who .ava { background: linear-gradient(160deg, var(--royal-bright), var(--royal-deep)); color: #fff; border-color: rgba(255,255,255,0.18); }

/* ---- Include-Bar ---- */
.incl-bar { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 12px; margin: 0 auto 52px; max-width: 900px; }
.incl-bar span { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.86); background: rgba(255,255,255,0.04); border: 1px solid var(--border); padding: 9px 15px; border-radius: 999px; }
.incl-bar .ico-svg { width: 16px; height: 16px; color: var(--royal-bright); }

/* ---- Feature-Grid ---- */
.feat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-bottom: 44px; }
.feat { padding: 28px 26px; transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease; }
.feat:hover { transform: translateY(-4px); border-color: var(--accent-border); box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 22px 54px rgba(42,41,230,0.18); }
.feat .ico { margin-bottom: 18px; background: linear-gradient(160deg, rgba(75,71,255,0.24), rgba(42,41,230,0.06)); border-color: rgba(120,116,255,0.34); color: #b6b1ff; }
.feat h3 { font-family: var(--font); font-style: normal; font-weight: 500; font-size: 18px; margin: 0 0 8px; letter-spacing: -0.01em; }
.feat p { margin: 0; color: var(--muted); font-size: 15px; }

/* ---- Module-Übersicht ---- */
.modules { display: grid; grid-template-columns: 1fr; gap: 12px; max-width: 860px; margin: 0 auto; }
@media (min-width: 720px) { .modules { grid-template-columns: 1fr 1fr; } }
.mod { display: flex; align-items: center; gap: 16px; padding: 18px 20px; border-radius: var(--radius); background: linear-gradient(180deg, var(--card-top), var(--card-bot)); border: 1px solid var(--border); }
.mod-n { flex-shrink: 0; width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; font-family: var(--font-display); font-style: italic; font-weight: 900; font-size: 17px; color: #fff; background: linear-gradient(160deg, var(--royal-bright), var(--royal-deep)); box-shadow: inset 0 1px 0 rgba(255,255,255,0.2); }
.mod div { display: flex; flex-direction: column; gap: 2px; }
.mod b { font-weight: 500; font-size: 15.5px; }
.mod span { font-size: 13.5px; color: var(--muted); }
.mod.bonus { border-color: var(--accent-border); background: linear-gradient(180deg, rgba(75,71,255,0.10), rgba(255,255,255,0.015)); }
.mod.bonus .mod-n { background: linear-gradient(160deg, var(--star), #d99a00); color: #3a2a00; }

/* ---- Timeline ---- */
.timeline { list-style: none; padding: 0; margin: 0 auto; max-width: 720px; position: relative; display: grid; gap: 8px; }
.timeline::before { content: ""; position: absolute; left: 22px; top: 12px; bottom: 12px; width: 2px; background: linear-gradient(180deg, var(--royal-bright), var(--accent), transparent); opacity: 0.5; }
.timeline li { display: flex; gap: 20px; align-items: flex-start; padding: 12px 0; position: relative; }
.tl-dot { flex-shrink: 0; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-display); font-style: italic; font-weight: 900; font-size: 19px; color: #fff; background: linear-gradient(160deg, var(--royal-bright), var(--royal-deep)); box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), 0 8px 22px rgba(42,41,230,0.35); position: relative; z-index: 1; }
.tl-dot .ico-svg { width: 22px; height: 22px; stroke-width: 2.4; }
.tl-body { padding-top: 3px; }
.tl-when { display: inline-block; font-family: var(--font-display); font-style: italic; font-weight: 900; font-size: 1.05rem; color: var(--royal-bright); margin-bottom: 3px; }
.tl-body p { margin: 0; color: var(--muted); font-size: 15.5px; }

/* ---- Preis-Box ---- */
.pricebox {
  text-align: center; border-radius: var(--radius-lg); padding: 46px 38px;
  background:
    radial-gradient(120% 90% at 50% -10%, rgba(75,71,255,0.28), transparent 60%),
    linear-gradient(180deg, var(--bg-elev), #0c0b1c);
  border: 1px solid var(--accent-border);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,0.07);
}
.pricebox .eyebrow-line { margin-bottom: 18px; }
.price-line { display: flex; align-items: baseline; justify-content: center; gap: 14px; }
.price-line s { font-size: 1.6rem; color: var(--muted-2); font-weight: 500; }
.price-now { font-family: var(--font-display); font-style: italic; font-weight: 900; font-size: clamp(3.4rem, 9vw, 4.6rem); line-height: 1; background: linear-gradient(120deg, #fff 30%, var(--royal-bright)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.price-tag { color: var(--muted); font-size: 15.5px; margin: 6px 0 26px; }
.price-tag b { color: #fff; }
.price-list { list-style: none; padding: 0; margin: 0 auto 28px; max-width: 380px; text-align: left; display: grid; gap: 13px; }
.price-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15.5px; color: rgba(255,255,255,0.86); }
.price-list li .ico-svg { flex-shrink: 0; width: 21px; height: 21px; color: var(--success); stroke-width: 2.4; margin-top: 1px; }
.price-fine { color: var(--muted-2); font-size: 13px; margin: 16px 0 0; }

/* ---- Über mich: Pull-Quote ---- */
.pullquote { margin: 0 0 26px; padding: 20px 24px; border-left: 3px solid var(--royal-bright); background: rgba(75,71,255,0.07); border-radius: 0 var(--radius) var(--radius) 0; font-family: var(--font-display); font-style: italic; font-weight: 900; font-size: 1.24rem; line-height: 1.3; color: #fff; }

/* ---- Finale CTA ---- */
.cta-final {
  text-align: center; border-radius: var(--radius-lg); padding: 60px 34px;
  background:
    radial-gradient(120% 120% at 50% 0%, rgba(75,71,255,0.34), transparent 60%),
    linear-gradient(165deg, var(--royal-deep), #0b0b16 78%);
  border: 1px solid var(--accent-border);
  box-shadow: var(--shadow);
}
.cta-final h2 { max-width: 20ch; margin: 0 auto 16px; }
.cta-final p { color: rgba(255,255,255,0.82); max-width: 50ch; margin: 0 auto 22px; font-size: 1.05rem; }
.cta-price { font-family: var(--font-display); font-style: italic; font-weight: 900; font-size: 1.3rem; margin-bottom: 24px; color: #fff; }
.cta-price s { color: var(--muted-2); margin-right: 6px; }
.cta-price span { color: var(--royal-bright); }
.cta-fine { color: var(--muted-2); font-size: 13px; margin: 18px 0 0 !important; }

/* ---- Sticky Mobile CTA ---- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
  background: rgba(10, 10, 20, 0.86); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--border-strong);
  transform: translateY(120%); transition: transform 0.28s ease; pointer-events: none;
}
.sticky-cta.show { transform: none; pointer-events: auto; }
.sticky-price { font-size: 15px; color: var(--muted); }
.sticky-price s { color: var(--muted-2); margin-right: 5px; }
.sticky-price b { font-family: var(--font-display); font-style: italic; font-weight: 900; font-size: 1.3rem; color: #fff; }
.sticky-cta .btn { flex-shrink: 0; }
@media (min-width: 860px) { .sticky-cta { display: none; } }
/* Platz für Sticky-CTA schaffen, damit Footer nicht verdeckt wird */
@media (max-width: 859px) { body { padding-bottom: 74px; } }

/* ---- Modul-Übersicht: Zwischenüberschrift ---- */
.modules-head { text-align: center; max-width: 640px; margin: 8px auto 30px; }
.modules-head .kicker { display: inline-block; font-family: var(--font-display); font-style: italic; font-weight: 900; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--royal-bright); margin-bottom: 10px; }
.modules-head h3 { font-family: var(--font); font-style: normal; font-weight: 500; font-size: clamp(1.3rem, 3vw, 1.7rem); letter-spacing: -0.015em; margin: 0 0 10px; }
.modules-head p { color: var(--muted); font-size: 15.5px; margin: 0; }

/* ---- Beweis: Cash vs. Meilen ---- */
.proof-grid { display: grid; grid-template-columns: 1fr; gap: 16px; align-items: center; }
@media (min-width: 900px) { .proof-grid { grid-template-columns: 1fr auto 1fr; gap: 22px; } }
.proof { margin: 0; position: relative; }
.proof .media { border-radius: var(--radius); border-color: var(--border-strong); box-shadow: 0 26px 60px rgba(0,0,0,0.5); }
.proof .media::after { display: none; }
.proof .media img { width: 100%; height: auto; }
.proof-tag { position: absolute; top: -12px; left: 16px; z-index: 3; font-size: 12px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; padding: 6px 13px; border-radius: 999px; box-shadow: 0 8px 22px rgba(0,0,0,0.4); }
.proof-tag--cash { background: var(--danger-soft); color: var(--danger); border: 1px solid rgba(255,120,133,0.4); }
.proof-tag--miles { background: var(--success-soft); color: var(--success); border: 1px solid rgba(61,220,132,0.45); }
.proof figcaption { text-align: center; margin-top: 14px; font-size: 15px; color: var(--muted); }
.proof figcaption b { color: #fff; font-family: var(--font-display); font-style: italic; font-weight: 900; }
.proof-vs { display: grid; place-items: center; font-family: var(--font-display); font-style: italic; font-weight: 900; font-size: 1.4rem; color: var(--royal-bright); }
@media (max-width: 899px) { .proof-vs { padding: 4px 0; } }
.proof-note { max-width: 60ch; margin: 30px auto 0; text-align: center; color: var(--muted); font-size: 1.05rem; }
.proof-note b { color: #fff; }

/* ---- Bild-Platzhalter (zum späteren Austauschen) ---- */
.imgph {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  border: 1.5px dashed var(--border-strong); background:
    repeating-linear-gradient(-45deg, rgba(255,255,255,0.015) 0 14px, rgba(255,255,255,0.04) 14px 28px),
    linear-gradient(180deg, var(--card-top), var(--card-bot));
  display: grid; place-items: center; text-align: center; color: var(--muted);
}
.imgph::after { content: "Bild-Platzhalter"; position: absolute; top: 12px; right: 12px; font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-2); background: rgba(0,0,0,0.35); padding: 4px 9px; border-radius: 999px; }
.imgph .imgph-in { padding: 32px 26px; display: grid; gap: 12px; justify-items: center; }
.imgph .imgph-ico { width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center; color: var(--royal-bright); background: linear-gradient(160deg, rgba(75,71,255,0.22), rgba(42,41,230,0.06)); border: 1px solid var(--accent-border); }
.imgph .imgph-ico .ico-svg { width: 26px; height: 26px; }
.imgph b { color: var(--text); font-weight: 500; font-size: 16px; }
.imgph span { font-size: 13.5px; color: var(--muted); max-width: 34ch; }
.imgph.ratio-16x9 { aspect-ratio: 16/9; }
.imgph.ratio-4x3 { aspect-ratio: 4/3; }
.imgph.ratio-1x1 { aspect-ratio: 1/1; }

/* Kursbereich-Vorschau: Rahmen-Optik */
.preview-frame { max-width: 900px; margin: 0 auto 8px; }
.ph-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
@media (max-width: 640px) { .ph-strip { grid-template-columns: 1fr; } }

/* ---- ProvenExpert Bewertungssiegel ---- */
.pe-trust {
  margin: 44px auto 0; max-width: 620px;
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 20px;
  padding: 34px 30px; border-radius: var(--radius-lg);
  background: linear-gradient(180deg, var(--card-top), var(--card-bot));
  border: 1px solid var(--border); box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}
@media (min-width: 640px) { .pe-trust { flex-direction: row; text-align: left; gap: 28px; } }
.pe-seal-link { flex-shrink: 0; display: block; border-radius: 12px; transition: transform 0.15s ease; }
.pe-seal-link:hover { transform: translateY(-3px); }
.pe-seal-link img { width: 150px; height: auto; border-radius: 10px; display: block; }
.pe-trust-copy h3 { font-family: var(--font); font-style: normal; font-weight: 500; font-size: 20px; margin: 0 0 8px; letter-spacing: -0.01em; }
.pe-trust-copy p { margin: 0 0 14px; color: var(--muted); font-size: 15px; }
.pe-trust-more { display: inline-flex; align-items: center; gap: 7px; font-size: 15px; font-weight: 500; color: var(--royal-bright); text-decoration: none; }
.pe-trust-more .ico-svg { width: 16px; height: 16px; stroke-width: 2; transition: transform 0.15s ease; }
.pe-trust-more:hover .ico-svg { transform: translateX(4px); }

/* ================================================================
   Einheitlicher Hover-Lift für ALLE Buttons (überschreibt Basis)
   ================================================================ */
.btn { transition: transform 0.14s ease, background 0.16s ease, box-shadow 0.2s ease, border-color 0.15s ease, filter 0.16s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(0.985); }
.btn-primary:hover { filter: brightness(1.04); }
.btn-ghost:hover { border-color: var(--accent-border); }
/* Weißer Hero-CTA: dezenter, passender Hover */
.hero-royal .btn-primary:hover { filter: brightness(1); background: linear-gradient(180deg, #ffffff, #ded9ff); }
@media (prefers-reduced-motion: reduce) { .btn:hover, .btn:active { transform: none; } }

/* Preis-Box-Überschrift (kompakt, damit der Preis der Star bleibt) */
.price-h { font-size: clamp(1.5rem, 3.4vw, 2rem) !important; margin: 0 0 14px !important; line-height: 1.05; }

/* ================================================================
   Feinschliff-Iteration 4
   ================================================================ */

/* (1) Beweis: Cash vs. Meilen viel deutlicher unterscheidbar ---- */
.proof-tag {
  top: -15px; font-size: 13px; font-weight: 500; letter-spacing: 0.06em;
  padding: 8px 16px; display: inline-flex; align-items: center; gap: 7px;
}
.proof-tag .ico-svg { width: 15px; height: 15px; stroke-width: 2.6; }
.proof-tag--cash { background: #2a0d12; color: #ff8a95; border: 1.5px solid rgba(255,120,133,0.6); }
.proof-tag--miles { background: #08241a; color: #5ef0a4; border: 1.5px solid rgba(61,220,132,0.65); }
/* Farbiger Rahmen + Glow um das jeweilige Bild */
.proof.is-cash .media { border: 2px solid rgba(255,120,133,0.55); box-shadow: 0 26px 60px rgba(0,0,0,0.5), 0 0 0 4px rgba(255,120,133,0.10); }
.proof.is-miles .media { border: 2px solid rgba(61,220,132,0.6); box-shadow: 0 26px 60px rgba(0,0,0,0.5), 0 0 0 4px rgba(61,220,132,0.12); }
.proof figcaption { margin-top: 16px; font-size: 15.5px; }
.proof figcaption b { font-size: 1.35rem; letter-spacing: -0.01em; }
.proof.is-cash figcaption b { color: #ff8a95; }
.proof.is-miles figcaption b { color: #5ef0a4; }
.proof-vs { font-size: 1.7rem; color: var(--muted-2); }

/* (2) Buttons: satter, weicher Schatten beim Hover ---- */
.btn:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(0,0,0,0.4); }
.btn-primary:hover {
  box-shadow: 0 26px 60px rgba(65,0,255,0.55), 0 10px 24px rgba(65,0,255,0.4), inset 0 1px 0 rgba(255,255,255,0.22);
}
.btn-ghost:hover { box-shadow: 0 16px 36px rgba(0,0,0,0.45); }
.hero-royal .btn-primary:hover { box-shadow: 0 28px 64px rgba(0,0,0,0.5), 0 8px 20px rgba(30,20,120,0.5), inset 0 1px 0 rgba(255,255,255,0.9); }
.btn-wa:hover { box-shadow: 0 22px 50px rgba(37,211,102,0.45); }
@media (prefers-reduced-motion: reduce) { .btn:hover { box-shadow: none; } }

/* (3) Testimonials: Name über Position stapeln + etwas Luft ---- */
.testi .who > span:not(.ava),
.pe-trust .who > span:not(.ava) { display: flex; flex-direction: column; gap: 3px; line-height: 1.25; }
.testi .who .name { margin-bottom: 1px; }

/* ---- Testimonial-Avatar als echtes Foto ---- */
.testi .who img.ava, .pe-trust img.ava { object-fit: cover; background: var(--bg-elev); }

/* ---- MDL Magazin Award-Badge (heller Chip auf dunklem BG) ---- */
.mdl-badge {
  display: inline-flex; align-items: center; gap: 14px;
  background: #fff; border: 1px solid rgba(0,0,0,0.08); border-radius: 14px;
  padding: 11px 18px; margin: 4px 0 26px; text-decoration: none;
  box-shadow: 0 14px 34px rgba(0,0,0,0.35);
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}
.mdl-badge img { height: 40px; width: auto; display: block; }
.mdl-badge .mdl-txt { border-left: 1px solid rgba(0,0,0,0.14); padding-left: 14px; color: #444; font-size: 12.5px; font-weight: 500; line-height: 1.3; }
.mdl-badge .mdl-txt b { display: block; color: #0a0a0a; font-size: 14px; letter-spacing: -0.01em; }
.mdl-badge:hover { transform: translateY(-3px); box-shadow: 0 22px 48px rgba(0,0,0,0.5); }
@media (prefers-reduced-motion: reduce) { .mdl-badge:hover { transform: none; } }

/* ================================================================
   Iteration 5 – Hero-CTA-Glow + MDL-Badge-Layout
   ================================================================ */

/* Weißer Hero-CTA: sichtbarer, hellblauer Glow (kein Indigo, passt auf Royal-BG) */
.hero-royal .btn-primary:hover {
  box-shadow:
    0 22px 56px rgba(74, 108, 255, 0.62),
    0 8px 22px rgba(158, 180, 255, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

/* MDL-Badge: eigene Zeile, korrekte Abstände, ausbalancierte Höhe */
.mdl-badge { display: flex; width: fit-content; max-width: 100%; margin: 6px 0 28px; padding: 10px 16px; gap: 13px; }
.mdl-badge img { height: 36px; }
.mdl-badge .mdl-txt { padding-left: 13px; }

/* ================================================================
   Iteration 6 – High-End-Politur: Tiefe, Elevation & Mikro-Interaktion
   ================================================================ */

/* Dezente Umgebungs-Tiefe für alle Karten (weiche, tiefe Schatten auf dunklem Grund) */
.pcard, .stat, .mod, .fit, .calc, .faq details, .pe-trust, .contact-box {
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.45),
    0 20px 44px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

/* Interaktive Karten: sanfter Hover-Lift + tiefere Elevation + zarter Royal-Glow */
.stat, .afrs, .testi, .feat, .mod {
  transition: transform 0.22s cubic-bezier(.2,.7,.3,1), box-shadow 0.26s ease, border-color 0.2s ease;
}
.stat:hover, .afrs:hover, .testi:hover, .feat:hover {
  transform: translateY(-6px);
  border-color: var(--accent-border);
  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.5),
    0 32px 70px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(123, 92, 255, 0.16),
    0 0 44px rgba(65, 0, 255, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
}
.mod:hover {
  transform: translateY(-3px);
  border-color: var(--accent-border);
  box-shadow: 0 3px 6px rgba(0,0,0,0.5), 0 22px 50px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.08);
}

/* FAQ: sanfte Elevation bei Hover/geöffnet */
.faq details:hover, .faq details[open] {
  box-shadow: 0 2px 4px rgba(0,0,0,0.45), 0 22px 48px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.08);
}

/* Beweis-Bilder: Tiefe verstärken (behält farbige Ringe) */
.proof.is-cash .media { box-shadow: 0 30px 66px rgba(0,0,0,0.55), 0 0 0 4px rgba(255,120,133,0.10); }
.proof.is-miles .media { box-shadow: 0 30px 66px rgba(0,0,0,0.55), 0 0 0 4px rgba(61,220,132,0.12); }

/* Fokus-Sichtbarkeit (A11y + wirkt sauber) */
.btn:focus-visible, a:focus-visible, summary:focus-visible {
  outline: 2px solid var(--accent-light); outline-offset: 3px; border-radius: 6px;
}

/* Mid-Page-CTA (zwischen Feature-Grid und Lehrplan) */
.mid-cta {
  text-align: center; margin: 52px auto 8px; max-width: 640px;
  display: flex; flex-direction: column; align-items: center; gap: 18px;
}
.mid-cta-line {
  margin: 0; font-family: var(--font-display); font-style: italic; font-weight: 900;
  font-size: clamp(1.3rem, 3vw, 1.75rem); letter-spacing: -0.02em; color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .stat:hover, .afrs:hover, .testi:hover, .feat:hover, .mod:hover { transform: none; }
}

/* ================================================================
   Iteration 7 – Browser-Frame (Beweis) + echte Impressionen-Galerie + Count-up
   ================================================================ */

/* Browser-Fenster-Rahmen um die Beweis-Screenshots */
.bwin {
  border-radius: 14px; overflow: hidden; border: 1px solid var(--border-strong);
  background: #15151d; box-shadow: 0 30px 66px rgba(0,0,0,0.55);
}
.bwin-bar {
  display: flex; align-items: center; gap: 8px; padding: 10px 14px;
  background: linear-gradient(180deg, #20202b, #16161f); border-bottom: 1px solid rgba(255,255,255,0.08);
}
.bwin-bar > span { width: 11px; height: 11px; border-radius: 50%; flex-shrink: 0; }
.bwin-bar > span:nth-child(1) { background: #ff5f57; }
.bwin-bar > span:nth-child(2) { background: #febc2e; }
.bwin-bar > span:nth-child(3) { background: #28c840; }
.bwin-bar em {
  margin-left: 10px; flex: 1; font-style: normal; font-size: 12px; color: var(--muted);
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.05);
  padding: 4px 12px; border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; gap: 7px;
}
.bwin-bar em .ico-svg { width: 12px; height: 12px; color: var(--success); }
/* Bild im Fenster: kein eigener Rahmen mehr */
.proof .media { border: 0; border-radius: 0; box-shadow: none; }
.proof .media::after { display: none; }
/* Farbiger Ring jetzt am ganzen Fenster */
.proof.is-cash .bwin { border-color: rgba(255,120,133,0.5); box-shadow: 0 30px 66px rgba(0,0,0,0.55), 0 0 0 3px rgba(255,120,133,0.10); }
.proof.is-miles .bwin { border-color: rgba(61,220,132,0.55); box-shadow: 0 30px 66px rgba(0,0,0,0.55), 0 0 0 3px rgba(61,220,132,0.12); }

/* Impressionen-Galerie (echte Fotos) */
.gallery { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 720px) { .gallery { grid-template-columns: repeat(3, 1fr); gap: 22px; } }
.gcard { margin: 0; }
.gcard .media {
  aspect-ratio: 4/3; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--border); box-shadow: 0 20px 44px rgba(0,0,0,0.45);
  transition: transform 0.25s cubic-bezier(.2,.7,.3,1), box-shadow 0.28s ease, border-color 0.2s ease;
}
.gcard .media img { width: 100%; height: 100%; object-fit: cover; }
.gcard .media::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(8,8,13,0) 55%, rgba(8,8,13,0.34) 100%); }
.gcard .media { position: relative; }
.gcard:hover .media {
  transform: translateY(-6px);
  border-color: var(--accent-border);
  box-shadow: 0 4px 10px rgba(0,0,0,0.5), 0 34px 72px rgba(0,0,0,0.55), 0 0 40px rgba(65,0,255,0.10);
}
@media (prefers-reduced-motion: reduce) { .gcard:hover .media { transform: none; } }

/* Count-up: keine Layout-Verschiebung */
[data-count] { font-variant-numeric: tabular-nums; }

/* Doppelten inneren Farbrahmen der Beweis-Bilder entfernen (Ring bleibt am .bwin) */
.proof.is-cash .media, .proof.is-miles .media { border: 0 !important; box-shadow: none !important; }

/* ================================================================
   Iteration 8 – Video-Facade + Timeline (Fill-Draw + Beautify)
   ================================================================ */

/* ---- Video (Click-to-Play Facade) ---- */
.video-facade {
  position: relative; aspect-ratio: 16/9; border-radius: var(--radius-lg); overflow: hidden;
  cursor: pointer; border: 1px solid var(--border-strong); background: #000;
  box-shadow: 0 34px 80px rgba(0,0,0,0.6);
}
.video-facade img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s ease, filter 0.3s ease; }
.video-facade::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; transition: background 0.3s ease;
  background: radial-gradient(60% 60% at 50% 50%, rgba(0,0,0,0.05), rgba(0,0,0,0.45));
}
.video-facade:hover img { transform: scale(1.035); filter: brightness(1.05); }
.video-play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2;
  width: 88px; height: 88px; border-radius: 50%; display: grid; place-items: center; color: #fff;
  background: linear-gradient(180deg, #7a3dff, var(--accent));
  box-shadow: 0 18px 44px rgba(65,0,255,0.55), inset 0 1px 0 rgba(255,255,255,0.28);
  transition: transform 0.2s ease, box-shadow 0.22s ease;
}
.video-play::before {
  content: ""; position: absolute; inset: -10px; border-radius: 50%;
  border: 2px solid rgba(123,92,255,0.5); animation: videoPulse 2.4s ease-out infinite;
}
@keyframes videoPulse { 0% { transform: scale(1); opacity: 0.7; } 100% { transform: scale(1.5); opacity: 0; } }
.video-play .ico-svg { width: 36px; height: 36px; fill: currentColor; stroke: none; margin-left: 5px; }
.video-facade:hover .video-play { transform: translate(-50%,-50%) scale(1.08); box-shadow: 0 24px 58px rgba(65,0,255,0.7), inset 0 1px 0 rgba(255,255,255,0.28); }
.video-facade:focus-visible { outline: 2px solid var(--accent-light); outline-offset: 4px; }
.video-facade.playing { cursor: default; }
.video-facade.playing::after, .video-facade.playing .video-play { display: none; }
.video-facade iframe { width: 100%; height: 100%; border: 0; display: block; }
@media (prefers-reduced-motion: reduce) { .video-play::before { animation: none; } }

/* ---- Timeline: Beautify (Karten) + Fill-Draw ---- */
.timeline li { align-items: stretch; }
.tl-body {
  flex: 1; background: linear-gradient(180deg, var(--card-top), var(--card-bot));
  border: 1px solid var(--border); border-radius: var(--radius); padding: 18px 22px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.4), 0 14px 30px rgba(0,0,0,0.35);
  transition: transform 0.2s ease, box-shadow 0.25s ease, border-color 0.2s ease;
}
.timeline li:hover .tl-body {
  transform: translateX(5px); border-color: var(--accent-border);
  box-shadow: 0 4px 8px rgba(0,0,0,0.45), 0 22px 48px rgba(0,0,0,0.5);
}
.timeline::before { opacity: 0.22; }
.tl-fill {
  position: absolute; left: 22px; top: 12px; width: 2px; height: 0; z-index: 0; border-radius: 2px;
  background: linear-gradient(180deg, var(--royal-bright), var(--accent));
  box-shadow: 0 0 14px rgba(75,71,255,0.65); transition: height 0.15s linear;
}
/* Dots starten dezent gedimmt (nur wenn JS aktiv), leuchten beim Erreichen auf */
.timeline.draw .tl-dot { filter: saturate(0.55) brightness(0.62); transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease; }
.timeline.draw .tl-dot.on {
  filter: none; transform: scale(1.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), 0 8px 22px rgba(42,41,230,0.55), 0 0 0 5px rgba(75,71,255,0.14);
}
@media (prefers-reduced-motion: reduce) {
  .tl-fill { transition: none; }
  .timeline.draw .tl-dot { filter: none; }
}

/* ---- Kursbereich-Screenshot (Browser-Frame) ---- */
.course-shot { max-width: 880px; margin: 0 auto 56px; }
.course-shot .bwin { box-shadow: 0 34px 76px rgba(0,0,0,0.6); }
.course-shot .media { border: 0; border-radius: 0; }
.course-shot .media img { width: 100%; height: auto; display: block; }
.course-shot .media::after { display: none; }
.course-shot figcaption { text-align: center; margin: 18px auto 0; font-size: 15px; color: var(--muted); max-width: 54ch; }
.course-shot figcaption b { color: #fff; }

/* ================================================================
   Iteration 10 – neue Chris-Bilder (Portrait), Royal-„Hi", Script-Akzent
   ================================================================ */
/* Intro/Über-mich: Portrait-Bilder → hochformatiger Rahmen */
.split-media { aspect-ratio: 4/5; }
/* „Hi ✌🏻" in der Marken-Royal-Farbe */
.hi-script { color: var(--royal-bright); }
/* Handschrift-Akzent (ZT Bros) – sparsam, persönlich */
.cta-script {
  font-family: var(--font-accent); font-style: italic; font-weight: 400;
  color: var(--royal-bright); font-size: clamp(1.5rem, 3.4vw, 2rem);
  margin: 0 0 6px; line-height: 1;
}

/* ================================================================
   Hub-Ergänzung: ProvenExpert-Siegel im Hero-Bild
   ================================================================ */
.hero-media .hero-seal {
  position: absolute; top: 14px; right: 14px; z-index: 3;
  display: block; width: 118px; line-height: 0;
  border-radius: 10px; overflow: hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,0.55);
  transition: transform 0.15s ease;
}
.hero-media .hero-seal img { width: 100%; height: auto; display: block; border-radius: 10px; }
.hero-media .hero-seal:hover { transform: translateY(-3px); }
@media (max-width: 560px) { .hero-media .hero-seal { width: 92px; top: 10px; right: 10px; } }

/* Amex-Badge: 2-zeiliges Logo etwas größer */
.partner-badge img { height: 34px; }

/* Teil-Sterne-Rating (z. B. 4,6 von 5) */
.stars46 { position: relative; display: inline-flex; line-height: 0; vertical-align: middle; }
.stars46 .s-base { display: inline-flex; gap: 2px; color: rgba(255,255,255,0.22); }
.stars46 .s-fill { position: absolute; inset: 0; display: inline-flex; gap: 2px; overflow: hidden; white-space: nowrap; color: var(--star); }
.stars46 .ico-svg { width: 17px; height: 17px; fill: currentColor; stroke: none; flex: 0 0 auto; }

/* ================================================================
   Hub-Ergänzung 2: RDY-Logo, Blueprint-Mockup, Amex-Partner, Keynote-CTA
   ================================================================ */
.rdy-logo { height: 52px; width: auto; display: block; margin: 2px 0 20px; }
@media (min-width: 600px) { .rdy-logo { height: 62px; } }

.bp-mock { margin: 0; }
.bp-mock img { width: 100%; height: auto; filter: drop-shadow(0 30px 60px rgba(0,0,0,0.55)); }

.center-cta { text-align: center; margin-top: 44px; }

/* Amex-Partner-Sektion */
.partner-badge {
  display: inline-flex; align-items: center; gap: 13px;
  background: #fff; border-radius: 12px; padding: 9px 15px; margin: 0 0 22px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.35);
}
.partner-badge img { height: 26px; width: auto; display: block; }
.partner-badge .p-txt { border-left: 1px solid rgba(0,0,0,0.14); padding-left: 13px; color: #333; font-size: 12.5px; font-weight: 500; line-height: 1.25; }
.partner-badge .p-txt b { display: block; color: #0a0a0a; font-size: 13.5px; }
.partner-feats { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 42px; }
.partner-feats .feat { padding: 30px 26px; }
.partner-feats .feat h3 { font-family: var(--font); font-style: normal; font-weight: 500; font-size: 18px; margin: 0 0 9px; letter-spacing: -0.01em; }
.partner-feats .feat p { margin: 0; color: var(--muted); font-size: 15px; }
.partner-feats .feat .ico { margin-bottom: 18px; }

/* Generisches CTA-Band (Keynotes) */
.cta-band {
  text-align: center;
  background: linear-gradient(180deg, rgba(65,0,255,0.13), rgba(255,255,255,0.015));
  border: 1px solid var(--accent-border); border-radius: var(--radius-lg); padding: 56px 30px;
}
.cta-band .eyebrow-line { margin-bottom: 18px; }
.cta-band h2 { margin-bottom: 14px; }
.cta-band p { color: var(--muted); max-width: 56ch; margin: 0 auto 28px; }
.cta-band .btn-wa { color: #062b14; }
