/* ==========================================================================
   Familienkapitel – Psychologische Praxis
   Statischer Nachbau von familienkapitel.com (Divi-Original)

   Gestaltungsprinzip des Originals, dem dieses CSS folgt:
   grosse, ruhige Belleza-Display-Typo über kleinem Fliesstext,
   radikal viel Weissraum, wenige, leise Auszeichnungen.
   ========================================================================== */

:root {
  --ink: #3c3c40;          /* Überschriften, Buttons, dunkle Sektion */
  --body-color: #3c3c40;   /* Fließtext auf Builder-Seiten */
  --muted: #666;           /* Divi-Standard-Fließtext */
  --lav: #e5e4f2;          /* Lavendel (Hero, Ablauf, Zitat) */
  --grey: #f2f2f2;         /* Hellgrau (Über-mich-Sektionen) */
  --accent: #b4b4bf;       /* Menü aktiv, Farbfeld hinter Porträts */
  --black: #0d0d0d;
  --input-border: #dae3e2;
  --whatsapp: #25d366;
  --font-display: 'Belleza', 'Trebuchet MS', sans-serif;
  --font-body: 'Open Sans', Arial, sans-serif;
  --font-button: 'Inter', 'Open Sans', sans-serif;
  --header-h: 116px;
  --section-pad: clamp(84px, 8vw, 120px);
  --shadow-soft: 0 14px 34px rgba(60, 60, 64, .12);
  --shadow-lift: 0 22px 44px rgba(60, 60, 64, .16);
  --ease: cubic-bezier(.33, 1, .68, 1);
}

::selection { background: var(--lav); color: var(--ink); }

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
  color: var(--body-color);
  background: #fff;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

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

a { color: inherit; }

.container { width: 84%; max-width: 1080px; margin: 0 auto; position: relative; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.2;
  margin: 0 0 0.4em;
  text-wrap: balance;
}

/* Grosszügige Display-Skala wie im Original */
h1 { font-size: clamp(42px, 5vw, 72px); }
h2 { font-size: clamp(34px, 3.4vw, 48px); }
h3 { font-size: clamp(26px, 2.4vw, 34px); }
h4 { font-size: clamp(21px, 1.8vw, 26px); }

/* Grosse zentrierte Sektions-Headlines */
.beratung h2, .ablauf h2, .faq h2,
.ausbildung h2, .arbeitserfahrung h2 {
  font-size: clamp(38px, 4.6vw, 64px);
}

p { margin: 0 0 1em; }

ul { padding-left: 1.2em; margin: 0 0 1em; }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}

/* --------------------------------------------------------------------------
   Skip-Link
   -------------------------------------------------------------------------- */
.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--ink); color: #fff; padding: 10px 18px; z-index: 10000;
}
.skip-link:focus { left: 0; }

/* --------------------------------------------------------------------------
   Header / Navigation
   -------------------------------------------------------------------------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  background: rgba(255, 255, 255, .94);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  z-index: 1000;
  transition: box-shadow .35s var(--ease);
}
.site-header.is-scrolled { box-shadow: 0 6px 24px rgba(60, 60, 64, .10); }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: var(--header-h);
  transition: min-height .3s ease;
}
.site-header.is-scrolled .header-inner { min-height: 68px; }

.logo { display: block; flex-shrink: 0; }
.logo img { height: 66px; width: auto; transition: height .3s ease; }
.site-header.is-scrolled .logo img { height: 48px; }

.site-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 30px;
  margin: 0; padding: 0;
}
.site-nav a {
  font-size: 18px;
  color: var(--muted);
  text-decoration: none;
  transition: color .25s var(--ease);
  position: relative;
  white-space: nowrap;
}
.site-nav li:not(.menu-cta) a::after {
  content: '';
  position: absolute;
  left: 0; bottom: -6px;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s var(--ease);
}
.site-nav a:hover { color: var(--accent); }
.site-nav li:not(.menu-cta) a:hover::after { transform: scaleX(1); }
.site-nav a[aria-current="page"] { color: var(--accent); }

.menu-cta a {
  display: inline-block;
  background: #e4e4f2;
  color: var(--black);
  font-weight: 600;
  border-radius: 50px;
  padding: 14px 28px;
  white-space: nowrap;
  transition: all .3s var(--ease);
}
.menu-cta a:hover {
  background: var(--black);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(13, 13, 13, .18);
}

.nav-toggle {
  display: none;
  background: none; border: 0; cursor: pointer;
  padding: 8px;
  color: var(--accent);
}
.nav-toggle svg { display: block; width: 28px; height: 28px; }

/* Zwischenbreiten 981–1240px: Header kompakt, damit nichts umbricht */
@media (min-width: 981px) and (max-width: 1240px) {
  :root { --header-h: 92px; }
  .logo img { height: 54px; }
  .site-header.is-scrolled .logo img { height: 44px; }
  .site-nav ul { gap: 18px; }
  .site-nav a { font-size: 15px; }
  .menu-cta a { padding: 11px 20px; font-size: 14px; }
}

main { padding-top: var(--header-h); }

/* --------------------------------------------------------------------------
   Sektionen & Wellen-Trenner (exakte SVGs des Originals)
   -------------------------------------------------------------------------- */
section { position: relative; padding: var(--section-pad) 0; }

.wave {
  position: absolute;
  left: 0; bottom: -1px;
  width: 100%;
  height: var(--wh, 140px);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}
.wave.flip { transform: scaleX(-1); }
.wave-f2   { background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxNDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmMmYyZjIiPjxwYXRoIGQ9Ik0xMjgwIDMuNEMxMDUwLjU5IDE4IDEwMTkuNCA4NC44OSA3MzQuNDIgODQuODljLTMyMCAwLTMyMC04NC4zLTY0MC04NC4zQzU5LjQuNTkgMjguMiAxLjYgMCAzLjRWMTQwaDEyODB6IiBmaWxsLW9wYWNpdHk9Ii4zIi8+PHBhdGggZD0iTTAgMjQuMzFjNDMuNDYtNS42OSA5NC41Ni05LjI1IDE1OC40Mi05LjI1IDMyMCAwIDMyMCA4OS4yNCA2NDAgODkuMjQgMjU2LjEzIDAgMzA3LjI4LTU3LjE2IDQ4MS41OC04MFYxNDBIMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMTI4MCA1MS43NmMtMjAxIDEyLjQ5LTI0Mi40MyA1My40LTUxMy41OCA1My40LTMyMCAwLTMyMC01Ny02NDAtNTctNDguODUuMDEtOTAuMjEgMS4zNS0xMjYuNDIgMy42VjE0MGgxMjgweiIvPjwvZz48L3N2Zz4="); }
.wave-white { background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxNDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0xMjgwIDMuNEMxMDUwLjU5IDE4IDEwMTkuNCA4NC44OSA3MzQuNDIgODQuODljLTMyMCAwLTMyMC04NC4zLTY0MC04NC4zQzU5LjQuNTkgMjguMiAxLjYgMCAzLjRWMTQwaDEyODB6IiBmaWxsLW9wYWNpdHk9Ii4zIi8+PHBhdGggZD0iTTAgMjQuMzFjNDMuNDYtNS42OSA5NC41Ni05LjI1IDE1OC40Mi05LjI1IDMyMCAwIDMyMCA4OS4yNCA2NDAgODkuMjQgMjU2LjEzIDAgMzA3LjI4LTU3LjE2IDQ4MS41OC04MFYxNDBIMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMTI4MCA1MS43NmMtMjAxIDEyLjQ5LTI0Mi40MyA1My40LTUxMy41OCA1My40LTMyMCAwLTMyMC01Ny02NDAtNTctNDguODUuMDEtOTAuMjEgMS4zNS0xMjYuNDIgMy42VjE0MGgxMjgweiIvPjwvZz48L3N2Zz4="); }
.wave-lav  { background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxNDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNlNWU0ZjIiPjxwYXRoIGQ9Ik0xMjgwIDMuNEMxMDUwLjU5IDE4IDEwMTkuNCA4NC44OSA3MzQuNDIgODQuODljLTMyMCAwLTMyMC04NC4zLTY0MC04NC4zQzU5LjQuNTkgMjguMiAxLjYgMCAzLjRWMTQwaDEyODB6IiBmaWxsLW9wYWNpdHk9Ii4zIi8+PHBhdGggZD0iTTAgMjQuMzFjNDMuNDYtNS42OSA5NC41Ni05LjI1IDE1OC40Mi05LjI1IDMyMCAwIDMyMCA4OS4yNCA2NDAgODkuMjQgMjU2LjEzIDAgMzA3LjI4LTU3LjE2IDQ4MS41OC04MFYxNDBIMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMTI4MCA1MS43NmMtMjAxIDEyLjQ5LTI0Mi40MyA1My40LTUxMy41OCA1My40LTMyMCAwLTMyMC01Ny02NDAtNTctNDguODUuMDEtOTAuMjEgMS4zNS0xMjYuNDIgMy42VjE0MGgxMjgweiIvPjwvZz48L3N2Zz4="); }

.wave-top {
  position: absolute;
  top: -1px; bottom: auto;
  left: 0; width: 100%;
  height: 105px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxNDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDB2LjQ4QzE4LjYyIDkuMzggMjk3LjgxIDE0MCA2MzkuNSAxNDAgOTkzLjI0IDE0MCAxMjgwIDAgMTI4MCAweiIgZmlsbC1vcGFjaXR5PSIuMyIvPjxwYXRoIGQ9Ik0wIC42YzE0IDguMjggMTc2LjU0IDk5LjggNTU1LjQ1IDExOS4xNEM5NTIuNDEgMTQwIDEyODAgMCAxMjgwIDBIMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNNzI2LjI5IDEwMS4yQzExMjYuMzYgNzkuOTIgMTI4MSAwIDEyODEgMEgxYy4wNSAwIDMyNS4yNSAxMjIuNDggNzI1LjI5IDEwMS4yeiIvPjwvZz48L3N2Zz4=");
}

.has-wave { padding-bottom: calc(var(--section-pad) + var(--wh, 140px)); }

/* --------------------------------------------------------------------------
   Spalten-Layouts
   -------------------------------------------------------------------------- */
.columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 40px 5.5%;
  align-items: start;
}
.columns > .col { min-width: 0; }

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */
.button {
  display: inline-block;
  font-family: var(--font-button);
  font-weight: 700;
  border-radius: 100px;
  padding: 18px 42px;
  text-decoration: none;
  cursor: pointer;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background-color .3s var(--ease), color .3s var(--ease);
  background: var(--ink);
  color: #fff;
  border: 0;
  font-size: clamp(20px, 1.9vw, 27px);
  line-height: 1.3;
  box-shadow: 0 4px 14px rgba(60, 60, 64, .18);
}
.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(60, 60, 64, .24);
}
.button:active { transform: translateY(-1px); }

.button.outline {
  background: transparent;
  border: 2px solid var(--ink);
  color: var(--ink);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 14px 28px;
  box-shadow: none;
}
.button.outline:hover {
  transform: translateY(-2px);
  background: var(--ink);
  color: #fff;
  box-shadow: 0 10px 24px rgba(60, 60, 64, .18);
}

.cta-row { text-align: center; margin: 56px 0 0; position: relative; z-index: 2; }

/* --------------------------------------------------------------------------
   Startseite: Hero
   -------------------------------------------------------------------------- */
.hero {
  background:
    linear-gradient(90deg, var(--lav) 76%, rgba(255, 255, 255, 0) 100%),
    url('/assets/img/coaching-3.webp') center / cover no-repeat;
  background-color: var(--lav);
  --wh: 142px;
}
.hero h1 { font-size: clamp(42px, 5vw, 69px); }
.hero h1::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(60, 60, 64, .22);
  margin: 32px 0 8px;
}
.hero .columns { align-items: center; }
.hero .col > img { margin-top: 28px; max-width: 340px; }
.hero figure { margin: 0; }
.hero figcaption, .hero .col img + p {
  font-size: 16px;
  margin-top: 14px;
  text-align: center;
  color: var(--ink);
  opacity: .75;
}
.hero .cta-row { margin-top: 48px; }

/* Porträt ruhig und flächig, weisser Rahmen wie im Original */
.page-home .hero .col:last-child img {
  border: 8px solid #fff;
  border-radius: 6px;
  box-shadow: var(--shadow-soft);
  max-width: min(520px, 100%);
  margin: 0 auto;
}

/* Startseite: Über-mich-Teaser — Porträt auf Akzent-Farbfeld (Original-Signatur) */
.ueber-mich { background: var(--grey); --wh: 179px; }
.ueber-mich .col:first-child {
  background: var(--accent);
  padding: clamp(24px, 4vw, 56px);
}
.ueber-mich .col:first-child img {
  border: 0;
  border-radius: 0;
  box-shadow: 0 16px 40px rgba(60, 60, 64, .18);
}

/* Startseite: Beratung vor/während/nach */
.beratung { background: #fff; --wh: 136px; text-align: center; }
.beratung h2 { margin-bottom: 64px; }
.beratung .columns + h2 { margin-top: 48px; }
.beratung h3 { font-size: clamp(36px, 3.5vw, 52px); margin: 20px 0 12px; }
.beratung .col img { margin: 0 auto; max-width: min(340px, 96%); }
.beratung .cta-row { margin-top: 56px; }

/* Startseite: Ablauf (weiße Karten, gleiche Höhe, ruhige Details) */
.ablauf { background: var(--lav); --wh: 160px; text-align: center; }
.ablauf h2 { margin-bottom: 72px; }
.ablauf .columns { align-items: stretch; }
.ablauf .col {
  background: #fff;
  border: 1px solid rgba(60, 60, 64, .25);
  border-radius: 12px;
  padding: 40px 28px 20px;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.ablauf .col:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lift);
}
.ablauf h3 { font-size: clamp(28px, 2.7vw, 38px); margin: 20px 0 0; }
.ablauf h3::after {
  content: '';
  display: block;
  width: 64%;
  height: 1px;
  background: rgba(60, 60, 64, .35);
  margin: 18px auto;
}
.ablauf .col img { margin: 0 auto; }
.ablauf .col > p {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.3;
  color: var(--ink);
}
.ablauf .col > p strong { font-weight: 400; }
.ablauf .cta-row { margin-top: 64px; }

/* Startseite: FAQ */
.faq { background: #fff; }
.faq .columns { grid-template-columns: 1fr 2fr; align-items: center; }
.faq h2 { text-align: center; margin-bottom: .8em; }
.faq .col:first-child img { margin: 0 auto 40px; max-width: min(400px, 100%); }
.faq .col:first-child img:first-child { max-width: min(260px, 80%); }

/* Accordions (Ablauf + FAQ) */
details {
  border-bottom: 1px solid rgba(13, 13, 13, .45);
  padding: 16px 0;
  text-align: left;
}
details summary {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--black);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  transition: opacity .25s var(--ease);
}
details summary:hover { opacity: .72; }
details summary::-webkit-details-marker { display: none; }
/* gefülltes Kreis-Plus wie im Divi-Original */
details summary::after {
  content: '+';
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: #fff;
  border-radius: 50%;
  transition: transform .3s var(--ease), background-color .3s var(--ease);
}
details[open] summary::after {
  content: '\2212';
  background: var(--accent);
  transform: rotate(180deg);
}
details > p {
  font-size: 16px;
  color: var(--black);
  margin-top: 12px;
  animation: fade-in .4s var(--ease) both;
}
@keyframes fade-in {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: none; }
}

/* Ablauf-Karten: 'Mehr Informationen' bündig unten, rechtsbündig, leise */
.ablauf details {
  border: 0;
  margin-top: auto;
  padding: 18px 0 4px;
}
.ablauf details summary {
  justify-content: flex-end;
  font-family: var(--font-body);
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 3px;
  gap: 10px;
}
.ablauf details > p { text-align: left; font-size: 15px; }

/* --------------------------------------------------------------------------
   Popups (vor / während / nach der Schwangerschaft)
   -------------------------------------------------------------------------- */
.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(60, 60, 64, .55);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  z-index: 5000;
  padding: 4vh 4vw;
  overflow-y: auto;
  animation: overlay-in .3s var(--ease) both;
}
.popup-overlay:target, .popup-overlay.is-open { display: block; }
.popup-box {
  background: #fff;
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(32px, 4vw, 56px);
  border-radius: 12px;
  position: relative;
  box-shadow: var(--shadow-lift);
  animation: popup-in .4s var(--ease) both;
  text-align: left;
}
.popup-box h2 { font-size: clamp(28px, 3vw, 38px); padding-right: 44px; }
.popup-box p { font-size: 17px; }
.popup-close {
  position: absolute;
  top: 14px; right: 16px;
  width: 40px; height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
  text-decoration: none;
  color: var(--ink);
  border-radius: 50%;
  transition: background-color .25s var(--ease);
}
.popup-close:hover { background: var(--lav); }
@keyframes overlay-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes popup-in {
  from { opacity: 0; transform: translateY(18px) scale(.985); }
  to { opacity: 1; transform: none; }
}

/* --------------------------------------------------------------------------
   Über-mich-Seite
   -------------------------------------------------------------------------- */
.page-ueber-mich .hero {
  background: var(--grey);
  --wh: 100px;
}
.page-ueber-mich .hero .columns {
  grid-template-columns: 1.2fr 1fr;
  align-items: start;
}
.page-ueber-mich .hero .col:last-child {
  background: var(--accent);
  padding: clamp(24px, 3.5vw, 48px);
  margin-top: 96px;
}
.page-ueber-mich .hero .col:last-child img {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  box-shadow: 0 16px 40px rgba(60, 60, 64, .18);
}

.quote { background: var(--lav); --wh: 73px; padding: 72px 0; }
.quote.has-wave { padding-bottom: calc(56px + var(--wh)); }
.quote blockquote {
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
  border: 0;
  padding: 16px 0;
}
.quote blockquote p {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.8vw, 40px);
  line-height: 1.4;
  color: var(--ink);
  margin-bottom: 14px;
}
.quote cite {
  font-family: var(--font-button);
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .18em;
  color: var(--ink);
}

/* Lebenslauf: leise Eyebrow-Daten, Struktur nur durch Weissraum */
.ausbildung h2, .arbeitserfahrung h2 { text-align: center; margin-bottom: 64px; }
.ausbildung .columns, .arbeitserfahrung .columns {
  grid-template-columns: 2fr 3fr;
  padding: 30px 0;
  gap: 20px 5.5%;
  align-items: start;
}
.ausbildung h3, .arbeitserfahrung h3 {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .18em;
  text-align: center;
  color: var(--ink);
  margin: 4px 0 0;
}
.ausbildung p, .arbeitserfahrung p { margin: 0; font-size: 17px; }
.arbeitserfahrung { padding-top: 32px; }

/* --------------------------------------------------------------------------
   Angebot-Seite: Editorial-Preisliste mit gemeinsamer Oberkante
   -------------------------------------------------------------------------- */
.offers h1 { margin-bottom: 48px; }
.offer-row {
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid var(--input-border);
  padding: 44px 0;
  align-items: start;
}
.offer-row:last-of-type { border-bottom: 0; }
.offer-row h3 { margin: 0; font-size: clamp(26px, 2.8vw, 40px); line-height: 1.15; }
.offer-row .duration {
  font-family: var(--font-display);
  font-size: clamp(19px, 2.1vw, 30px);
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 10px;
}
.offer-row .price {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.2vw, 32px);
  line-height: 1.2;
  color: var(--ink);
  text-align: right;
  margin-bottom: 16px;
}
.offer-row ul { font-size: 18px; margin: 0; }
.offer-row li + li { margin-top: 8px; }
.offer-row .col:last-child { text-align: right; }

/* --------------------------------------------------------------------------
   Rechtsseiten (AGB, Datenschutz, Impressum)
   -------------------------------------------------------------------------- */
.legal-page { background: #fff; }
.legal-page .container { max-width: 900px; }
.legal-page h1 { font-size: clamp(38px, 4.3vw, 62px); margin-bottom: 30px; }
.legal-page h2 { font-size: 30px; margin-top: 1.4em; }
.legal-page h3 { font-size: 23px; margin-top: 1.3em; }
.legal-page h4 { font-size: 19px; margin-top: 1.2em; }
.legal-page p, .legal-page li { font-size: 16px; line-height: 1.7; color: #555; }
/* lange URLs im Datenschutz dürfen nie horizontal überlaufen */
.legal-page p, .legal-page li,
.legal-page h1, .legal-page h2, .legal-page h3 { overflow-wrap: anywhere; }
.legal-page h1 { hyphens: auto; }

/* --------------------------------------------------------------------------
   Kontakt / Footer (dunkle Sektion, auf jeder Seite identisch)
   -------------------------------------------------------------------------- */
.contact {
  background:
    linear-gradient(180deg, #3c3c40 25%, rgba(60, 60, 64, .93) 100%),
    url('/assets/img/bg-footer.webp') center / cover no-repeat;
  background-color: var(--ink);
  color: #fff;
  padding-top: 200px;
  padding-bottom: 36px;
  scroll-margin-top: var(--header-h);
}
.contact h2 { color: #fff; font-size: clamp(44px, 4.8vw, 69px); margin-bottom: 28px; }
.contact a { color: #fff; text-decoration: none; }
.contact a:hover { text-decoration: underline; }
.contact .columns { align-items: start; }

.contact-form label { position: absolute; left: -9999px; }
.contact-form p { margin: 0 0 18px; }
.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}
.contact-form .form-row p { margin: 0; }
.contact-form input, .contact-form textarea {
  width: 100%;
  background: transparent;
  border: 1px solid var(--input-border);
  border-radius: 4px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.8;
  padding: 12px 14px;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.contact-form input:focus, .contact-form textarea:focus {
  outline: none;
  border-color: var(--lav);
  box-shadow: 0 0 0 3px rgba(229, 228, 242, .22);
}
.contact-form ::placeholder { color: rgba(255, 255, 255, .75); opacity: 1; }
.contact-form textarea { min-height: 150px; resize: vertical; }
.contact-form .button {
  background: #fff;
  color: var(--ink);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 14px 30px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .25);
}
.contact-form .button:hover { box-shadow: 0 12px 28px rgba(0, 0, 0, .3); }
.submit-row { text-align: right; }
.contact-form .submit-row { margin-bottom: 0; }
.form-status { font-size: 15px; margin-top: 10px; }

.emergency-note { text-align: center; margin: 56px auto 32px; max-width: 1040px; }
.emergency-note strong { text-decoration: underline; }

.contact .legal {
  border-top: 1px solid rgba(255, 255, 255, .25);
  padding: 16px 0 0;
  text-align: center;
  font-size: 14px;
}
.contact .legal p { margin: 0 0 6px; }

/* --------------------------------------------------------------------------
   WhatsApp-Button
   -------------------------------------------------------------------------- */
.whatsapp-fab {
  position: fixed;
  bottom: 15px; right: 15px;
  width: 62px; height: 62px;
  border-radius: 50%;
  background: var(--whatsapp);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .28);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4000;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.whatsapp-fab:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .32);
}
.whatsapp-fab svg { width: 36px; height: 36px; fill: #fff; }

/* --------------------------------------------------------------------------
   404
   -------------------------------------------------------------------------- */
.error-page { text-align: center; padding: 120px 0; }

/* --------------------------------------------------------------------------
   Sanfte Scroll-Reveals (Klassen setzt main.js; ohne JS ist alles sichtbar)
   -------------------------------------------------------------------------- */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal.is-visible { opacity: 1; transform: none; }

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

@media print {
  .reveal { opacity: 1 !important; transform: none !important; }
  .site-header, .whatsapp-fab { position: static; }
}

/* --------------------------------------------------------------------------
   Responsive ≤ 980px
   -------------------------------------------------------------------------- */
@media (max-width: 980px) {
  :root {
    --header-h: 88px;
    --section-pad: clamp(72px, 11vw, 110px);
  }

  h1, .hero h1 { font-size: clamp(42px, 7vw, 54px); }
  .beratung h2, .ablauf h2, .faq h2,
  .ausbildung h2, .arbeitserfahrung h2 { font-size: clamp(38px, 5.5vw, 62px); }
  .beratung h3 { font-size: clamp(36px, 5vw, 52px); }
  .contact h2 { font-size: clamp(42px, 6vw, 56px); }
  .quote blockquote p { font-size: clamp(24px, 3.5vw, 32px); }

  .logo img { height: 58px; }
  .site-header.is-scrolled .logo img { height: 46px; }

  .nav-toggle { display: block; }
  .site-nav {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: #fff;
    border-top: 3px solid var(--accent);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .12);
    padding: 12px 8%;
  }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; align-items: flex-start; gap: 0; }
  .site-nav li { width: 100%; }
  .site-nav a { display: block; padding: 12px 0; font-size: 17px; white-space: normal; }
  .menu-cta a { margin: 10px 0; text-align: center; }

  .hero {
    background:
      linear-gradient(180deg, var(--lav) 60%, rgba(255, 255, 255, 0) 100%),
      url('/assets/img/coaching-3.webp') center / cover no-repeat;
  }
  /* Aquarell-Deko frisst mobil nur Platz */
  .hero .col:first-child > img { display: none; }
  .page-home .hero .col:last-child img {
    border-width: 6px;
    max-width: 100%;
  }

  .columns,
  .faq .columns,
  .offer-row,
  .page-ueber-mich .hero .columns { grid-template-columns: minmax(0, 1fr); }

  .page-ueber-mich .hero .col:last-child { margin-top: 0; }

  /* Beratung: jede Phase ein grosser Moment */
  .beratung .columns { gap: clamp(56px, 9vw, 100px); }
  .beratung .col img { max-width: min(420px, 86%); }

  /* FAQ: Deko-Spalte weglassen, Liste ruhig zentrieren */
  .faq .col:first-child { display: none; }
  .faq .col:last-child { max-width: 640px; margin: 0 auto; }
  details { padding: 18px 0; }

  .wave { height: calc(var(--wh, 140px) * .8); }
  .has-wave { padding-bottom: calc(72px + var(--wh, 140px) * .8); }

  .offer-row h3 { font-size: 27px; }
  .offer-row .duration { font-size: 19px; margin-bottom: 6px; }
  .offer-row .price { font-size: 21px; }
  .offer-row .col:last-child { text-align: left; }
  .offer-row .price { text-align: right; }

  .contact { padding-top: 160px; }

  .whatsapp-fab { width: 50px; height: 50px; bottom: 12px; right: 12px; }
  .whatsapp-fab svg { width: 28px; height: 28px; }

  .popup-box { padding: 32px 24px; }

  .ausbildung .columns, .arbeitserfahrung .columns {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    padding: 26px 0;
  }
}

/* Formular-Spalten erst ganz schmal stapeln */
@media (max-width: 620px) {
  .contact-form .form-row { grid-template-columns: minmax(0, 1fr); }
}

@media (min-width: 981px) {
  .hero .columns { grid-template-columns: 1fr 1.05fr; }
}
