/* ============================================
   SPINGRANNY CASINO - DESIGN SYSTEM
   Brand: dark violet-black (#1a0a2e) + electric orange (#ff6a00)
   Fonts: Bungee (display), Manrope (body)
   Mobile-first, dark-only
   ============================================ */

/* ============================================
   RESET & OVERFLOW SAFETY NET
   ============================================ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: var(--foreground);
    background: var(--background);
    background-image:
        radial-gradient(ellipse 80% 50% at 20% 0%, rgba(255,106,0,0.12), transparent 60%),
        radial-gradient(ellipse 70% 60% at 90% 30%, rgba(255,45,135,0.10), transparent 60%),
        linear-gradient(180deg, var(--background-deep) 0%, var(--background) 100%);
    background-attachment: fixed;
    min-height: 100vh;
    overflow-x: hidden;
}

        /* Optional light theme (applied via .theme-light on <html>) */
        html.theme-light {
            --background: #faf7ff;
            --background-deep: #f1ebff;
            --foreground: #1a0a2e;
            --card: #ffffff;
            --card-elevated: #f6efff;
            --card-foreground: #1a0a2e;
            --popover: #ffffff;
            --popover-foreground: #1a0a2e;
            --primary: #ff6a00;
            --primary-hover: #e85a00;
            --primary-foreground: #ffffff;
            --secondary: #ece3ff;
            --secondary-foreground: #1a0a2e;
            --muted: #f3edff;
            --muted-foreground: #5a4b78;
            --accent: #ff6a00;
            --accent-magenta: #e0256b;
            --accent-foreground: #ffffff;
            --border: #e3d9f5;
            --border-strong: #c9b8e8;
            --input: #ffffff;
            --ring: #ff6a00;
        }

        img, video, iframe, embed, object, svg { max-width: 100%; height: auto; }
        [class*="grid"] > *, [class*="flex"] > * { min-width: 0; }
        pre, code, .code-block { max-width: 100%; overflow-x: auto; }
        pre code { display: block; min-width: 0; }
        .table-wrapper { max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
        p, li, td, th { overflow-wrap: break-word; }
        input, textarea, select { max-width: 100%; }
        section { overflow: clip; }

        a { color: var(--accent); text-decoration: none; transition: color 220ms ease-out; }
        a:hover { color: var(--primary-hover); }
        a:focus-visible, button:focus-visible, summary:focus-visible, .btn:focus-visible {
            outline: 2px solid var(--accent);
            outline-offset: 3px;
            border-radius: 4px;
        }

        .skip-link {
            position: absolute; top: -100px; left: 8px; z-index: 2000;
            background: var(--accent); color: #fff; padding: 10px 16px;
            border-radius: 8px; font-weight: 700;
        }
        .skip-link:focus { top: 8px; color: #fff; }

        /* ============================================
           TYPOGRAPHY
           Bungee for display, Manrope for body
           ============================================ */
        h1, h2, h3, h4, .display {
            font-family: "Bungee", "Manrope", sans-serif;
            font-weight: 400;
            letter-spacing: 0.01em;
            text-transform: uppercase;
            color: var(--foreground);
            line-height: 1.15;
            margin: 0 0 var(--space-sm) 0;
        }

        h1 { font-size: clamp(30px, 5.5vw, 44px); }
        h2 { font-size: clamp(24px, 4vw, 32px); }
        h3 { font-size: clamp(19px, 2.6vw, 22px); }
        h4 { font-size: clamp(17px, 2vw, 20px); }

        p { margin: 0 0 var(--space-sm) 0; }
        p + p { margin-top: 0; }

        strong, b { font-weight: 700; color: var(--foreground); }
        em, i { font-style: italic; }

        .text-accent { color: var(--accent); }
        .text-muted { color: var(--muted-foreground); }
        .text-center { text-align: center; }

        ul, ol { padding-left: 22px; margin: 0 0 var(--space-sm) 0; }
        li { margin-bottom: 6px; }

        blockquote {
            border-left: 4px solid var(--accent);
            padding: 12px 20px;
            margin: var(--space-md) 0;
            background: var(--card);
            border-radius: 0 var(--radius-md) var(--radius-md) 0;
            font-family: "Manrope", sans-serif;
            font-size: 20px;
            font-style: italic;
            color: var(--foreground);
        }
        blockquote cite {
            display: block;
            margin-top: 10px;
            font-size: 14px;
            font-style: normal;
            color: var(--muted-foreground);
        }

        /* ============================================
           LAYOUT - CONTAINER, SECTIONS
           ============================================ */
        .container {
            width: 100%;
            max-width: var(--container-max);
            margin: 0 auto;
            padding: 0 var(--space-sm);
        }
        @media (min-width: 768px) {
            .container { padding: 0 var(--space-md); }
        }

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

        .section-header {
            text-align: center;
            max-width: 780px;
            margin: 0 auto var(--space-lg);
        }
        .section-eyebrow {
            display: inline-block;
            font-family: "Bungee", sans-serif;
            font-size: 13px;
            color: var(--accent);
            letter-spacing: 0.1em;
            margin-bottom: 10px;
        }

        /* ============================================
           BUTTONS
           ============================================ */
        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            min-height: 48px;
            padding: 12px 24px;
            border-radius: var(--radius-pill);
            font-family: "Manrope", sans-serif;
            font-weight: 700;
            font-size: 16px;
            text-decoration: none;
            border: 2px solid transparent;
            cursor: pointer;
            transition: transform 220ms ease-out, box-shadow 220ms ease-out, background-color 220ms ease-out, color 220ms ease-out;
            line-height: 1;
            text-align: center;
            white-space: nowrap;
        }
        .btn-primary {
            background: linear-gradient(135deg, var(--accent) 0%, #ff8a30 100%);
            color: #fff;
            box-shadow: 0 6px 20px rgba(255,106,0,0.4);
            animation: ctaPulse 2s ease-in-out infinite;
        }
        .btn-primary:hover {
            transform: translateY(-2px) scale(1.02);
            box-shadow: var(--shadow-glow);
            color: #fff;
        }
        .btn-ghost {
            background: transparent;
            color: var(--foreground);
            border-color: var(--border-strong);
        }
        .btn-ghost:hover {
            background: var(--card);
            color: var(--foreground);
            border-color: var(--accent);
        }
        .btn-xl {
            min-height: 56px;
            padding: 16px 36px;
            font-size: 18px;
        }
        .btn-block { width: 100%; }

        @keyframes ctaPulse {
            0%, 100% { box-shadow: 0 6px 20px rgba(255,106,0,0.4); }
            50% { box-shadow: 0 6px 36px rgba(255,106,0,0.7), 0 0 0 6px rgba(255,106,0,0.12); }
        }

        /* ============================================
           HEADER - Fixed top nav
           ============================================ */
        .site-header {
            position: fixed;
            top: 0; left: 0; right: 0;
            z-index: 1000;
            height: var(--header-height);
            background: rgba(18, 8, 38, 0.88);
            border-bottom: 1px solid var(--border);
        }
        @media (min-width: 769px) {
            .site-header {
                backdrop-filter: blur(14px);
                -webkit-backdrop-filter: blur(14px);
            }
        }
        .header-inner {
            max-width: var(--container-max);
            margin: 0 auto;
            height: 100%;
            padding: 0 var(--space-sm);
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: var(--space-md);
        }
        @media (min-width: 768px) { .header-inner { padding: 0 var(--space-md); } }

        body { padding-top: var(--header-height); }

        .brand {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            color: var(--foreground);
            text-decoration: none;
            flex-shrink: 0;
        }
        .brand:hover { color: var(--foreground); }
        .logo {
            width: 40px; height: 40px;
            border-radius: 10px;
            display: block;
        }
        .brand-name {
            font-family: "Bungee", sans-serif;
            font-size: 20px;
            letter-spacing: 0.02em;
            color: var(--foreground);
        }
        .brand-name-accent { color: var(--accent); }

        .main-nav {
            display: none;
        }
        .nav-list {
            display: flex;
            list-style: none;
            padding: 0; margin: 0;
            gap: 4px;
        }
        .nav-link {
            display: inline-flex;
            align-items: center;
            min-height: 48px;
            padding: 0 14px;
            font-family: "Manrope", sans-serif;
            font-weight: 600;
            font-size: 15px;
            color: var(--foreground);
            border-radius: var(--radius-sm);
            transition: color 220ms ease-out, background-color 220ms ease-out;
        }
        .nav-link:hover { color: var(--accent); background: var(--card); }
        .nav-cta-group {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .nav-cta-group .btn {
            min-height: 44px;
            padding: 10px 18px;
            font-size: 14px;
        }

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

        /* Theme toggle button */
        .theme-toggle {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 44px;
            height: 44px;
            padding: 0;
            background: transparent;
            border: 1px solid var(--border-strong);
            border-radius: var(--radius-pill);
            cursor: pointer;
            color: var(--foreground);
            transition: border-color 220ms ease-out, transform 220ms ease-out, background-color 220ms ease-out;
            flex-shrink: 0;
            position: relative;
            overflow: hidden;
        }
        .theme-toggle:hover {
            border-color: var(--accent);
            transform: translateY(-1px);
            background: var(--card);
        }
        .theme-toggle-icon {
            font-size: 18px;
            line-height: 1;
            position: absolute;
            transition: opacity 220ms ease-out, transform 220ms ease-out;
        }
        html:not(.theme-light) .theme-toggle-icon-light { opacity: 0; transform: rotate(-30deg) scale(0.6); }
        html:not(.theme-light) .theme-toggle-icon-dark { opacity: 1; transform: rotate(0) scale(1); }
        html.theme-light .theme-toggle-icon-dark { opacity: 0; transform: rotate(30deg) scale(0.6); }
        html.theme-light .theme-toggle-icon-light { opacity: 1; transform: rotate(0) scale(1); }

        @media (max-width: 479px) {
            .theme-toggle { width: 40px; height: 40px; }
            .theme-toggle-icon { font-size: 16px; }
        }

        /* Burger button */
        .menu-toggle {
            display: inline-flex;
            flex-direction: column;
            justify-content: center;
            gap: 5px;
            width: 48px; height: 48px;
            padding: 10px;
            background: transparent;
            border: 1px solid var(--border-strong);
            border-radius: 10px;
            cursor: pointer;
            z-index: 1001;
            flex-shrink: 0;
        }
        .menu-toggle span {
            display: block;
            width: 26px; height: 3px;
            background: var(--foreground);
            border-radius: 2px;
            transition: transform 220ms ease-out, opacity 220ms ease-out;
        }
        .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
        .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
        .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

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

        /* Mobile drawer */
        @media (max-width: 1023.98px) {
            .main-nav {
                position: fixed;
                top: var(--header-height);
                left: 0; right: 0; bottom: 0;
                z-index: 999;
                display: none;
                flex-direction: column;
                align-items: stretch;
                padding: var(--space-md) var(--space-sm) calc(var(--space-md) + 80px);
                background: var(--background-deep);
                overflow-y: auto;
                -webkit-overflow-scrolling: touch;
            }
            .main-nav.is-open { display: flex; }
            .nav-list {
                flex-direction: column;
                align-items: stretch;
                gap: 4px;
                width: 100%;
            }
            .nav-list li { width: 100%; }
            .nav-link {
                width: 100%;
                min-height: 56px;
                padding: 0 16px;
                font-size: 18px;
                border-bottom: 1px solid var(--border);
                border-radius: 0;
            }
            .nav-cta-group {
                flex-direction: column;
                align-items: stretch;
                gap: 12px;
                margin-top: var(--space-md);
                padding-top: var(--space-md);
                border-top: 1px solid var(--border);
            }
            .nav-cta-group .btn {
                min-height: 52px;
                width: 100%;
                font-size: 16px;
            }
        }

        /* ============================================
           STICKY MOBILE CTA
           ============================================ */
        .sticky-cta {
            position: fixed;
            bottom: 12px;
            left: 12px; right: 12px;
            z-index: 900;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            min-height: 52px;
            padding: 12px 18px;
            background: linear-gradient(135deg, var(--accent) 0%, var(--accent-magenta) 100%);
            color: #fff;
            font-family: "Bungee", sans-serif;
            font-size: 14px;
            text-transform: uppercase;
            border-radius: var(--radius-pill);
            box-shadow: 0 8px 30px rgba(255,106,0,0.5);
            text-decoration: none;
            animation: ctaPulse 2s ease-in-out infinite;
        }
        .sticky-cta:hover { color: #fff; transform: translateY(-1px); }
        .sticky-cta-emoji { font-size: 20px; }

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

        /* ============================================
           FOOTER
           ============================================ */
        .site-footer {
            background: linear-gradient(180deg, var(--background) 0%, #07031a 100%);
            border-top: 2px solid var(--accent);
            padding: var(--space-xl) 0 calc(var(--space-lg) + 60px);
            margin-top: var(--space-2xl);
        }
        @media (min-width: 1024px) {
            .site-footer { padding: var(--space-2xl) 0 var(--space-lg); }
        }
        .footer-inner {
            max-width: var(--container-max);
            margin: 0 auto;
            padding: 0 var(--space-sm);
            display: grid;
            grid-template-columns: 1fr;
            gap: var(--space-lg);
        }
        @media (min-width: 768px) {
            .footer-inner {
                padding: 0 var(--space-md);
                grid-template-columns: 1fr 1fr;
            }
        }
        @media (min-width: 1024px) {
            .footer-inner { grid-template-columns: 1.6fr 1fr 1.2fr 1.2fr; }
        }
        .footer-title {
            font-family: "Bungee", sans-serif;
            font-size: 16px;
            color: var(--accent);
            margin: 0 0 var(--space-sm);
        }
        .footer-list { list-style: none; padding: 0; margin: 0; }
        .footer-list li { margin-bottom: 10px; }
        .footer-list a {
            color: var(--muted-foreground);
            font-weight: 500;
            min-height: 32px;
            display: inline-block;
        }
        .footer-list a:hover { color: var(--accent); }
        .footer-tag {
            color: var(--muted-foreground);
            font-size: 15px;
            margin-top: var(--space-sm);
        }
        .footer-mini {
            color: var(--muted-foreground);
            font-size: 13px;
            margin-top: var(--space-sm);
        }
        .payment-strip, .license-row {
            list-style: none; padding: 0; margin: 0;
            display: flex; flex-wrap: wrap; gap: 8px;
        }
        .pay-badge, .license-badge {
            display: inline-flex;
            align-items: center;
            padding: 6px 12px;
            background: var(--card);
            color: var(--foreground);
            border: 1px solid var(--border-strong);
            border-radius: var(--radius-sm);
            font-family: "Bungee", sans-serif;
            font-size: 12px;
            letter-spacing: 0.04em;
        }
        .license-badge { background: rgba(255,106,0,0.1); border-color: var(--accent); color: var(--accent); }
        .footer-bottom {
            max-width: var(--container-max);
            margin: var(--space-lg) auto 0;
            padding: var(--space-md) var(--space-sm) 0;
            border-top: 1px solid var(--border);
            color: var(--muted-foreground);
            font-size: 13px;
            text-align: center;
        }

        /* ============================================
           CARDS - base content containers
           ============================================ */
        .card {
            background: var(--card);
            border: 1px solid var(--border);
            border-radius: var(--radius-lg);
            padding: 20px;
            min-width: 0;
            box-shadow: var(--shadow-card);
        }
        @media (min-width: 1024px) {
            .card { padding: 28px; }
        }
        .card-featured {
            border-color: var(--accent);
            box-shadow: 0 10px 40px rgba(255,106,0,0.22);
        }
        .card-elevated { background: var(--card-elevated); }

        /* ============================================
           GAME CARD (component)
           ============================================ */
        .game-card {
            display: flex;
            flex-direction: column;
            background: var(--card);
            border: 1px solid var(--border);
            border-radius: var(--radius-lg);
            overflow: hidden;
            min-width: 0;
            text-decoration: none;
            color: var(--foreground);
            transition: transform 220ms ease-out, box-shadow 220ms ease-out, border-color 220ms ease-out;
            position: relative;
        }
        .game-card:hover {
            transform: translateY(-4px) scale(1.04);
            box-shadow: var(--shadow-glow);
            border-color: var(--accent);
            color: var(--foreground);
        }
        .game-card-media {
            position: relative;
            aspect-ratio: 16 / 10;
            background: linear-gradient(135deg, var(--secondary) 0%, var(--background-deep) 100%);
            overflow: hidden;
        }
        .game-card-media img {
            width: 100%; height: 100%;
            object-fit: cover;
            display: block;
        }
        .game-card-placeholder {
            width: 100%; height: 100%;
            display: flex; align-items: center; justify-content: center;
            font-size: 56px;
        }
        .game-card-tag {
            position: absolute;
            top: 10px; left: 10px;
            background: var(--accent);
            color: #1a0a2e;
            font-family: "Bungee", sans-serif;
            font-size: 11px;
            padding: 4px 10px;
            border-radius: var(--radius-pill);
            text-transform: uppercase;
        }
        .game-card-coin {
            position: absolute;
            bottom: 10px; right: 10px;
            width: 28px; height: 28px;
            display: flex; align-items: center; justify-content: center;
            background: radial-gradient(circle at 30% 30%, #ffc84d, #ff8a00);
            color: #1a0a2e;
            border-radius: 50%;
            font-family: "Bungee", sans-serif;
            font-size: 14px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.3), inset 0 -2px 0 rgba(0,0,0,0.15);
        }
        .game-card-body {
            padding: 16px 20px 20px;
            display: flex;
            flex-direction: column;
            gap: 6px;
        }
        @media (min-width: 1024px) {
            .game-card-body { padding: 20px 28px 24px; }
        }
        .game-card-provider {
            font-family: "Manrope", sans-serif;
            font-size: 12px;
            font-weight: 600;
            color: var(--muted-foreground);
            text-transform: uppercase;
            letter-spacing: 0.06em;
        }
        .game-card-title {
            font-family: "Bungee", sans-serif;
            font-size: 17px;
            margin: 0;
            color: var(--foreground);
            line-height: 1.15;
        }
        .game-card-desc {
            margin: 0;
            font-size: 14px;
            color: var(--muted-foreground);
            line-height: 1.45;
        }
        .game-card-play {
            margin-top: 6px;
            color: var(--accent);
            font-weight: 700;
            font-size: 14px;
        }

        .game-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 16px;
        }
        @media (min-width: 640px) {
            .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
        }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
        }
        @media (min-width: 1024px) {
            .game-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
        }

        /* ============================================
           CTA BANNER (component)
           ============================================ */
        .cta-banner {
            position: relative;
            margin: var(--space-xl) 0;
            padding: var(--space-lg) var(--space-sm);
            background:
                radial-gradient(circle at 80% 30%, rgba(255,255,255,0.15), transparent 50%),
                linear-gradient(135deg, var(--accent) 0%, var(--accent-magenta) 100%);
            border-radius: var(--radius-lg);
            overflow: hidden;
        }
        @media (min-width: 768px) {
            .cta-banner { padding: var(--space-xl) var(--space-lg); }
        }
        .cta-banner-inner {
            max-width: var(--container-max);
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr;
            align-items: center;
            gap: var(--space-md);
        }
        @media (min-width: 768px) {
            .cta-banner-inner { grid-template-columns: 1.4fr 1fr; gap: var(--space-lg); }
        }
        .cta-banner-headline {
            font-family: "Bungee", sans-serif;
            font-size: clamp(26px, 5vw, 42px);
            color: #fff5e0;
            text-transform: uppercase;
            line-height: 1.1;
            margin: 0 0 14px;
            text-shadow: 0 4px 0 rgba(0,0,0,0.15);
        }
        .cta-banner-sub {
            color: #fff5e0;
            font-size: 17px;
            font-weight: 500;
            margin: 0 0 var(--space-sm);
            max-width: 520px;
        }
        .cta-banner-btn {
            background: #1a0a2e;
            color: #fff;
            font-size: 18px;
            min-height: 56px;
            padding: 16px 36px;
            animation: ctaPulse 2s ease-in-out infinite;
        }
        .cta-banner-btn:hover { background: #000; color: #fff; }
        .cta-banner-note {
            margin-top: 12px;
            color: rgba(255,245,224,0.85);
            font-size: 13px;
        }
        .cta-banner-media {
            position: relative;
            display: flex; justify-content: center; align-items: center;
        }
        .cta-banner-media img {
            max-width: 320px;
            width: 100%;
            filter: drop-shadow(0 12px 24px rgba(0,0,0,0.4));
        }
        @media (min-width: 768px) {
            .cta-banner-media img { max-width: 420px; }
        }
        .confetti {
            position: absolute;
            width: 14px; height: 14px;
            border-radius: 3px;
            background: var(--gold);
            opacity: 0.9;
            animation: confettiFloat 4s ease-in-out infinite;
        }
        .confetti.c1 { top: 10%; left: 10%; background: var(--gold); animation-delay: 0s; }
        .confetti.c2 { top: 30%; right: 10%; background: #fff; animation-delay: 1.2s; }
        .confetti.c3 { bottom: 15%; left: 25%; background: var(--accent-magenta); animation-delay: 2.4s; }
        @keyframes confettiFloat {
            0%, 100% { transform: translateY(0) rotate(0); }
            50% { transform: translateY(-14px) rotate(180deg); }
        }

        /* ============================================
           FAQ ACCORDION (component)
           ============================================ */
        .faq-section {
            padding: var(--space-xl) 0;
        }
        .faq-header {
            text-align: center;
            max-width: 780px;
            margin: 0 auto var(--space-lg);
        }
        .faq-mascot {
            width: 96px; height: 96px;
            object-fit: contain;
            margin: 0 auto 12px;
            display: block;
            filter: drop-shadow(0 8px 20px rgba(255,106,0,0.3));
        }
        .faq-title { margin-bottom: 10px; }
        .faq-intro { color: var(--muted-foreground); font-size: 17px; }
        .faq-list {
            display: flex;
            flex-direction: column;
            gap: 12px;
            max-width: 880px;
            margin: 0 auto;
        }
        .faq-item {
            background: var(--card);
            border: 1px solid var(--border);
            border-left: 4px solid transparent;
            border-radius: var(--radius-md);
            overflow: hidden;
            transition: border-color 220ms ease-out;
        }
        .faq-item[open] {
            border-left-color: var(--accent);
            border-color: var(--border-strong);
        }
        .faq-question {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding: 18px 20px;
            font-family: "Bungee", sans-serif;
            font-size: 16px;
            color: var(--foreground);
            cursor: pointer;
            list-style: none;
            min-height: 48px;
        }
        .faq-question::-webkit-details-marker { display: none; }
        .faq-icon {
            flex-shrink: 0;
            width: 30px; height: 30px;
            display: flex; align-items: center; justify-content: center;
            background: var(--accent);
            color: #fff;
            border-radius: 50%;
            font-size: 20px;
            font-family: "Manrope", sans-serif;
            font-weight: 700;
            transition: transform 220ms ease-out;
        }
        .faq-item[open] .faq-icon { transform: rotate(45deg); }
        .faq-answer {
            padding: 0 20px 20px;
            border-top: 1px solid var(--border);
            color: var(--foreground);
            font-size: 17px;
            line-height: 1.6;
        }
        .faq-answer p { margin: 16px 0 0; }

        /* ============================================
           STAT HIGHLIGHT (component)
           ============================================ */
        .stat-highlight-section {
            padding: var(--space-xl) 0;
            position: relative;
        }
        .stat-highlight-title { text-align: center; margin-bottom: 10px; }
        .stat-highlight-sub { text-align: center; color: var(--muted-foreground); margin-bottom: var(--space-lg); }
        .stat-highlight-row {
            display: grid;
            grid-template-columns: 1fr;
            gap: 16px;
            max-width: var(--container-max);
            margin: 0 auto;
            position: relative;
        }
        @media (min-width: 640px) {
            .stat-highlight-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
        }
        @media (min-width: 1024px) {
            .stat-highlight-row { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; }
        }
        .stat-tile {
            text-align: center;
            padding: var(--space-md) 20px;
            background: var(--card);
            border: 1px solid var(--border);
            border-radius: var(--radius-lg);
            position: relative;
            transition: transform 220ms ease-out;
        }
        @media (min-width: 1024px) {
            .stat-tile {
                background: transparent;
                border: none;
                border-right: 1px solid var(--accent);
                border-radius: 0;
            }
            .stat-tile:last-child { border-right: none; }
        }
        .stat-number {
            display: block;
            font-family: "Bungee", sans-serif;
            font-size: clamp(38px, 6vw, 56px);
            color: var(--accent);
            line-height: 1;
            margin-bottom: 10px;
            text-shadow: 0 4px 24px rgba(255,106,0,0.35);
        }
        .stat-label {
            display: block;
            font-family: "Manrope", sans-serif;
            font-weight: 700;
            font-size: 16px;
            color: var(--foreground);
            margin-bottom: 6px;
        }
        .stat-note {
            display: block;
            font-size: 13px;
            color: var(--muted-foreground);
        }

        /* ============================================
           HERO
           ============================================ */
        .hero {
            position: relative;
            padding: var(--space-lg) 0 var(--space-xl);
            overflow: clip;
        }
        @media (min-width: 1024px) {
            .hero { padding: var(--space-xl) 0 var(--space-2xl); }
        }
        .hero-inner {
            max-width: var(--container-max);
            margin: 0 auto;
            padding: 0 var(--space-sm);
            display: grid;
            grid-template-columns: 1fr;
            gap: var(--space-lg);
            align-items: center;
        }
        @media (min-width: 768px) { .hero-inner { padding: 0 var(--space-md); } }
        @media (min-width: 1024px) { .hero-inner { grid-template-columns: 1.2fr 1fr; gap: var(--space-xl); } }
        .hero-eyebrow {
            display: inline-block;
            background: var(--card);
            border: 1px solid var(--accent);
            color: #ffd9b8;
            font-family: "Bungee", sans-serif;
            font-size: 13px;
            padding: 6px 14px;
            border-radius: var(--radius-pill);
            margin-bottom: 14px;
            letter-spacing: 0.08em;
        }
        .hero h1 {
            font-size: clamp(34px, 7vw, 64px);
            line-height: 1;
            margin-bottom: 18px;
        }
        .hero h1 .highlight {
            color: var(--accent);
            text-shadow: 0 6px 30px rgba(255,106,0,0.45);
        }
        .hero-sub {
            font-size: 18px;
            color: var(--muted-foreground);
            margin-bottom: var(--space-md);
            max-width: 540px;
        }
        .hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
        }
        .hero-media {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 320px;
        }
        .hero-media img {
            max-width: 100%;
            filter: drop-shadow(0 20px 50px rgba(255,106,0,0.35));
            animation: floatY 6s ease-in-out infinite;
        }
        @keyframes floatY {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-14px); }
        }
        .coin-burst, .coin-sprite {
            position: absolute;
            width: 36px; height: 36px;
            border-radius: 50%;
            background: radial-gradient(circle at 30% 30%, #ffd37a, #ff8a00);
            box-shadow: 0 8px 20px rgba(255,138,0,0.4), inset 0 -4px 0 rgba(0,0,0,0.2);
            font-family: "Bungee", sans-serif;
            color: #1a0a2e;
            display: flex; align-items: center; justify-content: center;
            font-size: 18px;
            animation: coinFall 5s ease-in-out infinite;
        }
        @keyframes coinFall {
            0% { transform: translateY(-20px) rotate(0); opacity: 0; }
            20% { opacity: 1; }
            80% { opacity: 1; }
            100% { transform: translateY(60px) rotate(360deg); opacity: 0; }
        }

        /* ============================================
           TABLES - comparison & data
           ============================================ */
        .table-wrapper {
            margin: var(--space-md) 0;
            border: 1px solid var(--border);
            border-radius: var(--radius-md);
            background: var(--card);
        }
        .data-table {
            width: 100%;
            min-width: 560px;
            border-collapse: collapse;
            font-size: 15px;
        }
        .data-table thead {
            background: linear-gradient(135deg, var(--secondary) 0%, var(--card-elevated) 100%);
        }
        .data-table th {
            text-align: left;
            padding: 14px 16px;
            font-family: "Bungee", sans-serif;
            font-size: 13px;
            color: var(--accent);
            letter-spacing: 0.04em;
            text-transform: uppercase;
            border-bottom: 2px solid var(--accent);
        }
        .data-table td {
            padding: 14px 16px;
            border-bottom: 1px solid var(--border);
            color: var(--foreground);
            vertical-align: top;
        }
        .data-table tr:last-child td { border-bottom: none; }
        .data-table tr:nth-child(even) td { background: rgba(255,255,255,0.02); }
        .data-table .col-highlight {
            background: rgba(255,106,0,0.1) !important;
            color: var(--accent);
            font-weight: 700;
        }

        /* ============================================
           CALLOUTS, SUMMARY, PULL QUOTE
           ============================================ */
        .summary-box {
            background: linear-gradient(135deg, var(--card) 0%, var(--card-elevated) 100%);
            border: 1px solid var(--accent);
            border-left: 6px solid var(--accent);
            border-radius: var(--radius-md);
            padding: 20px 24px;
            margin: var(--space-md) 0;
        }
        .summary-box h3, .summary-box h4 {
            margin-top: 0;
            color: var(--accent);
            font-size: 16px;
        }
        .callout {
            background: var(--card);
            border-left: 4px solid var(--accent);
            border-radius: var(--radius-md);
            padding: 16px 20px;
            margin: var(--space-md) 0;
            display: flex;
            gap: 14px;
            align-items: flex-start;
        }
        .callout-icon {
            flex-shrink: 0;
            width: 36px; height: 36px;
            border-radius: 50%;
            background: var(--accent);
            color: #fff;
            display: flex; align-items: center; justify-content: center;
            font-family: "Bungee", sans-serif;
        }
        .callout p { margin: 0; }
        .callout.is-warning { border-left-color: var(--destructive); }
        .callout.is-warning .callout-icon { background: var(--destructive); }

        .pull-quote {
            font-family: "Manrope", sans-serif;
            font-size: clamp(20px, 3vw, 26px);
            font-style: italic;
            font-weight: 600;
            color: var(--foreground);
            border-left: 4px solid var(--accent);
            padding: 16px 24px;
            margin: var(--space-lg) 0;
            line-height: 1.4;
        }
        .pull-quote .attribution {
            display: block;
            margin-top: 12px;
            font-family: "Bungee", sans-serif;
            font-style: normal;
            font-size: 13px;
            color: var(--accent);
        }

        /* ============================================
           TRUST BADGES, SOCIAL PROOF
           ============================================ */
        .trust-row {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 14px;
            padding: var(--space-md) 0;
            filter: grayscale(0.2);
        }
        .trust-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 16px;
            background: var(--card);
            border: 1px solid var(--border-strong);
            border-radius: var(--radius-pill);
            font-family: "Bungee", sans-serif;
            font-size: 13px;
            color: var(--foreground);
        }
        .trust-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--success); }

        .testimonial {
            background: var(--card);
            border: 1px solid var(--border);
            border-radius: var(--radius-lg);
            padding: 24px;
        }
        .testimonial-stars { color: var(--gold); font-size: 18px; margin-bottom: 10px; }
        .testimonial-author {
            display: block;
            margin-top: 12px;
            font-family: "Bungee", sans-serif;
            font-size: 13px;
            color: var(--accent);
        }

        /* ============================================
           REWARD LADDER (index.html)
           ============================================ */
        .ladder-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
            align-items: stretch;
        }
        @media (min-width: 768px) {
            .ladder-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
        }
        .ladder-step {
            position: relative;
            background: var(--card);
            border: 1px solid var(--border);
            border-radius: var(--radius-lg);
            padding: 24px;
            text-align: center;
            transition: transform 220ms ease-out, border-color 220ms ease-out;
        }
        .ladder-step:hover { transform: translateY(-4px); border-color: var(--accent); }
        .ladder-step-number {
            position: absolute;
            top: -18px; left: 50%;
            transform: translateX(-50%);
            width: 40px; height: 40px;
            display: flex; align-items: center; justify-content: center;
            background: var(--accent);
            color: #fff;
            border-radius: 50%;
            font-family: "Bungee", sans-serif;
            font-size: 18px;
            box-shadow: 0 6px 16px rgba(255,106,0,0.4);
        }
        .ladder-step img {
            max-width: 160px;
            margin: 10px auto 14px;
            display: block;
        }
        .ladder-step h3 { margin: 0 0 10px; font-size: 18px; color: var(--accent); }

        /* ============================================
           VIP TIERS
           ============================================ */
        .vip-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px;
        }
        @media (min-width: 768px) {
            .vip-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
        }
        .vip-tile {
            padding: 20px 14px;
            background: var(--card);
            border: 1px solid var(--border);
            border-radius: var(--radius-md);
            text-align: center;
            transition: transform 220ms ease-out, box-shadow 220ms ease-out;
        }
        .vip-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); }
        .vip-tile.is-bronze { border-top: 4px solid #cd7f32; }
        .vip-tile.is-silver { border-top: 4px solid #c0c0c0; }
        .vip-tile.is-gold { border-top: 4px solid var(--gold); }
        .vip-tile.is-platinum { border-top: 4px solid var(--accent); box-shadow: 0 6px 30px rgba(255,106,0,0.2); }
        .vip-name {
            font-family: "Bungee", sans-serif;
            font-size: 16px;
            color: var(--foreground);
            margin: 0 0 8px;
        }
        .vip-perk { font-size: 14px; color: var(--muted-foreground); margin: 4px 0; }

        /* ============================================
           PROVIDERS STRIP
           ============================================ */
        .providers-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
        }
        @media (min-width: 640px) { .providers-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
        @media (min-width: 1024px) { .providers-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; } }
        .provider-tile {
            padding: 20px 14px;
            background: var(--card);
            border: 1px solid var(--border);
            border-radius: var(--radius-md);
            text-align: center;
            font-family: "Bungee", sans-serif;
            font-size: 14px;
            color: var(--foreground);
            transition: transform 220ms ease-out, color 220ms ease-out, border-color 220ms ease-out;
            min-height: 72px;
            display: flex; align-items: center; justify-content: center;
        }
        .provider-tile:hover { color: var(--accent); border-color: var(--accent); transform: translateY(-2px); }

        /* ============================================
           DETAILS / SUMMARY general style
           ============================================ */
        details.inline-details {
            background: var(--card);
            border: 1px solid var(--border);
            border-radius: var(--radius-md);
            padding: 12px 16px;
            margin: 12px 0;
        }
        details.inline-details summary {
            cursor: pointer;
            font-weight: 700;
            color: var(--accent);
            list-style: none;
        }
        details.inline-details summary::-webkit-details-marker { display: none; }

        /* ============================================
           CLAIM PAGE (stub)
           ============================================ */
        .claim-screen {
            min-height: calc(100vh - var(--header-height) - 200px);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: var(--space-xl) var(--space-sm);
            text-align: center;
        }
        .claim-mascot {
            max-width: 240px;
            margin-bottom: var(--space-md);
            animation: floatY 4s ease-in-out infinite;
            filter: drop-shadow(0 14px 30px rgba(255,106,0,0.4));
        }
        .claim-headline {
            font-family: "Bungee", sans-serif;
            font-size: clamp(28px, 5vw, 44px);
            color: var(--foreground);
            margin-bottom: 14px;
        }
        .claim-headline .highlight { color: var(--accent); }
        .claim-message {
            color: var(--muted-foreground);
            font-size: 18px;
            max-width: 520px;
            margin: 0 auto var(--space-md);
        }
        .claim-spinner {
            width: 56px; height: 56px;
            border: 4px solid var(--card);
            border-top-color: var(--accent);
            border-radius: 50%;
            animation: claimSpin 1s linear infinite;
            margin: 0 auto var(--space-md);
        }
        @keyframes claimSpin {
            from { transform: rotate(0); }
            to { transform: rotate(360deg); }
        }

        /* ============================================
           SEO LONG-FORM CONTENT WRAPPER
           ============================================ */
        .seo-content {
            max-width: 880px;
            margin: 0 auto;
            padding: 0 var(--space-sm);
        }
        .seo-content h2 { margin-top: var(--space-xl); }
        .seo-content h3 { margin-top: var(--space-lg); color: var(--accent); }
        .seo-content p, .seo-content li { font-size: 17px; }

        /* ============================================
           ANIMATION - scroll reveal
           ============================================ */
        .animate-on-scroll {
            opacity: 0;
            transform: translateY(24px);
            transition: opacity 500ms ease-out, transform 500ms ease-out;
        }
        .animate-on-scroll.is-visible {
            opacity: 1;
            transform: translateY(0);
        }
        @media (prefers-reduced-motion: reduce) {
            *, *::before, *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }
            .animate-on-scroll { opacity: 1; transform: none; }
        }

        /* ============================================
           UTILITIES
           ============================================ */
        .grid-2 { display: grid; grid-template-columns: 1fr; gap: var(--space-md); }
        @media (min-width: 768px) { .grid-2 { grid-template-columns: 1fr 1fr; } }
        .flex-row { display: flex; flex-wrap: wrap; gap: var(--space-sm); }
        .mt-0 { margin-top: 0; }
        .mb-0 { margin-bottom: 0; }
        .mt-lg { margin-top: var(--space-lg); }
        .mb-lg { margin-bottom: var(--space-lg); }
        .text-balance { text-wrap: balance; }
        .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;
        }

        /* Long URLs / inline code */
        a { word-break: break-word; }
