/* =========================================================================
   Weidemann Seminare — geteiltes Design-System
   Angeglichen an die PDF-Flyer (Anu'ya-Design, 2026-07-10):
   Aubergine + Salbei + Leaf + Creme · Playfair Display / Open Sans / Dancing Script.
   Zwei Seiten teilen dieses Stylesheet: Eltern-Seminar + Fachseminar.
   Ton-Weiche über Body-Klasse:  .theme-eltern (warm/„Du")  |  .theme-fach (fachlich/„Sie")
   ========================================================================= */

:root {
  /* Marke — Flyer-Palette */
  --aubergine:      #4A2C42;   /* Headlines, dunkle Schluss-Karte, Signatur */
  --aubergine-deep: #3a2233;
  --sage:           #7C8C5A;   /* Eyebrows, Icons, Rules, Links */
  --sage-deep:      #62723F;
  --leaf:           #8FA35A;   /* CTA-Buttons */
  --leaf-dark:      #75894a;

  /* Neutrale (warm, ins Creme gezogen) */
  --ink:         #4A2C42;      /* Headings + strong = Aubergine */
  --body:        #4b4b44;      /* Fließtext */
  --muted:       #7c7c70;
  --line:        #e4ddd0;
  --paper:       #ffffff;
  --cream:       #f4f1e8;      /* warmes Creme (Flyer-BG) */
  --cream-deep:  #ece4d5;
  --sage-tint:   #e9ede0;      /* helle Salbei-Fläche für Chips/Icons */

  /* Maße */
  --wrap:        1080px;
  --wrap-narrow: 720px;
  --radius:      14px;
  --radius-lg:   22px;
  --shadow:      0 10px 30px rgba(74,44,66,0.14);
  --shadow-soft: 0 4px 16px rgba(74,44,66,0.08);

  /* Rollen — Akzent (Text/Eyebrow/Icons/Rule) vs. CTA (Buttons) */
  --accent:      var(--sage);
  --accent-dark: var(--sage-deep);
  --accent-tint: var(--sage-tint);
  --cta:         var(--leaf);
  --cta-dark:    var(--leaf-dark);
}

/* Fach-Seite bleibt in derselben Aubergine/Salbei-Familie — nur der Ton
   (Copy = „Sie", editorial) trägt den Unterschied, nicht die Farbe. */

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Open Sans', -apple-system, Arial, sans-serif;
  color: var(--body);
  line-height: 1.7;
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--accent-dark); text-decoration: none; }
a:hover { text-decoration: underline; }

strong { font-weight: 600; color: var(--ink); }

/* ---- Typografie ------------------------------------------------------- */
/* Hero-Headline = Playfair (der eine große Serifen-Moment, wie im Flyer) */
h1 {
  font-family: 'Playfair Display', Georgia, serif; font-weight: 700;
  color: var(--aubergine); line-height: 1.1; letter-spacing: -0.2px;
  font-size: clamp(30px, 5vw, 46px);
}
/* Section-Heads = Open Sans Bold, Aubergine — Flyer-Restraint */
h2 {
  font-family: 'Open Sans', sans-serif; font-weight: 700;
  color: var(--aubergine); line-height: 1.25; letter-spacing: 0.1px;
  font-size: clamp(22px, 3.2vw, 30px);
}
h3 {
  font-family: 'Open Sans', sans-serif; font-weight: 700;
  color: var(--aubergine); line-height: 1.3; font-size: clamp(17px, 2.1vw, 20px);
}

/* Salbei-Rule unter Section-Heads (Flyer-Echo) */
section h2 { position: relative; }
section h2::after {
  content: ""; display: block; width: 46px; height: 3px;
  background: var(--sage); border-radius: 2px; margin-top: 14px;
}
.final-cta h2::after { margin-left: auto; margin-right: auto; background: var(--leaf); }

/* Dancing-Script-Akzent (Claim „Gesunde Kinder von Anfang an") */
.script {
  font-family: 'Dancing Script', 'Segoe Script', cursive; font-weight: 700;
  color: var(--sage); line-height: 1.1; font-size: clamp(23px, 3.2vw, 30px);
}
/* Unterschrift Katja (Referentin) */
.sig {
  font-family: 'Dancing Script', 'Segoe Script', cursive; font-weight: 700;
  color: var(--aubergine); line-height: 1; font-size: clamp(28px, 4vw, 34px);
  margin-bottom: 4px;
}
.role {
  font-size: 12.5px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--sage-deep); font-weight: 700; margin-bottom: 12px;
}

/* Serifen-Pull-Quote (Pain-Spiegel) in Playfair */
.serif { font-family: 'Playfair Display', Georgia, serif; }

p { margin-bottom: 1.05em; }
p:last-child { margin-bottom: 0; }

.wrap        { max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.wrap-narrow { max-width: var(--wrap-narrow); margin: 0 auto; padding: 0 22px; }

section { padding: clamp(48px, 8vw, 84px) 0; }
.sec-cream { background: var(--cream); }
.sec-tint  { background: var(--accent-tint); }

.eyebrow {
  display: inline-block;
  font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--sage); margin-bottom: 14px;
}

.lead { font-size: clamp(17px, 2.2vw, 20px); color: var(--body); }

/* ---- Platzhalter-Marker (nur noch für Restarbeiten sichtbar) ---------- */
.ph {
  background: repeating-linear-gradient(-45deg, #fff7cc, #fff7cc 10px, #fdeeb0 10px, #fdeeb0 20px);
  border: 1px dashed #d9b64a; color: #6b5518; border-radius: 8px;
  padding: 2px 7px; font-style: italic; font-size: 0.94em;
}
.ph-block {
  background: #fffdf3; border: 1px dashed #d9b64a; border-radius: 10px;
  padding: 16px 18px; color: #6b5518; font-style: italic; margin-bottom: 1.05em;
}

/* ---- Buttons --------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--cta); color: #fff; font-weight: 700; font-size: 17px;
  padding: 16px 32px; border-radius: 999px; border: none; cursor: pointer;
  box-shadow: var(--shadow-soft); transition: transform .15s ease, background .15s ease;
  text-align: center; letter-spacing: .2px;
}
.btn:hover { background: var(--cta-dark); text-decoration: none; transform: translateY(-1px); }
.btn-ghost {
  background: transparent; color: var(--aubergine);
  border: 1.5px solid var(--aubergine); box-shadow: none;
}
.btn-ghost:hover { background: var(--cream); color: var(--aubergine-deep); }
.btn-lg { font-size: 18px; padding: 18px 40px; }
.cta-note { font-size: 13px; color: var(--muted); margin-top: 10px; }

/* ---- Hero-Metablock (editorial statt Event-Chips) -------------------
   Ruhige Seminardaten wie bibliografische Angaben — keine Pillen,
   keine Flächen, keine Schatten. Feine Salbei-Linie als Trenner. */
.hero-meta {
  margin-top: 32px; padding-top: 24px;
  border-top: 1px solid #d4dbc6;
  display: grid; gap: 14px; max-width: 380px;
}
.hero-meta .row {
  display: flex; align-items: center; gap: 14px;
  font-size: 15.5px; letter-spacing: .2px; color: var(--aubergine); line-height: 1.35;
}
.hero-meta .row svg { flex: 0 0 19px; width: 19px; height: 19px; }
.hero-meta .row.price { font-weight: 700; }

/* ---- Hero ------------------------------------------------------------ */
/* Hero atmet etwas mehr; Hintergrund als kaum wahrnehmbarer Verlauf, der
   exakt auf das Creme der Folge-Sektion ausläuft → organischer Übergang. */
.hero { position: relative; overflow: hidden;
        background: linear-gradient(180deg, #f8f5ee 0%, var(--cream) 74%); }
.hero .wrap { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 52px; align-items: center;
              padding-top: clamp(60px, 8vw, 124px); padding-bottom: clamp(60px, 8vw, 124px); }
.hero-copy .script { display: block; margin-bottom: 8px; }
.hero-copy h1 { margin-bottom: 16px; }
.hero-copy .lead { margin-bottom: 26px; }
.hero-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow); width: 100%;
                  aspect-ratio: 4/3; object-fit: cover; }
.hero-media { position: relative; }

/* ---- Pain-Spiegel / Einstieg ---------------------------------------- */
/* Erste Section dichter an den Hero ziehen (Desktop). z-index hebt sie über den
   (position:relative-)Hero, sonst würde dessen Hintergrund den Eyebrow oben
   beschneiden. Auf Tablet/Handy wird der Pull-up neutralisiert (s. Media-Queries),
   weil er dort die letzte Hero-Metazeile überdecken würde. */
.mirror { position: relative; z-index: 1; margin-top: -6rem; }
.mirror blockquote {
  font-family: 'Playfair Display', Georgia, serif; font-size: clamp(20px, 3vw, 27px);
  line-height: 1.45; color: var(--aubergine); border-left: 4px solid var(--sage);
  padding-left: 24px; margin: 8px 0;
}
.pain-box {
  background: var(--paper); border-left: 4px solid var(--sage);
  border-radius: 0 12px 12px 0; padding: 22px 26px; margin: 22px 0;
  box-shadow: var(--shadow-soft);
}
.pain-box p { margin: 0; }

/* ---- Agenda / Was du mitnimmst -------------------------------------- */
.grid-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; }
.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; box-shadow: var(--shadow-soft);
}
.card .ic {
  width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  background: var(--sage); color: #fff; margin-bottom: 16px;
}
.card .ic svg { width: 23px; height: 23px; }
.card h3 { margin-bottom: 8px; }
.card p { font-size: 15px; color: var(--muted); }

/* ---- Checkliste (Was du mitnimmst / Was Sie mitnehmen) --------------- */
.check { list-style: none; display: grid; gap: 14px; margin-top: 8px; }
.check li { display: flex; gap: 14px; align-items: flex-start; }
.check li svg { flex: 0 0 24px; width: 24px; height: 24px; margin-top: 2px; }
.check li span { color: var(--body); }

/* ---- Nummerierte Modul-Liste (Fachseminar) -------------------------- */
.modules { list-style: none; margin: 0; display: grid; gap: 12px; }
.modules li {
  display: grid; grid-template-columns: 40px 1fr; gap: 22px; align-items: start;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 24px; box-shadow: var(--shadow-soft);
}
/* Nummernkreis zurückgenommen — die Überschrift führt, die Zahl begleitet nur. */
.modules .num {
  font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 15px; color: #fff;
  background: var(--sage); border-radius: 50%; width: 34px; height: 34px;
  display: grid; place-items: center; margin-top: 2px;
}
.modules h3 { margin-bottom: 4px; }
.modules p { font-size: 14.5px; color: var(--muted); margin: 0; }

/* ---- Referentin ------------------------------------------------------ */
.referentin { display: grid; grid-template-columns: 300px 1fr; gap: 46px; align-items: center; }
.referentin .portrait img { border-radius: var(--radius-lg); box-shadow: var(--shadow);
                            aspect-ratio: 3/4; object-fit: cover; }
.cred { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.cred span {
  font-size: 13.5px; background: var(--sage-tint); color: var(--sage-deep);
  border-radius: 999px; padding: 6px 14px; font-weight: 600;
}

/* ---- Logistik-Box ---------------------------------------------------- */
.logistik {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow); padding: clamp(24px, 4vw, 40px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 26px;
}
.logistik .item .k { font-size: 13px; text-transform: uppercase; letter-spacing: 1px;
                     color: var(--sage-deep); font-weight: 700; margin-bottom: 5px; }
.logistik .item .v { font-size: 17px; font-weight: 600; color: var(--aubergine); line-height: 1.4; }

/* ---- FAQ ------------------------------------------------------------- */
.faq details {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 4px 24px; margin-bottom: 12px;
  transition: background .25s ease, border-color .25s ease;
}
.faq summary { cursor: pointer; font-weight: 700; color: var(--aubergine); padding: 18px 0;
               list-style: none; display: flex; justify-content: space-between; gap: 16px;
               transition: color .2s ease; }
.faq summary:hover { color: var(--sage-deep); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--sage); font-size: 22px; font-weight: 400;
                      line-height: 1; opacity: .75; transition: opacity .2s ease; }
/* Offener Eintrag nimmt die Marke leicht auf — Salbei-Tönung statt hartem Accordion. */
.faq details[open] { background: #f4f7ee; border-color: #dde4d1; }
.faq details[open] summary { color: var(--sage-deep); padding-bottom: 8px; }
.faq details[open] summary::after { content: "–"; opacity: 1; }
.faq details p { padding-bottom: 20px; color: var(--body); }

/* ---- Schluss-CTA (dunkle Aubergine-Karte, wie Flyer-Details) --------- */
.final-cta { text-align: center; background: var(--aubergine); color: #EDE7DF; }
.final-cta h2 { color: #fff; }
.final-cta .lead { color: #E4D9E0; }
.final-cta .btn { background: var(--leaf); color: #fff; }
.final-cta .btn:hover { background: var(--leaf-dark); }

/* Mehrere Anmeldewege nebeneinander (Lemiers-Seite: WhatsApp + E-Mail).
   Umbricht auf schmalen Schirmen zu gestapelten Buttons. */
.cta-ways {
  display: flex; flex-wrap: wrap; gap: 14px;
  justify-content: center; align-items: center;
}
/* Heller Ghost-Button — die Variante fuer dunklen Grund. */
.final-cta .btn-ghost-light {
  background: transparent; color: #F2EAF0;
  border: 1.5px solid rgba(242,234,240,.55); box-shadow: none;
}
.final-cta .btn-ghost-light:hover {
  background: rgba(242,234,240,.12); border-color: #F2EAF0; color: #fff;
}

/* ---- Footer ---------------------------------------------------------- */
.site-footer { background: var(--aubergine-deep); color: #dcd2d8; font-size: 15px; padding: 52px 0; }
.site-footer strong { color: #fff; }
.site-footer a { color: #E8DFE6; }
.site-footer .foot-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; }
.site-footer .veranstalter { font-size: 13.5px; color: #b4a3ad; margin-top: 10px; line-height: 1.6; }

/* ---- Sticky Mobile-CTA ----------------------------------------------- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 200;
  background: rgba(255,255,255,0.97); border-top: 1px solid var(--line);
  box-shadow: 0 -6px 20px rgba(74,44,66,0.12);
  padding: 10px 16px; display: none; align-items: center; justify-content: space-between; gap: 12px;
  backdrop-filter: blur(6px);
}
.sticky-cta .price { font-weight: 700; color: var(--aubergine); font-size: 15px; }
.sticky-cta .price small { display: block; font-weight: 400; color: var(--muted); font-size: 12px; }
.sticky-cta .btn { padding: 12px 22px; font-size: 15px; }

/* ---- Responsive (Elementor-Kaskade) ---------------------------------- */

/* ===== TABLET · max-width:1024 — gilt für Tablet UND Handy ===== */
@media (max-width: 1024px) {
  /* Hero stapelt: Bild oben, Text darunter */
  .hero .wrap { grid-template-columns: 1fr; gap: 32px; }
  .hero-media { order: -1; }
  .hero-media img { aspect-ratio: 16/10; }
  /* Referentin einspaltig, zentriert; Fließtext bleibt links lesbar */
  .referentin { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .referentin .portrait { max-width: 280px; margin: 0 auto; }
  .cred { justify-content: center; }
  .check { max-width: 620px; margin-left: auto; margin-right: auto; }
  /* Desktop-Pull-up neutralisieren — gestapelter Hero braucht ihn nicht und
     er würde sonst die letzte Metazeile (Preis) überdecken. */
  .mirror { margin-top: 0; }
}

/* ===== HANDY · max-width:767 — nur Handy ===== */
@media (max-width: 767px) {
  .sticky-cta { display: flex; }
  body { padding-bottom: 76px; }        /* Platz für Sticky-CTA */
  .btn { width: auto; }
  .hero-meta { max-width: none; }        /* Metablock volle Breite */
  /* Referentin-Fließtext links (zentriert liest sich auf schmal schlecht) */
  .referentin > div { text-align: left; }
  .referentin .cred { justify-content: flex-start; }
}

/* ---- Print ----------------------------------------------------------- */
@media print {
  .sticky-cta, .final-cta .btn { display: none; }
}
