:root {
  --bg: #080b16;
  --bg-2: #0d1428;
  --card: rgba(255, 255, 255, 0.075);
  --card-strong: rgba(255, 255, 255, 0.11);
  --line: rgba(255, 255, 255, 0.16);
  --text: #f6f2ea;
  --muted: #c6c1b9;
  --soft: #a7b4ff;
  --gold: #f2c66d;
  --cyan: #75e4ff;
  --violet: #9b7cff;
  --shadow: 0 24px 80px rgba(0,0,0,.45);
  --radius: 26px;
  --max: 1240px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 0%, rgba(117, 228, 255, 0.22), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(155, 124, 255, 0.28), transparent 32%),
    radial-gradient(circle at 50% 100%, rgba(242, 198, 109, 0.14), transparent 36%),
    linear-gradient(180deg, #080b16 0%, #0a0f1f 48%, #080b16 100%);
  overflow-x: hidden;
}
body::before {
  content:"";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .38;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, black 0%, transparent 78%);
  z-index: -2;
}
a { color: inherit; text-decoration: none; }
p { color: var(--muted); line-height: 1.75; font-size: 1.125rem; }
h1,h2,h3 { margin: 0; letter-spacing: -0.035em; }
h1 { font-size: clamp(3rem, 7vw, 6.8rem); line-height: .92; }
h2 { font-size: clamp(2rem, 4.3vw, 4rem); line-height: 1; }
h3 { font-size: 1.35rem; line-height: 1.18; }
ul { margin: 0; padding-left: 1.15rem; color: var(--muted); line-height: 1.75; font-size: 1.0625rem; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(22px);
  background: rgba(8,11,22,.76);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 0; }
.brand { display:inline-flex; align-items:center; gap:12px; font-weight:900; letter-spacing:-.03em; white-space:nowrap; }
.brand-mark { width:42px; height:42px; border-radius:50%; background: url("../img/energoinformatics-icon-192.png") center/cover no-repeat; box-shadow: 0 10px 30px rgba(117,228,255,.20), 0 6px 18px rgba(242,198,109,.16); flex:0 0 42px; }
.brand-mark::after { content:none; }
.brand > span:last-child { display:inline-block; font-size:1.08rem; font-weight:900; letter-spacing:-.035em; background: linear-gradient(90deg, #e7c36f 0 39%, #f4f5f8 39% 100%); -webkit-background-clip:text; background-clip:text; color:transparent; text-shadow: 0 0 18px rgba(255,255,255,.06); }

.nav-links { display:flex; align-items:center; gap:16px; color: rgba(246,242,234,.82); font-size:1rem; }
.nav-links a { transition: color .18s ease; }
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-cta { display:flex; align-items:center; gap:10px; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:48px; padding:0 20px; border-radius:999px; font-weight:800; border:1px solid rgba(255,255,255,.16); background:rgba(255,255,255,.08); box-shadow:0 12px 34px rgba(0,0,0,.24); transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); background:rgba(255,255,255,.12); border-color: rgba(255,255,255,.28); }
.button[disabled] { opacity: .68; cursor: not-allowed; transform: none; }
.button[aria-busy="true"] { opacity: .72; cursor: wait; transform: none; }
.button.primary { background: linear-gradient(135deg, rgba(117,228,255,.95), rgba(155,124,255,.95)); color:#07101b; border-color: transparent; }
.button.gold { background: linear-gradient(135deg, rgba(242,198,109,.95), rgba(255,233,174,.92)); color:#151019; border-color: transparent; }
.hero { padding: 78px 0 56px; position:relative; }
.hero-grid { display:grid; grid-template-columns: minmax(0,.88fr) minmax(520px,1.12fr); gap: 44px; align-items:center; }
.kicker { display:inline-flex; align-items:center; gap:10px; color: var(--gold); text-transform:uppercase; letter-spacing:.16em; font-size:1rem; font-weight:900; margin-bottom: 18px; }
.kicker::before { content:""; width:38px; height:1px; background: var(--gold); opacity:.9; }
.lead { font-size: clamp(1.16rem, 2vw, 1.42rem); max-width: 760px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:28px; }
.visual { position:relative; }
.visual-card { border-radius: 34px; overflow:hidden; border:1px solid rgba(255,255,255,.16); background:rgba(255,255,255,.06); box-shadow: var(--shadow); }
.visual-card img { width:100%; display:block; height:auto; max-width:100%; object-fit: contain; image-rendering: auto; }
.glow { position:absolute; width: 280px; height:280px; border-radius:50%; background: radial-gradient(circle, rgba(242,198,109,.26), transparent 65%); filter: blur(10px); right:-80px; bottom:-70px; pointer-events:none; }
.section { padding: 54px 0; }
.section-head { display:flex; align-items:end; justify-content:space-between; gap:24px; margin-bottom: 28px; }
.section-head p { max-width: 680px; margin: 12px 0 0; }
.grid { display:grid; gap:26px; }
.grid.two { grid-template-columns: repeat(2, minmax(0,1fr)); align-items:center; }
.grid.three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid.four { grid-template-columns: repeat(2, minmax(440px,1fr)); }
.panel { border:1px solid rgba(255,255,255,.14); background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.055)); border-radius: var(--radius); padding: 26px; box-shadow: 0 18px 55px rgba(0,0,0,.22); }
.panel h3 { margin-bottom:10px; }
.panel p:last-child { margin-bottom:0; }
.tag { display:inline-flex; color:#100b16; background: linear-gradient(135deg, var(--gold), #fff0bf); border-radius:999px; padding:7px 11px; font-weight:900; font-size:1rem; margin-bottom:14px; }
.card-img { border-radius: 22px; overflow:hidden; border:1px solid rgba(255,255,255,.14); margin: -8px -8px 20px; padding: 8px; background: rgba(255,255,255,.08); }
.card-img img { width:100%; display:block; height:auto; max-width:100%; object-fit: contain; border-radius: 16px; image-rendering: auto; }
.offer { display:flex; flex-direction:column; justify-content:space-between; }
.offer .card-img { min-height: 0; }
.path { position:relative; padding-left: 26px; }
.path::before { content:""; position:absolute; left: 7px; top: 9px; bottom:9px; width:2px; background: linear-gradient(var(--cyan), var(--violet), var(--gold)); opacity:.65; }
.step { position:relative; padding: 0 0 26px 18px; }
.step:last-child { padding-bottom:0; }
.step::before { content:""; position:absolute; left:-24px; top:4px; width:16px; height:16px; border-radius:50%; background: var(--gold); box-shadow:0 0 0 7px rgba(242,198,109,.12); }
.contact-band { margin-top: 34px; padding: 28px; border-radius: var(--radius); border:1px solid rgba(255,255,255,.14); background: radial-gradient(circle at 20% 20%, rgba(117,228,255,.18), transparent 34%), radial-gradient(circle at 80% 20%, rgba(242,198,109,.17), transparent 34%), rgba(255,255,255,.075); }
.contact-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:18px; }
.page-hero { padding: 70px 0 32px; }
.page-hero .lead { max-width:820px; }
.table { width:100%; border-collapse: collapse; color: var(--muted); overflow:hidden; border-radius: 18px; }
.table th, .table td { text-align:left; padding: 16px; border-bottom: 1px solid rgba(255,255,255,.10); vertical-align:top; }
.table th { color: var(--text); background: rgba(255,255,255,.08); }
.note { color: var(--muted); font-size:1rem; border-left: 3px solid var(--gold); padding: 12px 16px; background: rgba(255,255,255,.06); border-radius: 0 14px 14px 0; }
.legal { max-width: 920px; }
.legal h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); margin-top: 34px; }
.legal h3 { margin-top: 28px; }
.legal p, .legal li { color: var(--muted); line-height: 1.75; }
/* Hero-Bereiche: Bild und Überschrift dürfen sich nicht überdecken. */
.hero-grid { grid-template-columns: 1fr; gap: 34px; align-items: start; }
.hero-grid > * { min-width: 0; }
.hero .visual { width: 100%; max-width: min(980px, 100%); margin: 4px auto 0; }
.visual-card img { width:100%; display:block; height:auto; max-width:100%; object-fit: contain; image-rendering: auto; }

/* Intensivseminar: Banner bewusst groß unter der Überschrift, damit der Text im Bild lesbar bleibt. */
.intensive-hero .hero-grid { grid-template-columns: 1fr; gap: 32px; align-items: start; }
.intensive-hero .visual { width: 100%; max-width: min(1180px, 100%); margin: 8px auto 0; }
.intensive-hero .visual-card { border-radius: 38px; }
.intensive-hero .visual-card img { width: 100%; height: auto; max-width: 100%; }

.hero h1, .page-hero h1 { max-width: 100%; overflow-wrap: normal; }
@media (max-width: 760px) {
  .hero h1, .page-hero h1 { overflow-wrap: anywhere; }
}

/* Angebotsübersicht: alle Banner bekommen denselben sichtbaren Rahmen. */
.grid.four .card-img {
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid.four .card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer { margin-top: 54px; padding: 34px 0; border-top:1px solid rgba(255,255,255,.10); color:rgba(246,242,234,.66); }
.footer-inner { display:flex; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.footer-links { display:flex; gap:16px; flex-wrap:wrap; }
.lang-switch { display:flex; gap:6px; align-items:center; flex-wrap:wrap; }
.lang-switch a { font-size:1rem; font-weight:900; letter-spacing:.04em; padding:7px 9px; border-radius:999px; border:1px solid rgba(255,255,255,.14); color:rgba(246,242,234,.74); background:rgba(255,255,255,.055); }
.lang-switch a:hover, .lang-switch a.active { color:#100b16; background:linear-gradient(135deg, var(--gold), #fff0bf); border-color:transparent; }
@media (max-width: 1180px) {
  .hero .visual { max-width: 920px; margin: 0 auto; }
  .grid.four { grid-template-columns: 1fr; }
}
@media (max-width: 980px) {
  .grid.two, .grid.three { grid-template-columns: 1fr; }
  .nav-inner { align-items:flex-start; flex-direction:column; }
  .nav-links { flex-wrap:wrap; gap:12px 16px; }
  .nav-cta { width:100%; }
  .section-head { display:block; }
  .lang-switch{margin-top:2px;}
}
@media (max-width: 560px) {
  .wrap { width: min(100% - 26px, var(--max)); }
  .hero, .page-hero { padding-top: 46px; }
  .panel, .contact-band { padding: 20px; }
  .button { width:100%; }
  .nav-links { font-size:1rem; }
  h1 { font-size: clamp(2.7rem, 14vw, 4rem); }
  .table { display:block; overflow-x:auto; }
  .visual-card { border-radius: 22px; }
  .card-img { margin-left: -4px; margin-right: -4px; }
}


/* Dynamische Event-Übersicht */
.events-toolbar { display:flex; justify-content:space-between; gap:18px; align-items:flex-start; margin-bottom:22px; flex-wrap:wrap; }
.events-status { color: var(--muted); border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.055); border-radius:18px; padding:14px 16px; margin-bottom:18px; }
.events-status[data-state="error"] { border-color: rgba(255,120,120,.45); background:rgba(255,80,80,.08); }
.events-status[data-state="success"] { border-color: rgba(117,228,255,.30); background:rgba(117,228,255,.07); }
.events-grid { display:grid; grid-template-columns: 1fr; gap:22px; max-width: none; }
.event-card { display:block; min-height:100%; width:100%; }
.event-card-inner { display:grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 42%); gap:24px; align-items:stretch; }
.event-card-main { display:flex; flex-direction:column; gap:14px; min-width:0; }
.event-card h3 { margin:0; }
.event-meta { display:grid; gap:9px; color:var(--muted); line-height:1.55; }
.event-meta-row { display:grid; grid-template-columns: 170px minmax(0,1fr); gap:14px; }
.event-meta-label { color: rgba(246,242,234,.78); font-weight:800; }
.event-type-badge { display:inline-flex; align-items:center; width:max-content; max-width:100%; color:#100b16; background:linear-gradient(135deg, var(--gold), #fff0bf); border-radius:999px; padding:7px 12px; font-weight:900; font-size:1rem; overflow-wrap:anywhere; }
.event-actions { margin-top:auto; display:flex; gap:12px; flex-wrap:wrap; }
.event-banner { align-self:stretch; display:flex; align-items:center; justify-content:center; border-radius:24px; border:1px solid rgba(255,255,255,.14); background:rgba(255,255,255,.06); padding:10px; overflow:hidden; box-shadow: 0 16px 45px rgba(0,0,0,.22); }
.event-banner img { width:100%; height:auto; display:block; border-radius:18px; object-fit:contain; image-rendering:auto; }
.events-empty[hidden], .events-status[hidden] { display:none !important; }
.card-actions { display:flex; gap:10px; flex-wrap:wrap; }
@media (max-width: 880px) {
  .event-card-inner { grid-template-columns: 1fr; }
  .event-banner { order:-1; }
}
@media (max-width: 560px) {
  .event-meta-row { grid-template-columns: 1fr; gap:2px; }
  .events-grid { grid-template-columns: 1fr; }
}

/* Google-Karte pro Termin: wird erst per Klick geladen. */
.event-map {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255,255,255,.045);
}
.event-map-placeholder {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
}
.event-map-placeholder p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
}
.event-map-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.event-map-link {
  color: var(--gold);
  font-weight: 800;
  white-space: nowrap;
}
.event-map-toggle {
  min-height: 42px;
  padding: 10px 15px;
  border-color: rgba(242,198,109,.40);
  background: rgba(242,198,109,.10);
}
.event-map-toggle:hover,
.event-map-toggle:focus-visible {
  border-color: rgba(242,198,109,.72);
  background: rgba(242,198,109,.18);
}
.event-map-frame {
  width: 100%;
  min-height: 260px;
  border: 0;
  display: block;
}
@media (max-width: 560px) {
  .event-map-placeholder { grid-template-columns: 1fr; }
  .event-map-actions { justify-content: flex-start; }
  .event-map-frame { min-height: 230px; }
}
.event-map-open { padding: 10px 14px 14px; background: rgba(8,11,22,.55); }
.event-map-open[hidden] { display: none !important; }
.event-map-privacy {
  margin: 10px 2px 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.45;
}

/* Preis und Raumhinweise in Event-Karten */
.event-price {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(100%, 360px);
  padding: 14px 18px;
  border-radius: 20px;
  border: 1px solid rgba(242,198,109,.40);
  background:
    radial-gradient(circle at 15% 10%, rgba(255,240,191,.24), transparent 34%),
    linear-gradient(135deg, rgba(242,198,109,.20), rgba(255,255,255,.055));
  box-shadow: 0 14px 36px rgba(0,0,0,.18);
}
.event-price span {
  color: rgba(246,242,234,.78);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 1rem;
}
.event-price strong {
  color: #fff0bf;
  font-size: clamp(1.25rem, 2.5vw, 1.8rem);
  line-height: 1;
  white-space: nowrap;
}
.catalog-price {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: .35rem .75rem;
  margin: 1.25rem 0 .25rem;
}
.catalog-price span {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.catalog-price strong {
  color: #fff0bf;
  font-size: 1.25rem;
}
.catalog-offer-list {
  display:grid;
  gap:28px;
}
.catalog-status {
  margin:0;
  padding:24px 26px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  color:var(--muted);
  background:rgba(255,255,255,.055);
}
.catalog-status[data-state="error"] { border-color:rgba(255,120,120,.42); }
.catalog-offer-card {
  display:grid;
  grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);
  gap:30px;
  align-items:stretch;
  padding:22px;
}
.catalog-offer-card:nth-child(even) { grid-template-columns:minmax(0,1.28fr) minmax(260px,.72fr); }
.catalog-offer-card:nth-child(even) .catalog-offer-image { order:2; }
.catalog-offer-image {
  display:grid;
  place-items:center;
  min-height:300px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  border-radius:22px;
  background:linear-gradient(145deg,rgba(117,228,255,.09),rgba(155,124,255,.08));
}
.catalog-offer-image img {
  width:100%;
  height:100%;
  max-height:420px;
  object-fit:contain;
}
.catalog-offer-placeholder span {
  display:grid;
  place-items:center;
  width:116px;
  height:116px;
  border-radius:50%;
  color:#0a0f20;
  background:linear-gradient(135deg,var(--gold),var(--cyan));
  font-size:2.25rem;
  font-weight:950;
  letter-spacing:-.08em;
}
.catalog-offer-content {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-width:0;
  padding:18px 8px;
}
.catalog-offer-content h2 { margin-top:16px; }
.catalog-offer-content > p:not(.catalog-price), .catalog-offer-description { max-width:68ch; }
.rich-text-content { color:var(--muted); line-height:1.72; }
.rich-text-content p, .rich-text-content ul, .rich-text-content ol, .rich-text-content h3, .rich-text-content h4 { margin:.7rem 0; }
.rich-text-content > :first-child { margin-top:0; }
.rich-text-content > :last-child { margin-bottom:0; }
.rich-text-content ul, .rich-text-content ol { padding-left:1.55rem; }
.rich-text-content h3, .rich-text-content h4 { color:var(--text); line-height:1.25; }
.rich-text-content a { color:#fff0bf; text-decoration:underline; text-underline-offset:.16em; }
.catalog-offer-content .catalog-price { width:100%; margin-top:auto; }
.catalog-offer-content .card-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:18px; }
.catalog-book-notice { display:grid; gap:5px; width:min(100%,68ch); margin:20px 0 2px; padding:15px 17px; border:1px solid rgba(242,198,109,.32); border-radius:16px; background:rgba(242,198,109,.075); }
.catalog-book-notice > span { color:var(--gold); font-size:1rem; font-weight:900; letter-spacing:.09em; text-transform:uppercase; }
.catalog-book-notice > strong { color:var(--text); font-size:1.05rem; }
.catalog-book-notice > p { margin:2px 0; color:var(--muted); }
.catalog-book-link { width:fit-content; margin-top:3px; color:#fff0bf; font-weight:850; text-decoration:underline; text-underline-offset:.18em; }
@media (max-width:800px) {
  .catalog-offer-card,
  .catalog-offer-card:nth-child(even) { grid-template-columns:1fr; gap:14px; }
  .catalog-offer-card:nth-child(even) .catalog-offer-image { order:0; }
  .catalog-offer-image { min-height:220px; }
  .catalog-offer-content { padding:12px 4px 6px; }
}
.event-place-note {
  margin-top: 2px;
  color: #fff0bf;
  font-size: 1rem;
  line-height: 1.45;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(242,198,109,.28);
  background: rgba(242,198,109,.08);
}

/* Stripe-Buchung */
.stripe-buy-button-wrap {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}
.stripe-buy-button-wrap stripe-buy-button {
  display: block;
  max-width: 100%;
}
@media (max-width: 560px) {
  .stripe-buy-button-wrap { width: 100%; }
}

/* Teilnehmer- und Platzanzeige pro Termin */
.event-seat-status {
  width: min(100%, 420px);
  display: grid;
  gap: 6px;
  padding: 13px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.055);
  box-shadow: 0 12px 30px rgba(0,0,0,.16);
}
.event-seat-status strong {
  color: #f6f2ea;
  font-size: 1rem;
  line-height: 1.25;
}
.event-seat-status span,
.event-seat-status small {
  color: var(--muted);
  line-height: 1.45;
}
.event-seat-status small { font-size: 1rem; }
.event-seat-status-available {
  border-color: rgba(117,228,255,.28);
  background: linear-gradient(135deg, rgba(117,228,255,.12), rgba(255,255,255,.045));
}
.event-seat-status-low {
  border-color: rgba(242,198,109,.42);
  background: linear-gradient(135deg, rgba(242,198,109,.18), rgba(255,255,255,.045));
}
.event-seat-status-low strong { color: #fff0bf; }
.event-seat-status-soldout {
  border-color: rgba(255,120,120,.42);
  background: linear-gradient(135deg, rgba(255,120,120,.16), rgba(255,255,255,.045));
}
.event-seat-status-soldout strong { color: #ffd0d0; }
.event-seat-status-unavailable {
  border-color: rgba(242,198,109,.36);
  background: linear-gradient(135deg, rgba(242,198,109,.14), rgba(255,255,255,.045));
}
.event-seat-status-unavailable strong { color: #fff0bf; }
.button.disabled,
.button[aria-disabled="true"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .68;
  filter: grayscale(.25);
}


/* EnergoInfoClub landing page */
.club-hero .visual {
  max-width: min(920px, 100%);
}
.club-spark {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
  max-width: 980px;
}
.club-spark div {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  border-radius: 18px;
  padding: 16px;
}
.club-spark strong {
  display: block;
  color: #fff0bf;
  font-size: 1rem;
  margin-bottom: 6px;
}
.club-spark span {
  display: block;
  color: var(--muted);
  line-height: 1.45;
  font-size: 1rem;
}
.club-emphasis {
  background:
    radial-gradient(circle at 15% 15%, rgba(242,198,109,.18), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.055));
}
.club-soft {
  background:
    radial-gradient(circle at 20% 15%, rgba(117,228,255,.16), transparent 36%),
    radial-gradient(circle at 92% 8%, rgba(155,124,255,.12), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.052));
}
.check-list li { margin-bottom: 8px; }
.club-cards .panel { position: relative; overflow: hidden; }
.club-cards .panel::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -70px;
  top: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(117,228,255,.18), transparent 65%);
  pointer-events: none;
}
.club-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-bottom: 16px;
  color: #100b16;
  font-weight: 900;
  background: linear-gradient(135deg, var(--gold), #fff0bf);
  box-shadow: 0 0 0 8px rgba(242,198,109,.10);
}
.club-path .step p { margin-top: 8px; }
@media (max-width: 760px) {
  .club-spark { grid-template-columns: 1fr; }
}


/* Lesbarkeit und Abstände: stärkere vertikale Rhythmik auf allen Seiten. */
.hero .kicker,
.page-hero .kicker,
.section-head .kicker,
.panel .tag {
  margin-bottom: 20px;
}
.hero h1,
.page-hero h1 {
  margin-bottom: 26px;
}
.hero .lead,
.page-hero .lead {
  margin-top: 0;
  margin-bottom: 0;
}
.hero-actions {
  margin-top: 34px;
  margin-bottom: 0;
  gap: 16px;
}
.hero-actions + .club-spark,
.hero-actions + .trust-row {
  margin-top: 36px;
}
.section-head h2,
.panel h2,
.panel h3,
.contact-band h2 {
  margin-bottom: 18px;
}
.section-head p,
.panel p,
.contact-band p {
  margin-top: 0;
}
.panel p + p,
.contact-band p + p {
  margin-top: 16px;
}
.panel ul,
.panel ol {
  margin-top: 18px;
}
.panel .button,
.contact-band .button {
  margin-top: 4px;
}
p + .button,
p + .contact-actions,
p + .card-actions,
ul + p,
ol + p {
  margin-top: 22px;
}
.contact-actions,
.card-actions,
.event-actions {
  gap: 14px;
}
.club-spark {
  gap: 18px;
  margin-top: 36px;
}
.club-spark div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-height: 132px;
  padding: 18px 18px 20px;
}
.club-spark strong {
  display: block;
  margin: 0;
  line-height: 1.28;
  letter-spacing: -.01em;
}
.club-spark span {
  display: block;
  line-height: 1.65;
}
@media (max-width: 760px) {
  .hero-actions + .club-spark,
  .hero-actions + .trust-row {
    margin-top: 28px;
  }
  .club-spark div {
    min-height: auto;
  }
}

/* Buchungsoptionen mit Anzahlung */
.event-payment-options {
  width: min(100%, 560px);
  display: grid;
  gap: 13px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(242,198,109,.34);
  background:
    radial-gradient(circle at 18% 0%, rgba(242,198,109,.20), transparent 36%),
    linear-gradient(135deg, rgba(255,255,255,.075), rgba(117,228,255,.055));
  box-shadow: 0 16px 42px rgba(0,0,0,.20);
}
.event-payment-options h4 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.25;
  color: #fff0bf;
  letter-spacing: -.015em;
}
.payment-rows {
  display: grid;
  gap: 8px;
}
.payment-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.10);
}
.payment-row span {
  color: rgba(246,242,234,.78);
  font-weight: 800;
}
.payment-row strong {
  color: #f6f2ea;
  white-space: nowrap;
}
.payment-row-highlight {
  border-color: rgba(242,198,109,.34);
  background: linear-gradient(135deg, rgba(242,198,109,.16), rgba(255,255,255,.055));
}
.payment-row-highlight strong {
  color: #fff0bf;
  font-size: 1.15rem;
}
.event-payment-options p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}
.payment-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.payment-actions .button {
  margin-top: 0;
}
.button.payment-secondary {
  background: rgba(255,255,255,.08);
  color: #f6f2ea;
}
@media (max-width: 560px) {
  .payment-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }
  .payment-actions .button {
    width: 100%;
  }
}


/* Method books */
.books-status {
  margin: 18px 0 24px;
  color: rgba(246,242,234,.78);
}
.books-grid {
  display: flex;
  flex-direction: column;
  gap: 54px;
  margin-top: 28px;
}
.book-feature-row {
  align-items: center;
  gap: 44px;
}
.book-feature-row.book-image-first {
  grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr);
}
.book-feature-row.book-text-first {
  grid-template-columns: minmax(0, 1.22fr) minmax(260px, .78fr);
}
.book-feature-row .book-card-body {
  padding: clamp(30px, 3.2vw, 46px);
}
.book-feature-row .book-card-body h2 {
  margin-top: 22px;
  font-size: clamp(2.15rem, 3.65vw, 3.55rem);
  line-height: 1.04;
  overflow-wrap: anywhere;
}
.book-feature-row .book-card-body p {
  font-size: 1.05rem;
  line-height: 1.8;
}
.book-cover {
  width: min(100%, 390px);
  justify-self: center;
  padding: 12px;
  border-radius: 34px;
  box-shadow: var(--shadow);
}
.book-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 24px;
}
.book-cover-placeholder {
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(246,242,234,.78);
  font-weight: 900;
  text-align: center;
  background: radial-gradient(circle at 50% 35%, rgba(242,198,109,.18), rgba(117,228,255,.08), rgba(255,255,255,.05));
}
.book-actions,
.method-book-actions,
.event-book-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.shop-groups {
  display: grid;
  gap: 14px;
  width: 100%;
}
.shop-groups-compact { gap: 12px; }
.shop-group {
  padding: 14px 16px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
}
.shop-group-print {
  border-color: rgba(242,198,109,.34);
  background: linear-gradient(135deg, rgba(242,198,109,.12), rgba(255,255,255,.03));
}
.shop-group-ebook {
  border-color: rgba(117,228,255,.34);
  background: linear-gradient(135deg, rgba(117,228,255,.12), rgba(255,255,255,.03));
}
.shop-group-other {
  border-color: rgba(195,164,255,.28);
  background: linear-gradient(135deg, rgba(195,164,255,.12), rgba(255,255,255,.03));
}
.shop-group-label {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(246,242,234,.92);
}
.shop-group-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.shop-group-print .button {
  border-color: rgba(242,198,109,.55);
}
.shop-group-ebook .button {
  border-color: rgba(117,228,255,.55);
}
.shop-group-other .button {
  border-color: rgba(195,164,255,.45);
}
.method-book-snippet {
  margin: 22px 0 18px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(242,198,109,.40);
  background: linear-gradient(135deg, rgba(242,198,109,.11), rgba(117,228,255,.07));
}
.method-book-snippet[hidden] { display:none !important; }
.method-book-snippet h3 {
  margin: 8px 0 8px;
}
.method-book-snippet p {
  margin: 0;
  color: rgba(246,242,234,.82);
}
.event-book-hint {
  margin: 18px 0 0;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(242,198,109,.34);
  background: rgba(242,198,109,.08);
}
.event-book-hint strong,
.event-book-hint span {
  display: block;
}
.event-book-hint strong {
  color: #fff3bf;
  margin-bottom: 6px;
}
.event-book-hint span {
  color: rgba(246,242,234,.80);
}
.event-book-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.07);
  color: #fff3bf;
  font-weight: 800;
  font-size: 1rem;
}
.event-book-link:hover { color: #fff; border-color: rgba(242,198,109,.60); }
.method-books-hero .lead { max-width: 880px; }
@media (max-width: 900px) {
  .books-grid { gap: 36px; }
  .book-feature-row,
  .book-feature-row.book-image-first,
  .book-feature-row.book-text-first { grid-template-columns: 1fr; }
  .book-feature-row .book-card-body { padding: 26px; }
  .book-cover { width: min(100%, 360px); }
  .book-cover-placeholder { min-height: 480px; }
}
@media (max-width: 560px) {
  .book-actions .button,
  .method-book-actions .button,
  .shop-group-links .button { width: 100%; }
}

/* Buchungsdialog: Daten werden an das Backoffice unter admin.energoinformatics.com gesendet. */
body.ei-modal-open { overflow:hidden; }
.ei-modal[hidden] { display:none !important; }
.ei-modal { position:fixed; inset:0; z-index:10000; display:grid; place-items:center; padding:20px; }
.ei-modal-backdrop { position:absolute; inset:0; background:rgba(2,4,12,.82); backdrop-filter:blur(8px); }
.ei-modal-dialog { position:relative; z-index:1; width:min(820px,100%); max-height:calc(100vh - 40px); overflow:auto; border:1px solid rgba(255,255,255,.18); border-radius:28px; padding:clamp(22px,4vw,38px); background:linear-gradient(145deg,#11162a,#080b16); box-shadow:0 30px 90px rgba(0,0,0,.55); }
.ei-modal-dialog h2 { margin:0 44px 8px 0; }
.ei-modal-event { color:var(--muted); margin:0 0 24px; }
.ei-modal-close { position:absolute; top:16px; right:16px; width:38px; height:38px; border:1px solid rgba(255,255,255,.16); border-radius:999px; background:rgba(255,255,255,.08); color:#fff; font-size:1.45rem; cursor:pointer; }
.ei-booking-form { display:grid; gap:18px; }
.ei-booking-form .form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.ei-booking-form label { display:grid; gap:7px; color:rgba(246,242,234,.88); font-weight:800; font-size:1rem; }
.ei-booking-form label.full { grid-column:1/-1; }
.ei-booking-form input,.ei-booking-form textarea { width:100%; border:1px solid rgba(255,255,255,.18); border-radius:12px; padding:12px 13px; background:rgba(255,255,255,.075); color:#fff; font:inherit; }
.ei-booking-form textarea { min-height:100px; resize:vertical; }
.ei-consent { display:flex !important; flex-wrap:nowrap; align-items:flex-start; justify-content:flex-start; gap:10px !important; font-weight:500 !important; line-height:1.25; white-space:normal; overflow:visible; }
.ei-consent input { width:auto; flex:0 0 auto; margin:2px 0 0 0; }
.ei-form-error { color:#ffd2d2; background:rgba(255,70,70,.12); border:1px solid rgba(255,100,100,.35); border-radius:12px; padding:12px 14px; }
.ei-form-error[hidden] { display:none; }
.seat-status { width:max-content; max-width:100%; border-radius:999px; padding:7px 12px; font-size:1rem; }
.seat-status.available { color:#bfffe3; background:rgba(20,190,125,.13); border:1px solid rgba(80,225,165,.28); }
.seat-status.sold-out { color:#ffd2d2; background:rgba(255,70,70,.10); border:1px solid rgba(255,100,100,.30); }
@media(max-width:650px){.ei-booking-form .form-grid{grid-template-columns:1fr}.ei-booking-form label.full{grid-column:auto}.ei-modal{padding:8px}.ei-modal-dialog{max-height:calc(100vh - 16px);border-radius:20px;padding:22px 17px}}


/* Buchungsformular: maximal klare Typografie ohne Blur-/Glow-Effekt. */
.ei-modal-dialog,
.ei-modal-dialog *,
.ei-modal-dialog *::before,
.ei-modal-dialog *::after,
.ei-modal-dialog input::placeholder,
.ei-modal-dialog textarea::placeholder {
  text-shadow:none !important;
  -webkit-text-stroke:0 transparent !important;
  filter:none !important;
  -webkit-filter:none !important;
  backdrop-filter:none !important;
}
.ei-modal-dialog {
  color-scheme:dark;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:auto;
  color:#ffffff;
}
.ei-modal-dialog h2 {
  color:#ffffff;
  font-weight:800;
  line-height:1.08;
}
.ei-modal-event {
  color:#e8e3d9;
  font-size:1rem;
}
.ei-booking-form label {
  color:#ffffff !important;
  font-weight:700;
  font-size:1rem;
  line-height:1.3;
  letter-spacing:0;
  opacity:1 !important;
}
.ei-booking-form input,
.ei-booking-form textarea,
.ei-booking-form select {
  width:100%;
  border:1px solid rgba(255,255,255,.34);
  border-radius:12px;
  padding:12px 14px;
  background:#171c2b !important;
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff;
  caret-color:#ffffff;
  font:inherit;
  font-size:1rem;
  font-weight:600;
  line-height:1.35;
  box-shadow:none !important;
  outline:none;
  opacity:1 !important;
}
.ei-booking-form input::placeholder,
.ei-booking-form textarea::placeholder {
  color:#c7cedc !important;
  opacity:1;
}
.ei-booking-form textarea {
  min-height:110px;
}
.ei-booking-form select {
  min-height:48px;
  cursor:pointer;
  appearance:auto;
}
.ei-booking-form select option {
  background:#171c2b;
  color:#ffffff;
}
.ei-booking-form input:focus,
.ei-booking-form textarea:focus,
.ei-booking-form select:focus {
  border-color:#f2c66d;
  box-shadow:0 0 0 3px rgba(242,198,109,.18) !important;
}
.ei-consent span {
  color:#f0ece3;
  font-weight:500;
  font-size:1rem;
  line-height:1.25;
  white-space:normal;
  flex:1 1 auto;
  min-width:0;
}


/* Rechtstexte und verbindliche Einbeziehung im Buchungsdialog (v0.3.22). */
.legal-note { margin:18px 0; padding:18px 20px; border:1px solid rgba(242,198,109,.34); border-radius:14px; background:rgba(242,198,109,.07); }
.legal-note p:last-child { margin-bottom:0; }
.ei-consent a, .ei-privacy-note a { color:#f2c66d; text-decoration:underline; text-underline-offset:2px; }
.ei-consent a:hover, .ei-privacy-note a:hover { color:#ffe0a0; }
.ei-consent span { font-size:1rem; }
.ei-privacy-note { margin:-6px 0 0 30px; color:#d8dce5; font-size:1rem; line-height:1.35; }
@media(max-width:650px){
  .ei-consent { flex-wrap:wrap; align-items:flex-start; }
  .ei-consent span { white-space:normal; flex:1 1 100%; }
  .ei-privacy-note { margin-left:0; }
}

/* v0.3.26: Checkbox und Vertragstext zuverlässig nebeneinander halten. */
.ei-booking-form label.ei-consent {
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  align-items:flex-start !important;
  justify-content:flex-start !important;
  gap:10px !important;
  width:100%;
  max-width:100%;
  white-space:normal !important;
  overflow:visible !important;
}
.ei-booking-form label.ei-consent input[type="checkbox"] {
  display:block;
  appearance:auto;
  -webkit-appearance:checkbox;
  width:18px !important;
  min-width:18px !important;
  max-width:18px !important;
  height:18px !important;
  min-height:18px !important;
  max-height:18px !important;
  padding:0 !important;
  margin:1px 0 0 0 !important;
  flex:0 0 18px !important;
  border-radius:3px;
  box-shadow:none !important;
}
.ei-booking-form label.ei-consent > span {
  display:block;
  width:auto !important;
  min-width:0;
  flex:1 1 auto !important;
  white-space:normal !important;
  overflow-wrap:normal;
  word-break:normal;
  line-height:1.35;
}
@media (max-width:650px) {
  .ei-booking-form label.ei-consent {
    flex-wrap:nowrap !important;
  }
  .ei-booking-form label.ei-consent > span {
    flex:1 1 auto !important;
    white-space:normal !important;
  }
}

/* Dynamische Fotos und Videos aus dem Backoffice */
[hidden][data-site-media-section] { display: none !important; }
.site-media-image, .site-media-video { display: block; width: 100%; height: 100%; max-height: 680px; object-fit: contain; border-radius: inherit; background: #070b16; }
.site-media-link { display: block; width: 100%; height: 100%; }
.site-media-caption { margin-top: 10px; color: var(--muted, #aab2c8); font-size: 1rem; line-height: 1.5; text-align: center; }
.personal-media-section .panel { overflow: hidden; }
.personal-media-frame { min-height: 260px; border-radius: 18px; overflow: hidden; background: rgba(4,8,20,.6); }
.personal-media-frame .site-media-video { aspect-ratio: 16 / 9; object-fit: contain; }
.personal-media-frame .site-media-image { aspect-ratio: 4 / 5; object-fit: cover; }

/* v0.4.0: Oleg Fallmann als persönliche Markenklammer */
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.personal-brand .brand-copy {
  display:flex !important;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:3px;
  min-width:0;
  line-height:1;
}
.personal-brand .brand-copy strong {
  display:block;
  color:var(--text);
  font-size:1rem;
  letter-spacing:-.02em;
  line-height:1.05;
}
.personal-brand .brand-copy small {
  display:block;
  color:var(--gold);
  font-size:1rem;
  letter-spacing:.06em;
  line-height:1.05;
  text-transform:uppercase;
}
.nav-toggle { display:none; min-width:46px; min-height:42px; border:1px solid var(--line); border-radius:12px; background:rgba(255,255,255,.08); color:var(--text); font:inherit; font-weight:800; }
.nav-menu { display:contents; }
.hero-personal .hero-grid { grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr); align-items:center; }
.hero-personal h1 { font-size:clamp(2.7rem,5.2vw,5rem); line-height:.98; }
.hero-personal .lead { max-width:34ch; }
.hero-personal .hero-grid > div:first-child > p:not(.lead) { max-width:65ch; line-height:1.7; }
.hero-portrait { position:relative; aspect-ratio:4/5; min-height:420px; border-radius:34px; overflow:hidden; border:1px solid var(--line); box-shadow:var(--shadow); }
.hero-portrait .site-media-image { object-fit:cover; }
.about-photo .site-media-image { object-fit:contain; object-position:center; background:#070b16; }
.personal-brand-fallback { display:grid; place-content:center; gap:10px; text-align:center; padding:30px; background:radial-gradient(circle at 50% 28%,rgba(117,228,255,.22),transparent 34%),radial-gradient(circle at 70% 75%,rgba(242,198,109,.18),transparent 32%),linear-gradient(145deg,#17203a,#0a0f20); }
.personal-brand-fallback > span { display:grid; place-items:center; width:132px; height:132px; margin:0 auto 14px; border-radius:50%; color:#0a0f20; background:linear-gradient(135deg,var(--gold),var(--cyan)); font-size:2.65rem; font-weight:950; letter-spacing:-.08em; }
.personal-brand-fallback > strong { color:var(--text); font-size:clamp(1.45rem,3vw,2.1rem); }
.personal-brand-fallback > small { color:var(--muted); font-size:1rem; }
.audience-checks,.personal-principles,.experience-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.audience-checks .panel,.personal-principles .panel,.experience-card { min-height:100%; }
.about-summary { display:grid; grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr); gap:28px; align-items:center; }
.about-photo { aspect-ratio:4/5; min-height:360px; border-radius:26px; overflow:hidden; }
.offer-journey { counter-reset:journey; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.offer-journey-step { counter-increment:journey; display:flex; flex-direction:column; gap:12px; }
.offer-journey-step::before { content:"0" counter(journey); color:var(--gold); font-weight:950; letter-spacing:.12em; }
.offer-journey-step .button { margin-top:auto; }
.author-card { display:grid; grid-template-columns:190px minmax(0,1fr); gap:32px; align-items:center; }
.author-card > div:last-child { min-width:0; padding-block:6px; }
.author-card h2 { max-width:24ch; font-size:clamp(2rem,3.45vw,3.35rem); line-height:1.04; }
.author-card .personal-brand-fallback { min-height:210px; aspect-ratio:auto; padding:22px 18px; border-radius:24px; }
.author-card .personal-brand-fallback > span { width:78px; height:78px; font-size:1.5rem; margin-bottom:5px; }
.author-card .personal-brand-fallback > strong { font-size:1.08rem; white-space:nowrap; }
.author-card .personal-brand-fallback > small { max-width:17ch; margin-inline:auto; font-size:1rem; line-height:1.35; }
.featured-event { min-height:210px; border:1px solid var(--line); border-radius:var(--radius); padding:26px; background:linear-gradient(145deg,rgba(117,228,255,.10),rgba(155,124,255,.08)); }
.featured-event[data-state="error"] { border-color:rgba(255,120,120,.42); }
.featured-event h3 { font-size:clamp(1.6rem,3vw,2.35rem); margin-bottom:20px; }
.featured-event-status { margin:0; }
.featured-event-meta { display:grid; grid-template-columns:max-content minmax(0,1fr); gap:9px 20px; margin:0; }
.featured-event-meta dt { color:rgba(246,242,234,.75); font-weight:800; }
.featured-event-meta dd { margin:0; color:var(--text); }
.upcoming-event-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
.upcoming-event-card { padding:0; overflow:hidden; display:grid; grid-template-rows:auto 1fr; }
.upcoming-event-card > div:last-child { padding:24px; }
.upcoming-event-image { aspect-ratio:16/9; min-height:220px; overflow:hidden; background:linear-gradient(145deg,rgba(117,228,255,.12),rgba(155,124,255,.12)); }
.upcoming-event-image img,.upcoming-event-image .site-media-image { display:block; width:100%; height:100%; object-fit:cover; border-radius:0; }
.upcoming-event-card .featured-event { min-height:0; padding:0; border:0; border-radius:0; background:transparent; }
.upcoming-event-card .featured-event h3 { font-size:clamp(1.45rem,2.4vw,2rem); margin-top:8px; }
.upcoming-event-card .contact-actions { margin-top:20px; }
.event-workshop-topic { padding:10px 12px; border-left:3px solid var(--gold); background:rgba(240,185,74,.08); }
.personal-invitation { background:radial-gradient(circle at 15% 20%,rgba(242,198,109,.16),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.055)); }
.personal-guidance { min-width:0; overflow:hidden; }
.personal-guidance h2 {
  max-width:100%;
  font-size:clamp(2rem,3.35vw,3.35rem);
  line-height:1.03;
  overflow-wrap:anywhere;
  word-break:normal;
  hyphens:auto;
  text-wrap:balance;
}
.personal-guidance p { max-width:62ch; }
.hero-personal .about-sensitivity { max-width:65ch; }

.brand-footer { display:grid; gap:7px; max-width:620px; }
.brand-footer strong { color:var(--text); }
.brand-footer small { color:rgba(246,242,234,.66); line-height:1.5; }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; } }
@media (max-width:1360px) {
  .nav-toggle { display:inline-flex; align-items:center; justify-content:center; margin-left:auto; }
  .nav-inner { position:relative; flex-direction:row; align-items:center; flex-wrap:wrap; }
  .nav-menu { display:none; width:100%; }
  .nav-menu[data-open="true"] { display:grid; gap:16px; padding:12px 0 8px; }
  .nav-menu .nav-links { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); width:100%; }
  .nav-menu .nav-cta { width:100%; justify-content:space-between; }
}
@media (max-width:900px) {
  .hero-personal .hero-grid,.about-summary { grid-template-columns:1fr; }
  .hero-portrait { width:min(100%,520px); min-height:0; margin:0 auto; }
  .offer-journey { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .upcoming-event-grid { grid-template-columns:1fr; }
}
@media (max-width:620px) {
  .nav-menu .nav-links { grid-template-columns:1fr 1fr; }
  .nav-menu .nav-cta { display:grid; }
  .audience-checks,.personal-principles,.offer-journey,.experience-grid { grid-template-columns:1fr; }
  .author-card { grid-template-columns:1fr; }
  .author-card .personal-brand-fallback { width:min(100%,280px); }
  .featured-event-meta { grid-template-columns:1fr; gap:3px; }
  .featured-event-meta dd { margin-bottom:10px; }
}

/* v0.5.0: Gefühle -> Körperempfindungen -> Energie -> EnergoInformatics */
.feeling-hero {
  background:
    radial-gradient(circle at 15% 25%,rgba(242,198,109,.13),transparent 34%),
    radial-gradient(circle at 82% 48%,rgba(117,228,255,.12),transparent 34%);
}
.feeling-hero .lead { max-width:760px; }
.feeling-question-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.feeling-question-card {
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:18px;
  align-items:start;
  min-height:150px;
}
.feeling-question-card > span,
.inner-observation-steps span,
.concept-ladder-step > span {
  color:var(--gold);
  font-weight:950;
  letter-spacing:.12em;
}
.feeling-question-card h2 { margin:0; font-size:clamp(1.35rem,2.4vw,2rem); }
.head-heart-balance {
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);
  gap:28px;
  align-items:center;
}
.personal-path-quote {
  margin:22px 0 0;
  padding:24px 26px;
  border-left:4px solid var(--gold);
  color:var(--text);
  font-size:clamp(1.15rem,2.2vw,1.55rem);
  font-weight:800;
  line-height:1.45;
}
.body-sensation-grid {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:15px;
}
.body-sensation-card { min-height:100%; }
.body-sensation-card h3 { font-size:1.08rem; }
.inner-observation-steps {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.inner-observation-steps .panel { min-height:150px; }
.inner-observation-steps h3 { margin-top:18px; font-size:1.15rem; }
.feeling-energy-bridge {
  background:
    radial-gradient(circle at 20% 30%,rgba(117,228,255,.1),transparent 32%),
    linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,0));
}
.feeling-energy-bridge.panel { border-color:rgba(117,228,255,.25); }
.concept-ladder {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:1px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:var(--line);
}
.concept-ladder-step {
  position:relative;
  min-height:200px;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.concept-ladder-step:not(:last-child)::after {
  content:"→";
  position:absolute;
  top:18px;
  right:12px;
  color:var(--cyan);
  font-weight:950;
}
.concept-ladder-step h3 { margin-top:20px; font-size:1.08rem; }
.concept-ladder.compact { grid-template-columns:repeat(3,minmax(0,1fr)); }
.concept-ladder.compact .concept-ladder-step { min-height:135px; }
.communication-concept { margin-top:22px; border-style:dashed; }
.safety-note { margin-top:24px; }
.concept-bridge-section { padding-top:26px; padding-bottom:10px; }
.concept-bridge-section + .section { padding-top:28px; }

@media (max-width:1050px) {
  .body-sensation-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .concept-ladder { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .concept-ladder-step:nth-child(3)::after { content:none; }
}
@media (max-width:800px) {
  .head-heart-balance { grid-template-columns:1fr; }
  .inner-observation-steps { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .concept-ladder,.concept-ladder.compact { grid-template-columns:1fr; }
  .concept-ladder-step { min-height:0; }
  .concept-ladder-step:not(:last-child)::after {
    content:"↓";
    top:auto;
    right:20px;
    bottom:10px;
  }
}
@media (max-width:620px) {
  .feeling-question-grid,.body-sensation-grid,.inner-observation-steps { grid-template-columns:1fr; }
  .feeling-question-card,.inner-observation-steps .panel { min-height:0; }
}

/* v0.7.12 – längere persönliche Geschichte auf der Über-mich-Seite */
.journey-story h3{margin:1.65rem 0 .55rem;font-size:clamp(1.05rem,1.6vw,1.25rem);line-height:1.3}
.journey-story p{max-width:72ch}
.journey-story .personal-path-quote{margin-top:1.8rem}

/* v0.7.15 – lesefreundliche Mindesttypografie auf allen öffentlichen Seiten */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-size: 1.0625rem; /* 17px bei Browser-Standard 16px */
}
p,
.rich-text-content,
.legal p,
.legal li,
.event-meta,
.featured-event-meta,
.brand-footer small {
  font-size: 1.125rem; /* 18px für längere Lesetexte */
}
ul,
ol,
li,
.table,
.events-status,
.catalog-status,
.event-workshop-topic {
  font-size: 1.0625rem;
}
small,
.kicker,
.tag,
.lang-switch a,
.event-type-badge,
.event-map-privacy,
.event-price span,
.catalog-price span,
.catalog-book-notice > span,
.event-seat-status small,
.seat-status,
.ei-consent span,
.ei-privacy-note,
.site-media-caption,
.personal-brand .brand-copy small,
.author-card .personal-brand-fallback > small {
  font-size: 1rem;
}
.nav-links,
.button,
.nav-toggle,
.ei-booking-form label,
.ei-booking-form input,
.ei-booking-form textarea,
.ei-booking-form select {
  font-size: 1rem;
}
.note,
.event-map-placeholder p,
.event-place-note {
  font-size: 1.0625rem;
}
/* Größere Schrift darf auf kleinen Bildschirmen nicht neue Überläufe erzeugen. */
p, li, td, th, .panel, .button, .nav-links a, .kicker, .tag, .event-type-badge {
  overflow-wrap: anywhere;
}
@media (max-width: 760px) {
  body { font-size: 1.125rem; }
  p,
  .rich-text-content,
  .legal p,
  .legal li,
  .event-meta,
  .featured-event-meta,
  .brand-footer small,
  ul,
  ol,
  li {
    font-size: 1.125rem;
    line-height: 1.7;
  }
  .wrap { width: min(100% - 30px, var(--max)); }
  .panel, .contact-band, .featured-event { padding: 22px; }
  .button, .nav-toggle { min-height: 50px; }
  .nav-links,
  .button,
  .kicker,
  .tag,
  .lang-switch a,
  .event-type-badge,
  .event-map-privacy,
  .event-price span,
  .catalog-price span,
  .catalog-book-notice > span,
  .event-seat-status small,
  .seat-status,
  .ei-consent span,
  .ei-privacy-note,
  .site-media-caption,
  .personal-brand .brand-copy small,
  .author-card .personal-brand-fallback > small {
    font-size: 1rem;
  }
  .ei-booking-form label,
  .ei-booking-form input,
  .ei-booking-form textarea,
  .ei-booking-form select {
    font-size: 1.0625rem;
  }
}



/* v0.7.21: stabile einzeilige Desktop-Navigation nach Ergänzung des Club-Links. */
@media (min-width: 1361px) {
  .nav .wrap {
    width: min(1360px, calc(100% - 28px));
  }
  .nav-inner {
    gap: 14px;
  }
  .brand.personal-brand {
    flex: 0 0 auto;
  }
  .nav-links {
    gap: 12px;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .nav-links a {
    flex: 0 0 auto;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  .nav-cta {
    flex: 0 0 auto;
    gap: 8px;
    white-space: nowrap;
  }
  .lang-switch {
    flex-wrap: nowrap;
    gap: 5px;
  }
  .lang-switch a {
    flex: 0 0 auto;
    padding-inline: 8px;
  }
  .nav-cta .button {
    flex: 0 0 auto;
    padding-inline: 16px;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
  }
}

/* Auch im aufgeklappten Mobil-/Tablet-Menü keine Worttrennung innerhalb eines Navigationspunktes. */
.nav-menu .nav-links a {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}


/* v0.7.24: Social-Network-Bereich inkl. VK unterhalb des persönlichen Kontakts auf der Startseite. */
.social-networks-section {
  padding-top: 16px;
}
.social-networks-section h2 {
  max-width: 820px;
  margin-bottom: 10px;
}
.social-networks-intro {
  max-width: 760px;
  margin-bottom: 26px;
}
.social-network-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.social-network-card {
  min-width: 0;
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  color: var(--text);
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.social-network-card:hover,
.social-network-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(111, 201, 255, .55);
  background: linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.04));
}
.social-network-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #fff;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.16);
}
.social-network-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.social-network-icon .icon-fill { fill: currentColor; stroke: none; }
.social-network-icon .icon-cut { fill: #fff; stroke: none; }
.social-network-icon--linkedin { background: #0a66c2; font-family: Arial, sans-serif; }
.social-network-icon--facebook { background: #1877f2; font-family: Arial, sans-serif; font-size: 2rem; }
.social-network-icon--instagram { background: #e4405f; }
.social-network-icon--whatsapp { background: #25d366; }
.social-network-icon--telegram { background: #229ed9; }
.social-network-icon--youtube { background: #ff0000; }
.social-network-icon--vk { background: #0077ff; font-family: Arial, sans-serif; font-size: 1.05rem; letter-spacing: -.04em; }
.social-network-icon--x { background: #050505; border: 1px solid rgba(255,255,255,.25); }
.social-network-name {
  min-width: 0;
  font-size: 1.0625rem;
  font-weight: 750;
  line-height: 1.25;
  overflow-wrap: normal;
  word-break: normal;
}
.social-network-arrow {
  margin-left: auto;
  opacity: .65;
  font-size: 1.15rem;
}
@media (max-width: 1100px) {
  .social-network-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .social-networks-section { padding-top: 8px; }
  .social-network-grid { grid-template-columns: 1fr; gap: 12px; }
  .social-network-card { min-height: 76px; padding: 14px 16px; border-radius: 18px; }
  .social-network-icon { width: 46px; height: 46px; flex-basis: 46px; }
  .social-network-name { font-size: 1.0625rem; }
}

/* v0.7.28 – optionale reduzierte Veranstaltungspreise */
.price-pair {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-end;
  gap: 6px 12px;
}
.price-old {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  opacity: .68;
  font-weight: 700;
}
.price-current {
  color: var(--gold, #ffd36d);
  font-weight: 900;
  font-size: 1.16em;
}
.price-saving {
  flex-basis: 100%;
  color: var(--gold, #ffd36d);
  font-size: .9em;
  font-weight: 800;
}
.payment-row-old { opacity: .78; }
.event-price .price-pair,
.catalog-price .price-pair { margin-left: auto; }
.featured-event-meta dd.price-pair { justify-content: flex-start; }
@media (max-width: 640px) {
  .event-price .price-pair,
  .catalog-price .price-pair { width: 100%; justify-content: flex-start; margin-left: 0; }
  .price-current { font-size: 1.22em; }
}
.event-price .price-pair .price-old,
.event-price .price-pair .price-saving,
.catalog-price .price-pair .price-old,
.catalog-price .price-pair .price-saving {
  text-transform: none;
  letter-spacing: 0;
}
.event-price .price-pair .price-old,
.catalog-price .price-pair .price-old { color: rgba(246,242,234,.72); font-size: 1rem; }
.event-price .price-pair .price-saving,
.catalog-price .price-pair .price-saving { color: #ffd36d; font-size: 1rem; }

/* v0.7.33 – Kundenbewertungen */
.customer-reviews-section { padding-top: 10px; }
.customer-reviews-intro { max-width: 760px; color: var(--muted); }
.customer-review-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; margin-top:24px; }
.customer-review-card { display:grid; align-content:start; gap:14px; min-height:260px; padding:22px; border:1px solid var(--line); border-radius:22px; background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025)); box-shadow:0 16px 44px rgba(0,0,0,.12); }
.customer-review-stars { color:#ffd36d; font-size:1.05rem; letter-spacing:.12em; }
.customer-review-card blockquote { margin:0; padding:0; border:0; font-size:1.08rem; line-height:1.7; color:var(--text); }
.customer-review-person { display:grid; gap:4px; margin-top:auto; }
.customer-review-person strong { font-size:1rem; }
.customer-review-person span { color:var(--muted); font-size:1rem; }
.review-translation-note { display:flex; flex-wrap:wrap; gap:8px 12px; align-items:center; padding-top:12px; border-top:1px solid var(--line); color:var(--muted); font-size:1rem; }
.review-original-toggle { border:0; padding:0; background:none; color:var(--accent,#6fc9ff); text-decoration:underline; cursor:pointer; font:inherit; }
.review-original { padding:12px 14px; border:1px solid var(--line); border-radius:14px; background:rgba(255,255,255,.035); }
.review-original p { margin:7px 0 0; color:var(--muted); line-height:1.6; }
@media (max-width:1050px) { .customer-review-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:680px) { .customer-review-grid { grid-template-columns:1fr; } .customer-review-card { min-height:0; } }

/* v0.7.34 – öffentliche Einreichung von Kundenbewertungen */
.customer-review-submit-wrap { margin-top:30px; }
.customer-review-submit-intro { max-width:780px; margin-bottom:16px; }
.customer-review-submit-intro h3 { margin:0 0 8px; font-size:1.35rem; }
.customer-review-submit-intro p { margin:0; color:var(--muted); line-height:1.7; }
.customer-review-submit { border:1px solid var(--line); border-radius:20px; padding:18px; background:rgba(255,255,255,.025); }
.customer-review-submit > summary { list-style:none; width:max-content; cursor:pointer; user-select:none; }
.customer-review-submit > summary::-webkit-details-marker { display:none; }
.customer-review-submit[open] > summary { margin-bottom:20px; }
.customer-review-form { display:grid; gap:18px; }
.review-form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.review-form-field { display:grid; gap:7px; }
.review-form-field > span { font-weight:750; }
.review-form-field input,
.review-form-field select,
.review-form-field textarea { width:100%; border:1px solid var(--line); border-radius:13px; padding:12px 13px; background:rgba(6,15,24,.68); color:var(--text); font:inherit; }
.review-form-field textarea { resize:vertical; min-height:140px; line-height:1.6; }
.review-form-field small { color:var(--muted); line-height:1.5; }
.review-form-full { grid-column:1/-1; }
.review-form-consent { display:flex; align-items:flex-start; gap:10px; color:var(--muted); line-height:1.55; }
.review-form-consent input { width:auto; margin-top:.25em; flex:0 0 auto; }
.review-form-consent a { color:var(--accent,#6fc9ff); text-decoration:underline; }
.review-form-honeypot { position:absolute!important; width:1px!important; height:1px!important; overflow:hidden!important; clip:rect(1px,1px,1px,1px)!important; white-space:nowrap!important; }
.review-form-actions { display:flex; flex-wrap:wrap; align-items:center; gap:14px; }
.review-submit-message { color:var(--muted); line-height:1.5; }
.review-submit-message.is-success { color:#9be3ad; }
.review-submit-message.is-error { color:#ffaaa4; }
@media (max-width:680px) {
  .review-form-grid { grid-template-columns:1fr; }
  .review-form-full { grid-column:auto; }
  .customer-review-submit { padding:15px; }
  .customer-review-submit > summary { width:100%; text-align:center; }
}

/* v0.8.0 – Energiekugel-Verkaufstrichter */
.funnel-hero{padding:72px 0 46px;background:radial-gradient(circle at 72% 32%,rgba(111,201,255,.14),transparent 34%),radial-gradient(circle at 28% 15%,rgba(255,211,109,.1),transparent 28%)}.funnel-hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:38px;align-items:center}.funnel-hero h1{font-size:clamp(2.5rem,6vw,5.2rem);line-height:.98;max-width:850px;margin:10px 0 20px}.funnel-hero .lead{font-size:clamp(1.12rem,2vw,1.42rem);max-width:760px}.funnel-visual{position:relative}.funnel-visual img{width:100%;border-radius:28px;box-shadow:0 28px 70px rgba(0,0,0,.34);border:1px solid var(--line)}.funnel-form-card{margin-top:26px;padding:22px;border:1px solid rgba(255,211,109,.28);border-radius:22px;background:rgba(9,20,30,.82);box-shadow:0 20px 54px rgba(0,0,0,.18)}.funnel-form{display:grid;grid-template-columns:minmax(150px,.6fr) minmax(220px,1fr) auto;gap:10px;align-items:end}.funnel-form label{display:grid;gap:6px;font-weight:700}.funnel-form input[type=text],.funnel-form input[type=email]{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px 13px;background:rgba(5,13,21,.75);color:var(--text);font:inherit}.funnel-consent{grid-column:1/-1;display:flex!important;align-items:flex-start;gap:10px;font-weight:400!important;color:var(--muted);font-size:1rem;line-height:1.5}.funnel-consent input{margin-top:.25em;flex:0 0 auto}.funnel-consent a{color:var(--accent)}.funnel-form-message{grid-column:1/-1;min-height:1.5em;color:var(--muted)}.funnel-form-message.is-success,.funnel-status.is-success{color:#9be3ad}.funnel-form-message.is-error,.funnel-status.is-error{color:#ffaaa4}.funnel-proof{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:14px;color:var(--muted);font-size:1rem}.funnel-proof span:before{content:"✓";color:#9be3ad;margin-right:6px}.funnel-steps{counter-reset:funnelstep;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.funnel-step{counter-increment:funnelstep;position:relative;padding:24px 20px 20px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.035)}.funnel-step:before{content:counter(funnelstep);display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#ffd36d;color:#17120a;font-weight:900;margin-bottom:14px}.funnel-exercise{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center}.funnel-exercise-list{counter-reset:exercise;display:grid;gap:14px}.funnel-exercise-list li{list-style:none;position:relative;padding-left:50px;min-height:38px;line-height:1.6}.funnel-exercise-list li:before{counter-increment:exercise;content:counter(exercise);position:absolute;left:0;top:0;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(111,201,255,.13);border:1px solid rgba(111,201,255,.35);font-weight:800}.funnel-book-card{display:grid;grid-template-columns:minmax(160px,240px) 1fr;gap:28px;align-items:center}.funnel-book-card img{width:100%;max-height:310px;object-fit:contain;border-radius:14px}.funnel-path{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.funnel-path article{position:relative}.funnel-path .tag{margin-bottom:8px}.funnel-honeypot{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(1px,1px,1px,1px)!important}.funnel-status{font-size:1.08rem;line-height:1.7}.funnel-simple-card{max-width:760px;margin:70px auto;padding:30px;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.035)}@media(max-width:900px){.funnel-hero-grid,.funnel-exercise{grid-template-columns:1fr}.funnel-visual{max-width:620px}.funnel-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.funnel-form{grid-template-columns:1fr 1fr}.funnel-form button{grid-column:1/-1}.funnel-path{grid-template-columns:1fr}.funnel-book-card{grid-template-columns:180px 1fr}}@media(max-width:620px){.funnel-hero{padding-top:48px}.funnel-form{grid-template-columns:1fr}.funnel-form .funnel-consent,.funnel-form button,.funnel-form-message{grid-column:auto}.funnel-steps{grid-template-columns:1fr}.funnel-book-card{grid-template-columns:1fr}.funnel-book-card img{max-width:220px;margin:auto}.funnel-form-card{padding:17px}}
.funnel-confirm-next{max-width:1000px;margin:0 auto 70px}.funnel-confirm-next[hidden]{display:none}

/* v0.8.2 – fokussierte Funnel-Landingpage */
.funnel-brand-float{
  position:fixed;
  top:calc(18px + var(--ei-test-banner-offset, 0px));
  right:22px;
  z-index:45;
  display:flex;
  align-items:center;
  gap:13px;
  min-width:255px;
  padding:12px 15px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:18px;
  background:rgba(8,11,22,.86);
  box-shadow:0 16px 44px rgba(0,0,0,.34);
  backdrop-filter:blur(18px);
}
.funnel-brand-mark{width:48px;height:48px;flex-basis:48px;box-shadow:0 8px 24px rgba(117,228,255,.2),0 5px 14px rgba(242,198,109,.14)}
.funnel-brand-copy{display:grid;gap:1px;line-height:1.15}
.funnel-brand-copy strong{font-size:1rem;color:var(--text)}
.funnel-brand-copy>span{font-size:1rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:var(--gold)}
.funnel-brand-home{margin-top:5px;font-size:1rem;font-weight:800;color:var(--cyan)}
.funnel-brand-home:hover{text-decoration:underline}

.funnel-hero{padding:112px 0 48px}
.funnel-hero-copy{max-width:1240px}
.funnel-hero-copy h1{
  font-size:clamp(3.1rem,4.6vw,4.9rem);
  line-height:1.01;
  max-width:1200px;
  margin:8px 0 20px;
  text-wrap:balance;
}
.funnel-hero-copy .lead{max-width:980px}
.funnel-hero-content-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:38px;align-items:center;margin-top:30px}
.funnel-hero-content-grid .funnel-form-card{margin-top:0}
.funnel-hero-content-grid .funnel-visual{max-width:520px;justify-self:end}
.funnel-book-cover-wrap{display:flex;align-items:center;justify-content:center;min-height:285px}
.funnel-book-card img{width:auto;max-width:220px;max-height:310px;object-fit:contain;border-radius:12px;box-shadow:0 18px 45px rgba(0,0,0,.28)}
.funnel-book-actions{display:flex;flex-wrap:wrap;gap:12px}

@media(max-width:900px){
  .funnel-hero{padding-top:132px}
  .funnel-hero-copy h1{font-size:clamp(2.8rem,8vw,4.25rem);max-width:100%}
  .funnel-hero-content-grid{grid-template-columns:1fr}
  .funnel-hero-content-grid .funnel-visual{justify-self:start;max-width:620px}
}
@media(max-width:620px){
  .funnel-brand-float{right:12px;left:12px;min-width:0;width:auto;padding:10px 12px}
  .funnel-brand-mark{width:42px;height:42px;flex-basis:42px}
  .funnel-brand-copy strong{font-size:1rem}
  .funnel-brand-copy>span{font-size:1rem}
  .funnel-brand-home{font-size:1rem}
  .funnel-hero{padding-top:142px}
  .funnel-hero-copy h1{font-size:clamp(2.35rem,11.2vw,3.35rem);line-height:1.02}
  .funnel-book-cover-wrap{min-height:0}
  .funnel-book-card img{max-width:200px}
  .funnel-book-actions .button{width:100%}
}
.funnel-system-page{padding-top:130px}
@media(max-width:620px){.funnel-system-page{padding-top:145px}}

/* v0.8.2 – Buchvarianten werden nur bei tatsächlich vorhandenem Shop-Link gezeigt. */
.funnel-book-actions [hidden]{display:none!important}


/* v0.9.7 – Über mich: persönliche Außenperspektive / Alina Stepko */
.about-testimonial-section{padding-top:18px}
.about-testimonial-head>p{max-width:62ch}
.about-testimonial-card{display:grid;grid-template-columns:minmax(240px,.62fr) minmax(0,1.38fr);gap:0;padding:0;overflow:hidden;align-items:start;background:radial-gradient(circle at 84% 12%,rgba(117,228,255,.09),transparent 30%),linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.035))}
.about-testimonial-photo{margin:0;position:relative;align-self:start;background:#070b16;border-right:1px solid var(--line)}
.about-testimonial-photo>img,.about-testimonial-photo>.site-media-image,.about-testimonial-photo>a>.site-media-image{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center 34%}
.about-testimonial-photo figcaption{display:grid;gap:3px;padding:15px 18px 17px;border-top:1px solid var(--line);background:rgba(7,11,22,.92)}
.about-testimonial-photo figcaption strong{font-size:1.05rem;color:var(--text)}
.about-testimonial-photo figcaption span{color:var(--muted);font-size:1rem;line-height:1.45}
.about-testimonial-copy{position:relative;min-width:0;padding:34px 38px 36px}
.about-testimonial-copy:before{content:"“";position:absolute;right:26px;top:9px;color:rgba(242,198,109,.18);font-family:Georgia,serif;font-size:7rem;line-height:1;pointer-events:none}
.about-testimonial-copy h3{position:relative;z-index:1;max-width:26ch;margin:0 0 22px;color:var(--gold);font-size:clamp(1.4rem,2.5vw,2.05rem);line-height:1.25;text-wrap:balance}
.about-testimonial-quote{margin:0;padding:0;border:0;color:var(--text)}
.about-testimonial-quote p{max-width:74ch;margin:0 0 1.05rem;line-height:1.76}
.about-testimonial-quote p:last-child{margin-bottom:0}
.about-testimonial-signature{display:grid;gap:3px;margin-top:26px;padding-top:18px;border-top:1px solid var(--line)}
.about-testimonial-signature strong{color:var(--text)}
.about-testimonial-signature span{color:var(--muted);font-size:1rem}
@media(max-width:900px){.about-testimonial-card{grid-template-columns:1fr}.about-testimonial-photo{width:min(100%,520px);border-right:0;border-bottom:1px solid var(--line)}.about-testimonial-copy{padding:28px}.about-testimonial-copy:before{right:18px}}
@media(max-width:620px){.about-testimonial-copy{padding:24px 19px 26px}.about-testimonial-copy:before{font-size:5.6rem;right:10px}.about-testimonial-copy h3{padding-right:26px}.about-testimonial-photo{width:100%}}

/* v0.9.9 – sichtbare innere Veränderung: Vergleichsfoto über volle Kartenbreite */
.about-transformation-section .section-head{align-items:end}
.about-transformation-card{display:flex;flex-direction:column;overflow:hidden;padding:0}
.about-transformation-photo{margin:0;width:100%;background:#070b16;border-bottom:1px solid var(--line);display:flex;flex-direction:column}
.about-transformation-photo>img,.about-transformation-photo>.site-media-image,.about-transformation-photo>a>.site-media-image{display:block;width:100%;height:auto;object-fit:contain;background:#070b16}
.about-transformation-photo figcaption{padding:13px 18px 15px;border-top:1px solid var(--line);color:var(--muted);font-size:1rem;line-height:1.45;background:rgba(7,11,22,.92)}
.about-transformation-copy{padding:32px 34px;display:flex;flex-direction:column;justify-content:center}
.about-transformation-copy h3{margin-top:0}
.about-transformation-copy p{margin:.65rem 0;line-height:1.72}
.about-transformation-note{margin-top:1rem!important;padding-top:1rem;border-top:1px solid var(--line);color:var(--muted);font-size:1rem}
@media(max-width:900px){.about-transformation-copy{padding:28px}}
@media(max-width:620px){.about-transformation-copy{padding:24px 19px 26px}.about-transformation-photo figcaption{padding:11px 15px 13px}}

/* Booking cancellation / withdrawal self service */
.booking-self-service-card{margin:28px 0;padding:24px;border:1px solid rgba(242,198,109,.34);border-radius:18px;background:rgba(242,198,109,.07)}
.booking-self-service-card h2{margin-top:0}.booking-self-service-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0}
.booking-self-service-fields label{display:grid;gap:7px;font-weight:800}.booking-self-service-fields input{width:100%;border:1px solid rgba(255,255,255,.18);border-radius:12px;padding:12px 13px;background:rgba(255,255,255,.075);color:#fff;font:inherit}
.booking-self-service-fields input:focus{outline:2px solid rgba(242,198,109,.55);outline-offset:1px}.booking-self-service-token{padding:12px 14px;border-radius:12px;background:rgba(111,201,255,.1)}
.booking-self-service-error{margin:12px 0;color:#ffaaa4;font-weight:700}.booking-self-service-success{padding:14px;border-radius:12px;background:rgba(128,220,150,.1);color:#aee9bb;font-weight:800}
.booking-self-service-summary{display:grid;gap:8px;margin:16px 0}.booking-self-service-row{display:flex;justify-content:space-between;gap:18px;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.1)}.booking-self-service-row strong{text-align:right}.booking-self-service-status{color:var(--muted)}
@media(max-width:760px){.booking-self-service-fields{grid-template-columns:1fr}.booking-self-service-row{align-items:flex-start;flex-direction:column;gap:3px}.booking-self-service-row strong{text-align:left}}

/* v0.9.62: optionale Rechnungsdaten wirklich bis zur Checkbox ausblenden. */
.ei-booking-form [data-billing-field][hidden],
.ei-booking-form [data-billing-toggle-wrap][hidden] {
  display: none !important;
}
