/* ============================================
   SPINGRANNY CASINO - DESIGN SYSTEM
   Magical occult casino aesthetic
   Mobile-first, dark-themed
   ============================================ */

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

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

body {
    margin: 0;
    font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.65;
    color: var(--foreground);
    background: var(--background);
    background-image:
        radial-gradient(circle at 15% 10%, rgba(255, 106, 0, 0.08) 0%, transparent 45%),
        radial-gradient(circle at 85% 80%, rgba(138, 43, 226, 0.12) 0%, transparent 55%),
        linear-gradient(180deg, #0e0a1a 0%, #0a0714 100%);
    background-attachment: fixed;
    min-height: 100vh;
    overflow-x: hidden;
}

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

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

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

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

input, textarea, select { max-width: 100%; font: inherit; }

section { overflow: clip; position: relative; }

a { color: var(--primary); text-decoration: none; transition: color 200ms ease; }
a:hover { color: var(--accent); }

h1, h2, h3, h4, h5, h6 {
    font-family: "Cinzel Decorative", "Cinzel", Georgia, serif;
    font-weight: 700;
    color: var(--foreground);
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 0.6em;
}

p { margin: 0 0 1.2em; }

ul, ol { padding-left: 1.4em; margin: 0 0 1.2em; }
li { margin-bottom: 0.4em; }

/* Skip link */
.skip-link {
    position: absolute; left: -9999px; top: 0; z-index: 9999;
    padding: 12px 20px; background: var(--primary); color: #fff; font-weight: 700;
}
.skip-link:focus { left: 8px; top: 8px; }

/* ============================================
   LAYOUT - Container & Sections
   ============================================ */
.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

section { padding: 72px 0; }

@media (min-width: 1024px) {
    section { padding: 120px 0; }
    .container { padding: 0 32px; }
}

.section-title {
    font-size: clamp(1.8rem, 4vw + 0.5rem, 2.75rem);
    text-align: center;
    margin-bottom: 0.4em;
    background: linear-gradient(180deg, #fff5e0 0%, #ffb347 60%, #ff6a00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 40px rgba(255, 106, 0, 0.25);
}

.section-eyebrow {
    display: block;
    text-align: center;
    font-family: "Cinzel Decorative", serif;
    color: var(--primary);
    font-size: 0.85rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.section-lead {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 3rem;
    color: var(--muted-foreground);
    font-size: 1.05rem;
}

/* ============================================
   TYPOGRAPHY SCALE
   ============================================ */
h1 { font-size: clamp(2rem, 6vw + 0.5rem, 4rem); }
h2 { font-size: clamp(1.6rem, 3.5vw + 0.5rem, 2.75rem); }
h3 { font-size: clamp(1.25rem, 1.8vw + 0.5rem, 1.75rem); }
h4 { font-size: 1.15rem; }

.spell-text {
    position: relative;
    display: inline-block;
}

/* ============================================
   HEADER
   ============================================ */
.site-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    background: rgba(14, 10, 26, 0.92);
    border-bottom: 1px solid rgba(255, 106, 0, 0.18);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.5);
}

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

.header-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.brand {
    display: flex; align-items: center; gap: 10px;
    font-family: "Cinzel Decorative", serif;
    font-size: 1.3rem;
    font-weight: 900;
    color: var(--foreground);
    text-decoration: none;
    flex-shrink: 0;
}
.brand:hover { color: var(--foreground); }
.brand-accent { color: var(--primary); }
.brand .logo {
    width: 44px; height: 44px;
    filter: drop-shadow(0 0 10px rgba(255, 106, 0, 0.55));
    border-radius: 50%;
}

main { padding-top: 76px; }

/* Nav */
.main-nav {
    display: none;
    position: fixed;
    top: 76px; left: 0; right: 0; bottom: 0;
    z-index: 999;
    background: var(--background);
    padding: 32px 24px 120px;
    overflow-y: auto;
    flex-direction: column;
    gap: 16px;
}

.main-nav.is-open { display: flex; }

.nav-list {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: 4px;
}

.nav-link {
    display: flex; align-items: center;
    min-height: 56px;
    padding: 12px 20px;
    font-family: "Cinzel Decorative", serif;
    font-size: 1.15rem;
    color: var(--foreground);
    border-radius: 12px;
    border: 1px solid transparent;
    transition: all 240ms ease;
}
.nav-link:hover,
.nav-link:focus-visible {
    background: rgba(255, 106, 0, 0.1);
    border-color: rgba(255, 106, 0, 0.4);
    color: var(--primary);
}

.nav-actions {
    display: flex; flex-direction: column; gap: 12px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--border);
}

/* Burger */
.menu-toggle {
    position: relative;
    z-index: 1001;
    width: 48px; height: 48px;
    background: transparent;
    border: 1px solid rgba(255, 106, 0, 0.4);
    border-radius: 10px;
    cursor: pointer;
    display: flex; flex-direction: column; gap: 5px;
    align-items: center; justify-content: center;
    padding: 0;
    flex-shrink: 0;
}
.menu-toggle span {
    display: block;
    width: 22px; height: 2px;
    background: var(--primary);
    border-radius: 2px;
    transition: transform 300ms ease, opacity 200ms ease;
}
.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; }
    .main-nav {
        display: flex !important;
        position: static;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 32px;
        padding: 0;
        background: transparent;
        overflow: visible;
        flex: 1;
    }
    .nav-list { flex-direction: row; gap: 8px; }
    .nav-link {
        min-height: 40px;
        padding: 8px 14px;
        font-size: 0.95rem;
    }
    .nav-actions {
        flex-direction: row;
        margin: 0; padding: 0; border: none;
    }
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
    display: inline-flex; align-items: center; justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 12px 28px;
    font-family: "Cinzel Decorative", serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: none; border-radius: 999px;
    cursor: pointer;
    text-decoration: none;
    transition: transform 240ms ease, box-shadow 240ms ease, background 240ms ease;
    white-space: nowrap;
}

.btn-primary {
    background: linear-gradient(135deg, #ff8a1a 0%, #ff6a00 55%, #d94a00 100%);
    color: #fff;
    box-shadow: 0 6px 24px rgba(255, 106, 0, 0.45), inset 0 1px 0 rgba(255, 220, 180, 0.5);
}
.btn-primary:hover { transform: translateY(-2px) scale(1.03); box-shadow: 0 10px 32px rgba(255, 106, 0, 0.65); color: #fff; }

.btn-ghost {
    background: transparent;
    color: var(--foreground);
    border: 1px solid rgba(255, 179, 71, 0.5);
}
.btn-ghost:hover { background: rgba(255, 106, 0, 0.12); color: var(--accent); border-color: var(--accent); }

.btn-xl { min-height: 64px; padding: 18px 44px; font-size: 1.1rem; }
.btn-block { width: 100%; }

.btn-pulse { animation: pulseGlow 2.2s ease-in-out infinite; }

@keyframes pulseGlow {
    0%, 100% { box-shadow: 0 6px 24px rgba(255, 106, 0, 0.45), inset 0 1px 0 rgba(255, 220, 180, 0.5); }
    50% { box-shadow: 0 10px 40px rgba(255, 106, 0, 0.85), 0 0 60px rgba(255, 179, 71, 0.5), inset 0 1px 0 rgba(255, 220, 180, 0.5); }
}

/* ============================================
   HERO SECTIONS
   ============================================ */
.hero {
    position: relative;
    padding: 48px 0 64px;
    overflow: hidden;
    text-align: center;
}

@media (min-width: 1024px) {
    .hero { padding: 80px 0 120px; text-align: left; }
}

.hero-bg {
    position: absolute; inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 106, 0, 0.22) 0%, transparent 45%),
        radial-gradient(circle at 80% 70%, rgba(138, 43, 226, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 50% 100%, rgba(255, 179, 71, 0.18) 0%, transparent 60%);
    z-index: -1;
}

.hero-grid {
    display: grid;
    gap: 40px;
    align-items: center;
}

@media (min-width: 1024px) {
    .hero-grid { grid-template-columns: 1.1fr 1fr; gap: 48px; }
}

.hero-eyebrow {
    display: inline-block;
    padding: 6px 14px;
    font-family: "Cinzel Decorative", serif;
    font-size: 0.75rem;
    letter-spacing: 0.3em;
    color: var(--primary);
    border: 1px solid rgba(255, 106, 0, 0.4);
    border-radius: 999px;
    background: rgba(255, 106, 0, 0.08);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero-title {
    font-size: clamp(2.2rem, 5.5vw + 1rem, 4.2rem);
    margin-bottom: 20px;
    line-height: 1.08;
}
.hero-title .accent {
    background: linear-gradient(180deg, #fff5e0 0%, #ffb347 55%, #ff6a00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.hero-sub {
    font-size: 1.15rem;
    color: var(--muted-foreground);
    max-width: 580px;
    margin: 0 auto 28px;
}
@media (min-width: 1024px) {
    .hero-sub { margin: 0 0 32px; }
}

.hero-actions {
    display: flex; flex-wrap: wrap; gap: 14px; justify-content: center;
}
@media (min-width: 1024px) { .hero-actions { justify-content: flex-start; } }

.hero-meta {
    display: flex; flex-wrap: wrap; gap: 18px; justify-content: center;
    margin-top: 32px;
    color: var(--muted-foreground);
    font-size: 0.9rem;
}
@media (min-width: 1024px) { .hero-meta { justify-content: flex-start; } }
.hero-meta span { display: inline-flex; align-items: center; gap: 6px; }
.hero-meta .dot { color: var(--primary); }

.hero-visual {
    position: relative;
    aspect-ratio: 1 / 1;
    max-width: 560px;
    margin: 0 auto;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 106, 0, 0.35) 0%, rgba(138, 43, 226, 0.15) 40%, transparent 70%);
    display: flex; align-items: center; justify-content: center;
}
.hero-visual img {
    width: 100%; height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 20px 60px rgba(255, 106, 0, 0.5));
    animation: floatGranny 6s ease-in-out infinite;
}
@keyframes floatGranny {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}

/* Floating particles */
.hero-particles { position: absolute; inset: 0; pointer-events: none; }
.hero-particles .coin,
.hero-particles .spark {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, #ffb347 0%, #ff6a00 50%, transparent 70%);
    box-shadow: 0 0 16px rgba(255, 106, 0, 0.8);
    animation: floatParticle 7s ease-in-out infinite;
}
.hero-particles .coin { width: 14px; height: 14px; }
.hero-particles .spark { width: 6px; height: 6px; background: #ffe6c4; box-shadow: 0 0 12px #ffb347; }

@keyframes floatParticle {
    0% { transform: translate(0,0) scale(1); opacity: 0.4; }
    50% { transform: translate(20px, -40px) scale(1.3); opacity: 1; }
    100% { transform: translate(-10px, -80px) scale(0.6); opacity: 0; }
}

/* ============================================
   CARDS - game_card, generic cards
   ============================================ */
.card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 24px;
    color: var(--foreground);
}

.game-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
}
@media (min-width: 560px) { .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; } }
@media (min-width: 1240px) { .game-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.game-card {
    position: relative;
    background: linear-gradient(180deg, #1a1030 0%, #140a24 100%);
    border: 1px solid rgba(255, 106, 0, 0.25);
    border-radius: 18px;
    overflow: hidden;
    display: flex; flex-direction: column;
    transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
}
.game-card::before {
    content: "";
    position: absolute; inset: 0;
    border-radius: 18px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255,106,0,0.6), transparent 40%, rgba(255,179,71,0.4) 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
    opacity: 0.6;
    transition: opacity 300ms ease;
}
.game-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 20px 50px rgba(255, 106, 0, 0.35);
    border-color: rgba(255, 106, 0, 0.6);
}
.game-card:hover::before { opacity: 1; }

.game-card-media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #0a0614;
}
.game-card-media img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 600ms ease;
}
.game-card:hover .game-card-media img { transform: scale(1.08); }
.game-card-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(14, 10, 26, 0.9) 100%);
}
.game-card-placeholder {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    background: radial-gradient(circle, rgba(255,106,0,0.25), transparent 70%);
    color: var(--primary);
    font-size: 3rem;
}
.game-badge {
    position: absolute; top: 12px; left: 12px;
    background: var(--primary);
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-family: "Cinzel Decorative", serif;
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    z-index: 2;
    box-shadow: 0 4px 14px rgba(255, 106, 0, 0.55);
}

.game-card-body {
    padding: 18px 20px 22px;
    display: flex; flex-direction: column; gap: 8px;
    flex: 1;
}
.game-card-provider {
    font-size: 0.75rem;
    color: var(--muted-foreground);
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.game-card-title {
    font-family: "Cinzel Decorative", serif;
    font-size: 1.15rem;
    margin: 0;
    color: var(--foreground);
}
.game-card-desc {
    font-size: 0.9rem;
    color: var(--muted-foreground);
    margin: 0 0 12px;
    flex: 1;
}

/* ============================================
   STAT HIGHLIGHT
   ============================================ */
.stat-section { background: linear-gradient(180deg, transparent 0%, rgba(26, 16, 48, 0.5) 50%, transparent 100%); }

.stat-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
}
@media (min-width: 560px) { .stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .stat-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.stat-block {
    position: relative;
    text-align: center;
    padding: 32px 20px;
    background: rgba(26, 16, 48, 0.5);
    border: 1px solid rgba(255, 106, 0, 0.2);
    border-radius: 20px;
}
.stat-rune {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 106, 0, 0.15);
    width: 180px; height: 180px;
    pointer-events: none;
}
.stat-rune svg { width: 100%; height: 100%; }
.stat-number {
    display: block;
    position: relative;
    font-family: "Cinzel Decorative", serif;
    font-size: clamp(2.5rem, 5vw + 1rem, 3.5rem);
    font-weight: 900;
    background: linear-gradient(180deg, #fff5e0 0%, #ffb347 50%, #ff6a00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 30px rgba(255, 106, 0, 0.4);
    line-height: 1;
    margin-bottom: 8px;
}
.stat-label {
    display: block;
    position: relative;
    color: var(--foreground);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 4px;
}
.stat-source {
    display: block;
    position: relative;
    font-size: 0.75rem;
    color: var(--muted-foreground);
    letter-spacing: 0.05em;
}

/* ============================================
   CTA BANNER
   ============================================ */
.cta-banner {
    position: relative;
    padding: 80px 0;
    text-align: center;
    background:
        radial-gradient(ellipse at top, rgba(255, 106, 0, 0.15) 0%, transparent 60%),
        linear-gradient(180deg, #1a1030 0%, #0e0a1a 100%);
    border-top: 1px solid rgba(255, 106, 0, 0.2);
    border-bottom: 1px solid rgba(255, 106, 0, 0.2);
    overflow: hidden;
}
@media (min-width: 1024px) { .cta-banner { padding: 120px 0; } }

.cta-smoke {
    position: absolute; inset: 0;
    background:
        radial-gradient(circle at 30% 50%, rgba(138, 43, 226, 0.2) 0%, transparent 40%),
        radial-gradient(circle at 70% 50%, rgba(255, 106, 0, 0.18) 0%, transparent 40%);
    pointer-events: none;
    animation: smokeShift 12s ease-in-out infinite alternate;
}
@keyframes smokeShift {
    0% { transform: translateX(-20px) scale(1); }
    100% { transform: translateX(20px) scale(1.1); }
}

.cta-particles { position: absolute; inset: 0; pointer-events: none; }
.cta-particles .spark {
    position: absolute;
    width: 8px; height: 8px;
    border-radius: 50%;
    background: radial-gradient(circle, #ffe6c4 0%, #ff6a00 80%, transparent 100%);
    box-shadow: 0 0 12px rgba(255, 106, 0, 0.9);
    animation: sparkFloat 6s ease-in-out infinite;
}
.cta-particles .s1 { top: 20%; left: 10%; animation-delay: 0s; }
.cta-particles .s2 { top: 60%; left: 25%; animation-delay: 1.2s; }
.cta-particles .s3 { top: 30%; left: 75%; animation-delay: 2.4s; }
.cta-particles .s4 { top: 75%; left: 85%; animation-delay: 3.6s; }
.cta-particles .s5 { top: 50%; left: 50%; animation-delay: 4.8s; }
@keyframes sparkFloat {
    0%, 100% { transform: translateY(0) scale(1); opacity: 0.4; }
    50% { transform: translateY(-40px) scale(1.4); opacity: 1; }
}

.cta-inner { position: relative; z-index: 2; }
.cta-heading {
    font-size: clamp(2rem, 4.5vw + 0.5rem, 3.2rem);
    margin-bottom: 20px;
    background: linear-gradient(180deg, #fff5e0 0%, #ffb347 60%, #ff6a00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.cta-sub {
    max-width: 640px;
    margin: 0 auto 36px;
    font-size: 1.1rem;
    color: var(--muted-foreground);
}
.cta-disclaimer {
    margin-top: 18px;
    font-size: 0.82rem;
    color: var(--muted-foreground);
    letter-spacing: 0.05em;
}

/* ============================================
   COMPARISON TABLE
   ============================================ */
.comparison-wrapper { width: 100%; margin: 24px 0 32px; }
.table-caption {
    font-family: "Cinzel Decorative", serif;
    color: var(--primary);
    text-align: center;
    margin-bottom: 12px;
    font-size: 0.9rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.table-scroll { width: 100%; overflow-x: auto; max-width: 100%; border-radius: 18px; }

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 18px;
    overflow: hidden;
    font-size: 0.95rem;
}
.comparison-table thead {
    background: #0f0820;
}
.comparison-table th {
    font-family: "Cinzel Decorative", serif;
    color: var(--primary);
    text-align: left;
    padding: 16px 18px;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--border);
}
.comparison-table td {
    padding: 14px 18px;
    border-bottom: 1px solid rgba(58, 45, 82, 0.6);
    color: var(--foreground);
    vertical-align: middle;
}
.comparison-table tbody tr:nth-child(even) { background: rgba(42, 31, 61, 0.3); }
.comparison-table tbody tr:hover { background: rgba(255, 106, 0, 0.08); }

.comparison-table tr.row-highlight {
    background: rgba(255, 106, 0, 0.12) !important;
    position: relative;
}
.comparison-table tr.row-highlight td:first-child {
    border-left: 4px solid var(--primary);
    font-weight: 700;
}

/* Mobile: stack to cards */
@media (max-width: 767px) {
    .comparison-table thead { display: none; }
    .comparison-table, .comparison-table tbody, .comparison-table tr, .comparison-table td { display: block; width: 100%; }
    .comparison-table tr {
        margin-bottom: 14px;
        border: 1px solid var(--border);
        border-radius: 14px;
        overflow: hidden;
        background: var(--card);
    }
    .comparison-table td {
        display: flex; justify-content: space-between; gap: 16px;
        padding: 12px 16px;
        border-bottom: 1px solid rgba(58, 45, 82, 0.5);
    }
    .comparison-table td:last-child { border-bottom: none; }
    .comparison-table td::before {
        content: attr(data-label);
        font-family: "Cinzel Decorative", serif;
        color: var(--primary);
        font-size: 0.75rem;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        flex-shrink: 0;
    }
}

/* ============================================
   FAQ ACCORDION (details/summary)
   ============================================ */
.faq-section { background: linear-gradient(180deg, transparent 0%, rgba(26, 16, 48, 0.3) 100%); }

.faq-list {
    max-width: 880px;
    margin: 32px auto 0;
    display: flex; flex-direction: column; gap: 12px;
}

.faq-item {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 240ms ease, box-shadow 240ms ease;
}
.faq-item[open] {
    border-color: rgba(255, 106, 0, 0.5);
    box-shadow: 0 0 30px rgba(255, 106, 0, 0.15), inset 4px 0 0 var(--primary);
}

.faq-question {
    display: flex; justify-content: space-between; align-items: center; gap: 16px;
    padding: 18px 22px;
    min-height: 48px;
    cursor: pointer;
    font-family: "Cinzel Decorative", serif;
    font-size: 1.02rem;
    color: var(--foreground);
    list-style: none;
    user-select: none;
}
.faq-question::-webkit-details-marker { display: none; }

.faq-icon {
    flex-shrink: 0;
    width: 32px; height: 32px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: rgba(255, 106, 0, 0.1);
    border: 1px solid rgba(255, 106, 0, 0.4);
    color: var(--primary);
    font-size: 1rem;
    transition: transform 300ms ease, background 240ms ease;
}
.faq-item[open] .faq-icon {
    transform: rotate(180deg);
    background: var(--primary);
    color: #fff;
    box-shadow: 0 0 20px rgba(255, 106, 0, 0.8);
}

.faq-answer {
    padding: 0 22px 22px;
    color: var(--muted-foreground);
    font-size: 1rem;
    line-height: 1.7;
}
.faq-answer p { margin: 0; }

/* ============================================
   CONTENT / SEO TEXT BLOCKS
   ============================================ */
.content-section {
    padding: 56px 0 72px;
}

.prose {
    max-width: 820px;
    margin: 0 auto;
}
.prose h2 {
    margin-top: 2.2em;
    margin-bottom: 0.7em;
    color: var(--foreground);
    font-size: clamp(1.5rem, 2.5vw + 0.5rem, 2rem);
}
.prose h2::before {
    content: "✦ ";
    color: var(--primary);
    font-size: 0.8em;
}
.prose h3 {
    margin-top: 1.8em;
    color: var(--accent);
    font-size: clamp(1.2rem, 1.5vw + 0.5rem, 1.4rem);
}
.prose p { font-size: 1.02rem; color: var(--foreground); }
.prose ul, .prose ol { color: var(--foreground); }
.prose ul li::marker { color: var(--primary); }
.prose a { color: var(--accent); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(255,179,71,0.4); text-underline-offset: 3px; }
.prose a:hover { color: var(--primary); text-decoration-color: var(--primary); }

.step-card p a,
.step-card a {
    color: var(--accent);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(255, 179, 71, 0.6);
    text-underline-offset: 3px;
}
.step-card p a:hover,
.step-card a:hover {
    color: var(--primary);
    text-decoration-color: var(--primary);
}
.prose strong { color: var(--foreground); }

/* ============================================
   CALLOUT / TL;DR / PULL QUOTE
   ============================================ */
.tldr-box {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 106, 0, 0.1) 0%, rgba(26, 16, 48, 0.8) 100%);
    border: 1px solid rgba(255, 106, 0, 0.35);
    border-left: 4px solid var(--primary);
    border-radius: 14px;
    padding: 22px 24px;
    margin: 24px 0 32px;
}
.tldr-box .tldr-label {
    display: inline-block;
    font-family: "Cinzel Decorative", serif;
    font-size: 0.75rem;
    color: var(--primary);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.tldr-box p:last-child { margin-bottom: 0; }

.callout {
    background: rgba(26, 16, 48, 0.7);
    border: 1px solid var(--border);
    border-left: 4px solid var(--accent);
    border-radius: 12px;
    padding: 18px 22px;
    margin: 20px 0;
}
.callout.callout-warn { border-left-color: var(--destructive); background: rgba(239, 68, 68, 0.08); }
.callout.callout-tip  { border-left-color: var(--primary); }

.pull-quote {
    position: relative;
    padding: 24px 28px;
    margin: 32px 0;
    font-family: "Cinzel Decorative", serif;
    font-size: 1.35rem;
    line-height: 1.4;
    color: var(--foreground);
    border-left: 3px solid var(--primary);
    background: linear-gradient(90deg, rgba(255, 106, 0, 0.08), transparent);
    border-radius: 0 12px 12px 0;
}
.pull-quote cite {
    display: block;
    margin-top: 12px;
    font-family: "Manrope", sans-serif;
    font-size: 0.9rem;
    font-style: normal;
    color: var(--muted-foreground);
    letter-spacing: 0.1em;
}

/* ============================================
   TRUST BADGES
   ============================================ */
.trust-row {
    display: flex; flex-wrap: wrap;
    align-items: center; justify-content: center;
    gap: 16px 24px;
    padding: 24px 0;
}
.trust-badge {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 10px 18px;
    background: rgba(26, 16, 48, 0.6);
    border: 1px solid var(--border);
    border-radius: 999px;
    font-size: 0.88rem;
    color: var(--muted-foreground);
}
.trust-badge strong { color: var(--foreground); font-weight: 700; }
.trust-badge .tb-icon { color: var(--primary); font-size: 1.1rem; }

/* ============================================
   STEP CARDS (welcome bonus 3-step etc.)
   ============================================ */
.step-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
}
@media (min-width: 768px) { .step-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

.step-card {
    position: relative;
    padding: 32px 24px 28px;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 20px;
    text-align: center;
    transition: transform 300ms ease, border-color 300ms ease;
}
.step-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 106, 0, 0.5);
}
.step-card .step-num {
    display: inline-flex; align-items: center; justify-content: center;
    width: 56px; height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff8a1a, #ff6a00);
    color: #fff;
    font-family: "Cinzel Decorative", serif;
    font-size: 1.4rem;
    margin-bottom: 16px;
    box-shadow: 0 6px 20px rgba(255, 106, 0, 0.5);
}
.step-card h3 { margin-bottom: 10px; }
.step-card p { color: var(--muted-foreground); margin: 0; }

/* ============================================
   PROVIDERS GRID
   ============================================ */
.providers-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
@media (min-width: 560px) { .providers-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .providers-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); } }

.provider-chip {
    display: flex; align-items: center; justify-content: center;
    aspect-ratio: 2 / 1;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 14px;
    font-family: "Cinzel Decorative", serif;
    font-size: 0.9rem;
    color: var(--foreground);
    padding: 12px;
    text-align: center;
    transition: all 240ms ease;
}
.provider-chip:hover {
    border-color: var(--primary);
    color: var(--primary);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 106, 0, 0.25);
}

/* ============================================
   ANIMATIONS - Scroll reveal
   ============================================ */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 700ms ease, transform 700ms ease;
}
.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; }
}

/* Fallback: if JS has not run or IntersectionObserver unsupported,
   ensure content is still visible after 1s so screenshots/crawlers see content */
@media (prefers-reduced-motion: no-preference) {
    .animate-on-scroll {
        animation: revealFallback 0s ease 1.2s forwards;
    }
}
@keyframes revealFallback {
    to { opacity: 1; transform: translateY(0); }
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
    position: relative;
    background: linear-gradient(180deg, #0a0614 0%, #06040e 100%);
    border-top: 1px solid rgba(255, 106, 0, 0.2);
    padding: 64px 0 32px;
    margin-top: 80px;
}
.footer-glow {
    position: absolute; top: 0; left: 50%;
    transform: translateX(-50%);
    width: 80%; height: 200px;
    background: radial-gradient(ellipse, rgba(255, 106, 0, 0.15) 0%, transparent 60%);
    pointer-events: none;
}
.footer-inner {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
}
@media (min-width: 768px) { .footer-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .footer-inner { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 48px; padding: 0 32px; } }

.footer-col h3.footer-title {
    font-size: 1rem;
    color: var(--primary);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.footer-list {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: 10px;
}
.footer-list a {
    color: var(--muted-foreground);
    font-size: 0.95rem;
}
.footer-list a:hover { color: var(--primary); }

.brand-footer { margin-bottom: 16px; }

.footer-tagline {
    color: var(--muted-foreground);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 12px;
}
.footer-license {
    font-size: 0.82rem;
    color: var(--muted-foreground);
    padding: 8px 12px;
    background: rgba(26, 16, 48, 0.6);
    border: 1px solid var(--border);
    border-radius: 8px;
    display: inline-block;
}

.payment-list {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-wrap: wrap; gap: 8px;
}
.pay-chip {
    padding: 6px 12px;
    font-size: 0.78rem;
    background: rgba(26, 16, 48, 0.8);
    border: 1px solid var(--border);
    border-radius: 6px;
    color: var(--foreground);
    font-weight: 600;
    letter-spacing: 0.05em;
}

.badge-18 {
    display: inline-flex; align-items: center; justify-content: center;
    width: 32px; height: 32px;
    border-radius: 50%;
    background: #b00020;
    color: #fff;
    font-weight: 800;
    font-size: 0.82rem;
    margin-right: 8px;
    border: 1px solid #ff6a6a;
}

.footer-warn {
    margin-top: 14px;
    padding: 12px 14px;
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 10px;
    font-size: 0.82rem;
    color: var(--muted-foreground);
}

.footer-bottom {
    max-width: 1240px;
    margin: 40px auto 0;
    padding: 20px 20px 0;
    border-top: 1px solid var(--border);
    display: flex; flex-wrap: wrap;
    justify-content: space-between; gap: 12px;
    color: var(--muted-foreground);
    font-size: 0.82rem;
}
.footer-meta { margin: 0; }

/* ============================================
   MISC UTILITIES
   ============================================ */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mt-lg { margin-top: 32px; }
.mb-0 { margin-bottom: 0; }

.chip-list {
    list-style: none; padding: 0; margin: 16px 0 24px;
    display: flex; flex-wrap: wrap; gap: 10px;
}
.chip-list li {
    padding: 8px 14px;
    background: rgba(26, 16, 48, 0.7);
    border: 1px solid var(--border);
    border-radius: 999px;
    font-size: 0.88rem;
    color: var(--foreground);
    margin: 0;
}
.chip-list li::before { content: "✦ "; color: var(--primary); }

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

/* Selection */
::selection { background: var(--primary); color: #fff; }

/* ============================================
   REDIRECT / LUCKY STUB PAGE
   ============================================ */
.redirect-section {
    position: relative;
    min-height: calc(100vh - 76px);
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}

.redirect-card {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    padding: 40px 24px;
    background: linear-gradient(180deg, rgba(26, 16, 48, 0.85) 0%, rgba(14, 10, 26, 0.9) 100%);
    border: 1px solid rgba(255, 106, 0, 0.35);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 80px rgba(255, 106, 0, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

@media (min-width: 768px) {
    .redirect-card { padding: 56px 48px; }
}

.redirect-mascot {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto 24px;
}
@media (min-width: 768px) {
    .redirect-mascot { width: 260px; height: 260px; }
}
.redirect-mascot img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 12px 40px rgba(255, 106, 0, 0.6));
    animation: floatGranny 5s ease-in-out infinite;
}
.redirect-glow {
    position: absolute;
    inset: -10%;
    background: radial-gradient(circle, rgba(255, 106, 0, 0.4) 0%, rgba(138, 43, 226, 0.2) 40%, transparent 70%);
    border-radius: 50%;
    animation: glowPulse 3s ease-in-out infinite;
    z-index: 1;
}
@keyframes glowPulse {
    0%, 100% { transform: scale(0.95); opacity: 0.7; }
    50% { transform: scale(1.1); opacity: 1; }
}

.redirect-title {
    font-family: "Cinzel Decorative", serif;
    font-size: clamp(1.8rem, 4vw + 0.5rem, 2.8rem);
    margin: 16px 0 20px;
    line-height: 1.15;
}
.redirect-title .accent {
    background: linear-gradient(180deg, #fff5e0 0%, #ffb347 55%, #ff6a00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.redirect-text {
    font-size: 1.05rem;
    color: var(--muted-foreground);
    max-width: 480px;
    margin: 0 auto 28px;
}
.redirect-text strong { color: var(--accent); }

.redirect-loader {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 16px 0 24px;
}
.loader-rune {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: radial-gradient(circle, #ffb347 0%, #ff6a00 60%, transparent 100%);
    box-shadow: 0 0 16px rgba(255, 106, 0, 0.8);
    animation: loaderBounce 1.2s ease-in-out infinite;
}
.loader-rune:nth-child(2) { animation-delay: 0.2s; }
.loader-rune:nth-child(3) { animation-delay: 0.4s; }
@keyframes loaderBounce {
    0%, 80%, 100% { transform: scale(0.6); opacity: 0.4; }
    40% { transform: scale(1.2); opacity: 1; }
}

.redirect-hint {
    font-size: 0.85rem;
    color: var(--muted-foreground);
    max-width: 440px;
    margin: 0 auto;
    opacity: 0.8;
}

.visually-hidden {
    position: absolute;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}