/* ============================================================
   IncluBook – gemeinsam lesen
   Zentrales Stylesheet · basiert auf Design-Mockup + Konzept v1.0
   Farben: Hellblau #E8F3F7 · Text #2B2B2B · Violett #8E5DB5
           Türkis #22B4A6 · CTA-Orange #C94B1C · Beere #E63757 · Gelb #FFC94D
   Schriften: lokal gehostet (DSGVO) – Baloo 2 (Titel), Atkinson Hyperlegible (Text)
   ============================================================ */

/* ---------- Lokale Schriften (keine externen CDNs!) ---------- */
@font-face {
  font-family: 'Baloo 2';
  font-style: normal;
  font-weight: 400 800; /* Variable Font */
  font-display: swap;
  src: url('../assets/fonts/baloo2-var-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Baloo 2';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../assets/fonts/baloo2-var-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0332, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/atkinson-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/atkinson-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0332, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/atkinson-400-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/atkinson-400-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0332, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/atkinson-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/atkinson-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0332, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- Design-Tokens ---------- */
:root {
  --bg: #E8F3F7;
  --text: #2B2B2B;
  --violet: #8E5DB5;
  --violet-dark: #7A4CA0;
  --teal: #22B4A6;
  --teal-dark: #12776E; /* WCAG AA: 5.4:1 auf Weiß, 4.8:1 auf Hellblau */
  --orange: #C94B1C;
  --orange-dark: #A93610;
  --berry: #E63757;
  --yellow: #FFC94D;
  --white: #ffffff;
  --muted: #5C6B72;
  --footer-bg: #2B2B2B;
  --footer-text: #DFE8EC;
  --footer-muted: #A9BCC4;
  --radius-s: 14px;
  --radius-m: 20px;
  --radius-l: 24px;
  --radius-xl: 32px;
  --shadow-s: 0 2px 8px rgba(43, 43, 43, 0.10);
  --shadow-m: 0 6px 18px rgba(43, 43, 43, 0.08);
  --shadow-l: 0 12px 32px rgba(43, 43, 43, 0.12);
  --font-head: 'Baloo 2', 'Trebuchet MS', sans-serif;
  --font-body: 'Atkinson Hyperlegible', 'Segoe UI', Arial, sans-serif;
  --container: 1120px;
}

/* ---------- Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.6;
}

h1, h2, h3, h4 {
  font-family: var(--font-head);
  line-height: 1.2;
  text-wrap: balance;
}

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

a { color: var(--violet-dark); }

/* Sichtbarer Fokus – Tastaturbedienung (WCAG) */
:focus-visible {
  outline: 3px solid var(--violet);
  outline-offset: 3px;
  border-radius: 4px;
}

/* Ruhige Animationen respektieren Nutzereinstellung */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* Skip-Link für Screenreader/Tastatur */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--white);
  color: var(--text);
  padding: 12px 20px;
  border-radius: 0 0 12px 0;
  z-index: 100;
  font-weight: 700;
  text-decoration: none;
}
.skip-link:focus {
  left: 0;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* ============================================================
   HEADER / NAVIGATION
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(232, 243, 247, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(43, 43, 43, 0.08);
}

.site-nav {
  max-width: var(--container);
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 16px 24px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text);
}
.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  flex: 0 0 auto;
}
.brand-mark {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: var(--shadow-s);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: var(--font-head); font-weight: 800; font-size: 22px; }
.brand-claim { font-size: 13px; color: var(--violet-dark); font-style: italic; }

.nav-toggle {
  display: none;
  background: var(--white);
  border: 1px solid rgba(43, 43, 43, 0.12);
  border-radius: 12px;
  padding: 10px 14px;
  font: 700 16px var(--font-body);
  color: var(--text);
  cursor: pointer;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 28px;
}
.nav-links a {
  text-decoration: none;
  color: var(--text);
  font-weight: 700;
  font-size: 17px;
}
.nav-links a:hover { color: var(--violet); }
.nav-links a[aria-current="page"] {
  color: var(--violet-dark);
  border-bottom: 3px solid var(--yellow);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  text-decoration: none;
  font-family: var(--font-head);
  font-weight: 700;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  text-align: center;
  transition: background 0.2s ease, transform 0.2s ease;
}
.btn-primary {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 6px 18px rgba(242, 107, 58, 0.4);
}
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-2px); }
.btn-secondary {
  background: var(--white);
  color: var(--text);
  box-shadow: var(--shadow-s);
}
.btn-secondary:hover { background: #F4FAFC; transform: translateY(-2px); }
.btn-nav { font-size: 18px; padding: 12px 26px; white-space: nowrap; box-shadow: 0 4px 14px rgba(242, 107, 58, 0.35); }
.btn-l { font-size: 20px; padding: 16px 34px; }
.btn-m { font-size: 19px; padding: 14px 32px; }

/* ============================================================
   HERO (Startseite)
   ============================================================ */
.hero {
  max-width: var(--container);
  margin: 0 auto;
  padding: 72px 24px 56px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  gap: 56px;
  align-items: center;
  animation: fadeUp 0.7s ease both;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-copy { display: flex; flex-direction: column; gap: 24px; }
.hero-badge {
  align-self: flex-start;
  background: var(--white);
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 15px;
  font-weight: 700;
  color: var(--teal-dark);
  box-shadow: var(--shadow-s);
}
.hero h1 {
  font-weight: 800;
  font-size: clamp(38px, 5vw, 56px);
  line-height: 1.15;
  margin: 0;
}
.hero h1 .accent { color: var(--violet); }
.hero-sub { margin: 0; font-size: 20px; max-width: 34em; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

.hero-visual { position: relative; }
.hero-photo {
  margin: 0;
  border-radius: 28px;
  box-shadow: var(--shadow-l);
  overflow: hidden;
  background: var(--white);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo figcaption {
  font-size: 14px;
  color: var(--muted);
  text-align: center;
  padding: 10px 16px;
  background: var(--white);
}

/* ---------- Sektionen ---------- */
.section { padding: 72px 24px; }
.section-white { background: var(--white); }
.section-inner { max-width: var(--container); margin: 0 auto; }
.section-narrow { max-width: 760px; margin: 0 auto; text-align: center; display: flex; flex-direction: column; gap: 16px; }

.section h2 {
  font-weight: 800;
  font-size: 34px;
  margin: 0 0 12px;
}
.section h2.centered { text-align: center; margin-bottom: 32px; }
.section-narrow h2 { color: var(--violet); margin: 0; }
.section-lead { margin: 0 0 32px; max-width: 40em; }
.section-narrow p { margin: 0; font-size: 20px; }

/* ---------- Galerie „Blick ins Buch" ---------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.tile {
  margin: 0;
  border-radius: var(--radius-m);
  box-shadow: var(--shadow-m);
  overflow: hidden;
  background: var(--white);
  display: flex;
  flex-direction: column;
}
.tile img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.tile img.practice-photo { aspect-ratio: 4 / 3; }
.tile img.spread-photo { aspect-ratio: auto; object-fit: contain; }
.tile figcaption {
  font-size: 15px;
  color: var(--muted);
  text-align: center;
  padding: 12px 16px;
}
.tile-placeholder {
  margin: 0;
  background: repeating-linear-gradient(-45deg, var(--white), var(--white) 12px, #EEF6F9 12px, #EEF6F9 24px);
  border-radius: var(--radius-m);
  box-shadow: var(--shadow-m);
  aspect-ratio: 3 / 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 2px dashed rgba(34, 180, 166, 0.35);
}
.tile-placeholder .emoji { font-size: 30px; }
.tile-placeholder figcaption {
  font-size: 14px;
  color: var(--muted);
  text-align: center;
  padding: 0 16px;
}

/* ---------- Karten (So funktioniert / Für wen) ---------- */
.cards-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.cards-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }

.card-step {
  background: var(--bg);
  border-radius: var(--radius-l);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.bg-violet { background: var(--violet); }
.bg-teal { background: var(--teal); }
.bg-orange { background: var(--orange); }
.bg-berry { background: var(--berry); }
.card-step h3 { font-weight: 700; font-size: 23px; margin: 0; }
.card-step p { margin: 0; }

.card-audience {
  background: var(--white);
  border-radius: var(--radius-m);
  padding: 28px 24px;
  box-shadow: 0 6px 18px rgba(43, 43, 43, 0.07);
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 6px solid var(--violet);
}
.card-audience.t-teal { border-top-color: var(--teal); }
.card-audience.t-yellow { border-top-color: var(--yellow); }
.card-audience.t-berry { border-top-color: var(--berry); }
.card-audience .emoji { font-size: 30px; }
.card-audience h3 { font-weight: 700; font-size: 21px; margin: 0; }
.card-audience p { margin: 0; font-size: 17px; }

/* ---------- Stimmen ---------- */
.voices { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.voice {
  margin: 0;
  background: var(--bg);
  border-radius: var(--radius-l);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.voice blockquote { margin: 0; font-size: 19px; font-style: italic; }
.voice figcaption { display: flex; align-items: center; gap: 12px; }
.voice .avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
}
.voice .who { display: flex; flex-direction: column; line-height: 1.3; }
.voice .role { font-size: 15px; color: var(--muted); }

/* ---------- Produkt-Panel (Das Buch) ---------- */
.book-panel {
  background: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: 0 12px 32px rgba(43, 43, 43, 0.10);
  padding: 48px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 48px;
  align-items: center;
}
.book-cover {
  margin: 0;
  border-radius: var(--radius-m);
  overflow: hidden;
  box-shadow: var(--shadow-m);
}
.book-cover img { width: 100%; object-fit: cover; }
.book-info { display: flex; flex-direction: column; gap: 18px; }
.book-badge {
  align-self: flex-start;
  background: var(--yellow);
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 15px;
  font-weight: 700;
}
.book-info h2, .book-info h1 { font-weight: 800; font-size: 32px; margin: 0; }
.book-info > p { margin: 0; }
.fact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.fact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--bg);
  border-radius: var(--radius-s);
  padding: 12px 16px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .fact-list { grid-template-columns: 1fr; }
  .book-panel { padding: 28px 20px; }
}

/* ---------- Eckdaten-Tabelle (Produktseite) ---------- */
.spec-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border-radius: var(--radius-m);
  overflow: hidden;
  box-shadow: var(--shadow-m);
}
.spec-table caption {
  text-align: left;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 21px;
  padding: 0 0 12px;
}
.spec-table th, .spec-table td {
  text-align: left;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(43, 43, 43, 0.08);
}
.spec-table tr:last-child th, .spec-table tr:last-child td { border-bottom: 0; }
.spec-table th { width: 38%; background: var(--bg); font-weight: 700; }

/* ---------- Abschluss-CTA ---------- */
.cta-final { padding: 40px 24px 88px; }
.cta-box {
  max-width: 760px;
  margin: 0 auto;
  background: var(--violet);
  border-radius: var(--radius-xl);
  padding: 56px 40px;
  text-align: center;
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  box-shadow: 0 12px 32px rgba(142, 93, 181, 0.35);
}
.cta-box h2 { font-weight: 800; font-size: 34px; margin: 0; }
.cta-box p { margin: 0; font-size: 19px; opacity: 0.95; max-width: 32em; }
.cta-box .btn-primary { box-shadow: 0 6px 18px rgba(43, 43, 43, 0.25); }

/* ---------- Hinweis-Boxen ---------- */
.note {
  background: var(--white);
  border-left: 6px solid var(--yellow);
  border-radius: var(--radius-s);
  padding: 16px 20px;
  box-shadow: var(--shadow-s);
}
.note-teal { border-left-color: var(--teal); }

/* ---------- Statischer Bestellablauf ---------- */
.order-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 28px; align-items: start; }
.order-card, .checkout-card { background: var(--white); border-radius: var(--radius-l); box-shadow: var(--shadow-l); padding: 28px; }
.order-card { display: grid; grid-template-columns: 180px 1fr; gap: 24px; }
.order-card img { width: 100%; height: auto; border-radius: var(--radius-m); }
.order-card h2, .checkout-card h2 { margin-top: 0; }
.eyebrow { color: var(--violet); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; font-size: 14px; }
.price-list { margin: 0; }
.price-list > div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid rgba(43,43,43,.1); }
.price-list dd { margin: 0; white-space: nowrap; font-weight: 700; }
.price-list .price-total { font-size: 21px; border-top: 2px solid var(--text); border-bottom: 0; margin-top: 6px; padding-top: 14px; }
.checkout-facts { padding-left: 22px; }
.checkout-facts li { margin-bottom: 8px; }
.product-responsibility {
  margin-top: 18px;
  padding: 14px 16px;
  border-left: 4px solid var(--teal);
  border-radius: var(--radius-s);
  background: var(--bg);
}
.product-responsibility h3 { margin: 0 0 6px; font-size: 18px; }
.product-responsibility p { margin: 0; font-size: 15px; overflow-wrap: anywhere; }
.legal-confirmation { background: var(--bg); border-radius: var(--radius-s); padding: 14px 18px; margin: 20px 0; }
.legal-confirmation p { margin: 0 0 6px; font-weight: 700; }
.legal-confirmation ul { margin: 0; padding-left: 20px; }
.btn-block { display: flex; width: 100%; text-align: center; justify-content: center; }
.btn-disabled, .btn-disabled:hover { cursor: not-allowed; background: #7A858A; transform: none; box-shadow: none; opacity: .8; }
.no-js .js-only { display: none !important; }
.no-js-checkout { display: grid; gap: 12px; margin: 18px 0; }
.checkout-status { font-weight: 700; margin: 14px 0 8px; }
.small-text { font-size: 15px; color: var(--muted); }
.form-template { border: 2px solid rgba(43,43,43,.14); padding: 20px; border-radius: var(--radius-s); background: var(--white); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.quantity-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
}
.quantity-option {
  position: relative;
  display: flex;
  min-width: 0;
  cursor: pointer;
}
.quantity-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.quantity-option span {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  padding: 14px 12px;
  border: 2px solid rgba(43,43,43,.14);
  border-radius: var(--radius-s);
  background: var(--bg);
  text-align: center;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.quantity-option small { color: var(--muted); line-height: 1.25; }
.quantity-option input:checked + span {
  border-color: var(--violet);
  background: #f5effa;
  box-shadow: 0 0 0 2px rgba(142,93,181,.12);
}
.quantity-option input:focus-visible + span {
  outline: 3px solid var(--violet);
  outline-offset: 3px;
}
.summary-title { margin: 0 0 6px; font-size: 21px; }
.payment-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  gap: 10px;
  margin: 14px 0 18px;
}
.payment-method {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border-radius: var(--radius-s);
  background: var(--bg);
  font-weight: 700;
  font-size: 16px;
}
.payment-method span[aria-hidden="true"] { font-size: 20px; }
.withdrawal-form {
  display: grid;
  gap: 18px;
  margin-top: 20px;
}
.withdrawal-form .form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.withdrawal-form .btn { font-size: 18px; padding: 13px 24px; }
.withdrawal-confirmation {
  padding: 20px;
  border: 3px solid var(--violet);
  border-radius: var(--radius-m);
  background: #f7f1fb;
}
.withdrawal-confirmation[hidden] { display: none; }
.confirmation-summary { margin: 16px 0; }
.confirmation-summary > div {
  display: grid;
  grid-template-columns: minmax(130px, .4fr) 1fr;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(43,43,43,.12);
}
.confirmation-summary dt { font-weight: 700; }
.confirmation-summary dd { margin: 0; overflow-wrap: anywhere; white-space: pre-wrap; }
.confirmation-text {
  padding: 18px;
  overflow: auto;
  border-radius: var(--radius-s);
  background: var(--bg);
  font: inherit;
  white-space: pre-wrap;
}
.statutory-withdrawal-template { margin-top: 18px; }
.template-line {
  min-height: 34px;
  margin: 4px 0 18px;
  border-bottom: 1px solid var(--text);
}
.template-line-short { max-width: 260px; }
.table-scroll { overflow-x: auto; margin: 18px 0; }
@media (max-width: 820px) { .order-layout { grid-template-columns: 1fr; } }
@media (max-width: 620px) {
  .quantity-options { grid-template-columns: 1fr; }
  .quantity-option span { flex-direction: row; justify-content: space-between; align-items: center; text-align: left; }
  .confirmation-summary > div { grid-template-columns: 1fr; gap: 2px; }
}
@media (max-width: 520px) { .order-card { grid-template-columns: 1fr; } .order-card img { max-width: 220px; } }

/* ============================================================
   UNTERSEITEN
   ============================================================ */
.page-hero {
  max-width: var(--container);
  margin: 0 auto;
  padding: 56px 24px 8px;
}
.page-hero h1 {
  font-weight: 800;
  font-size: clamp(32px, 4.5vw, 44px);
  margin: 0 0 10px;
}
.page-hero .lead { font-size: 20px; max-width: 38em; margin: 0; }

.prose { max-width: 760px; }
.prose h2 { font-size: 28px; margin: 40px 0 12px; }
.prose h3 { font-size: 22px; margin: 28px 0 8px; font-family: var(--font-head); }
.prose p, .prose li { font-size: 18px; }
.prose ul { padding-left: 24px; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 760px; display: flex; flex-direction: column; gap: 14px; }
.faq-item {
  background: var(--white);
  border-radius: var(--radius-m);
  box-shadow: var(--shadow-m);
  overflow: hidden;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 22px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-size: 26px;
  color: var(--violet);
  flex-shrink: 0;
  line-height: 1;
}
.faq-item[open] summary::after { content: "–"; }
.faq-item .faq-answer { padding: 0 22px 20px; }
.faq-item .faq-answer p { margin: 0; }

/* ---------- Formular ---------- */
.form-card {
  background: var(--white);
  border-radius: var(--radius-l);
  box-shadow: var(--shadow-l);
  padding: 40px 32px;
  max-width: 680px;
}
@media (max-width: 480px) { .form-card { padding: 28px 18px; } }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 560px) { .form-grid { grid-template-columns: 1fr; } }

.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-weight: 700; font-size: 17px; }
.field .hint { font-size: 15px; color: var(--muted); }

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"],
select, textarea {
  font: 400 18px var(--font-body);
  color: var(--text);
  background: var(--bg);
  border: 2px solid transparent;
  border-radius: var(--radius-s);
  padding: 12px 14px;
  width: 100%;
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--violet);
  background: var(--white);
}
textarea { min-height: 120px; resize: vertical; }

.status-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 13px;
  border-radius: 999px;
  color: #4b3270;
  background: #f0e8f8;
  font-weight: 800;
  font-size: 15px;
}

.contact-card { max-width: 760px; }

.checkbox-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 16px;
}
.checkbox-row input[type="checkbox"] {
  width: 22px;
  height: 22px;
  margin-top: 3px;
  accent-color: var(--violet);
  flex-shrink: 0;
}

/* Honeypot: für Menschen unsichtbar, für Bots ein Köder */
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-error {
  color: #B3123B;
  background: #FDECEF;
  border-radius: var(--radius-s);
  padding: 12px 16px;
  font-weight: 700;
  display: none;
}
.form-error.visible { display: block; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--footer-bg);
  color: var(--footer-text);
  padding: 48px 24px 32px;
}
.footer-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-brand { display: flex; flex-direction: column; gap: 8px; }
.footer-brand .brand-name { color: var(--white); }
.footer-brand .brand-claim-f { font-style: italic; color: var(--footer-muted); }
.footer-brand a { color: var(--yellow); text-decoration: none; }
.footer-brand a:hover { text-decoration: underline; }
.footer-links { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer-links a { color: var(--footer-text); text-decoration: none; font-size: 16px; }
.footer-links a:hover { color: var(--white); text-decoration: underline; }
.icon-link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white) !important;
}
.icon-link:hover { background: rgba(255, 255, 255, 0.22); }
.footer-legal {
  margin: 0;
  font-size: 14px;
  color: var(--footer-muted);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 20px;
}

/* ============================================================
   MOBILE NAVIGATION
   ============================================================ */
@media (max-width: 720px) {
  .site-nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
  }
  .nav-toggle { display: inline-block; }
  .nav-links {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding-top: 8px;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 10px 4px; width: 100%; }
  .btn-nav { margin-left: 0; }
  .brand-logo { width: 48px; height: 48px; }
  .brand-name { font-size: 20px; }
  .brand-claim { display: none; }
  /* Ohne JavaScript bleibt das Menü nutzbar: */
  .no-js .nav-links { display: flex; }
  .no-js .nav-toggle { display: none; }
  .hero { padding-top: 48px; gap: 36px; }
  .section { padding: 56px 20px; }
}

@media (max-width: 420px) {
  .site-nav { padding: 10px 14px; gap: 10px; }
  .btn-nav { font-size: 16px; padding: 10px 16px; }
  .nav-toggle { font-size: 15px; padding: 9px 12px; }
  .hero { grid-template-columns: 1fr; padding-left: 18px; padding-right: 18px; }
  .hero-actions .btn { width: 100%; }
  .checkout-card, .order-card { padding: 22px 18px; }
  .price-list > div { align-items: flex-start; }
  .book-panel { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 340px) {
  .brand-text { display: none; }
}

@media print {
  .site-header, .site-footer, .page-hero, .form-actions, .skip-link { display: none !important; }
  body { background: #fff; color: #000; font-size: 12pt; }
  .section { padding: 0; }
  .form-template { border: 0; padding: 0; box-shadow: none; }
  .withdrawal-form input, .withdrawal-form textarea {
    background: #fff;
    border: 1px solid #444;
    color: #000;
  }
  .statutory-withdrawal-template .btn { display: none !important; }
  a { color: #000; text-decoration: none; }
}
