/* ==========================================================================
   DATES ON DEMAND — Done-for-you-Dating für Unternehmer & Vielbeschäftigte
   Design-System nach der Live-Event-Seite: schwarz + Electric Blue +
   Violett-Verläufe, runde Bild-Karten, Pill-Buttons, Mono-Kicker
   ========================================================================== */

:root {
  --bg: #05060a;
  --bg-soft: #0a0c14;
  --card: #10121d;
  --card-border: rgba(139, 92, 246, 0.16);
  --violet: #7c3aed;
  --magenta: #c026d3;
  --blue: #2764ff;
  --blue-soft: #7ea2ff;
  --accent-grad: linear-gradient(100deg, #5b8cff, #8b5cf6);
  --overlay-grad: linear-gradient(180deg, rgba(124, 58, 237, 0) 40%, rgba(59, 18, 110, 0.88) 100%);
  --text: #ffffff;
  --muted: #a6aec3;
  --muted-2: #78819a;
  --light-bg: #eef0f6;
  --light-text: #0b0d16;
  --light-muted: #4c5468;
  --danger: #f87171;
  --radius: 24px;
  --shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, "SF Mono", monospace;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a { color: inherit; }

.container { width: min(1200px, 94vw); margin: 0 auto; }
.container--narrow { width: min(860px, 92vw); margin: 0 auto; }
.container--wide { width: min(1800px, calc(100vw - 40px)); margin: 0 auto; }

section { position: relative; padding: 104px 0; }
@media (max-width: 700px) {
  section { padding: 52px 0; }
  .section-head { margin-bottom: 28px; }
  .kicker { margin-bottom: 12px; }
}

/* ---- Typografie ---------------------------------------------------------- */

.kicker {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue-soft);
  margin-bottom: 20px;
}

h1, h2 {
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.04;
}

h1 { font-size: clamp(35px, 4.9vw, 64px); }
h2 { font-size: clamp(30px, 4.2vw, 54px); margin-bottom: 22px; text-wrap: balance; }

.accent-text {
  background: var(--accent-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead { font-size: clamp(17.5px, 1.9vw, 20px); color: var(--muted); max-width: 46em; }

.section-head { max-width: 800px; margin-bottom: 56px; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head--center .lead { margin-left: auto; margin-right: auto; }

/* ---- Buttons (Pills) ------------------------------------------------------ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15.5px;
  letter-spacing: 0.01em;
  text-decoration: none;
  border-radius: 999px;
  padding: 17px 34px;
  cursor: pointer;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
@media (max-width: 520px) { .btn { white-space: normal; } }

.btn--blue {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 14px 34px rgba(39, 100, 255, 0.35);
}
.btn--blue:hover { background: #1e51d8; transform: translateY(-2px); box-shadow: 0 20px 44px rgba(39, 100, 255, 0.45); }

.btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(6px);
}
.btn--ghost:hover { border-color: #fff; transform: translateY(-2px); }

/* ---- Hero (Foto-Mosaik + fokussierter Mobile-Proof) ---------------------- */

.hero { padding: 14px 0 64px; }
.hero__shell {
  position: relative;
  isolation: isolate;
  width: min(1880px, calc(100vw - 28px));
  height: min(900px, calc(100svh - 34px));
  min-height: 760px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 34px;
  background: #07080d;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.48);
}

.hero-mosaic {
  position: absolute;
  z-index: 1;
  inset: 18px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
  perspective: 1400px;
}
.hero-shot {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: #11131c;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.36);
  opacity: 0;
  animation: heroShotIn 0.8s cubic-bezier(.2, .7, .2, 1) forwards;
}
.hero-shot:nth-child(1) { animation-delay: 0.03s; transform: rotate(2.5deg) translateY(10px); }
.hero-shot:nth-child(2) { animation-delay: 0.08s; transform: rotate(-1deg); }
.hero-shot:nth-child(3) { animation-delay: 0.13s; transform: translateY(5px); }
.hero-shot:nth-child(4) { animation-delay: 0.18s; transform: rotate(1deg); }
.hero-shot:nth-child(5) { animation-delay: 0.23s; transform: rotate(-2.5deg) translateY(10px); }
.hero-shot:nth-child(6) { animation-delay: 0.28s; transform: rotate(-2deg) translateY(-5px); }
.hero-shot:nth-child(7) { animation-delay: 0.33s; transform: rotate(1deg); }
.hero-shot:nth-child(8) { animation-delay: 0.38s; transform: translateY(4px); }
.hero-shot:nth-child(9) { animation-delay: 0.43s; transform: rotate(-1deg); }
.hero-shot:nth-child(10) { animation-delay: 0.48s; transform: rotate(2deg) translateY(-5px); }
.hero-shot img { width: 100%; height: 100%; object-fit: cover; }
.hero-shot--1 img { object-position: 50% 48%; }
.hero-shot--2 img { object-position: 50% 42%; }
.hero-shot--3 img { object-position: 50% 35%; }
.hero-shot--4 img { object-position: 50% 60%; }
.hero-shot--5 img { object-position: 50% 32%; }
.hero-shot--6 img { object-position: 48% 48%; }
.hero-shot--7 img { object-position: 50% 47%; }
.hero-shot--8 img { object-position: 32% 50%; }
.hero-shot--9 img { object-position: 50% 36%; }
.hero-shot--10 img { object-position: 50% 30%; }
@keyframes heroShotIn {
  from { opacity: 0; scale: 0.96; filter: brightness(0.5); }
  to { opacity: 1; scale: 1; filter: brightness(1); }
}

.hero__veil {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 47% 51% at 50% 48%, rgba(5, 6, 10, 0.93) 0%, rgba(5, 6, 10, 0.78) 48%, rgba(5, 6, 10, 0.36) 76%, rgba(5, 6, 10, 0.12) 100%),
    linear-gradient(180deg, rgba(5, 6, 10, 0.03) 35%, rgba(5, 6, 10, 0.72) 100%);
}
.hero__center {
  position: absolute;
  z-index: 10;
  top: 49%;
  left: 50%;
  width: min(1000px, calc(100% - 80px));
  transform: translate(-50%, -50%);
  text-align: center;
}
.hero h1 {
  max-width: 12.5em;
  margin: 0 auto 24px;
  font-size: clamp(56px, 5.7vw, 94px);
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-wrap: balance;
  text-shadow: 0 10px 50px rgba(0, 0, 0, 0.48);
}
.hero .lead { max-width: 760px; margin: 0 auto 32px; color: rgba(255, 255, 255, 0.82); font-size: clamp(18px, 1.45vw, 21px); }
.hero .lead b { color: #fff; }
.hero__cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 13px; align-items: center; margin-bottom: 32px; }
.hero__facts {
  display: inline-grid;
  grid-template-columns: repeat(3, auto);
  gap: 0;
  margin-bottom: 25px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 17px;
  background: rgba(8, 10, 16, 0.54);
  backdrop-filter: blur(14px);
}
.hero__facts .fact { min-width: 155px; padding: 14px 24px; }
.hero__facts .fact + .fact { border-left: 1px solid rgba(255, 255, 255, 0.12); }
.fact { display: grid; gap: 2px; }
.fact__label {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.fact__value { font-weight: 700; font-size: 16px; }
.hero__apps {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 16px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.hero__apps span { color: var(--muted-2); font-family: var(--font-mono); font-size: 10px; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.hero__apps i { color: rgba(255, 255, 255, 0.28); font-style: normal; }
.fact__ast { font-size: 0.72em; font-weight: 600; color: var(--blue-soft); vertical-align: super; line-height: 0; margin-left: 1px; }

.hero__mobile-proof { display: none; }

@media (max-width: 1180px) {
  .hero__center { top: 51%; }
}

@media (max-width: 900px) and (min-width: 761px) {
  .hero__shell { min-height: 800px; }
  .hero-mosaic { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .hero-shot:nth-child(n+9) { display: none; }
  .hero h1 { font-size: clamp(54px, 8vw, 74px); }
}

@media (max-width: 760px) {
  .hero { padding: 0 0 6px; }
  .hero__shell {
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: hidden;
    border-width: 0 0 1px;
    border-radius: 0 0 30px 30px;
    background:
      radial-gradient(circle at 50% 12%, rgba(74, 94, 188, 0.25), transparent 35%),
      linear-gradient(180deg, #090b12, #05060a 72%);
  }
  .hero-mosaic,
  .hero__veil { display: none; }
  .hero__center {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    transform: none;
    padding: 22px 18px 14px;
    margin: 0;
    text-align: left;
  }
  .hero h1 {
    max-width: 100%;
    margin: 0;
    font-size: clamp(40px, 11.7vw, 50px);
    line-height: 0.96;
    letter-spacing: -0.052em;
  }
  .hero .lead { margin: 0 0 18px; font-size: 15.5px; line-height: 1.46; }
  .hero__cta { display: grid; grid-template-columns: 1fr; gap: 9px; margin-bottom: 20px; }
  .hero__cta .btn { width: 100%; min-height: 52px; }
  .hero__cta .btn--ghost { display: none; }
  .hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; margin-bottom: 0; border-radius: 15px; }
  .hero__facts .fact { min-width: 0; padding: 12px 9px; }
  .hero__facts .fact__label { font-size: 8px; letter-spacing: 0.1em; }
  .hero__facts .fact__value { font-size: 12.5px; }
  .hero__apps { display: none; }
  .hero__mobile-proof {
    position: relative;
    z-index: 12;
    display: flex;
    width: 100%;
    margin: 16px 0 12px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background: linear-gradient(160deg, rgba(20, 24, 38, 0.96), rgba(8, 10, 16, 0.96));
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.4);
  }
  .hero__mobile-proof .ba-card--hero-mobile { width: 100%; max-width: none; aspect-ratio: 1.45 / 1; border-radius: 16px; }
  .ba-card--hero-mobile .ba-under { object-position: 50% 48%; }
  .ba-card--hero-mobile .ba-top img { object-position: 50% 36%; }
  .hero__mobile-proof .ba-toggle { display: none; }
  .hero__mobile-proof .hero__ba-note { margin-top: 8px; font-size: 8px; line-height: 1.4; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 38.5px; }
}

/* ---- Promise -------------------------------------------------------------------------- */

.promise { padding: 92px 0; }
@media (max-width: 700px) { .promise { padding: 34px 0 46px; } }
.promise__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 1020px;
  margin: 0 auto;
}
@media (max-width: 800px) { .promise__grid { grid-template-columns: 1fr; } }
.promise__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 22px 24px;
  color: var(--muted);
  font-size: 15.5px;
}
.promise__item b { color: var(--text); }
.promise__item .check {
  flex: none;
  width: 26px;
  height: 26px;
  margin-top: 2px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(39, 100, 255, 0.16);
  color: var(--blue-soft);
  font-size: 13px;
  font-weight: 800;
}

/* ---- Bad-Pic (annotiertes Negativ-Beispiel) ------------------------------ */

.badpic { margin: 30px auto 0; max-width: 480px; }
@media (max-width: 700px) { .badpic { max-width: 80%; } }
.badpic__note {
  margin-top: 14px;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--muted);
  text-align: center;
}
.badpic__note b { color: var(--text); }
.badpic__frame {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.5);
}
.badpic__frame img { display: block; width: 100%; }
.badpic__mark {
  position: absolute;
  z-index: 3;
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-size: clamp(18px, 5vw, 33px);
  line-height: 1;
  color: #ff5d73;
  white-space: nowrap;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.75), 0 0 3px rgba(0, 0, 0, 0.5);
  transform: rotate(-3deg);
}
.badpic__mark svg {
  position: absolute;
  width: clamp(38px, 9vw, 54px);
  height: auto;
  color: inherit;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.55));
}
.badpic__mark--loc { top: 4%; right: 5%; }
.badpic__mark--loc svg { top: calc(100% + 5px); right: 16%; }
.badpic__mark--status { top: 30%; left: 5%; transform: rotate(-4deg); }
.badpic__mark--status svg { top: calc(100% + 5px); left: 88%; }
.badpic__mark--pose { top: 72%; left: 5%; transform: rotate(2deg); }
.badpic__mark--pose svg { bottom: calc(100% + 5px); left: 62%; }
.badpic__mark--life { top: 86%; right: 5%; transform: rotate(-2deg); }
.badpic__mark--life svg { bottom: calc(100% + 5px); right: 8%; }

/* ---- Result (Dein Handy danach — Hinge-Mockups) -------------------------- */

.result__grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}
.result__col { text-align: center; }
.result__arrow { color: var(--blue-soft); width: 54px; margin-top: -120px; }
.result__arrow svg { width: 100%; height: auto; filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5)); }
.result__step {
  margin-top: 18px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue-soft);
}
.result__cap { margin-top: 7px; font-size: 14px; line-height: 1.5; color: var(--muted); }

.rphone {
  width: min(240px, 100%);
  margin: 0 auto;
  aspect-ratio: 9 / 19;
  padding: 9px;
  background: #101321;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 40px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
}
.rphone__screen {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 31px;
  overflow: hidden;
  text-align: left;
}
.rphone__island {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 17px;
  border-radius: 999px;
  background: #05060a;
  z-index: 5;
}
.rphone__island--dark { background: #0c0e16; }

/* Hinge-UI: gemeinsame Bausteine */
.hg-title { padding: 0 12px; font-size: 17px; font-weight: 800; letter-spacing: -0.02em; }
.hg-title--center { text-align: center; }
.hg-tab {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 10px;
  background: #632c5f;
  z-index: 4;
}
.hg-tab__i { position: relative; width: 22px; height: 22px; color: rgba(255, 255, 255, 0.55); display: grid; place-items: center; }
.hg-tab__i svg { width: 19px; height: 19px; }
.hg-tab__i--h { font-family: Georgia, serif; font-size: 20px; font-weight: 700; line-height: 1; }
.hg-tab__i--on { color: #fff; }
.hg-badge {
  position: absolute;
  top: -7px; left: 13px;
  padding: 2px 5px;
  border-radius: 999px;
  background: #fff;
  color: #1b1a17;
  font-style: normal;
  font-size: 7.5px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.hg-tab__av { width: 23px; height: 23px; border-radius: 50%; overflow: hidden; border: 1.5px solid rgba(255, 255, 255, 0.7); }
.hg-tab__av img { width: 100%; height: 100%; object-fit: cover; filter: blur(1.5px); }

/* Screen 1: iOS-Mitteilungszentrale */
.hg-noti {
  background:
    radial-gradient(120% 60% at 50% 0%, rgba(122, 88, 58, 0.5), transparent 60%),
    linear-gradient(180deg, #2c2118, #14100b 80%);
  color: #fff;
  padding: 36px 9px 12px;
}
.hg-noti__head { display: flex; align-items: center; justify-content: space-between; padding: 2px 4px 10px; }
.hg-noti__head b { font-size: 15.5px; font-weight: 800; }
.hg-noti__less { font-size: 8.5px; font-weight: 600; padding: 5px 9px; border-radius: 999px; background: rgba(70, 62, 55, 0.85); color: rgba(255, 255, 255, 0.85); }
.hg-noti__stack { display: flex; flex-direction: column; gap: 6px; }
.hgn { display: flex; align-items: flex-start; gap: 8px; padding: 9px 10px; border-radius: 16px; background: rgba(64, 57, 50, 0.78); }
.hgn__icon { flex: 0 0 26px; height: 26px; display: grid; place-items: center; border-radius: 7px; background: #fff; color: #111; font-family: Georgia, serif; font-size: 15px; font-weight: 700; }
.hgn__av { flex: 0 0 26px; height: 26px; border-radius: 50%; overflow: hidden; }
.hgn__av img { width: 100%; height: 100%; object-fit: cover; filter: blur(3px); transform: scale(1.25); }
.hgn__txt { flex: 1; min-width: 0; }
.hgn__row { display: flex; align-items: baseline; justify-content: space-between; gap: 6px; }
.hgn__row b { font-size: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hgn__row span { font-size: 7.5px; color: rgba(255, 255, 255, 0.6); white-space: nowrap; }
.hgn__txt p { font-size: 9.5px; line-height: 1.35; color: rgba(255, 255, 255, 0.92); overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.hgn__thumb { flex: 0 0 24px; height: 30px; border-radius: 5px; object-fit: cover; filter: blur(3px); }

/* Screen 2: Likes You */
.hg-likes { background: #f7f4ee; color: #1b1a17; padding: 32px 10px 0; }
.hg-likes .hg-title { margin-bottom: 10px; }
.hg-likes__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.hgcard { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 1px 4px rgba(20, 18, 14, 0.07); }
.hgcard__top { padding: 8px 10px 9px; }
.hgcard__top em {
  display: block;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 8.5px;
  color: #4c4a45;
  padding-bottom: 6px;
  border-bottom: 1px solid #ecebe5;
  margin-bottom: 7px;
}
.hgcard__top b { font-size: 14.5px; letter-spacing: -0.01em; }
.hgcard__ph { aspect-ratio: 1 / 1.06; }
.hgcard__ph img { width: 100%; height: 100%; object-fit: cover; filter: blur(8px) saturate(1.05); transform: scale(1.2); }

/* Screen 3: Matches */
.hg-matches { background: #fbfaf6; color: #1b1a17; padding: 30px 0 0; display: flex; flex-direction: column; }
.hg-matches .hg-title { font-size: 19px; padding: 0 12px 8px; }
.hg-matches__turn { display: flex; align-items: center; justify-content: space-between; padding: 0 12px 7px; font-size: 11px; font-weight: 800; }
.hg-matches__turn span { color: #8a877f; font-size: 9px; }
.hg-limit { position: relative; margin: 0 10px 8px; padding: 8px 10px 13px; border-radius: 10px; background: #ece7ef; }
.hg-limit b { display: block; font-size: 9.5px; margin-bottom: 2px; }
.hg-limit p { font-size: 8px; line-height: 1.4; color: #55524c; }
.hg-limit__bar { position: absolute; left: 10px; right: 10px; bottom: 6px; height: 3.5px; border-radius: 999px; background: #542d66; }
.hg-matches .msgs__window { margin-bottom: 44px; }
.hgm { display: flex; align-items: center; gap: 9px; padding: 7px 12px; border-bottom: 1px solid #f0eee8; }
.hgm__av { flex: 0 0 34px; height: 34px; border-radius: 50%; overflow: hidden; }
.hgm__av img { width: 100%; height: 100%; object-fit: cover; filter: blur(4px); transform: scale(1.25); }
.hgm__txt { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.hgm__txt b { font-size: 11.5px; }
.hgm__txt span { font-size: 9.5px; color: #8a877f; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 118px; }
.hgm__txt i { font-style: normal; font-size: 9px; font-weight: 600; color: #1b1a17; }
.hgm__cta { margin-left: auto; padding: 6px 10px; border: 1px solid #c9c6bd; border-radius: 999px; font-size: 8.5px; font-weight: 600; white-space: nowrap; }

/* Scroll-Fenster (Nachrichten-Animation) */
.msgs__window { flex: 1; overflow: hidden; position: relative; }
.msgs__window::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 30px;
  background: linear-gradient(180deg, transparent, #fbfaf6);
  pointer-events: none;
}
.msgs__list { display: flex; flex-direction: column; animation: msgs-scroll 16s linear infinite; }
@keyframes msgs-scroll { to { transform: translateY(-50%); } }
@media (prefers-reduced-motion: reduce) { .msgs__list { animation: none; } }

@media (max-width: 860px) {
  .result__grid { grid-template-columns: 1fr; gap: 34px; max-width: 300px; }
  .result__arrow { display: none; }
}

/* ---- Pain ---------------------------------------------------------------------------- */

.pain { position: relative; isolation: isolate; overflow: hidden; }
.pain::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("../img/pain-verpasst.jpg") center 25% / cover no-repeat;
  filter: blur(3px) brightness(0.55);
  transform: scale(1.05);
}
.pain::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, var(--bg) 0%, rgba(18, 7, 40, 0.52) 26%, rgba(18, 7, 40, 0.6) 74%, var(--bg) 100%);
}
.pain__duo { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 44px; align-items: center; }
.pain__duo .section-head { margin-bottom: 0; }
.pain__match { text-align: center; }
.pain__match .rphone { width: min(252px, 100%); }
@media (max-width: 860px) {
  .pain__duo { grid-template-columns: 1fr; gap: 30px; }
  .pain__match .rphone { width: 240px; }
}

/* Tinder-Match-Screen */
.tm { background: #690f1f; color: #fff; }
.tm__close {
  position: absolute;
  top: 34px; left: 13px;
  width: 26px; height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.85);
  z-index: 4;
}
.tm__t1, .tm__t2 {
  position: absolute;
  left: 0; right: 0;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  color: #f1301c;
  z-index: 3;
  line-height: 1;
}
.tm__t1 { top: 32px; font-size: 38px; }
.tm__t2 { top: 306px; font-size: 52px; font-style: italic; font-weight: 700; }
.tm__card {
  position: absolute;
  width: 54%;
  aspect-ratio: 3 / 4;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
}
.tm__card img { width: 100%; height: 100%; object-fit: cover; }
.tm__card--his { left: 7%; top: 64px; transform: rotate(-7deg); z-index: 1; }
.tm__card--hers { right: 6%; top: 148px; transform: rotate(5deg); z-index: 2; }
.tm__sub { position: absolute; top: 368px; left: 0; right: 0; text-align: center; font-size: 10.5px; font-weight: 700; }
.tm__input {
  position: absolute;
  left: 12px; right: 12px; bottom: 56px;
  padding: 11px 14px;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.12);
  text-align: left;
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.55);
}
.tm__emojis { position: absolute; left: 12px; right: 12px; bottom: 14px; display: flex; gap: 8px; }
.tm__emojis span {
  flex: 1;
  padding: 8px 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 13px;
  text-align: center;
}


.pain__punch b { color: var(--blue-soft); }

/* ---- Prinzip (Split: Copy + Phone-Mockup) ------------------------------------------------ */

.shift__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }
@media (max-width: 900px) { .shift__grid { grid-template-columns: 1fr; gap: 48px; } }
.shift p { color: var(--muted); margin-bottom: 18px; }
.shift p b, .shift p strong { color: var(--text); }
.shift__points { list-style: none; margin-top: 30px; display: grid; gap: 14px; }
.shift__points li { display: flex; gap: 14px; align-items: flex-start; color: var(--text); font-weight: 500; }
.shift__points li span.txt { color: var(--muted); font-weight: 400; }
.shift__points li .txt b { color: var(--text); }
.shift__points .check {
  flex: none;
  width: 26px;
  height: 26px;
  margin-top: 2px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(39, 100, 255, 0.16);
  color: var(--blue-soft);
  font-size: 13px;
  font-weight: 800;
}
.shift__media { position: relative; display: flex; flex-direction: column; align-items: center; }
.shift__badge {
  margin-top: 22px;
  background: rgba(16, 18, 29, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 12px 18px;
  font-size: 13.5px;
  color: var(--muted);
  text-align: center;
}
.shift__badge b { color: var(--blue-soft); display: block; font-size: 15px; }

/* ---- Phone-Mockup ------------------------------------------------------------------------ */

.phone {
  width: min(350px, 86vw);
  background: #04040a;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50px;
  padding: 11px;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.65), 0 0 80px rgba(124, 58, 237, 0.15);
}
.screen {
  background: #0b0c13;
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.statusbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 26px 8px;
  font-size: 12.5px;
  font-weight: 600;
  color: #cfcfda;
}
.chat-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8a5a44, #c98d6b);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.chat-head .who b { display: block; font-size: 14.5px; }
.chat-head .who span { font-size: 12px; color: #7ddb8a; }
.chat-body { padding: 18px 16px 20px; display: flex; flex-direction: column; gap: 10px; }
.bubble { max-width: 82%; padding: 11px 15px; border-radius: 18px; font-size: 13.8px; line-height: 1.5; }
.bubble.her { align-self: flex-start; background: #1b1d2a; color: #dcdce6; border-bottom-left-radius: 6px; }
.bubble.me {
  align-self: flex-end;
  background: linear-gradient(135deg, rgba(39, 100, 255, 0.3), rgba(124, 58, 237, 0.22));
  border: 1px solid rgba(126, 162, 255, 0.4);
  color: #e7edff;
  border-bottom-right-radius: 6px;
}
.stamp { font-size: 10.5px; color: var(--muted-2); align-self: center; margin: 2px 0; }
.confirm-card {
  margin: 10px 4px 2px;
  background: #12141f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid var(--blue);
  border-radius: 14px;
  padding: 13px 15px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.confirm-card .tick {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 50%;
  background: var(--accent-grad);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
.confirm-card b { display: block; font-size: 13.5px; }
.confirm-card small { font-size: 12px; color: var(--muted); }
.confirm-card .chip {
  display: inline-block;
  margin-top: 7px;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--blue-soft);
  border: 1px solid rgba(126, 162, 255, 0.4);
  border-radius: 999px;
  padding: 3px 9px;
}

/* ---- Date-Briefing-Karte ------------------------------------------------------------------ */

.brief {
  width: min(410px, 100%);
  background: var(--card);
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 22px;
  box-shadow: var(--shadow), 0 0 80px rgba(124, 58, 237, 0.12);
  overflow: hidden;
}
.brief__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 16px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue-soft);
}
.brief__head .chip {
  border: 1px solid rgba(126, 162, 255, 0.4);
  border-radius: 999px;
  padding: 4px 11px;
  font-size: 10.5px;
  white-space: nowrap;
}
.brief__body { padding: 20px 22px; display: grid; gap: 16px; }
.brief__row { display: grid; gap: 4px; }
.brief__label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-2);
}
.brief__value { font-size: 15px; line-height: 1.5; color: #dfe4f2; }
.brief__value b { color: #fff; }
.brief__foot {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 22px 20px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(39, 100, 255, 0.1);
  border: 1px solid rgba(126, 162, 255, 0.3);
  font-size: 13px;
  color: var(--blue-soft);
}
.brief__foot .tick {
  flex: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--accent-grad);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

/* ---- Leistungs-Karten (Bild + Titel-Overlay + weiße Textkarte) ---------------------------- */

.pillars { background: var(--bg-soft); }
.pillars__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 980px) { .pillars__grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; } }
.pcard {
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease;
}
.pcard:hover { transform: translateY(-6px); }
.pcard__media { position: relative; height: clamp(320px, 24vw, 430px); flex: none; isolation: isolate; }
.pcard__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pcard__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(91, 33, 182, 0) 40%, rgba(76, 22, 158, 0.92) 100%);
}
.pcard__num {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  font-family: var(--font-mono);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #fff;
  background: rgba(5, 6, 10, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 5px 12px;
  backdrop-filter: blur(6px);
}
.pcard__title {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 18px;
  z-index: 2;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-size: clamp(20px, 1.9vw, 27px);
  line-height: 1.08;
  color: #fff;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  text-wrap: balance;
}
.pcard__body {
  padding: 22px 24px 28px;
  color: #3c4356;
  font-size: 15px;
  line-height: 1.6;
  flex: 1;
}
.pcard__body b { color: var(--light-text); }
.pcard__list { list-style: none; text-align: left; display: grid; gap: 11px; margin: 0; }
.pcard__list li { padding-left: 20px; position: relative; }
.pcard__list li::before { content: "–"; position: absolute; left: 0; color: var(--blue); font-weight: 800; }

/* ---- Ablauf: vier gestapelte Schritte mit Duotone-Icons ---------------------------------------- */

.flow { display: grid; gap: 16px; }

.flow__step {
  display: grid;
  grid-template-columns: 70px 1fr 1.4fr;
  gap: 30px;
  align-items: center;
  background: linear-gradient(118deg, rgba(39, 100, 255, 0.06), rgba(124, 58, 237, 0.03) 52%, transparent 78%), var(--card);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 28px 32px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.flow__step:hover {
  border-color: rgba(139, 92, 246, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 18px 40px -22px rgba(124, 58, 237, 0.6);
}

.flow__icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(140deg, rgba(39, 100, 255, 0.22), rgba(124, 58, 237, 0.18));
  border: 1px solid rgba(139, 92, 246, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.flow__icon svg { width: 38px; height: 38px; }

/* Duotone: .d/.d2 gefuellte Flaechen mit Kontur, .f Vollflaeche, .s/.s2/.s3 reine Konturen */
.flow__icon .d,
.flow__icon .d2,
.flow__icon .f { stroke: none; }
.flow__icon .d { fill: rgba(126, 162, 255, 0.26); }
.flow__icon .d2 { fill: rgba(126, 162, 255, 0.5); }
.flow__icon .f { fill: var(--blue-soft); }
.flow__icon .s,
.flow__icon .s2,
.flow__icon .s3 {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.flow__icon .s { stroke: var(--blue-soft); stroke-width: 2.6; }
.flow__icon .s2 { stroke: rgba(126, 162, 255, 0.5); stroke-width: 2.6; }
.flow__icon .s3 { stroke: #10121d; stroke-width: 2.8; }
.flow__icon svg * { transition: fill 0.3s ease, stroke 0.3s ease; }
.flow__step:hover .flow__icon { border-color: rgba(139, 92, 246, 0.75); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 0 24px -4px rgba(124, 58, 237, 0.45); }
.flow__step:hover .flow__icon .d { fill: rgba(180, 205, 255, 0.34); }
.flow__step:hover .flow__icon .d2 { fill: rgba(200, 218, 255, 0.62); }
.flow__step:hover .flow__icon .f { fill: #fff; }
.flow__step:hover .flow__icon .s { stroke: #fff; }
.flow__step:hover .flow__icon .s2 { stroke: rgba(255, 255, 255, 0.6); }

.flow__num {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--muted-2);
  margin-bottom: 7px;
}
.flow__step h3 {
  font-size: clamp(19px, 1.9vw, 23px);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.28;
  text-wrap: balance;
}
.flow__step p { color: var(--muted); font-size: 15.5px; line-height: 1.6; }

/* Schmal: Text unter den Titel, Icon bleibt links daneben stehen */
@media (max-width: 900px) {
  .flow__step { grid-template-columns: 56px 1fr; gap: 12px 18px; padding: 24px 22px; align-items: start; }
  .flow__icon { grid-row: 1 / span 2; width: 56px; height: 56px; border-radius: 16px; }
  .flow__icon svg { width: 31px; height: 31px; }
  .flow__step h3 { font-size: clamp(18px, 4.6vw, 21px); }
  .flow__step p { font-size: 15px; }
}

/* ---- Coach / Founder -------------------------------------------------------------------------------- */

.coach { position: relative; isolation: isolate; overflow: hidden; }
.coach::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("../img/coach-heute.jpg") 22% center / cover no-repeat;
  filter: blur(1.5px) brightness(0.62);
  transform: scale(1.04);
}
.coach::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 6, 10, 0.72) 0%, rgba(5, 6, 10, 0.35) 48%, rgba(5, 6, 10, 0.12) 70%),
    linear-gradient(180deg, var(--bg) 0%, rgba(5, 6, 10, 0.42) 25%, rgba(5, 6, 10, 0.5) 75%, var(--bg) 100%);
}
.coach__content { max-width: 720px; }
.coach p { color: var(--muted); margin-bottom: 18px; }
.coach p strong { color: var(--text); }
.coach__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; }
@media (max-width: 560px) { .coach__stats { grid-template-columns: 1fr 1fr; } }
.stat {
  background: rgba(16, 18, 29, 0.7);
  border: 1px solid var(--card-border);
  border-radius: 18px;
  padding: 20px 18px;
  text-align: center;
}
.stat__num { font-weight: 800; font-size: 32px; letter-spacing: -0.02em; line-height: 1; background: var(--accent-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat__label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-2); margin-top: 9px; }

/* ---- Testimonials -------------------------------------------------------------------------------------- */

.testis { background: var(--bg-soft); }
.testis__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 900px) { .testis__grid { grid-template-columns: 1fr; } }
.testi {
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.testi__img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 14px; }
.testi__stars { color: var(--blue-soft); letter-spacing: 4px; font-size: 15px; }
.testi p { color: var(--muted); font-size: 15.5px; flex: 1; }
.testi__who b { display: block; font-size: 15px; }
.testi__who span { font-size: 13px; color: var(--muted-2); }

/* ---- Vergleich -------------------------------------------------------------------------------------------- */

.vs__head, .vs__row { display: grid; grid-template-columns: 1.1fr 1fr 1.15fr; gap: 14px; }
.vs__head { margin-bottom: 14px; }
.vs__head div {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 10px;
  border-radius: 14px;
}
.vs__head .h-self { background: var(--card); color: var(--muted-2); border: 1px solid rgba(255, 255, 255, 0.06); }
.vs__head .h-dod { background: linear-gradient(100deg, rgba(39, 100, 255, 0.2), rgba(124, 58, 237, 0.18)); color: var(--blue-soft); border: 1px solid rgba(126, 162, 255, 0.4); }
.vs__row {
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 20px 22px;
  margin-bottom: 10px;
  align-items: center;
}
.vs__row .crit { font-weight: 700; font-size: 15.5px; }
.vs__row .cell { font-size: 14.5px; color: var(--muted); display: flex; gap: 9px; align-items: flex-start; }
.vs__row .cell.dod { color: #dfe6f5; }
.vs__row .x { color: var(--danger); font-weight: 800; flex: 0 0 auto; }
.vs__row .c { color: var(--blue-soft); font-weight: 800; flex: 0 0 auto; }
@media (max-width: 760px) {
  .vs__head { grid-template-columns: 1fr 1fr; }
  .vs__head .h-crit { display: none; }
  .vs__row { grid-template-columns: 1fr 1fr; row-gap: 10px; }
  .vs__row .crit { grid-column: 1 / -1; font-size: 15px; color: var(--blue-soft); }
}

/* ---- Erstgespräch (helle Sektion) --------------------------------------------------------------------- */

.apply { background: var(--light-bg); }
.apply .kicker { color: var(--blue); }
.apply h2 { color: var(--light-text); }
.apply .lead { color: var(--light-muted); }
.apply__for {
  list-style: none;
  max-width: 640px;
  margin: 26px auto 0;
  display: grid;
  gap: 13px;
  text-align: left;
}
.apply__for li { display: flex; gap: 13px; align-items: flex-start; color: var(--light-muted); font-size: 16.5px; }
.apply__for li b { color: var(--light-text); }
.apply__for .check {
  flex: none;
  width: 26px;
  height: 26px;
  margin-top: 1px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(39, 100, 255, 0.12);
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}
.apply__grid { display: grid; justify-items: center; margin-top: 56px; }
.apply-card {
  position: relative;
  background: #fff;
  color: var(--light-text);
  border: 2px solid var(--blue);
  border-radius: var(--radius);
  padding: 46px 44px 40px;
  width: min(620px, 100%);
  box-shadow: 0 24px 60px rgba(39, 100, 255, 0.18);
}
@media (max-width: 560px) { .apply-card { padding: 38px 24px 34px; } }
.apply-card__badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--blue);
  color: #fff;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 999px;
  white-space: nowrap;
}
.apply-card__name { font-weight: 800; font-size: 22px; letter-spacing: -0.01em; }
.apply-card__tagline { color: var(--light-muted); font-size: 14.5px; margin: 6px 0 24px; }
.apply-card__price { font-weight: 800; font-size: 52px; letter-spacing: -0.03em; line-height: 1; }
.apply-card__price small { font-size: 22px; font-weight: 700; }
.apply-card__price-note { color: var(--light-muted); font-size: 13px; margin: 8px 0 28px; }
.field { margin-bottom: 16px; text-align: left; }
.field label { display: block; font-size: 13.5px; font-weight: 700; margin-bottom: 7px; color: var(--light-text); }
.field label span { color: var(--light-muted); font-weight: 400; }
.field input, .field textarea {
  width: 100%;
  background: #f4f6fb;
  border: 1px solid #d9deeb;
  border-radius: 12px;
  padding: 14px 16px;
  color: var(--light-text);
  font-family: var(--font-body);
  font-size: 15.5px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.field input:focus, .field textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(39, 100, 255, 0.15);
}
.field textarea { resize: vertical; min-height: 76px; }
.apply-card .btn { width: 100%; margin-top: 6px; }
.form-note { font-size: 12.5px; color: var(--light-muted); text-align: center; margin-top: 14px; }
.form-ok { display: none; text-align: center; padding: 26px 6px; }
.form-ok .tick {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--accent-grad);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  font-weight: 800;
}
.form-ok h3 { font-size: 1.35rem; }
.form-ok p { color: var(--light-muted); font-size: 15px; margin-top: 8px; }
.or-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 22px 0 16px;
  color: var(--light-muted);
  font-size: 13px;
}
.or-divider::before, .or-divider::after { content: ""; flex: 1; height: 1px; background: #e2e5ee; }
.btn--wa {
  width: 100%;
  background: rgba(37, 211, 102, 0.1);
  border: 1px solid rgba(37, 211, 102, 0.5);
  color: #128c4b;
}
.btn--wa:hover { background: rgba(37, 211, 102, 0.18); transform: translateY(-2px); }
.apply__note { text-align: center; color: var(--light-muted); font-size: 14px; margin-top: 34px; }
.apply__note b { color: var(--light-text); }

/* ---- FAQ ------------------------------------------------------------------------------------------------------- */

.faq__list { display: grid; gap: 0; border-top: 1px solid rgba(255, 255, 255, 0.09); }
.faq__item { border-bottom: 1px solid rgba(255, 255, 255, 0.09); }
.faq__item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 26px 6px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: color 0.2s ease;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--blue-soft); }
.faq__item summary .plus {
  flex: none;
  color: var(--blue-soft);
  font-size: 24px;
  font-weight: 400;
  transition: transform 0.25s ease;
  line-height: 1;
}
.faq__item[open] summary .plus { transform: rotate(45deg); }
.faq__item[open] summary { color: var(--blue-soft); }
.faq__body { padding: 0 6px 28px; color: var(--muted); max-width: 60em; }
.faq__body b { color: var(--text); }

/* ---- Footer ---------------------------------------------------------------------------------------------------------- */

.footer { border-top: 1px solid rgba(255, 255, 255, 0.07); padding: 44px 0 60px; background: var(--bg); }
.footer__inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; align-items: center; }
.footer__logo { font-weight: 800; font-size: 14px; letter-spacing: 0.2em; text-transform: uppercase; }
.footer__logo span { color: var(--blue-soft); }
.footer nav { display: flex; flex-wrap: wrap; gap: 26px; font-size: 14px; }
.footer nav a { color: var(--muted-2); text-decoration: none; }
.footer nav a:hover { color: var(--blue-soft); }
.footer__legal { width: 100%; margin-top: 18px; color: var(--muted-2); font-size: 12.5px; max-width: 80em; }

/* ---- Scroll-Reveal ------------------------------------------------------------------------------------------------------ */

.reveal { opacity: 0; transform: translateY(26px); }
.reveal.on {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s ease var(--d, 0s), transform 0.7s ease var(--d, 0s);
}
@media (prefers-reduced-motion: reduce) {
  .hero-shot { opacity: 1; animation: none; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ==========================================================================
   PHOTOS ON DEMAND — seitenspezifische Komponenten
   ========================================================================== */

/* Pain ohne Hintergrundbild (Basis-CSS referenziert pain-verpasst.jpg, das
   hier nicht existiert — Override verhindert 404 + hält die Sektion clean) */
.pain::before { background: radial-gradient(60% 80% at 80% 10%, rgba(124, 58, 237, 0.16), transparent 65%); filter: none; transform: none; }
.pain::after { background: linear-gradient(180deg, var(--bg) 0%, rgba(18, 7, 40, 0.35) 30%, rgba(18, 7, 40, 0.4) 70%, var(--bg) 100%); }

/* ---- Vorher/Nachher-Slider ------------------------------------------------- */

.ba-card {
  position: relative;
  width: min(360px, 86vw);
  aspect-ratio: 4 / 5.4;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.65), 0 0 80px rgba(124, 58, 237, 0.16);
  background: #0b0c13;
  touch-action: none;
  cursor: ew-resize;
  user-select: none;
  -webkit-user-select: none;
}
.ba-card:focus-visible { outline: 2px solid var(--blue-soft); outline-offset: 3px; }
.ba-card img { pointer-events: none; }
.ba-under,
.ba-top img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ba-top {
  position: absolute;
  inset: 0;
  clip-path: inset(0 calc(100% - var(--pos, 50%)) 0 0);
}
.ba-card.anim .ba-top { transition: clip-path 0.5s ease; }
.ba-card.anim .ba-divider { transition: left 0.5s ease; }
.ba-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos, 50%);
  width: 2px;
  margin-left: -1px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.55);
  z-index: 3;
}
.ba-knob {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.5px;
  white-space: nowrap;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.9);
}
.ba-tag {
  position: absolute;
  top: 14px;
  z-index: 2;
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  pointer-events: none;
}
.ba-tag--before { left: 14px; background: rgba(5, 6, 10, 0.62); color: #d8dcea; border: 1px solid rgba(255, 255, 255, 0.25); backdrop-filter: blur(6px); }
.ba-tag--after { right: 14px; background: rgba(39, 100, 255, 0.9); color: #fff; }
.ba-card--inline {
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.ba-toggle {
  display: flex;
  gap: 4px;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 4px;
}
.ba-toggle button {
  flex: 1;
  border: none;
  background: transparent;
  color: var(--muted);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  padding: 10px 22px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.25s, color 0.25s;
}
.ba-toggle button.on { background: var(--blue); color: #fff; }
.hero__ba { flex-direction: column; align-items: center; }
.hero__ba-note { margin-top: 14px; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-2); text-align: center; }

/* ---- Showcase / Galerie ---------------------------------------------------- */

.case__grid { display: grid; grid-template-columns: 0.9fr 1.1fr 1.1fr 1.1fr; gap: 12px; }
@media (max-width: 900px) { .case__grid { grid-template-columns: 1fr 1fr; } }
.case__grid--slider { grid-template-columns: repeat(2, minmax(0, 414px)); justify-content: center; gap: 16px; }
.case__grid--slider .ba-card--inline { aspect-ratio: 4 / 5; height: auto; }
@media (max-width: 900px) {
  .case__grid--slider { grid-template-columns: 1fr 1fr; }
  .case__grid--slider .ba-card--inline { grid-column: 1 / -1; aspect-ratio: 3 / 4; height: auto; }
}
.ph {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.ph img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ph .tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
}
.ph .tag.before { background: rgba(5, 6, 10, 0.62); color: #d8dcea; border: 1px solid rgba(255, 255, 255, 0.22); }
.ph .tag.after { background: rgba(39, 100, 255, 0.85); color: #fff; }
.ph.is-before img { filter: saturate(0.92); }
.ph.is-before::after { content: ""; position: absolute; inset: 0; background: rgba(5, 6, 10, 0.18); }
.showcase__note { margin-top: 40px; text-align: center; color: var(--muted); font-size: 14.5px; max-width: 52em; margin-left: auto; margin-right: auto; }
.showcase__note b { color: var(--text); }

/* Szenen-Reihe */
.scenes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
@media (max-width: 800px) { .scenes { grid-template-columns: 1fr 1fr; } }
.scene { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 3 / 4; border: 1px solid rgba(255, 255, 255, 0.08); isolation: isolate; transition: transform 0.25s ease; }
.scene:hover { transform: translateY(-5px); }
.scene img { width: 100%; height: 100%; object-fit: cover; display: block; }
.scene::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(124, 58, 237, 0) 45%, rgba(59, 18, 110, 0.85) 100%); }
.scene b {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 2;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.4);
}
.scene .tag { position: absolute; top: 10px; left: 10px; z-index: 2; font-family: var(--font-mono); font-size: 10px; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; background: rgba(39, 100, 255, 0.85); color: #fff; }

/* ---- Regeln (Ehrlichkeits-Block) ------------------------------------------- */

.rules { background: var(--bg-soft); }
.rules__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 860px) { .rules__grid { grid-template-columns: 1fr; } }
.rule { background: var(--card); border: 1px solid rgba(139, 92, 246, 0.2); border-radius: 20px; padding: 26px 24px; }
.rule .num { font-family: var(--font-mono); font-size: 11px; font-weight: 600; letter-spacing: 0.14em; color: var(--blue-soft); text-transform: uppercase; display: block; margin-bottom: 12px; }
.rule h3 { font-size: 19px; font-weight: 800; letter-spacing: -0.01em; margin-bottom: 9px; }
.rule p { color: var(--muted); font-size: 15px; }
.rules__punch { margin-top: 30px; font-size: clamp(17px, 2vw, 20px); color: var(--text); border-left: 3px solid var(--violet); padding-left: 24px; max-width: 50em; }
.rules__punch b { color: var(--blue-soft); }

/* ---- Pakete (helle Sektion) ------------------------------------------------ */

.pricing { background: var(--light-bg); }
.pricing .kicker { color: var(--blue); }
.pricing h2 { color: var(--light-text); }
.pricing .lead { color: var(--light-muted); }
.pricing__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; margin-top: 50px; }
.pricing__grid--two { grid-template-columns: repeat(2, minmax(0, 420px)); justify-content: center; }
@media (max-width: 1000px) { .pricing__grid, .pricing__grid--two { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; } }
.plan {
  position: relative;
  background: #fff;
  color: var(--light-text);
  border: 1px solid #e2e5ee;
  border-radius: var(--radius);
  padding: 34px 28px 30px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 34px rgba(11, 13, 22, 0.06);
}
.plan--hot { border: 2px solid var(--blue); box-shadow: 0 24px 60px rgba(39, 100, 255, 0.18); }
.plan__badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--blue);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  white-space: nowrap;
}
.plan__name { font-weight: 800; font-size: 19px; letter-spacing: -0.01em; }
.plan__tagline { color: var(--light-muted); font-size: 13.5px; margin: 4px 0 20px; }
.plan__price { font-weight: 800; font-size: 42px; letter-spacing: -0.03em; line-height: 1; }
.plan__price small { font-size: 20px; font-weight: 700; }
.plan__price-note { color: var(--light-muted); font-size: 12.5px; margin: 6px 0 22px; }
/* align-content: start — sonst zieht flex:1 die Grid-Zeilen ueber die ganze Resthoehe auseinander */
.plan ul { list-style: none; display: grid; align-content: start; gap: 11px; margin-bottom: 26px; flex: 1; }
.plan ul li { display: flex; gap: 11px; font-size: 14.5px; color: var(--light-muted); }
.plan ul li.strong { color: var(--light-text); font-weight: 600; }
.plan ul .check { color: var(--blue); font-weight: 800; flex: none; }
.pricing__note { text-align: center; color: var(--light-muted); font-size: 14px; margin-top: 30px; }
.pricing__note b { color: var(--light-text); }

/* ---- Beweis: Bumble-Foto-Performance (KI vs. Profi-Shooting) -------------- */

.proof__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(22px, 3vw, 34px);
  align-items: start;
}
@media (max-width: 860px) {
  .proof__grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
}

.proof__card { margin: 0; }
.proof__frame {
  position: relative;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow);
}
.proof__frame img { width: 100%; height: auto; }

.proof__box {
  position: absolute;
  border-radius: 14px;
  pointer-events: none;
}
.proof__box--ki {
  border: 2px solid rgba(39, 100, 255, 0.75);
  background: rgba(39, 100, 255, 0.06);
}
.proof__box--pro {
  border: 2px dashed rgba(214, 60, 80, 0.75);
}
.proof__box span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-family: var(--font-mono);
  font-size: clamp(9px, 1.6vw, 12px);
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 5px 12px;
  border-radius: 999px;
  color: #fff;
}
@media (min-width: 861px) {
  .proof__box span { font-size: 12px; }
}
.proof__box--ki span { background: var(--blue); box-shadow: 0 8px 20px rgba(39, 100, 255, 0.35); }
.proof__box--pro span {
  left: auto;
  right: -4px;
  transform: translate(0, -50%);
  background: #d63c50;
  box-shadow: 0 8px 20px rgba(214, 60, 80, 0.3);
}

.proof__card figcaption {
  margin-top: 14px;
  text-align: center;
  color: var(--muted-2);
  font-size: 13.5px;
}
.proof__card figcaption b { color: var(--muted); }

.proof__note {
  margin-top: 18px;
  color: var(--muted-2);
  font-size: 13px;
  max-width: 62em;
}
/* Quellenangabe ueber den Screenshots: sitzt direkt unter dem Lead, mittig wie der Rest des Kopfs */
.proof__note--top { margin: 18px auto 0; }

/* ---- KI-Look-Vergleich (typischer KI-Look vs. unser Standard) ------------- */

.kilook__stage { display: flex; justify-content: center; }
.ba-card--look { width: min(430px, 90vw); aspect-ratio: 4 / 5; }

.kilook__note {
  max-width: 640px;
  margin: 24px auto 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--muted);
  text-align: center;
}
.kilook__note b { color: var(--text); }
