/* ============================================
   REALZ CASINO - Spy-Tomb Design System
   Mobile-first. Dark/gold cinematic theme.
   ============================================ */

/* ============================================
   RESET & SAFETY NET
   ============================================ */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
    margin: 0;
    background: var(--background);
    color: var(--foreground);
    font-family: "Manrope", system-ui, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

img, video, iframe, embed, object, svg {
    max-width: 100%;
    height: auto;
    display: block;
}

[class*="grid"] > *, [class*="flex"] > * { min-width: 0; }

pre, code, .code-block {
    max-width: 100%;
    overflow-x: auto;
}

.table-wrapper, [class*="table-"] {
    max-width: 100%;
    overflow-x: auto;
}

p, li, td, th { overflow-wrap: break-word; }

input, textarea, select {
    max-width: 100%;
    box-sizing: border-box;
    font-family: inherit;
}

section { overflow: clip; position: relative; }

a { color: var(--primary); text-decoration: none; transition: color var(--t) var(--ease); }
a:hover { color: #f7d56e; }

/* Inline links inside body text get underline for contrast/distinction */
.section-inner p a,
.section-intro a,
.faq-item__a a,
.tldr a,
.callout a,
.footer-small a,
td a,
li a {
    text-decoration: underline;
    text-decoration-color: rgba(230, 179, 65, 0.5);
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.section-inner p a:hover,
.section-intro a:hover,
.faq-item__a a:hover,
.tldr a:hover,
.callout a:hover,
.footer-small a:hover,
td a:hover,
li a:hover {
    text-decoration-color: var(--primary);
}

ul, ol { padding-left: 1.2em; }

.skip-link {
    position: absolute;
    top: -100px;
    left: 0;
    background: var(--primary);
    color: var(--primary-foreground);
    padding: 12px 18px;
    z-index: 2000;
    border-radius: 0 0 var(--radius-sm) 0;
    font-weight: 700;
}
.skip-link:focus { top: 0; }

/* ============================================
   TYPOGRAPHY - Cinzel Decorative + Manrope
   Hieroglyphic gold headlines, clean German body
   ============================================ */
h1, h2, h3, h4, h5, h6 {
    font-family: "Cinzel Decorative", "Times New Roman", serif;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.005em;
    margin: 0 0 var(--space-md);
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 24px rgba(230, 179, 65, 0.15);
    overflow-wrap: break-word;
    word-wrap: break-word;
}

h1 { font-size: clamp(2.25rem, 6vw + 0.5rem, 4rem); font-weight: 900; }
h2 { font-size: clamp(1.75rem, 4vw + 0.5rem, 2.75rem); font-weight: 700; }
h3 { font-size: clamp(1.25rem, 1.5vw + 0.75rem, 1.75rem); font-weight: 700; }
h4 { font-size: clamp(1.1rem, 1vw + 0.75rem, 1.35rem); font-weight: 700; }

p { margin: 0 0 var(--space-lg); max-width: 72ch; }

.eyebrow, .info-card__eyebrow, .stat-cell__eyebrow, .footer-eyebrow {
    display: inline-block;
    font-family: "Manrope", sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: var(--space-md);
}

.section-title { text-align: center; }
.section-intro {
    text-align: center;
    max-width: 64ch;
    margin: 0 auto var(--space-2xl);
    color: var(--muted-foreground);
    font-size: 1.05rem;
}

/* ============================================
   LAYOUT - Container, sections
   ============================================ */
.container, .section-inner, .header-inner, .footer-inner,
.cta-banner__inner, .stat-block__inner, .faq-section__inner {
    width: 100%;
    max-width: var(--max-w);
    margin: 0 auto;
    padding-left: var(--space-lg);
    padding-right: var(--space-lg);
}

@media (min-width: 768px) {
    .container, .section-inner, .header-inner, .footer-inner,
    .cta-banner__inner, .stat-block__inner, .faq-section__inner {
        padding-left: var(--space-xl);
        padding-right: var(--space-xl);
    }
}

.section {
    padding-top: var(--space-3xl);
    padding-bottom: var(--space-3xl);
    position: relative;
}

@media (min-width: 1024px) {
    .section {
        padding-top: var(--space-5xl);
        padding-bottom: var(--space-5xl);
    }
}

.section--alt { background: linear-gradient(180deg, var(--background) 0%, #110e0a 100%); }
.section--card { background: var(--card); }

/* Gold laser divider */
.laser-divider {
    height: 1px;
    background: var(--laser-gradient);
    margin: var(--space-2xl) 0;
    box-shadow: 0 0 12px rgba(230, 179, 65, 0.5);
}

/* Hieroglyph background watermark */
.hieroglyph-bg::before {
    content: "𓂀 𓆣 𓋹 𓊽 𓏏 𓇳 𓅓 𓆑";
    position: absolute;
    inset: 0;
    font-family: serif;
    font-size: 4rem;
    color: var(--primary);
    opacity: 0.03;
    pointer-events: none;
    line-height: 2.5;
    word-spacing: 2em;
    overflow: hidden;
    user-select: none;
}

/* ============================================
   HEADER - fixed near-black with gold accent
   z-index: header 1000, toggle 1001, drawer 999
   ============================================ */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(11, 10, 8, 0.92);
    border-bottom: 1px solid rgba(230, 179, 65, 0.18);
    height: var(--header-h);
}

@media (min-width: 768px) {
    .site-header { backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    gap: var(--space-md);
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    flex-shrink: 0;
}
.brand .logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--primary);
    box-shadow: 0 0 16px rgba(230, 179, 65, 0.4);
}
.brand-text {
    font-family: "Cinzel Decorative", serif;
    font-size: 1.25rem;
    font-weight: 900;
    color: var(--foreground);
    letter-spacing: 0.02em;
    line-height: 1;
}
.brand-text-accent {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-left: 2px;
}

main { padding-top: var(--header-h); min-height: 100vh; }

/* Hide theme toggle - brand requires no light/dark switcher */
.theme-toggle { display: none !important; }

/* ============================================
   NAVIGATION - desktop inline, mobile drawer
   ============================================ */
.main-nav {
    display: none;
}

.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: var(--space-lg);
    align-items: center;
}

.nav-link {
    color: var(--foreground);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 8px 4px;
    position: relative;
    transition: color var(--t) var(--ease);
}
.nav-link::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 2px;
    height: 1px;
    background: var(--gold-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--t) var(--ease);
}
.nav-link:hover { color: var(--primary); }
.nav-link:hover::after { transform: scaleX(1); }

.nav-cta {
    display: flex;
    gap: var(--space-sm);
    align-items: center;
    margin-left: var(--space-lg);
}

@media (min-width: 1024px) {
    .main-nav {
        display: flex;
        align-items: center;
        gap: var(--space-md);
    }
}

/* Mobile menu toggle (hamburger) */
.menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 1px solid rgba(230, 179, 65, 0.3);
    border-radius: var(--radius-sm);
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    position: relative;
}
.menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--primary);
    transition: transform var(--t) var(--ease), opacity var(--t) var(--ease);
    transform-origin: center;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (min-width: 1024px) {
    .menu-toggle { display: none; }
}

/* Mobile drawer */
@media (max-width: 1023.98px) {
    .site-header { backdrop-filter: none; -webkit-backdrop-filter: none; background: #0b0a08; }
    .main-nav {
        display: none;
        position: fixed;
        top: var(--header-h);
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--background);
        z-index: 999;
        flex-direction: column;
        align-items: stretch;
        padding: var(--space-xl) var(--space-lg);
        overflow-y: auto;
        gap: 0;
        border-top: 1px solid rgba(230, 179, 65, 0.2);
    }
    .main-nav.is-open { display: flex; }
    .nav-list {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        width: 100%;
    }
    .nav-list li { border-bottom: 1px solid var(--border); }
    .nav-link {
        display: flex;
        align-items: center;
        min-height: 56px;
        font-family: "Cinzel Decorative", serif;
        font-size: 1.15rem;
        font-weight: 700;
        color: var(--foreground);
        padding: var(--space-md) 0;
    }
    .nav-cta {
        flex-direction: column;
        gap: var(--space-md);
        margin: var(--space-xl) 0 0;
        align-items: stretch;
    }
    .nav-cta .btn { width: 100%; justify-content: center; }
}

/* ============================================
   BUTTONS - Gold flicker CTA, ghost outline
   ============================================ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 12px 22px;
    border-radius: var(--radius-sm);
    border: 1px solid transparent;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    text-decoration: none;
    cursor: pointer;
    transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease), background var(--t) var(--ease);
    white-space: nowrap;
}

.btn-primary {
    background: var(--gold-gradient);
    color: var(--primary-foreground);
    box-shadow: 0 6px 24px rgba(230, 179, 65, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(230, 179, 65, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    color: var(--primary-foreground);
}

.btn-ghost {
    background: transparent;
    color: var(--foreground);
    border: 1px solid rgba(230, 179, 65, 0.45);
}
.btn-ghost:hover {
    border-color: var(--primary);
    color: var(--primary);
    background: rgba(230, 179, 65, 0.06);
}

.btn-lg {
    min-height: 54px;
    padding: 16px 32px;
    font-size: 1.05rem;
}

/* Trap-activation flicker - gold to ember */
@keyframes trap-flicker {
    0%, 100% { box-shadow: 0 6px 24px rgba(230, 179, 65, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.25); }
    45% { box-shadow: 0 8px 28px rgba(255, 107, 26, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.3); }
    50% { box-shadow: 0 10px 32px rgba(255, 107, 26, 0.7), 0 0 24px rgba(255, 107, 26, 0.4); }
    55% { box-shadow: 0 8px 28px rgba(255, 107, 26, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.3); }
}
.btn-flicker { animation: trap-flicker 1.6s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) {
    .btn-flicker { animation: none; }
}

/* ============================================
   INFO CARD - Universal tomb-stone card
   Used: index, bonus, games, vip-tournaments
   ============================================ */
.info-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
    transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease), border-color var(--t) var(--ease);
    position: relative;
}
.info-card:hover {
    transform: translateY(-4px) scale(1.015);
    border-color: var(--primary);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5), 0 0 24px rgba(230, 179, 65, 0.25);
}

.info-card__media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, #1f1812 0%, #0e0b08 100%);
}
.info-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 600ms var(--ease);
}
.info-card:hover .info-card__media img { transform: scale(1.06); }

.info-card__laser {
    position: absolute;
    left: 0; right: 0;
    bottom: 0;
    height: 2px;
    background: var(--laser-gradient);
    box-shadow: 0 0 12px var(--primary);
}

.info-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--gold-gradient);
    color: var(--primary-foreground);
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.info-card__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
@media (min-width: 1024px) { .info-card__body { padding: 28px; } }

.info-card__title {
    margin: 0;
    font-size: 1.2rem;
}
.info-card__desc {
    color: var(--muted-foreground);
    margin: 0;
    font-size: 0.95rem;
    flex: 1;
}
.info-card__meta {
    color: var(--primary);
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0;
}
.info-card__cta { margin-top: var(--space-sm); align-self: flex-start; }

/* Card grid */
.card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-md);
}
@media (min-width: 768px) {
    .card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--space-lg); }
}
@media (min-width: 1024px) {
    .card-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.card-grid--2 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
@media (min-width: 768px) {
    .card-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ============================================
   CTA BANNER - Full-bleed registration trap
   ============================================ */
.cta-banner {
    background: radial-gradient(ellipse at 30% 50%, #1a1410 0%, #0b0a08 70%);
    padding: var(--space-3xl) 0;
    position: relative;
    border-top: 1px solid rgba(230, 179, 65, 0.18);
    border-bottom: 1px solid rgba(230, 179, 65, 0.18);
}
@media (min-width: 1024px) { .cta-banner { padding: var(--space-5xl) 0; } }

.cta-banner__lasers {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, transparent 30%, rgba(230, 179, 65, 0.18) 50%, transparent 70%),
        linear-gradient(75deg, transparent 40%, rgba(255, 107, 26, 0.08) 60%, transparent 80%);
    pointer-events: none;
}

.cta-banner__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-xl);
    text-align: center;
    position: relative;
}
@media (min-width: 768px) {
    .cta-banner__inner {
        flex-direction: row;
        text-align: left;
        align-items: center;
        gap: var(--space-2xl);
    }
}

.cta-banner__mascot {
    flex-shrink: 0;
    width: clamp(220px, 40vw, 380px);
}
.cta-banner__mascot img {
    filter: drop-shadow(0 16px 32px rgba(230, 179, 65, 0.25));
}

.cta-banner__content { flex: 1; min-width: 0; }
.cta-banner__title { font-size: clamp(1.75rem, 4vw + 0.5rem, 3rem); margin-bottom: var(--space-md); }
.cta-banner__subtitle {
    color: var(--muted-foreground);
    font-size: 1.05rem;
    margin-bottom: var(--space-lg);
    max-width: 56ch;
}
.cta-banner__actions {
    display: flex;
    gap: var(--space-md);
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: var(--space-md);
}
@media (min-width: 768px) {
    .cta-banner__actions { justify-content: flex-start; }
}
.cta-banner__micro {
    color: var(--muted-foreground);
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    margin: 0;
    opacity: 0.85;
}

/* ============================================
   FAQ ACCORDION
   ============================================ */
.faq-section { padding: var(--space-3xl) 0; position: relative; }
@media (min-width: 1024px) { .faq-section { padding: var(--space-5xl) 0; } }

.faq-section::before {
    content: "𓂀";
    position: absolute;
    right: -2rem;
    top: 20%;
    font-size: 14rem;
    color: var(--primary);
    opacity: 0.04;
    pointer-events: none;
    user-select: none;
    line-height: 1;
}

.faq-list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--border);
}

.faq-item {
    border-bottom: 1px solid var(--border);
    background: transparent;
}

.faq-item__q {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-md);
    padding: var(--space-lg) 0;
    font-family: "Cinzel Decorative", serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--primary);
    transition: color var(--t) var(--ease);
}
.faq-item__q::-webkit-details-marker { display: none; }
.faq-item__q:hover { color: #f7d56e; }

.faq-item__qtext { flex: 1; line-height: 1.4; }

.faq-item__icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Manrope", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    transition: transform var(--t) var(--ease), background var(--t) var(--ease);
}
.faq-item[open] .faq-item__icon {
    background: var(--gold-gradient);
    color: var(--primary-foreground);
    transform: rotate(45deg);
}

.faq-item__a {
    padding: 0 0 var(--space-lg);
    color: var(--foreground);
    line-height: 1.7;
    animation: faq-open 280ms var(--ease);
}
.faq-item__a p { margin: 0 0 var(--space-md); max-width: 76ch; }
.faq-item__a p:last-child { margin-bottom: 0; }
.faq-item__a ul, .faq-item__a ol { margin: 0 0 var(--space-md); }

@keyframes faq-open {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ============================================
   STAT BLOCK - Decoding hieroglyph numbers
   ============================================ */
.stat-block {
    padding: var(--space-3xl) 0;
    background: linear-gradient(180deg, #0e0b08 0%, var(--background) 100%);
    position: relative;
}
@media (min-width: 1024px) { .stat-block { padding: var(--space-5xl) 0; } }

.stat-block .eyebrow,
.stat-block .section-title { display: block; text-align: center; }

.stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-lg);
    margin-top: var(--space-2xl);
}
@media (min-width: 768px) {
    .stat-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
    }
    .stat-grid .stat-cell + .stat-cell {
        border-left: 1px solid rgba(230, 179, 65, 0.25);
        box-shadow: -1px 0 12px rgba(230, 179, 65, 0.05);
    }
}

.stat-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: var(--space-md) var(--space-lg);
    text-align: center;
}
.stat-cell__eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted-foreground);
}
.stat-cell__num {
    font-family: "Cinzel Decorative", serif;
    font-size: clamp(2.5rem, 4vw + 1rem, 3.75rem);
    font-weight: 900;
    line-height: 1;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 32px rgba(230, 179, 65, 0.3);
}
.stat-cell__cap {
    color: var(--foreground);
    font-size: 0.95rem;
    font-weight: 600;
}
.stat-cell__src {
    color: var(--muted-foreground);
    font-size: 0.78rem;
    font-style: italic;
}

/* ============================================
   TRUST BADGES ROW
   ============================================ */
.trust-row {
    padding: var(--space-2xl) var(--space-lg);
    border-top: 1px solid rgba(230, 179, 65, 0.18);
    border-bottom: 1px solid rgba(230, 179, 65, 0.18);
    background: #0a0907;
    text-align: center;
}
.trust-row__title {
    display: block;
    font-family: "Manrope", sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--muted-foreground);
    margin-bottom: var(--space-md);
}
.trust-row__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: var(--max-w);
    margin: 0 auto;
}
.trust-chip {
    padding: 10px 16px;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: #131009;
    color: var(--muted-foreground);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    transition: all var(--t) var(--ease);
    min-width: 80px;
    text-align: center;
}
.trust-chip:hover {
    border-color: var(--primary);
    color: var(--primary);
    box-shadow: 0 0 12px rgba(230, 179, 65, 0.25);
}
.trust-chip--license { border-color: var(--primary); color: var(--primary); }
.trust-chip--age {
    background: var(--gold-gradient);
    color: var(--primary-foreground);
    border-color: transparent;
}

/* ============================================
   ENGAGEMENT PATTERNS
   ============================================ */

/* TL;DR / Summary box */
.tldr, .summary-box {
    background: linear-gradient(135deg, #1a140d 0%, #14100b 100%);
    border-left: 4px solid var(--primary);
    border-radius: var(--radius-sm);
    padding: var(--space-lg) var(--space-xl);
    margin: var(--space-xl) 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}
.tldr__title, .summary-box__title {
    display: block;
    font-family: "Manrope", sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 800;
    margin-bottom: var(--space-sm);
}

/* Callout boxes */
.callout {
    padding: var(--space-lg);
    border-radius: var(--radius-sm);
    margin: var(--space-xl) 0;
    border-left: 4px solid var(--primary);
    background: rgba(230, 179, 65, 0.06);
}
.callout--warn { border-color: var(--accent); background: rgba(255, 107, 26, 0.06); }
.callout--note { border-color: var(--muted-foreground); background: rgba(184, 160, 122, 0.06); }
.callout strong { color: var(--primary); }

/* Pull quote */
.pull-quote, blockquote {
    border-left: 3px solid var(--primary);
    padding: var(--space-md) var(--space-xl);
    margin: var(--space-xl) 0;
    font-family: "Cinzel Decorative", serif;
    font-size: 1.25rem;
    color: var(--foreground);
    font-style: italic;
    background: rgba(230, 179, 65, 0.04);
}
blockquote cite {
    display: block;
    margin-top: var(--space-sm);
    font-family: "Manrope", sans-serif;
    font-size: 0.85rem;
    font-style: normal;
    color: var(--muted-foreground);
    letter-spacing: 0.05em;
}

/* Stat highlight (inline) */
.stat-highlight {
    display: inline-block;
    font-family: "Cinzel Decorative", serif;
    font-size: 1.5rem;
    font-weight: 900;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin: 0 4px;
}

/* details / summary */
details.expandable {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: var(--space-md) var(--space-lg);
    margin: var(--space-md) 0;
}
details.expandable summary {
    cursor: pointer;
    font-weight: 700;
    color: var(--primary);
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
details.expandable summary::after {
    content: "+";
    font-size: 1.4rem;
    transition: transform var(--t) var(--ease);
}
details.expandable[open] summary::after { transform: rotate(45deg); }
details.expandable summary::-webkit-details-marker { display: none; }
details.expandable[open] { padding-bottom: var(--space-lg); }
details.expandable > *:not(summary) { margin-top: var(--space-md); }

/* Tables */
.table-wrapper {
    margin: var(--space-xl) 0;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: var(--card);
}
table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}
thead {
    background: linear-gradient(180deg, #1f1812 0%, #14100b 100%);
}
th {
    text-align: left;
    padding: var(--space-md);
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--primary);
    border-bottom: 1px solid var(--primary);
}
td {
    padding: var(--space-md);
    border-bottom: 1px solid var(--border);
    color: var(--foreground);
    vertical-align: top;
}
tbody tr:last-child td { border-bottom: none; }
tbody tr:hover { background: rgba(230, 179, 65, 0.04); }
.table--highlight td:nth-child(2) { background: rgba(230, 179, 65, 0.06); }

/* Comparison table - recommended column */
.comparison-table th.col-recommended,
.comparison-table td.col-recommended {
    background: rgba(230, 179, 65, 0.08);
    border-left: 1px solid var(--primary);
    border-right: 1px solid var(--primary);
}

/* Lists */
.bullet-list, .check-list {
    list-style: none;
    padding-left: 0;
    margin: var(--space-lg) 0;
}
.bullet-list li, .check-list li {
    position: relative;
    padding: 6px 0 6px 32px;
    line-height: 1.6;
}
.bullet-list li::before {
    content: "𓋹";
    position: absolute;
    left: 0;
    color: var(--primary);
    font-size: 1.1rem;
}
.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--gold-gradient);
    color: var(--primary-foreground);
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    top: 8px;
}

/* ============================================
   HERO SECTION - used across pages
   ============================================ */
.hero {
    position: relative;
    padding: var(--space-3xl) 0 var(--space-2xl);
    background:
        radial-gradient(ellipse at 70% 30%, rgba(230, 179, 65, 0.12) 0%, transparent 50%),
        radial-gradient(ellipse at 20% 80%, rgba(255, 107, 26, 0.08) 0%, transparent 60%),
        linear-gradient(180deg, #0d0a07 0%, var(--background) 100%);
    border-bottom: 1px solid rgba(230, 179, 65, 0.18);
}
@media (min-width: 1024px) { .hero { padding: var(--space-5xl) 0 var(--space-3xl); } }

.hero__inner {
    display: flex;
    flex-direction: column;
    gap: var(--space-2xl);
    align-items: center;
    text-align: center;
    position: relative;
}
@media (min-width: 1024px) {
    .hero__inner {
        flex-direction: row;
        text-align: left;
        gap: var(--space-3xl);
    }
    .hero__content { flex: 1; min-width: 0; }
    .hero__visual { flex: 1; min-width: 0; }
}

.hero__content { max-width: 64ch; }
.hero__title { margin-bottom: var(--space-lg); }
.hero__subtitle {
    font-size: 1.1rem;
    color: var(--muted-foreground);
    margin-bottom: var(--space-xl);
}
.hero__actions {
    display: flex;
    gap: var(--space-md);
    flex-wrap: wrap;
    justify-content: center;
}
@media (min-width: 1024px) { .hero__actions { justify-content: flex-start; } }

.hero__visual {
    position: relative;
    width: 100%;
    max-width: 540px;
}
.hero__visual img {
    filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 32px rgba(230, 179, 65, 0.25));
}
.hero__visual::before {
    content: "";
    position: absolute;
    inset: -10%;
    background: radial-gradient(circle, rgba(230, 179, 65, 0.18) 0%, transparent 60%);
    z-index: -1;
    animation: hero-glow 4s ease-in-out infinite alternate;
}
@keyframes hero-glow {
    from { opacity: 0.5; }
    to { opacity: 1; }
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
    background: #07060500;
    background: linear-gradient(180deg, var(--background) 0%, #060504 100%);
    padding: var(--space-3xl) 0 var(--space-lg);
    border-top: 1px solid rgba(230, 179, 65, 0.2);
    margin-top: var(--space-3xl);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-2xl);
    margin-bottom: var(--space-2xl);
}
@media (min-width: 768px) {
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: var(--space-xl); }
}

.footer-title {
    font-size: 1rem;
    margin-bottom: var(--space-md);
    color: var(--primary);
}
.footer-list { list-style: none; padding: 0; margin: 0; }
.footer-list li { margin-bottom: 10px; }
.footer-list a {
    color: var(--muted-foreground);
    font-size: 0.92rem;
    transition: color var(--t) var(--ease);
}
.footer-list a:hover { color: var(--primary); }

.footer-tag {
    color: var(--muted-foreground);
    font-size: 0.92rem;
    margin: var(--space-md) 0 0;
    max-width: 38ch;
}

.brand-footer { margin-bottom: var(--space-md); }

.footer-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: var(--space-md);
}
.badge-18, .badge-license {
    display: inline-block;
    padding: 6px 12px;
    border-radius: var(--radius-sm);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}
.badge-18 {
    background: var(--gold-gradient);
    color: var(--primary-foreground);
}
.badge-license {
    border: 1px solid var(--primary);
    color: var(--primary);
}
.footer-small { color: var(--muted-foreground); font-size: 0.82rem; margin: 0; }
.footer-small a { color: var(--primary); }

.footer-payments {
    border-top: 1px solid var(--border);
    padding-top: var(--space-lg);
    margin-bottom: var(--space-lg);
    text-align: center;
}
.footer-eyebrow {
    margin-bottom: var(--space-md);
    color: var(--muted-foreground);
}
.payments-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
.pay-chip {
    padding: 8px 14px;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    color: var(--muted-foreground);
    font-size: 0.78rem;
    font-weight: 700;
    background: #0e0b08;
    transition: color var(--t) var(--ease), border-color var(--t) var(--ease);
}
.pay-chip:hover { color: var(--primary); border-color: var(--primary); }

.footer-bottom {
    border-top: 1px solid var(--border);
    padding-top: var(--space-lg);
    text-align: center;
    color: var(--muted-foreground);
    font-size: 0.82rem;
}
.footer-bottom p { margin: 0; max-width: none; }

/* ============================================
   ANIMATIONS - GSAP-style scroll reveal
   ============================================ */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 600ms var(--ease), transform 600ms var(--ease);
}
.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Hieroglyph decode text - handled via JS scrub */
.decode-text {
    letter-spacing: -0.005em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

@media (prefers-reduced-motion: reduce) {
    .animate-on-scroll { opacity: 1; transform: none; transition: none; }
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ============================================
   UTILITIES
   ============================================ */
.text-center { text-align: center; }
.text-gold {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.sr-only {
    position: absolute;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0);
    white-space: nowrap; border: 0;
}

.section-eyebrow-row {
    text-align: center;
    margin-bottom: var(--space-lg);
}

/* WIN page minimal layout */
.win-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: var(--space-2xl) var(--space-lg);
    background:
        radial-gradient(ellipse at center, rgba(230, 179, 65, 0.15) 0%, transparent 70%),
        var(--background);
}
.win-page__loader {
    margin-top: var(--space-xl);
    font-family: "Cinzel Decorative", serif;
    font-size: 1.25rem;
    color: var(--primary);
    letter-spacing: 0.1em;
    animation: loader-pulse 1.6s ease-in-out infinite;
}
@keyframes loader-pulse {
    0%, 100% { opacity: 0.5; text-shadow: 0 0 8px rgba(230, 179, 65, 0.3); }
    50% { opacity: 1; text-shadow: 0 0 24px rgba(230, 179, 65, 0.7); }
}

/* Focus states */
:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 3px;
    border-radius: 4px;
}
button:focus-visible, a:focus-visible { outline-offset: 4px; }