/* ============================================================
   JACK CASINO - Design System
   Fixed dark-only crypto-noir theme. No theme switcher.
   Fonts: Space Grotesk (display) + IBM Plex Sans (body)
   ============================================================ */

:root {
    --background: #0b1120;
    --foreground: #eef2f7;
    --card: #111a2e;
    --card-foreground: #eef2f7;
    --popover: #0e1729;
    --popover-foreground: #eef2f7;
    --primary: #2ee87f;
    --primary-foreground: #052012;
    --secondary: #16305c;
    --secondary-foreground: #e6ecf5;
    --muted: #334155;
    --muted-foreground: #a0aec0;
    --accent: #f2c230;
    --accent-foreground: #171106;
    --destructive: #dc2626;
    --destructive-foreground: #ffffff;
    --border: #2a3a55;
    --input: #101a2e;
    --ring: #2ee87f;

    --font-display: "Space Grotesk", sans-serif;
    --font-body: "IBM Plex Sans", sans-serif;

    --gradient-neon: linear-gradient(90deg, #2ee87f 0%, #f2c230 100%);
    --gradient-text: linear-gradient(90deg, #2ee87f 0%, #a8e063 45%, #f2c230 100%);
    --gradient-panel: linear-gradient(160deg, #16305c 0%, #0e1a33 100%);

    --space-xs: 0.5rem;
    --space-sm: 0.75rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;
    --space-2xl: 3rem;
    --space-3xl: 3.5rem;
    --space-4xl: 6rem;

    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 18px;

    --header-height: 68px;
    --ease-out: 250ms ease-out;
}

/* ============================================================
   BASE - Reset, overflow safety, typography
   ============================================================ */

*,
*::before,
*::after {
    box-sizing: border-box;
}

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

body {
    margin: 0;
    background: var(--background);
    color: var(--foreground);
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: clip;
}

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

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

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

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

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

section {
    overflow: clip;
}

h1, h2, h3, h4 {
    font-family: var(--font-display);
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: var(--foreground);
    margin: 0 0 var(--space-md);
}

h1 {
    font-size: 30px;
    font-weight: 700;
}

h2 {
    font-size: 26px;
    font-weight: 600;
}

h3 {
    font-size: 20px;
    font-weight: 600;
}

@media (min-width: 1024px) {
    h1 { font-size: 52px; }
    h2 { font-size: 38px; }
    h3 { font-size: 26px; }
}

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

a {
    color: var(--primary);
    text-decoration: none;
    transition: color var(--ease-out);
}

a:hover {
    color: var(--accent);
}

strong {
    font-weight: 600;
}

ul, ol {
    padding-left: var(--space-lg);
    margin: 0 0 var(--space-lg);
}

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

::selection {
    background: var(--primary);
    color: var(--primary-foreground);
}

:focus-visible {
    outline: 2px solid var(--ring);
    outline-offset: 3px;
    border-radius: 4px;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 2000;
    background: var(--accent);
    color: var(--accent-foreground);
    padding: var(--space-sm) var(--space-md);
    font-weight: 600;
    border-radius: 0 0 var(--radius-sm) 0;
}

.skip-link:focus {
    left: 0;
}

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

/* ============================================================
   LAYOUT - Container and section rhythm
   .container - max-width 1200px content zone
   .section - 56px mobile / 96px desktop vertical spacing
   ============================================================ */

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: var(--space-md);
    padding-right: var(--space-md);
}

@media (min-width: 1024px) {
    .container {
        padding-left: var(--space-xl);
        padding-right: var(--space-xl);
    }
}

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

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

.section__header {
    max-width: 720px;
    margin-bottom: var(--space-2xl);
}

.section__header--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section__kicker {
    display: inline-block;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--primary);
    margin-bottom: var(--space-sm);
}

.section__lead {
    font-size: 18px;
    color: var(--muted-foreground);
    max-width: 65ch;
}

/* ============================================================
   NEON HAIRLINE - Signature animated green-to-gold divider
   .neon-hairline - full-width animated gradient line (6s sweep)
   .neon-frame - card edge traced with the gradient
   ============================================================ */

.neon-hairline {
    display: block;
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, #2ee87f, #f2c230, #2ee87f);
    background-size: 200% 100%;
    animation: neon-sweep 6s linear infinite;
}

@keyframes neon-sweep {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

.neon-frame {
    position: relative;
    border: 1px solid var(--border);
}

.neon-frame::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: var(--gradient-neon);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0.55;
}

/* ============================================================
   BUTTONS - Gold primary, ghost secondary
   .btn - base, 48px touch target
   .btn--gold - radiant gold CTA with hover glow
   .btn--ghost - outlined neon green
   .btn--xl - hero/CTA banner size, 16px vertical padding
   ============================================================ */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.6rem 1.4rem;
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.01em;
    border-radius: var(--radius-sm);
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform var(--ease-out), box-shadow var(--ease-out),
                background-color var(--ease-out), color var(--ease-out),
                border-color var(--ease-out);
    text-align: center;
}

.btn--gold {
    background: var(--accent);
    color: var(--accent-foreground);
    box-shadow: 0 0 0 rgba(242, 194, 48, 0);
}

.btn--gold:hover {
    background: #ffd24a;
    color: var(--accent-foreground);
    box-shadow: 0 0 28px rgba(242, 194, 48, 0.45);
    transform: translateY(-2px);
}

.btn--ghost {
    background: transparent;
    color: var(--primary);
    border-color: var(--border);
}

.btn--ghost:hover {
    border-color: var(--primary);
    color: var(--primary);
    box-shadow: 0 0 18px rgba(46, 232, 127, 0.25);
}

.btn--xl {
    padding: 1rem 2.4rem;
    font-size: 18px;
    min-height: 56px;
}

/* ============================================================
   HEADER - Sticky blurred dark-glass bar
   .site-header - fixed top, blur disabled below 900px for
   the fixed mobile drawer (containing-block trap)
   ============================================================ */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(11, 17, 32, 0.92);
    border-bottom: 1px solid var(--border);
}

@media (min-width: 900px) {
    .site-header {
        background: rgba(11, 17, 32, 0.72);
        -webkit-backdrop-filter: blur(14px);
        backdrop-filter: blur(14px);
    }
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-md);
    max-width: 1280px;
    margin: 0 auto;
    height: var(--header-height);
    padding: 0 var(--space-md);
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    color: var(--foreground);
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.02em;
    text-shadow: 0 0 18px rgba(46, 232, 127, 0.35);
}

.site-brand:hover {
    color: var(--foreground);
}

.site-brand__mark {
    flex-shrink: 0;
    border-radius: 9px;
}

.site-brand__dot {
    color: var(--accent);
}

.site-header__actions {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
}

.site-header__actions .btn {
    min-height: 42px;
    padding: 0.45rem 1.1rem;
    font-size: 15px;
}

.site-header__login {
    display: none;
}

@media (min-width: 900px) {
    .site-header__login {
        display: inline-flex;
    }
}

/* Header CTA must always stay visible at every breakpoint */
.header-cta {
    display: inline-flex;
    visibility: visible;
    opacity: 1;
}

/* ============================================================
   PRIMARY NAV + MOBILE DRAWER
   Below 900px: hidden by default, fixed full-height drawer
   with opaque background, vertical links, CTA at bottom.
   Above 900px: inline horizontal nav, actions in drawer hidden.
   ============================================================ */

.primary-nav {
    display: none;
}

.primary-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.primary-nav__link {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: var(--space-sm) var(--space-md);
    color: var(--foreground);
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 17px;
    border-bottom: 1px solid var(--border);
    transition: color var(--ease-out), padding-left var(--ease-out);
}

.primary-nav__link:hover {
    color: var(--primary);
    padding-left: var(--space-lg);
}

.primary-nav__actions {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
    padding: var(--space-lg) var(--space-md) var(--space-2xl);
    margin-top: auto;
}

.primary-nav.is-open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: var(--background);
    overflow-y: auto;
    padding-top: var(--space-sm);
}

@media (min-width: 900px) {
    .primary-nav {
        display: flex;
        align-items: center;
        gap: var(--space-lg);
        position: static;
        background: transparent;
    }

    .primary-nav__list {
        display: flex;
        align-items: center;
        gap: var(--space-xs);
    }

    .primary-nav__link {
        border-bottom: none;
        padding: var(--space-sm) var(--space-sm);
        font-size: 15px;
        position: relative;
    }

    .primary-nav__link::after {
        content: "";
        position: absolute;
        left: var(--space-sm);
        right: var(--space-sm);
        bottom: 4px;
        height: 2px;
        background: var(--gradient-neon);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform var(--ease-out);
    }

    .primary-nav__link:hover {
        padding-left: var(--space-sm);
    }

    .primary-nav__link:hover::after {
        transform: scaleX(1);
    }

    .primary-nav__actions {
        display: none;
    }
}

/* Hamburger toggle - visible below 900px, animates to X */
.menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 48px;
    height: 48px;
    padding: 0;
    background: transparent;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    cursor: pointer;
    z-index: 1001;
}

.menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--foreground);
    border-radius: 2px;
    transition: transform var(--ease-out), opacity var(--ease-out);
}

.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: 900px) {
    .menu-toggle {
        display: none;
    }
}

/* ============================================================
   HERO - Full-bleed sections with model imagery and crypto
   particle overlay. Pages compose with .hero__media img.
   ============================================================ */

.hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 480px;
    padding: var(--space-3xl) 0;
    background: radial-gradient(ellipse at 20% 0%, #14264a 0%, var(--background) 60%);
    isolation: isolate;
}

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

.hero__media {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
}

.hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    opacity: 0.55;
}

.hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        rgba(11, 17, 32, 0.55) 0%,
        rgba(11, 17, 32, 0.35) 40%,
        var(--background) 100%);
}

.hero__inner {
    position: relative;
    z-index: 1;
    max-width: 640px;
}

.hero__kicker {
    display: inline-flex;
    align-items: center;
    gap: var(--space-xs);
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--primary);
    padding: 0.35rem 0.9rem;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: rgba(14, 23, 41, 0.7);
    margin-bottom: var(--space-lg);
}

.hero__lead {
    font-size: 18px;
    color: #cdd6e4;
    margin-bottom: var(--space-xl);
}

@media (min-width: 1024px) {
    .hero__lead {
        font-size: 20px;
    }
}

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

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

/* Floating crypto coin chips inside hero (decorative) */
.hero__coin {
    position: absolute;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 20px;
    color: var(--accent);
    background: rgba(14, 23, 41, 0.85);
    border: 1px solid rgba(242, 194, 48, 0.5);
    box-shadow: 0 0 24px rgba(242, 194, 48, 0.25);
    animation: coin-drift 7s ease-in-out infinite;
}

.hero__coin--green {
    color: var(--primary);
    border-color: rgba(46, 232, 127, 0.5);
    box-shadow: 0 0 24px rgba(46, 232, 127, 0.25);
}

@keyframes coin-drift {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-16px); }
}

/* ============================================================
   STAT HIGHLIGHT ROW - Large gradient numbers with hairlines
   ============================================================ */

.stat-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-xl);
    padding: var(--space-xl) 0;
}

@media (min-width: 640px) {
    .stat-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

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

    .stat-row--three {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.stat-row__item {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
    padding-left: var(--space-lg);
    border-left: 1px solid var(--muted);
    animation-delay: var(--stagger, 0ms);
}

.stat-row__number {
    font-family: var(--font-display);
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

@media (min-width: 1024px) {
    .stat-row__number {
        font-size: 64px;
    }
}

.stat-row__label {
    font-size: 16px;
    font-weight: 600;
    color: var(--foreground);
}

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

/* ============================================================
   CARDS & PANELS - Sapphire-blue surfaces
   .panel - rounded card surface
   .panel--glow - neon green edge glow on hover
   ============================================================ */

.panel {
    background: var(--gradient-panel);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: var(--space-lg);
}

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

.panel--glow {
    transition: transform var(--ease-out), box-shadow var(--ease-out);
}

.panel--glow:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(46, 232, 127, 0.18);
    border-color: rgba(46, 232, 127, 0.5);
}

.card-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-md);
}

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

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

/* ============================================================
   SPLIT LAYOUT - Two-column media + text sections
   .split - 1 col mobile / 2 col @900, media + content
   ============================================================ */

.split {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-xl);
    align-items: center;
}

@media (min-width: 900px) {
    .split {
        grid-template-columns: 1fr 1fr;
        gap: var(--space-2xl);
    }
}

.split__media {
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--popover);
}

.split__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.split__media--plain {
    background: transparent;
    border-radius: 0;
    overflow: visible;
}

.split__media--plain img {
    object-fit: contain;
    margin: 0 auto;
}

/* Hide floating hero coins on small screens to avoid clutter */
@media (max-width: 899.98px) {
    .hero__coin {
        display: none;
    }
}

/* ============================================================
   GAME TILE GRID - 1 col / 2 col @640 / 4 col @1200
   Tiles lift 1.04 with neon-green edge glow on hover.
   ============================================================ */

.game-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

@media (min-width: 640px) {
    .game-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 900px) {
    .game-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .game-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.game-tile {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    overflow: hidden;
    color: var(--foreground);
    transition: transform var(--ease-out), box-shadow var(--ease-out),
                border-color var(--ease-out);
    animation-delay: var(--stagger, 0ms);
}

.game-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: inherit;
    padding: 1px;
    background: var(--gradient-neon);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0;
    transition: opacity var(--ease-out);
}

.game-tile:hover {
    transform: scale(1.04);
    box-shadow: 0 10px 36px rgba(46, 232, 127, 0.28);
    color: var(--foreground);
}

.game-tile:hover::before {
    opacity: 1;
}

.game-tile__media {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--popover);
}

.game-tile__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--ease-out);
}

.game-tile:hover .game-tile__media img {
    transform: scale(1.06);
}

.game-tile__body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: var(--space-md);
}

@media (min-width: 1024px) {
    .game-tile__body {
        padding: var(--space-lg);
    }
}

.game-tile__title {
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 600;
    color: var(--foreground);
}

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

/* ============================================================
   CTA BANNER - Full-width conversion band
   ============================================================ */

.cta-banner {
    margin: var(--space-xl) 0;
}

@media (min-width: 1024px) {
    .cta-banner {
        margin: var(--space-2xl) 0;
    }
}

.cta-banner__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: var(--space-md);
    max-width: 1200px;
    margin: 0 auto;
    padding: var(--space-3xl) var(--space-md);
    background:
        radial-gradient(ellipse at 50% 0%, rgba(22, 48, 92, 0.85) 0%, rgba(11, 17, 32, 0) 70%);
}

@media (min-width: 1024px) {
    .cta-banner__inner {
        padding: var(--space-4xl) var(--space-xl);
    }
}

.cta-banner__headline {
    font-size: 28px;
    margin: 0;
}

@media (min-width: 1024px) {
    .cta-banner__headline {
        font-size: 40px;
    }
}

.cta-banner__subline {
    color: var(--muted-foreground);
    margin: 0;
    max-width: 56ch;
}

.cta-banner__micro {
    font-size: 14px;
    color: var(--muted-foreground);
    margin: 0;
}

/* ============================================================
   FAQ ACCORDION - details/summary, neon plus icon, one-open
   ============================================================ */

.faq-list {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

.faq-item {
    background: var(--gradient-panel);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: border-color var(--ease-out);
}

.faq-item[open] {
    border-left: 2px solid var(--primary);
    border-image: var(--gradient-neon) 1;
}

.faq-item__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-md);
    min-height: 48px;
    padding: var(--space-md) var(--space-lg);
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 600;
    color: var(--foreground);
    cursor: pointer;
    list-style: none;
    transition: color var(--ease-out);
}

@media (min-width: 1024px) {
    .faq-item__question {
        font-size: 20px;
    }
}

.faq-item__question::-webkit-details-marker {
    display: none;
}

.faq-item__question:hover {
    color: var(--primary);
}

.faq-item__icon {
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.faq-item__icon::before,
.faq-item__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background: var(--primary);
    transform: translate(-50%, -50%);
    transition: transform var(--ease-out);
}

.faq-item__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] .faq-item__icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.faq-item__answer {
    padding: 0 var(--space-lg) var(--space-lg);
}

.faq-item__answer p {
    color: #cdd6e4;
    margin: 0;
}

/* ============================================================
   TABLES - Comparison and progression tables
   .table-wrapper - horizontal scroll safety
   .table - base styling
   .table .is-highlighted - recommended column in gold
   ============================================================ */

.table-wrapper {
    max-width: 100%;
    overflow-x: auto;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    margin-bottom: var(--space-lg);
    position: relative;
}

.table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

@media (min-width: 640px) {
    .table {
        min-width: 520px;
    }
}

.table th,
.table td {
    padding: var(--space-sm) var(--space-md);
    text-align: left;
    border-bottom: 1px solid var(--border);
}

.table thead th {
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted-foreground);
    background: var(--popover);
}

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

.table tbody tr:hover {
    background: rgba(22, 48, 92, 0.35);
}

.table .is-highlighted {
    background: rgba(242, 194, 48, 0.1);
    color: var(--accent);
    font-weight: 600;
}

.table .check-yes {
    color: var(--primary);
    font-weight: 700;
}

.table .check-no {
    color: var(--muted-foreground);
}

/* ============================================================
   ENGAGEMENT PATTERNS
   .tldr-box - summary/key-takeaways box near page top
   .callout - accent-bordered inline highlight
   .pull-quote - oversized italic quote with neon left border
   .trust-row - muted grayscale badge/icon row
   ============================================================ */

.tldr-box {
    background: var(--card);
    border: 1px solid var(--border);
    border-left: 3px solid var(--primary);
    border-radius: var(--radius-md);
    padding: var(--space-lg);
    margin-bottom: var(--space-xl);
}

.tldr-box__title {
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--primary);
    margin: 0 0 var(--space-sm);
}

.tldr-box p:last-child,
.tldr-box ul:last-child {
    margin-bottom: 0;
}

.callout {
    background: rgba(242, 194, 48, 0.08);
    border: 1px solid rgba(242, 194, 48, 0.4);
    border-radius: var(--radius-md);
    padding: var(--space-lg);
    margin: var(--space-xl) 0;
}

.callout--info {
    background: rgba(46, 232, 127, 0.07);
    border-color: rgba(46, 232, 127, 0.4);
}

.callout__title {
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 600;
    color: var(--accent);
    margin: 0 0 var(--space-xs);
}

.callout--info .callout__title {
    color: var(--primary);
}

.callout p:last-child {
    margin-bottom: 0;
}

.pull-quote {
    font-family: var(--font-display);
    font-size: 22px;
    font-style: italic;
    line-height: 1.4;
    color: var(--foreground);
    border-left: 3px solid var(--primary);
    padding-left: var(--space-lg);
    margin: var(--space-2xl) 0;
    max-width: 40ch;
}

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

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

.trust-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    padding: var(--space-lg) 0;
}

.trust-row__item {
    display: inline-flex;
    align-items: center;
    gap: var(--space-xs);
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 600;
    color: var(--muted-foreground);
    filter: grayscale(1);
    opacity: 0.85;
}

/* ============================================================
   STEPS LIST - Numbered process steps (deposit guide)
   ============================================================ */

.steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-lg);
    list-style: none;
    padding: 0;
    margin: 0 0 var(--space-xl);
    counter-reset: step;
}

@media (min-width: 640px) {
    .steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

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

.steps__item {
    counter-increment: step;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: var(--space-lg);
}

.steps__item::before {
    content: counter(step, decimal-leading-zero);
    display: block;
    font-family: var(--font-display);
    font-size: 32px;
    font-weight: 700;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: var(--space-sm);
}

.steps__title {
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 var(--space-xs);
}

.steps__text {
    font-size: 15px;
    color: var(--muted-foreground);
    margin: 0;
}

/* Steps with image icons - replaces the numeric counter */
.steps--icons .steps__item::before {
    display: none;
}

.steps__icon {
    display: block;
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: var(--space-sm);
}

/* ============================================================
   COIN GRID - Accepted cryptocurrency icon grid
   ============================================================ */

.coin-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-md);
}

@media (min-width: 640px) {
    .coin-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.coin-grid__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-xs);
    padding: var(--space-lg) var(--space-md);
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    text-align: center;
    transition: transform var(--ease-out), border-color var(--ease-out),
                box-shadow var(--ease-out);
}

.coin-grid__item:hover {
    transform: translateY(-4px);
    border-color: rgba(242, 194, 48, 0.5);
    box-shadow: 0 10px 30px rgba(242, 194, 48, 0.12);
}

.coin-grid__item img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.coin-grid__name {
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 600;
    color: var(--foreground);
}

.coin-grid__code {
    font-size: 13px;
    color: var(--muted-foreground);
    letter-spacing: 0.08em;
}

/* ============================================================
   CHECKLIST - Neon green checkmark list
   ============================================================ */

.checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 var(--space-lg);
}

.checklist li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: var(--space-sm);
}

.checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 14px;
    height: 8px;
    border-left: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    transform: rotate(-45deg);
}

.checklist--muted li::before {
    border-color: var(--muted-foreground);
}

/* ============================================================
   BADGES & PAYMENT ICONS - Footer trust signals
   ============================================================ */

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0.25rem 0.75rem;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 600;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
    color: var(--foreground);
}

.badge--age {
    background: var(--destructive);
    color: var(--destructive-foreground);
    border-color: var(--destructive);
    font-size: 15px;
}

.badge--license {
    color: var(--accent);
    border-color: rgba(242, 194, 48, 0.5);
}

.pay-icons {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
    margin-bottom: var(--space-md);
}

.pay-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--popover);
    border: 1px solid var(--border);
    color: var(--muted-foreground);
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 17px;
    filter: grayscale(1);
    transition: filter var(--ease-out), color var(--ease-out),
                border-color var(--ease-out);
}

.pay-icon:hover {
    filter: grayscale(0);
    color: var(--accent);
    border-color: var(--accent);
}

/* ============================================================
   FOOTER - Four columns collapsing to stacked on mobile
   ============================================================ */

.site-footer {
    background: var(--popover);
    border-top: 1px solid var(--border);
    margin-top: var(--space-3xl);
}

.site-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: var(--space-2xl) var(--space-md) var(--space-lg);
}

.site-footer__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-xl);
}

@media (min-width: 640px) {
    .site-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .site-footer__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.site-footer__heading {
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--foreground);
    margin: 0 0 var(--space-md);
}

.site-footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer__links a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    color: var(--muted-foreground);
    font-size: 15px;
}

.site-footer__links a:hover {
    color: var(--primary);
}

.site-footer__text {
    font-size: 14px;
    color: var(--muted-foreground);
    margin-bottom: var(--space-md);
}

.site-footer__badges {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
}

.site-footer__bottom {
    border-top: 1px solid var(--border);
    margin-top: var(--space-2xl);
    padding-top: var(--space-lg);
}

.site-footer__bottom p {
    font-size: 14px;
    color: var(--muted-foreground);
    margin: 0;
    max-width: none;
}

/* ============================================================
   PROVIDER STRIP - Muted grayscale logo row (games page)
   ============================================================ */

.provider-strip {
    display: flex;
    justify-content: center;
    padding: var(--space-lg) 0 var(--space-xl);
}

.provider-strip img {
    max-width: 960px;
    width: 100%;
    filter: grayscale(1) brightness(0.85);
    opacity: 0.85;
    transition: filter var(--ease-out), opacity var(--ease-out);
}

.provider-strip:hover img {
    filter: grayscale(0.3) brightness(1);
    opacity: 1;
}

/* ============================================================
   SITEMAP LIST - Neutral stacked page entries
   ============================================================ */

.sitemap-list {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
    max-width: 860px;
    margin: 0 auto var(--space-xl);
}

.sitemap-list__item {
    animation-delay: var(--stagger, 0ms);
}

.sitemap-list__title {
    font-size: 20px;
    margin: 0 0 var(--space-sm);
}

.sitemap-list__title a {
    color: var(--foreground);
    transition: color var(--ease-out);
}

.sitemap-list__title a:hover {
    color: var(--primary);
}

.sitemap-list__text {
    font-size: 15px;
    color: var(--muted-foreground);
    margin: 0;
    max-width: none;
}

.sitemap-list__note {
    max-width: 860px;
    margin: 0 auto;
    font-size: 14px;
    color: var(--muted-foreground);
}

/* ============================================================
   SCROLL REVEAL - fade-up with 80ms stagger via --stagger
   ============================================================ */

.animate-on-scroll {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 500ms ease-out, transform 500ms ease-out;
    transition-delay: var(--stagger, 0ms);
}

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

/* ============================================================
   REDUCED MOTION - disable all animation when requested
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .animate-on-scroll {
        opacity: 1;
        transform: none;
    }
}

/* a11y-autofix: link-in-text-block */
/* axe link-in-text-block: inline links inside body copy must be
   distinguishable without relying on color. Scope to text containers so
   nav/button/card links (already visually distinct) keep their styling. */
:where(p, li, blockquote, figcaption, dd, .prose, .seo-text, article)
  a:not([class]) {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
