/* Tim Taxis · Solar Warm — Inner Circle Funnel Pages */

:root {
  --stille: #fff1d4;
  --stille-soft: #fff6df;
  --stille-warm: #ffeac2;
  --sein: #12224b;
  --strahlen: #f48a28;
  --weite: #c8ddea;
  --sunset: #c8561d;
  --gold: #f4b940;
}

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

html, body {
  background: var(--stille);
  color: var(--sein);
  font-family: 'DM Sans', ui-sans-serif, system-ui, -apple-system, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.font-serif { font-family: 'Cormorant Garamond', Garamond, Georgia, serif; font-weight: 400; }
.font-mono { font-family: 'JetBrains Mono', ui-monospace, monospace; }

.eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(18, 34, 75, 0.55);
}

/* Header */
header.site {
  border-bottom: 1px solid rgba(18, 34, 75, 0.1);
  padding: 18px 0;
  background: var(--stille);
}
header.site .wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
header.site .brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
header.site .brand img { height: 44px; width: auto; }
header.site .mail {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(18, 34, 75, 0.7);
  text-decoration: none;
  transition: color 220ms ease;
}
header.site .mail:hover { color: var(--sunset); }

/* Main */
main.funnel {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(64px, 12vh, 128px) 24px;
}

/* Card */
.card {
  max-width: 720px;
  width: 100%;
  text-align: center;
}
.card .eyebrow { display: inline-block; margin-bottom: 24px; }

/* Headlines */
.card h1 {
  font-family: 'Cormorant Garamond', Garamond, Georgia, serif;
  font-weight: 400;
  font-size: clamp(40px, 6.5vw, 76px);
  line-height: 1.05;
  letter-spacing: -0.022em;
  color: var(--sein);
  text-wrap: balance;
  margin-bottom: 24px;
}
.card h1 em {
  font-style: italic;
  color: var(--strahlen);
  font-weight: 400;
}
.card .lead {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 1.55;
  color: rgba(18, 34, 75, 0.82);
  max-width: 560px;
  margin: 0 auto 40px;
}

/* CTA */
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: all 320ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 18px 36px;
}
.btn-primary {
  background: var(--sunset);
  color: var(--stille);
}
.btn-primary:hover { background: var(--sein); }
.btn-ghost {
  background: transparent;
  color: rgba(18, 34, 75, 0.7);
  padding: 4px 0;
  border-bottom: 1px solid rgba(18, 34, 75, 0.3);
}
.btn-ghost:hover {
  color: var(--sunset);
  border-color: var(--sunset);
}

/* Info-Box */
.info-box {
  margin-top: 56px;
  padding: 24px 28px;
  background: var(--stille-soft);
  border-left: 3px solid var(--strahlen);
  text-align: left;
  font-family: 'DM Sans', sans-serif;
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(18, 34, 75, 0.82);
}
.info-box p { margin: 8px 0; }
.info-box strong { color: var(--sein); }
.info-box a {
  color: var(--sunset);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.info-box a:hover { color: var(--sein); }

/* Footer */
footer.site {
  background: var(--sein);
  color: rgba(255, 241, 212, 0.7);
  padding: 22px 0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
footer.site .wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
footer.site a {
  color: rgba(255, 241, 212, 0.85);
  text-decoration: none;
  margin-right: 24px;
}
footer.site a:last-child { margin-right: 0; }
footer.site a:hover { color: var(--strahlen); }

/* ---- Weißer Hintergrund + Tim-Foto für die Funnel-Seiten ---- */
body.ic-white,
body.ic-white header.site { background: #ffffff; }
.funnel-photo {
  width: min(300px, 72vw);
  margin: 0 auto 36px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 26px 54px -22px rgba(18, 34, 75, 0.38);
}
.funnel-photo img { display: block; width: 100%; height: auto; }
@media (max-width: 600px) { .funnel-photo { margin-bottom: 28px; } }

/* Minimaler Pflicht-Footer: nur Impressum + Datenschutz (auf circle.timtaxis.de) */
.ic-legal {
  padding: 24px 24px 36px;
  text-align: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.ic-legal a {
  color: rgba(18, 34, 75, 0.45);
  text-decoration: none;
  margin: 0 10px;
  transition: color 200ms ease;
}
.ic-legal a:hover { color: var(--sunset); }

/* Digistore24-Bestellformular (Embed) */
.ic-order {
  width: 100%;
  margin: 12px 0 4px;
  text-align: left;
}
.ic-order my-order-form { display: block; width: 100%; }
.ic-member-hint {
  margin-top: 26px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(18, 34, 75, 0.5);
}
.ic-member-hint a { color: var(--sunset); text-decoration: none; }
.ic-member-hint a:hover { text-decoration: underline; }

/* ===================== Online-Kurs Verkaufsseite ===================== */
.ok-section { padding: clamp(56px, 9vh, 104px) 0; }
.ok-white { background: #ffffff; }
.ok-cream { background: var(--stille); }
.ok-wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.ok-logo { display: block; height: 40px; width: auto; margin: 0 auto 32px; }
.ok-eyebrow { display: block; text-align: center; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--sunset); margin-bottom: 18px; }
.ok-h1 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; font-size: clamp(32px, 5vw, 58px); line-height: 1.08; letter-spacing: -0.02em; color: var(--sein); text-align: center; max-width: 20ch; margin: 0 auto; text-wrap: balance; }
.ok-h1 em { font-style: italic; color: var(--strahlen); }
.ok-sub { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(18px, 2vw, 22px); line-height: 1.45; color: rgba(18,34,75,0.78); text-align: center; max-width: 46ch; margin: 18px auto 0; }
.ok-h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; font-size: clamp(28px, 4vw, 44px); line-height: 1.1; letter-spacing: -0.02em; color: var(--sein); text-align: center; margin: 0 0 10px; text-wrap: balance; }
.ok-h2 em { font-style: italic; color: var(--strahlen); }
.ok-lead { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 18px; line-height: 1.5; color: rgba(18,34,75,0.72); text-align: center; max-width: 52ch; margin: 0 auto; }

/* Video */
.ok-video { max-width: 760px; margin: 38px auto 0; border-radius: 16px; overflow: hidden; box-shadow: 0 30px 70px -28px rgba(18,34,75,0.5); background: #000; }
.ok-video video { display: block; width: 100%; height: auto; }

/* Hero-Bullets */
.ok-bullets { max-width: 840px; margin: 38px auto 0; display: grid; gap: 16px; }
.ok-bullet { display: flex; gap: 13px; align-items: flex-start; font-family: 'DM Sans', sans-serif; font-size: 14.5px; line-height: 1.6; color: rgba(18,34,75,0.82); }
.ok-bullet strong { color: var(--sein); }
.ok-bullet svg { flex: 0 0 auto; margin-top: 2px; color: var(--sunset); }

/* CTA */
.ok-cta-wrap { text-align: center; margin-top: 40px; }
.ok-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; cursor: pointer; padding: 18px 40px; border: 0; border-radius: 5px; background: var(--sunset); color: var(--stille); transition: background 0.3s ease; }
.ok-btn:hover { background: var(--sein); color: var(--stille); }

/* Bio */
.ok-bio { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.ok-bio-photo { border-radius: 16px; overflow: hidden; box-shadow: 0 30px 60px -28px rgba(18,34,75,0.4); }
.ok-bio-photo img { display: block; width: 100%; height: auto; }
.ok-bio p { font-family: 'DM Sans', sans-serif; font-size: 14.5px; line-height: 1.7; color: rgba(18,34,75,0.82); margin: 0 0 13px; }
.ok-bio strong { color: var(--sein); font-weight: 600; }
.ok-bio .ok-bio-final { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-size: 20px; color: var(--sein); margin-top: 6px; }
@media (max-width: 760px) { .ok-bio { grid-template-columns: 1fr; } }

/* Vorteile-Grid */
.ok-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 46px; }
.ok-benefit { border: 1px solid rgba(18,34,75,0.08); border-radius: 16px; padding: 28px 24px; }
.ok-white .ok-benefit { background: var(--stille-soft); }
.ok-cream .ok-benefit { background: #ffffff; }
.ok-benefit .ok-ic { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: rgba(244,138,40,0.12); color: var(--sunset); margin-bottom: 16px; }
.ok-benefit h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 21px; color: var(--sein); margin: 0 0 8px; }
.ok-benefit p { font-family: 'DM Sans', sans-serif; font-size: 13.5px; line-height: 1.6; color: rgba(18,34,75,0.7); margin: 0; }
@media (max-width: 860px) { .ok-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .ok-grid { grid-template-columns: 1fr; } }

/* Testimonials */
.ok-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 46px; align-items: start; }
.ok-quote { background: var(--stille-soft); border-radius: 16px; padding: 28px; }
.ok-cream .ok-quote { background: #ffffff; }
.ok-quote p { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 16px; line-height: 1.55; color: rgba(18,34,75,0.85); font-style: italic; margin: 0 0 16px; }
.ok-quote .ok-name { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sein); }
.ok-quote .ok-role { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(18,34,75,0.45); margin-top: 3px; }
@media (max-width: 860px) { .ok-quotes { grid-template-columns: 1fr; max-width: 560px; margin-left: auto; margin-right: auto; } }

/* Pricing */
.ok-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; align-items: stretch; }
.ok-tier { background: #ffffff; border: 1px solid rgba(18,34,75,0.12); border-radius: 18px; padding: 32px 26px; display: flex; flex-direction: column; }
.ok-cream .ok-tier { background: #ffffff; }
.ok-tier-feat { border-color: var(--sunset); box-shadow: 0 30px 60px -26px rgba(200,86,29,0.38); position: relative; }
.ok-tier-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); white-space: nowrap; background: var(--sunset); color: var(--stille); font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; }
.ok-tier-name { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sunset); }
.ok-tier-list { list-style: none; margin: 20px 0 24px; padding: 0; display: grid; gap: 11px; }
.ok-tier-list li { font-family: 'DM Sans', sans-serif; font-size: 13.5px; line-height: 1.45; color: rgba(18,34,75,0.82); display: flex; gap: 9px; align-items: flex-start; }
.ok-tier-list li svg { flex: 0 0 auto; margin-top: 3px; color: var(--sunset); }
.ok-price { margin-top: auto; font-family: 'Cormorant Garamond', Georgia, serif; }
.ok-price .ok-now { font-size: 40px; font-weight: 600; color: var(--sein); line-height: 1; }
.ok-price .ok-old { font-size: 18px; color: rgba(18,34,75,0.4); text-decoration: line-through; margin-left: 8px; }
.ok-price .ok-tax { display: block; font-family: 'DM Sans', sans-serif; font-size: 11px; color: rgba(18,34,75,0.5); margin-top: 6px; }
.ok-tier .ok-btn { width: 100%; margin-top: 20px; }
.ok-tier-note { margin-top: 14px; display: grid; gap: 6px; }
.ok-tier-note span { font-family: 'DM Sans', sans-serif; font-size: 11.5px; color: rgba(18,34,75,0.55); display: flex; gap: 7px; align-items: center; }
.ok-tier-note svg { flex: 0 0 auto; color: var(--sunset); }
@media (max-width: 860px) { .ok-tiers { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; } }

/* FAQ */
.ok-faq { max-width: 760px; margin: 42px auto 0; }
.ok-faq details { border-bottom: 1px solid rgba(18,34,75,0.12); padding: 18px 2px; }
.ok-faq summary { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 20px; color: var(--sein); cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.ok-faq summary::-webkit-details-marker { display: none; }
.ok-faq summary::after { content: "+"; font-family: 'DM Sans', sans-serif; color: var(--sunset); font-size: 22px; line-height: 1; }
.ok-faq details[open] summary::after { content: "\2013"; }
.ok-faq details p { font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 1.65; color: rgba(18,34,75,0.72); margin: 12px 0 0; }
.ok-final { text-align: center; }

/* Großer Mitgliederbereich-Button (unter dem Lead-Text der Inner-Circle-Landing) */
.ic-member-cta { margin: 30px auto 4px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.ic-member-cta .lbl { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(18, 34, 75, 0.55); }
.btn-member { background: var(--sein); color: var(--stille); font-size: 12px; padding: 18px 40px; }
.btn-member:hover { background: var(--sunset); color: var(--stille); }

/* ---- Shop-Header (nachgebaut von timtaxis.com/s/timtaxis) ---- */
.ic-nav {
  background: #ffffff;
  border-bottom: 1px solid rgba(27, 34, 64, 0.08);
  position: relative;
  z-index: 50;
}
.ic-nav-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.ic-nav-logo { display: flex; align-items: center; flex: 0 0 auto; }
.ic-nav-logo img { height: 54px; width: auto; display: block; }
.ic-nav-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 26px;
  justify-content: flex-end;
}
.ic-nav-menu a {
  font-family: 'Raleway', 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #1b2240;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: color 200ms ease;
}
.ic-nav-menu a:hover { color: var(--sunset); }
.ic-nav-menu a[aria-current="page"] { color: var(--sunset); font-weight: 600; }
.ic-nav-toggle { display: none; }
.ic-nav-burger { display: none; }

@media (max-width: 1080px) {
  .ic-nav-burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 8px;
    cursor: pointer;
    flex: 0 0 auto;
  }
  .ic-nav-burger span {
    display: block;
    height: 2px;
    width: 100%;
    background: #1b2240;
    border-radius: 2px;
    transition: transform 200ms ease, opacity 200ms ease;
  }
  .ic-nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border-bottom: 1px solid rgba(27, 34, 64, 0.1);
    box-shadow: 0 18px 34px -22px rgba(27, 34, 64, 0.35);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 8px 0;
  }
  .ic-nav-menu a { width: 100%; padding: 12px 24px; }
  .ic-nav-toggle:checked ~ .ic-nav-menu { display: flex; }
  .ic-nav-toggle:checked ~ .ic-nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .ic-nav-toggle:checked ~ .ic-nav-burger span:nth-child(2) { opacity: 0; }
  .ic-nav-toggle:checked ~ .ic-nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}
@media (max-width: 480px) {
  .ic-nav-logo img { height: 44px; }
}

/* ---- 404 / Seite nicht gefunden ---- */
.nf-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}
.nf-code {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(18, 34, 75, 0.45);
  margin-top: 26px;
}

/* ---- Video-Landingpage (Inner Circle Einladung) ---- */
.icv-card { max-width: 860px; }
.icv-brand { display: block; width: fit-content; margin: 0 auto 26px; }
.icv-brand img { display: block; height: 100px; width: auto; }
@media (max-width: 640px) {
  .icv-brand { margin-bottom: 18px; }
  .icv-brand img { height: 76px; }
}
.icv-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  background: var(--sein);
  box-shadow: 0 30px 70px -28px rgba(18, 34, 75, 0.5);
  margin: 8px 0 34px;
}
.icv-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.icv-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255, 241, 212, 0.75);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.icv-text { max-width: 620px; margin: 0 auto; text-align: center; }
.icv-text p {
  font-family: 'DM Sans', sans-serif;
  font-size: 17.5px;
  line-height: 1.72;
  color: rgba(18, 34, 75, 0.88);
  margin: 0 0 20px;
}
.icv-text p.icv-hook {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(19px, 2.4vw, 23px);
  line-height: 1.45;
  color: var(--sein);
}
.icv-cta { margin-top: 30px; }
/* CTA-Button: größere, besser lesbare Beschriftung (nur auf dieser Seite) */
.icv-cta .btn {
  font-size: 15px;
  letter-spacing: 0.1em;
  padding: 21px 40px;
}
@media (max-width: 480px) {
  .icv-cta .btn {
    width: 100%;
    justify-content: center;
    font-size: 14px;
    letter-spacing: 0.06em;
    padding: 19px 18px;
  }
}
/* .icv-text p ist spezifischer — daher hier ebenfalls mit .icv-text qualifizieren */
.icv-text p.icv-note {
  margin: 0 0 14px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  color: rgba(18, 34, 75, 0.62);
}

/* Danke-Seite: Schritt-für-Schritt-Anleitung mit E-Mail-Screenshots */
.danke-steps { margin: 32px 0 0; display: grid; gap: 26px; text-align: left; }
.danke-step { display: grid; gap: 12px; }
.danke-step-num { display: inline-flex; align-items: center; gap: 10px; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sunset); }
.danke-step-num b { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--sunset); color: var(--stille); font-size: 12px; flex: 0 0 auto; }
.danke-step p { font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 1.6; color: rgba(18, 34, 75, 0.82); margin: 0; }
.danke-step p strong { color: var(--sein); }
.danke-shot { border: 1px solid rgba(18, 34, 75, 0.1); border-radius: 10px; overflow: hidden; box-shadow: 0 12px 32px -16px rgba(18, 34, 75, 0.32); background: #fff; }
.danke-shot img { display: block; width: 100%; height: auto; }

/* Glow accent (subtle) */
.glow {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 185, 64, 0.25), transparent 65%);
  filter: blur(40px);
  pointer-events: none;
  z-index: -1;
}
.glow-top-right { top: -100px; right: -80px; }
.glow-bottom-left { bottom: -100px; left: -100px; }

/* ---- Legal / Rechtstext-Seiten ---- */
.legal {
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
}
.legal main {
  padding: clamp(48px, 8vh, 96px) 24px;
}
.legal .eyebrow { display: inline-block; margin-bottom: 18px; }
.legal h1 {
  font-family: 'Cormorant Garamond', Garamond, Georgia, serif;
  font-weight: 400;
  font-size: clamp(36px, 6vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.022em;
  color: var(--sein);
  margin-bottom: 28px;
}
.legal h1 em { font-style: italic; color: var(--strahlen); }
.legal h2 {
  font-family: 'Cormorant Garamond', Garamond, Georgia, serif;
  font-weight: 500;
  font-size: 24px;
  color: var(--sein);
  margin: 36px 0 10px;
}
.legal p, .legal li {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(18, 34, 75, 0.82);
  margin: 8px 0;
}
.legal .lead { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 18px; color: rgba(18,34,75,0.84); margin-bottom: 8px; }
.legal strong { color: var(--sein); font-weight: 600; }
.legal a { color: var(--sunset); text-decoration: underline; text-underline-offset: 3px; }
.legal a:hover { color: var(--sein); }
.legal .addr { font-family: 'DM Sans', sans-serif; font-size: 16px; line-height: 1.7; color: var(--sein); }
.legal .doc-cta {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 8px;
  font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  background: var(--sunset); color: var(--stille); text-decoration: none;
  padding: 16px 28px; transition: background 320ms ease;
}
.legal .doc-cta:hover { background: var(--sein); color: var(--stille); }
.legal hr { border: 0; border-top: 1px solid rgba(18,34,75,0.12); margin: 32px 0; }
.legal .back { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(18,34,75,0.6); text-decoration: none; }
.legal .back:hover { color: var(--sunset); }
