/*
 * Startseite Styles
 * Ausgelagert aus template-startseite.php fuer bessere Wartbarkeit und Caching.
 */

/* --- 0. GLOBAL FIXES --- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; overflow-x: hidden; width: 100%; max-width: 100%; }
body { font-family: 'Inter', sans-serif; color: #1e1b4b; line-height: 1.6; }

/* --- LOGO UPGRADE: STARTSEITE SPEZIFISCH --- */
.site-header .site-logo {
    position: relative;
    padding: 8px 0;
    display: inline-block;
    transition: transform 0.25s ease;
}
.site-header .site-logo:hover {
    transform: translateY(-1px);
}
.site-header .site-logo img {
    max-width: min(520px, 92vw) !important;
    max-height: 128px !important;
    height: auto;
    width: auto;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 8px 20px rgba(0,0,0,0.15));
}
.site-header .site-logo::before {
    content: none !important;
}

@keyframes watercolor-morph {
    0% { border-radius: 40% 60% 50% 50% / 50% 50% 60% 40%; transform: translate(-50%, -50%) rotate(0deg) scale(1); }
    33% { border-radius: 60% 40% 60% 40% / 40% 60% 40% 60%; transform: translate(-50%, -50%) rotate(4deg) scale(1.05); }
    66% { border-radius: 50% 50% 40% 60% / 60% 40% 50% 50%; transform: translate(-50%, -50%) rotate(-4deg) scale(0.95); }
    100% { border-radius: 45% 55% 55% 45% / 55% 45% 45% 55%; transform: translate(-50%, -50%) rotate(2deg) scale(1.02); }
}

/* --- 1. SETUP & BACKGROUND --- */
.startseite-bg {
    position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: -1;
    background: linear-gradient(135deg, #fff1eb 0%, #ace0f9 100%);
}

/* Floating Emojis CSS */
.bg-emoji {
    position: fixed;
    bottom: -10vh;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    animation: riseUp linear forwards;
    font-family: "Segoe UI Emoji", "Noto Color Emoji", "Apple Color Emoji", sans-serif;
    user-select: none;
    will-change: transform, opacity;
}

@keyframes riseUp {
    0% { transform: translateY(0) translateX(0) rotate(0deg); opacity: 0; }
    10% { opacity: 0.4; }
    80% { opacity: 0.4; }
    100% { transform: translateY(-120vh) translateX(50px) rotate(360deg); opacity: 0; }
}

.main-container {
    max-width: 1200px; margin: 0 auto; padding: 2rem 1.5rem 6rem;
    position: relative; z-index: 1; width: 100%;
}

/* --- STARTSEITE: SHARED HELPERS (INLINE-STYLE REDUCTION) --- */
.start-filter-svg {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.glass-section--community {
    background: transparent;
    backdrop-filter: none;
    border: none;
    box-shadow: none;
    padding: 0;
    overflow: visible;
}
.glass-section--community::before {
    display: none;
}

.glass-section--highlight {
    border: 2px solid rgba(255, 99, 71, 0.4);
}

.hero-badge--warning {
    background: #fff5f5;
    color: #c53030;
    font-weight: 800;
    padding: 6px 14px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 1rem;
    border: 1px solid rgba(255, 99, 71, 0.2);
}

.section-subtitle--lead {
    max-width: 800px;
    margin: 0 auto 3rem;
    font-size: 1.15rem;
    color: #1e1b4b;
}

.copy-lead-gap {
    margin-bottom: 12px;
}

.copy-highlight {
    color: #c53030;
}

.support-trust-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    margin: -1.1rem 0 1.5rem;
}

.support-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: #334155;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.42);
    border-radius: 999px;
    padding: 0.4rem 0.72rem;
}

.progress-bar-content {
    background: linear-gradient(90deg, #38ef7d, #11998e);
}

.progress-bar-vr {
    background: linear-gradient(90deg, #f093fb, #f5576c);
}

.funding-note {
    font-size: 0.9rem;
    color: #6b7280;
    margin-top: 0.5rem;
}

.funding-cta {
    margin-top: 1.5rem;
    text-align: center;
}

.funding-cta-note {
    margin: 0.75rem 0 0.45rem;
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 600;
}

.funding-quick-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.quick-donate-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 62px;
    padding: 0.38rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(79, 172, 254, 0.35);
    background: rgba(79, 172, 254, 0.08);
    color: #2563eb;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 700;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.quick-donate-chip:hover {
    transform: translateY(-1px);
    background: rgba(79, 172, 254, 0.15);
    border-color: rgba(79, 172, 254, 0.6);
}

.btn--full {
    width: 100%;
    justify-content: center;
}

.funding-card--stats {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, #fdfbfb, #ebedee);
}

.funding-card-emoji {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.funding-card-heading {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 800;
    color: #1e1b4b;
}

.funding-card-subtext {
    font-size: 0.9rem;
    color: #6b7280;
    margin: 0.5rem 0 1.5rem;
}

.funding-history {
    background: rgba(0, 0, 0, 0.03);
    padding: 8px;
    border-radius: 8px;
    font-size: 0.8rem;
    color: #6b7280;
}

.funding-how-link {
    margin-top: 1rem;
    display: block;
    color: #7c3aed;
    font-weight: 700;
    text-decoration: none;
}

.funding-how-link:hover {
    text-decoration: underline;
}

.thumb-fallback {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.thumb-fallback--white {
    color: #fff;
}

.empty-state-inline {
    text-align: center;
    width: 100%;
}

.section-cta-center {
    text-align: center;
    margin-top: 2rem;
}

.ebook-body {
    padding: 2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.ebook-copy {
    color: #4a5568;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.ebook-copy--dark {
    color: #ddd;
    font-size: 0.95rem;
}

.ebook-links-row {
    display: flex;
    gap: 10px;
}

.cta-footer {
    text-align: center;
    margin-top: 4rem;
}

.cta-footer--homepage {
    margin-top: 1.25rem;
    padding: 0.5rem 0 1rem;
}

.cta-footer-title {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 800;
}

.konami-emoji {
    font-size: 3rem;
}

/* --- 2. ANIMATIONS --- */
@keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-15px); } }
@keyframes shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
@keyframes glowPulse { 0% { box-shadow: 0 0 5px rgba(79, 172, 254, 0.5); } 50% { box-shadow: 0 0 20px rgba(79, 172, 254, 0.8); } 100% { box-shadow: 0 0 5px rgba(79, 172, 254, 0.5); } }
@keyframes livePulse { 0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(56, 239, 125, 0.7); } 70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(56, 239, 125, 0); } 100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(56, 239, 125, 0); } }

/* Static Background Icons */
.bg-icon { position: absolute; opacity: 0.05; z-index: -1; pointer-events: none; animation: float 6s ease-in-out infinite; }
.icon-1 { top: 5%; left: 5%; width: 150px; color: #7c3aed; }
.icon-2 { top: 20%; right: 10%; width: 100px; color: #f472b6; animation-delay: 2s; }
.icon-3 { bottom: 15%; left: 10%; width: 120px; color: #06b6d4; animation-delay: 4s; }

/* --- 3. SEARCH --- */
.hero-search-section { margin: 2rem 0 3rem; text-align: center; padding: 0 10px; }
.hero-search-wrapper {
    position: relative; max-width: 600px; width: 100%; margin: 0 auto;
    background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(12px);
    border-radius: 50px; padding: 8px; border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 15px 35px rgba(79, 172, 254, 0.15); display: flex; transition: transform 0.3s;
}
.hero-search-wrapper:hover { transform: translateY(-2px); }
.hero-search-input { flex-grow: 1; border: none; background: transparent; padding: 12px 20px; font-size: 1.1rem; color: #1e1b4b; outline: none; min-width: 0; }
.hero-search-btn {
    background: linear-gradient(135deg, #7c3aed, #06b6d4); color: white; border: none;
    width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    cursor: pointer; flex-shrink: 0;
}

/* --- 4. SECTIONS --- */
.glass-section {
    background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(15px); border-radius: 24px;
    padding: 3rem 2rem; margin-bottom: 3rem; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.6); position: relative; overflow: hidden;
}
.glass-section::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, #7c3aed, #06b6d4, #f472b6); background-size: 200% 100%;
    animation: shimmer 4s infinite linear;
}
.section-title {
    font-size: clamp(1.5rem, 5vw, 2.5rem); font-weight: 800; margin-bottom: 1rem; text-align: center;
    background: linear-gradient(135deg, #7c3aed, #f472b6); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.section-subtitle { text-align: center; color: #4a5568; max-width: 700px; margin: 0 auto 3rem; font-size: 1.1rem; }

/* --- FUNDING & VOTING --- */
.funding-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin-top: 2rem; }
.funding-card { background: #fff; border-radius: 16px; padding: 1.5rem; border: 1px solid rgba(0,0,0,0.05); box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.funding-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; flex-wrap: wrap; gap: 10px; }
.funding-title { font-weight: 700; font-size: 1.1rem; display: flex; align-items: center; gap: 8px; }
.funding-badge { background: #ebf8ff; color: #2b6cb0; padding: 4px 10px; border-radius: 12px; font-size: 0.8rem; font-weight: 700; white-space: nowrap; }

.progress-track { height: 24px; background: #e2e8f0; border-radius: 12px; overflow: hidden; position: relative; margin-bottom: 0.8rem; }
.progress-bar { height: 100%; width: 0; transition: width 1.5s ease-out; position: relative; animation: glowPulse 3s infinite; border-radius: 12px; }
.progress-stripe {
    position: absolute; top:0; left:0; right:0; bottom:0;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem; animation: shimmer 1s linear infinite;
}

/* VOTING STYLES */
.voting-container { margin-top: 1.5rem; background: #f7fafc; padding: 1rem; border-radius: 12px; max-height: 300px; overflow-y: auto; }
.voting-title { font-size: 0.85rem; text-transform: uppercase; color: #a0aec0; font-weight: 700; margin-bottom: 1rem; display: block; letter-spacing: 0.5px; }
.vote-item { margin-bottom: 0.8rem; }
.vote-label { display: block; font-size: 0.9rem; font-weight: 600; color: #4a5568; margin-bottom: 4px; }
.vote-track { height: 8px; background: #edf2f7; border-radius: 4px; overflow: hidden; width: 100%; }
.vote-bar { height: 100%; background: #7c3aed; border-radius: 4px; width: 0%; transition: width 1s ease-out; }

.vote-btn {
    display: block; width: 100%; text-align: center; margin-top: 1rem;
    background: transparent; border: 1px dashed #cbd5e0; color: #6b7280;
    padding: 8px; border-radius: 8px; font-size: 0.85rem; cursor: pointer; text-decoration: none; transition: 0.3s;
}
.vote-btn:hover { background: #fff; border-color: #7c3aed; color: #7c3aed; }

/* --- CARDS & GRIDS --- */
.articles-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 2rem; }
.article-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,0.05); transition: transform 0.3s; border: 1px solid rgba(0,0,0,0.05); display: flex; flex-direction: column; text-decoration: none; color: inherit; height: 100%; position: relative; }
.article-card:hover { transform: translateY(-5px); }
.article-thumb { height: 180px; background: #e2e8f0; position: relative; }
.article-thumb img { width: 100%; height: 100%; object-fit: cover; }
.article-content { padding: 1.5rem; flex-grow: 1; display: flex; flex-direction: column; }
.article-title { font-size: 1.2rem; font-weight: 700; margin-bottom: 0.8rem; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.article-excerpt { font-size: 0.95rem; color: #4a5568; flex-grow: 1; margin-bottom: 1rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.article-link { color: #7c3aed; font-weight: 600; font-size: 0.9rem; }

.article-meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.5rem; font-size: 0.85rem; color: #a0aec0; }

/* Meta View Styles */
.view-count { display: flex; align-items: center; gap: 4px; color: #6b7280; font-weight: 600; }

/* LIVE INDICATOR STYLE */
.live-indicator {
    position: absolute; top: 10px; right: 10px;
    background: rgba(0, 0, 0, 0.75); color: #fff;
    padding: 4px 10px; border-radius: 20px;
    font-size: 0.75rem; font-weight: 700;
    display: flex; align-items: center; gap: 6px;
    backdrop-filter: blur(4px); z-index: 10;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.live-dot {
    width: 8px; height: 8px; background: #38ef7d;
    border-radius: 50%; display: inline-block;
    animation: livePulse 2s infinite;
}

/* --- TAG CLOUD --- */
.tag-cloud-container { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.tag-pill {
    background: rgba(255,255,255,0.6);
    border: 1px solid rgba(79, 172, 254, 0.3);
    padding: 8px 16px;
    border-radius: 20px;
    color: #1e1b4b;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.tag-pill:hover {
    background: linear-gradient(135deg, #7c3aed, #06b6d4);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(79, 172, 254, 0.3);
}

/* Tag Count Badge */
.tag-count {
    background: rgba(79, 172, 254, 0.15);
    color: #2b6cb0;
    font-size: 0.75rem;
    padding: 2px 8px;
    border-radius: 12px;
    transition: all 0.3s;
}
.tag-pill:hover .tag-count {
    background: rgba(255, 255, 255, 0.3);
    color: white;
}

/* --- EBOOKS & SOCIAL --- */
.ebook-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }

.ebook-card { background: #fff; border-radius: 20px; overflow: hidden; border: 1px solid rgba(0,0,0,0.05); display: flex; flex-direction: column; transition: transform 0.3s; }
.ebook-card:hover { transform: translateY(-5px); }
.ebook-head { padding: 2rem; background: linear-gradient(135deg, #7c3aed, #06b6d4); color: white; text-align: center; }
.ebook-head h3 { margin: 0; font-size: 1.5rem; font-weight: 700; }
.ebook-btn { padding: 10px 20px; border-radius: 10px; font-size: 0.9rem; font-weight: 600; text-decoration: none; text-align: center; flex: 1; display:flex; align-items:center; justify-content:center; white-space: nowrap; }
.ebook-btn.pdf { background: #7c3aed; color: white; }
.ebook-btn.epub { background: #e0f2fe; color: #0284c7; }

/* MATRIX STYLE */
.ebook-card.matrix-style { background-color: #080808; border: 2px solid #39ff14; box-shadow: 0 0 15px rgba(57, 255, 20, 0.2); font-family: 'Courier New', monospace; }
.ebook-card.matrix-style .ebook-head { background: transparent; color: #e0ffdb; border-bottom: 1px solid #39ff14; text-shadow: 0 0 10px rgba(57, 255, 20, 0.8); }
/* matrix-style Buttons nutzen jetzt das einheitliche Rainbow-System */

/* --- BUTTONS --- */
.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 1.5rem; }
.btn { padding: 14px 32px; border-radius: 50px; font-weight: 700; text-decoration: none; transition: all 0.3s; display: inline-flex; align-items: center; gap: 8px; justify-content: center; }
.btn-primary { background: linear-gradient(135deg, #7c3aed, #06b6d4); color: white; box-shadow: 0 8px 20px rgba(79, 172, 254, 0.3); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgba(79, 172, 254, 0.4); }
.btn-secondary { background: white; color: #7c3aed; border: 2px solid rgba(79, 172, 254, 0.2); }

/* --- COMMUNITY SHOWCASE --- */
.community-showcase {
    position: relative;
    max-width: 1200px;
    margin: 0 auto 2rem;
    padding: 2rem 1.5rem 1.8rem;
    border-radius: 22px;
    border: 2px solid rgba(79, 172, 254, 0.35);
    background:
        radial-gradient(circle at 85% 15%, rgba(79, 172, 254, 0.18) 0, transparent 40%),
        radial-gradient(circle at 15% 85%, rgba(168, 85, 247, 0.12) 0, transparent 40%),
        linear-gradient(135deg, #f0f9ff 0%, #f5f3ff 42%, #fdf2f8 100%);
    box-shadow: 0 20px 50px rgba(79, 172, 254, 0.15), 0 4px 16px rgba(168, 85, 247, 0.08);
    overflow: hidden;
    animation: community-glow 4s ease-in-out infinite;
    will-change: transform;
}
.community-showcase::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: linear-gradient(180deg, #7c3aed 0%, #a855f7 50%, #ec4899 100%);
    border-radius: 22px 0 0 22px;
}
.community-showcase::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
    transform: translateX(-100%) skewX(-15deg);
    animation: community-scan 5.5s linear infinite;
    will-change: transform;
}

/* Particles */
.community-showcase-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}
.community-showcase-particles span {
    position: absolute;
    left: var(--sx);
    top: var(--sy);
    width: var(--size, 6px);
    height: var(--size, 6px);
    border-radius: 50%;
    background: linear-gradient(140deg, rgba(79, 172, 254, 0.9), rgba(168, 85, 247, 0.8));
    box-shadow: 0 0 10px rgba(79, 172, 254, 0.4);
    opacity: 0.35;
    animation: community-particle-float var(--dur, 7s) ease-in-out infinite;
    animation-delay: var(--delay, 0s);
    will-change: transform, opacity;
    contain: strict;
}
.community-showcase-particles span:nth-child(1) { --sx: 6%; --sy: 18%; --size: 5px; --px: 16px; --py: -22px; --dur: 8s; --delay: -0.8s; }
.community-showcase-particles span:nth-child(2) { --sx: 14%; --sy: 65%; --size: 6px; --px: -14px; --py: -26px; --dur: 7s; --delay: -2.2s; }
.community-showcase-particles span:nth-child(3) { --sx: 25%; --sy: 32%; --size: 4px; --px: 18px; --py: -20px; --dur: 6.5s; --delay: -3s; }
.community-showcase-particles span:nth-child(4) { --sx: 35%; --sy: 72%; --size: 5px; --px: 12px; --py: -28px; --dur: 7.8s; --delay: -0.5s; }
.community-showcase-particles span:nth-child(5) { --sx: 44%; --sy: 20%; --size: 6px; --px: -16px; --py: -24px; --dur: 7.2s; --delay: -1.6s; }
.community-showcase-particles span:nth-child(6) { --sx: 53%; --sy: 60%; --size: 5px; --px: 14px; --py: -22px; --dur: 6.8s; --delay: -2s; }
.community-showcase-particles span:nth-child(7) { --sx: 62%; --sy: 30%; --size: 4px; --px: -12px; --py: -18px; --dur: 7.5s; --delay: -2.8s; }
.community-showcase-particles span:nth-child(8) { --sx: 70%; --sy: 70%; --size: 6px; --px: 18px; --py: -30px; --dur: 8.5s; --delay: -1.2s; }
.community-showcase-particles span:nth-child(9) { --sx: 78%; --sy: 24%; --size: 5px; --px: -13px; --py: -19px; --dur: 6.9s; --delay: -1.9s; }
.community-showcase-particles span:nth-child(10) { --sx: 86%; --sy: 62%; --size: 4px; --px: 11px; --py: -21px; --dur: 6.4s; --delay: -0.7s; }
.community-showcase-particles span:nth-child(11) { --sx: 92%; --sy: 40%; --size: 6px; --px: -16px; --py: -26px; --dur: 8.8s; --delay: -2.5s; }
.community-showcase-particles span:nth-child(12) { --sx: 74%; --sy: 10%; --size: 5px; --px: 10px; --py: -16px; --dur: 7.1s; --delay: -1.1s; }

.community-showcase-flash {
    position: absolute;
    inset: -20%;
    pointer-events: none;
    opacity: 0;
    z-index: 5;
    background: radial-gradient(circle at center, rgba(79, 172, 254, 0.4) 0%, rgba(168, 85, 247, 0.15) 30%, transparent 60%);
}

/* Header */
.community-showcase-header {
    position: relative;
    z-index: 4;
    text-align: center;
    margin-bottom: 1.5rem;
}
.community-showcase-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    padding: 0.38rem 0.72rem;
    border-radius: 999px;
    color: #1d4ed8;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(79, 172, 254, 0.4);
    margin-bottom: 0.8rem;
}
.community-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 rgba(34, 197, 94, 0.7);
    animation: community-dot-ping 1.4s infinite;
}
.community-showcase-header h3 {
    margin: 0 0 0.6rem;
    font-size: clamp(1.3rem, 4vw, 2.1rem);
    font-weight: 900;
    background: linear-gradient(135deg, #1e3a8a, #7c3aed, #db2777);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}
.community-showcase-lead {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #334155;
    line-height: 1.55;
    max-width: 680px;
    margin: 0 auto;
}

/* Feature Carousel */
.community-feature-carousel {
    position: relative;
    z-index: 4;
    overflow: hidden;
    margin: 0 -1.5rem 1.5rem;
    padding: 0.5rem 0;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
}
.community-feature-track {
    display: flex;
    gap: 0.8rem;
    animation: community-scroll 32s linear infinite;
    width: max-content;
    padding: 0 1rem;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.community-feature-track:hover {
    animation-play-state: paused;
}
.community-feature-card {
    flex-shrink: 0;
    width: 220px;
    padding: 1.1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(79, 172, 254, 0.2);
    box-shadow: 0 4px 16px rgba(79, 172, 254, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: default;
}
.community-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(79, 172, 254, 0.18);
}
.community-feature-icon {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}
.community-feature-card strong {
    display: block;
    font-size: 0.88rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 0.3rem;
}
.community-feature-card p {
    margin: 0;
    font-size: 0.8rem;
    color: #475569;
    line-height: 1.4;
    font-weight: 500;
}

/* Card color accents */
.community-feature-card--konsum { border-top: 3px solid #0ea5e9; }
.community-feature-card--ki { border-top: 3px solid #7c3aed; }
.community-feature-card--coach { border-top: 3px solid #22c55e; }
.community-feature-card--family { border-top: 3px solid #a855f7; }
.community-feature-card--kids { border-top: 3px solid #f59e0b; }
.community-feature-card--forum { border-top: 3px solid #06b6d4; }
.community-feature-card--gamification { border-top: 3px solid #ec4899; }
.community-feature-card--premium { border-top: 3px solid #eab308; }
.community-feature-card--partner { border-top: 3px solid #14b8a6; }

/* Stats Console */
.community-showcase-console {
    position: relative;
    z-index: 4;
    margin: 0 0 1.2rem;
    padding: 1rem 1.2rem;
    border-radius: 16px;
    background: linear-gradient(150deg, rgba(15, 23, 42, 0.95), rgba(30, 27, 75, 0.92));
    border: 1px solid rgba(79, 172, 254, 0.3);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05), 0 8px 24px rgba(15, 23, 42, 0.25);
}
.community-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.8rem;
    text-align: center;
}
.community-stats-row--five {
    grid-template-columns: repeat(5, 1fr);
}
.community-stats-row--six {
    grid-template-columns: repeat(6, 1fr);
}
.community-stat {
    padding: 0.6rem 0.3rem;
}
.community-stat-number {
    display: block;
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    font-weight: 900;
    background: linear-gradient(135deg, #67e8f9, #a78bfa, #f472b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 0.3rem;
}
.community-stat-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
}
.community-stat-sub {
    display: block;
    margin-top: 0.18rem;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #67e8f9;
}

/* CTA */
/* Live Forum Feed — glasmorphin passend zum Showcase */
.community-live-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}

.community-live-feed {
    position: relative;
    z-index: 4;
    margin: 0 auto 24px;
    width: 100%;
    max-width: 760px;
    border-radius: 16px;
    border: 1px solid rgba(124, 58, 237, 0.12);
    background: transparent;
    overflow: hidden;
    text-align: left;
}
.community-live-feed-head {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-bottom: 1px solid rgba(124,58,237,0.08);
    font-size: 0.85rem;
    color: #1e293b;
}
.community-live-feed-head strong {
    background: linear-gradient(120deg, #7c3aed, #06b6d4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.community-live-feed-list {
    max-height: 280px;
    overflow-y: auto;
}
.community-live-feed-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 9px 16px;
    border-bottom: 1px solid rgba(124,58,237,0.05);
    transition: background 0.15s;
}
.community-live-feed-item:last-child { border-bottom: none; }
.community-live-feed-item:hover { background: rgba(124,58,237,0.06); }
.community-live-feed-icon { flex-shrink: 0; font-size: 0.9rem; margin-top: 2px; }
.community-live-feed-body {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px;
    font-size: 0.82rem;
    color: #475569;
    line-height: 1.45;
}
.community-live-feed-body strong { color: #0b1220; font-weight: 900; text-shadow: 0 0 0 rgba(0,0,0,0.1); }
.community-live-feed-verb { color: #94a3b8; }
.community-live-feed-title {
    color: #1e1b4b;
    font-weight: 800;
    text-decoration: none;
    transition: color 0.15s;
}
.community-live-feed-title:visited { color: #1e1b4b; }
.community-live-feed-title:hover { color: #312e81; text-decoration: underline; }
.community-live-feed-time {
    color: #94a3b8;
    font-size: 0.72rem;
    margin-left: auto;
    white-space: nowrap;
}
.community-live-feed-stats {
    display: inline-flex;
    gap: 8px;
    margin-left: 6px;
    font-size: 0.72rem;
    color: #64748b;
    white-space: nowrap;
}
.community-live-feed-stat {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 1px 6px;
    background: rgba(99,102,241,0.08);
    border-radius: 999px;
    font-weight: 600;
}

/* Hot Threads — zentriert */
.community-hot-threads {
    position: relative;
    z-index: 4;
    margin: 0 auto 24px;
    max-width: 760px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}
.community-hot-threads-head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.28rem;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.35;
    color: #1e293b;
    margin-bottom: 12px;
    text-align: center;
    padding: 0 0.45rem;
}
.community-hot-threads-head strong {
    background: linear-gradient(120deg, #f59e0b, #ef4444);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.community-hot-threads-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
}
.community-hot-thread-card {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(124, 58, 237, 0.1);
    background: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    color: #1e293b;
    transition: transform 0.2s, box-shadow 0.2s;
}
.community-hot-thread-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(124,58,237,0.14);
}
.community-hot-thread-emoji { font-size: 1.4rem; flex-shrink: 0; margin-top: 2px; }
.community-hot-thread-body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.community-hot-thread-body strong {
    font-size: 0.82rem;
    font-weight: 900;
    color: #0b1220;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.community-hot-thread-meta {
    font-size: 0.72rem;
    color: #334155;
}

@media (max-width: 1024px) {
    .community-stats-row--five,
    .community-stats-row--six {
        grid-template-columns: repeat(3, 1fr);
    }

    .community-hot-threads-grid {
        grid-template-columns: 1fr;
    }
}

/* Mobile: Hot Threads + Live Feed */
@media (max-width: 600px) {
    .community-live-feed,
    .community-hot-threads {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .community-hot-threads-head {
        font-size: 0.84rem;
    }
    .community-hot-threads-grid { grid-template-columns: 1fr; }
    .community-live-feed { border-radius: 12px; }
    .community-hot-thread-card { border-radius: 10px; }
}

/* Dark mode overrides */
@media (prefers-color-scheme: dark) {
    .community-live-feed {
        background: rgba(255, 255, 255, 0.92);
        border-color: rgba(148,163,184,0.15);
    }
    .community-live-feed-head { color: #1e293b; border-color: rgba(148,163,184,0.2); }
    .community-live-feed-item { border-color: rgba(148,163,184,0.06); }
    .community-live-feed-item:hover { background: rgba(99,102,241,0.1); }
    .community-live-feed-body { color: #475569; }
    .community-live-feed-body strong { color: #0b1220; }
    .community-live-feed-title { color: #1e1b4b; }
    .community-live-feed-title:visited { color: #1e1b4b; }
    .community-live-feed-title:hover { color: #312e81; }
    .community-hot-threads-head { color: #1e293b; }
    .community-hot-thread-card {
        background: rgba(255, 255, 255, 0.92);
        border-color: rgba(148,163,184,0.15);
        color: #1e293b;
    }
    .community-hot-thread-body strong { color: #0b1220; }
    .community-hot-thread-meta { color: #334155; }
}

.community-showcase-cta {
    position: relative;
    z-index: 4;
    text-align: center;
}
.community-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.9rem 2.2rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #7c3aed 0%, #7c3aed 50%, #ec4899 100%);
    background-size: 200% 200%;
    animation: community-btn-gradient 3s ease-in-out infinite;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(79, 172, 254, 0.3), 0 4px 12px rgba(124, 58, 237, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
}
.community-cta-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 32px rgba(79, 172, 254, 0.4), 0 6px 16px rgba(124, 58, 237, 0.3);
}
.community-cta-btn svg {
    transition: transform 0.3s;
}
.community-cta-btn:hover svg {
    transform: translateX(4px);
}
.community-cta-sub {
    display: block;
    margin-top: 0.6rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #64748b;
}

/* --- MOBILE --- */
@media (max-width: 768px) {
    .glass-section { padding: 2rem 1.5rem; }
    .section-title { font-size: 1.8rem; }
    .ebook-actions { flex-direction: column; }

    .site-header .site-logo {
        padding: 4px 0;
    }
    .site-header .site-logo img {
        max-width: min(360px, 90vw) !important;
        max-height: 92px !important;
    }

    /* shimmer auf glass-section::before deaktivieren */
    .glass-section::before {
        animation: none;
    }

    /* glowPulse auf Progress-Bars deaktivieren */
    .progress-bar {
        animation: none;
    }

    /* Floating Background-Icons ausblenden */
    .bg-icon {
        display: none;
    }
    .community-showcase {
        padding: 1.5rem 1rem 1.3rem;
    }
    /* Scan-Lichtstreifen auf Mobil deaktivieren (GPU-intensiv) */
    .community-showcase::after {
        display: none;
    }
    /* Flash auf Mobil deaktivieren */
    .community-showcase-flash {
        display: none;
    }
    .community-stats-row {
        grid-template-columns: repeat(2, 1fr);
    }
    .community-showcase-console {
        padding: 0.95rem 0.8rem;
    }
    .community-feature-card {
        width: 180px;
    }
    /* Nur 5 Partikel auf Mobil statt 12 */
    .community-showcase-particles span:nth-child(n+6) { display: none; }
    /* Carousel langsamer (weniger GPU-Druck) */
    .community-feature-track {
        animation-duration: 30s;
    }
}
@media (max-width: 480px) {
    .funding-grid, .ebook-grid, .articles-grid { grid-template-columns: 1fr; }
    /* Partikel komplett aus auf kleinen Screens */
    .community-showcase-particles { display: none; }
    .community-feature-card { width: 160px; }
    .community-feature-carousel {
        margin: 0 0 1.2rem;
        -webkit-mask-image: none;
        mask-image: none;
    }
    .community-feature-track { animation-duration: 26s; }
}

/* --- COMMUNITY SHOWCASE KEYFRAMES --- */
@keyframes community-glow {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-2px) scale(1.003); }
}
@keyframes community-scan {
    0% { transform: translateX(-100%) skewX(-15deg); }
    100% { transform: translateX(350%) skewX(-15deg); }
}
@keyframes community-dot-ping {
    0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.65); }
    70% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
    100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}
@keyframes community-scroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-50%, 0, 0); }
}
@keyframes community-btn-gradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}
@keyframes community-particle-float {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(0.9);
        opacity: 0.2;
    }
    50% {
        transform: translate3d(var(--px, 20px), var(--py, -26px), 0) scale(1.3);
        opacity: 0.75;
    }
}

/* --- ACCESSIBILITY: STARK SICHTBARER KEYBOARD-FOCUS --- */
:where(
    .hero-search-input,
    .hero-search-btn,
    .btn,
    .quick-donate-chip,
    .ebook-btn,
    .vote-btn,
    .tag-pill,
    .article-card
):focus-visible {
    outline: 3px solid #0f172a;
    outline-offset: 3px;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85), 0 0 0 6px rgba(15, 23, 42, 0.35);
}

:where(.hero-search-wrapper):focus-within {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.2);
}

#konamiModal {
    position: fixed;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%) scale(0.92);
    opacity: 0;
    pointer-events: none;
    z-index: 12000;
    width: min(92vw, 360px);
    border-radius: 14px;
    padding: 1rem 1.2rem;
    background: linear-gradient(140deg, rgba(2, 6, 23, 0.96), rgba(30, 58, 138, 0.9));
    color: #f8fafc;
    text-align: center;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.42);
    border: 1px solid rgba(125, 211, 252, 0.35);
    transition: transform 0.35s ease, opacity 0.35s ease;
}
#konamiModal.visible {
    transform: translateX(-50%) scale(1);
    opacity: 1;
}
#konamiModal h3 {
    margin: 0.4rem 0 0;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}
@media (prefers-reduced-motion: reduce) {
    .community-showcase,
    .community-showcase::after,
    .community-badge-dot,
    .community-feature-track,
    .community-cta-btn,
    .community-showcase-particles span {
        animation: none !important;
    }
}

/* ===================================================
   PREMIUM SPINNER / SLOT MACHINE
   =================================================== */

.nc-spinner-wrap {
    position: relative;
    z-index: 5;
    max-width: 440px;
    width: 100%;
    margin: 24px auto;
}
.nc-spinner-card {
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 50%, #3730a3 100%);
    border-radius: 20px;
    padding: 28px 24px;
    color: #fff;
    text-align: center;
    box-shadow:
        0 8px 32px rgba(30,27,75,0.35),
        0 0 60px rgba(99,102,241,0.15),
        inset 0 1px 0 rgba(255,255,255,0.08);
    border: 1px solid rgba(99,102,241,0.3);
    overflow: hidden;
}
.nc-spinner-header { margin-bottom: 20px; }
.nc-spinner-badge {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: rgba(251,191,36,0.2);
    color: #fbbf24;
    padding: 3px 12px;
    border-radius: 999px;
    margin-bottom: 8px;
}
.nc-spinner-title {
    font-size: 1.25rem;
    font-weight: 900;
    margin: 6px 0 4px;
    background: linear-gradient(90deg, #fbbf24, #f472b6, #818cf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.nc-spinner-sub {
    font-size: 0.82rem;
    color: #c7d2fe;
    margin: 0;
    line-height: 1.4;
}
.nc-spinner-sub strong { color: #fbbf24; }

/* Reels */
.nc-spinner-machine { margin-bottom: 16px; }
.nc-spinner-reels {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 16px;
}
.nc-spinner-reel {
    width: 80px;
    height: 80px;
    background: rgba(0,0,0,0.4);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(99,102,241,0.4);
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.5), 0 0 12px rgba(99,102,241,0.1);
    overflow: hidden;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.nc-reel-inner {
    font-size: 2.5rem;
    line-height: 1;
    transition: transform 0.1s;
    will-change: transform;
}
.nc-reel-spinning {
    border-color: #fbbf24;
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.5), 0 0 24px rgba(251,191,36,0.3);
}
.nc-reel-spinning .nc-reel-inner {
    animation: nc-reel-blur 0.08s infinite alternate;
}
@keyframes nc-reel-blur {
    0%   { filter: blur(0px); opacity: 1; }
    100% { filter: blur(2px); opacity: 0.7; }
}
.nc-reel-landed {
    animation: nc-reel-bounce 0.4s ease-out;
}
@keyframes nc-reel-bounce {
    0%   { transform: scale(1.15); }
    50%  { transform: scale(0.95); }
    100% { transform: scale(1); }
}
.nc-reel-jackpot {
    border-color: #fbbf24 !important;
    box-shadow: 0 0 30px rgba(251,191,36,0.6), 0 0 60px rgba(251,191,36,0.3), inset 0 0 20px rgba(251,191,36,0.15) !important;
    animation: nc-jackpot-pulse 0.5s ease-in-out infinite alternate;
}
@keyframes nc-jackpot-pulse {
    0%   { box-shadow: 0 0 30px rgba(251,191,36,0.6), 0 0 60px rgba(251,191,36,0.3); }
    100% { box-shadow: 0 0 50px rgba(251,191,36,0.8), 0 0 90px rgba(251,191,36,0.4); }
}

/* Button */
.nc-spinner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 36px;
    font-size: 1.05rem;
    font-weight: 800;
    color: #1e1b4b;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    border: none;
    border-radius: 999px;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(251,191,36,0.4);
    transition: transform 0.15s, box-shadow 0.15s;
    letter-spacing: 0.3px;
}
.nc-spinner-btn:hover:not(:disabled) {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 6px 24px rgba(251,191,36,0.5);
}
.nc-spinner-btn:active:not(:disabled) {
    transform: scale(0.97);
}
.nc-spinner-btn:disabled,
.nc-spinner-btn--disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none !important;
}

/* Info */
.nc-spinner-info {
    display: flex;
    justify-content: space-between;
    font-size: 0.72rem;
    color: #a5b4fc;
    padding: 0 4px;
}

/* Result */
.nc-spinner-result {
    margin-top: 16px;
    padding: 16px;
    border-radius: 14px;
    animation: nc-result-in 0.4s ease-out;
}
@keyframes nc-result-in {
    from { opacity: 0; transform: translateY(10px) scale(0.95); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}
.nc-spinner-result--win {
    background: linear-gradient(135deg, rgba(251,191,36,0.15), rgba(244,114,182,0.1));
    border: 1px solid rgba(251,191,36,0.3);
}
.nc-spinner-result--lose {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
}
.nc-spinner-confetti {
    font-size: 1.6rem;
    letter-spacing: 4px;
    margin-bottom: 8px;
    animation: nc-confetti-rain 1s ease-out;
}
@keyframes nc-confetti-rain {
    from { opacity: 0; transform: translateY(-20px) rotate(-5deg); }
    to   { opacity: 1; transform: translateY(0) rotate(0); }
}
.nc-spinner-win-title {
    font-size: 1.4rem;
    font-weight: 900;
    background: linear-gradient(90deg, #fbbf24, #f472b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 4px;
}
.nc-spinner-lose-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #c7d2fe;
    margin-bottom: 4px;
}
.nc-spinner-result p { font-size: 0.85rem; color: #e0e7ff; margin: 4px 0 8px; line-height: 1.4; }
.nc-spinner-result p a { color: #fbbf24; text-decoration: underline; }

/* Code-Box */
.nc-spinner-code-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(0,0,0,0.3);
    border-radius: 10px;
    padding: 10px 14px;
    margin: 10px auto;
    max-width: 280px;
}
.nc-spinner-code {
    font-family: 'JetBrains Mono', 'Fira Code', monospace;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fbbf24;
    letter-spacing: 1.5px;
    user-select: all;
}
.nc-spinner-copy {
    padding: 5px 12px;
    font-size: 0.75rem;
    font-weight: 700;
    background: rgba(251,191,36,0.2);
    color: #fbbf24;
    border: 1px solid rgba(251,191,36,0.3);
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.15s;
    white-space: nowrap;
}
.nc-spinner-copy:hover { background: rgba(251,191,36,0.35); }
.nc-spinner-hint {
    font-size: 0.75rem !important;
    color: #a5b4fc !important;
}
.nc-spinner-msg--info {
    color: #fbbf24;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Mobile responsive */
@media (max-width: 480px) {
    .nc-spinner-card { padding: 20px 16px; }
    .nc-spinner-reel { width: 68px; height: 68px; }
    .nc-reel-inner { font-size: 2rem; }
    .nc-spinner-btn { padding: 10px 28px; font-size: 0.95rem; }
    .nc-spinner-title { font-size: 1.1rem; }
}

/* ==========================================================
   UNIFIED RAINBOW / FOOTER DESIGN SYSTEM
   ========================================================== */
:root {
    --nx-rainbow: conic-gradient(from 0deg, #ff6ec4, #7873f5, #06b6d4, #22c55e, #f59e0b, #ff6ec4);
    --nx-rainbow-linear: linear-gradient(135deg, #ff6ec4, #7873f5, #06b6d4);
    --nx-rainbow-linear-wide: linear-gradient(120deg, #ff6ec4, #7873f5, #06b6d4, #22c55e, #f59e0b);
    --nx-rainbow-shadow: rgba(124, 58, 237, 0.35);
    --nx-glass-inner: linear-gradient(135deg, rgba(255,255,255,0.93), rgba(255,255,255,0.78));
}

@keyframes nxRainbowSpin {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
@keyframes nxRainbowShine {
    0%, 100% { transform: translateX(-130%); }
    55%      { transform: translateX(130%); }
}
@keyframes nxTiltFloat {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-4px); }
}

/* --- Glass-Sections mit rotierendem Rainbow-Rahmen --- */
.glass-section {
    position: relative;
    background: var(--nx-glass-inner);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    border: 1px solid rgba(255,255,255,0.7);
    box-shadow: 0 20px 60px rgba(124,58,237,0.08);
    overflow: visible;
}
.glass-section::after {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    padding: 2px;
    background: var(--nx-rainbow);
    background-size: 400% 400%;
    animation: nxRainbowSpin 14s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
    opacity: 0.75;
}
.glass-section > * { position: relative; z-index: 2; }
.glass-section::before {
    background: var(--nx-rainbow-linear-wide);
    background-size: 220% 100%;
    animation: nxRainbowSpin 6s linear infinite;
    z-index: 3;
}

/* --- Section-Titles im Rainbow-Stil --- */
.section-title {
    background: var(--nx-rainbow-linear-wide);
    background-size: 220% 220%;
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: nxRainbowSpin 7s ease infinite;
}

/* --- Primary/Secondary Buttons → Footer-Look --- */
.btn-primary,
.community-cta-btn,
.nc-spinner-btn,
.hero-search-btn {
    position: relative;
    background: var(--nx-rainbow-linear);
    background-size: 220% 220%;
    animation: nxRainbowSpin 5s ease infinite;
    border: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 8px 24px var(--nx-rainbow-shadow);
    overflow: hidden;
    isolation: isolate;
}
.btn-primary::before,
.community-cta-btn::before,
.nc-spinner-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.35) 50%, transparent 70%);
    transform: translateX(-130%);
    animation: nxRainbowShine 4.5s ease-in-out infinite;
    z-index: -1;
    pointer-events: none;
}
.btn-primary:hover,
.community-cta-btn:hover,
.nc-spinner-btn:hover:not(:disabled) {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 14px 36px rgba(124,58,237,0.55);
    filter: brightness(1.08);
}

.btn-secondary {
    position: relative;
    background: #fff;
    color: #7873f5;
    border: 2px solid transparent;
    background-clip: padding-box;
    transition: transform .3s, box-shadow .3s;
}
.btn-secondary::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: var(--nx-rainbow-linear);
    background-size: 220% 220%;
    animation: nxRainbowSpin 6s ease infinite;
}
.btn-secondary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(124,58,237,0.25);
    color: #7873f5;
}

/* --- Tag-Pills mit Rainbow-Hover --- */
.tag-pill {
    position: relative;
    transition: transform .3s, box-shadow .3s, color .3s;
}
.tag-pill:hover {
    background: var(--nx-rainbow-linear) !important;
    background-size: 220% 220% !important;
    animation: nxRainbowSpin 5s ease infinite !important;
    color: #fff !important;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 22px var(--nx-rainbow-shadow);
}

/* --- E-Book-Buttons (PDF/EPUB) — Matrix-Card bleibt unverändert --- */
.ebook-btn.pdf,
.ebook-btn.epub {
    background: var(--nx-rainbow-linear);
    background-size: 220% 220%;
    animation: nxRainbowSpin 7s ease infinite;
    color: #fff !important;
    border: none;
    box-shadow: 0 6px 18px var(--nx-rainbow-shadow);
    transition: transform .3s, box-shadow .3s, filter .3s;
}
.ebook-btn.pdf:hover,
.ebook-btn.epub:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
    box-shadow: 0 10px 24px rgba(124,58,237,0.45);
}
/* matrix-style Karte bleibt grün, Buttons übernehmen Rainbow-System */

/* --- E-Book- & Article-Cards: subtiler Rainbow-Rand on hover --- */
.article-card,
.ebook-card:not(.matrix-style),
.community-hot-thread-card {
    position: relative;
    transition: transform .35s, box-shadow .35s;
}
.article-card::before,
.ebook-card:not(.matrix-style)::before,
.community-hot-thread-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: var(--nx-rainbow);
    background-size: 400% 400%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    opacity: 0;
    transition: opacity .35s;
    pointer-events: none;
}
.article-card:hover,
.ebook-card:not(.matrix-style):hover,
.community-hot-thread-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(124,58,237,0.18);
}
.article-card:hover::before,
.ebook-card:not(.matrix-style):hover::before,
.community-hot-thread-card:hover::before {
    opacity: 1;
    animation: nxRainbowSpin 6s linear infinite;
}

/* --- Community-Feature-Cards: vereinheitlichter Rainbow-Top-Rahmen --- */
.community-feature-card {
    position: relative;
    overflow: hidden;
    transition: transform .35s, box-shadow .35s;
}
.community-feature-card--konsum,
.community-feature-card--ki,
.community-feature-card--coach,
.community-feature-card--family,
.community-feature-card--kids,
.community-feature-card--forum,
.community-feature-card--gamification,
.community-feature-card--premium,
.community-feature-card--partner {
    border-top: none;
}
.community-feature-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: var(--nx-rainbow-linear-wide);
    background-size: 220% 100%;
    animation: nxRainbowSpin 5s linear infinite;
}
.community-feature-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: 0 0 0 0 var(--nx-rainbow-shadow);
    transition: box-shadow .4s;
    pointer-events: none;
}
.community-feature-card:hover {
    transform: translateY(-6px) scale(1.02);
}
.community-feature-card:hover::after {
    box-shadow: 0 18px 38px rgba(124,58,237,0.22);
}

/* --- Hero-Search-Wrapper mit subtilem Rainbow-Glow --- */
.hero-search-wrapper {
    position: relative;
}
.hero-search-wrapper::after {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: inherit;
    background: var(--nx-rainbow);
    background-size: 400% 400%;
    animation: nxRainbowSpin 12s linear infinite;
    filter: blur(12px);
    opacity: 0.25;
    z-index: -1;
    pointer-events: none;
}

/* --- Accessibility / reduced-motion --- */
@media (prefers-reduced-motion: reduce) {
    .glass-section::after,
    .glass-section::before,
    .section-title,
    .btn-primary,
    .btn-secondary::before,
    .community-cta-btn,
    .nc-spinner-btn,
    .ebook-btn,
    .community-feature-card::before,
    .hero-search-wrapper::after,
    .tag-pill:hover,
    .article-card:hover::before,
    .ebook-card:hover::before,
    .community-hot-thread-card:hover::before {
        animation: none !important;
    }
}

/* =====================================================
   HERO-SEARCH: Live-Autosuggest Dropdown
   ===================================================== */
.nx-hero-search-form { position: relative; }
.nx-search-suggestions {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 60;
    max-width: 640px;
    margin: 0 auto;
    background: rgba(15, 18, 28, 0.96);
    backdrop-filter: blur(16px) saturate(160%);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
    overflow: hidden;
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity .2s ease, transform .2s ease;
    pointer-events: none;
}
.nx-search-suggestions.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.nx-search-suggestion {
    display: block;
    padding: 12px 18px;
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    text-align: left;
    transition: background .15s ease;
}
.nx-search-suggestion:last-child { border-bottom: none; }
.nx-search-suggestion:hover,
.nx-search-suggestion.is-focused {
    background: rgba(255, 62, 127, 0.18);
    color: #fff;
}
.nx-search-suggestion mark {
    background: transparent;
    color: #ffd88a;
    font-weight: 700;
}
.nx-search-suggestion-meta {
    display: block;
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 2px;
}
.nx-search-status {
    padding: 14px 18px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.88rem;
    text-align: center;
    font-style: italic;
}
.nx-search-showall {
    display: block;
    padding: 12px 18px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background: var(--nx-rainbow-linear-wide, linear-gradient(90deg, #ff3e7f, #ffd200, #3eb8ff, #a53eff));
    background-size: 200% 200%;
    animation: nxRainbowShine 6s linear infinite;
}
.nx-search-showall:hover { filter: brightness(1.1); }

/* =====================================================
   HERO MINI-STATS (Live-Zahlen unter Search)
   ===================================================== */
.nx-hero-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 16px;
    max-width: 780px;
    margin: 28px auto 0;
    padding: 0 12px;
}
.nx-hero-stat {
    position: relative;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    overflow: hidden;
    transition: transform .3s ease, border-color .3s ease;
}
.nx-hero-stat::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: var(--nx-rainbow-linear-wide, linear-gradient(90deg, #ff3e7f, #ff7e1f, #ffd200, #3ef89f, #3eb8ff, #a53eff, #ff3e7f));
    background-size: 300% 300%;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: .35;
    animation: nxRainbowSpin 12s linear infinite;
    pointer-events: none;
}
.nx-hero-stat:hover {
    transform: translateY(-3px);
}
.nx-hero-stat:hover::before {
    opacity: .9;
}
.nx-hero-stat-icon {
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 6px;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.4));
}
.nx-hero-stat-num,
.nx-hero-stat-value {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    background: var(--nx-rainbow-linear-wide, linear-gradient(90deg, #ff3e7f, #ffd200, #3eb8ff, #a53eff));
    background-size: 200% 200%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: nxRainbowShine 6s linear infinite;
    text-shadow: 0 0 24px rgba(255, 62, 127, 0.25);
}
.nx-hero-stat-label {
    display: block;
    font-size: 0.82rem;
    color: #fff;
    opacity: 0.95;
    margin-top: 8px;
    letter-spacing: 0.02em;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
}

/* =====================================================
   SOCIAL-PROOF-STRIP (rotierende Zitate)
   ===================================================== */
.nx-social-proof {
    position: relative;
    max-width: 760px;
    margin: 22px auto 0;
    min-height: 56px;
    padding: 0 14px;
}
.nx-social-proof-quote {
    position: absolute;
    inset: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .6s ease, transform .6s ease;
    pointer-events: none;
}
.nx-social-proof-quote.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.nx-social-proof-quote p {
    margin: 0 0 4px 0;
    color: #fff;
    font-style: italic;
    font-size: 1.02rem;
    line-height: 1.5;
    font-weight: 500;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
.nx-social-proof-quote cite {
    display: block;
    font-style: normal;
    font-size: 0.85rem;
    font-weight: 700;
    color: #ffd88a;
    letter-spacing: 0.03em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.nx-social-proof-quote::before,
.nx-social-proof-quote::after {
    display: none;
}

/* =====================================================
   QUICK-NAV (Sticky Section-Jumps)
   ===================================================== */
.nx-quicknav {
    position: sticky;
    top: 12px;
    z-index: 50;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 24px auto;
    padding: 8px 12px;
    max-width: max-content;
    border-radius: 999px;
    background: rgba(12, 14, 22, 0.78);
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}
.nx-quicknav a {
    padding: 6px 14px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
    transition: color .25s ease, background .25s ease, transform .25s ease;
}
.nx-quicknav a:hover {
    color: #fff;
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.06);
}
.nx-quicknav a.is-active {
    color: #fff;
    background: var(--nx-rainbow-linear-wide, linear-gradient(90deg, #ff3e7f, #ffd200, #3eb8ff, #a53eff));
    background-size: 200% 200%;
    animation: nxRainbowShine 6s linear infinite;
    box-shadow: 0 2px 12px rgba(255, 62, 127, 0.35);
}
@media (max-width: 520px) {
    .nx-quicknav { gap: 4px; padding: 6px 8px; }
    .nx-quicknav a { padding: 5px 10px; font-size: 0.74rem; }
}

/* =====================================================
   ARTICLE-CARD: Category-Badge + Read-Time
   ===================================================== */
.article-thumb { position: relative; }
.article-cat-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #fff;
    background: rgba(12, 14, 22, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    text-transform: uppercase;
    z-index: 3;
    max-width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article-cat-badge::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: var(--nx-rainbow-linear-wide, linear-gradient(90deg, #ff3e7f, #ffd200, #3eb8ff, #a53eff));
    background-size: 300% 300%;
    opacity: 0.18;
    animation: nxRainbowShine 8s linear infinite;
    pointer-events: none;
}
.article-card .article-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 0.82rem;
    color: #e7eaf5;
    margin-bottom: 0.55rem;
}
.article-card .article-meta > span { color: #e7eaf5; opacity: 0.92; }
.article-readtime {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.82rem;
    color: #ffd88a;
    font-weight: 600;
    background: rgba(255, 216, 138, 0.08);
    padding: 2px 8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 216, 138, 0.22);
}

/* =====================================================
   E-BOOK Download-Counter-Badge
   ===================================================== */
.ebook-btn-count {
    display: inline-block;
    margin-left: 6px;
    padding: 2px 7px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    vertical-align: middle;
    letter-spacing: 0.02em;
}
.ebook-card.matrix-style .ebook-btn-count {
    background: rgba(0, 255, 120, 0.22);
    color: #caffd8;
}

/* =====================================================
   SCROLL-REVEAL (fade-up beim Sichtbar-werden)
   ===================================================== */
[data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1);
    will-change: opacity, transform;
}
[data-reveal].is-revealed {
    opacity: 1;
    transform: none;
}

/* =====================================================
   MOUSE-TILT (3D-Hover auf Karten)
   ===================================================== */
[data-tilt] {
    transform-style: preserve-3d;
    transition: transform .22s cubic-bezier(.2,.7,.2,1);
    will-change: transform;
}
[data-tilt].is-tilting {
    transition: transform .05s linear;
}

/* =====================================================
   HERO-PARALLAX (Hintergrund-Icons scrollen langsamer)
   ===================================================== */
.bg-icon {
    will-change: transform;
    transition: transform .12s linear;
}

/* =====================================================
   TAG-CLOUD-TABS (Meist gelesen / Neu / Diskutiert)
   ===================================================== */
.nx-tagtabs-nav {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 18px 0 20px;
}
.nx-tagtab {
    appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.78);
    padding: 8px 16px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.86rem;
    cursor: pointer;
    transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}
.nx-tagtab:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.24);
    transform: translateY(-1px);
}
.nx-tagtab.is-active {
    color: #fff;
    border-color: transparent;
    background: var(--nx-rainbow-linear-wide, linear-gradient(90deg, #ff3e7f, #ffd200, #3eb8ff, #a53eff));
    background-size: 200% 200%;
    animation: nxRainbowShine 6s linear infinite;
    box-shadow: 0 4px 14px rgba(255, 62, 127, 0.32);
}
.nx-tagpane {
    display: none;
    animation: nxTagPaneIn .35s ease both;
}
.nx-tagpane.is-active {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.nx-tagpane-empty {
    color: rgba(255, 255, 255, 0.58);
    font-style: italic;
    margin: 0;
}
@keyframes nxTagPaneIn {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
    .nx-tagtab.is-active { animation: none !important; }
    .nx-tagpane { animation: none !important; }
}

/* =====================================================
   FOCUS-VISIBLE RAINBOW-OUTLINES (Accessibility)
   ===================================================== */
a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.btn-primary:focus-visible,
.btn-secondary:focus-visible,
.community-cta-btn:focus-visible,
.ebook-btn:focus-visible,
.tag-pill:focus-visible,
.nx-quicknav a:focus-visible,
.nc-spinner-btn:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 3px rgba(12, 14, 22, 0.9),
        0 0 0 6px var(--nx-rainbow-shadow, rgba(255, 62, 127, 0.55));
    border-radius: 10px;
}

/* =====================================================
   ANIMATION-OFF bei prefers-reduced-motion
   ===================================================== */
@media (prefers-reduced-motion: reduce) {
    .nx-hero-stat-num,
    .nx-hero-stat-value,
    .nx-quicknav a.is-active,
    .article-cat-badge::before,
    .nx-hero-stat::before {
        animation: none !important;
    }
    [data-reveal] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
    [data-tilt] { transition: none !important; }
    .nx-social-proof-quote { transition: none !important; }
    .bg-icon { transition: none !important; }
}
