/* ============================================
   CASINOLAB CASINO - DESIGN SYSTEM
   Dark laboratory aesthetic with neon green/cyan
   Mobile-first, GSAP-friendly, WCAG AA contrast
   ============================================ */

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

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

body {
    margin: 0;
    font-family: "Rubik", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--foreground);
    background: var(--background);
    background-image:
        radial-gradient(ellipse 60% 40% at 20% 0%, rgba(57,255,20,0.08), transparent 60%),
        radial-gradient(ellipse 50% 40% at 80% 10%, rgba(0,217,255,0.07), transparent 60%),
        radial-gradient(ellipse 40% 30% at 50% 100%, rgba(255,45,149,0.06), transparent 60%),
        linear-gradient(180deg, #060912 0%, #0A0E1A 100%);
    background-attachment: fixed;
    min-height: 100vh;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(57,255,20,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,217,255,0.025) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 0;
}

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

a { color: var(--secondary); text-decoration: none; transition: color .28s cubic-bezier(.4,0,.2,1); }
a:hover { color: var(--primary); }

button { font-family: inherit; cursor: pointer; }

/* ============================================
   TYPOGRAPHY - Orbitron headings, Rubik body
   ============================================ */
h1, h2, h3, h4, h5, h6 {
    font-family: "Orbitron", "Rubik", sans-serif;
    color: var(--foreground);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.2;
    margin: 0 0 1rem;
}
h1 { font-size: clamp(1.875rem, 5vw + 0.5rem, 2.75rem); font-weight: 800; letter-spacing: 0.05em; overflow-wrap: break-word; word-break: break-word; }
h2 { font-size: clamp(1.5rem, 3.5vw + 0.5rem, 2.125rem); font-weight: 700; }
h3 { font-size: clamp(1.25rem, 2vw + 0.5rem, 1.5rem); font-weight: 600; }
h4 { font-size: 1.125rem; font-weight: 600; }
p { margin: 0 0 1.25rem; }

.section-title { text-align: center; margin-bottom: 2.5rem; }
.section-eyebrow {
    font-family: "Orbitron", sans-serif;
    font-size: 0.8125rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--secondary);
    text-align: center;
    display: block;
    margin-bottom: 0.5rem;
}

.formula-title {
    text-shadow:
        0 0 12px rgba(57,255,20,0.45),
        0 0 24px rgba(57,255,20,0.25);
}

.lead {
    font-size: 1.0625rem;
    color: var(--foreground);
    max-width: 60ch;
}

.neon-text { color: var(--primary); text-shadow: 0 0 8px rgba(57,255,20,0.6); }
.cyan-text { color: var(--secondary); text-shadow: 0 0 8px rgba(0,217,255,0.55); }

/* ============================================
   LAYOUT - Container, sections
   ============================================ */
.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 1;
}
@media (min-width: 768px) { .container { padding: 0 1.5rem; } }
@media (min-width: 1024px) { .container { padding: 0 2rem; } }

section {
    padding-top: clamp(3.5rem, 6vw, 6rem);
    padding-bottom: clamp(3.5rem, 6vw, 6rem);
}

.section-divider {
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(57,255,20,0.5), transparent);
    margin: 2rem 0;
}

/* ============================================
   SKIP LINK
   ============================================ */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    background: var(--primary);
    color: var(--primary-foreground);
    padding: .75rem 1rem;
    z-index: 2000;
    font-weight: 700;
}
.skip-link:focus { left: 1rem; top: 1rem; }

/* ============================================
   HEADER - Fixed, dark glass, neon underline
   ============================================ */
.site-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    background: rgba(6, 9, 18, 0.88);
    border-bottom: 1px solid rgba(57, 255, 20, 0.35);
    box-shadow: 0 1px 24px rgba(57, 255, 20, 0.08);
}

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

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    height: 64px;
}
@media (min-width: 1024px) { .header-inner { height: 76px; } }

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    text-decoration: none;
    color: var(--foreground);
    flex-shrink: 0;
}
.brand-mark { display: inline-flex; filter: drop-shadow(0 0 6px rgba(57,255,20,0.5)); }
.brand-name {
    font-family: "Orbitron", sans-serif;
    font-weight: 800;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.brand-name-1 { color: var(--foreground); }
.brand-name-2 { color: var(--primary); text-shadow: 0 0 10px rgba(57,255,20,0.6); }

/* Body padding to offset fixed header */
main { padding-top: 64px; }
@media (min-width: 1024px) { main { padding-top: 76px; } }

/* ============================================
   NAVIGATION - Desktop & mobile drawer
   ============================================ */
.site-nav {
    display: none;
    position: fixed;
    top: 64px;
    left: 0; right: 0; bottom: 0;
    background: var(--background);
    border-top: 1px solid rgba(57,255,20,0.3);
    z-index: 999;
    overflow-y: auto;
    padding: 1.5rem 1rem 2rem;
    flex-direction: column;
}

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

.nav-list {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
}
.nav-link {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0.75rem 1rem;
    font-family: "Orbitron", sans-serif;
    font-weight: 600;
    font-size: 0.9375rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--foreground);
    border-radius: 12px;
    border: 1px solid transparent;
    transition: all .28s cubic-bezier(.4,0,.2,1);
}
.nav-link:hover, .nav-link:focus-visible {
    color: var(--primary);
    border-color: rgba(57,255,20,0.4);
    background: rgba(57,255,20,0.06);
}

.nav-cta {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    margin-top: auto;
}

@media (min-width: 1024px) {
    .site-nav,
    .site-nav.is-open {
        display: flex !important;
        position: static;
        flex-direction: row;
        align-items: center;
        gap: 1.5rem;
        background: transparent;
        border-top: 0;
        padding: 0;
        overflow: visible;
    }
    .nav-list {
        flex-direction: row;
        gap: 0.5rem;
        margin: 0;
    }
    .nav-link { min-height: auto; padding: 0.5rem 1rem; }
    .nav-cta { flex-direction: row; margin-top: 0; gap: 0.75rem; }
}

/* ============================================
   MENU TOGGLE - Hamburger
   ============================================ */
.menu-toggle {
    position: relative;
    z-index: 1001;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(57,255,20,0.35);
    border-radius: 10px;
    background: rgba(57,255,20,0.06);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
}
.menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--primary);
    border-radius: 2px;
    transition: transform .28s cubic-bezier(.4,0,.2,1), opacity .28s;
    box-shadow: 0 0 6px rgba(57,255,20,0.7);
}
.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; } }

/* ============================================
   THEME TOGGLE - Lab intensity switch
   ============================================ */
.theme-toggle {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(0, 217, 255, 0.35);
    border-radius: 10px;
    background: rgba(0, 217, 255, 0.06);
    color: var(--secondary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
    transition: border-color .28s cubic-bezier(.4,0,.2,1), color .28s, box-shadow .28s, background .28s;
    box-shadow: 0 0 10px rgba(0, 217, 255, 0.15);
}
.theme-toggle:hover,
.theme-toggle:focus-visible {
    border-color: var(--secondary);
    color: var(--secondary);
    box-shadow: 0 0 18px rgba(0, 217, 255, 0.35);
    background: rgba(0, 217, 255, 0.12);
}
.theme-toggle-icon { display: block; }
.theme-toggle-icon-light { display: none; }
[data-theme="light"] .theme-toggle-icon-dark { display: none; }
[data-theme="light"] .theme-toggle-icon-light { display: block; }

@media (min-width: 1024px) {
    .theme-toggle { order: 2; }
}

/* Light "lab" mode - softer neon intensity, lifted card surfaces.
   Brand keeps the dark laboratory aesthetic; this mode only tones
   down glow to reduce eye strain in bright environments. */
[data-theme="light"] {
    --background: #0F1424;
    --background-2: #141A2E;
    --foreground: #F5F7FA;
    --card: #1A2236;
    --muted: #232C45;
    --muted-foreground: #B8C4D6;
    --border: #2A3550;
}
[data-theme="light"] body {
    background-image:
        radial-gradient(ellipse 60% 40% at 20% 0%, rgba(57,255,20,0.05), transparent 60%),
        radial-gradient(ellipse 50% 40% at 80% 10%, rgba(0,217,255,0.05), transparent 60%),
        linear-gradient(180deg, #0F1424 0%, #141A2E 100%);
}

/* ============================================
   BUTTONS - Neon CTAs with chemical pulse
   ============================================ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: "Orbitron", sans-serif;
    font-weight: 700;
    font-size: 0.9375rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none;
    padding: 0.875rem 1.5rem;
    min-height: 48px;
    border-radius: 12px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform .28s cubic-bezier(.4,0,.2,1), box-shadow .28s, background .28s, color .28s;
    position: relative;
    white-space: nowrap;
}

.btn-primary {
    background: linear-gradient(135deg, #39FF14 0%, #1DB954 100%);
    color: #060912;
    box-shadow:
        0 0 0 0 rgba(57,255,20,0.6),
        0 8px 24px rgba(57,255,20,0.25),
        inset 0 1px 0 rgba(255,255,255,0.25);
    animation: chemPulse 2.4s ease-in-out infinite;
}
.btn-primary:hover, .btn-primary:focus-visible {
    transform: translateY(-2px);
    color: #060912;
    box-shadow:
        0 0 0 6px rgba(57,255,20,0.18),
        0 12px 32px rgba(57,255,20,0.4),
        inset 0 1px 0 rgba(255,255,255,0.3);
}

@keyframes chemPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(57,255,20,0.5), 0 8px 24px rgba(57,255,20,0.25), inset 0 1px 0 rgba(255,255,255,0.25); }
    50%      { box-shadow: 0 0 0 8px rgba(57,255,20,0.0), 0 8px 28px rgba(57,255,20,0.45), inset 0 1px 0 rgba(255,255,255,0.3); }
}

.btn-secondary {
    background: transparent;
    color: var(--secondary);
    border-color: var(--secondary);
    box-shadow: 0 0 12px rgba(0,217,255,0.2);
}
.btn-secondary:hover {
    background: rgba(0,217,255,0.1);
    color: var(--secondary);
    transform: translateY(-2px);
    box-shadow: 0 0 18px rgba(0,217,255,0.4);
}

.btn-ghost {
    background: transparent;
    color: var(--foreground);
    border-color: rgba(255,255,255,0.15);
}
.btn-ghost:hover {
    border-color: var(--primary);
    color: var(--primary);
    background: rgba(57,255,20,0.05);
}

.btn-sm { padding: 0.625rem 1rem; min-height: 40px; font-size: 0.8125rem; }
.btn-xl { padding: 1.125rem 2rem; min-height: 56px; font-size: 1rem; }
.btn-block { display: flex; width: 100%; }

/* CTA pulse - extra intensity for banner CTA */
.cta-pulse {
    animation: chemPulse 2s ease-in-out infinite, ctaGlow 3.6s ease-in-out infinite;
}
@keyframes ctaGlow {
    0%, 100% { filter: drop-shadow(0 0 6px rgba(57,255,20,0.6)); }
    50%      { filter: drop-shadow(0 0 18px rgba(57,255,20,0.9)); }
}

/* ============================================
   GRIDS - Reusable layouts
   ============================================ */
.grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 640px) { .grid { gap: 1rem; } }
@media (min-width: 768px) { .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; } }
@media (min-width: 768px) { .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; } }
@media (min-width: 1024px) { .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; } }
@media (min-width: 768px) { .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; } }
@media (min-width: 1024px) { .grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; } }

/* ============================================
   HERO - Full-bleed lab scene
   ============================================ */
.hero {
    position: relative;
    padding-top: clamp(2.5rem, 5vw, 5rem);
    padding-bottom: clamp(3rem, 6vw, 6rem);
    overflow: clip;
}
.hero::before {
    content: "";
    position: absolute;
    inset: -10% -10% auto auto;
    width: 70%; height: 70%;
    background: radial-gradient(circle at center, rgba(57,255,20,0.18), transparent 60%);
    filter: blur(40px);
    pointer-events: none;
    z-index: 0;
}
.hero::after {
    content: "";
    position: absolute;
    inset: auto auto -10% -10%;
    width: 60%; height: 60%;
    background: radial-gradient(circle at center, rgba(0,217,255,0.16), transparent 60%);
    filter: blur(40px);
    pointer-events: none;
    z-index: 0;
}

.hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}
@media (min-width: 1024px) {
    .hero-inner { grid-template-columns: 1.1fr 0.9fr; gap: 3rem; }
}

.hero-eyebrow {
    display: inline-block;
    padding: 0.4rem 0.875rem;
    border: 1px solid rgba(57,255,20,0.45);
    border-radius: 999px;
    background: rgba(57,255,20,0.06);
    font-family: "Orbitron", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.22em;
    color: var(--primary);
    text-transform: uppercase;
    margin-bottom: 1rem;
    text-shadow: 0 0 8px rgba(57,255,20,0.5);
}
.hero-title {
    font-size: clamp(2rem, 6vw + 0.25rem, 3.75rem);
    line-height: 1.05;
    margin-bottom: 1rem;
}
.hero-subtitle {
    font-size: clamp(1rem, 1.5vw + 0.5rem, 1.1875rem);
    color: var(--foreground);
    max-width: 56ch;
    margin-bottom: 1.5rem;
}
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}
.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.875rem 1.5rem;
    font-size: 0.875rem;
    color: var(--muted-foreground);
}
.hero-trust span::before { content: "✓"; color: var(--primary); margin-right: 0.4rem; font-weight: 700; }

.hero-media {
    position: relative;
    aspect-ratio: 1 / 1;
    max-width: 540px;
    margin: 0 auto;
}
.hero-media img {
    width: 100%; height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 0 30px rgba(57,255,20,0.35)) drop-shadow(0 0 60px rgba(0,217,255,0.2));
}

/* ============================================
   GAME CARD
   ============================================ */
.game-card {
    background: linear-gradient(180deg, #0E1322 0%, #0A0E1A 100%);
    border: 1px solid rgba(57,255,20,0.18);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .28s cubic-bezier(.4,0,.2,1), border-color .28s, box-shadow .28s;
    position: relative;
}
.game-card:hover {
    transform: translateY(-6px);
    border-color: rgba(57,255,20,0.55);
    box-shadow: 0 14px 40px rgba(0,0,0,0.5), 0 0 28px rgba(57,255,20,0.25);
}
.game-card-media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #060912;
}
.game-card-media img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .4s cubic-bezier(.4,0,.2,1);
}
.game-card:hover .game-card-media img { transform: scale(1.05); }
.game-card-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 50%;
    background: linear-gradient(180deg, transparent, rgba(6,9,18,0.85));
    pointer-events: none;
}
.game-card-badge {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 2;
    font-family: "Orbitron", sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.3rem 0.625rem;
    border: 1px solid var(--secondary);
    background: rgba(0,217,255,0.12);
    color: var(--secondary);
    border-radius: 999px;
    text-shadow: 0 0 6px rgba(0,217,255,0.5);
}
.game-card-body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}
@media (min-width: 1024px) { .game-card-body { padding: 1.25rem; } }
.game-card-title {
    font-family: "Orbitron", sans-serif;
    font-size: 1rem;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.game-card-provider {
    font-size: 0.8125rem;
    color: var(--muted-foreground);
    margin: 0 0 0.25rem;
}
.game-card-cta { margin-top: auto; align-self: stretch; }

/* ============================================
   BONUS CARD
   ============================================ */
.bonus-card {
    position: relative;
    background: var(--background);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    overflow: hidden;
    transition: transform .28s, box-shadow .28s, border-color .28s;
}
@media (min-width: 1024px) { .bonus-card { padding: 1.75rem; gap: 0.875rem; } }
.bonus-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0;
    width: 4px;
    background: var(--primary);
    box-shadow: 0 0 12px var(--primary);
}
.bonus-accent-secondary::before { background: var(--secondary); box-shadow: 0 0 12px var(--secondary); }
.bonus-accent-accent::before { background: var(--accent); box-shadow: 0 0 12px var(--accent); }
.bonus-card:hover {
    transform: translateY(-4px);
    border-color: rgba(57,255,20,0.4);
    box-shadow: 0 12px 32px rgba(0,0,0,0.45), 0 0 24px rgba(57,255,20,0.2);
}
.bonus-card-head { display: flex; align-items: center; gap: 1rem; }
.bonus-card-icon {
    width: 56px; height: 56px;
    border-radius: 50%;
    background: rgba(57,255,20,0.08);
    border: 1px solid rgba(57,255,20,0.35);
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 0 16px rgba(57,255,20,0.2) inset;
    flex-shrink: 0;
    overflow: hidden;
}
.bonus-card-icon img { width: 100%; height: 100%; object-fit: cover; }
.bonus-card-amount {
    font-family: "Orbitron", sans-serif;
    font-size: clamp(1.5rem, 3vw + 0.5rem, 2rem);
    font-weight: 800;
    color: var(--primary);
    text-shadow: 0 0 14px rgba(57,255,20,0.55);
    line-height: 1.1;
}
.bonus-accent-secondary .bonus-card-amount { color: var(--secondary); text-shadow: 0 0 14px rgba(0,217,255,0.55); }
.bonus-accent-accent .bonus-card-amount { color: var(--accent); text-shadow: 0 0 14px rgba(255,45,149,0.55); }
.bonus-card-title {
    font-family: "Orbitron", sans-serif;
    text-transform: uppercase;
    font-size: 1.0625rem;
    margin: 0;
    letter-spacing: 0.05em;
}
.bonus-card-desc {
    color: var(--muted-foreground);
    font-size: 0.9375rem;
    margin: 0;
}
.bonus-card-conditions {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
    color: var(--muted-foreground);
    display: grid;
    gap: 0.375rem;
}
.bonus-card-conditions li::before {
    content: "▸";
    color: var(--primary);
    margin-right: 0.5rem;
}

/* ============================================
   FEATURE HIGHLIGHT
   ============================================ */
.features-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
}
@media (min-width: 640px) { .features-row { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) {
    .features-row { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; }
    .features-row .feature-highlight + .feature-highlight {
        border-left: 1px solid rgba(57,255,20,0.2);
        padding-left: 1.5rem;
    }
}

.feature-highlight {
    text-align: center;
    padding: 1.25rem 0.75rem;
}
.feature-icon {
    width: 64px; height: 64px;
    margin: 0 auto 0.875rem;
    border-radius: 50%;
    background: rgba(0,217,255,0.08);
    border: 1px solid rgba(0,217,255,0.35);
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 0 18px rgba(0,217,255,0.2) inset, 0 0 18px rgba(0,217,255,0.15);
    overflow: hidden;
}
.feature-icon img { width: 100%; height: 100%; object-fit: cover; }
.feature-number {
    font-family: "Orbitron", sans-serif;
    font-size: clamp(2.25rem, 4vw + 0.5rem, 3.5rem);
    font-weight: 800;
    color: var(--primary);
    text-shadow: 0 0 16px rgba(57,255,20,0.55);
    line-height: 1;
    margin-bottom: 0.5rem;
}
.feature-label {
    font-family: "Orbitron", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.8125rem;
    color: var(--foreground);
    margin-bottom: 0.5rem;
}
.feature-desc {
    font-size: 0.9375rem;
    color: var(--muted-foreground);
    margin: 0;
    line-height: 1.6;
}

/* ============================================
   CTA BANNER
   ============================================ */
.cta-banner {
    position: relative;
    padding: clamp(3rem, 5vw, 6rem) 0;
    background: linear-gradient(180deg, #060912 0%, #0A0E1A 100%);
    border-top: 1px solid rgba(57,255,20,0.2);
    border-bottom: 1px solid rgba(57,255,20,0.2);
    overflow: clip;
}
.cta-banner-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 50%, rgba(57,255,20,0.18), transparent 50%),
        radial-gradient(circle at 70% 50%, rgba(0,217,255,0.15), transparent 50%);
    pointer-events: none;
}
.cta-banner-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 2rem;
    text-align: center;
}
@media (min-width: 1024px) {
    .cta-banner-inner { grid-template-columns: 0.8fr 1.2fr; text-align: left; gap: 3rem; }
}
.cta-banner-mascot {
    max-width: 340px;
    margin: 0 auto;
    filter: drop-shadow(0 0 24px rgba(57,255,20,0.35));
}
.cta-banner-mascot img { width: 100%; height: auto; }
.cta-banner-title {
    font-size: clamp(1.625rem, 3.5vw + 0.5rem, 2.75rem);
    margin-bottom: 1rem;
}
.cta-banner-subtitle {
    font-size: 1.0625rem;
    color: var(--foreground);
    margin-bottom: 1.5rem;
}
.cta-banner-text .btn { min-width: min(100%, 280px); }
@media (max-width: 767px) { .cta-banner-text .btn { width: 100%; } }
.cta-banner-fine {
    font-size: 0.8125rem;
    color: var(--muted-foreground);
    margin: 1rem 0 0;
}

/* ============================================
   FAQ ACCORDION
   ============================================ */
.faq-section { background: linear-gradient(180deg, transparent, rgba(0,217,255,0.03), transparent); }
.faq-list {
    max-width: 880px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.faq-item {
    background: var(--card);
    border: 1px solid rgba(57,255,20,0.18);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color .28s, box-shadow .28s;
}
.faq-item[open] {
    border-color: rgba(57,255,20,0.5);
    box-shadow: -4px 0 0 0 var(--primary), 0 8px 24px rgba(0,0,0,0.35);
}
.faq-question {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    min-height: 48px;
    font-family: "Orbitron", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--foreground);
    font-weight: 600;
}
@media (min-width: 768px) { .faq-question { padding: 1.25rem 1.5rem; font-size: 1.0625rem; } }
.faq-question::-webkit-details-marker { display: none; }
.faq-icon {
    flex-shrink: 0;
    width: 32px; height: 32px;
    border-radius: 50%;
    background: rgba(57,255,20,0.1);
    border: 1px solid var(--primary);
    position: relative;
    transition: transform .28s cubic-bezier(.4,0,.2,1);
}
.faq-icon::before, .faq-icon::after {
    content: "";
    position: absolute;
    top: 50%; left: 50%;
    width: 12px; height: 2px;
    background: var(--primary);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 6px var(--primary);
}
.faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .28s; }
.faq-item[open] .faq-icon { transform: rotate(180deg); }
.faq-item[open] .faq-icon::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq-answer {
    padding: 0 1.25rem 1.25rem;
    color: var(--muted-foreground);
    font-size: 1rem;
    line-height: 1.65;
}
@media (min-width: 768px) { .faq-answer { padding: 0 1.5rem 1.5rem; } }
.faq-answer p { margin: 0 0 0.75rem; }
.faq-answer p:last-child { margin-bottom: 0; }

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
    background: linear-gradient(180deg, #060912 0%, #03060D 100%);
    border-top: 1px solid rgba(57,255,20,0.25);
    padding: 3rem 0 2rem;
    position: relative;
    z-index: 1;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}
@media (min-width: 640px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1.4fr; gap: 2.5rem; } }
.footer-col { min-width: 0; }
.brand-footer { margin-bottom: 1rem; }
.footer-tagline { color: var(--muted-foreground); font-size: 0.9375rem; margin-bottom: 1rem; }
.footer-licence {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 0.8125rem;
    color: var(--muted-foreground);
}
.badge-18 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px; height: 36px;
    border-radius: 50%;
    border: 2px solid #FF2D95;
    color: #FF2D95;
    font-family: "Orbitron", sans-serif;
    font-weight: 800;
    font-size: 0.8125rem;
    box-shadow: 0 0 10px rgba(255,45,149,0.4);
    flex-shrink: 0;
}

.footer-title {
    font-family: "Orbitron", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--primary);
    margin: 0 0 0.875rem;
    text-shadow: 0 0 8px rgba(57,255,20,0.4);
}
.footer-title-sm { margin-top: 1.25rem; font-size: 0.75rem; color: var(--secondary); }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.5rem; }
.footer-links a, .footer-static {
    color: var(--muted-foreground);
    font-size: 0.9375rem;
    transition: color .28s;
}
.footer-links a:hover { color: var(--primary); }
.footer-static { cursor: default; }

.pay-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.pay-badge {
    font-family: "Orbitron", sans-serif;
    font-size: 0.6875rem;
    letter-spacing: 0.06em;
    padding: 0.375rem 0.625rem;
    border: 1px solid rgba(0,217,255,0.35);
    border-radius: 6px;
    color: var(--secondary);
    background: rgba(0,217,255,0.05);
    text-transform: uppercase;
}

.footer-bottom {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(57,255,20,0.15);
    text-align: center;
}
.copyright { color: var(--muted-foreground); margin: 0 0 0.5rem; font-size: 0.875rem; }
.footer-warning { color: var(--muted-foreground); font-size: 0.8125rem; max-width: 70ch; margin: 0 auto; }

/* ============================================
   GENERIC PATTERNS - TL;DR, callout, stat, pull-quote, comparison table
   ============================================ */
.tldr {
    background: rgba(57,255,20,0.06);
    border: 1px solid rgba(57,255,20,0.3);
    border-left: 4px solid var(--primary);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
}
.tldr h3, .tldr strong:first-child {
    font-family: "Orbitron", sans-serif;
    color: var(--primary);
    font-size: 0.875rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin: 0 0 0.5rem;
}
.tldr p:last-child { margin-bottom: 0; }

.callout {
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
    background: rgba(0,217,255,0.06);
    border: 1px solid rgba(0,217,255,0.3);
    border-left: 4px solid var(--secondary);
    color: var(--foreground);
}
.callout-warn { background: rgba(255,45,149,0.06); border-color: rgba(255,45,149,0.3); border-left-color: var(--accent); }

.stat-highlight {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 1.25rem;
    border-radius: 12px;
    background: rgba(57,255,20,0.05);
    border: 1px solid rgba(57,255,20,0.25);
    margin: 0.5rem 0;
}
.stat-highlight .num {
    font-family: "Orbitron", sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary);
    text-shadow: 0 0 12px rgba(57,255,20,0.5);
    line-height: 1;
}
.stat-highlight .lbl {
    font-size: 0.8125rem;
    color: var(--muted-foreground);
    margin-top: 0.25rem;
}

.pull-quote {
    border: 0;
    border-left: 3px solid var(--secondary);
    margin: 1.75rem 0;
    padding: 0.5rem 0 0.5rem 1.25rem;
    font-family: "Orbitron", sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
    color: var(--foreground);
    font-style: normal;
}
.pull-quote cite { display: block; font-family: "Rubik", sans-serif; font-size: 0.875rem; color: var(--muted-foreground); margin-top: 0.5rem; font-style: normal; }

.comparison-table-wrapper { overflow-x: auto; margin: 1.5rem 0; border-radius: 12px; border: 1px solid rgba(57,255,20,0.2); }
.comparison-table { width: 100%; border-collapse: collapse; min-width: 520px; }
.comparison-table th, .comparison-table td {
    padding: 0.875rem 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    font-size: 0.9375rem;
}
.comparison-table thead th {
    background: rgba(57,255,20,0.08);
    font-family: "Orbitron", sans-serif;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--primary);
}
.comparison-table tbody tr:hover { background: rgba(57,255,20,0.04); }
.comparison-table .col-recommended {
    background: rgba(57,255,20,0.08);
    color: var(--foreground);
    font-weight: 600;
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 12px;
    background: rgba(0,217,255,0.04);
    border: 1px solid rgba(0,217,255,0.2);
}
.trust-row .trust-badge {
    font-family: "Orbitron", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted-foreground);
}

/* SEO text block */
.seo-block {
    padding: clamp(2.5rem, 5vw, 4rem) 0;
}
.seo-block .container { max-width: 880px; }
.seo-block h2 { text-align: left; margin-top: 2rem; }
.seo-block h3 { margin-top: 1.5rem; }
.seo-block p, .seo-block li { color: var(--foreground); }
.seo-block ul, .seo-block ol { padding-left: 1.25rem; margin: 0 0 1.25rem; }
.seo-block li { margin-bottom: 0.4rem; }

/* Breadcrumbs */
.breadcrumbs {
    font-size: 0.8125rem;
    color: var(--muted-foreground);
    margin: 0.5rem 0 1.5rem;
}
.breadcrumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 0.4rem; }
.breadcrumbs li:not(:last-child)::after { content: "/"; color: var(--primary); margin-left: 0.4rem; }
.breadcrumbs a { color: var(--muted-foreground); }
.breadcrumbs a:hover { color: var(--primary); }

/* ============================================
   ANIMATIONS - Scroll reveal
   ============================================ */
.animate-on-scroll { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.4,0,.2,1), transform .7s cubic-bezier(.4,0,.2,1); }
.animate-on-scroll.is-visible { opacity: 1; transform: translateY(0); }
.animate-on-scroll[data-anim="fade-left"] { transform: translateX(-24px); }
.animate-on-scroll[data-anim="fade-left"].is-visible { transform: translateX(0); }
.animate-on-scroll[data-anim="fade-right"] { transform: translateX(24px); }
.animate-on-scroll[data-anim="fade-right"].is-visible { transform: translateX(0); }

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

/* ============================================
   UTILITIES
   ============================================ */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; } .mt-2 { margin-top: 1rem; } .mt-4 { margin-top: 2rem; }
.mb-0 { margin-bottom: 0; } .mb-2 { margin-bottom: 1rem; } .mb-4 { margin-bottom: 2rem; }
.hidden { display: none !important; }

/* Body scroll lock when mobile menu open */
body.menu-open { overflow: hidden; }

/* ============================================
   PROVIDER FILTER CHIPS - Spiele page
   ============================================ */
.provider-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin: 0 auto 1rem;
    max-width: 880px;
}
.filter-chip {
    font-family: "Orbitron", sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.625rem 1rem;
    min-height: 44px;
    border-radius: 999px;
    background: rgba(0, 217, 255, 0.05);
    color: var(--foreground);
    border: 1px solid rgba(0, 217, 255, 0.3);
    cursor: pointer;
    transition: all .28s cubic-bezier(.4, 0, .2, 1);
    white-space: nowrap;
}
.filter-chip:hover, .filter-chip:focus-visible {
    border-color: var(--secondary);
    color: var(--secondary);
    box-shadow: 0 0 14px rgba(0, 217, 255, 0.3);
}
.filter-chip.is-active {
    background: linear-gradient(135deg, #39FF14 0%, #1DB954 100%);
    color: #060912;
    border-color: var(--primary);
    box-shadow: 0 0 16px rgba(57, 255, 20, 0.45);
}
.filter-counter {
    text-align: center;
    font-size: 0.875rem;
    color: var(--muted-foreground);
    margin: 0 0 1.75rem;
}
.filter-counter span {
    color: var(--primary);
    font-weight: 700;
    font-family: "Orbitron", sans-serif;
}
.filter-empty {
    text-align: center;
    color: var(--muted-foreground);
    margin-top: 1.5rem;
    padding: 1.25rem;
    border-radius: 12px;
    background: rgba(255, 45, 149, 0.06);
    border: 1px solid rgba(255, 45, 149, 0.25);
}
.game-grid > [data-provider] { display: block; }
.game-grid > [data-provider].is-hidden { display: none; }

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