/* Digital erklärt – komplett lokal, ohne externe Fonts oder Bibliotheken */
:root {
    --bg: #08130f;
    --bg-soft: #10221a;
    --surface: #ffffff;
    --surface-soft: #f2f6f3;
    --text: #102019;
    --muted: #5d6c65;
    --line: #dce6df;
    --green: #39e58c;
    --green-dark: #146c43;
    --yellow: #efff7a;
    --radius: 22px;
    --shadow: 0 24px 70px rgba(4, 18, 11, .14);
    --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--text);
    background: var(--surface);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.65;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 900px; }
.skip-link {
    position: fixed; z-index: 999; top: 12px; left: 12px;
    transform: translateY(-150%); padding: 10px 14px;
    background: #fff; color: #000; border-radius: 8px;
}
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header {
    position: sticky; top: 0; z-index: 50;
    background: rgba(8, 19, 15, .94);
    border-bottom: 1px solid rgba(255,255,255,.08);
    backdrop-filter: blur(15px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #fff; }
.brand-mark { position: relative; display: block; width: 40px; height: 40px; }
.signal {
    position: absolute; inset: 50% auto auto 4px; border: 3px solid var(--green);
    border-left-color: transparent; border-top-color: transparent;
    border-radius: 50%; transform: translateY(-50%) rotate(-45deg);
}
.signal-1 { width: 10px; height: 10px; }
.signal-2 { width: 21px; height: 21px; }
.signal-3 { width: 33px; height: 33px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text strong { font-size: 1.15rem; letter-spacing: .02em; }
.brand-text em { color: var(--green); font-style: normal; }
.brand-text small { margin-top: 4px; color: rgba(255,255,255,.65); font-size: .67rem; letter-spacing: .04em; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav a { color: rgba(255,255,255,.78); font-size: .93rem; font-weight: 650; text-decoration: none; }
.main-nav a:hover, .main-nav a.active, .main-nav a[aria-current="page"] { color: #fff; }
.main-nav .nav-cta { padding: 10px 17px; color: var(--bg); background: var(--green); border-radius: 999px; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 9px; background: transparent; border: 0; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #fff; }

.hero {
    overflow: hidden; min-height: 720px; display: grid; align-items: center;
    color: #fff; background:
      radial-gradient(circle at 85% 15%, rgba(57,229,140,.19), transparent 30%),
      linear-gradient(135deg, #07110d 0%, #0b1d15 58%, #102c1f 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; padding-block: 90px; }
.eyebrow { display: inline-block; margin-bottom: 18px; color: var(--green-dark); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow, .dark-section .eyebrow, .page-hero .eyebrow, .site-footer .eyebrow { color: var(--green); }
h1, h2, h3 { margin-top: 0; line-height: 1.1; letter-spacing: -.035em; }
h1 { max-width: 850px; margin-bottom: 24px; font-size: clamp(3rem, 6vw, 5.8rem); }
h2 { margin-bottom: 22px; font-size: clamp(2rem, 4vw, 3.6rem); }
h3 { font-size: 1.35rem; }
p { margin-top: 0; }
.lead { max-width: 760px; color: inherit; opacity: .79; font-size: clamp(1.1rem, 2vw, 1.35rem); }
.hero-copy .lead { max-width: 650px; }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 52px; padding: 13px 22px; border: 1px solid transparent;
    border-radius: 999px; font-weight: 800; text-decoration: none; cursor: pointer;
}
.button-primary { color: var(--bg); background: var(--green); }
.button-primary:hover { background: #67efa7; }
.button-secondary { color: inherit; background: transparent; border-color: currentColor; opacity: .88; }
.button-dark { color: #fff; background: var(--bg); }
.trust-list { display: flex; flex-wrap: wrap; gap: 22px; margin: 36px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.68); font-size: .9rem; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 900; }

.stage-card {
    position: relative; aspect-ratio: 1 / 1; max-width: 560px; margin-inline: auto;
    overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 42px;
    background: linear-gradient(155deg, rgba(255,255,255,.09), rgba(255,255,255,.025));
    box-shadow: 0 40px 100px rgba(0,0,0,.38);
}
.stage-card::before { content: ""; position: absolute; width: 320px; height: 320px; right: -70px; bottom: -70px; border-radius: 50%; background: var(--green); filter: blur(2px); opacity: .13; }
.live-dot { position: absolute; top: 28px; left: 30px; width: 9px; height: 9px; border-radius: 50%; background: #ff5b5b; box-shadow: 0 0 0 7px rgba(255,91,91,.12); }
.stage-label { position: absolute; top: 24px; left: 55px; color: rgba(255,255,255,.65); font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.mic { position: absolute; inset: 22% auto auto 50%; width: 120px; height: 270px; transform: translateX(-50%); }
.mic-head { display: block; width: 106px; height: 150px; margin-inline: auto; border: 10px solid var(--green); border-radius: 56px; background: repeating-linear-gradient(90deg, rgba(255,255,255,.12) 0 4px, transparent 4px 10px); }
.mic-body { display: block; width: 12px; height: 82px; margin: -5px auto 0; background: var(--green); }
.mic-base { display: block; width: 100px; height: 12px; margin: 0 auto; border-radius: 10px; background: var(--green); }
.topic-bubble { position: absolute; padding: 9px 15px; border: 1px solid rgba(255,255,255,.19); border-radius: 999px; color: #fff; background: rgba(7,17,13,.66); font-size: .68rem; font-weight: 850; letter-spacing: .08em; }
.bubble-1 { top: 26%; left: 9%; }
.bubble-2 { top: 50%; right: 7%; }
.bubble-3 { bottom: 18%; left: 7%; }
.soundwave { position: absolute; right: 7%; bottom: 9%; display: flex; align-items: center; gap: 7px; height: 50px; }
.soundwave i, .cover-wave i { width: 5px; border-radius: 5px; background: var(--green); }
.soundwave i:nth-child(1), .soundwave i:nth-child(7) { height: 15px; }
.soundwave i:nth-child(2), .soundwave i:nth-child(6) { height: 26px; }
.soundwave i:nth-child(3), .soundwave i:nth-child(5) { height: 42px; }
.soundwave i:nth-child(4) { height: 28px; }

.section { padding-block: 105px; }
.section-light { background: var(--surface-soft); }
.section-accent { padding-block: 70px; background: var(--green); }
.dark-section { color: #fff; background: var(--bg); }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading p { color: var(--muted); font-size: 1.1rem; }
.card-grid { display: grid; gap: 22px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.service-card, .topic-card, .format-card {
    position: relative; padding: 35px; border: 1px solid var(--line);
    border-radius: var(--radius); background: #fff;
}
.service-card.featured { color: #fff; background: var(--bg-soft); border-color: var(--bg-soft); transform: translateY(-12px); box-shadow: var(--shadow); }
.number { display: inline-flex; margin-bottom: 55px; color: var(--green-dark); font-weight: 900; }
.featured .number { color: var(--green); }
.service-card p, .topic-card p, .format-card p { color: var(--muted); }
.featured p { color: rgba(255,255,255,.69); }
.text-link { font-weight: 850; text-decoration: none; }
.text-link span { color: var(--green-dark); }

.split { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.topic-list { border-top: 1px solid rgba(255,255,255,.18); }
.topic-list a { display: flex; justify-content: space-between; gap: 20px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.18); text-decoration: none; }
.topic-list a:hover span { color: var(--green); }
.topic-list b { color: var(--green); font-size: .75rem; }
.quote-section { text-align: center; max-width: 950px; }
.quote-mark { height: 70px; color: var(--green-dark); font-family: Georgia, serif; font-size: 7rem; line-height: 1; }
blockquote { margin: 0 0 25px; font-size: clamp(2rem, 4.2vw, 4rem); font-weight: 760; line-height: 1.12; letter-spacing: -.04em; }
.quote-section p { color: var(--muted); }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.cta-panel h2 { max-width: 850px; margin-bottom: 0; }
.cta-panel .eyebrow { color: var(--green-dark); }

.page-hero { padding-block: 105px; color: #fff; background: linear-gradient(135deg, var(--bg), #153525); }
.page-hero.compact { padding-block: 80px; }
.page-hero h1 { font-size: clamp(3rem, 6vw, 5.2rem); }
.content-split { align-items: center; }
.podcast-cover {
    position: relative; aspect-ratio: 1/1; max-width: 520px; padding: 45px;
    overflow: hidden; color: #fff; border-radius: 36px;
    background: radial-gradient(circle at 80% 20%, rgba(57,229,140,.35), transparent 30%), var(--bg);
    box-shadow: var(--shadow);
}
.cover-top { display: block; font-size: clamp(2rem, 5vw, 4.8rem); font-weight: 900; line-height: .9; }
.podcast-cover strong { display: block; color: var(--green); font-size: clamp(3rem, 7vw, 6.4rem); font-weight: 900; line-height: 1; letter-spacing: -.06em; }
.cover-sub { position: absolute; left: 45px; bottom: 45px; font-size: .82rem; font-weight: 800; letter-spacing: .13em; }
.cover-wave { position: absolute; right: 45px; bottom: 43px; display: flex; align-items: center; gap: 7px; height: 55px; }
.cover-wave i:nth-child(1), .cover-wave i:nth-child(5) { height: 20px; }
.cover-wave i:nth-child(2), .cover-wave i:nth-child(4) { height: 42px; }
.cover-wave i:nth-child(3) { height: 55px; }
.info-box { margin-top: 30px; padding: 22px; border-left: 4px solid var(--green); background: var(--surface-soft); }
.info-box p { margin-bottom: 0; color: var(--muted); }
.topic-card span { color: var(--green-dark); font-weight: 900; }
.audience-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 55px; }
.audience-bar span { margin-right: 8px; font-weight: 800; }
.audience-bar b { padding: 7px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: .82rem; }
.offer { display: grid; grid-template-columns: 80px 1fr 230px; gap: 35px; padding: 45px 0; border-top: 1px solid var(--line); scroll-margin-top: 100px; }
.offer:last-child { border-bottom: 1px solid var(--line); }
.offer-number { color: var(--green-dark); font-size: 1.2rem; font-weight: 900; }
.offer h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
.offer p { color: var(--muted); }
.offer ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: .92rem; }
.format-card.highlighted { color: #fff; background: var(--bg-soft); border-color: var(--bg-soft); box-shadow: var(--shadow); }
.format-card.highlighted p { color: rgba(255,255,255,.68); }
.format-time { display: inline-block; margin-bottom: 50px; color: var(--green-dark); font-weight: 900; }
.highlighted .format-time { color: var(--green); }
.timeline { margin: 0; padding: 0; list-style: none; }
.timeline li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); }
.timeline li:last-child { border-bottom: 1px solid var(--line); }
.timeline li > span { color: var(--green-dark); font-weight: 900; }
.timeline h3 { margin-bottom: 5px; }
.timeline p { margin-bottom: 0; color: var(--muted); }
.portrait-placeholder {
    min-height: 560px; display: grid; place-items: center; align-content: center;
    padding: 30px; text-align: center; border-radius: 35px;
    background: linear-gradient(145deg, var(--bg-soft), #234735); color: #fff;
}
.portrait-initials { font-size: 8rem; font-weight: 900; letter-spacing: -.08em; color: var(--green); }
.portrait-placeholder p { color: rgba(255,255,255,.68); }
.portrait-placeholder code { color: #fff; }
.facts { display: grid; gap: 12px; margin-top: 35px; }
.facts div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 16px 0; border-top: 1px solid var(--line); }
.facts span { color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 55px; align-items: start; }
.contact-sidebar { position: sticky; top: 120px; padding: 35px; color: #fff; border-radius: var(--radius); background: var(--bg); }
.contact-sidebar a { color: var(--green); font-weight: 800; }
.contact-sidebar hr { margin: 30px 0; border: 0; border-top: 1px solid rgba(255,255,255,.15); }
.form-panel { padding: 40px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; margin: 18px 0 7px; font-weight: 800; }
input, textarea, select {
    width: 100%; padding: 13px 14px; color: var(--text);
    border: 1px solid #bbc9c0; border-radius: 10px; background: #fff;
}
textarea { resize: vertical; }
.checkbox { display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; font-weight: 500; }
.checkbox input { width: 18px; height: 18px; margin-top: 5px; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: .82rem; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.alert { margin-bottom: 24px; padding: 16px 18px; border-radius: 10px; }
.alert.success { color: #0e5132; background: #dff8e9; }
.alert.error { color: #7d1d1d; background: #ffe2e2; }

.legal-page { padding-block: 90px; background: var(--surface-soft); }
.legal-content { max-width: 850px; padding: 50px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.legal-content h1 { font-size: clamp(2.8rem, 5vw, 4.5rem); }
.legal-content h2 { margin-top: 42px; font-size: 1.5rem; letter-spacing: -.02em; }
.legal-content p { color: #33443b; }
.legal-warning { padding: 20px; border-left: 5px solid #e0a400; background: #fff6d9; }

.site-footer { padding: 70px 0 25px; color: #fff; background: #050d09; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 50px; }
.site-footer h2 { font-size: 1rem; letter-spacing: 0; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.65); }
.site-footer a:hover { color: var(--green); }
.brand-footer { margin-bottom: 20px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: .78rem; }

@media (max-width: 960px) {
    .nav-toggle { display: block; }
    .main-nav {
        position: absolute; top: 82px; right: 20px; left: 20px;
        display: none; align-items: stretch; flex-direction: column; gap: 0;
        padding: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px;
        background: #0b1812; box-shadow: var(--shadow);
    }
    .main-nav.open { display: flex; }
    .main-nav a { padding: 12px; }
    .main-nav .nav-cta { margin-top: 6px; text-align: center; }
    .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
    .hero { min-height: auto; }
    .hero-grid { padding-block: 70px; }
    .stage-card { width: min(100%, 540px); }
    .card-grid.three { grid-template-columns: 1fr; }
    .service-card.featured { transform: none; }
    .offer { grid-template-columns: 55px 1fr; }
    .offer ul { grid-column: 2; }
    .cta-panel { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .contact-sidebar { position: static; }
}
@media (max-width: 620px) {
    body { font-size: 16px; }
    .container { width: min(100% - 26px, var(--container)); }
    .header-inner { min-height: 72px; }
    .brand-text small { display: none; }
    .main-nav { top: 72px; }
    .hero-grid { gap: 45px; padding-block: 55px; }
    h1 { font-size: 2.9rem; }
    .stage-card { border-radius: 25px; }
    .section { padding-block: 72px; }
    .section-accent { padding-block: 50px; }
    .service-card, .topic-card, .format-card, .form-panel, .legal-content { padding: 25px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .offer { grid-template-columns: 1fr; gap: 12px; }
    .offer ul { grid-column: auto; }
    .portrait-placeholder { min-height: 420px; }
    .portrait-initials { font-size: 6rem; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid > div:first-child { grid-column: auto; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Corporate Design nach dem Digital-erklärt-Flyer */
:root {
    --bg: #020714;
    --bg-soft: #07112b;
    --surface-soft: #050b1e;
    --text: #f7f9ff;
    --muted: #bdc7dd;
    --line: rgba(35, 133, 255, .30);
    --green: #00d8ff;
    --green-dark: #00aef0;
    --yellow: #ff39df;
    --shadow: 0 24px 80px rgba(0, 168, 255, .15), 0 0 30px rgba(255, 0, 223, .08);
}
body { color: var(--text); background: #020714; }
.site-header { background: rgba(2, 7, 20, .94); border-bottom-color: rgba(0, 216, 255, .22); }
.brand-text strong { font-size: 1.25rem; letter-spacing: .035em; }
.brand-text em {
    background: linear-gradient(90deg, #00d8ff, #7048ff 55%, #ff2bd6);
    -webkit-background-clip: text; background-clip: text; color: transparent;
}
.signal { border-right-color: #00d8ff; border-bottom-color: #ff2bd6; }
.main-nav .nav-cta, .button-primary {
    color: #fff; background: linear-gradient(90deg, #008dff, #7338ff 55%, #ff23d3);
    box-shadow: 0 0 22px rgba(0, 196, 255, .30);
}
.main-nav .nav-cta:hover, .button-primary:hover { filter: brightness(1.13); }
.hero {
    background:
      radial-gradient(circle at 76% 35%, rgba(12, 126, 255, .30), transparent 26%),
      radial-gradient(circle at 89% 47%, rgba(255, 32, 217, .24), transparent 24%),
      linear-gradient(135deg, #01040d 0%, #040b22 52%, #06031a 100%);
}
.hero::after { content:""; position:absolute; inset:auto 0 0; height:2px; background:linear-gradient(90deg,transparent,#00d8ff,#ff28d7,transparent); }
.hero { position:relative; }
.hero h1 { text-transform: none; }
.hero h1::after { content:""; display:block; width:170px; height:3px; margin-top:24px; border-radius:9px; background:linear-gradient(90deg,#00d8ff,#ff2bd6); box-shadow:0 0 18px rgba(0,216,255,.7); }
.hero .eyebrow, .page-hero .eyebrow, .dark-section .eyebrow { color:#00d8ff; }
.button-secondary { border-color:#00d8ff; box-shadow: inset 0 0 0 1px rgba(255,43,214,.35); }
.flyer-portrait {
    position: relative; min-height: 610px; overflow: hidden; border-radius: 34px;
    border: 1px solid rgba(0,216,255,.42);
    background: radial-gradient(circle,#102b79,#020714 72%);
    box-shadow: 0 0 45px rgba(0,160,255,.25), 0 0 80px rgba(255,39,215,.13);
}
.flyer-portrait::before { content:""; position:absolute; inset:20px; z-index:2; border-radius:26px; border:1px solid rgba(255,255,255,.10); pointer-events:none; }
.flyer-portrait img { width:100%; height:100%; min-height:610px; display:block; object-fit:cover; object-position:center top; }
.neon-badge {
    position:absolute; right:26px; bottom:30px; z-index:3; width:145px; aspect-ratio:1;
    display:grid; place-items:center; padding:18px; text-align:center; font-family:Georgia,serif; font-style:italic; font-size:1.15rem; line-height:1.2;
    color:#fff; border:3px solid #00d8ff; border-radius:50%; background:rgba(10,3,40,.88);
    box-shadow:0 0 12px #00d8ff, 0 0 25px #ad27ff, inset 0 0 24px rgba(255,43,214,.32);
}
.hero-mini-card { position:absolute; left:25px; bottom:28px; z-index:3; display:flex; flex-direction:column; gap:3px; padding:13px 16px; border:1px solid #ff2bd6; border-radius:12px; background:rgba(2,7,20,.84); box-shadow:0 0 20px rgba(255,43,214,.28); font-size:.72rem; letter-spacing:.08em; }
.hero-mini-card strong { color:#00d8ff; }
.hero-mini-card span:last-child { color:#ff52dc; }
.section-light, .legal-page { background:#050b1e; }
.service-card, .topic-card, .format-card, .form-panel, .legal-content { color:#fff; background:linear-gradient(145deg,#07112b,#040919); border-color:rgba(31,111,238,.45); }
.service-card::before, .topic-card::before, .format-card::before { content:""; position:absolute; inset:0; border-radius:inherit; padding:1px; background:linear-gradient(135deg,#00d8ff33,#ff2bd633); pointer-events:none; }
.service-card.featured, .format-card.highlighted { background:linear-gradient(145deg,#091a3d,#15082b); border-color:#6951ff; box-shadow:0 0 30px rgba(0,188,255,.14),0 0 38px rgba(255,43,214,.12); }
.service-card p, .topic-card p, .format-card p, .section-heading p, .offer p, .timeline p, .facts span, .legal-content p { color:var(--muted); }
.number, .topic-card span, .offer-number, .timeline li > span, .format-time { color:#00d8ff; }
.text-link span, .contact-sidebar a { color:#ff43dc; }
.dark-section { background:linear-gradient(135deg,#020714,#07132e); }
.topic-list a { border-color:rgba(0,216,255,.20); }
.topic-list a:hover span { color:#00d8ff; text-shadow:0 0 12px rgba(0,216,255,.6); }
.section-accent { background:linear-gradient(90deg,#008dff 0%,#7046ff 54%,#ff23d3 100%); }
.cta-panel .eyebrow { color:#fff; }
.button-dark { color:#fff; background:#020714; border:1px solid rgba(255,255,255,.45); }
.page-hero { background:radial-gradient(circle at 78% 20%,rgba(255,37,216,.22),transparent 28%),linear-gradient(135deg,#01040d,#06153b); border-bottom:1px solid rgba(0,216,255,.24); }
.audience-bar b { color:#fff; background:#07112b; border-color:rgba(0,216,255,.32); }
.offer { border-color:rgba(0,216,255,.18); }
.info-box { background:#07112b; border-left-color:#ff2bd6; }
.podcast-cover { background:radial-gradient(circle at 75% 20%,rgba(255,43,214,.35),transparent 28%),radial-gradient(circle at 30% 80%,rgba(0,216,255,.35),transparent 35%),#020714; border:1px solid rgba(0,216,255,.4); }
.podcast-cover strong { background:linear-gradient(90deg,#00d8ff,#7a4cff,#ff2bd6); -webkit-background-clip:text; background-clip:text; color:transparent; }
.contact-sidebar { background:linear-gradient(160deg,#061435,#140628); border:1px solid rgba(0,216,255,.35); }
input, textarea, select { color:#fff; background:#03091a; border-color:rgba(0,216,255,.35); }
.checkbox a { color:#00d8ff; }
.legal-warning { color:#fff; background:#24152e; border-left-color:#ff2bd6; }
.site-footer { background:#01030a; border-top:1px solid rgba(0,216,255,.20); }
.about-photo { min-height:560px; overflow:hidden; border-radius:35px; border:1px solid rgba(0,216,255,.42); background:#020714; box-shadow:var(--shadow); }
.about-photo img { width:100%; height:100%; min-height:560px; object-fit:cover; object-position:center top; display:block; }
@media (max-width:620px){ .flyer-portrait,.flyer-portrait img{min-height:500px}.neon-badge{width:115px;font-size:.95rem}.hero-mini-card{display:none}.about-photo,.about-photo img{min-height:440px} }

/* Erweiterte Leistungsseiten */
.card-grid.service-overview { grid-template-columns: repeat(3, 1fr); }
.service-overview .service-card.featured { transform: none; }
.service-hero-grid { display:grid; grid-template-columns:1.1fr .9fr; align-items:center; gap:70px; }
.service-visual { position:relative; min-height:390px; display:grid; place-items:center; }
.service-orbit { position:absolute; width:320px; aspect-ratio:1; border:1px solid rgba(0,216,255,.38); border-radius:50%; box-shadow:inset 0 0 75px rgba(0,216,255,.08),0 0 60px rgba(255,43,214,.14); }
.service-orbit::before,.service-orbit::after { content:""; position:absolute; inset:38px; border:1px dashed rgba(255,43,214,.48); border-radius:inherit; }
.service-orbit::after { inset:88px; border-style:solid; border-color:rgba(255,255,255,.13); }
.service-display { position:relative; z-index:2; width:min(290px,82%); padding:28px; border:1px solid rgba(0,216,255,.38); border-radius:28px; background:linear-gradient(145deg,rgba(9,26,61,.95),rgba(20,8,43,.92)); box-shadow:var(--shadow); }
.service-symbol { width:64px; height:64px; display:grid; place-items:center; margin-bottom:48px; border-radius:20px; color:#00d8ff; background:rgba(0,216,255,.10); font-size:1.65rem; font-weight:900; box-shadow:0 0 24px rgba(0,216,255,.17); }
.neon-wave { display:flex; align-items:end; gap:6px; height:50px; margin-top:22px; }
.neon-wave i { flex:1; display:block; border-radius:5px; background:linear-gradient(to top,#ff2bd6,#00d8ff); }
.neon-wave i:nth-child(1),.neon-wave i:nth-child(5){height:30%}.neon-wave i:nth-child(2),.neon-wave i:nth-child(4){height:68%}.neon-wave i:nth-child(3){height:100%}
.benefit-list { margin:18px 0 0; padding:0; list-style:none; }
.benefit-list li { position:relative; padding:6px 0 6px 27px; color:var(--muted); }
.benefit-list li::before { content:"✓"; position:absolute; left:0; color:#00d8ff; font-weight:900; }
.service-note { margin-top:18px; color:var(--muted); font-size:.88rem; }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.process-step { padding:28px 0; border-top:2px solid rgba(0,216,255,.26); }
.process-step .number { margin-bottom:22px; }
.process-step p { color:var(--muted); }
@media(max-width:960px){.card-grid.service-overview{grid-template-columns:1fr 1fr}.service-hero-grid{grid-template-columns:1fr}.process-grid{grid-template-columns:1fr 1fr}.service-visual{min-height:340px}}
@media(max-width:620px){.card-grid.service-overview,.process-grid{grid-template-columns:1fr}.service-visual{min-height:300px}.service-orbit{width:270px}}

/* Neues Original-Logo */
.header-inner { min-height: 98px; }
.brand-logo { display:block; width:84px; height:84px; object-fit:contain; border-radius:14px; }
.brand-footer { width:max-content; }
.footer-logo { width:150px; height:150px; border-radius:22px; }
@media(max-width:960px){.main-nav{top:98px}}
@media(max-width:620px){.header-inner{min-height:80px}.brand-logo{width:68px;height:68px;border-radius:11px}.main-nav{top:80px}.footer-logo{width:130px;height:130px}}
