/* ==========================================================
   KIPODE Pillar Pages — LIGHT THEME v2 (Apple-Design)
   Stand: 2026-04-14
   Ersetzt pillar.css für alle 20 Seiten.

   Design-Tokens (verbindlich):
   - BG: #f5f5f7 (Apple-Hellgrau)
   - Karten: #ffffff
   - Text: #1d1d1f, Sekundär: #6e6e73
   - Links: #0066cc (Apple-Blau, Weight 500)
   - Breite: 1400/1600px (NICHT 980px wie Apple)
   - Typo: 19–21px Body, 32–48px H1, 36–56px H2
   ========================================================== */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('Inter-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('Inter-SemiBold.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('Inter-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('Inter-Black.woff2') format('woff2');
}

/* =========================================================
   TOKENS — neue Light-Tokens + Rückwärtskompatible Remappings
   Die --gray-300/400/500/--dark-card Variablen werden
   auf helle Äquivalente gemappt, damit alle inline-<style>-
   Blöcke der alten Seiten ohne HTML-Änderung funktionieren.
   ========================================================= */
:root {
    /* NEUE LIGHT-TOKENS — Apple-Prinzip: EINE Textfarbe */
    --bg:            #f5f5f7;   /* Seitenhintergrund */
    --card:          #ffffff;   /* Karten / Sections */
    --card-soft:     #f5f5f7;   /* eingebettete Karten */
    --text:          #1d1d1f;   /* EINZIGE Haupttextfarbe */
    --text-secondary:#1d1d1f;   /* bewusst gleich — Apple hat keine Abstufungen im Fließtext */
    --text-tertiary: #6e6e73;   /* NUR für Meta-Zeilen (Datum, Quelle, Eyebrow) */
    --divider:       #d2d2d7;
    --link:          #0066cc;   /* Apple-Blau, alle Links */
    --link-hover:    #0051a1;
    --highlight:     #a3195b;   /* HIGHLIGHT — sattes Magenta, für wichtige Zahlen/Wörter */
    --highlight-bg:  #fae3ed;   /* zartes Magenta für Highlight-Hintergründe */
    --radius-card:   18px;
    --radius-sm:     14px;
    --radius-xs:     8px;

    /* STATUS-FARBEN (Badges, Ampel) — gesättigter, damit sichtbar */
    --success:   #00663d;
    --success-bg:#d4edda;
    --warn:      #8a4a00;
    --warn-bg:   #fdebc8;
    --fail:      #a31a21;
    --fail-bg:   #f9cfd1;
    --accent:    var(--text);

    /* RÜCKWÄRTSKOMPATIBEL — ALLE Grautöne auf Haupttext gemappt,
       damit inline-Styles mit var(--gray-300/400/500) dunkel+lesbar werden */
    --black:     #1d1d1f;
    --white:     #ffffff;
    --gray-900:  #1d1d1f;
    --gray-800:  #d2d2d7;      /* nur für Borders/Dividers */
    --gray-700:  #d2d2d7;
    --gray-600:  #1d1d1f;      /* war hellgrau → jetzt Text */
    --gray-500:  #1d1d1f;      /* war hellgrau → jetzt Text */
    --gray-400:  #1d1d1f;      /* war hellgrau → jetzt Text */
    --gray-300:  #1d1d1f;      /* war hellgrau → jetzt Text */
    --dark-card: #ffffff;
    --dark-bg:   #f5f5f7;

    /* Akzent-Farben für Themen-Blöcke (gesättigt, lesbar auf hell) */
    --gold:   #8a6b00;         /* dunkler, lesbar */
    --red:    #a31a21;
    --green:  #00663d;
    --orange: #bf5700;
    --teal:   #0e7490;
    --blue:   #0066cc;
}

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

html { scroll-behavior: smooth; font-size: 16px !important; -webkit-text-size-adjust: 100% !important; -moz-text-size-adjust: 100% !important; text-size-adjust: 100% !important; overflow-x: hidden; }
body { -webkit-text-size-adjust: 100% !important; text-size-adjust: 100% !important; }
/* overflow-x: hidden nur auf html (nicht auch auf body — Doppel-overflow blockiert Scrollen auf Android Chrome) */
/* Android/Samsung Font-Boosting + Text-Reflow verhindern
   max-height nur auf Text-Container, nicht auf Layout-Elemente
   (universeller * Selektor kann Scroll-Probleme auf Android verursachen) */
p, li, td, th, dd, dt, blockquote, figcaption, label, span, a, strong, em, small,
h1, h2, h3, h4, h5, h6 {
    max-height: 999999px;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text",
                 'Inter', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: var(--bg);
    color: var(--text);
    font-size: 19px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.012em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 52px;  /* Platz fuer position:fixed Nav */
}

/* =========================================================
   LINKS — durchgängig Apple-Blau, Weight 500
   ========================================================= */
a { color: var(--link); text-decoration: none; }
a:hover { color: var(--link-hover); text-decoration: underline; }
a:focus-visible { outline: 2px solid var(--link); outline-offset: 3px; border-radius: 3px; }

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

/* =========================================================
   NAV — Apple-Sticky mit Blur, hellgrauer Hintergrund
   ========================================================= */
nav.pillar-nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: rgba(245,245,247,0.85);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid var(--divider);
}
.pillar-nav-inner {
    display: flex; align-items: center; justify-content: space-between;
    padding: 0.55rem 2rem; gap: 1rem;
}
.pillar-logo {
    font-family: -apple-system, BlinkMacSystemFont, 'Inter', sans-serif;
    font-weight: 800; font-size: 1.7rem;
    text-decoration: none; letter-spacing: -0.01em;
    display: inline-flex; gap: 0.25rem;
    line-height: 1;
}
.pillar-logo .ki { color: #1d1d1f; }
.pillar-logo .po { color: #cc0000; }
.pillar-logo .de { color: #c8a415; }

/* KIPODE Markenfarben — global (Logo, Disclaimer, Buch-CTA, überall) */
span.ki { color: #1d1d1f; }
span.po { color: #cc0000; }
span.de { color: #c8a415; }
.pillar-logo:hover { text-decoration: none; opacity: 0.85; }

@media (max-width: 768px) {
    .pillar-logo { font-size: 1.3rem; gap: 0.2rem; }
}

.pillar-nav-links {
    display: flex; gap: 1rem;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    min-width: 0;
}
.pillar-nav-links a {
    color: #1d1d1f;
    font-weight: 500;
    text-decoration: none;
    font-size: 0.8rem;
    white-space: nowrap;
    transition: color 0.2s;
}
.pillar-nav-links a:hover {
    color: #8a6b00;
    text-decoration: none;
}
.pillar-nav-links a.active {
    color: #8a6b00;
    font-weight: 600;
}

/* Newsletter-CTA & gleichartige Pill-Buttons */
.pillar-nav-links a.cta,
.pillar-nav-inner a.cta,
.pillar-nav-cta,
.newsletter-btn {
    padding: 0.45rem 1rem;
    background: transparent;
    border: 1px solid var(--link);
    color: var(--link) !important;
    border-radius: 20px;
    font-weight: 500;
    font-size: 0.82rem;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: 0;
    text-transform: none;
    transition: all 0.15s;
}
.pillar-nav-links a.cta:hover,
.pillar-nav-inner a.cta:hover,
.pillar-nav-cta:hover,
.newsletter-btn:hover {
    background: var(--link);
    color: #fff !important;
    text-decoration: none;
}

/* Nav-Link-Dots (Lagebericht + KI Radar) — identisch mit index.html */
.nav-live-link { color: #cc0000 !important; font-weight: 800 !important; display: inline-flex !important; align-items: center; gap: 0.45rem; letter-spacing: 0.5px; }
.nav-live-link:hover { color: #ff1f1f !important; }
.nav-live-dot { display: inline-block; width: 9px; height: 9px; background: #cc0000; border-radius: 50%; box-shadow: 0 0 0 0 rgba(204,0,0,0.7); animation: livePulse 1.8s infinite; }
@keyframes livePulse { 0%{box-shadow:0 0 0 0 rgba(204,0,0,0.6);} 70%{box-shadow:0 0 0 10px rgba(204,0,0,0);} 100%{box-shadow:0 0 0 0 rgba(204,0,0,0);} }
.nav-radar-link { color: #0066cc !important; font-weight: 800 !important; display: inline-flex !important; align-items: center; gap: 0.45rem; letter-spacing: 0.5px; }
.nav-radar-link:hover { color: #0088ff !important; }
.nav-radar-dot { display: inline-block; width: 9px; height: 9px; background: #0066cc; border-radius: 50%; box-shadow: 0 0 0 0 rgba(0,102,204,0.7); animation: radarPulse 1.8s infinite; }
@keyframes radarPulse { 0%{box-shadow:0 0 0 0 rgba(0,102,204,0.6);} 70%{box-shadow:0 0 0 10px rgba(0,102,204,0);} 100%{box-shadow:0 0 0 0 rgba(0,102,204,0);} }

/* Hamburger (Mobile) */
.pillar-hamburger {
    display: none; background: none; border: none; cursor: pointer;
    flex-direction: column; gap: 5px; padding: 5px;
}
.pillar-hamburger span { display: block; width: 24px; height: 2px; background: var(--text); }
.pillar-mobile-themes { display: none; }

/* Nav-Dropdown (Themenseiten) */
.pillar-nav-dropdown { position: relative; }
.pillar-nav-dropdown-btn,
.pillar-nav-dropdown-trigger {
    background: none;
    border: 1px solid #d2d2d7;
    color: #1d1d1f;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}
.pillar-nav-dropdown-btn:hover,
.pillar-nav-dropdown-trigger:hover {
    background: #f5f5f7;
    border-color: #c8a415;
    color: #c8a415;
}
.pillar-nav-dropdown-btn::after { content: ' ▾'; font-size: 0.7rem; }

/* Newsletter-CTA in Nav — identisch mit index.html */
.nav-cta {
    background: #c8a415 !important; color: #ffffff !important;
    padding: 0.45rem 1rem !important; border-radius: 6px;
    font-weight: 700 !important; font-size: 0.78rem !important;
    text-decoration: none; white-space: nowrap;
    text-transform: uppercase; letter-spacing: 0.5px;
    transition: background 0.2s;
}
.nav-cta:hover { background: #a88a10 !important; }

.pillar-nav-dropdown-menu {
    display: none;
    position: absolute; top: calc(100% + 0.5rem); right: 0;
    background: rgba(255,255,255,0.98);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border: 1px solid #d2d2d7;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
    padding: 1rem 0;
    min-width: 520px;
    z-index: 1100;
    columns: 2;
    column-gap: 0;
}
.pillar-nav-dropdown.open .pillar-nav-dropdown-menu { display: block; }
.pillar-nav-dropdown-menu a {
    display: block;
    padding: 0.45rem 1.4rem;
    font-size: 0.85rem;
    color: #1d1d1f;
    font-weight: 500;
    break-inside: avoid;
    white-space: nowrap;
    transition: all 0.15s;
}
.pillar-nav-dropdown-menu a:hover {
    background: #f5f5f7;
    color: #c8a415;
    text-decoration: none;
}
.pillar-nav-dropdown-menu a.active {
    color: #c8a415;
    font-weight: 600;
}

/* Mobile: Dropdown-Menü als Vollbreite-Panel fix unter der Nav.
   position:fixed relativ zum Viewport — überwindet alle overflow-Probleme. */
@media (max-width: 768px) {
    .pillar-nav-dropdown { position: static; }
    .pillar-nav-dropdown-menu {
        position: fixed;
        top: 4.5rem;
        left: 0.8rem;
        right: 0.8rem;
        width: auto;
        min-width: 0;
        max-width: none;
        columns: 1;
        padding: 0.6rem 0;
        max-height: calc(100vh - 6rem);
        overflow-y: auto;
    }
    .pillar-nav-dropdown-menu a {
        padding: 0.7rem 1.1rem;
        font-size: 1.05rem;
    }
}

/* CTA-Buttons in Nav (vorher Gold) → Apple-Blau Outline */
.pillar-nav-cta, .newsletter-btn {
    display: inline-block;
    padding: 0.45rem 1rem;
    border: 1px solid var(--link);
    border-radius: 20px;
    color: var(--link);
    font-weight: 500;
    font-size: 0.88rem;
    text-decoration: none;
    transition: all 0.15s;
}
.pillar-nav-cta:hover, .newsletter-btn:hover {
    background: var(--link);
    color: #fff !important;
    text-decoration: none;
}

/* =========================================================
   BREADCRUMBS
   ========================================================= */
.breadcrumbs {
    display: none;          /* visuell ausgeblendet — JSON-LD BreadcrumbList bleibt fuer SEO */
    max-width: 1600px;
    margin: 1.6rem auto 0;
    padding: 0 1.8rem;
    font-size: 0.78rem;
    color: var(--text-tertiary);
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.breadcrumbs a { color: var(--text-tertiary); font-weight: 400; }
.breadcrumbs a:hover { color: var(--link); text-decoration: none; }
.breadcrumbs strong { color: var(--text); font-weight: 500; }

/* =========================================================
   ARTICLE.PILLAR — zentrales Layout
   ========================================================= */
article.pillar {
    max-width: none;
    margin: 0;
    padding: 4.5rem 2.5rem 1.5rem;
    position: relative;
}

/* Datum-Badge „Stand: …" — goldene Pill-Kachel nach Lead-Text */
.pillar-date {
    display: inline-block;
    background: rgba(200,164,21,0.12);
    border: 1px solid rgba(200,164,21,0.35);
    color: #9a7f10;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1.2rem;
    white-space: nowrap;
}

article.pillar h1 {
    font-size: clamp(1.5rem, 2.4vw, 2rem);    /* 24–32px — passt auch bei langen Titeln in eine Zeile */
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.08;
    margin: 0.4rem 0 1rem;
    color: var(--text);
}

.pillar-lead {
    font-size: 1.02rem;                          /* ~16px — kompakt, lesbar */
    line-height: 1.65;
    color: var(--text);
    margin-bottom: 2rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    max-width: none;
}

article.pillar h2 {
    font-size: clamp(1.2rem, 1.8vw, 1.4rem);  /* 19–22px — proportional zur neuen H1 */
    font-weight: 600;
    letter-spacing: -0.022em;
    line-height: 1.08;
    margin: 2.4rem 0 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--divider);
    color: var(--text);
}
article.pillar h2:first-of-type { border-top: none; padding-top: 0.6rem; }

article.pillar h3 {
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);  /* 17–22px — proportional zu h2 */
    font-weight: 600;
    letter-spacing: -0.018em;
    line-height: 1.15;
    margin: 2rem 0 0.8rem;
    color: var(--text);
}

article.pillar p {
    font-size: 1.18rem;                          /* ~19px — kompakt, gut lesbar */
    line-height: 1.47;
    color: var(--text);
    margin-bottom: 1.2rem;
    letter-spacing: -0.01em;
}

article.pillar ul, article.pillar ol {
    font-size: 1.18rem;                          /* ~19px — gleich wie p-Tags */
    line-height: 1.72;
    color: var(--text);
    letter-spacing: -0.01em;
    margin-left: 1.4rem;
    margin-bottom: 1.1rem;
    max-width: none;
}
article.pillar li { margin-bottom: 0.45rem; }

/* Apple-Prinzip: ALLE Links blau, durchgehend, keine Ausnahmen.
   !important überschreibt inline styles auf einzelnen Pillar-Seiten. */
article.pillar a,
article.pillar p a,
article.pillar li a,
article.pillar td a,
article.pillar .pillar-lead a {
    color: var(--link) !important;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: rgba(0,102,204,0.35);
    text-underline-offset: 2px;
}
article.pillar h1, article.pillar h2, article.pillar h3 { text-decoration: none !important; }
article.pillar h1 a, article.pillar h2 a,
article.pillar h3 a {
    color: var(--link) !important;
    font-weight: 500;
    text-decoration: none;
}
article.pillar a:hover,
article.pillar a:hover strong { color: var(--link-hover) !important; text-decoration: underline; }
article.pillar a strong { color: var(--link) !important; }

/* Eyebrow / Themenseiten-Label über H1 */
.pillar-eyebrow, .eyebrow {
    font-size: 0.82rem;
    color: var(--text-tertiary);
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
    display: block;
}

/* =========================================================
   STAT-CALLOUT — große Zahl + Erklärung
   Modernes 2-Spalten-Statement: links Riesen-Zahl in Akzentfarbe,
   rechts erklärender Text. Variant-Modifier: .gold .green .red.
   Mobile: vertikaler Stack.
   ========================================================= */
.stat-callout {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 2.2rem;
    row-gap: 0.6rem;
    align-items: center;
    background: linear-gradient(135deg, #fafbfc 0%, #f3f4f6 100%);
    border-left: 4px solid #c8a415;
    border-radius: 14px;
    padding: 1.8rem 2.2rem;
    margin: 2rem 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.stat-callout .stat-callout-num {
    font-size: clamp(2rem, 3.6vw, 2.8rem);
    font-weight: 800;
    color: #c8a415;
    line-height: 1;
    letter-spacing: -0.025em;
    font-family: inherit;
    white-space: nowrap;
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
}
.stat-callout .stat-callout-text {
    font-size: clamp(1rem, 1.4vw, 1.12rem);
    color: #1d1d1f;
    line-height: 1.55;
    font-weight: 500;
    grid-column: 2;
    align-self: center;
}
.stat-callout .stat-callout-text strong { font-weight: 700; color: #1d1d1f; }
.stat-callout .stat-callout-text em { font-style: italic; color: #3a3a3c; }

/* Variant: Gold (Standard, hier explizit) */
.stat-callout.gold { border-left-color: #c8a415; }
.stat-callout.gold .stat-callout-num { color: #c8a415; }

/* Variant: Grün — Positiv/Wachstum */
.stat-callout.green {
    border-left-color: #1a8538;
    background: linear-gradient(135deg, #f7fdf9 0%, #edf7f1 100%);
}
.stat-callout.green .stat-callout-num { color: #1a8538; }

/* Variant: Rot — Risiko/Lücke */
.stat-callout.red {
    border-left-color: #cc0000;
    background: linear-gradient(135deg, #fdf8f8 0%, #f9eced 100%);
}
.stat-callout.red .stat-callout-num { color: #cc0000; }

/* Optional: alte Sub-Klassen .stat-num und .stat-label bleiben für Abwärtskompatibilität */
.stat-callout .stat-num {
    font-size: clamp(2rem, 3.6vw, 2.8rem);
    font-weight: 800;
    color: inherit;
    line-height: 1;
    letter-spacing: -0.025em;
    font-family: inherit;
    margin-bottom: 0.4rem;
}
.stat-callout .stat-label {
    font-size: 0.85rem;
    color: var(--text-tertiary);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    margin-bottom: 0.4rem;
}
.stat-callout p {
    font-size: 1.02rem;
    color: #1d1d1f;
}

/* Mobile: vertikaler Stack — Zahl oben, Text unten */
@media (max-width: 600px) {
    .stat-callout {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 0.6rem;
        padding: 1.4rem 1.4rem;
    }
    .stat-callout .stat-callout-num {
        grid-column: 1;
        grid-row: auto;
        font-size: clamp(1.8rem, 7vw, 2.4rem);
        white-space: normal;
    }
    .stat-callout .stat-callout-text {
        grid-column: 1;
        font-size: 0.98rem;
    }
}

/* =========================================================
   INFO-BOX — „Kein Blindflug" Block
   ========================================================= */
.info-box,
.batt-infobox,
.rnt-genk-box {
    background: var(--card-soft);
    border-left: 3px solid var(--text);
    border-radius: var(--radius-xs);
    padding: 1.4rem 1.7rem;
    margin: 2rem 0;
    font-size: 1.02rem;
    line-height: 1.55;

    color: var(--text);
}
.info-box p, .batt-infobox p {
    font-size: 1.02rem !important;
    color: var(--text) !important;
    max-width: none !important;
    margin-bottom: 0.6rem;
}
.info-box p:last-child, .batt-infobox p:last-child { margin-bottom: 0; }

/* =========================================================
   FAQ — Accordion im Apple-Stil
   ========================================================= */
.faq-block { margin: 2.5rem 0; }
.faq-block > h2, .faq-block > h3 { margin-bottom: 1rem; }
.faq-block details {
    border-top: 1px solid var(--divider);
    padding: 1.3rem 0;
}
.faq-block details:last-child { border-bottom: 1px solid var(--divider); }
.faq-block summary {
    font-size: 1.15rem;
    font-weight: 500;
    letter-spacing: -0.015em;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    color: var(--text);
}
.faq-block summary::-webkit-details-marker { display: none; }
.faq-block summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--text-tertiary);
    transition: transform 0.2s;
}
.faq-block details[open] summary::after { content: '−'; }
.faq-block details > p,
.faq-block details > div {
    padding-top: 0.8rem;
    font-size: 1.02rem;
    line-height: 1.55;
    color: var(--text-secondary, #6e6e73);
}
.faq-block details a { color: var(--link); font-weight: 500; }

/* =========================================================
   SOURCES / QUELLEN
   ========================================================= */
.sources-block {
    background: var(--card-soft);
    border-radius: var(--radius-sm);
    padding: 1.4rem 1.7rem;
    margin: 2.5rem 0;
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.65;

}
.sources-block h3, .sources-block h2 {
    font-size: 1rem !important;
    color: var(--text) !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 0.8rem !important;
    font-weight: 600;
}
.sources-block ul { margin-left: 1.3rem; font-size: 0.9rem; }
.sources-block li { margin-bottom: 0.3rem; color: var(--text-secondary); }
.sources-block a { color: var(--link); }

/* =========================================================
   RELATED PILLARS (Weiterführende Themenseiten)
   ========================================================= */
.related-pillars {
    margin: 3rem 0 1rem;

}
.related-pillars h2, .related-pillars h3 {
    font-size: 1.3rem !important;
    margin-bottom: 1rem !important;
}
.related-pillars ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 0.8rem;
    list-style: none;
    margin-left: 0 !important;
}
.related-pillars li {
    background: var(--card);
    border: 1px solid var(--divider);
    border-radius: 12px;
    padding: 0;
    margin: 0 !important;
}
.related-pillars a {
    display: block;
    padding: 1rem 1.2rem;
    color: var(--text);
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
}
.related-pillars a:hover {
    background: var(--bg);
    color: var(--link);
    text-decoration: none;
}

/* Related-Grid (div-basiert — einige Seiten nutzen div statt ul/li) */
.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 0.8rem;
}
.related-card {
    display: block;
    background: var(--card);
    border: 1px solid var(--divider);
    border-radius: 12px;
    padding: 1.1rem 1.3rem;
    color: var(--text);
    text-decoration: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.related-card:hover {
    border-color: var(--link);
    box-shadow: 0 2px 8px rgba(0,102,204,0.10);
    text-decoration: none;
}
.related-card-eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--gray-400, #86868b);
    margin-bottom: 0.3rem;
}
.related-card-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text);
}
.related-card:hover .related-card-title {
    color: var(--link);
}

/* =========================================================
   CTA-Block
   ========================================================= */
.pillar-cta {
    background: var(--card);
    border: 1px solid var(--divider);
    border-radius: var(--radius-card);
    padding: 2rem 2.2rem;
    margin: 1.5rem 0;

}
.pillar-cta h2, .pillar-cta h3 { margin-top: 0 !important; }

/* Buch-CTA mit Cover — erweitert */
.buch-cta-grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 2.5rem;
    align-items: stretch;
}
.buch-cta-visual { text-align: center; display: flex; flex-direction: column; align-items: center; }
.buch-cta-visual > a:first-child { display: block; max-width: 100%; }
.buch-cta-cover {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12), 0 2px 6px rgba(0,0,0,0.08);
    transition: transform 0.2s, box-shadow 0.2s;
    display: block;
}
.buch-cta-cover:hover {
    transform: translateY(-3px) rotate(-1deg);
    box-shadow: 0 12px 32px rgba(0,0,0,0.18);
}
.buch-cta-badge {
    display: none;
}
.buch-cta-content h3 { margin: 0 0 0.8rem !important; font-size: 1.5rem !important; }
.buch-cta-content h3 .buch-highlight { color: #0066cc; }
.buch-cta-content .buch-hook { font-size: 1rem; font-weight: 600; line-height: 1.6; color: var(--text, #1d1d1f); margin-bottom: 0.8rem; }
.buch-cta-content p { font-size: 0.95rem; line-height: 1.6; color: var(--text-secondary, #3a3a3c); margin-bottom: 0.8rem; }
.buch-cta-content .buch-meta { font-size: 0.82rem; color: var(--gray-400, #86868b); margin-bottom: 0.8rem; }
.buch-cta-buttons { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.2rem; }
.buch-cta-buttons .btn-amazon {
    display: inline-flex; align-items: center; gap: 0.45rem;
    padding: 0.75rem 1.5rem; background: #FF9900; color: #000;
    font-weight: 700; border-radius: 8px; text-decoration: none;
    font-size: 0.92rem; border: 1px solid #e8a000; transition: all 0.2s;
}
.buch-cta-buttons .btn-amazon:hover { background: #ffad33; transform: translateY(-1px); text-decoration: none; }
.buch-cta-buttons .btn-fiperly {
    display: inline-flex; align-items: center; gap: 0.4rem;
    padding: 0.75rem 1.5rem; background: transparent;
    color: var(--link, #0066cc); font-weight: 600; border-radius: 8px;
    text-decoration: none; font-size: 0.92rem;
    border: 1px solid var(--link, #0066cc); transition: all 0.2s;
}
.buch-cta-buttons .btn-fiperly:hover { background: var(--link, #0066cc); color: #fff; text-decoration: none; }
.buch-cta-buttons .btn-toc {
    display: inline-flex; align-items: center; gap: 0.4rem;
    padding: 0.55rem 1.1rem; background: rgba(200,164,21,0.1);
    border: 1px solid rgba(200,164,21,0.35); border-radius: 8px;
    color: #9a7f10; font-size: 0.85rem; font-weight: 700;
    text-decoration: none; transition: all 0.2s;
}
.buch-cta-buttons .btn-toc:hover { background: rgba(200,164,21,0.2); text-decoration: none; }
.buch-cta-footer {
    margin-top: 1.2rem; padding: 0.8rem 1rem;
    background: rgba(200,164,21,0.08); border: 1px solid rgba(200,164,21,0.2);
    border-radius: 8px; font-size: 0.85rem; color: var(--text-secondary, #3a3a3c);
}
.buch-cta-footer a { color: #9a7f10; text-decoration: underline; }
@media (max-width: 720px) {
    .buch-cta-grid { grid-template-columns: 1fr; gap: 1.5rem; text-align: center; align-items: start; }
    .buch-cta-visual > a:first-child { flex: 0; }
    .buch-cta-cover { width: 200px; height: auto; object-fit: contain; margin: 0 auto; }
    .buch-cta-content { text-align: left; }
    .buch-cta-buttons { justify-content: center; }
}
@media (max-width: 480px) {
    .buch-cta-cover { width: 160px; }
    .buch-cta-content h3 { font-size: 1.2rem !important; }
    .buch-cta-content .buch-hook { font-size: 0.92rem; }
    .buch-cta-content p { font-size: 0.88rem; }
}

/* =========================================================
   SHARE-FLOATING — fix rechts unten wie in der alten Version
   Farbige runde Buttons (WA grün, FB blau, X schwarz, IG Farbverlauf)
   ========================================================= */
.share-floating {
    position: fixed;
    right: 1.4rem;
    bottom: 5.5rem;
    z-index: 9000;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    align-items: center;
}
.share-floating .share-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.15s;
    color: #fff;
    text-decoration: none;
    padding: 0;
    position: relative;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    background: #333;     /* Fallback */
}
.share-floating .share-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 14px rgba(0,0,0,0.18);
    text-decoration: none;
}
.share-floating .share-btn svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.share-floating .share-wa { background: #25d366 !important; }
.share-floating .share-fb { background: #1877f2 !important; }
.share-floating .share-x  { background: #000000 !important; }
.share-floating .share-li { background: #0a66c2 !important; }
.share-floating .share-ig {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
}

/* Mobile: Share-Buttons waagerecht, HORIZONTAL ZENTRIERT am unteren Rand.
   Verdeckt keinen Lesetext und ist mittig gut erreichbar. */
@media (max-width: 768px) {
    .share-floating {
        flex-direction: row;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        bottom: 0.8rem;
        gap: 0.6rem;
    }
    .share-floating .share-btn {
        width: 40px;
        height: 40px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.22);
    }
    .share-floating .share-btn svg { width: 18px; height: 18px; }
}

/* Inline-Share-Bar (falls auf manchen Seiten verwendet) */
.share-bar {
    display: flex;
    gap: 0.6rem;
    margin: 1.6rem 0;
    flex-wrap: wrap;
}
.share-bar .share-btn {
    width: auto; height: auto; border-radius: 20px;
    padding: 0.5rem 0.9rem;
    background: var(--card);
    border: 1px solid var(--divider);
    color: var(--text);
    font-size: 0.85rem;
    font-weight: 500;
    box-shadow: none;
}
.share-bar .share-btn:hover {
    background: var(--bg);
    border-color: var(--link);
    color: var(--link);
    transform: none;
}
.share-bar .share-btn svg { fill: currentColor; }

/* Likes / Besuchszähler */
.kipode-social {
    display: flex;
    gap: 1.2rem;
    margin: 1.4rem 0;
    font-size: 0.9rem;
    color: var(--text-secondary);
    align-items: center;
}
.kipode-social .like-btn {
    background: var(--card);
    border: 1px solid var(--divider);
    border-radius: 20px;
    padding: 0.4rem 0.9rem;
    cursor: pointer;
    font-size: 0.88rem;
    color: var(--text);
    transition: all 0.15s;
}
.kipode-social .like-btn:hover {
    border-color: var(--link);
    color: var(--link);
}
.kipode-social .like-btn.liked {
    background: var(--success-bg);
    border-color: var(--success);
    color: var(--success);
}

/* =========================================================
   TABELLEN (bei Bedarf in Seiten verwendet)
   ========================================================= */
article.pillar table {
    width: 100%;

    border-collapse: collapse;
    margin: 1.6rem 0;
    font-size: 0.95rem;
    background: var(--card);
    border-radius: var(--radius-sm);
    overflow: hidden;
    border: 1px solid var(--divider);
}
article.pillar th,
article.pillar td {
    padding: 0.85rem 1rem;
    text-align: left;
    border-bottom: 1px solid var(--divider);
}
article.pillar th {
    background: var(--bg);
    color: var(--text);
    font-weight: 600;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
article.pillar tr:last-child td { border-bottom: none; }
article.pillar tr:hover td { background: rgba(0,102,204,0.025); }

/* =========================================================
   BADGES — Status (grün/ocker/rot)
   ========================================================= */
.batt-badge, .status-badge {
    display: inline-block;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.2rem 0.55rem;
    border-radius: 6px;
    margin-bottom: 0.7rem;
    font-weight: 600;
    background: var(--success-bg);
    color: var(--success);
    border: none;
}
.batt-badge-warn, .status-badge-warn {
    background: var(--warn-bg);
    color: var(--warn);
}
.batt-badge-fail, .status-badge-fail {
    background: var(--fail-bg);
    color: var(--fail);
}

/* =========================================================
   BATTERIEZELLEN-SEITE Kompatibilität (inline-styles greifen)
   ========================================================= */
.batt-card, .batt-zahl-card, .rnt-intl-card, .rnt-demo-card, .rnt-calc,
.ee-card, .ov-card {
    background: var(--card) !important;
    border: 1px solid var(--divider) !important;
    border-radius: var(--radius-sm) !important;
    color: var(--text) !important;
}
.batt-card h3, .batt-zahl-card h3 { color: var(--text) !important; }
.batt-card p, .batt-card .batt-detail,
.batt-zahl-card .batt-zahl-text {
    color: var(--text) !important;
}
.batt-card a { color: var(--link) !important; font-weight: 500; }
.batt-zahl-num { color: var(--text) !important; font-family: inherit !important; }
.batt-zahl-label { color: var(--text) !important; font-weight: 600; }
.batt-zahl-src { color: var(--text-tertiary) !important; }

/* FAQ-Akkordeon (Batteriezellen + wiederverwendbar) */
.batt-faq { max-width: 900px; }
.batt-faq-item {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    margin-bottom: 0.8rem;
    overflow: hidden;
}
.batt-faq-item summary {
    padding: 1rem 1.3rem;
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--text);
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.batt-faq-item summary::before {
    content: "+";
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--link);
    flex-shrink: 0;
    width: 1.2rem;
    text-align: center;
    transition: transform 0.2s ease;
}
.batt-faq-item[open] summary::before {
    content: "\2212";
}
.batt-faq-item summary::-webkit-details-marker { display: none; }
.batt-faq-item div[itemprop="acceptedAnswer"] {
    padding: 0 1.3rem 1rem 3.1rem;
    color: var(--text-secondary);
    line-height: 1.7;
}
.batt-faq-item div[itemprop="acceptedAnswer"] p { margin: 0; }

/* Rente-Seite Calc-Box */
.rnt-calc { padding: 1.8rem; }
.rnt-calc-row label { color: var(--text); font-weight: 500; }
.rnt-calc-result {
    background: var(--bg);
    border-radius: var(--radius-sm);
    padding: 1.2rem 1.4rem;
    color: var(--text);
}
.rnt-calc-result strong { color: var(--text); }

/* Charts / Balken — hellerer Hintergrund */
.rnt-chart .rnt-bar-wrap,
.chart-bar-wrap {
    background: var(--bg);
    border-radius: var(--radius-xs);
}
.rnt-bar, .chart-bar-fill {
    border-radius: var(--radius-xs);
}

/* =========================================================
   MOBILE / RESPONSIVE
   ========================================================= */
@media (max-width: 900px) {
    body { overflow-x: hidden !important; }
    article.pillar { padding: 4rem 1rem 1rem; overflow-x: hidden; max-width: 100vw; }
    .pillar-date { font-size: 0.72rem; padding: 0.35rem 0.8rem; margin-bottom: 0.8rem; }
    /* Mobile-Typografie: kompakt — Desktop bleibt Apple-groß, unverändert */
    article.pillar h1 { font-size: clamp(1.25rem, 5vw, 1.6rem) !important; line-height: 1.12 !important; letter-spacing: -0.015em; margin-bottom: 0.8rem !important; }
    article.pillar h2 { font-size: clamp(1rem, 3.5vw, 1.2rem) !important; line-height: 1.18 !important; margin: 1.4rem 0 0.6rem !important; padding-top: 0.8rem !important; }
    article.pillar h3 { font-size: 0.92rem !important; line-height: 1.25 !important; margin: 1rem 0 0.4rem !important; }
    article.pillar h3.radar-pro-title { font-size: 1.6rem !important; line-height: 1.1 !important; margin: 0.1rem 0 0.6rem !important; letter-spacing: 2px !important; }
    .pillar-lead { font-size: 0.95rem !important; line-height: 1.5 !important; letter-spacing: 0 !important; margin-bottom: 1.2rem !important; }
    article.pillar p, article.pillar ul, article.pillar ol { font-size: 0.95rem !important; line-height: 1.55 !important; letter-spacing: 0 !important; margin-bottom: 0.7rem !important; }
    article.pillar .h2-fazit { font-size: 0.95rem !important; line-height: 1.55 !important; }
    article.pillar li { margin-bottom: 0.3rem !important; }
    .stat-callout, .info-box, .pillar-cta { padding: 1rem 1.1rem; font-size: 0.82rem !important; }
    .faq-block { margin: 1.5rem 0; }
    .faq-block summary { font-size: 0.85rem !important; }
    .faq-block details > p, .faq-block details > div { font-size: 0.78rem !important; line-height: 1.5 !important; }
    .faq-block details { padding: 0.6rem 0; }
    .sources-block { padding: 1rem !important; margin: 1rem 0 !important; }
    .sources-block h3, .sources-block h2 { font-size: 0.88rem !important; }
    .sources-block ul { font-size: 0.78rem !important; }
    .sources-block li { margin-bottom: 0.2rem !important; }
    .stat-callout-num { font-size: 1.3rem !important; }
    .stat-callout-text { font-size: 0.82rem !important; line-height: 1.45 !important; }
    /* Mobile: Hamburger zeigen, Links in Panel klappen */
    .pillar-hamburger { display: flex !important; order: 3; margin-left: auto; }
    .pillar-nav-dropdown { display: none !important; }
    .pillar-nav-links {
        display: none !important;
        flex-direction: column !important;
        align-items: stretch !important;
        flex-basis: 100% !important;
        width: 100%;
        order: 4;
        padding: 0 !important;
        gap: 0 !important;
        font-size: 1rem;
    }
    /* .open steuert NUR Layout-Styles — display wird ausschließlich
       per JavaScript-Inline-Style gesetzt (style.setProperty).
       Dadurch kann eine steckengebliebene .open-Klasse (bfcache,
       Android Chrome Bug) die Nav NICHT sichtbar machen. */
    .pillar-nav-links.open {
        /* display: wird per JS gesetzt — NICHT hier! */
        visibility: visible !important;
        opacity: 1 !important;
        max-height: 85vh !important; max-height: 85dvh !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        pointer-events: auto !important;
        padding: 0.6rem 0 0.4rem !important;
        padding-bottom: 4rem !important;
    }
    nav.pillar-nav:has(.pillar-nav-links.open) {
        z-index: 10000 !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        background: #f5f5f7 !important;
    }
    /* Body-Scroll sperren solange Menü offen */
    body.menu-open { overflow: hidden !important; position: fixed !important; width: 100% !important; }
    .pillar-nav-links.open { touch-action: pan-y !important; }
    body:has(.pillar-nav-links.open) .share-floating { display: none !important; }
    .pillar-nav-links a {
        padding: 0.75rem 0.2rem;
        border-bottom: 1px solid var(--divider);
        font-size: 1rem;
    }
    .pillar-nav-links a:last-child { border-bottom: 0; }
    .pillar-mobile-themes { display: block !important; padding-top: 0.4rem; }
    .pillar-mobile-themes a { display: block; padding: 0.75rem 0.2rem; border-bottom: 1px solid var(--divider); font-size: 1rem; }
    .pillar-mobile-themes a:last-child { border-bottom: 0; }
    .pillar-mobile-divider { display: block; height: 1px; background: var(--divider); margin: 0.6rem 0; }
    .pillar-mobile-label { display: block; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-tertiary); padding: 0.4rem 0 0.2rem; }
    .pillar-nav-inner { padding: 0.55rem 1rem; row-gap: 0.2rem; }
    .related-pillars ul { grid-template-columns: 1fr; }
    .related-grid { grid-template-columns: 1fr; }

    /* ── Einheitlicher Lesetext auf Mobile: 0.82rem ──
       Gilt für ALLE Cards, Boxen, Info-Blöcke.
       Ausnahmen: Badges (0.58rem), Tabellen-Header (0.62rem),
       Labels/Detail-Zeilen (0.72rem), Footer (0.78rem). */
    [class*="-card"] { padding: 0.9rem !important; }
    [class*="-card"] h3, [class*="-card"] h4 { font-size: 0.88rem !important; margin-bottom: 0.3rem !important; }
    [class*="-card"] p, [class*="-card"] li,
    [class*="-tech-card"] p,
    [class*="geo-box"] p, [class*="misserfolg"] p {
        font-size: 0.82rem !important;
        line-height: 1.5 !important;
    }
    /* Kleine Beschriftungen in Cards — dürfen kleiner bleiben */
    [class*="-detail"], [class*="-zahl-text"],
    [class*="-tech-label"] {
        font-size: 0.72rem !important;
        line-height: 1.45 !important;
    }
    [class*="-tabelle"] { font-size: 0.78rem !important; }
    [class*="-tabelle"] th { font-size: 0.62rem !important; }
    [class*="-tabelle"] td { padding: 0.5rem 0.4rem !important; }
    [class*="-badge"] { font-size: 0.58rem !important; padding: 2px 6px !important; }
    /* Boxen und Grids enger */
    [class*="-box"], [class*="-grid"] { gap: 0.6rem !important; }
    [class*="-box"] { padding: 1rem !important; }
    [class*="-box"] h3 { font-size: 0.88rem !important; }
    [class*="-box"] p, [class*="-box"] li { font-size: 0.82rem !important; line-height: 1.5 !important; }
    /* Quellen kleiner */
    article.pillar a[target="_blank"] { font-size: inherit; }
    .pillar-footer { font-size: 0.78rem; padding: 1.2rem 1rem 0.6rem; }
}

/* =========================================================
   FOOTER
   ========================================================= */
.pillar-footer {
    max-width: 1600px;
    margin: 1rem auto 0;
    padding: 1.2rem 1.8rem 0.8rem;
    border-top: 1px solid var(--divider);
    font-size: 0.92rem;
    color: var(--text);
    line-height: 1.6;
}
.pillar-footer-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 1rem;
}
.pillar-footer-inner > div { min-width: 0; }
.pillar-footer-inner h4 {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--text-tertiary);
    font-weight: 700;
    margin-bottom: 0.5rem;
    border: none;
    padding: 0;
}
.pillar-footer-inner a {
    display: block;
    color: var(--text);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.88rem;
    padding: 0.18rem 0;
    transition: color 0.15s ease;
}
.pillar-footer-inner a:hover { color: var(--link); text-decoration: none; }
.pillar-footer-inner .pillar-logo {
    display: inline-block;
    padding: 0;
    font-weight: 800;
    letter-spacing: 0.3px;
    text-decoration: none;
    font-size: 1rem;
}
.pillar-footer-inner > div:first-child p {
    font-size: 0.78rem !important;
    margin-top: 0.3rem !important;
    line-height: 1.5;
}
.pillar-footer-inner .pillar-logo .ki { color: #1d1d1f; }
.pillar-footer-inner .pillar-logo .po { color: #cc0000; }
.pillar-footer-inner .pillar-logo .de { color: #c8a415; }

.pillar-footer-bottom {
    max-width: 1600px;
    margin: 0.8rem auto 0;
    padding: 0.8rem 1.8rem;
    border-top: 1px solid var(--divider);
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.6rem;
    font-size: 0.82rem;
    color: var(--text-tertiary);
}
.pillar-footer-bottom a { color: var(--link); font-weight: 500; }
.pillar-footer-bottom a:hover { text-decoration: underline; }

@media (max-width: 768px) {
    .pillar-footer-inner {
        grid-template-columns: 1fr;
        gap: 1.8rem;
    }
    .pillar-footer-bottom {
        flex-direction: column;
        gap: 0.5rem;
        font-size: 0.8rem;
    }
}

/* Globale Fußzeile (nicht pillar-footer) */
footer:not(.pillar-footer) {
    max-width: 1600px;
    margin: 3rem auto 2rem;
    padding: 2rem 1.8rem 1rem;
    border-top: 1px solid var(--divider);
    font-size: 0.9rem;
    color: var(--text-tertiary);
    line-height: 1.6;
}
footer:not(.pillar-footer) a { color: var(--link); }

/* =========================================================
   DISCLAIMER BAR (Korrektur melden) — Apple-hell
   ========================================================= */
.disclaimer-bar {
    background: linear-gradient(90deg, rgba(200,164,21,0.08), rgba(200,164,21,0.03) 50%, rgba(200,164,21,0.08));
    border-top: 1px solid rgba(200,164,21,0.25);
    margin-top: 0.6rem;
    padding: 1rem 1.4rem 1.2rem;
    font-size: 0.82rem;
    color: var(--text-tertiary, #6e6e73);
    line-height: 1.5;
    text-align: center;
}
.disclaimer-bar .disclaimer-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
}
.disclaimer-bar .disclaimer-text {
    margin: 0;
    max-width: 780px;
    color: var(--text-secondary, #3a3a3c);
}
.disclaimer-bar strong { color: #c8a415; font-weight: 700; }
.disclaimer-bar a.korrektur-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 1.4rem;
    background: rgba(200,164,21,0.14);
    border: 1px solid rgba(200,164,21,0.5);
    border-radius: 999px;
    color: #c8a415;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 0.2px;
    transition: all 0.2s;
    white-space: nowrap;
}
.disclaimer-bar a.korrektur-btn:hover {
    background: rgba(200,164,21,0.24);
    border-color: #c8a415;
    color: #1d1d1f;
    transform: translateY(-1px);
}
@media (max-width: 640px) {
    .disclaimer-bar { font-size: 0.82rem; padding: 1.1rem 0.9rem 1.3rem; }
    .disclaimer-bar a.korrektur-btn { font-size: 0.82rem; padding: 0.5rem 1.1rem; }
}

/* =========================================================
   UTILITIES für alte Pages mit !important-Overrides
   Diese Selektoren stellen sicher, dass die alten dark-theme
   !important-Regeln in den einzelnen Seiten vom neuen Licht-
   Schema NICHT überschrieben werden, wo wir es brauchen.
   ========================================================= */
/* Sicherheitsnetz: .ki-Spans mit altem inline color:#fff → auf Schwarz zwingen.
   Gezielt nur .ki-Klasse, NICHT alle Elemente — sonst werden Karten mit
   farbigem Hintergrund (Wasserstoff-Grid etc.) versehentlich schwarz. */
article.pillar .ki[style*="color:#fff"],
article.pillar .ki[style*="color: #fff"] {
    color: var(--text) !important;
}

/* ============= PWA INSTALL BUTTON ============= */
/* PWA-Install-Button — hell, zentriert, freundlich */
.pwa-install-wrap { text-align: center; margin: 0.6rem 0 0.3rem; }
#kipode-social { padding: 0.8rem 0 0.4rem !important; margin-top: 0.6rem; border-top: 1px solid var(--divider, #d2d2d7); }
.pwa-install-btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.6rem 1.3rem; background: var(--card, #fff); border: 1.5px solid var(--divider, #d2d2d7); border-radius: 10px; color: var(--link, #0066cc) !important; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.3px; transition: all 0.2s ease; text-decoration: none; }
.pwa-install-btn:hover { background: var(--link, #0066cc); color: #fff !important; border-color: var(--link, #0066cc); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,102,204,0.2); text-decoration: none; }
.pwa-install-btn svg { width: 18px; height: 18px; flex-shrink: 0; }

/* ============= TABELLEN MOBILE-RESPONSIVE ============= */
/* Universelle Regel: ALLE Tabellen in Pillar-Artikeln werden auf Mobile scrollbar */
@media (max-width: 768px) {
    article.pillar table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
    }
    article.pillar table th {
        white-space: nowrap;
    }
    article.pillar table td {
        word-break: normal;
    }
}
@media (max-width: 520px) {
    article.pillar table {
        font-size: 0.82rem;
    }
    article.pillar table th,
    article.pillar table td {
        padding: 0.45rem 0.5rem;
    }
    article.pillar table th {
        font-size: 0.75rem;
        letter-spacing: 0.3px;
        white-space: nowrap;
    }
}

/* ============= BARRIEREFREIHEIT / A11Y ============= */
/* Skip-Link: unsichtbar, erscheint bei Tab-Taste */
.skip-link { position: absolute; top: -100%; left: 50%; transform: translateX(-50%); background: #0066cc; color: #fff; padding: 0.6rem 1.4rem; border-radius: 0 0 8px 8px; font-size: 0.95rem; font-weight: 600; z-index: 100000; text-decoration: none; transition: top 0.2s ease; }
.skip-link:focus { top: 0; outline: 2px solid #fff; outline-offset: 2px; }
/* Focus-Ring für Tastaturnavigation */
*:focus-visible { outline: 2px solid #0066cc; outline-offset: 2px; }

/* ============= ARTIKEL-KI-HINWEIS (EU AI Act Art. 50) ============= */
/* Ruhiger Hinweis am Artikel-Ende, ohne Akzentstrich (siehe Stil-Entscheidung 2026-04-27). */
.ki-hinweis {
    background: #f5f5f7;
    border: 1px solid #e5e5ea;
    border-radius: 8px;
    padding: 0.95rem 1.25rem;
    margin: 2.5rem 0 1.5rem;
    font-size: 0.85rem;
    line-height: 1.65;
    color: #3a3a3c;
}
.ki-hinweis strong { color: #1d1d1f; font-weight: 600; }
@media (max-width: 600px) {
    .ki-hinweis { padding: 0.85rem 1rem; font-size: 0.82rem; margin: 2rem 0 1.2rem; }
}
