/* Trainings-CSS: nur Komponenten für Kurs-Landingpages.
   Setzt auf den Tokens/Chrome aus alphadi-akademie.css auf (Topbar, Footer, .sh, .faq-*, .foerder-*, .chan werden von dort übernommen). */

/* Course Hero */
.course-hero { background: linear-gradient(140deg, var(--ink) 0%, #3a3a3a 100%); color: var(--paper); margin-top: -94px; padding: 150px 0 64px; position: relative; overflow: hidden; }
.course-hero::before { content: ''; position: absolute; top: -30%; right: -8%; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(236,132,31,.16) 0%, transparent 65%); pointer-events: none; }
.ch-inner { position: relative; z-index: 1; }
.ch-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: stretch; }
.ch-media { border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-lg); min-height: 320px; }
.ch-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ch-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: 1rem; color: rgba(245,245,243,.5); font-family: var(--serif-body); margin-bottom: 28px; }
.ch-breadcrumb a { color: rgba(245,245,243,.5); }
.ch-breadcrumb a:hover { color: var(--paper); text-decoration: none; }
.ch-label { display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px; border-radius: var(--r-pill); background: rgba(245,245,243,.1); border: 1px solid rgba(245,245,243,.25); font-size: 1rem; font-weight: 600; margin-bottom: 20px; font-family: var(--serif-body); }
.ch-label .ch-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); animation: blink 2s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.35} }
.course-hero h1 { font-family: var(--serif-display); font-size: clamp(2rem, 3.2vw, 2.5rem); font-weight: 400; line-height: 1.2; margin: 0 0 16px; color: #fff; }
.ch-sub { font-family: var(--serif-body); font-size: 1rem; color: rgba(245,245,243,.88); max-width: 660px; margin: 0 0 16px; }
.ch-teaser { font-family: var(--serif-body); font-size: 1rem; color: rgba(245,245,243,.7); max-width: 620px; margin: 0 0 28px; }
.ch-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 28px; }
.course-hero .btn-outline { color: #fff; border-color: rgba(255,255,255,.35); }
.course-hero .btn-outline:hover { background: #fff; color: var(--ink); }
.course-hero .hero-trust { display: flex; flex-wrap: wrap; gap: 24px; margin-bottom: 32px; }
.course-hero .hero-trust-item { font-size: 1rem; color: rgba(245,245,243,.8); display: flex; align-items: center; gap: 8px; font-family: var(--serif-body); }
.course-hero .hero-trust-item::before { content: '✓'; color: var(--green); font-weight: 700; }

/* Course Hero — light, full-bleed photo variant (index.html-Hero-Sprache: Foto + weiße Vignette + zentrierter Text), Breadcrumb + Quick-Facts bleiben erhalten */
.course-hero-light { position: relative; overflow: hidden; margin-top: -94px; padding: 150px 0 72px; }
.course-hero-light::before { content: ''; position: absolute; inset: 0; z-index: 0; background: url('image/hero_bg_01.webp') center 55% / cover no-repeat; }
.course-hero-light::after { content: ''; position: absolute; inset: 0; z-index: 0; background: radial-gradient(75% 80% at 50% 38%, rgba(255,255,255,.94) 0%, rgba(255,255,255,.8) 55%, rgba(255,255,255,.4) 100%); pointer-events: none; }
.course-hero-light > .wrap { position: relative; z-index: 1; }
.course-hero-light .ch-breadcrumb { color: rgba(43,43,43,.55); }
.course-hero-light .ch-breadcrumb a { color: rgba(43,43,43,.55); }
.course-hero-light .ch-breadcrumb a:hover { color: var(--ink); }
.chl-content { text-align: center; max-width: 820px; margin: 0 auto; }
.course-hero-light .ch-label { background: rgba(255,255,255,.78); border-color: rgba(43,43,43,.12); color: var(--orange-d); }
.course-hero-light h1 { font-family: var(--serif-display); font-size: clamp(2.1rem, 1.4rem + 2.6vw, 3.4rem); font-weight: 500; line-height: 1.14; margin: 0 0 16px; color: var(--ink); }
.course-hero-light .ch-sub { color: var(--ink); max-width: 640px; margin: 0 auto 14px; }
.course-hero-light .ch-teaser { color: rgba(43,43,43,.72); max-width: 620px; margin: 0 auto 28px; }
.course-hero-light .ch-actions { justify-content: center; margin-bottom: 28px; }
.course-hero-light .hero-trust { margin-bottom: 28px; }
.course-hero-light .qi-row { justify-content: center; max-width: 900px; margin: 0 auto; }
.course-hero-light .qi-item { background: rgba(255,255,255,.82); border: 1px solid rgba(43,43,43,.1); }
.course-hero-light .qi-item .qi-value { color: var(--ink); }
@media (max-width: 640px) {
  .course-hero-light { padding: 130px 0 48px; }
}

/* TL;DR / GEO-Kurzantwort */
.tldr-box { margin-top: -32px; background: var(--card); border-left: 4px solid var(--orange); border-radius: 0 var(--r-sm) var(--r-sm) 0; box-shadow: var(--shadow-md); padding: 28px 32px; position: relative; z-index: 2; }
.tldr-box .tldr-label { display: block; font-size: 1rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--orange-d); margin-bottom: 10px; font-family: var(--serif-body); }
.tldr-box p { margin: 0; font-size: 1rem; line-height: 1.75; color: var(--ink); font-family: var(--serif-body); }

/* Warum-Sektion als Pain-Grid */
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pain-card { background: var(--card); border-radius: var(--r); border: 1px solid var(--border); box-shadow: var(--shadow); padding: 24px; display: flex; flex-direction: column; gap: 10px; }
.pain-card .pc-icon { font-size: 1.5rem; }
.pain-card .pc-icon svg { width: 28px; height: 28px; color: var(--orange-d); display: block; }
.pain-card h3 { margin: 0; font-size: 1rem; font-weight: 600; color: var(--ink); font-family: var(--serif-body); }
.pain-card p { margin: 0; font-size: 1rem; color: var(--muted); line-height: 1.6; font-family: var(--serif-body); }

/* Quick-Info Leiste */
.qi-row { display: flex; flex-wrap: wrap; gap: 12px; }
.qi-item { display: flex; flex-direction: column; gap: 4px; background: rgba(245,245,243,.06); border: 1px solid rgba(245,245,243,.16); border-radius: var(--r-sm); padding: 12px 18px; min-width: 160px; }
.qi-item .qi-label { font-size: 1rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--orange); font-family: var(--serif-body); }
.qi-item .qi-value { font-size: 1rem; color: rgba(245,245,243,.88); font-family: var(--serif-body); }

/* Warum-Sektion (nutzt .sh + Prosa, keine neue Klasse nötig) */
.warum-text { margin: 0 auto; font-size: 1rem; line-height: 1.8; color: var(--muted); font-family: var(--serif-body); text-align: center; }

/* Programmübersicht */
.programm-block { background: var(--card); border-radius: var(--r); border: 1px solid var(--border); box-shadow: var(--shadow); padding: 40px; }
.programm-block p { margin: 0 0 24px; font-size: 1rem; line-height: 1.8; color: var(--muted); font-family: var(--serif-body); }
.programm-block p:last-of-type { margin-bottom: 0; }
.beispiel-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.beispiel-chip { display: flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: var(--r-pill); background: var(--orange-bg); color: var(--orange-d); font-size: 1rem; font-weight: 600; font-family: var(--serif-body); }
.beispiel-chip::before { content: '→'; font-weight: 700; }

/* Lehrplan Checkliste */
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 32px; }
.check-item { display: flex; align-items: flex-start; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--border); font-size: 1rem; font-family: var(--serif-body); color: var(--ink); }
.check-item::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; }

/* Für wen geeignet */
.rollen-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.rolle-chip { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; background: var(--card); border: 1px solid var(--border); border-radius: var(--r); padding: 28px 16px; box-shadow: var(--shadow); }
.rolle-chip .rc-icon { font-size: 2rem; }
.rolle-chip .rc-icon svg { width: 26px; height: 26px; color: var(--orange-d); display: block; }
.rolle-chip span { font-size: 1rem; font-weight: 600; color: var(--ink); font-family: var(--serif-body); }

/* Zertifizierungs-Übersichtskarten (z.B. Mein-NOW-Themenseiten) */
.cert-overview-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.cert-overview-card { background: var(--card); border-radius: var(--r); border: 1px solid var(--border); box-shadow: var(--shadow); padding: 32px; display: flex; flex-direction: column; gap: 12px; }
.cert-overview-card.placeholder { border-style: dashed; box-shadow: none; background: var(--paper); }
.cov-tag { display: inline-flex; align-self: flex-start; padding: 6px 14px; border-radius: var(--r-pill); background: var(--orange-bg); color: var(--orange-d); font-size: 1rem; font-weight: 600; letter-spacing: .03em; text-transform: uppercase; font-family: var(--serif-body); }
.cov-tag.muted { background: var(--border); color: var(--muted); }
.cert-overview-card h3 { margin: 0; font-size: 1.5rem; font-weight: 400; font-family: var(--serif-display); color: var(--ink); }
.cert-overview-card p { margin: 0; font-size: 1rem; color: var(--muted); line-height: 1.7; font-family: var(--serif-body); }
.cov-meta { display: flex; flex-direction: column; gap: 4px; font-size: 1rem; color: var(--ink); font-family: var(--serif-body); }
.cov-meta strong { font-weight: 600; }

/* Responsive */
@media (max-width: 900px) {
  .ch-grid { grid-template-columns: 1fr; }
  .ch-media { min-height: 260px; order: -1; }
}
@media (max-width: 780px) {
  .check-list { grid-template-columns: 1fr; }
  .rollen-grid { grid-template-columns: repeat(2, 1fr); }
  .pain-grid { grid-template-columns: 1fr 1fr; }
  .cert-overview-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .course-hero { padding: 130px 0 40px; }
  .programm-block { padding: 28px; }
  .tldr-box { margin-top: -20px; padding: 22px; }
  .pain-grid { grid-template-columns: 1fr; }
}

/* ==========================================================================
   V2-Templates für Kurs-Seiten (Icon-Medaillon-System)
   Kanonischer Baukasten ab jetzt für neue/überarbeitete Kurs-Seiten.
   Bestehende Klassen oben (cert-overview-*, cd-facts, check-list, course-hero-light)
   bleiben unverändert, da sie noch von mein-now-*.html genutzt werden.
   Prinzip: Kurs-Seiten liefern nur Inhalt, die visuelle Sprache kommt von hier.
   ========================================================================== */

/* Hero ohne Foto — Text + CTAs + schlanke Trust-Zeile, kein Info-Kasten */
.hero-plain { position: relative; overflow: hidden; padding: 140px 0 80px; background: linear-gradient(180deg, var(--paper) 0%, var(--card) 100%); }
.hero-plain::before { content: ''; position: absolute; top: -22%; right: -8%; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(236,132,31,.14) 0%, transparent 68%); pointer-events: none; }
.hero-plain .wrap { position: relative; }
.hero-plain-blob { position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 340px; aspect-ratio: 3 / 4; z-index: 0; }
.hero-plain-blob img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--r); box-shadow: var(--shadow-lg); }
.hero-plain-blob::after {
  content: '✦ KI-generiert'; position: absolute; bottom: 14px; right: 14px; z-index: 1;
  font-family: var(--serif-body); font-size: .75rem; font-weight: 600; letter-spacing: .01em; line-height: 1;
  color: #fff; background: rgba(20,16,12,.72); padding: 4px 9px; border-radius: var(--r-pill);
  pointer-events: none;
}
@media (max-width: 1280px) { .hero-plain-blob { width: 270px; } }
@media (max-width: 1024px) { .hero-plain-blob { display: none; } }
.hero-plain-breadcrumb { position: relative; z-index: 1; display: flex; flex-wrap: wrap; align-items: center; gap: 6px; width: fit-content; font-size: 1rem; color: var(--muted); margin: 0 0 32px; font-family: var(--serif-body); padding: 8px 18px; background: var(--card); border: 1px solid var(--border); border-radius: var(--r-pill); box-shadow: var(--shadow); }
.hero-plain-breadcrumb a { color: var(--orange-d); }
.hero-plain-breadcrumb a:hover { color: var(--orange); }
.hero-plain-content { position: relative; z-index: 1; max-width: 620px; }
.hero-plain-content h1 { font-family: var(--serif-display); font-size: clamp(2.5rem, 1.9rem + 2.4vw, 4rem); font-weight: 500; line-height: 1.08; letter-spacing: -.01em; margin: 0 0 24px; color: var(--ink); }
.hero-plain-content h1 .wg-marker { padding: 0; background-size: 100% 1.1em; background-position: 0 60%; }
.h2-display .wg-marker, .split-lead .wg-marker { padding: 0; background-size: 100% 1.1em; background-position: 0 60%; }
.hero-plain-sub { font-family: var(--serif-body); font-weight: 700; font-size: 1.5rem; color: var(--ink); margin: 0 0 16px; }
.hero-plain-teaser { font-family: var(--serif-body); font-size: 1rem; line-height: 1.75; color: rgba(43,43,43,.72); max-width: 56ch; margin: 0 0 40px; }
.hero-plain-teaser strong { color: var(--ink); font-weight: 700; }
.hero-plain-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 32px; }
@media (max-width: 900px) { .hero-plain { padding: 110px 0 56px; } }
@media (max-width: 1024px) { .hero-plain-content { max-width: none; } }

/* Section-Header mit Icon-Medaillon statt Eyebrow-Text */
.sh2 { max-width: 720px; margin: 0 0 48px; }
.sh2.sh2-center { margin-left: auto; margin-right: auto; text-align: center; }
.sh2-center .icon-medallion { margin-left: auto; margin-right: auto; }
/* Kursseiten: Icons wie im Wegweiser auf index.html - freistehend, ohne Kreis-Hintergrund, einheitliche Box (kein Verzerren, kein Ungleichgewicht bei unterschiedlichen Bildformaten) */
#vertiefungen .icon-medallion, #lehrplan .icon-medallion, #weitere-kurse .icon-medallion { width: fit-content; height: auto; background: transparent; border-radius: 0; }
#vertiefungen .icon-medallion img, #lehrplan .icon-medallion img, #weitere-kurse .icon-medallion img { width: auto; height: auto; max-width: 90px; max-height: 90px; object-fit: contain; }
.h2-display { font-family: var(--serif-display); font-size: clamp(2rem, 1.7rem + 1.2vw, 3rem); font-weight: 500; line-height: 1.14; margin: 0 0 16px; color: var(--ink); }
.sh2 p { font-size: 1rem; line-height: 1.7; color: var(--muted); margin: 0; max-width: none; font-family: var(--serif-body); }
.sh2 p strong { color: var(--ink); font-weight: 700; }

/* Split-Block: Fließtext (volle Breite) + Fact-Panel darunter (z.B. Programmübersicht) */
.split-block { display: flex; flex-direction: column; gap: 40px; }
.split-lead { font-size: 1.5rem; line-height: 1.5; font-family: var(--serif-body); font-weight: 700; color: var(--ink); margin: 0 0 24px; max-width: none; }
.split-body { font-size: 1rem; line-height: 1.8; color: var(--muted); font-family: var(--serif-body); margin: 0 0 20px; max-width: none; }
.split-body:last-child { margin-bottom: 0; }
.split-body strong { color: var(--ink); font-weight: 700; }
.fact-panel { background: var(--card); border: 1px solid var(--border); border-radius: var(--r); padding: 32px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.fact-group { display: flex; flex-direction: column; gap: 20px; }
.fact-group + .fact-group { margin-top: 0; padding-top: 0; border-top: none; }
.fact-row { display: flex; flex-direction: column; gap: 4px; }
.fact-row-k { font-size: 1rem; font-weight: 600; letter-spacing: .02em; color: var(--orange-d); font-family: var(--serif-body); }
.fact-row-v { font-size: 1rem; color: var(--ink); font-weight: 600; font-family: var(--serif-body); }
.fact-start { display: flex; flex-direction: column; gap: 24px; padding-left: 32px; border-left: 1px solid var(--border); }
.fact-start-next { display: flex; flex-direction: column; gap: 4px; }
.fact-start-label, .fact-start-alt-label { font-size: 1rem; font-weight: 600; letter-spacing: .02em; color: var(--orange-d); font-family: var(--serif-body); }
.fact-start-date { font-size: 1rem; color: var(--ink); font-weight: 600; font-family: var(--serif-body); }
.fact-start-next-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.fact-start-btn { font-size: 1rem; font-weight: 600; color: var(--orange-d); font-family: var(--serif-body); display: inline-flex; align-items: center; gap: 6px; }
.fact-start-alt { display: flex; flex-direction: column; gap: 8px; }
.fact-start-cta { align-self: flex-start; margin-top: 4px; }
.fact-start-alt-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.fact-start-alt-list li { font-size: 1rem; color: var(--ink); font-weight: 600; font-family: var(--serif-body); }
.fact-start-alt-text { font-size: 1rem; line-height: 1.7; color: var(--muted); font-family: var(--serif-body); margin: 0; max-width: 42ch; }
@media (max-width: 640px) { .fact-panel { grid-template-columns: 1fr; } .fact-group + .fact-group { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--border); } .fact-start { padding-left: 0; padding-top: 24px; border-left: none; border-top: 1px solid var(--border); } }

/* Ablauf-Block: statische 3-Spalten-Übersicht des Unterrichtsablaufs */
.ablauf-block { margin-top: 0; padding-top: 0; }
.ablauf-block-head { display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 32px; }
.ablauf-block-head h2 { margin: 0; }
.ablauf-cols { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: auto auto auto; gap: 32px; }
.ablauf-col { display: grid; grid-template-rows: subgrid; grid-row: span 3; gap: 16px; justify-items: center; text-align: center; }
.ablauf-col-visual { width: 60%; aspect-ratio: 1 / 1; border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; background: var(--orange-bg); color: var(--orange-d); align-self: start; justify-self: center; margin-top: 4px; }
.ablauf-col-visual svg { width: 40%; height: 40%; }
.ablauf-col-visual img { width: 55%; height: 55%; object-fit: contain; }
/* Kursseiten: Icons wie im Wegweiser auf index.html - freistehend, ohne Box-Hintergrund, einheitliche Box (kein Verzerren, kein Ungleichgewicht bei unterschiedlichen Bildformaten) */
#ablauf .ablauf-col-visual { width: fit-content; aspect-ratio: auto; background: transparent; border-radius: 0; }
#ablauf .ablauf-col-visual img { width: auto; height: 80px; max-width: 130px; object-fit: contain; }
.ablauf-col-title { font-family: var(--serif-display); font-size: 1.5rem; font-weight: 500; color: var(--orange-d); margin: 0; }
.ablauf-col-text { font-size: 1rem; line-height: 1.7; color: var(--muted); font-family: var(--serif-body); margin: 0; max-width: none; }
.ablauf-col-text strong { color: var(--ink); font-weight: 700; }
@media (max-width: 720px) { .ablauf-cols { grid-template-columns: 1fr; gap: 28px; } }
#lehrplan { padding: 56px 0; }

/* Bento-Grid: Vertiefungen/Kategorien mit echter Größenvariation */
.bento-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.bento-featured { grid-column: span 2; background: var(--card); border: 1px solid var(--border); border-radius: var(--r); padding: 40px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 16px; transition: transform .2s ease, box-shadow .2s ease; }
.bento-featured:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.bento-featured h3 { font-family: var(--serif-display); font-size: 2rem; font-weight: 500; margin: 0; color: var(--ink); }
.bento-featured p { font-size: 1rem; line-height: 1.7; color: var(--muted); margin: 0; font-family: var(--serif-body); }
.bento-tile { grid-column: span 1; border-radius: var(--r); padding: 28px 24px; display: flex; flex-direction: column; gap: 12px; transition: transform .2s ease, box-shadow .2s ease; box-shadow: var(--shadow); }
.bento-tile:hover { transform: translateY(-4px); }
.bento-tile.tint-a { background: var(--card); border: 1px solid var(--border); }
.bento-tile.tint-b { background: var(--orange-bg); }
.bento-tile.tint-c { background: var(--paper); }
.bento-tile h3 { font-family: var(--serif-display); font-size: 1.5rem; font-weight: 500; margin: 0; color: var(--ink); }
.bento-tile p { font-size: 1rem; line-height: 1.6; color: var(--muted); margin: 0; font-family: var(--serif-body); flex: 1; }
.bento-cta, .bento-featured-cta { font-size: 1rem; font-weight: 600; color: var(--orange-d); display: inline-flex; align-items: center; gap: 6px; margin-top: auto; font-family: var(--serif-body); }
@media (max-width: 1024px) { .bento-grid { grid-template-columns: repeat(2, 1fr); } .bento-featured, .bento-tile { grid-column: span 1; } }
@media (max-width: 560px) { .bento-grid { grid-template-columns: 1fr; } }

/* Lehrplan-Karte: eine große Kachel mit Curriculum als gruppierte Dot-Point-Listen */
.lehrplan-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--r); box-shadow: var(--shadow); padding: 40px; display: flex; flex-direction: column; gap: 32px; }
.lehrplan-group + .lehrplan-group { padding-top: 32px; border-top: 1px solid var(--border); }
.lehrplan-group-title { font-family: var(--serif-display); font-size: 1.5rem; font-weight: 500; color: var(--ink); margin: 0 0 16px; }
.lehrplan-dots { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.lehrplan-dots li { font-size: 1rem; line-height: 1.6; color: var(--muted); font-family: var(--serif-body); padding-left: 20px; position: relative; }
.lehrplan-dots li::before { content: '•'; position: absolute; left: 0; color: var(--orange-d); font-weight: 700; }
.lehrplan-dots li strong { color: var(--ink); font-weight: 700; }

/* Warum-Sektion: volle Breite, 3-spaltig, großer Haken über jedem Punkt */
.why-head { max-width: none; margin: 0 0 48px; text-align: center; }
.why-head h2 { margin: 0; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.why-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.why-check { width: 64px; height: 64px; border-radius: 50%; background: rgba(119, 184, 42, .14); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.why-check svg { width: 32px; height: 32px; color: var(--green); }
.why-item p { font-size: 1rem; line-height: 1.7; color: var(--muted); font-family: var(--serif-body); margin: 0; }
.why-item p strong { color: var(--ink); font-weight: 700; }
.why-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; margin-top: 48px; padding-top: 40px; border-top: 1px solid var(--border); }
.why-stat { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; }
.why-stat-value { font-family: var(--serif-display); font-size: 2rem; font-weight: 500; color: var(--orange-d); }
.why-stat-label { font-size: 1rem; color: var(--ink); font-family: var(--serif-body); font-weight: 600; }
.why-stat-source { font-size: 1rem; color: var(--muted); font-family: var(--serif-body); }
@media (max-width: 900px) { .why-grid { grid-template-columns: 1fr; gap: 32px; } .why-stats { grid-template-columns: 1fr; gap: 24px; } }

/* Info-Banner: Icon + Text + CTA in einer Zeile (z.B. Förderhinweis) */
.info-banner-head { max-width: 720px; margin: 0 0 32px; display: flex; align-items: center; gap: 20px; }
.info-banner-head h2 { margin: 0; }
.info-banner-head-icon { width: 64px; height: 64px; object-fit: contain; flex-shrink: 0; }
@media (max-width: 480px) { .info-banner-head-icon { width: 48px; height: 48px; } }
.info-banner { background: var(--orange-bg); border-radius: var(--r); padding: 40px; display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.info-banner-icon { width: 64px; height: 64px; border-radius: 50%; background: var(--card); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.info-banner-icon svg { width: 28px; height: 28px; color: var(--orange-d); }
.info-banner-text { flex: 1; min-width: 240px; }
.info-banner-text p { margin: 0 0 16px; font-size: 1rem; line-height: 1.7; color: var(--ink); font-family: var(--serif-body); max-width: none; }
.info-banner-text p:last-child { margin-bottom: 0; }
.info-banner-text strong { color: var(--orange-d); }
.info-banner-media { width: 160px; height: 160px; border-radius: var(--r); overflow: hidden; flex-shrink: 0; }
.info-banner-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 640px) { .info-banner-media { width: 100%; height: 200px; } }

/* Choice-Grid: zwei gleichwertige Entscheidungs-Kacheln */
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.choice-tile { background: var(--card); border: 1px solid var(--border); border-radius: var(--r); padding: 32px; display: flex; flex-direction: column; gap: 12px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; box-shadow: var(--shadow); }
.choice-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--orange); text-decoration: none; }
.choice-tile h3 { font-family: var(--serif-display); font-size: 1.5rem; font-weight: 500; margin: 0; color: var(--ink); }
.choice-tile p { font-size: 1rem; line-height: 1.6; color: var(--muted); margin: 0; font-family: var(--serif-body); }
.choice-cta { font-size: 1rem; font-weight: 600; color: var(--orange-d); margin-top: auto; font-family: var(--serif-body); }
@media (max-width: 780px) { .choice-grid { grid-template-columns: 1fr; } }

/* Vertiefungs-Pills: Zeile aus Pills, Panel klappt inline direkt darunter auf voller Breite auf */
.vert-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.vert-tile { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border-radius: 999px; border: 1px solid var(--border); background: var(--card); cursor: pointer; font: inherit; color: var(--ink); transition: border-color .2s, background .2s, color .2s; }
.vert-tile:hover { border-color: var(--orange); }
.vert-tile.active { border-color: var(--orange); background: var(--orange); color: #fff; }
.vert-tile-num { display: none; }
/* Grid mit zwei gleich breiten Spacer-Spalten links/rechts der Textspalte: so bleibt der Text
   exakt mittig, egal wie breit das Icon in der dritten Spalte daneben ist. */
.vert-hint { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; max-width: none; color: var(--orange-d); font-size: .9rem; font-weight: 600; font-family: var(--serif-body); margin: 48px 0 0; transition: opacity .2s ease; }
.vert-hint > span { grid-column: 2; text-align: center; }
.vert-hint-icon { grid-column: 3; justify-self: start; width: 15px; height: 15px; color: var(--orange-d); }
.vert-hint.hidden { display: none; }
.vert-tile-title { font-family: var(--serif-body); font-size: .98rem; font-weight: 600; }
.vert-tile-arrow { display: inline-flex; color: var(--muted); transition: transform .25s, color .25s; }
.vert-tile-arrow svg { width: 10px; height: 7px; display: block; }
.vert-tile.active .vert-tile-arrow { color: #fff; transform: rotate(180deg); }
/* Klappt via grid-template-rows 0fr->1fr: Höhe folgt dem echten Inhalt, kein Springen/Übershoot wie bei max-height-Tricks.
   .vert-toast-clip trägt kein Padding/Border, nur so kann die Grid-Zeile wirklich auf 0 zusammenfallen ("Content weg"). */
.vert-toast { display: grid; grid-template-rows: 0fr; margin-top: 0; transition: grid-template-rows .35s ease, margin-top .35s ease; }
.vert-toast.open { grid-template-rows: 1fr; margin-top: 24px; }
.vert-toast-clip { overflow: hidden; min-height: 0; }
.vert-toast-inner { position: relative; background: var(--card); border: 1px solid var(--border); border-radius: var(--r); padding: 28px; }
.vert-toast-title { font-family: var(--serif-display); font-size: 1.5rem; font-weight: 500; color: var(--ink); margin: 0 36px 16px 0; }
.vert-toast-body p { margin: 0 0 16px; font-size: 1rem; color: var(--muted); line-height: 1.8; font-family: var(--serif-body); max-width: 65ch; }
.vert-toast-close { position: absolute; top: 20px; right: 20px; display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; color: var(--muted); background: none; border: none; cursor: pointer; border-radius: 50%; transition: background .2s, color .2s; }
.vert-toast-close svg { width: 14px; height: 14px; }
.vert-toast-close:hover { color: var(--orange-d); background: var(--orange-bg); }
.vert-accordion-topics-label { font-size: 1rem; font-weight: 700; color: var(--ink); font-family: var(--serif-body); margin: 8px 0 12px; }
.vert-accordion-topics { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.vert-accordion-topics li { font-size: 1rem; line-height: 1.5; color: var(--muted); font-family: var(--serif-body); padding-left: 20px; position: relative; }
.vert-accordion-topics li::before { content: '•'; position: absolute; left: 0; color: var(--orange-d); font-weight: 700; }
.vert-accordion-cta { font-size: 1rem; font-weight: 600; color: var(--orange-d); display: inline-flex; align-items: center; gap: 6px; font-family: var(--serif-body); }
@media (max-width: 640px) { .vert-tile { padding: 10px 18px; } .vert-toast-inner { padding: 22px; } }

/* Weitere Kurse: nutzt das geteilte .mag-grid (3 Spalten) direkt, keine eigene Spalten-Regel nötig */

/* Scroll-Reveal: respektiert prefers-reduced-motion */
.scroll-reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s cubic-bezier(.16,1,.3,1), transform .6s cubic-bezier(.16,1,.3,1); }
.scroll-reveal.is-visible { opacity: 1; transform: translateY(0); }
.bento-tile.scroll-reveal, .choice-tile.scroll-reveal, .vert-tile.scroll-reveal { transition-delay: calc(var(--stagger, 0) * .06s); }
@media (prefers-reduced-motion: reduce) { .scroll-reveal { opacity: 1; transform: none; transition: none; } }

/* Kontaktformular-Modal: öffnet formular-embed.php als Overlay statt zur Kontaktseite zu navigieren */
.kontakt-modal-overlay { position: fixed; inset: 0; z-index: 500; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(20, 16, 12, .55); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.kontakt-modal-overlay.open { opacity: 1; pointer-events: auto; }
.kontakt-modal-box { position: relative; width: min(640px, 100%); max-height: 90vh; overflow-y: auto; background: var(--card); border-radius: var(--r); box-shadow: var(--shadow-lg); padding: 32px; transform: translateY(16px); transition: transform .2s ease; }
.kontakt-modal-overlay.open .kontakt-modal-box { transform: translateY(0); }
.kontakt-modal-close { position: absolute; top: 16px; right: 16px; z-index: 1; display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; color: var(--muted); background: var(--paper); border: 1px solid var(--border); border-radius: 50%; cursor: pointer; transition: background .2s, color .2s; }
.kontakt-modal-close svg { width: 14px; height: 14px; }
.kontakt-modal-close:hover { color: var(--orange-d); background: var(--orange-bg); }
.kontakt-modal-iframe { width: 100%; border: none; display: block; min-height: 200px; }
@media (max-width: 640px) { .kontakt-modal-box { padding: 24px; } }
