/* ============================================================
   Elegantnast v3 — landeseiten-DNA
   Weiß + eine gesättigte Markenfarbe + Akzent. Urbanist.
   Lang, nüchtern, jede Sektion beantwortet einen Einwand.
   ============================================================ */

@font-face { font-family: "Urbanist"; src: url("../fonts/urbanist-v18-latin_latin-ext-regular.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Urbanist"; src: url("../fonts/urbanist-v18-latin_latin-ext-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Urbanist"; src: url("../fonts/urbanist-v18-latin_latin-ext-700.woff2") format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Urbanist"; src: url("../fonts/urbanist-v18-latin_latin-ext-800.woff2") format("woff2"); font-weight: 800; font-display: swap; }

:root {
  --white:   #ffffff;
  --grey:    #f5f4f6;          /* Wechselfläche */
  --ink:     #23141b;
  --muted:   #5d4e56;
  --brand:   oklch(0.42 0.16 15);   /* gesättigtes Bordeaux */
  --brand-d: oklch(0.33 0.13 13);
  --gold:    oklch(0.76 0.12 82);   /* Akzent, zitiert die Logo-Krone */
  --gold-d:  oklch(0.62 0.12 80);
  --line:    #e8e3e6;

  --font: "Urbanist", "Avenir Next", sans-serif;
  --ease: cubic-bezier(0.25, 0.8, 0.3, 1);
  --r: 14px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0; overflow-x: clip;
  font-family: var(--font); font-size: 1.0625rem; line-height: 1.62;
  color: var(--ink); background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; height: auto; display: block; }
::selection { background: oklch(0.42 0.16 15 / 0.15); }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; border-radius: 3px; }

h1, h2, h3 { font-weight: 800; line-height: 1.12; letter-spacing: -0.015em; text-wrap: balance; margin: 0 0 0.9rem; }
h1 { font-size: clamp(2.1rem, 4.6vw + 0.4rem, 3.7rem); }
h2 { font-size: clamp(1.7rem, 3vw + 0.3rem, 2.5rem); }
h3 { font-size: 1.2rem; }
p  { margin: 0 0 1rem; max-width: 62ch; }
a  { color: var(--brand); text-underline-offset: 3px; }

.wrap { width: min(100% - 2.5rem, 1180px); margin-inline: auto; }
.sec { padding-block: clamp(3.2rem, 8vw, 5.5rem); }
.sec--grey { background: var(--grey); }
.sec--brand { background: linear-gradient(150deg, var(--brand), var(--brand-d)); color: #fff; }
.sec--brand h2 { color: #fff; }
.sec--brand p { color: oklch(0.92 0.02 20); }
.kicker {
  display: inline-block; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--brand); margin-bottom: 0.7rem;
}
.sec--brand .kicker { color: var(--gold); }
.center { text-align: center; }
.center p, .center h1, .center h2 { margin-inline: auto; }

/* 50/50-Grundraster (49 von 69 gemessenen Mustern) */
.split { display: grid; gap: 2.6rem; align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; gap: 4rem; } }
.split--rev > :first-child { order: 2; }
@media (max-width: 899px) { .split--rev > :first-child { order: 0; } }

/* Buttons: Gespräch, nicht Kauf */
.btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.95rem 1.7rem; border-radius: 999px;
  font-weight: 700; font-size: 1rem; text-decoration: none;
  background: var(--brand); color: #fff;
  box-shadow: 0 10px 24px -12px oklch(0.42 0.16 15 / 0.6);
  transition: transform 320ms var(--ease), box-shadow 320ms var(--ease), background-color 320ms var(--ease);
}
.btn:active { transform: scale(0.98); }
@media (hover: hover) { .btn:hover { background: var(--brand-d); transform: translateY(-2px); } }
.btn svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.btn--gold { background: var(--gold-d); box-shadow: 0 10px 24px -12px oklch(0.62 0.12 80 / 0.6); }
@media (hover: hover) { .btn--gold:hover { background: oklch(0.55 0.12 78); } }
.btn--line { background: transparent; color: var(--ink); border: 2px solid var(--line); box-shadow: none; }
@media (hover: hover) { .btn--line:hover { border-color: var(--brand); color: var(--brand); background: transparent; } }
.sec--brand .btn--line { color: #fff; border-color: oklch(1 0 0 / 0.4); }
.btn-note { display: block; margin-top: 0.55rem; font-size: 0.85rem; color: var(--muted); }
.sec--brand .btn-note { color: oklch(0.88 0.02 20); }

/* Header: klassisch, ruhig */
.top {
  position: sticky; top: 0; z-index: 50;
  background: oklch(1 0 0 / 0.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.top .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 66px; gap: 1rem; }
.top .brand { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; color: var(--ink); font-weight: 800; font-size: 1.1rem; }
.top .brand img { width: 74px; }
.top nav { display: none; gap: 1.5rem; align-items: center; }
.top nav a { color: var(--ink); text-decoration: none; font-weight: 600; font-size: 0.95rem; }
.top nav a:hover { color: var(--brand); }
.top .btn { padding: 0.6rem 1.15rem; font-size: 0.92rem; }
.nav-toggle { appearance: none; background: none; border: 0; cursor: pointer; width: 44px; height: 44px; display: grid; place-items: center; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 2.5px 0; transition: transform 300ms var(--ease), opacity 300ms; }
.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
/* Muss NACH .nav-toggle stehen, sonst gewinnt die Basisregel bei gleicher Spezifität */
@media (min-width: 920px) { .top nav { display: flex; } .nav-toggle { display: none; } }
.mnav {
  position: fixed; inset: 66px 0 0; z-index: 45; background: var(--white);
  display: flex; flex-direction: column; padding: 2rem 1.5rem; gap: 0.3rem;
  opacity: 0; visibility: hidden; transition: opacity 280ms var(--ease), visibility 0s 280ms;
}
.nav-open .mnav { opacity: 1; visibility: visible; transition: opacity 280ms var(--ease); }
.mnav a { font-size: 1.5rem; font-weight: 700; color: var(--ink); text-decoration: none; padding: 0.7rem 0; border-bottom: 1px solid var(--line); }

/* Hero */
.hero { padding-block: clamp(3rem, 7vw, 5.5rem) 0; overflow: clip; }
.hero .lede { font-size: 1.2rem; color: var(--muted); max-width: 46ch; }
.trustline { display: flex; flex-wrap: wrap; gap: 0.5rem 1.6rem; margin-top: 1.6rem; padding: 0; list-style: none; font-size: 0.92rem; color: var(--muted); }
.trustline li { display: flex; align-items: center; gap: 0.45rem; }
.trustline svg { width: 16px; height: 16px; stroke: var(--gold-d); fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; flex: none; }
/* Freigestellte Person auf Farbfläche (DNA-Bildtyp 2) */
.hero-visual { position: relative; align-self: end; }
.hero-blob {
  position: absolute; inset: 10% 4% 0;
  background: linear-gradient(160deg, var(--brand), var(--brand-d));
  border-radius: 46% 54% 48% 52% / 55% 48% 52% 45%;
}
.hero-visual img { position: relative; filter: saturate(0.98) contrast(1.03); }
.hero-badge {
  position: absolute; left: 0; bottom: 8%;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  box-shadow: 0 18px 36px -20px oklch(0.23 0.05 15 / 0.4);
  padding: 0.7rem 1rem; display: flex; align-items: center; gap: 0.6rem; font-size: 0.9rem; font-weight: 600;
}
.hero-badge svg { width: 22px; height: 22px; flex: none; }

/* Logo-Zeile / Zahlenzeile */
.beltrow { display: grid; gap: 1.2rem; grid-template-columns: 1fr; }
@media (min-width: 700px) { .beltrow { grid-template-columns: repeat(3, 1fr); } }
.belt {
  display: flex; gap: 0.8rem; align-items: flex-start;
  font-size: 0.95rem; color: var(--muted);
}
.belt svg { width: 26px; height: 26px; flex: none; stroke: var(--brand); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.belt strong { display: block; color: var(--ink); font-size: 1rem; }

/* Icon-Karten (Leistungen) */
.cards3 { display: grid; gap: 1.2rem; }
@media (min-width: 860px) { .cards3 { grid-template-columns: repeat(3, 1fr); } }
.icard {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 1.7rem; display: flex; flex-direction: column; gap: 0.5rem;
  text-decoration: none; color: var(--ink);
  transition: transform 320ms var(--ease), box-shadow 320ms var(--ease), border-color 320ms var(--ease);
}
@media (hover: hover) { .icard:hover { transform: translateY(-4px); border-color: var(--brand); box-shadow: 0 20px 36px -24px oklch(0.42 0.16 15 / 0.5); } }
.icard .ic {
  width: 52px; height: 52px; border-radius: 12px;
  background: oklch(0.42 0.16 15 / 0.08);
  display: grid; place-items: center; margin-bottom: 0.5rem;
}
.icard .ic svg { width: 26px; height: 26px; stroke: var(--brand); fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.icard p { font-size: 0.95rem; color: var(--muted); margin: 0; }
.icard .price { margin-top: auto; padding-top: 0.8rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.icard .go { color: var(--brand); font-weight: 700; font-size: 0.92rem; }

/* Video-Sektion */
.video-shell {
  position: relative; border-radius: var(--r); overflow: hidden;
  background: linear-gradient(160deg, var(--brand), var(--brand-d));
  aspect-ratio: 16 / 9; display: grid; place-items: center;
  box-shadow: 0 30px 60px -35px oklch(0.23 0.05 15 / 0.6);
}
.video-shell img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; opacity: 0.4; }
.video-play {
  position: relative; z-index: 1;
  width: 84px; height: 84px; border-radius: 50%;
  background: #fff; display: grid; place-items: center;
  box-shadow: 0 16px 40px -12px oklch(0 0 0 / 0.5);
}
.video-play::after { content: ""; width: 0; height: 0; border-left: 24px solid var(--brand); border-top: 14px solid transparent; border-bottom: 14px solid transparent; margin-left: 6px; }
.video-note { position: absolute; bottom: 1rem; left: 0; right: 0; text-align: center; color: #fff; font-size: 0.9rem; z-index: 1; }

/* Ablauf: nummerierte Schritte */
.steps { counter-reset: s; display: grid; gap: 1.2rem; }
@media (min-width: 860px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.stepc { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1.7rem; position: relative; }
.stepc::before {
  counter-increment: s; content: counter(s);
  display: inline-grid; place-items: center;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--gold); color: var(--ink);
  font-weight: 800; font-size: 1.15rem; margin-bottom: 0.9rem;
}
.stepc p { font-size: 0.95rem; color: var(--muted); margin: 0; }

/* Checkliste (Erstgespräch, Ergebnis) */
.checks { list-style: none; margin: 0 0 1.4rem; padding: 0; display: grid; gap: 0.7rem; }
.checks li { display: flex; gap: 0.7rem; align-items: flex-start; }
.checks svg { width: 22px; height: 22px; flex: none; margin-top: 2px; stroke: var(--gold-d); fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.sec--brand .checks svg { stroke: var(--gold); }

/* Eigene Illustration: Lash-Map (DNA-Bildtyp 1) */
.lashmap { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1.4rem; }
.lashmap svg { width: 100%; height: auto; }
.lashmap text { font-family: var(--font); font-weight: 700; }
.lashmap figcaption { font-size: 0.85rem; color: var(--muted); padding-top: 0.7rem; text-align: center; }

/* Produktzeilen kompakt */
.plist { display: grid; gap: 0.9rem; }
@media (min-width: 860px) { .plist { grid-template-columns: 1fr 1fr; } }
.prow {
  display: grid; grid-template-columns: 1fr auto; gap: 0.15rem 1rem; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 1.05rem 1.3rem; text-decoration: none; color: var(--ink);
  transition: border-color 280ms var(--ease), transform 280ms var(--ease);
}
@media (hover: hover) { .prow:hover { border-color: var(--brand); transform: translateY(-2px); } }
.prow strong { font-size: 1rem; }
.prow .m { grid-column: 1; font-size: 0.85rem; color: var(--muted); }
.prow .p { grid-row: 1 / span 2; grid-column: 2; font-weight: 800; font-variant-numeric: tabular-nums; }

/* Standort */
.map-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.map-card svg { width: 100%; height: auto; display: block; }
.map-meta { padding: 1.2rem 1.4rem; display: flex; flex-wrap: wrap; gap: 0.4rem 1.6rem; font-size: 0.95rem; }

/* FAQ */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; gap: 1rem; align-items: center;
  padding: 1.1rem 0; font-weight: 700; font-size: 1.05rem; min-height: 44px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; flex: none; width: 10px; height: 10px;
  border-right: 2.4px solid var(--brand); border-bottom: 2.4px solid var(--brand);
  transform: rotate(45deg); transition: transform 260ms var(--ease);
}
.faq details[open] summary::after { transform: rotate(225deg); }
.faq details > div { padding: 0 0 1.2rem; color: var(--muted); max-width: 62ch; }

/* Sticky-Mobilleiste: Telefon + WhatsApp */
.callbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: grid; grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  background: oklch(1 0 0 / 0.96); backdrop-filter: blur(8px);
}
.callbar a {
  display: flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.9rem 0.5rem; padding-bottom: calc(0.9rem + env(safe-area-inset-bottom));
  text-decoration: none; font-weight: 700; font-size: 0.95rem; color: var(--ink);
}
.callbar a:first-child { border-right: 1px solid var(--line); }
.callbar svg { width: 19px; height: 19px; stroke: var(--brand); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
@media (min-width: 920px) { .callbar { display: none; } }
body { padding-bottom: 64px; }
@media (min-width: 920px) { body { padding-bottom: 0; } }

/* Footer */
.foot { background: var(--ink); color: #d9cfd5; padding: 3rem 0 2.2rem; font-size: 0.93rem; }
.foot a { color: #d9cfd5; }
.foot .wrap { display: flex; flex-wrap: wrap; gap: 1.4rem 3rem; justify-content: space-between; }
.foot ul { list-style: none; display: flex; flex-wrap: wrap; gap: 1.3rem; margin: 0; padding: 0; }

/* ================= Unterseiten-Komponenten ================= */

/* Produkt-Hero */
.phero { padding-block: clamp(2.6rem, 6vw, 4.5rem); border-bottom: 1px solid var(--line); }
.phero .price-line { display: flex; align-items: baseline; gap: 0.5rem 1.2rem; flex-wrap: wrap; margin-block: 1.1rem 1.4rem; }
.phero .price-line .big { font-weight: 800; font-size: clamp(1.9rem, 3.4vw, 2.6rem); font-variant-numeric: tabular-nums; color: var(--brand); }
.phero .price-line .meta { color: var(--muted); font-size: 0.95rem; }
.pvisual { position: relative; justify-self: center; width: min(76vw, 380px); }
.pvisual .pv-blob { position: absolute; inset: 8% 2% 0; background: linear-gradient(160deg, var(--brand), var(--brand-d)); border-radius: 46% 54% 48% 52% / 55% 48% 52% 45%; }
.pvisual .pv-card {
  position: relative; border-radius: var(--r); overflow: hidden;
  background: #fff; border: 1px solid var(--line);
  box-shadow: 0 26px 50px -28px oklch(0.23 0.05 15 / 0.45);
  padding: 1.6rem; display: flex; flex-direction: column; gap: 0.7rem; min-height: 300px;
}
.pv-card .pv-kind { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brand); }
.pv-card .pv-title { font-weight: 800; font-size: 1.35rem; line-height: 1.15; }
.pv-card .pv-meta { display: flex; flex-wrap: wrap; gap: 0.4rem 1rem; font-size: 0.85rem; color: var(--muted); margin-top: auto; }
.pv-card .pv-ic { width: 60px; height: 60px; border-radius: 14px; background: oklch(0.42 0.16 15 / 0.09); display: grid; place-items: center; }
.pv-card .pv-ic svg { width: 30px; height: 30px; stroke: var(--brand); fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

/* Trust-Bar */
.trust-bar { border-bottom: 1px solid var(--line); background: var(--grey); }
.trust-bar ul { list-style: none; margin: 0; padding: 1rem 0; display: grid; gap: 0.7rem; grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) { .trust-bar ul { grid-template-columns: repeat(4, 1fr); gap: 1.4rem; } }
.trust-bar li { display: flex; gap: 0.5rem; align-items: flex-start; font-size: 0.85rem; color: var(--muted); line-height: 1.35; }
.trust-bar svg { flex: none; width: 18px; height: 18px; margin-top: 1px; stroke: var(--brand); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.trust-bar strong { display: block; color: var(--ink); font-weight: 700; }

/* Sales-Letter */
.letter { max-width: 660px; }
.letter .lede { font-size: 1.18rem; color: var(--muted); }
.letter h2 { font-size: clamp(1.45rem, 2.4vw, 1.9rem); margin-top: 2.6rem; }
.themen { list-style: none; padding: 0; margin: 1.2rem 0; display: grid; gap: 0.6rem; }
@media (min-width: 768px) { .themen { grid-template-columns: 1fr 1fr; gap: 0.6rem 1.6rem; } }
.themen li { position: relative; padding-left: 1.8rem; font-size: 0.98rem; }
.themen li::before {
  content: ""; position: absolute; left: 2px; top: 0.34em;
  width: 13px; height: 8px; border-left: 2.6px solid var(--gold-d); border-bottom: 2.6px solid var(--gold-d);
  transform: rotate(-48deg);
}
.hinweis {
  border-left: 3px solid var(--gold-d); background: var(--grey);
  padding: 0.9rem 1.3rem; border-radius: 0 10px 10px 0;
  font-size: 0.92rem; color: var(--muted); max-width: 60ch;
}

/* Kaufblock */
.buy-block {
  margin-top: 2.6rem; border-radius: var(--r); border: 1px solid var(--line);
  background: #fff; padding: 1.8rem;
  display: flex; flex-wrap: wrap; align-items: center; gap: 1.4rem;
  box-shadow: 0 20px 40px -26px oklch(0.23 0.05 15 / 0.35);
}
.buy-block .buy-copy { flex: 1 1 240px; }
.buy-block .buy-copy p { margin: 0; color: var(--muted); font-size: 0.92rem; }
.buy-block .buy-copy p:first-child { color: var(--ink); font-weight: 700; font-size: 1rem; }
.buy-block .big { font-weight: 800; font-size: 1.9rem; font-variant-numeric: tabular-nums; color: var(--brand); }

/* Upsell */
.upsell {
  margin-top: 2.2rem; border-radius: var(--r); padding: 1.8rem;
  background: linear-gradient(150deg, var(--brand), var(--brand-d)); color: #fff;
}
.upsell .up-kicker { display: block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }
.upsell h3 { margin: 0 0 0.6rem; font-size: 1.3rem; color: #fff; }
.upsell p { color: oklch(0.92 0.02 20); max-width: 52ch; font-size: 0.98rem; }
.upsell .up-math { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.5rem 1.1rem; margin-block: 0.9rem; font-variant-numeric: tabular-nums; }
.upsell .up-old { text-decoration: line-through; opacity: 0.65; }
.upsell .up-new { font-weight: 800; font-size: 1.7rem; }
.upsell .up-save { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.04em; background: oklch(1 0 0 / 0.16); border-radius: 999px; padding: 0.3rem 0.75rem; }
.upsell .btn--line { color: #fff; border-color: oklch(1 0 0 / 0.45); }

/* Mini-FAQ */
.pfaq { max-width: 660px; margin-top: 2.6rem; }
.pfaq h2 { font-size: clamp(1.45rem, 2.4vw, 1.9rem); }

/* Cross-Sell */
.xsell { background: var(--grey); }
.xgrid { display: grid; gap: 1rem; }
@media (min-width: 700px) { .xgrid { grid-template-columns: repeat(3, 1fr); gap: 1.2rem; } }
.xcard {
  display: flex; flex-direction: column; gap: 0.4rem;
  padding: 1.5rem; text-decoration: none; color: var(--ink);
  border: 1px solid var(--line); border-radius: var(--r); background: #fff;
  transition: border-color 300ms var(--ease), transform 300ms var(--ease), box-shadow 300ms var(--ease);
}
@media (hover: hover) { .xcard:hover { border-color: var(--brand); transform: translateY(-3px); box-shadow: 0 18px 34px -24px oklch(0.42 0.16 15 / 0.5); } }
.xcard .x-kind { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brand); }
.xcard h3 { margin: 0; font-size: 1rem; line-height: 1.3; }
.xcard p { margin: 0; font-size: 0.88rem; color: var(--muted); }
.xcard .x-foot { margin-top: auto; padding-top: 0.7rem; display: flex; justify-content: space-between; align-items: baseline; gap: 0.5rem; }
.xcard .x-price { font-weight: 800; font-variant-numeric: tabular-nums; }
.xcard .x-go { color: var(--brand); font-weight: 700; font-size: 0.85rem; }

/* Sticky-Kaufleiste Produktseiten */
.buy-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: flex; align-items: center; gap: 1rem;
  padding: 0.7rem 1.1rem; padding-bottom: calc(0.7rem + env(safe-area-inset-bottom));
  background: oklch(1 0 0 / 0.96); backdrop-filter: blur(8px);
  border-top: 1px solid var(--line);
  transform: translateY(110%); transition: transform 280ms var(--ease);
}
.buy-bar.on { transform: none; }
.buy-bar .bb-info { flex: 1; min-width: 0; }
.buy-bar .bb-name { display: block; font-size: 0.8rem; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.buy-bar .bb-price { font-weight: 800; font-size: 1.1rem; font-variant-numeric: tabular-nums; }
.buy-bar .btn { padding: 0.65rem 1.2rem; }
@media (min-width: 920px) { .buy-bar { display: none; } }

/* Shop-Katalog */
.pgrid { display: grid; gap: 1rem; margin-bottom: 3rem; }
@media (min-width: 640px) { .pgrid { grid-template-columns: 1fr 1fr; gap: 1.2rem; } }
@media (min-width: 1000px) { .pgrid { grid-template-columns: repeat(3, 1fr); } }
.pcard {
  display: flex; flex-direction: column; gap: 0.5rem;
  padding: 1.6rem; text-decoration: none; color: var(--ink);
  border: 1px solid var(--line); border-radius: var(--r); background: #fff;
  transition: border-color 300ms var(--ease), transform 300ms var(--ease), box-shadow 300ms var(--ease);
}
@media (hover: hover) { .pcard:hover { border-color: var(--brand); transform: translateY(-4px); box-shadow: 0 20px 38px -26px oklch(0.42 0.16 15 / 0.5); } }
.pcard .ic { width: 52px; height: 52px; border-radius: 12px; background: oklch(0.42 0.16 15 / 0.08); display: grid; place-items: center; margin-bottom: 0.4rem; }
.pcard .ic svg { width: 26px; height: 26px; stroke: var(--brand); fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.pcard .pc-meta { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brand); margin: 0; }
.pcard h3 { margin: 0; font-size: 1.05rem; line-height: 1.3; }
.pcard .pc-desc { margin: 0; font-size: 0.92rem; color: var(--muted); }
.pcard .pc-foot { margin-top: auto; padding-top: 0.8rem; display: flex; justify-content: space-between; align-items: baseline; gap: 0.6rem; }
.pcard .pc-price { font-weight: 800; font-size: 1.1rem; font-variant-numeric: tabular-nums; }
.pcard .pc-go { color: var(--brand); font-weight: 700; font-size: 0.88rem; }
.pcard--hero { background: linear-gradient(150deg, var(--brand), var(--brand-d)); border-color: transparent; color: #fff; }
.pcard--hero .pc-meta { color: var(--gold); }
.pcard--hero h3 { color: #fff; }
.pcard--hero .pc-desc { color: oklch(0.92 0.02 20); }
.pcard--hero .pc-go { color: var(--gold); }
.pcard--hero .ic { background: oklch(1 0 0 / 0.14); }
.pcard--hero .ic svg { stroke: #fff; }
@media (min-width: 640px) { .pcard--hero { grid-column: span 2; } }
@media (min-width: 1000px) { .pcard--wide { grid-column: span 2; } }

/* Bundles */
.bundles { display: grid; gap: 1.6rem; }
.bundle {
  border: 1px solid var(--line); border-radius: var(--r); background: #fff;
  padding: 1.8rem; display: grid; gap: 1.4rem;
}
@media (min-width: 900px) { .bundle { grid-template-columns: 3fr 2fr; align-items: start; gap: 2.2rem; } }
.bundle--feat { background: linear-gradient(150deg, var(--brand), var(--brand-d)); color: #fff; border-color: transparent; }
.bundle--feat h2 { color: #fff; }
.bundle--feat .b-for { color: oklch(0.92 0.02 20); }
.bundle h2 { font-size: 1.4rem; margin-bottom: 0.5rem; }
.bundle .b-for { color: var(--muted); margin-bottom: 0.9rem; font-size: 0.98rem; }
.b-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.5rem; }
.b-list li { position: relative; padding-left: 1.7rem; font-size: 0.95rem; }
.b-list li::before { content: ""; position: absolute; left: 2px; top: 0.32em; width: 12px; height: 7px; border-left: 2.5px solid var(--gold-d); border-bottom: 2.5px solid var(--gold-d); transform: rotate(-48deg); }
.bundle--feat .b-list li::before { border-color: var(--gold); }
.b-box { border: 1px solid var(--line); border-radius: 10px; padding: 1.4rem; background: var(--grey); display: flex; flex-direction: column; gap: 0.6rem; align-items: flex-start; }
.bundle--feat .b-box { background: oklch(1 0 0 / 0.1); border-color: oklch(1 0 0 / 0.25); }
.b-box .b-old { text-decoration: line-through; color: var(--muted); font-variant-numeric: tabular-nums; }
.bundle--feat .b-box .b-old { color: oklch(0.88 0.02 20); }
.b-box .b-new { font-weight: 800; font-size: 1.9rem; font-variant-numeric: tabular-nums; }
.b-box .btn { align-self: stretch; justify-content: center; }
.save-badge { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; background: var(--gold); color: var(--ink); border-radius: 999px; padding: 0.3rem 0.75rem; }

/* Fit-Spalten + Timeline (Coaching) */
.fit-grid { display: grid; gap: 1.2rem; }
@media (min-width: 768px) { .fit-grid { grid-template-columns: 1fr 1fr; } }
.timeline { position: relative; max-width: 720px; }
.timeline::before { content: ""; position: absolute; left: 11px; top: 8px; bottom: 8px; width: 2px; background: var(--line); }
.timeline .ablauf { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.6rem; }
.timeline .ablauf li { position: relative; padding-left: 3rem; max-width: 58ch; }
.timeline .ablauf li::before { content: ""; position: absolute; left: 3px; top: 0.3em; width: 18px; height: 18px; border-radius: 50%; background: var(--gold); border: 2px solid var(--gold-d); }
.timeline .tl-week { display: block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brand); margin-bottom: 0.2rem; }

/* Rechtsseiten */
.legal-page { padding-block: 3rem 5rem; max-width: 760px; }
.legal-page h1 { font-size: clamp(1.8rem, 3.4vw, 2.4rem); }
.legal-page h2 { font-size: 1.2rem; margin-top: 2.4rem; }
.legal-page h2:first-of-type { margin-top: 1.8rem; }
.legal-page p { max-width: 68ch; }
.legal-page ol, .legal-page ul { max-width: 68ch; margin: 0 0 1rem; padding-left: 1.3rem; }
.legal-page li { margin-bottom: 0.4rem; }
.legal-page blockquote p:last-child { margin-bottom: 0; }
.todo-banner { background: oklch(0.76 0.12 82 / 0.18); border: 1px dashed var(--gold-d); border-radius: 10px; padding: 0.9rem 1.2rem; margin-bottom: 1.8rem; font-size: 0.92rem; }

/* Reveals: dezent, Grundzustand sichtbar */
html.v3fx .rv { opacity: 0; transform: translateY(22px); }
html.v3fx .rv.on { opacity: 1; transform: none; transition: opacity 640ms var(--ease) var(--d, 0ms), transform 640ms var(--ease) var(--d, 0ms); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  html.v3fx .rv { opacity: 1; transform: none; }
}
