/* Rainbet Casino - globale Styles */

:root {
    --bg-dark: #0a1122;
    --bg-panel: #101a33;
    --bg-card: #131f3d;
    --text-light: #e8eefc;
    --text-muted: #94a3b8;
    --accent: #38bdf8;
    --accent-2: #a855f7;
    --accent-green: #10b981;
    --accent-green-glow: rgba(16, 185, 129, 0.4);
    --border-lum: rgba(168, 85, 247, 0.25);
    --border-muted: rgba(148, 163, 184, 0.15);
    --header-height: 72px;
    --container-max: 1200px;
    --font-display: 'Space Grotesk', sans-serif;
    --font-body: 'Outfit', sans-serif;
}

/* ============ RESET & BASE ============ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.6;
    color: var(--text-light);
    background: var(--bg-dark);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 { font-family: var(--font-display); font-weight: 600; line-height: 1.2; }

a { color: var(--accent); text-decoration: none; transition: color 0.25s ease; }
a:hover { color: var(--accent-green); }

img { max-width: 100%; display: block; }

.skip-link {
    position: absolute; top: -100px; left: 0;
    background: var(--accent-green); color: #000;
    padding: 12px 24px; z-index: 9999; font-weight: 600;
    transition: top 0.25s ease;
}
.skip-link:focus { top: 0; }

/* ============ CONTAINER ============ */
.container { width: 100%; max-width: var(--container-max); margin: 0 auto; padding: 0 20px; }
.container--narrow { max-width: 760px; }

/* ============ BUTTONS ============ */
.btn {
    display: inline-flex; align-items: center; justify-content: center;
    font-family: var(--font-display); font-weight: 600; font-size: 16px;
    padding: 12px 28px; border-radius: 10px; border: none; cursor: pointer;
    text-decoration: none; transition: all 0.25s ease;
    min-height: 44px; white-space: nowrap;
}
.btn--lg { font-size: 18px; padding: 16px 36px; min-height: 52px; }
.btn--primary { background: var(--accent-green); color: #000; }
.btn--primary:hover { box-shadow: 0 0 24px var(--accent-green-glow); color: #000; }
.btn--accent { background: var(--accent-green); color: #000; }
.btn--accent:hover { box-shadow: 0 0 28px var(--accent-green-glow); transform: translateY(-2px); color: #000; }
.btn--ghost { background: transparent; color: var(--text-light); border: 1px solid var(--border-muted); }
.btn--ghost:hover { border-color: var(--accent); color: var(--accent); }

/* ============ HEADER ============ */
.site-header {
    position: sticky; top: 0; z-index: 100;
    height: var(--header-height);
    background: rgba(10, 17, 34, 0.85);
    backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border-muted);
}
.site-header__inner {
    max-width: var(--container-max); height: 100%;
    margin: 0 auto; padding: 0 20px;
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.site-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.site-brand__mark {
    width: 36px; height: 36px; border-radius: 8px;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 20px;
    display: flex; align-items: center; justify-content: center;
}
.site-brand__text { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--text-light); }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav__list { list-style: none; display: flex; gap: 28px; }
.site-nav__link { font-family: var(--font-display); font-weight: 500; font-size: 15px; color: var(--text-muted); }
.site-nav__link:hover { color: var(--accent); }
.site-nav__actions { display: flex; gap: 12px; }
.site-nav__actions .btn { padding: 10px 22px; font-size: 15px; }

.mobile-menu-toggle { display: none; }

/* ============ SECTIONS ============ */
.section { padding: 64px 0; }
@media (min-width: 1024px) { .section { padding: 100px 0; } }

.section__head { margin-bottom: 48px; }
.section__title {
    font-size: 26px; font-weight: 600; letter-spacing: -0.02em;
    margin-bottom: 16px; color: var(--text-light);
}
@media (min-width: 1024px) { .section__title { font-size: 36px; } }
.section__lead { color: var(--text-muted); font-size: 17px; max-width: 680px; }

/* ============ HERO ============ */
.hero { position: relative; min-height: 560px; display: flex; align-items: center; overflow: hidden; }
@media (min-width: 1024px) { .hero { min-height: 640px; } }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(10,17,34,0.92) 0%, rgba(10,17,34,0.65) 50%, rgba(10,17,34,0.45) 100%);
}
.hero__rain {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(180deg, transparent 0%, rgba(56,189,248,0.08) 50%, transparent 100%),
        repeating-linear-gradient(105deg, transparent 0px, transparent 80px, rgba(56,189,248,0.06) 81px, rgba(56,189,248,0.06) 82px),
        repeating-linear-gradient(95deg, transparent 0px, transparent 120px, rgba(16,185,129,0.04) 121px, rgba(16,185,129,0.04) 122px);
    animation: rainDrift 8s linear infinite;
}
@keyframes rainDrift {
    0% { background-position: 0 0, 0 0, 0 0; }
    100% { background-position: 0 0, -80px 0, 120px 0; }
}
.hero__inner { position: relative; z-index: 1; width: 100%; }
.hero__content { max-width: 600px; }
.hero__badge {
    display: inline-block; font-family: var(--font-display); font-size: 13px; font-weight: 600;
    color: var(--accent); background: rgba(56,189,248,0.1); border: 1px solid rgba(56,189,248,0.3);
    padding: 6px 14px; border-radius: 20px; margin-bottom: 24px;
}
.hero__title {
    font-size: 30px; font-weight: 700; letter-spacing: -0.03em;
    color: var(--text-light); margin-bottom: 20px;
}
@media (min-width: 1024px) { .hero__title { font-size: 52px; } }
.hero__subtitle { font-size: 17px; color: var(--text-muted); margin-bottom: 32px; max-width: 520px; }
.hero__subtitle strong { color: var(--text-light); font-weight: 600; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 16px; }
.hero__micro { font-size: 14px; color: var(--text-muted); }

/* ============ GAME GRID ============ */
.section--games { background: var(--bg-dark); }
.game-grid {
    display: grid; grid-template-columns: 1fr; gap: 16px;
}
@media (min-width: 640px) { .game-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .game-grid { grid-template-columns: repeat(3, 1fr); } }
.game-card {
    display: block; background: var(--bg-card); border: 1px solid var(--border-lum);
    border-radius: 12px; overflow: hidden; text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.game-card:hover {
    transform: scale(1.04); border-color: rgba(168,85,247,0.6);
    box-shadow: 0 0 24px rgba(168,85,247,0.2);
}
.game-card__thumb { width: 100%; aspect-ratio: 4/3; overflow: hidden; }
.game-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.game-card__body { padding: 24px; }
.game-card__name { font-family: var(--font-display); font-weight: 600; font-size: 20px; color: var(--text-light); margin-bottom: 8px; }
.game-card__desc { font-size: 15px; color: var(--text-muted); margin-bottom: 16px; line-height: 1.5; }
.game-card__rtp {
    display: inline-block; font-family: var(--font-display); font-weight: 700; font-size: 14px;
    color: var(--accent-green); background: rgba(16,185,129,0.12);
    border: 1px solid rgba(16,185,129,0.3); padding: 4px 12px; border-radius: 6px;
}

/* ============ BONUS BLOCK ============ */
.section--bonus { background: var(--bg-panel); }
.bonus-block {
    display: flex; flex-direction: column; gap: 40px; align-items: center;
}
@media (min-width: 1024px) { .bonus-block { flex-direction: row; align-items: stretch; } }
.bonus-block__visual { flex: 0 0 auto; max-width: 100%; }
.bonus-block__visual img { border-radius: 12px; width: 100%; max-width: 420px; }
@media (min-width: 1024px) { .bonus-block__visual img { max-height: 480px; object-fit: cover; } }
.bonus-block__content { flex: 1; }
.bonus-block__content .section__title { margin-top: 0; }
.bonus-block__content .btn { margin-top: 24px; }

/* ============ STAT ROW ============ */
.stat-row {
    display: grid; grid-template-columns: 1fr; gap: 24px;
    margin: 32px 0;
}
@media (min-width: 640px) { .stat-row { grid-template-columns: repeat(3, 1fr); gap: 16px; } }
.stat-block { text-align: left; }
.stat-block__number {
    display: block; font-family: var(--font-display); font-weight: 700; font-size: 48px;
    color: var(--accent-green); text-shadow: 0 0 20px var(--accent-green-glow);
    line-height: 1; margin-bottom: 8px;
}
.stat-block__label { display: block; font-size: 14px; color: var(--text-muted); }
.stat-block__source { display: block; font-size: 13px; color: var(--text-muted); margin-top: 4px; }

/* ============ TRUST BLOCK ============ */
.section--trust { background: var(--bg-dark); }
.trust-block {
    display: flex; flex-direction: column; gap: 48px;
    background: var(--bg-card); border: 1px solid var(--border-muted);
    border-radius: 12px; padding: 32px;
}
@media (min-width: 1024px) {
    .trust-block { flex-direction: row; align-items: flex-start; padding: 48px; }
    .trust-block__text { flex: 1.2; }
    .trust-block__visual { flex: 1; }
}
.trust-block__lead { font-size: 18px; color: var(--text-light); margin-bottom: 20px; }
.trust-block__body { color: var(--text-muted); margin-bottom: 16px; }
.trust-block__body strong { color: var(--text-light); }
.trust-block__body a { color: var(--accent); }
.trust-block__visual img { width: 160px; height: 160px; margin: 0 auto 32px; }
.trust-block__list { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.trust-block__list li {
    display: flex; align-items: center; gap: 16px;
    font-size: 15px; color: var(--text-light);
    padding: 12px 16px; border: 1px solid var(--border-muted); border-radius: 8px;
    background: rgba(19,31,61,0.5);
}
.trust-block__step {
    font-family: var(--font-display); font-weight: 700; font-size: 18px;
    color: var(--accent-green); min-width: 32px;
}

/* ============ LIVE WIN TICKER ============ */
.section--livefeed { background: var(--bg-panel); padding-bottom: 0; }
.win-ticker {
    overflow: hidden; width: 100%; padding: 24px 0;
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.win-ticker__track {
    display: flex; gap: 24px; width: max-content;
    animation: tickerScroll 30s linear infinite;
}
.win-ticker:hover .win-ticker__track { animation-play-state: paused; }
@keyframes tickerScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.win-ticker__item {
    display: flex; align-items: center; gap: 12px;
    background: var(--bg-card); border: 1px solid var(--border-muted);
    border-radius: 10px; padding: 12px 20px; white-space: nowrap;
}
.win-ticker__game {
    font-family: var(--font-display); font-weight: 600; font-size: 14px;
    color: var(--accent); background: rgba(56,189,248,0.1);
    padding: 4px 10px; border-radius: 6px;
}
.win-ticker__user { font-size: 14px; color: var(--text-muted); }
.win-ticker__amount {
    font-family: var(--font-display); font-weight: 700; font-size: 16px;
    color: var(--accent-green); text-shadow: 0 0 12px var(--accent-green-glow);
}

/* ============ VIP / RAKEBACK ============ */
.section--vip { background: var(--bg-dark); }
.vip-block {
    display: flex; flex-direction: column; gap: 48px;
    background: var(--bg-card); border: 1px solid var(--border-muted);
    border-radius: 12px; padding: 32px;
}
@media (min-width: 1024px) {
    .vip-block { flex-direction: row; align-items: center; padding: 48px; }
    .vip-block__text { flex: 1.2; }
    .vip-block__visual { flex: 1; }
}
.vip-block__lead { font-size: 18px; color: var(--text-light); margin-bottom: 16px; }
.vip-block__body { color: var(--text-muted); margin-bottom: 24px; }
.vip-block__body a { color: var(--accent); }
.vip-tier { display: flex; flex-direction: column; gap: 0; }
.vip-tier__row {
    display: flex; justify-content: space-between; align-items: center;
    padding: 16px 20px; border: 1px solid var(--border-muted); border-radius: 10px;
    background: rgba(19,31,61,0.5); transition: all 0.25s ease;
}
.vip-tier__row--active {
    border-color: var(--accent-green); background: rgba(16,185,129,0.08);
    box-shadow: 0 0 16px rgba(16,185,129,0.15);
}
.vip-tier__name { font-family: var(--font-display); font-weight: 600; font-size: 18px; color: var(--text-light); }
.vip-tier__pct {
    font-family: var(--font-display); font-weight: 700; font-size: 18px;
    color: var(--accent-green);
}
.vip-tier__line {
    width: 2px; height: 24px; margin: 0 auto;
    background: linear-gradient(180deg, var(--accent), var(--accent-2));
    opacity: 0.5;
}

/* ============ SEO ARTICLE ============ */
.section--seo { background: var(--bg-panel); }
.seo-article p { margin-bottom: 24px; color: var(--text-muted); max-width: 70ch; }
.seo-article p strong { color: var(--text-light); }
.seo-article p a { color: var(--accent); }
.seo-article p a:hover { color: var(--accent-green); }
.seo-article .section__title { margin-bottom: 32px; }

/* ============ CTA BANNER ============ */
.cta-banner {
    position: relative; overflow: hidden;
    background: var(--bg-panel); padding: 80px 0; text-align: center;
}
.cta-banner__rain {
    position: absolute; inset: 0;
    background-image:
        repeating-linear-gradient(100deg, transparent 0px, transparent 60px, rgba(56,189,248,0.07) 61px, rgba(56,189,248,0.07) 62px),
        repeating-linear-gradient(110deg, transparent 0px, transparent 90px, rgba(16,185,129,0.05) 91px, rgba(16,185,129,0.05) 92px);
    animation: rainDrift 6s linear infinite;
}
.cta-banner__inner { position: relative; z-index: 1; }
.cta-banner__headline {
    font-size: 26px; font-weight: 600; letter-spacing: -0.02em;
    color: var(--text-light); margin-bottom: 16px;
}
@media (min-width: 1024px) { .cta-banner__headline { font-size: 36px; } }
.cta-banner__text { font-size: 17px; color: var(--text-muted); max-width: 560px; margin: 0 auto 32px; }
.cta-banner__button { margin-bottom: 16px; }
.cta-banner__micro { font-size: 14px; color: var(--text-muted); }

/* ============ TERMS CALLOUT ============ */
.terms-callout {
    display: flex; gap: 20px; padding: 28px 32px;
    background: var(--bg-card); border: 1px solid var(--border-muted);
    border-left: 3px solid var(--accent-green); border-radius: 12px;
    margin: 32px 0;
}
.terms-callout--risk { border-left-color: #f97316; }
.terms-callout--info { border-left-color: var(--accent); }
.terms-callout__icon { flex-shrink: 0; color: var(--accent-green); }
.terms-callout--risk .terms-callout__icon { color: #f97316; }
.terms-callout--info .terms-callout__icon { color: var(--accent); }
.terms-callout__title { font-family: var(--font-display); font-weight: 600; font-size: 18px; color: var(--text-light); margin-bottom: 8px; }
.terms-callout__text { font-size: 16px; color: var(--text-light); line-height: 1.6; }

/* ============ FAQ ACCORDION ============ */
.faq-accordion { display: flex; flex-direction: column; gap: 12px; margin: 32px 0; }
.faq-accordion__item {
    background: var(--bg-card); border: 1px solid var(--border-muted);
    border-radius: 10px; overflow: hidden; transition: border-color 0.25s ease;
}
.faq-accordion__item[open] { border-color: rgba(56,189,248,0.4); }
.faq-accordion__question {
    display: flex; align-items: center; justify-content: space-between;
    padding: 20px 24px; cursor: pointer; list-style: none;
    font-family: var(--font-display); font-weight: 500; font-size: 17px; color: var(--text-light);
}
.faq-accordion__question::-webkit-details-marker { display: none; }
.faq-accordion__chevron { color: var(--accent); transition: transform 0.25s ease; flex-shrink: 0; }
.faq-accordion__item[open] .faq-accordion__chevron { transform: rotate(180deg); }
.faq-accordion__answer { padding: 0 24px 20px; }
.faq-accordion__answer p { color: var(--text-muted); font-size: 17px; line-height: 1.7; }

/* ============ FOOTER ============ */
.site-footer { background: var(--bg-panel); border-top: 1px solid var(--border-muted); padding: 64px 0 32px; }
.site-footer__inner { max-width: var(--container-max); margin: 0 auto; padding: 0 20px; }
.site-footer__grid { display: grid; grid-template-columns: 1fr; gap: 40px; }
@media (min-width: 768px) { .site-footer__grid { grid-template-columns: 2fr 1fr 1fr; } }
.site-footer__brand { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--text-light); margin-bottom: 12px; }
.site-footer__text { font-size: 15px; color: var(--text-muted); margin-bottom: 16px; line-height: 1.6; }
.site-footer__heading { font-family: var(--font-display); font-weight: 600; font-size: 16px; color: var(--text-light); margin-bottom: 16px; }
.site-footer__links { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.site-footer__links a { font-size: 15px; color: var(--text-muted); }
.site-footer__links a:hover { color: var(--accent); }
.site-footer__crypto { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.crypto-badge {
    font-family: var(--font-display); font-weight: 600; font-size: 13px;
    color: var(--accent); background: rgba(56,189,248,0.1); border: 1px solid rgba(56,189,248,0.25);
    padding: 6px 12px; border-radius: 6px;
}
.site-footer__age { display: flex; align-items: center; gap: 8px; margin-top: 12px; }
.age-badge {
    font-family: var(--font-display); font-weight: 700; font-size: 14px;
    color: #fff; background: #dc2626; padding: 4px 10px; border-radius: 6px;
}
.site-footer__bottom { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--border-muted); }
.site-footer__bottom p { font-size: 14px; color: var(--text-muted); }

/* ============ STEP GRID (Provably Fair Mechanik) ============ */
.step-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin: 32px 0; }
@media (min-width: 768px) { .step-grid { grid-template-columns: repeat(3, 1fr); } }
.step-card {
    background: var(--bg-card); border: 1px solid var(--border-lum);
    border-radius: 12px; padding: 24px; text-align: center;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
@media (min-width: 1024px) { .step-card { padding: 32px; } }
.step-card:hover {
    transform: translateY(-4px); border-color: rgba(168,85,247,0.6);
    box-shadow: 0 0 20px rgba(168,85,247,0.15);
}
.step-card__icon { width: 72px; height: 72px; margin: 0 auto 16px; }
.step-card__num {
    font-family: var(--font-display); font-weight: 700; font-size: 13px;
    color: var(--accent); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 8px;
}
.step-card__title { font-size: 20px; color: var(--text-light); margin-bottom: 12px; }
.step-card__text { font-size: 15px; color: var(--text-muted); line-height: 1.6; }
.step-card__text code {
    font-family: 'Space Grotesk', monospace; background: rgba(56,189,248,0.1);
    border: 1px solid rgba(56,189,248,0.2); padding: 1px 6px; border-radius: 4px;
    color: var(--accent); font-size: 13px;
}

/* ============ VERIFY STEPS ============ */
.verify-steps { list-style: none; display: flex; flex-direction: column; gap: 16px; margin: 32px 0; }
.verify-steps__item {
    display: flex; gap: 16px; align-items: flex-start;
    background: var(--bg-card); border: 1px solid var(--border-muted);
    border-radius: 10px; padding: 20px 24px;
}
.verify-steps__num {
    font-family: var(--font-display); font-weight: 700; font-size: 16px;
    color: var(--accent); min-width: 40px; height: 40px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    border: 1px solid rgba(56,189,248,0.35); border-radius: 8px;
    background: rgba(56,189,248,0.06);
}
.verify-steps__title { font-family: var(--font-display); font-weight: 600; font-size: 17px; color: var(--text-light); margin-bottom: 6px; }
.verify-steps__text { font-size: 15px; color: var(--text-muted); line-height: 1.6; }
.verify-steps__text strong { color: var(--text-light); }

/* ============ VARIANCE BLOCK ============ */
.variance-block {
    display: flex; flex-direction: column; gap: 40px;
    background: var(--bg-card); border: 1px solid var(--border-muted);
    border-radius: 12px; padding: 32px;
}
@media (min-width: 1024px) {
    .variance-block { flex-direction: row; align-items: center; padding: 48px; }
    .variance-block__text { flex: 1.2; }
    .variance-block__visual { flex: 1; }
}
.variance-block__text .section__title { margin-top: 0; }
.variance-block__text p { color: var(--text-muted); margin-bottom: 16px; max-width: 70ch; }
.variance-block__text p strong { color: var(--text-light); }
.variance-block__text p a { color: var(--accent); }
.variance-block__text .btn { margin-top: 8px; }
.variance-block__visual img { width: 100%; max-width: 420px; margin: 0 auto; }

/* ============ PAYMENT PAGE EXTRAS ============ */
.step-grid--4 { grid-template-columns: 1fr; }
@media (min-width: 640px) { .step-grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .step-grid--4 { grid-template-columns: repeat(4, 1fr); } }

.chain-table {
    width: 100%; max-width: 420px; margin: 0 auto;
    border-collapse: collapse; font-size: 15px;
    background: var(--bg-card); border: 1px solid var(--border-lum);
    border-radius: 12px; overflow: hidden;
}
.chain-table th, .chain-table td { padding: 14px 16px; text-align: left; }
.chain-table thead th {
    font-family: var(--font-display); font-weight: 600; font-size: 14px;
    color: var(--accent); background: rgba(56,189,248,0.06);
    border-bottom: 1px solid var(--border-lum);
}
.chain-table tbody td { color: var(--text-muted); border-bottom: 1px solid var(--border-muted); }
.chain-table tbody tr:last-child td { border-bottom: none; }
.chain-table tbody td:first-child { color: var(--text-light); font-weight: 500; }
.chain-table__highlight td {
    background: rgba(16,185,129,0.08);
    box-shadow: inset 3px 0 0 var(--accent-green);
}

/* ============ SITEMAP LIST ============ */
.sitemap-list {
    list-style: none; counter-reset: sitemap;
    display: flex; flex-direction: column; gap: 16px;
    margin-top: 40px;
}
.sitemap-list__item {
    counter-increment: sitemap; position: relative;
    background: var(--bg-card); border: 1px solid var(--border-muted);
    border-radius: 12px; padding: 24px 24px 24px 72px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.sitemap-list__item::before {
    content: counter(sitemap, decimal-leading-zero);
    position: absolute; left: 20px; top: 24px;
    font-family: var(--font-display); font-weight: 700; font-size: 20px;
    color: var(--accent);
}
.sitemap-list__item:hover {
    border-color: rgba(56,189,248,0.4);
    box-shadow: 0 0 16px rgba(56,189,248,0.12);
}
.sitemap-list__title { font-size: 20px; margin-bottom: 8px; }
.sitemap-list__title a { color: var(--accent); }
.sitemap-list__title a:hover { color: var(--accent-green); }
.sitemap-list__desc { font-size: 15px; color: var(--text-muted); line-height: 1.6; }

/* ============ SECTION DIVIDER ============ */
.section-divider {
    border: none; border-top: 1px solid var(--border-muted);
    margin: 0 0 48px 0; max-width: 100%;
}

/* ============ ANIMATIONS ============ */
.animate-on-scroll {
    opacity: 0; transform: translateY(24px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    transition-delay: var(--stagger, 0ms);
}
.animate-on-scroll.is-visible { opacity: 1; transform: translateY(0); }

/* ============ MOBILE NAV ============ */
.site-nav {
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

@media (max-width: 1023px) {
    .mobile-menu-toggle {
        display: flex; flex-direction: column; gap: 5px;
        background: none; border: none; cursor: pointer; padding: 8px;
    }
    .mobile-menu-toggle span {
        width: 26px; height: 3px; border-radius: 2px;
        background: var(--text-light); transition: transform 0.25s ease, opacity 0.25s ease;
    }
    .mobile-menu-toggle.is-open span:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); }
    .mobile-menu-toggle.is-open span:nth-child(2) { opacity: 0; }
    .mobile-menu-toggle.is-open span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }

    .site-nav {
        position: fixed; top: var(--header-height); right: 0; left: 0;
        flex-direction: column; gap: 1.5rem; padding: 2rem;
        background: var(--bg-panel); border-bottom: 1px solid var(--border-muted);
        transform: translateY(-120%); opacity: 0; visibility: hidden; z-index: 90;
    }
    .site-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
    .site-nav__list { flex-direction: column; gap: 1rem; }
    .site-nav__actions { width: 100%; flex-direction: column; }
    .site-nav__actions .btn { width: 100%; }
}

/* ============ REDUCED MOTION ============ */
@media (prefers-reduced-motion: reduce) {
    .hero__rain, .cta-banner__rain, .win-ticker__track { animation: none !important; }
    .animate-on-scroll { opacity: 1; transform: none; transition: none; }
    * { scroll-behavior: auto !important; }
}

/* a11y-autofix: link-in-text-block */
/* axe link-in-text-block: inline links inside body copy must be
   distinguishable without relying on color. Scope to text containers so
   nav/button/card links (already visually distinct) keep their styling. */
:where(p, li, blockquote, figcaption, dd, .prose, .seo-text, article)
  a:not([class]) {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

