/* Demo-Dashboard von Katharina Jakob — Verkaufsseite fuer die sechs Beispiele.
   Uebernimmt Farben, Schriften und Formensprache von katharinajakob.eu
   (Aurora-Palette aus CLAUDE.md), damit die Seite wie ein Teil ihrer Website
   wirkt und nicht wie ein Fremdkoerper. Schriften liegen lokal in
   assets/fonts (kein Google-Abruf, siehe Datenschutzerklaerung). */

@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 600; font-display: swap; src: url('assets/fonts/playfair-display-latin-600-normal.woff2') format('woff2'); }
@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 700; font-display: swap; src: url('assets/fonts/playfair-display-latin-700-normal.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url('assets/fonts/inter-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url('assets/fonts/inter-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url('assets/fonts/inter-latin-600-normal.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url('assets/fonts/inter-latin-700-normal.woff2') format('woff2'); }

:root {
  --plum-deep: #1E0833;
  --plum: #5B2A6F;
  --plum-mid: #8C4DA8;
  --plum-light: #C9A3D9;
  --peach: #E89AAA;
  --peach-warm: #F4C49C;
  --cream: #FBF7F2;
  --paper: #FFFFFF;
  --linie: rgba(30, 8, 51, 0.12);
  --linie-stark: rgba(30, 8, 51, 0.28);
  --grau: #6b5a77;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --wrap: 1140px;
  --r: 14px;
  /* fuer das geteilte Hinweisfenster */
  --accent: #5B2A6F;
  --surface: #ffffff;
  --text: #1E0833;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--cream); color: var(--plum); font-family: var(--sans); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--serif); font-weight: 700; color: var(--plum-deep); line-height: 1.15; margin: 0; text-wrap: balance; }
p { margin: 0; text-wrap: pretty; }
:focus-visible { outline: 2px solid var(--plum-mid); outline-offset: 3px; }
.nur-sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 clamp(20px, 5vw, 40px); }
.abschnitt { padding: clamp(60px, 8vw, 110px) 0; }
.dunkel { background: var(--plum-deep); color: #EFE7F5; }
.dunkel h2, .dunkel h3 { color: #fff; }
.mittel { background: #F3EBF6; }

.ueberzeile { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--plum-mid); margin-bottom: 18px; }
.ueberzeile::before { content: ""; width: 28px; height: 2px; background: var(--peach); border-radius: 2px; }
.dunkel .ueberzeile { color: var(--peach-warm); }
.titel-xl { font-size: clamp(2.3rem, 5.4vw, 4rem); letter-spacing: -0.02em; }
.titel-l { font-size: clamp(1.9rem, 3.6vw, 2.8rem); letter-spacing: -0.015em; }
.lead { font-size: clamp(1.05rem, 1.4vw, 1.2rem); color: var(--grau); max-width: 60ch; }
.dunkel .lead { color: #D8C9E4; }
.kopfzeile-abschnitt { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 24px 56px; align-items: end; margin-bottom: clamp(32px, 5vw, 56px); }

/* ---------- Knoepfe ---------- */
.knopf { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 14px 28px; border-radius: 999px; border: 1.5px solid transparent; font-weight: 600; font-size: 16px; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.knopf:hover { transform: translateY(-1px); }
.knopf--peach { background: var(--peach); color: var(--plum-deep); }
.knopf--peach:hover { background: #f0a9b8; }
.knopf--plum { background: var(--plum); color: #fff; }
.knopf--plum:hover { background: var(--plum-mid); }
.knopf--linie { border-color: var(--linie-stark); color: var(--plum-deep); }
.knopf--linie:hover { border-color: var(--plum-deep); }
.dunkel .knopf--linie { border-color: rgba(255,255,255,.45); color: #fff; }
.knopfreihe { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }

/* ---------- Kopf ---------- */
.kopf { position: sticky; top: 0; z-index: 40; background: rgba(251, 247, 242, 0.92); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: border-color .3s; }
.kopf.ist-gescrollt { border-bottom-color: var(--linie); }
.kopf__innen { display: flex; align-items: center; gap: 20px; min-height: 74px; }
.kopf__marke { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
/* Katharinas Logo, freigestellt (siehe .tmp/logo_aufbereiten.py). Die Grafik bringt
   ihren eigenen runden Rahmen mit, deshalb kein Hintergrund und keine Ecken. */
.marke__logo { width: 44px; height: 44px; flex: none; }
@media (max-width: 620px) { .marke__logo { width: 38px; height: 38px; } }
.kopf__name { font-family: var(--serif); font-weight: 700; font-size: 19px; color: var(--plum-deep); }
.kopf__name span { display: block; font-family: var(--sans); font-size: 11.5px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grau); margin-top: 2px; }
.kopf .knopf { min-height: 44px; padding: 10px 22px; font-size: 15px; }
.kopf__zurueck { text-decoration: none; font-size: 15px; font-weight: 500; color: var(--grau); }
.kopf__zurueck:hover { color: var(--plum-deep); }
@media (max-width: 620px) { .kopf__zurueck { display: none; } .kopf__name span { display: none; } }
@media (max-width: 520px) { .kopf .knopf .lang { display: none; } .kopf .knopf { padding: 10px 16px; } .kopf__name { font-size: 17px; } }

/* ---------- Hero ---------- */
.hero { padding: clamp(48px, 7vw, 96px) 0 clamp(40px, 6vw, 72px); }
.hero h1 { margin-bottom: 24px; }
.hero h1 em { font-style: italic; color: var(--plum-mid); }
.hero__raster { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero__bild { position: relative; border-radius: var(--r); overflow: hidden; box-shadow: 0 30px 60px -32px rgba(30, 8, 51, .5); transform: rotate(-1.2deg); }
.hero__bild img { width: 100%; aspect-ratio: 1200 / 630; object-fit: cover; }
.hinweisbox { margin-top: clamp(36px, 5vw, 56px); padding: 20px 24px; background: var(--paper); border: 1px solid var(--linie); border-left: 4px solid var(--peach); border-radius: var(--r); font-size: 15.5px; color: var(--grau); max-width: 72ch; }
.hinweisbox b { color: var(--plum-deep); }

/* ---------- Filter ---------- */
.filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.filter button { min-height: 44px; padding: 9px 20px; border-radius: 999px; border: 1.5px solid var(--linie-stark); background: transparent; font: inherit; font-size: 15px; font-weight: 600; color: var(--plum-deep); cursor: pointer; transition: background .2s, border-color .2s, color .2s; }
.filter button:hover { border-color: var(--plum-deep); }
.filter button[aria-pressed="true"] { background: var(--plum-deep); border-color: var(--plum-deep); color: #fff; }
.filter-meldung { font-size: 15px; color: var(--grau); margin-bottom: 32px; }

/* ---------- Demo-Karten ---------- */
.karten { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2.4vw, 30px); }
.karte { display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--linie); border-radius: var(--r); overflow: hidden; text-decoration: none; transition: transform .3s, box-shadow .3s; }
.karte:hover { transform: translateY(-4px); box-shadow: 0 26px 46px -28px rgba(30, 8, 51, .45); }
.karte__bild { position: relative; overflow: hidden; background: var(--plum-deep); }
.karte__bild img { width: 100%; aspect-ratio: 1200 / 630; object-fit: cover; transition: transform .7s cubic-bezier(.2,.6,.2,1); }
.karte:hover .karte__bild img { transform: scale(1.04); }
.karte__paket { position: absolute; left: 12px; top: 12px; padding: 5px 12px; border-radius: 999px; background: rgba(251, 247, 242, .94); color: var(--plum-deep); font-size: 12px; font-weight: 700; letter-spacing: 0.06em; }
.karte__text { display: flex; flex-direction: column; flex: 1; padding: 22px 24px 26px; }
.karte__branche { font-size: 12.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--plum-mid); }
.karte h3 { font-size: 1.45rem; margin: 8px 0 10px; }
.karte__text > p { font-size: 15.5px; color: var(--grau); }
.merkmale { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0 20px; list-style: none; padding: 0; }
.merkmale li { font-size: 13px; font-weight: 500; padding: 5px 11px; border: 1px solid var(--linie); border-radius: 999px; background: var(--cream); }
.karte__link { margin-top: auto; font-weight: 600; color: var(--plum-deep); display: inline-flex; align-items: center; gap: 8px; }
.karte:hover .karte__link { color: var(--plum-mid); }

/* ---------- Vergleich ---------- */
.vergleich-huelle { overflow-x: auto; border-radius: var(--r); }
.vergleich { width: 100%; min-width: 460px; border-collapse: collapse; background: var(--paper); border: 1px solid var(--linie); border-radius: var(--r); overflow: hidden; }
.vergleich caption { text-align: left; font-size: 15px; color: var(--grau); padding-bottom: 14px; }
.vergleich th, .vergleich td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--linie); font-size: 16px; }
.vergleich thead th { background: #F3EBF6; font-family: var(--serif); font-size: 1.05rem; color: var(--plum-deep); }
.vergleich tbody th { font-weight: 500; color: var(--grau); }
.vergleich td { font-weight: 600; color: var(--plum-deep); font-variant-numeric: tabular-nums; }
.vergleich tr:last-child th, .vergleich tr:last-child td { border-bottom: 0; }

/* ---------- Pakete ---------- */
.pakete { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(18px, 2.4vw, 28px); align-items: start; }
.paket { display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--linie); border-radius: var(--r); padding: clamp(26px, 3.4vw, 40px); }
.paket--hervor { background: var(--plum-deep); color: #EFE7F5; border-color: var(--plum-deep); position: relative; }
.paket--hervor h3 { color: #fff; }
.paket__marke { font-size: 12.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--plum-mid); }
.paket--hervor .paket__marke { color: var(--peach-warm); }
.paket h3 { font-size: clamp(1.6rem, 2.4vw, 2rem); margin: 10px 0 6px; }
.paket__preis { font-family: var(--serif); font-weight: 700; font-size: clamp(2.4rem, 4vw, 3.2rem); color: var(--plum-deep); line-height: 1.05; }
.paket--hervor .paket__preis { color: #fff; }
.paket__preis span { font-family: var(--sans); font-size: 15px; font-weight: 500; color: var(--grau); margin-left: 8px; }
.paket--hervor .paket__preis span { color: var(--plum-light); }
.paket > p { color: var(--grau); margin: 14px 0 22px; font-size: 15.5px; }
.paket--hervor > p { color: #D8C9E4; }
.haken { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 11px; font-size: 15.5px; }
.haken li { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 12px; align-items: start; }
.haken svg { width: 20px; height: 20px; color: var(--plum-mid); margin-top: 3px; }
.paket--hervor .haken svg { color: var(--peach); }
.paket .knopf { margin-top: auto; align-self: flex-start; }
.zusatz { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(18px, 2.4vw, 28px); margin-top: clamp(20px, 3vw, 30px); }
.zusatz__karte { background: var(--paper); border: 1px solid var(--linie); border-radius: var(--r); padding: clamp(22px, 3vw, 32px); }
.zusatz__karte h3 { font-size: 1.35rem; margin-bottom: 8px; }
.zusatz__karte .preis { font-family: var(--serif); font-weight: 700; font-size: 1.5rem; color: var(--plum-deep); display: block; margin-bottom: 10px; }
.zusatz__karte p { color: var(--grau); font-size: 15.5px; }
.bausteine { list-style: none; margin: 28px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.bausteine li { font-size: 15px; padding: 9px 16px; border: 1px solid var(--linie); border-radius: 999px; background: var(--paper); }
.bausteine b { color: var(--plum-deep); }
.fussnote { margin-top: 22px; font-size: 14.5px; color: var(--grau); }

/* ---------- Eigentum / Ablauf ---------- */
.saeulen { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 3vw, 40px); }
.saeule h3 { font-size: 1.35rem; margin: 14px 0 10px; }
.saeule p { font-size: 15.5px; }
.saeule__icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: rgba(232, 154, 170, .18); color: var(--peach); }
.saeule__icon svg { width: 24px; height: 24px; }
.schritte { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(18px, 2.6vw, 34px); counter-reset: schritt; }
.schritte li { counter-increment: schritt; border-top: 2px solid var(--linie); padding-top: 18px; }
.schritte li::before { content: counter(schritt, decimal-leading-zero); font-family: var(--serif); font-weight: 700; font-size: 1.1rem; color: var(--plum-mid); }
.schritte strong { display: block; font-family: var(--serif); font-size: 1.3rem; color: var(--plum-deep); margin: 6px 0 8px; }
.schritte span { font-size: 15.5px; color: var(--grau); }
.schritte small { display: block; margin-top: 8px; font-size: 13.5px; font-weight: 600; color: var(--plum-mid); }

/* ---------- FAQ ---------- */
.faq { max-width: 860px; }
.faq details { border-top: 1px solid var(--linie-stark); }
.faq details:last-of-type { border-bottom: 1px solid var(--linie-stark); }
.faq summary { display: grid; grid-template-columns: minmax(0, 1fr) 28px; gap: 16px; align-items: center; padding: 20px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-weight: 700; font-size: clamp(1.1rem, 1.6vw, 1.3rem); color: var(--plum-deep); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--plum-mid); }
.faq summary::after { content: "+"; font-family: var(--sans); font-size: 1.4rem; font-weight: 400; color: var(--plum-mid); justify-self: end; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq details > div { padding-bottom: 22px; color: var(--grau); max-width: 68ch; }
.faq details > div p + p { margin-top: 10px; }

/* ---------- Schluss-CTA ---------- */
.schluss { text-align: center; }
.schluss .lead { margin: 18px auto 0; }
.schluss .knopfreihe { justify-content: center; }
.schluss__klein { margin-top: 26px; font-size: 14.5px; color: var(--plum-light); }

/* ---------- Fuss ---------- */
.fuss { background: var(--plum-deep); color: #C9B8D6; padding: 40px 0 34px; border-top: 1px solid rgba(255,255,255,.08); }
.fuss__innen { display: flex; flex-wrap: wrap; gap: 14px 28px; justify-content: space-between; align-items: center; font-size: 14.5px; }
.fuss a { color: inherit; text-decoration: underline; text-underline-offset: 3px; display: inline-block; padding: 3px 0; }
.fuss a:hover { color: #fff; }
.fuss__links { display: flex; gap: 20px; }
/* helle Fassung des Logos, damit es auf dem dunklen Fuss lesbar bleibt */
.fuss__marke { display: inline-flex; align-items: center; gap: 12px; }
.fuss__logo { width: 34px; height: 34px; flex: none; opacity: .9; }

/* ---------- Responsiv ---------- */
@media (max-width: 1000px) {
  .karten { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .schritte { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 30px; }
  .saeulen { grid-template-columns: minmax(0, 1fr); gap: 28px; }
}
@media (max-width: 860px) {
  .hero__raster, .kopfzeile-abschnitt, .pakete, .zusatz { grid-template-columns: minmax(0, 1fr); }
  .hero__bild { max-width: 560px; }
  .vergleich th, .vergleich td { padding: 12px 14px; font-size: 15px; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .karten, .schritte { grid-template-columns: minmax(0, 1fr); }
  .karten { max-width: 460px; }
  .knopfreihe .knopf { width: 100%; }
  .fuss__innen { flex-direction: column; align-items: flex-start; }
}

/* WhatsApp: zweiter, niedrigschwelliger Weg neben der Terminbuchung */
.knopf svg { flex: none; }
.textlink-wa { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; color: var(--plum-deep); text-decoration: underline; text-underline-offset: 3px; padding: 3px 0; }
.textlink-wa:hover { color: var(--plum-mid); }
.schluss__klein a { display: inline-block; padding: 4px 0; text-decoration: underline; text-underline-offset: 3px; }
