/* ==========================================================================
   Hormonärztin – Dr. Lisa-Maria Wallwiener
   Designsystem, uebernommen von der bisherigen Framer-Seite.
   ========================================================================== */

/* --- Schriften (selbst gehostet, keine externen Aufrufe) ---------------- */
@font-face { font-family: "Satoshi"; src: url("/assets/fonts/satoshi-300.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Satoshi"; src: url("/assets/fonts/satoshi-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Satoshi"; src: url("/assets/fonts/satoshi-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Satoshi"; src: url("/assets/fonts/satoshi-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Satoshi"; src: url("/assets/fonts/satoshi-900.woff2") format("woff2"); font-weight: 900; font-style: normal; font-display: swap; }

/* --- Tokens ------------------------------------------------------------- */
:root {
  --red:        #c02034;
  --red-dark:   #a11a2b;
  --rose-100:   #ffe8eb;
  --rose-150:   #fcebef;
  --rose-200:   #f9e9eb;
  --rose-300:   #f0c9ce;
  --rose-on-red: #fae9eb;  /* 5,12:1 auf --red: Text auf roten Flaechen */

  --ink:        #0b0b0b;
  --ink-soft:   #262626;
  --gray-700:   #505050;
  --gray-600:   #595959;
  --gray-400:   #6e6e6e;   /* 4,68:1 auf --page-bg: WCAG AA fuer Fliesstext */
  --gray-100:   #f5f5f5;
  --off-white:  #fcfcfc;
  --white:      #ffffff;

  --page-bg:    #f5f5f5;
  --line:       rgba(11, 11, 11, .08);

  --radius-xl:  40px;
  --radius-lg:  24px;
  --radius-md:  20px;
  --radius-sm:  16px;

  --container:  1320px;   /* ergibt 1280 Inhaltsbreite - wie im Original */
  --gutter:     20px;
  /* Lesespalte der Textseiten: 1140px aussen, 56px Innenabstand -> ~1028px Text,
     wie auf der bisherigen Framer-Seite (dort 1020px, zentriert). */
  --doc-width:  1280px;
  --doc-pad:    clamp(20px, 4vw, 56px);

  --shadow-card: 0 2px 24px rgba(11, 11, 11, .05);
  --shadow-nav:  0 4px 30px rgba(11, 11, 11, .07);

  --ease: cubic-bezier(.4, 0, .2, 1);
}

/* --- Reset -------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  background: var(--page-bg);
  color: var(--ink);
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: 700; line-height: 1.2; color: var(--ink); }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; }
a { color: inherit; }

:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; border-radius: 4px; }
/* Auf roten Flaechen waere der rote Ring unsichtbar (1:1). */
.cta-band :focus-visible,
.offer__head :focus-visible,
.btn--primary:focus-visible,
.btn--light:focus-visible { outline-color: #fff; box-shadow: 0 0 0 5px rgba(11,11,11,.35); }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--red); color: #fff; padding: 12px 20px; border-radius: 0 0 12px 0;
  text-decoration: none; font-weight: 700;
}
.skip-link:focus { left: 0; }

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* --- Layoutbausteine ---------------------------------------------------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: 60px 30px; }
.section--tight { padding-block: 30px; }
.stack > * + * { margin-top: var(--stack, 16px); }

/* --- Typografie --------------------------------------------------------- */
.eyebrow {
  font-size: 14px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink); margin: 0;
}
.h-section { font-size: clamp(28px, 2.6vw, 38px); line-height: 1.2; }
.h-card    { font-size: clamp(22px, 2vw, 28px); line-height: 1.2; }
.lead      { font-size: clamp(17px, 1.4vw, 20px); font-weight: 500; line-height: 1.4; color: var(--gray-700); }
.body      { font-size: 16px; font-weight: 500; line-height: 1.6; letter-spacing: -.01em; color: var(--gray-700); }
.body strong { color: var(--ink); font-weight: 700; }
.muted     { color: var(--gray-400); }
.small     { font-size: 13px; line-height: 1.6; color: var(--gray-400); }

.prose { --stack: 18px; }
.prose h3 { font-size: clamp(20px, 1.8vw, 24px); margin-top: 8px; }
.prose h4 { font-size: 18px; }
.prose p, .prose li { font-size: 16px; font-weight: 500; line-height: 1.65; letter-spacing: -.01em; color: var(--gray-700); }

/* Textseiten: groessere Schrift wie im Original (Fliesstext 20px/28px). */
.page-doc .prose { --stack: 24px; }
.page-doc .prose p,
.page-doc .prose li {
  font-size: clamp(17px, 1.4vw, 20px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: normal;
  color: var(--ink);
}
.page-doc .prose h2 { font-size: clamp(22px, 2.1vw, 28px); font-weight: 500; line-height: 1.25; }
.page-doc .prose h2.h-lead { font-size: clamp(30px, 3.4vw, 48px); font-weight: 600; }
.page-doc .prose h3 { font-size: clamp(20px, 1.8vw, 24px); font-weight: 700; }
.page-doc .prose ul > li + li { margin-top: 12px; }
.prose a { color: var(--red); text-underline-offset: 3px; }
.prose a:hover { color: var(--red-dark); }
.prose ul { padding-left: 22px; list-style: disc; }
.prose ul > li + li { margin-top: 8px; }
.prose ul::marker { color: var(--rose-300); }

/* --- Buttons ------------------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 28px; border-radius: 999px; border: 1px solid transparent;
  font-family: inherit; font-size: 15px; font-weight: 700; line-height: 1;
  text-decoration: none; cursor: pointer;
  transition: background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease);
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn--primary { background: var(--red); color: #fff; }
.btn--primary:hover { background: var(--red-dark); }

.btn--ghost { background: transparent; color: var(--red); border-color: var(--red); }
.btn--ghost:hover { background: var(--red); color: #fff; }

.btn--light { background: #fff; color: var(--red); }
.btn--light:hover { background: var(--rose-100); }

.btn--block { display: flex; width: 100%; }

.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* --- Kopfbereich -------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  padding: 14px var(--gutter);
  transition: background-color .25s var(--ease), box-shadow .25s var(--ease);
}
.site-header.is-stuck { background: rgba(252, 252, 252, .88); backdrop-filter: blur(12px); box-shadow: var(--shadow-nav); }

.site-header__inner {
  max-width: 1152px; margin-inline: auto;
  display: flex; align-items: center; gap: 24px;
}
.site-header__logo { flex: none; display: block; }
.site-header__logo img { width: 135px; height: auto; }

.nav { margin-left: auto; }
.nav__list { display: flex; align-items: center; gap: 4px; list-style: none; }
.nav__item { position: relative; }
.nav__link {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 14px; border: 0; background: none; border-radius: 999px;
  font-family: inherit; font-size: 15px; font-weight: 500; letter-spacing: -.01em;
  color: var(--ink); text-decoration: none; cursor: pointer;
  transition: background-color .2s var(--ease), color .2s var(--ease);
}
.nav__link:hover { background: var(--rose-200); color: var(--red); }
.nav__link[aria-current="page"] { color: var(--red); }
.nav__chevron { width: 10px; height: 6px; transition: transform .2s var(--ease); }
.nav__item--has-sub[data-open] .nav__chevron { transform: rotate(180deg); }

.submenu {
  position: absolute; top: calc(100% + 10px); left: 0; z-index: 10;
  min-width: 260px; padding: 8px; list-style: none;
  background: #fff; border-radius: var(--radius-md); box-shadow: var(--shadow-nav);
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .18s var(--ease), transform .18s var(--ease), visibility .18s;
}
.nav__item--has-sub[data-open] .submenu,
.nav__item--has-sub:hover .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu a {
  display: block; padding: 10px 14px; border-radius: 12px;
  font-size: 15px; font-weight: 500; color: var(--gray-700); text-decoration: none;
  transition: background-color .15s var(--ease), color .15s var(--ease);
}
.submenu a:hover { background: var(--rose-200); color: var(--red); }

.site-header__cta { flex: none; }

.burger { display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; padding: 12px 10px; border: 0; background: none; cursor: pointer; }
.burger span { display: block; height: 2px; border-radius: 2px; background: var(--ink); transition: transform .25s var(--ease), opacity .25s var(--ease); }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav { margin-top: 12px; padding: 20px; background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-nav); }
.mobile-nav__list { list-style: none; }
.mobile-nav__list > li + li { margin-top: 4px; }
.mobile-nav a { display: block; padding: 12px 8px; font-size: 17px; font-weight: 500; color: var(--ink); text-decoration: none; border-radius: 12px; }
.mobile-nav a:hover { background: var(--rose-200); color: var(--red); }
.mobile-nav__label { display: block; padding: 12px 8px 4px; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gray-400); }
.mobile-nav__group ul { list-style: none; padding-left: 12px; border-left: 2px solid var(--rose-200); }
.mobile-nav .btn { margin-top: 16px; }

@media (max-width: 960px) {
  .nav, .site-header__cta { display: none; }
  .burger { display: flex; margin-left: auto; }
}

/* --- Hero -----------------------------------------------------------------
   Nachgebaut nach dem Original: das Foto IST die Karte (1280x720, object-fit:
   cover, mittig). Es bringt seinen hellblauen Hintergrund selbst mit, deshalb
   liegt kein Verlauf darueber - der Text steht direkt auf dem Bild. */
.hero {
  position: relative;
  width: min(1280px, 100% - 2 * var(--gutter));
  margin-inline: auto;
  aspect-ratio: 1280 / 720;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: #b6d0e0;
  display: flex;
  align-items: center;
}
.hero__media { position: absolute; inset: 0; }
.hero__media picture { display: block; width: 100%; height: 100%; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }

.hero__inner { position: relative; width: 100%; padding-inline: 80px; }
.hero__content { max-width: 500px; --stack: 20px; }
/* Der Text steht direkt auf dem Foto. Etwas dunkler als sonst, damit auch auf
   der dunkelsten Stelle des Hellblaus WCAG AA erreicht wird (4,84:1). */
.hero .lead { color: #4a4a4a; }
.hero__title { font-size: clamp(30px, 3.2vw, 38px); line-height: 1.2; }

@media (max-width: 1100px) {
  .hero__inner { padding-inline: clamp(24px, 6vw, 80px); }
}

/* Unter 860px steht das Foto ueber dem Text, nicht dahinter. */
@media (max-width: 860px) {
  .hero {
    aspect-ratio: auto;
    flex-direction: column;
    align-items: stretch;
    background: var(--white);
  }
  .hero__media { position: relative; aspect-ratio: 1 / 1; }
  .hero__media img { object-position: 50% 20%; }
  .hero__inner { padding: 28px clamp(16px, 5vw, 28px) 36px; }
  .hero__content { max-width: none; }
}

/* --- Themenkarten (Startseite) ------------------------------------------ */
.topics { display: grid; gap: 20px; margin-top: 40px; }
.topic {
  display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 48px;
  padding: 40px; background: #fff; border-radius: var(--radius-xl); box-shadow: var(--shadow-card);
}
.topic--flip .topic__body { order: 2; }
.topic__body { --stack: 20px; max-width: 580px; }
.topic__media { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4 / 3; }
.topic__media img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 860px) {
  .topic { grid-template-columns: 1fr; gap: 24px; padding: 16px 16px 28px; }
  .topic--flip .topic__body { order: 0; }
  .topic__body { padding-inline: 8px; }
}

/* --- Logo-Laufband ------------------------------------------------------ */
.marquee { padding-block: 50px; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; width: max-content; gap: 80px; align-items: center; min-height: 48px; animation: marquee 38s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item { display: flex; align-items: center; flex: none; opacity: .65; transition: opacity .2s var(--ease); }
.marquee__item:hover { opacity: 1; }
.marquee__item img { height: 48px; max-height: 48px; width: auto; object-fit: contain; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .marquee { overflow-x: auto; }
  .marquee__track { animation: none; }
}

/* --- Leistungen --------------------------------------------------------- */
.offers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 32px; }
.offer {
  display: flex; flex-direction: column; gap: 20px;
  padding: 24px; background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-card);
}
.offer--wide { grid-column: 1 / -1; }
.offer__head { padding: 22px 24px; border-radius: var(--radius-md); background: var(--gray-700); color: #fff; }
.offer--accent .offer__head { background: var(--red); }
.offer__head h3 { color: #fff; font-size: 20px; }
.offer__head p { margin-top: 4px; font-size: 16px; letter-spacing: -.01em; color: var(--rose-on-red); }
.offer--muted .offer__head p { color: var(--gray-100); }
.offer__list { list-style: none; display: grid; gap: 10px; }
.offer__list li { position: relative; padding-left: 26px; font-size: 16px; font-weight: 500; letter-spacing: -.01em; color: var(--gray-700); }
.offer__list li::before {
  content: ""; position: absolute; left: 0; top: .45em; width: 14px; height: 14px;
  border-radius: 50%; background: var(--rose-200);
  box-shadow: inset 0 0 0 2px var(--red);
}
.offer__foot { margin-top: auto; padding-top: 4px; }
.offer__note { font-size: 13px; line-height: 1.6; color: var(--gray-400); }

.offers-intro { padding: 20px 24px; background: var(--rose-200); border-radius: var(--radius-md); }
.offers-intro p { font-size: 16px; color: var(--gray-700); }
.offers-intro a { color: var(--red); font-weight: 700; }

@media (max-width: 860px) {
  .offers { grid-template-columns: 1fr; }
  .offer--wide { grid-column: auto; }
}

/* --- FAQ ---------------------------------------------------------------- */
.faq-list { display: grid; gap: 12px; margin-top: 32px; max-width: 1104px; margin-inline: auto; }
.faq { background: #fff; border-radius: var(--radius-sm); box-shadow: var(--shadow-card); overflow: hidden; }
.faq__q {
  display: flex; align-items: center; gap: 16px; width: 100%;
  padding: 20px clamp(20px, 3vw, 40px); border: 0; background: none; cursor: pointer; text-align: left;
  font-family: inherit; font-size: 16px; font-weight: 600; line-height: 1.4; color: #333;
}
.faq__title { flex: 1; }
.faq__icon { position: relative; flex: none; width: 16px; height: 16px; opacity: .35; }
.faq__icon::before, .faq__icon::after {
  content: ""; position: absolute; left: 50%; top: 50%; background: var(--ink); border-radius: 2px;
  transform: translate(-50%, -50%); transition: transform .25s var(--ease), opacity .25s var(--ease);
}
.faq__icon::before { width: 16px; height: 2px; }
.faq__icon::after  { width: 2px; height: 16px; }
.faq__q[aria-expanded="true"] .faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.faq__q[aria-expanded="true"] { color: var(--red); }
/* Ohne JavaScript bleiben die Antworten sichtbar; erst die .js-Klasse klappt sie ein. */
.js .faq__a { display: none; }
.js .faq__a.is-open { display: block; }
.faq__a-inner { padding: 0 clamp(20px, 3vw, 40px) 24px; display: grid; gap: 14px; }
.faq__a-inner p { font-size: 16px; font-weight: 500; line-height: 1.65; letter-spacing: -.01em; color: var(--gray-700); }

/* --- Inhaltsseiten ------------------------------------------------------ */
.page-head { padding: 40px var(--gutter) 8px; }
.page-head__inner { max-width: calc(var(--container) - 2 * var(--gutter)); margin-inline: auto; --stack: 12px; }
.page-title { font-size: clamp(32px, 4vw, 57px); line-height: 1.12; }

.panel {
  max-width: var(--container); margin: 24px auto 0;
  padding: clamp(24px, 4vw, 56px);
  background: #fff; border-radius: var(--radius-xl); box-shadow: var(--shadow-card);
}
.panel--flush { padding: clamp(16px, 2vw, 24px); }
.measure { max-width: 760px; }

/* --- Textseiten: Kopf und Fliesstext in einer gemeinsamen, zentrierten Spalte --
   Alle Bloecke bekommen dieselbe Aussenbreite und denselben Innenabstand, damit
   Ueberschrift, Bild und Text exakt an derselben Kante beginnen. */
/* Nachgemessen am Original (1440px Fenster):
   Ueberschrift, Faktenleiste und Bild nehmen die volle Containerbreite (1280),
   der Fliesstext steht in einer 1020 breiten Spalte, mittig darin. */
.page-doc .page-head { padding-inline: 0; }
.page-doc .page-head__inner,
.page-doc .panel,
.page-doc .container {
  width: min(var(--doc-width), 100% - 2 * var(--gutter));
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}
.page-doc .panel { padding: 0; background: none; box-shadow: none; }
.page-doc .container { padding-block: 0; }
.page-doc .measure { max-width: 1020px; margin-inline: auto; }
/* Einleitungssatz der Kontaktseite buendig zur Angabenliste. */
.page-head__inner .lead--deflist { max-width: 1136px; margin-inline: auto; }

.page-media { position: relative; border-radius: 32px; overflow: hidden; margin-bottom: 40px; }
.page-media picture { display: contents; }
/* Absolut positioniert, damit object-fit wirklich greift: sonst loest sich
   height:100% nicht gegen die aspect-ratio auf und das Bild wird oben
   abgeschnitten statt mittig zugeschnitten. */
.page-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
/* Ohne Zuschnitt-Vorgabe (kein Modifier) behaelt das Bild sein Seitenverhaeltnis. */
.page-media:not([class*="page-media--"]) { position: static; }
.page-media:not([class*="page-media--"]) img { position: static; height: auto; }
/* Breites Banner wie auf den Sprechstunden-Seiten des Originals (1280x326). */
.page-media--banner { aspect-ratio: 1280 / 326; }
/* Hochformatigeres Portraet wie auf "Ueber mich" (1296x810). */
.page-media--portrait { aspect-ratio: 1296 / 810; }
@media (max-width: 700px) {
  .page-media--banner { aspect-ratio: 4 / 3; }
  .page-media--portrait { aspect-ratio: 4 / 5; }
}

.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 360px); gap: 48px; align-items: start; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: 32px; } }

/* Sprungziele (z. B. /datenschutz#statistik) nicht unter dem klebenden Header verstecken */
.prose [id] { scroll-margin-top: 110px; }

/* Faktenleiste (Ueber mich) */
.facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.fact { padding: 22px; background: var(--rose-200); border-radius: var(--radius-md); }
.fact__label { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--red); }
.fact__value { margin-top: 8px; font-size: 17px; font-weight: 700; line-height: 1.3; color: var(--ink); }
@media (max-width: 900px) { .facts { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .facts { grid-template-columns: 1fr; } }

/* Kontakt- und Impressumsangaben: zweispaltige Liste wie im Original
   (Beschriftung links 278px, Wert rechts 834px, zusammen 1136 ab x=152). */
.deflist { max-width: 1136px; margin: 40px auto 0; }
.deflist dd { margin: 0; }   /* Browser setzen hier sonst 40px Einzug */
.deflist dt { margin: 0; }
.deflist__row {
  display: grid; grid-template-columns: 278px minmax(0, 834px); gap: 24px;
  padding: 20px 0; border-top: 1px solid var(--line);
}
.deflist__row:last-child { border-bottom: 1px solid var(--line); }
.deflist__label { font-size: 16px; font-weight: 700; line-height: 1.5; color: var(--ink); }
.deflist__value { font-size: 16px; font-weight: 500; line-height: 1.5; color: var(--ink); }
.deflist__value a { color: var(--red); text-underline-offset: 3px; }
.deflist__value a:hover { color: var(--red-dark); }
.deflist__value p + p { margin-top: 10px; }
@media (max-width: 760px) {
  .deflist__row { grid-template-columns: 1fr; gap: 6px; padding: 16px 0; }
}

/* Terminbuchung */
.booking { max-width: var(--container); margin: 24px auto 60px; padding-inline: var(--gutter); }
.booking__frame { background: #fff; border-radius: var(--radius-xl); box-shadow: var(--shadow-card); overflow: hidden; }
.booking__frame iframe { display: block; width: 100%; min-height: 900px; border: 0; }

/* CTA-Band */
.cta-band {
  max-width: var(--container); margin: 40px auto 0;
  padding: clamp(32px, 5vw, 56px); text-align: center;
  background: var(--red); border-radius: var(--radius-xl); color: #fff;
}
.cta-band h2 { color: #fff; font-size: clamp(24px, 2.6vw, 34px); }
.cta-band p { margin: 12px auto 24px; max-width: 620px; font-size: 17px; color: var(--rose-on-red); }
.cta-band .btn-row { justify-content: center; }

/* --- Fussbereich -------------------------------------------------------- */
.site-footer { margin-top: 80px; padding: 60px var(--gutter) 28px; background: var(--off-white); border-top: 1px solid var(--line); }
.site-footer__inner { max-width: var(--container); margin-inline: auto; display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 48px; }
.site-footer__heading { font-size: 20px; font-weight: 500; color: var(--gray-600); margin-bottom: 16px; }
.site-footer__links { list-style: none; display: grid; gap: 8px; }
.site-footer__links a { font-size: 16px; font-weight: 500; letter-spacing: -.01em; color: var(--red); text-decoration: none; }
.site-footer__links a:hover { text-decoration: underline; text-underline-offset: 3px; }
.site-footer__address { font-style: normal; display: grid; gap: 14px; }
.site-footer__address p { font-size: 16px; font-weight: 500; line-height: 1.5; letter-spacing: -.01em; color: var(--gray-700); }
.site-footer__address a { color: var(--red); text-decoration: none; }
.site-footer__address a:hover { text-decoration: underline; text-underline-offset: 3px; }
.site-footer__note { color: var(--gray-400) !important; font-size: 14px !important; }
.site-footer__col p { font-size: 16px; font-weight: 500; line-height: 1.5; color: var(--gray-700); }

.site-footer__bar {
  max-width: var(--container); margin: 48px auto 0; padding-top: 20px; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px;
}
.site-footer__copy { font-size: 14px; color: var(--gray-400); }
.site-footer__legal { list-style: none; display: flex; gap: 20px; }
.site-footer__legal a { font-size: 14px; color: var(--gray-400); text-decoration: none; }
.site-footer__legal a:hover { color: var(--red); }

@media (max-width: 900px) { .site-footer__inner { grid-template-columns: 1fr; gap: 36px; } }

/* --- Einblenden beim Scrollen ------------------------------------------- */
/* Nur wenn JavaScript laeuft (Klasse wird im <head> gesetzt) darf etwas
   ausgeblendet starten - sonst waere der halbe Seiteninhalt ohne JS unsichtbar. */
.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; } }
