/* ============================================================
   AI READY Academy – airdyV2.2
   Playful-Professional Design System
   ============================================================ */

/* ---------- Fonts ---------- */
@font-face {
  font-family: "Boldonse";
  src: url("/assets/fonts/boldonse-400.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("/assets/fonts/sora.woff2") format("woff2");
  font-weight: 100 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("/assets/fonts/spacegrotesk.woff2") format("woff2");
  font-weight: 300 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Vollkorn";
  src: url("/assets/fonts/vollkorn-400italic.woff2") format("woff2");
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Vollkorn";
  src: url("/assets/fonts/vollkorn-700italic.woff2") format("woff2");
  font-weight: 700; font-style: italic; font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  --ink: #150438;
  --ink-2: #241457;
  --ink-soft: #4b3f74;
  --purple: #4f19eb;
  --purple-deep: #3a0fc0;
  --purple-soft: #9874ff;
  --lavender: #e6dcff;
  --lime: #84f649;
  --lime-deep: #5fd620;
  --teal: #14c992;
  --sky: #5ecff9;
  --blue: #1484fc;
  --coral: #ff6b5e;
  --bg: #f7f5fd;
  --card: #ffffff;
  --line: #e6e1f5;
  --dark: #150438;

  --font-display: "Boldonse", "Arial Black", sans-serif;
  --font-body: "Sora", "Segoe UI", system-ui, sans-serif;
  --font-label: "Space Grotesk", "Sora", "Segoe UI", sans-serif;

  --r-sm: 10px; --r-md: 16px; --r-lg: 24px; --r-xl: 32px;
  --shadow-sm: 0 2px 10px rgba(21, 4, 56, .06);
  --shadow-md: 0 10px 30px rgba(21, 4, 56, .10);
  --shadow-lg: 0 24px 60px rgba(21, 4, 56, .18);
  --container: 1180px;
  --header-h: 76px;
}

/* ---------- Reset / Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px; line-height: 1.65;
  color: var(--ink); background: var(--bg);
  overflow-x: clip;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--purple); text-decoration: none; }
a:hover { text-decoration: none; }
h1, h2, h3, h4 { line-height: 1.12; margin: 0 0 .5em; font-weight: 800; }
h1.display, h2.display, h3.display { text-wrap: balance; }
p { margin: 0 0 1em; text-wrap: pretty; }
ul { padding-left: 1.2em; }
button { font-family: inherit; cursor: pointer; }
input, select, textarea { font-family: inherit; font-size: 1rem; }
::selection { background: var(--lime); color: var(--ink); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; border-radius: 4px; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
section[id], [id^="anch-"] { scroll-margin-top: calc(var(--header-h) + 20px); }
.skip-link {
  position: absolute; left: -999px; top: 8px; z-index: 300;
  background: var(--ink); color: #fff; padding: 10px 18px; border-radius: 8px;
}
.skip-link:focus { left: 8px; }

/* ---------- Bühne: Aurora, Grain, Punktfeld (dunkle Bloecke) ---------- */
.grain { position: relative; }
.grain::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
}
.grain > .container { position: relative; z-index: 2; }
.aurora { position: absolute; inset: -18%; z-index: 0; pointer-events: none; opacity: .75; }
.aurora i { position: absolute; display: block; border-radius: 50%; will-change: transform; }
.aurora i:nth-child(1) {
  width: 46vw; height: 46vw; min-width: 420px; min-height: 420px; right: -8%; top: -18%;
  background: radial-gradient(circle at 35% 35%, rgba(96, 58, 255, .55), rgba(96, 58, 255, 0) 62%);
  animation: aur1 34s ease-in-out infinite alternate;
}
.aurora i:nth-child(2) {
  width: 38vw; height: 38vw; min-width: 340px; min-height: 340px; left: -14%; bottom: -30%;
  background: radial-gradient(circle at 60% 40%, rgba(20, 201, 146, .34), rgba(20, 201, 146, 0) 62%);
  animation: aur2 41s ease-in-out infinite alternate;
}
.aurora i:nth-child(3) {
  width: 26vw; height: 26vw; min-width: 260px; min-height: 260px; left: 38%; top: 44%;
  background: radial-gradient(circle at 50% 50%, rgba(132, 246, 73, .15), rgba(132, 246, 73, 0) 60%);
  animation: aur3 29s ease-in-out infinite alternate;
}
@keyframes aur1 { to { transform: translate(-9%, 12%) scale(1.18); } }
@keyframes aur2 { to { transform: translate(12%, -10%) scale(1.12); } }
@keyframes aur3 { to { transform: translate(-6%, -14%) scale(1.25); } }
.hero-canvas { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero > .container, .pagehero > .container, .event-hero > .container, .ctaband > .container { position: relative; z-index: 2; }

/* ---------- Bühne: Glanz auf CTA + Titel ---------- */
.btn--primary, .btn--lime { position: relative; overflow: hidden; }
.btn--primary::after, .btn--lime::after {
  content: ""; position: absolute; top: -20%; bottom: -20%; left: -80%; width: 46%;
  transform: skewX(-22deg); pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.34), rgba(255,255,255,0));
  transition: left .55s ease;
}
.btn--lime:hover::after { left: 135%; }
.btn--primary::after { background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.2), rgba(255,255,255,0)); }
.btn--primary:hover::after { left: 135%; }

.tilt-glare {
  position: absolute; inset: 0; z-index: 3; border-radius: var(--r-xl);
  pointer-events: none; opacity: 0; transition: opacity .35s ease;
  background: radial-gradient(340px circle at var(--gx, 50%) var(--gy, 50%), rgba(255, 255, 255, .3), transparent 65%);
  mix-blend-mode: overlay;
}
.hero__visual { animation: heroFloat 9s ease-in-out infinite; }
@keyframes heroFloat { 50% { transform: translateY(-10px); } }

/* ---------- Labels: Space Grotesk fuer technische Editorial-Stimme ---------- */
.eyebrow, .chip, .fact, .hero__claim, .footer__head, .post-card__meta,
.event-card__mon, .phase__label, .article__meta, .finanz__badge, .hero__trust li {
  font-family: var(--font-label);
}

/* ---------- Polish: Progressbar, aktive Nav, FAQ-Animation, Zoom ---------- */
.progress {
  position: fixed; top: 0; left: 0; z-index: 130; height: 3px; width: 0;
  background: linear-gradient(90deg, var(--lime), var(--teal));
  border-radius: 0 3px 3px 0; pointer-events: none;
}
.nav__link.is-active { background: rgba(255, 255, 255, .16); }
.header.is-scrolled .nav__link.is-active,
.header.is-solid .nav__link.is-active { background: rgba(79, 25, 235, .09); color: var(--purple); }
.faq[open] .faq__a { animation: faqIn .28s ease; }
@keyframes faqIn { from { opacity: 0; transform: translateY(-6px); } }
.about-img img { transition: transform .6s cubic-bezier(.2, .7, .3, 1); }
.about-img:hover img { transform: scale(1.045); }

/* ---------- Editorial: Akkordeon-Zeilen ---------- */
.acc { border-top: 1.5px solid var(--line); }
.acc-item { border-bottom: 1.5px solid var(--line); }
.acc-head {
  display: grid; grid-template-columns: clamp(64px, 8vw, 110px) 1fr auto;
  gap: clamp(16px, 3vw, 36px); align-items: center; width: 100%; text-align: left;
  background: none; border: none; padding: clamp(20px, 3vw, 30px) 6px; color: var(--ink);
  transition: padding-left .25s ease;
}
.acc-head:hover { padding-left: 16px; }
.acc-num {
  font-family: var(--font-display); font-size: clamp(1.7rem, 3.2vw, 2.6rem); line-height: 1;
  color: transparent; -webkit-text-stroke: 1.5px var(--purple-soft);
  transition: color .25s ease, -webkit-text-stroke-color .25s ease;
}
.acc-head:hover .acc-num, .acc-item.is-open .acc-num { color: var(--purple); -webkit-text-stroke-color: var(--purple); }
.acc-title {
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .01em;
  font-size: clamp(1.02rem, 2.2vw, 1.55rem); line-height: 1.18;
}
.acc-icon { width: 34px; height: 34px; border-radius: 12px; background: var(--lavender); position: relative; transition: transform .3s ease, background .3s ease; }
.acc-icon::before, .acc-icon::after { content: ""; position: absolute; inset: 0; margin: auto; background: var(--purple); border-radius: 2px; transition: transform .3s ease, background .3s ease; }
.acc-icon::before { width: 14px; height: 2.5px; }
.acc-icon::after { width: 2.5px; height: 14px; }
.acc-item.is-open .acc-icon { background: var(--lime); transform: rotate(45deg); }
.acc-item.is-open .acc-icon::after { transform: scaleY(0); }
.acc-item.is-open .acc-icon::before, .acc-item.is-open .acc-icon::after { background: var(--ink); }
.acc-body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s cubic-bezier(.2, .7, .3, 1); }
.acc-item.is-open .acc-body { grid-template-rows: 1fr; }
.acc-body-in { overflow: hidden; }
.acc-content { padding: 2px 6px clamp(24px, 3vw, 34px) clamp(64px, 8vw, 110px); color: var(--ink-soft); max-width: 72ch; }
.acc-content > :last-child { margin-bottom: 0; }
@media (max-width: 760px) {
  .acc-head { grid-template-columns: 44px 1fr auto; gap: 14px; }
  .acc-head:hover { padding-left: 6px; }
  .acc-content { padding-left: 58px; }
}

/* ---------- Editorial: Schritte als Zeilen ---------- */
.steps-x { border-top: 1.5px solid var(--line); }
.step-x {
  display: grid; grid-template-columns: clamp(70px, 9vw, 130px) 1fr 1.4fr;
  gap: clamp(14px, 3vw, 44px); align-items: baseline;
  padding: clamp(20px, 2.8vw, 30px) 6px; border-bottom: 1.5px solid var(--line);
  transition: background .2s ease;
}
.step-x:hover { background: rgba(79, 25, 235, .035); }
.step-x__num {
  font-family: var(--font-display); font-size: clamp(1.9rem, 3.6vw, 2.9rem); line-height: .9;
  color: transparent; -webkit-text-stroke: 1.5px var(--purple);
}
.step-x:nth-child(2) .step-x__num { -webkit-text-stroke-color: var(--teal); }
.step-x:nth-child(3) .step-x__num { -webkit-text-stroke-color: var(--blue); }
.step-x:nth-child(4) .step-x__num { -webkit-text-stroke-color: var(--purple-soft); }
.step-x:nth-child(5) .step-x__num { -webkit-text-stroke-color: var(--lime-deep); }
.step-x h3 {
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .01em;
  font-size: clamp(1rem, 1.9vw, 1.35rem); line-height: 1.2; margin: 0;
}
.step-x p { margin: 0; color: var(--ink-soft); font-size: .93rem; }
@media (max-width: 760px) {
  .step-x { grid-template-columns: 44px 1fr; }
  .step-x p { grid-column: 2; }
}

/* ---------- Editorial: Zahlenband (keine Karten) ---------- */
.numbers-band { display: grid; grid-template-columns: repeat(4, 1fr); }
.numbers-band--3 { grid-template-columns: repeat(3, 1fr); }
.nb { padding: 10px clamp(16px, 2.4vw, 34px); border-left: 1px solid rgba(255, 255, 255, .16); }
.nb:first-child { border-left: none; padding-left: 0; }
.nb__value {
  font-family: var(--font-display); font-size: clamp(2.4rem, 5.4vw, 4.2rem);
  color: var(--lime); display: block; line-height: 1.05;
}
.nb__label { color: #cfc5ec; font-size: .92rem; font-weight: 700; display: block; margin-top: 10px; }
.nb p { color: #bdb1e6; font-size: .88rem; margin: 10px 0 0; }
.numbers-band--ink .nb { border-left-color: var(--line); }
.numbers-band--ink .nb__value { color: var(--purple); }
.numbers-band--ink .nb__label { color: var(--ink); }
.numbers-band--ink .nb p { color: var(--ink-soft); }
@media (max-width: 900px) {
  .numbers-band, .numbers-band--3 { grid-template-columns: 1fr 1fr; gap: 22px 0; }
  .nb:nth-child(odd) { border-left: none; padding-left: 0; }
}
@media (max-width: 520px) {
  .numbers-band, .numbers-band--3 { grid-template-columns: 1fr; }
  .nb { border-left: none; padding-left: 0; border-top: 1px solid rgba(255,255,255,.12); padding-top: 16px; }
  .numbers-band--ink .nb { border-top-color: var(--line); }
  .nb:first-child { border-top: none; padding-top: 0; }
}

/* ---------- Bento: Kurs-Highlight + Karten ---------- */
.courses-bento { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.courses-bento .course-card--feature {
  grid-column: 1 / -1; padding: 0; overflow: clip;
  display: grid; grid-template-columns: 1.08fr .92fr; min-height: 360px;
}
.courses-bento .course-card--feature .course-card__body { padding: clamp(24px, 3vw, 40px); display: flex; flex-direction: column; }
.courses-bento .course-card--feature .course-card__title { font-size: clamp(1.5rem, 2.6vw, 2.1rem); }
.course-card__media { position: relative; min-height: 300px; }
.course-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.course-card__media .chip { position: absolute; right: 16px; top: 16px; left: auto; bottom: auto; z-index: 2; background: rgba(255,255,255,.92); }
@media (max-width: 900px) {
  .courses-bento { grid-template-columns: 1fr; }
  .courses-bento .course-card--feature { grid-template-columns: 1fr; }
  .course-card--feature .course-card__media { min-height: 220px; order: -1; }
}

/* ---------- Riesiges Footer-Wortmark ---------- */
.footer__wordmark { margin-top: clamp(40px, 6vw, 76px); text-align: center; overflow: hidden; }
.footer__wordmark span {
  display: block; font-family: var(--font-display); text-transform: uppercase;
  font-size: clamp(3.6rem, 12.5vw, 10.5rem); line-height: .92; letter-spacing: .01em;
  color: transparent; -webkit-text-stroke: 2px rgba(132, 246, 73, .38);
  transition: color .5s ease, -webkit-text-stroke-color .5s ease;
  cursor: default;
}
.footer__wordmark span:hover { color: var(--lime); -webkit-text-stroke-color: var(--lime); }

/* ---------- Typografie-Komponenten ---------- */
.display {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.28;
  text-transform: uppercase;
}
h1.display { font-size: clamp(1.9rem, 4vw, 3.1rem); }
h2.display { font-size: clamp(1.8rem, 3.8vw, 3rem); }
h3.display { font-size: clamp(1.1rem, 1.8vw, 1.4rem); }
.display-xl { font-size: clamp(2.3rem, 5.4vw, 4.3rem); }
.serif {
  font-family: "Vollkorn", Georgia, serif;
  font-style: italic; font-weight: 600;
  text-transform: none; letter-spacing: 0;
}
.display .serif, h2 .serif, h1 .serif { color: var(--teal); }
/* Outline-Ziffern (Editoial-Listen) */
.num-outline {
  font-family: var(--font-display); line-height: .9; color: transparent;
  -webkit-text-stroke: 1.5px var(--purple); transition: color .25s ease;
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--purple); background: var(--lavender);
  padding: 7px 14px; border-radius: 999px; margin: 0 0 18px;
}
.eyebrow::before { content: "✦"; color: var(--purple); font-size: .9em; }
.eyebrow--lime { background: rgba(132, 246, 73, .16); color: #2f7a06; }
.eyebrow--lime::before { color: #4bb60d; }
.eyebrow--onion-light { background: rgba(255,255,255,.1); color: #dcd2ff; }
.eyebrow--onion-light::before { color: var(--lime); }

.section { padding: clamp(64px, 9vw, 110px) 0; }
.section--dark { background: var(--dark); color: #fff; }
.section--tint { background: linear-gradient(180deg, #efecfa 0%, var(--bg) 100%); }
.section-head { max-width: 760px; margin: 0 auto clamp(36px, 5vw, 56px); text-align: center; }
.section-head p.lead { font-size: 1.1rem; color: var(--ink-soft); }
.section--dark .section-head p.lead { color: #c9bfe8; }

/* Editoriale Kopfzeile: Titel links, Text rechts (bricht die zentrierte Monotonie) */
.section-head--split {
  max-width: none; text-align: left;
  display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(24px, 4vw, 56px);
  align-items: end; margin-bottom: clamp(36px, 5vw, 56px);
}
.section-head--split .section-head__title { grid-column: 1; }
.section-head--split .section-head__side { grid-column: 2; align-self: end; }
.section-head--split p.lead { margin: 0; }
/* Lange Komposita in der Split-Überschrift sauber umbrechen (Mobile + Desktop) */
#firmen .section-head__title { min-width: 0; }
#firmen .display { overflow-wrap: anywhere; -webkit-hyphens: auto; hyphens: auto; }

/* Inline-SVG-Icons */
.ico { width: 22px; height: 22px; flex-shrink: 0; stroke: currentColor; fill: none;
  stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; display: block; }
.benefit__head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.benefit__head .ico { color: var(--purple); width: 24px; height: 24px; }
.benefit__head h3 { margin: 0; }

/* Listen mit Check statt Emoji */
.tick-list { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 12px; }
.tick-list li { display: flex; gap: 12px; font-size: .95rem; color: #ded5f7; align-items: flex-start; }
.tick-list li::before {
  content: "✓"; flex-shrink: 0; width: 22px; height: 22px; border-radius: 8px;
  background: rgba(132, 246, 73, .22); color: var(--lime);
  font-size: .75rem; font-weight: 800; display: inline-flex;
  align-items: center; justify-content: center; margin-top: 1px;
}
.tick-list--light li { color: var(--ink-soft); }
.tick-list--light li::before { background: rgba(132, 246, 73, .28); color: #2c6e04; }

/* ---------- Chips & Badges ---------- */
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 999px;
  background: rgba(79, 25, 235, .09); color: var(--purple);
}
.chip--lime { background: rgba(132, 246, 73, .2); color: #2f7a06; }
.chip--sky { background: rgba(94, 207, 249, .18); color: #086a9c; }
.chip--teal { background: rgba(20, 201, 146, .14); color: #0b7d59; }
.chip--outline { background: transparent; border: 1.5px dashed var(--purple-soft); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 700; font-size: 1rem; line-height: 1.2;
  padding: 15px 28px; border-radius: 999px; border: 2px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  text-align: center;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn--lg { padding: 18px 34px; font-size: 1.05rem; }
.btn--sm { padding: 11px 20px; font-size: .9rem; }
.btn--full { width: 100%; }
.btn--primary { background: var(--purple); color: #fff; box-shadow: 0 8px 24px rgba(79, 25, 235, .3); }
.btn--primary:hover { background: var(--purple-deep); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(79, 25, 235, .38); }
.btn--lime { background: var(--lime); color: var(--ink); box-shadow: 0 8px 24px rgba(132, 246, 73, .35); }
.btn--lime:hover { background: var(--lime-deep); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(132, 246, 73, .45); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--ink-2); transform: translateY(-2px); }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: var(--lavender); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--purple); border-color: rgba(79, 25, 235, .35); }
.btn--ghost:hover { border-color: var(--purple); background: rgba(79, 25, 235, .06); transform: translateY(-2px); }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .45); }
.btn--outline-light:hover { border-color: #fff; background: rgba(255,255,255,.08); transform: translateY(-2px); }
.btn .arrow { transition: transform .18s ease; }
.btn:hover .arrow { transform: translateX(4px); }

.link-arrow { font-weight: 700; color: var(--purple); display: inline-flex; align-items: center; gap: 6px; }
.link-arrow:hover { text-decoration: underline; }

/* ---------- Header ---------- */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.header__inner {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  height: var(--header-h); position: relative;
}
.header__brand { display: flex; align-items: center; flex-shrink: 0; }
.header__logo { height: 40px; width: auto; border-radius: 8px; }
.header__logo--dark { display: none; }

.nav { display: flex; align-items: center; gap: 6px; }
.nav__link {
  color: #fff; font-weight: 600; font-size: .95rem; padding: 9px 13px; border-radius: 999px;
  transition: background .15s ease, color .15s ease;
}
.nav__link:hover { background: rgba(255,255,255,.12); }
.nav__cta { margin-left: 10px; }

.header--overlay:not(.is-scrolled) { background: transparent; }
.header.is-scrolled {
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: var(--shadow-sm);
}
.header.is-scrolled .nav__link { color: var(--ink); }
.header.is-scrolled .nav__link:hover { background: rgba(79, 25, 235, .08); }
.header.is-scrolled .header__logo--light { display: none; }
.header.is-scrolled .header__logo--dark { display: block; }
.header.is-solid { background: rgba(255,255,255,.92); backdrop-filter: blur(14px); box-shadow: var(--shadow-sm); }
.header.is-solid .nav__link { color: var(--ink); }
.header.is-solid .header__logo--light { display: none; }
.header.is-solid .header__logo--dark { display: block; }

.burger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 46px; height: 46px; border-radius: 12px; border: none;
  background: rgba(255,255,255,.12); padding: 10px;
}
.burger span { display: block; height: 2.5px; border-radius: 2px; background: #fff; transition: transform .2s ease, opacity .2s ease, background .2s ease; }
.header.is-scrolled .burger, .header.is-solid .burger { background: rgba(79, 25, 235, .08); }
.header.is-scrolled .burger span, .header.is-solid .burger span { background: var(--ink); }
.burger.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: clip;
  background:
    radial-gradient(900px 500px at 85% -10%, rgba(79, 25, 235, .55), transparent 60%),
    radial-gradient(700px 420px at -10% 30%, rgba(20, 201, 146, .18), transparent 60%),
    radial-gradient(500px 300px at 55% 110%, rgba(132, 246, 73, .14), transparent 60%),
    var(--dark);
  color: #fff;
  padding: calc(var(--header-h) + clamp(48px, 7vw, 84px)) 0 clamp(56px, 7vw, 90px);
}
.hero__grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 64px); align-items: center;
}
.hero__grid > div { min-width: 0; }
.hero__claim {
  font-size: .85rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: var(--lime); display: flex; align-items: center; gap: 10px; margin: 0 0 18px;
}
.hero__claim::before { content: ""; width: 34px; height: 2px; background: var(--lime); border-radius: 2px; }
.hero__title .grad {
  background: linear-gradient(92deg, var(--lime) 10%, var(--teal) 45%, var(--sky) 80%, var(--lime) 120%);
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: gradSheen 10s ease-in-out infinite;
}
@keyframes gradSheen { 0%, 100% { background-position: 0% 0; } 50% { background-position: 100% 0; } }
.hero__sub { font-size: 1.13rem; color: #cfc5ec; max-width: 54ch; }
.hero__sub strong { color: #fff; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 26px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.hero__trust li {
  font-size: .83rem; font-weight: 600; color: #e6defc;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
  padding: 8px 14px 8px 11px; border-radius: 999px; display: inline-flex; align-items: center; gap: 8px;
}
.hero__trust li::before { content: "✓"; color: var(--lime); font-weight: 800; font-size: .8rem; }

.hero__visual { position: relative; }
.hero__imgwrap {
  position: relative; border-radius: var(--r-xl); overflow: visible;
  transform: rotate(1.6deg);
}
.hero__imgwrap::before {
  content: ""; position: absolute; inset: -14px; border-radius: calc(var(--r-xl) + 14px);
  background: linear-gradient(135deg, rgba(132,246,73,.5), rgba(94,207,249,.35) 50%, rgba(152,116,255,.5));
  z-index: 0; filter: blur(2px);
}
.hero__imgwrap img {
  position: relative; z-index: 1; border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg); aspect-ratio: 3/2; object-fit: cover; width: 100%;
}
.hero__card {
  position: absolute; z-index: 2;
  background: rgba(255,255,255,.97); color: var(--ink);
  border-radius: var(--r-md); padding: 14px 18px;
  box-shadow: var(--shadow-md); font-size: .85rem; font-weight: 600;
  display: flex; gap: 11px; align-items: center; line-height: 1.35;
}
.hero__card--start { bottom: -22px; left: -14px; transform: rotate(-2deg); }
.hero__card--fed { top: -18px; right: -10px; transform: rotate(2deg); }
.hero__card .emoji { font-size: 1.5rem; }
.hero__card b { display: block; font-weight: 700; color: #2f7a06; }

/* ---------- Marquee ---------- */
.marquee {
  background: var(--lime); color: var(--ink); overflow: hidden;
  padding: 14px 0; border-top: 3px solid var(--ink);
  transform: rotate(-.6deg) scale(1.01); margin-top: 8px;
}
.marquee__track { display: flex; gap: 48px; width: max-content; will-change: transform; }
.marquee__item {
  font-family: var(--font-display); font-size: .95rem; letter-spacing: .08em; text-transform: uppercase;
  display: flex; align-items: center; gap: 48px; white-space: nowrap;
}
.marquee__item::after { content: "✦"; font-size: 1.1em; }

/* ---------- Benefit cards ---------- */
.benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.benefits--with-img { grid-template-columns: repeat(3, 1fr); }
.about-img {
  grid-row: span 2; position: relative; border-radius: var(--r-lg);
  overflow: clip; box-shadow: var(--shadow-md); margin: 0;
  transform: rotate(-1.2deg);
}
.about-img img { width: 100%; height: 100%; object-fit: cover; min-height: 100%; }
.about-img__caption {
  position: absolute; left: 14px; right: 14px; bottom: 14px; margin: 0;
  background: rgba(21, 4, 56, .8); color: #fff; font-size: .78rem; font-weight: 600;
  padding: 10px 14px; border-radius: 12px;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.benefit {
  background: var(--card); border-radius: var(--r-lg); padding: 28px 24px;
  border: 1.5px solid var(--line); box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  position: relative; overflow: clip;
}
.benefit:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--lavender); }
.benefit__icon {
  width: 64px; height: 64px; border-radius: 18px; object-fit: cover;
  box-shadow: var(--shadow-sm); margin-bottom: 18px; background: var(--lavender);
  transform: rotate(-3deg); transition: transform .25s ease;
}
.benefit:hover .benefit__icon { transform: rotate(0) scale(1.06); }
.benefit h3 { font-size: 1.08rem; font-weight: 800; margin-bottom: 8px; }
.benefit p { font-size: .93rem; color: var(--ink-soft); margin: 0; }
.benefit--tint { background: linear-gradient(160deg, #f2edff, #fff 55%); }

/* ---------- Course cards ---------- */
.courses { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.course-card {
  display: flex; flex-direction: column;
  background: var(--card); border-radius: var(--r-lg); padding: 30px 28px;
  border: 1.5px solid var(--line); box-shadow: var(--shadow-sm); position: relative;
  transition: transform .22s ease, box-shadow .22s ease;
}
.course-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); }
.course-card__badge {
  align-self: flex-start; font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  color: #fff; background: var(--c, var(--purple));
  padding: 6px 13px; border-radius: 999px; margin-bottom: 24px;
  transform: rotate(-1.2deg);
}
.course-card__title { font-size: 1.22rem; font-weight: 800; margin-top: 12px; }
.course-card__claim { color: var(--ink-soft); font-size: .95rem; }
.ticks { list-style: none; margin: 14px 0 18px; padding: 0; display: grid; gap: 9px; }
.ticks li { padding-left: 30px; position: relative; font-size: .93rem; color: var(--ink-soft); }
.ticks li::before {
  content: "✓"; position: absolute; left: 0; top: 1px;
  width: 21px; height: 21px; border-radius: 7px; background: rgba(132, 246, 73, .28);
  color: #2c6e04; font-size: .8rem; font-weight: 800;
  display: inline-flex; align-items: center; justify-content: center;
}
.course-card__facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; margin-bottom: 18px; }
.fact {
  font-size: .78rem; font-weight: 700; color: var(--ink);
  background: var(--bg); border: 1px solid var(--line); padding: 6px 11px; border-radius: 999px;
}
.course-card__cta { display: flex; gap: 10px; flex-wrap: wrap; }

/* ---------- Numbers ---------- */
.numbers {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.number {
  text-align: center; padding: 30px 16px;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-lg);
}
.number__value {
  font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); color: var(--lime); display: block;
}
.number__label { font-size: .9rem; color: #cfc5ec; font-weight: 600; }

/* ---------- Free course banner ---------- */
.freebanner {
  position: relative; overflow: auto;
  background:
    radial-gradient(600px 300px at 110% 0%, rgba(255, 255, 255, .16), transparent 55%),
    linear-gradient(100deg, var(--purple) 0%, #7a3bff 100%);
  border-radius: var(--r-xl); color: #fff;
  padding: clamp(30px, 4.5vw, 52px);
  display: grid; grid-template-columns: 1.2fr .8fr; gap: 36px; align-items: center;
  box-shadow: var(--shadow-lg);
}
.freebanner::after {
  content: "✦"; position: absolute; right: 4%; bottom: -26px; font-size: 11rem; opacity: .08;
}
.freebanner__date {
  display: inline-flex; flex-direction: column; text-align: center;
  background: var(--lime); color: var(--ink); border-radius: 18px; padding: 12px 20px;
  font-family: var(--font-display); transform: rotate(-2.5deg);
  box-shadow: 0 10px 26px rgba(0,0,0,.22); margin-bottom: 18px;
}
.freebanner__date b { font-size: 1.55rem; }
.freebanner h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); }
.freebanner p { color: #e4dcff; max-width: 52ch; }
.freebanner__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 10px; }
.countdown { display: flex; gap: 10px; justify-content: flex-start; }
.countdown__cell {
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
  border-radius: 14px; padding: 12px 10px; min-width: 74px; text-align: center;
}
.countdown__num { font-family: var(--font-display); font-size: 1.7rem; color: var(--lime); display: block; }
.countdown__lbl { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: #cbbfff; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; counter-reset: step; }
.step {
  position: relative; background: var(--card); border: 1.5px solid var(--line);
  border-radius: var(--r-lg); padding: 26px 20px 22px; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.step:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.step__num {
  font-family: var(--font-display); font-size: .95rem; color: #fff;
  width: 42px; height: 42px; border-radius: 14px; background: var(--purple);
  display: inline-flex; align-items: center; justify-content: center; margin-bottom: 14px;
  transform: rotate(-3deg); box-shadow: 0 6px 16px rgba(79,25,235,.3);
}
.step:nth-child(2) .step__num { background: var(--teal); }
.step:nth-child(3) .step__num { background: var(--blue); }
.step:nth-child(4) .step__num { background: #7a3bff; }
.step:nth-child(5) .step__num { background: #0a9e6e; }
.step h3 { font-size: 1rem; font-weight: 800; margin-bottom: 6px; }
.step p { font-size: .87rem; color: var(--ink-soft); margin: 0; }

/* ---------- Events ---------- */
.events-list { display: grid; gap: 14px; }
.event-card {
  display: grid; grid-template-columns: 92px 1fr auto; gap: 22px; align-items: center;
  background: var(--card); border: 1.5px solid var(--line); border-radius: var(--r-lg);
  padding: 20px 24px; color: var(--ink); box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.event-card:hover { transform: translateX(6px); box-shadow: var(--shadow-md); border-color: var(--lavender); }
.event-card__date {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: linear-gradient(150deg, var(--lavender), #f3edff);
  border-radius: 16px; padding: 12px 6px; transform: rotate(-2deg);
}
.event-card__day { font-family: var(--font-display); font-size: 1.45rem; color: var(--purple); line-height: 1; }
.event-card__mon { font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--purple-soft); }
.event-card__title { font-size: 1.06rem; font-weight: 800; margin: 6px 0 6px; }
.event-card__meta { font-size: .84rem; color: var(--ink-soft); margin: 0; }
.event-card__arrow { font-size: 1.3rem; color: var(--purple); transition: transform .2s ease; }
.event-card:hover .event-card__arrow { transform: translateX(5px); }
.event-card__tags { display: flex; gap: 8px; flex-wrap: wrap; }

/* ---------- Blog / Post cards ---------- */
.posts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.post-card {
  background: var(--card); border: 1.5px solid var(--line); border-radius: var(--r-lg);
  overflow: clip; box-shadow: var(--shadow-sm); height: 100%;
  transition: transform .2s ease, box-shadow .2s ease;
}
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.post-card__link { display: flex; flex-direction: column; height: 100%; color: inherit; }
.post-card__media { aspect-ratio: 16/9; overflow: clip; background: var(--lavender); }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.post-card:hover .post-card__media img { transform: scale(1.05); }
.post-card__body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.post-card__title { font-size: 1.02rem; font-weight: 800; line-height: 1.35; margin: 0; }
.post-card__excerpt { font-size: .88rem; color: var(--ink-soft); margin: 0; flex: 1; }
.post-card__meta { font-size: .78rem; color: #8d81b5; font-weight: 600; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.faq {
  background: var(--card); border: 1.5px solid var(--line); border-radius: var(--r-md);
  box-shadow: var(--shadow-sm); overflow: clip;
}
.faq summary {
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 18px 22px; font-weight: 700; font-size: 1rem; cursor: pointer;
}
.faq summary::-webkit-details-marker { display: none; }
.faq__icon {
  flex-shrink: 0; width: 30px; height: 30px; border-radius: 10px; position: relative;
  background: var(--lavender); transition: transform .25s ease, background .25s ease;
}
.faq__icon::before, .faq__icon::after {
  content: ""; position: absolute; inset: 0; margin: auto; background: var(--purple);
  border-radius: 2px; transition: transform .25s ease;
}
.faq__icon::before { width: 14px; height: 2.5px; }
.faq__icon::after { width: 2.5px; height: 14px; }
.faq[open] .faq__icon { background: var(--lime); transform: rotate(90deg); }
.faq[open] .faq__icon::after { transform: scaleY(0); }
.faq__a { padding: 0 22px 20px; color: var(--ink-soft); }
.faq__a p { margin: 0; }

/* ---------- Formulare ---------- */
.form { display: grid; gap: 16px; }
.form__row { display: grid; gap: 16px; }
.form__row--2 { grid-template-columns: 1fr 1fr; }
.field { display: grid; gap: 6px; text-align: left; }
.field label { font-weight: 700; font-size: .9rem; }
.field label .opt { font-weight: 500; color: #8d81b5; font-size: .82em; }
.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field input[type="url"] {
  width: 100%; padding: 14px 16px; border-radius: 12px;
  border: 2px solid var(--line); background: #fff; color: var(--ink);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus { outline: none; border-color: var(--purple); box-shadow: 0 0 0 4px rgba(79, 25, 235, .12); }
.field__err { display: none; color: #d43a3a; font-size: .82rem; font-weight: 600; }
.field.has-error input { border-color: #e05656; }
.field.has-error .field__err { display: block; }
.field--check label { display: flex; gap: 11px; align-items: flex-start; font-weight: 500; font-size: .87rem; color: var(--ink-soft); cursor: pointer; }
.field--check input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--purple); flex-shrink: 0; }
.field--check.has-error label span:first-of-type ~ * {}
.hp { position: absolute !important; left: -9999px !important; height: 1px; width: 1px; opacity: 0; }
.form__trust { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; align-items: center; margin: 2px 0 0; font-size: .82rem; font-weight: 600; color: var(--ink-soft); }
.form__trust span:not(:last-child)::after { content: "·"; margin-left: 8px; opacity: .5; }
.form__error { color: #d43a3a; font-weight: 600; font-size: .9rem; margin: 0; text-align: center; }
.form__error a { color: inherit; }

/* Inline-Lead-Sektion */
.leadzone {
  background: var(--card); border-radius: var(--r-xl); box-shadow: var(--shadow-lg);
  border: 1.5px solid var(--line);
  display: grid; grid-template-columns: 1fr 1.05fr; overflow: clip;
}
.leadzone__pitch { padding: clamp(28px, 4vw, 48px); background: linear-gradient(165deg, #241457, var(--dark)); color: #fff; position: relative; overflow: clip; }
.leadzone__pitch::after { content: "✦"; position: absolute; right: -30px; bottom: -50px; font-size: 10rem; opacity: .07; }
.leadzone__pitch h2 { color: #fff; }
.leadzone__pitch p { color: #c9bfe8; }
.leadzone__list { margin: 18px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.leadzone__list li { display: flex; gap: 11px; font-size: .93rem; color: #ded5f7; align-items: flex-start; }
.leadzone__list .em { flex-shrink: 0; font-size: 1.05rem; }
.leadzone__formwrap { padding: clamp(28px, 4vw, 48px); }

/* ---------- CTA Band ---------- */
.ctaband {
  position: relative; overflow: clip;
  background:
    radial-gradient(700px 380px at 12% -20%, rgba(132, 246, 73, .25), transparent 55%),
    radial-gradient(600px 340px at 95% 120%, rgba(152, 116, 255, .4), transparent 55%),
    var(--dark);
  color: #fff; text-align: center;
  padding: clamp(70px, 9vw, 120px) 0;
}
.ctaband h2 { font-size: clamp(1.9rem, 4.4vw, 3.2rem); }
.ctaband p { color: #cfc5ec; max-width: 60ch; margin: 0 auto 30px; }
.ctaband__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.footer { background: #0e0231; color: #cdc3ec; padding: clamp(56px, 7vw, 84px) 0 30px;
  border-top: 1px solid rgba(132, 246, 73, .14);
  box-shadow: inset 0 1px 0 rgba(152, 116, 255, .14); }
.footer__strip {
  display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--r-lg); padding: 20px 26px; margin-bottom: clamp(44px, 6vw, 64px);
  background: linear-gradient(110deg, rgba(79,25,235,.28), rgba(132,246,73,.08));
}
.footer__strip-text { margin: 0; color: #cfc5ec; font-size: .97rem; }
.footer__strip-text strong { color: #fff; }
.footer__strip-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.footer__logo { height: 38px; border-radius: 8px; margin-bottom: 16px; }
.footer__claim { font-size: .9rem; }
.footer__mail { color: var(--lime); font-weight: 700; font-size: 1.02rem; }
.footer__mails { display: grid; gap: 4px; margin-top: 8px; }
.footer__mails a { color: #a99cd8; font-size: .85rem; }
.footer__mails a:hover, .footer__mail:hover { text-decoration: underline; }
.footer__head {
  font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: #fff;
  margin-bottom: 14px; font-weight: 800;
}
.footer__col { display: grid; gap: 10px; align-content: start; }
.footer__col a, .footer__col button {
  background: none; border: none; padding: 0; text-align: left;
  color: #bdb1e6; font-size: .93rem; font-weight: 500; transition: color .15s ease;
}
.footer__col a:hover, .footer__col button:hover { color: var(--lime); }
.footer__legal {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,.1); margin-top: clamp(36px, 5vw, 54px); padding-top: 24px;
  font-size: .84rem; color: #9d90cc;
}
.footer__badge { opacity: .85; }

/* ---------- Modals ---------- */
.modal-veil {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(14, 2, 49, .62); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  display: none; align-items: center; justify-content: center; padding: 20px;
}
.modal-veil.is-open { display: flex; }
.modal {
  position: relative; background: #fff; color: var(--ink);
  border-radius: var(--r-xl); box-shadow: var(--shadow-lg);
  width: min(680px, 100%); max-height: min(88vh, 860px); overflow: auto;
  padding: clamp(26px, 4vw, 40px);
  animation: modalIn .28s cubic-bezier(.2, .9, .3, 1.2);
}
@keyframes modalIn { from { transform: translateY(24px) scale(.97); opacity: 0; } to { transform: none; opacity: 1; } }
.modal__close {
  position: absolute; top: 14px; right: 14px; width: 40px; height: 40px;
  border-radius: 12px; border: none; background: var(--bg); color: var(--ink);
  font-size: 1.25rem; line-height: 1; transition: background .15s ease, transform .15s ease;
}
.modal__close:hover { background: var(--lavender); transform: rotate(90deg); }
.modal__title { font-size: 1.3rem; }
.modal-veil__box {
  background: #fff; border-radius: var(--r-lg); padding: 34px; max-width: 430px; text-align: center;
  position: relative; animation: modalIn .28s cubic-bezier(.2, .9, .3, 1.2);
}
.modal-veil__box .modal__close { position: absolute; top: 10px; right: 10px; }
.modal-veil__title { font-size: 1.25rem; }
.modal-veil__text { color: var(--ink-soft); font-size: .95rem; }

/* Lead-Modal */
.lead__title { font-size: clamp(1.3rem, 2.4vw, 1.7rem); }
.lead__sub { color: var(--ink-soft); font-size: .97rem; }
.lead__interests { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 20px 0 22px; }
.interest {
  display: grid; gap: 3px; text-align: left;
  border: 2px solid var(--line); border-radius: var(--r-md); background: var(--bg);
  padding: 13px 15px; transition: border-color .15s ease, background .15s ease, transform .15s ease;
}
.interest:hover { border-color: var(--purple-soft); transform: translateY(-2px); }
.interest.is-active { border-color: var(--purple); background: #f3edff; box-shadow: 0 0 0 4px rgba(79,25,235,.1); }
.interest__icon { width: 22px; height: 22px; margin-bottom: 3px; color: var(--purple);
  stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.interest.is-active .interest__icon { color: var(--purple-deep); }
.interest__name { font-weight: 800; font-size: .93rem; }
.interest__hint { font-size: .78rem; color: var(--ink-soft); }
.lead__success-state { text-align: center; padding: 10px 4px; }
.success-badge {
  width: 64px; height: 64px; border-radius: 20px; margin: 0 auto 14px;
  background: var(--lime); color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  transform: rotate(-4deg); box-shadow: 0 10px 26px rgba(132, 246, 73, .4);
}
.success-badge .ico { width: 30px; height: 30px; stroke-width: 2.4; }
.lead__success-state .ticks { text-align: left; margin: 22px auto; max-width: 380px; }
.ticks--light li { color: var(--ink-soft); }

/* ---------- Floating & Mobibar & Cookie ---------- */
.floaty {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  animation: floatyIn .4s ease;
}
@keyframes floatyIn { from { transform: translateY(20px); opacity: 0; } }
.floaty__btn {
  display: flex; align-items: center; gap: 12px; text-align: left;
  background: #fff; border: 1.5px solid var(--line); border-radius: 18px;
  box-shadow: var(--shadow-lg); padding: 13px 20px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.floaty__btn:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(21,4,56,.22); }
.floaty__icon { width: 24px; height: 24px; color: var(--purple);
  stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.floaty__text { display: grid; line-height: 1.3; font-size: .86rem; color: var(--ink-soft); }
.floaty__text strong { color: var(--ink); font-size: .95rem; }
.floaty__close {
  position: absolute; top: -9px; right: -9px; width: 26px; height: 26px;
  border-radius: 50%; border: 2px solid #fff; background: var(--ink); color: #fff;
  font-size: .8rem; line-height: 1; display: flex; align-items: center; justify-content: center;
}
.mobibar {
  position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 90;
  display: none; gap: 10px; padding: 10px;
  background: rgba(255,255,255,.92); backdrop-filter: blur(12px);
  border-radius: 18px; box-shadow: var(--shadow-lg); border: 1px solid var(--line);
  animation: floatyIn .35s ease;
}
.mobibar__btn { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 12px; padding: 14px 10px; font-weight: 800; font-size: .95rem; }
.mobibar__btn--primary { background: var(--purple); color: #fff; border: none; }
.mobibar__btn--ghost { border: 2px solid var(--line); color: var(--ink); }

.cookiebar {
  position: fixed; left: 22px; bottom: 22px; z-index: 95;
  background: #fff; border-radius: var(--r-lg); box-shadow: var(--shadow-lg);
  border: 1.5px solid var(--line); padding: 20px 22px; max-width: 360px;
  animation: floatyIn .4s ease;
}
.cookiebar__title { font-weight: 800; margin-bottom: 4px; }
.cookiebar__text { font-size: .85rem; color: var(--ink-soft); }
.cookiebar__actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-top: 12px; }
.cookiebar__more { font-size: .82rem; color: var(--ink-soft); text-decoration: underline; }

/* ---------- KI-Badge (EU AI Act Kennzeichnung) ---------- */
.ai-badge {
  position: absolute; bottom: 10px; left: 10px; z-index: 5;
  width: 24px; height: 24px; border-radius: 50%;
  background: rgba(14, 2, 49, .5); color: rgba(255, 255, 255, .9);
  border: 1px solid rgba(255, 255, 255, .4);
  font-size: 8px; font-weight: 800; letter-spacing: .5px;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  transition: background .2s ease;
}
.ai-badge:hover { background: rgba(14, 2, 49, .8); }
.hero__imgwrap .ai-badge { left: auto; right: 10px; }

/* Artikel-Typografie */
.article { max-width: 780px; margin: 0 auto; }
.article--detail { padding-top: calc(var(--header-h) + 48px); padding-bottom: 60px; }
.authorbox {
  margin: 40px 0 0; padding: 20px 24px;
  background: linear-gradient(150deg, #f2edff, #fff 70%);
  border: 1.5px solid var(--line); border-radius: var(--r-lg); font-size: .95rem;
}
.article-cta {
  margin: 30px 0 0; padding: clamp(24px, 4vw, 38px);
  background:
    radial-gradient(400px 200px at 100% 0%, rgba(132, 246, 73, .2), transparent 60%),
    var(--dark);
  color: #fff; border-radius: var(--r-xl);
}
.article-cta p { color: #c9bfe8; }
.sidebox {
  background: #fff; border: 1.5px solid var(--line); border-radius: var(--r-xl);
  box-shadow: var(--shadow-md); padding: clamp(24px, 3vw, 34px);
  display: grid; gap: 6px;
}
.form-success { text-align: center; padding: 30px 10px; }
.form-success .lead__success-emoji { font-size: 2.6rem; }
.article h1 { font-size: clamp(1.7rem, 4vw, 2.6rem); line-height: 1.15; }
.article h2 { font-size: clamp(1.3rem, 2.6vw, 1.8rem); margin-top: 1.6em; }
.article h3 { font-size: 1.15rem; margin-top: 1.4em; }
.article p, .article ul, .article ol { color: #3d3166; }
.article img { border-radius: var(--r-lg); margin: 1.6em 0; box-shadow: var(--shadow-sm); }
.article-media { position: relative; margin: 1.6em 0; }
.article-media img { display: block; width: 100%; margin: 0; }
.article blockquote {
  margin: 1.4em 0; padding: 16px 22px; border-left: 4px solid var(--lime);
  background: var(--card); border-radius: 0 var(--r-md) var(--r-md) 0; font-style: italic;
}
.article code { background: #efeaff; padding: 2px 7px; border-radius: 6px; font-size: .9em; }
.article pre { background: var(--dark); color: #e6defc; padding: 20px; border-radius: var(--r-md); overflow-x: auto; }
.article pre code { background: transparent; padding: 0; color: inherit; }
.article table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.article th, .article td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); }
.article__meta { color: #8d81b5; font-size: .88rem; font-weight: 600; margin-bottom: 28px; display: flex; gap: 14px; flex-wrap: wrap; }

/* Event-Detail */
.event-hero { position: relative; overflow: clip; background:
    radial-gradient(800px 400px at 90% -20%, rgba(79, 25, 235, .5), transparent 60%), var(--dark);
  color: #fff; padding: calc(var(--header-h) + 60px) 0 60px; }
.event-hero__facts { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0 26px; }
.event-hero__fact { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16);
  padding: 10px 16px; border-radius: 999px; font-size: .88rem; font-weight: 600; color: #e6defc; }
.event-body { display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; align-items: start; }
.event-body__main { max-width: 720px; }
.event-side { position: sticky; top: calc(var(--header-h) + 20px); }

/* Page-Hero (Unterseiten, hell) */
.pagehero {
  position: relative; overflow: clip;
  background:
    radial-gradient(800px 400px at 88% -30%, rgba(79, 25, 235, .55), transparent 60%),
    radial-gradient(500px 300px at -5% 110%, rgba(20, 201, 146, .22), transparent 55%),
    var(--dark);
  color: #fff; padding: calc(var(--header-h) + clamp(40px, 6vw, 70px)) 0 clamp(44px, 6vw, 70px);
}
.pagehero .eyebrow--onion-light { }
.pagehero h1 { max-width: 20ch; }
.pagehero p { color: #cfc5ec; max-width: 62ch; font-size: 1.08rem; }
.pagehero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 24px; }

/* Kurs-Seite Besonderheiten */
.option-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.option-card {
  position: relative; background: var(--card); border-radius: var(--r-lg);
  border: 1.5px solid var(--line); padding: 30px 26px; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.option-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.option-card__letter {
  font-family: var(--font-display); font-size: 1.1rem; color: #fff;
  width: 46px; height: 46px; border-radius: 15px; background: var(--purple);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
  transform: rotate(-3deg); box-shadow: 0 6px 16px rgba(79,25,235,.28);
}
.option-card:nth-child(2) .option-card__letter { background: var(--teal); box-shadow: 0 6px 16px rgba(20,201,146,.28); }
.option-card:nth-child(3) .option-card__letter { background: var(--blue); box-shadow: 0 6px 16px rgba(20,132,252,.28); }
.option-card h3 { font-size: 1.12rem; }
.option-card p { color: var(--ink-soft); font-size: .93rem; }
.option-card__price { margin-top: 14px; }

.phase { border-left: 4px solid var(--purple); }
.phase--2 { border-color: var(--teal); }
.phase {
  background: var(--card); border-radius: var(--r-lg); border: 1.5px solid var(--line);
  border-left-width: 5px; padding: clamp(26px, 4vw, 40px); box-shadow: var(--shadow-sm);
}
.phase__label { font-family: var(--font-display); font-size: .85rem; color: var(--purple); letter-spacing: .1em; }
.phase h3 { font-size: 1.25rem; }
.module { margin-top: 16px; padding: 16px 18px; background: var(--bg); border-radius: var(--r-md); }
.module b { display: block; margin-bottom: 3px; }
.module p { margin: 0; color: var(--ink-soft); font-size: .92rem; }
.phase__certs { margin-top: 18px; display: flex; gap: 8px; flex-wrap: wrap; }

.vorteile { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vorteil { background: var(--card); border-radius: var(--r-lg); border: 1.5px solid var(--line); padding: 30px 26px; box-shadow: var(--shadow-sm); }
.vorteil__value { font-family: var(--font-display); font-size: 2.4rem; color: var(--purple); display: block; margin-bottom: 8px; }
.vorteil h3 { font-size: 1.05rem; }
.vorteil p { font-size: .92rem; color: var(--ink-soft); margin: 0; }

.nutzen-card { background: var(--card); border: 1.5px solid var(--line); border-radius: var(--r-lg); padding: 28px 26px; box-shadow: var(--shadow-sm); }
.nutzen-card h3 { display: flex; align-items: center; gap: 12px; font-size: 1.08rem; }
.nutzen-ico { display: inline-flex; width: 36px; height: 36px; border-radius: 12px; background: var(--lavender); color: var(--purple); align-items: center; justify-content: center; flex-shrink: 0; }
.nutzen-ico .ico { width: 20px; height: 20px; }
.nutzen-card ul { margin-top: 14px; display: grid; gap: 8px; }
.nutzen-card li { font-size: .9rem; color: var(--ink-soft); }

.finanz-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.finanz { background: var(--card); border: 1.5px solid var(--line); border-radius: var(--r-lg); padding: 28px 26px; box-shadow: var(--shadow-sm); position: relative; overflow: clip; }
.finanz__emo { font-size: 1.7rem; }
.finanz h3 { font-size: 1.05rem; }
.finanz p { font-size: .9rem; color: var(--ink-soft); }
.finanz__badge { display: inline-block; font-size: .78rem; font-weight: 800; color: #2c6e04; background: rgba(132,246,73,.3); padding: 6px 12px; border-radius: 999px; }

.tools-row { display: flex; flex-wrap: wrap; gap: 10px; }
.tool {
  font-weight: 700; font-size: .86rem; color: var(--ink);
  background: #fff; border: 1.5px solid var(--line); border-radius: 999px; padding: 9px 16px;
  display: inline-flex; gap: 8px; align-items: center; box-shadow: var(--shadow-sm);
}

/* ---------- Reveal-Animationen ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s cubic-bezier(.2, .7, .3, 1); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal:nth-child(2) { transition-delay: .07s; }
.reveal:nth-child(3) { transition-delay: .14s; }
.reveal:nth-child(4) { transition-delay: .21s; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .benefits--with-img { grid-template-columns: repeat(2, 1fr); }
  .about-img { max-height: 480px; }
  .posts { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .numbers { grid-template-columns: repeat(2, 1fr); }
  .courses, .option-cards, .vorteile, .finanz-grid { grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .event-body { grid-template-columns: 1fr; }
  .event-side { position: static; }
}
@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { max-width: 560px; }
  .freebanner { grid-template-columns: 1fr; }
  .leadzone { grid-template-columns: 1fr; }
  .section-head--split { grid-template-columns: 1fr; align-items: start; }
  .section-head--split .section-head__side { grid-column: 1; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .nav {
    position: fixed; top: var(--header-h); left: 0; right: 0; z-index: 99;
    flex-direction: column; align-items: stretch; gap: 6px;
    background: #fff; padding: 18px 20px 24px; box-shadow: var(--shadow-lg);
    border-radius: 0 0 24px 24px;
    transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: transform .22s ease, opacity .22s ease;
  }
  .nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .nav__link { color: var(--ink) !important; padding: 13px 16px; background: var(--bg); border-radius: 12px; font-size: 1rem; }
  .nav__cta { margin: 8px 0 0; justify-content: center; }
  .burger { display: flex; }
  .courses, .option-cards, .vorteile, .finanz-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .event-card { grid-template-columns: 72px 1fr; padding: 16px; gap: 14px; }
  .event-card__arrow { display: none; }
  .form__row--2 { grid-template-columns: 1fr; }
  .floaty { display: none; }
  .mobibar { display: flex; }
  body.has-mobibar { padding-bottom: 84px; }
  .cookiebar { left: 10px; right: 10px; bottom: 86px; max-width: none; }
  .posts { grid-template-columns: 1fr; }
  .benefits { grid-template-columns: 1fr; }
  .benefits--with-img { grid-template-columns: 1fr; }
  .about-img { max-height: 360px; transform: none; }
  .steps { grid-template-columns: 1fr; }
  .lead__interests { grid-template-columns: 1fr 1fr; }
  .numbers { grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 26px; }
  .footer__strip { flex-direction: column; align-items: flex-start; }
  .hero__card--start { left: 4px; bottom: -16px; }
  .hero__card--fed { right: 4px; top: -12px; }
}
@media (max-width: 420px) {
  .steps { grid-template-columns: 1fr; }
  .lead__interests { grid-template-columns: 1fr; }
}

/* ---------- Reduced Motion ---------- */
@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; }
  .marquee__track { animation: none; }
}
