/* ============================================
   VOX CASINO - DESIGN SYSTEM
   Art Deco luxury aesthetic: 1920s Great Gatsby
   Dark obsidian background, vibrant orange CTAs,
   gold accents, geometric fan patterns.
   Fonts: Cormorant Garamond (display) + Manrope (body)
   ============================================ */

/* ============================================
   DESIGN TOKENS
   Dark theme is default (body.dark-theme).
   Light theme applies when .dark-theme is absent.
   ============================================ */
:root {
    /* Backgrounds */
    --background: #0a0a0a;
    --background-elevated: #141414;
    --background-card: #1a1a1a;
    --background-hover: #222222;

    /* Foreground */
    --foreground: #f5f0e1;
    --foreground-secondary: #d4c9b0;
    --foreground-muted: #b8a888;

    /* Brand */
    --orange: #ff8c00;
    --orange-hover: #ff7a00;
    --orange-pressed: #e66e00;
    --gold: #d4af37;
    --gold-bright: #f0c850;
    --gold-muted: #9a7c2a;
    --bronze: #6b5a3e;
    --bronze-light: #8a7350;

    /* Semantic */
    --primary: #ff8c00;
    --primary-foreground: #000000;
    --secondary: #1c1c1c;
    --secondary-foreground: #f5f0e1;
    --accent: #d4af37;
    --accent-foreground: #0a0a0a;
    --muted: #2a2520;
    --muted-foreground: #b8a888;
    --border: #2a2520;
    --border-light: #3a3530;
    --destructive: #ea1414;
    --destructive-foreground: #ffffff;

    /* Typography */
    --font-display: "Cormorant Garamond", Georgia, serif;
    --font-body: "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;

    /* Spacing */
    --space-xs: 8px;
    --space-sm: 16px;
    --space-md: 24px;
    --space-lg: 32px;
    --space-xl: 48px;
    --space-2xl: 60px;
    --space-3xl: 100px;

    /* Radii */
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --radius-pill: 999px;

    /* Transitions */
    --transition-fast: 150ms ease-out;
    --transition-base: 300ms ease-out;
    --transition-slow: 500ms ease-out;

    /* Layout */
    --content-max: 1200px;
    --text-max: 800px;
    --header-height: 72px;

    /* Header background (theme-aware) */
    --header-bg: rgba(10, 10, 10, 0.95);
}

/* Light theme overrides - applied when .dark-theme is absent */
body:not(.dark-theme) {
    --background: #f5f0e1;
    --background-elevated: #ebe5d4;
    --background-card: #ffffff;
    --background-hover: #f0ebe0;

    --foreground: #1a1a1a;
    --foreground-secondary: #4a4a4a;
    --foreground-muted: #6b6b6b;

    --secondary: #e8e2d0;
    --secondary-foreground: #1a1a1a;

    --muted: #e0dccf;
    --muted-foreground: #6b6b6b;

    --border: #d4c9b0;
    --border-light: #c4b89a;

    --header-bg: rgba(245, 240, 225, 0.95);
}

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

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

body {
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.6;
    color: var(--foreground);
    background: var(--background);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

a {
    color: var(--gold);
    text-decoration: none;
    transition: color var(--transition-fast);
}

a:hover {
    color: var(--gold-bright);
}

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

ul, ol {
    list-style: none;
}

/* ============================================
   TYPOGRAPHY SYSTEM
   Cormorant Garamond for display, Manrope for body.
   H1: 48px desktop / 32px mobile, 600 weight
   H2: 36px desktop / 26px mobile, 500 weight
   H3: 28px desktop / 22px mobile, 500 weight
   ============================================ */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--foreground);
}

h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: var(--space-md);
}

h2 {
    font-size: 26px;
    margin-bottom: var(--space-md);
}

h3 {
    font-size: 22px;
    margin-bottom: var(--space-sm);
}

h4 {
    font-size: 20px;
    margin-bottom: var(--space-sm);
}

p {
    margin-bottom: var(--space-sm);
}

@media (min-width: 768px) {
    h1 { font-size: 42px; }
    h2 { font-size: 32px; }
    h3 { font-size: 26px; }
}

@media (min-width: 1024px) {
    h1 { font-size: 48px; }
    h2 { font-size: 36px; }
    h3 { font-size: 28px; }
}

/* ============================================
   LAYOUT UTILITIES
   ============================================ */
.container {
    width: 100%;
    max-width: var(--content-max);
    margin: 0 auto;
    padding: 0 var(--space-md);
}

.text-center { text-align: center; }

.section {
    padding: var(--space-2xl) 0;
}

@media (min-width: 1024px) {
    .section {
        padding: var(--space-3xl) 0;
    }
}

.section-narrow {
    max-width: var(--text-max);
    margin: 0 auto;
}

/* Art Deco fan divider - geometric gold pattern */
.art-deco-fan-divider {
    width: 120px;
    height: 24px;
    margin: 0 auto var(--space-lg);
    background-image:
        linear-gradient(135deg, transparent 48%, var(--gold) 48%, var(--gold) 52%, transparent 52%),
        linear-gradient(45deg, transparent 48%, var(--gold) 48%, var(--gold) 52%, transparent 52%),
        linear-gradient(90deg, transparent 48%, var(--gold) 48%, var(--gold) 52%, transparent 52%);
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

.art-deco-fan-divider--left {
    margin-left: 0;
}

/* ============================================
   BUTTONS
   .btn-primary - vibrant orange CTA with gold shimmer
   .btn-outline - gold outline on dark
   .btn-lg / .btn-sm - size variants
   ============================================ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-xs);
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    padding: 14px 28px;
    min-height: 48px;
    border-radius: var(--radius-md);
    border: 2px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: all var(--transition-base);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.btn-primary {
    background: var(--orange);
    color: var(--primary-foreground);
    border-color: var(--orange);
}

.btn-primary:hover {
    background: var(--orange-hover);
    border-color: var(--orange-hover);
    color: var(--primary-foreground);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 140, 0, 0.3);
}

.btn-primary:active {
    background: var(--orange-pressed);
    transform: translateY(0);
}

.btn-outline {
    background: transparent;
    color: var(--gold);
    border-color: var(--gold);
}

.btn-outline:hover {
    background: rgba(212, 175, 55, 0.1);
    color: var(--gold-bright);
    border-color: var(--gold-bright);
}

.btn-lg {
    font-size: 18px;
    padding: 18px 40px;
    min-height: 56px;
}

.btn-sm {
    font-size: 14px;
    padding: 10px 20px;
    min-height: 40px;
}

/* Shimmer animation on primary buttons */
.btn-shimmer {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: left 600ms ease-out;
    pointer-events: none;
}

.btn-primary:hover .btn-shimmer {
    left: 100%;
}

/* ============================================
   HEADER & NAVIGATION
   Sticky header: logo left, nav center, CTAs right.
   Hamburger below 1024px with slide-in drawer.
   ============================================ */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--header-bg);
    border-bottom: 1px solid var(--border);
    height: var(--header-height);
    display: flex;
    align-items: center;
}

.header-inner {
    width: 100%;
    max-width: var(--content-max);
    margin: 0 auto;
    padding: 0 var(--space-md);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-md);
}

.site-brand {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    text-decoration: none;
    flex-shrink: 0;
}

.site-brand .logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.brand-name {
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 600;
    color: var(--foreground);
    letter-spacing: 0.02em;
}

.primary-nav {
    display: none;
}

.nav-list {
    display: flex;
    align-items: center;
    gap: var(--space-lg);
}

.nav-link {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 16px;
    color: var(--foreground-secondary);
    text-decoration: none;
    padding: 8px 4px;
    transition: color var(--transition-fast);
    position: relative;
}

.nav-link:hover {
    color: var(--gold);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: width var(--transition-base);
}

.nav-link:hover::after {
    width: 100%;
}

.nav-cta-mobile {
    display: none;
}

.header-actions {
    display: none;
    align-items: center;
    gap: var(--space-sm);
}

/* Mobile menu toggle (hamburger) */
.mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
}

.mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: var(--foreground);
    border-radius: 2px;
    transition: all var(--transition-base);
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

@media (min-width: 1024px) {
    .primary-nav {
        display: block;
    }
    .header-actions {
        display: flex;
    }
    .mobile-menu-toggle {
        display: none;
    }
}

/* ============================================
   MOBILE NAV DRAWER
   Slide-in from right. Full opaque background.
   ============================================ */
.primary-nav.is-open {
    display: block;
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--background);
    z-index: 999;
    overflow-y: auto;
    padding: var(--space-lg) var(--space-md);
    animation: slideInRight var(--transition-base);
}

@keyframes slideInRight {
    from { opacity: 0; transform: translateX(40px); }
    to { opacity: 1; transform: translateX(0); }
}

.primary-nav.is-open .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
}

.primary-nav.is-open .nav-link {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 14px 0;
    font-size: 18px;
    border-bottom: 1px solid var(--border);
}

.primary-nav.is-open .nav-link::after {
    display: none;
}

.primary-nav.is-open .nav-cta-mobile {
    display: block;
    margin-top: var(--space-md);
}

.primary-nav.is-open .nav-cta-mobile .btn {
    width: 100%;
    margin-bottom: var(--space-sm);
}

/* ============================================
   FOOTER
   Four columns: links, payments, license, legal.
   ============================================ */
.site-footer {
    background: var(--background-elevated);
    border-top: 1px solid var(--border);
    padding: var(--space-xl) 0 var(--space-lg);
}

.footer-inner {
    max-width: var(--content-max);
    margin: 0 auto;
    padding: 0 var(--space-md);
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-lg);
}

@media (min-width: 768px) {
    .footer-inner {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .footer-inner {
        grid-template-columns: repeat(4, 1fr);
    }
}

.footer-heading {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 600;
    color: var(--gold);
    margin-bottom: var(--space-sm);
}

.footer-links li {
    margin-bottom: var(--space-xs);
}

.footer-links a {
    color: var(--foreground-secondary);
    font-size: 15px;
}

.footer-links a:hover {
    color: var(--gold);
}

.footer-text {
    font-size: 14px;
    color: var(--foreground-muted);
    line-height: 1.5;
    margin-bottom: var(--space-xs);
}

.footer-18 {
    color: var(--orange);
    font-weight: 600;
}

.payment-icons {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-xs);
}

.pay-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-sm);
    font-size: 12px;
    font-weight: 600;
    color: var(--foreground-secondary);
    background: var(--background-card);
}

/* ============================================
   HERO SECTIONS
   Full-bleed, 120px top padding. Art Deco gold
   pattern overlay on obsidian. Model imagery.
   ============================================ */
.hero {
    position: relative;
    padding: 80px 0 var(--space-2xl);
}

@media (min-width: 1024px) {
    .hero {
        padding: 120px 0 var(--space-3xl);
    }
}

.hero-inner {
    max-width: var(--content-max);
    margin: 0 auto;
    padding: 0 var(--space-md);
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-xl);
    align-items: center;
    position: relative;
    z-index: 2;
}

@media (min-width: 768px) {
    .hero-inner {
        grid-template-columns: 1fr 1fr;
    }
}

.hero-content {
    min-width: 0;
}

.hero-image {
    min-width: 0;
    position: relative;
}

.hero-image img {
    width: 100%;
    border-radius: var(--radius-lg);
    display: block;
}

.hero h1 {
    margin-bottom: var(--space-md);
}

.hero-subtext {
    font-size: 18px;
    color: var(--foreground-secondary);
    margin-bottom: var(--space-lg);
    max-width: 500px;
}

.hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
    margin-bottom: var(--space-md);
}

.hero-micro {
    font-size: 14px;
    color: var(--foreground-muted);
}

/* ============================================
   INFO CARD GRID COMPONENT
   Responsive grid: 1 col mobile, 2-3 cols desktop.
   Rich black surface, Art Deco fan pattern, bronze border.
   Hover: 1.02 scale + gold glow. Staggered fade-in.
   ============================================ */
.info-card-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-md);
    max-width: var(--content-max);
    margin: 0 auto;
}

@media (min-width: 768px) {
    .info-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .info-card-grid {
        grid-template-columns: repeat(var(--grid-columns, 3), 1fr);
    }
}

.info-card {
    background: var(--background-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: var(--space-lg);
    transition: transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);
    position: relative;
    overflow: hidden;
    min-width: 0;
}

/* Art Deco fan pattern in gold lines */
.info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-image:
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 18px,
            rgba(212, 175, 55, 0.08) 18px,
            rgba(212, 175, 55, 0.08) 19px
        );
    pointer-events: none;
}

.info-card:hover {
    transform: scale(1.02);
    border-color: var(--gold);
    box-shadow: 0 12px 40px rgba(212, 175, 55, 0.15);
}

.info-card-image {
    margin-bottom: var(--space-md);
    border-radius: var(--radius-md);
    overflow: hidden;
}

.info-card-image img {
    width: 100%;
    display: block;
}

.info-card-body {
    position: relative;
}

.info-card-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--orange);
    margin-bottom: var(--space-xs);
}

.info-card-title {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: var(--space-sm);
    color: var(--foreground);
}

.info-card-text {
    font-size: 16px;
    color: var(--foreground-secondary);
    line-height: 1.6;
}

.info-card-list {
    margin-top: var(--space-sm);
}

.info-card-list li {
    font-size: 15px;
    color: var(--foreground-secondary);
    padding: 6px 0 6px 20px;
    position: relative;
    border-bottom: 1px solid var(--border);
}

.info-card-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 8px;
    height: 8px;
    background: var(--gold);
    transform: rotate(45deg);
}

.info-card-stat {
    display: flex;
    flex-direction: column;
    margin-top: var(--space-md);
    padding-top: var(--space-md);
    border-top: 1px solid var(--border);
}

.stat-number {
    font-family: var(--font-body);
    font-size: 32px;
    font-weight: 800;
    color: var(--gold-bright);
    line-height: 1;
    letter-spacing: -0.02em;
}

.stat-label {
    font-size: 14px;
    color: var(--foreground-muted);
    margin-top: 4px;
}

/* ============================================
   FAQ ACCORDION COMPONENT
   Vertical stack of bordered panels, bronze dividers.
   Gold chevron toggle. Active: gold left-border + shimmer.
   300ms ease-out expand. 48px touch targets.
   ============================================ */
.faq-accordion {
    max-width: var(--text-max);
    margin: 0 auto;
}

.faq-item {
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    margin-bottom: var(--space-sm);
    background: var(--background-card);
    overflow: hidden;
    transition: border-color var(--transition-base);
}

.faq-item:has(.faq-question[aria-expanded="true"]) {
    border-color: var(--gold-muted);
    border-left: 3px solid var(--gold);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 48px;
    padding: var(--space-md) var(--space-lg);
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 500;
    color: var(--foreground);
    transition: color var(--transition-fast);
    gap: var(--space-md);
}

.faq-question:hover {
    color: var(--gold);
}

.faq-question-text {
    flex: 1;
    min-width: 0;
}

.faq-chevron {
    flex-shrink: 0;
    color: var(--gold);
    transition: transform var(--transition-base);
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-question[aria-expanded="true"] .faq-chevron {
    transform: rotate(180deg);
}

.faq-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition-base);
}

.faq-question[aria-expanded="true"] + .faq-panel {
    max-height: 500px;
}

.faq-answer {
    padding: 0 var(--space-lg) var(--space-lg);
    font-size: 17px;
    line-height: 1.6;
    color: var(--foreground-secondary);
}

/* ============================================
   CTA BANNER COMPONENT
   Full-bleed band, Art Deco gold pattern overlay.
   Centered H2, supporting text, orange CTA with shimmer.
   ============================================ */
.cta-banner {
    background: var(--background-elevated);
    padding: var(--space-2xl) var(--space-md);
    text-align: center;
    position: relative;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

@media (min-width: 1024px) {
    .cta-banner {
        padding: var(--space-3xl) var(--space-md);
    }
}

.cta-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 30px,
            rgba(212, 175, 55, 0.04) 30px,
            rgba(212, 175, 55, 0.04) 31px
        ),
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 30px,
            rgba(212, 175, 55, 0.04) 30px,
            rgba(212, 175, 55, 0.04) 31px
        );
    pointer-events: none;
}

.cta-banner-inner {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}

.cta-banner-heading {
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 500;
    margin-bottom: var(--space-md);
    color: var(--foreground);
}

@media (min-width: 1024px) {
    .cta-banner-heading {
        font-size: 36px;
    }
}

.cta-banner-subtext {
    font-size: 17px;
    color: var(--foreground-secondary);
    margin-bottom: var(--space-lg);
}

.cta-banner-btn {
    margin-bottom: var(--space-sm);
}

.cta-banner-micro {
    font-size: 14px;
    color: var(--foreground-muted);
}

/* ============================================
   WINNERS TICKER
   Horizontal marquee, dark bronze background, gold text.
   Pauses on hover. 42px bold stat figures.
   ============================================ */
.winners-ticker {
    background: var(--muted);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: var(--space-sm) 0;
    overflow: hidden;
}

.winners-ticker-label {
    text-align: center;
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 500;
    color: var(--gold);
    margin-bottom: var(--space-xs);
}

.winners-ticker-track {
    display: flex;
    gap: var(--space-xl);
    animation: tickerScroll 30s linear infinite;
    width: max-content;
    padding: 0 var(--space-md);
}

.winners-ticker:hover .winners-ticker-track {
    animation-play-state: paused;
}

@keyframes tickerScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.winner-item {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    flex-shrink: 0;
    font-size: 15px;
    color: var(--foreground-secondary);
}

.winner-amount {
    font-family: var(--font-body);
    font-size: 20px;
    font-weight: 800;
    color: var(--gold-bright);
}

.winner-game {
    color: var(--foreground-muted);
    font-size: 14px;
}

/* ============================================
   BONUS TEASER / STAT BLOCKS
   Split layout: stats left, model image right.
   Gold shimmer on accent figures. 42px bold stats.
   ============================================ */
.bonus-teaser {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-xl);
    align-items: center;
    max-width: var(--content-max);
    margin: 0 auto;
    padding: 0 var(--space-md);
}

@media (min-width: 768px) {
    .bonus-teaser {
        grid-template-columns: 1fr 1fr;
    }
}

.bonus-teaser-stats {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-lg);
}

.bonus-stat {
    display: flex;
    flex-direction: column;
}

.bonus-stat-number {
    font-family: var(--font-body);
    font-size: 36px;
    font-weight: 800;
    color: var(--gold-bright);
    line-height: 1;
    letter-spacing: -0.02em;
}

@media (min-width: 1024px) {
    .bonus-stat-number {
        font-size: 42px;
    }
}

.bonus-stat-label {
    font-size: 14px;
    color: var(--foreground-muted);
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.bonus-teaser-image img {
    width: 100%;
    border-radius: var(--radius-lg);
    display: block;
}

/* ============================================
   PAYMENT METHODS STRIP
   Horizontal strip of payment logos on dark bronze.
   ============================================ */
.payment-strip {
    background: var(--muted);
    border-radius: var(--radius-lg);
    padding: var(--space-md);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--space-md);
    max-width: var(--content-max);
    margin: 0 auto;
}

.payment-strip-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    height: 48px;
    border-bottom: 2px solid transparent;
    transition: border-color var(--transition-fast);
}

.payment-strip-item:hover {
    border-bottom-color: var(--gold);
}

.payment-strip-item img {
    max-height: 40px;
    width: auto;
}

/* ============================================
   TRUST SIGNALS ROW
   Three-column row: license, 18+, SSL.
   Bronze dividers between columns.
   ============================================ */
.trust-signals {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-md);
    max-width: var(--content-max);
    margin: 0 auto;
    padding: 0 var(--space-md);
    text-align: center;
}

@media (min-width: 768px) {
    .trust-signals {
        grid-template-columns: repeat(3, 1fr);
    }
}

.trust-signal {
    padding: var(--space-md);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: var(--background-card);
}

@media (min-width: 768px) {
    .trust-signal:not(:last-child) {
        border-right: 1px solid var(--bronze);
    }
}

.trust-signal img {
    width: 56px;
    height: 56px;
    margin-bottom: var(--space-sm);
}

.trust-signal h3 {
    font-size: 18px;
    margin-bottom: var(--space-xs);
}

.trust-signal p {
    font-size: 14px;
    color: var(--foreground-muted);
    margin: 0;
}

/* ============================================
   SEO CONTENT BLOCK
   Long-form text, max-width 800px, centered.
   Gold underline on anchor links.
   ============================================ */
.seo-content {
    max-width: var(--text-max);
    margin: 0 auto;
    padding: 0 var(--space-md);
}

.seo-content p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: var(--space-md);
    color: var(--foreground-secondary);
}

.seo-content a {
    color: var(--gold);
    text-decoration: underline;
    text-decoration-color: var(--gold-muted);
    text-underline-offset: 3px;
    transition: text-decoration-color var(--transition-fast);
}

.seo-content a:hover {
    color: var(--gold-bright);
    text-decoration-color: var(--gold-bright);
}

.seo-content h2 {
    margin-top: var(--space-lg);
    margin-bottom: var(--space-md);
}

.seo-content h3 {
    margin-top: var(--space-md);
    margin-bottom: var(--space-sm);
}

.seo-content ul {
    list-style: none;
    margin-bottom: var(--space-md);
}

.seo-content ul li {
    padding-left: 24px;
    position: relative;
    margin-bottom: var(--space-xs);
    color: var(--foreground-secondary);
}

.seo-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: var(--gold);
    transform: rotate(45deg);
}

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

/* Summary / TL;DR box */
.summary-box {
    background: var(--background-card);
    border: 1px solid var(--border-light);
    border-left: 4px solid var(--gold);
    border-radius: var(--radius-md);
    padding: var(--space-lg);
    margin: var(--space-lg) 0;
    max-width: var(--text-max);
}

.summary-box-title {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 600;
    color: var(--gold);
    margin-bottom: var(--space-sm);
}

/* Callout / highlight box */
.callout {
    background: rgba(255, 140, 0, 0.08);
    border: 1px solid rgba(255, 140, 0, 0.3);
    border-radius: var(--radius-md);
    padding: var(--space-md) var(--space-lg);
    margin: var(--space-md) 0;
    max-width: var(--text-max);
}

.callout-title {
    font-weight: 700;
    color: var(--orange);
    margin-bottom: var(--space-xs);
    font-size: 15px;
}

.callout p {
    margin: 0;
    color: var(--foreground-secondary);
}

/* Stat highlight */
.stat-highlight {
    text-align: center;
    padding: var(--space-lg) 0;
}

.stat-highlight-number {
    font-family: var(--font-body);
    font-size: 42px;
    font-weight: 800;
    color: var(--gold-bright);
    line-height: 1;
    letter-spacing: -0.02em;
}

.stat-highlight-label {
    font-size: 16px;
    color: var(--foreground-muted);
    margin-top: var(--space-xs);
}

.stat-highlight-source {
    font-size: 13px;
    color: var(--bronze-light);
    margin-top: 4px;
}

/* Pull quote */
.pull-quote {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 24px;
    line-height: 1.4;
    color: var(--gold-bright);
    border-left: 3px solid var(--gold);
    padding-left: var(--space-lg);
    margin: var(--space-lg) 0;
    max-width: var(--text-max);
}

@media (min-width: 1024px) {
    .pull-quote {
        font-size: 30px;
    }
}

.pull-quote cite {
    display: block;
    font-family: var(--font-body);
    font-style: normal;
    font-size: 14px;
    color: var(--foreground-muted);
    margin-top: var(--space-sm);
}

/* Details / summary (native accordion) */
details {
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    margin-bottom: var(--space-sm);
    background: var(--background-card);
    overflow: hidden;
}

summary {
    padding: var(--space-md) var(--space-lg);
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 500;
    color: var(--foreground);
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    transition: color var(--transition-fast);
}

summary::-webkit-details-marker {
    display: none;
}

summary:hover {
    color: var(--gold);
}

summary::after {
    content: '+';
    font-family: var(--font-body);
    font-size: 24px;
    color: var(--gold);
    transition: transform var(--transition-base);
}

details[open] summary::after {
    transform: rotate(45deg);
}

details[open] summary {
    border-bottom: 1px solid var(--border);
}

/* Comparison table */
.table-wrapper {
    max-width: 100%;
    overflow-x: auto;
    margin: var(--space-lg) 0;
    border-radius: var(--radius-md);
    border: 1px solid var(--border);
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 500px;
}

.comparison-table th,
.comparison-table td {
    padding: var(--space-md);
    text-align: left;
    border-bottom: 1px solid var(--border);
    font-size: 15px;
    color: var(--foreground-secondary);
}

.comparison-table th {
    background: var(--background-elevated);
    font-family: var(--font-display);
    font-weight: 600;
    color: var(--gold);
    font-size: 16px;
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

.comparison-table .recommended {
    background: rgba(212, 175, 55, 0.08);
    border-left: 3px solid var(--gold);
}

/* ============================================
   SECTION HEADINGS
   ============================================ */
.section-heading {
    text-align: center;
    max-width: 700px;
    margin: 0 auto var(--space-xl);
    padding: 0 var(--space-md);
}

.section-heading h2 {
    margin-bottom: var(--space-sm);
}

.section-heading p {
    font-size: 17px;
    color: var(--foreground-secondary);
}

/* ============================================
   SCROLL ANIMATIONS
   Fade-in slide-up on viewport entry.
   Staggered delays via --card-delay.
   ============================================ */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 600ms ease-out, transform 600ms ease-out;
    transition-delay: var(--card-delay, 0ms);
}

.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   SITEMAP PAGE
   Neutral, minimal. Bordered panels with descriptions.
   ============================================ */
.sitemap-list {
    max-width: var(--text-max);
    margin: 0 auto;
    padding: 0 var(--space-md);
}

.sitemap-item {
    background: var(--background-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: var(--space-md) var(--space-lg);
    margin-bottom: var(--space-sm);
}

.sitemap-item a {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 500;
    color: var(--gold-bright);
}

.sitemap-item a:hover {
    color: var(--gold-bright);
}

.sitemap-item p {
    margin-top: var(--space-xs);
    margin-bottom: 0;
    font-size: 15px;
    color: var(--foreground-secondary);
    line-height: 1.5;
}

/* ============================================
   RESPONSIVE ADJUSTMENTS
   ============================================ */
@media (max-width: 360px) {
    body {
        font-size: 16px;
    }
    .btn {
        font-size: 14px;
        padding: 12px 20px;
    }
    .hero {
        padding: 60px 0 var(--space-xl);
    }
}

/* ============================================
   ACCESSIBILITY
   ============================================ */
.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;
}

:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 2px;
}

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

/* 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;
}
