/*
 * ZOCCER CASINO DESIGN SYSTEM
 * Dark stadium-night interface with electric green, trophy gold and arena fire.
 */

:root {
    color-scheme: dark;
    --background: #0a0e14;
    --background-deep: #070a0f;
    --surface: #101722;
    --surface-raised: #151e2c;
    --surface-soft: #1a2433;
    --surface-glass: rgba(19, 28, 41, 0.96);
    --foreground: #f4f7fb;
    --foreground-soft: #d5deea;
    --muted: #202a39;
    --muted-foreground: #aab7c8;
    --line: #364255;
    --line-strong: #53627a;

    --primary: #20d76b;
    --primary-hover: #43ed86;
    --primary-deep: #087c42;
    --primary-foreground: #06120b;
    --secondary: #f4ba42;
    --secondary-hover: #ffd16b;
    --secondary-foreground: #171006;
    --accent: #ff742b;
    --accent-foreground: #160904;
    --destructive: #d53d4b;
    --destructive-foreground: #ffffff;

    --font-display: "Archivo", sans-serif;
    --font-body: "Inter", sans-serif;

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

    --radius-sm: 0.5rem;
    --radius-md: 0.75rem;
    --radius-lg: 1rem;
    --radius-xl: 1.35rem;
    --radius-pill: 999px;

    --shadow-sm: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.28);
    --shadow-lg: 0 1.5rem 4rem rgba(0, 0, 0, 0.42);
    --glow-green: 0 0 0.8rem rgba(32, 215, 107, 0.5), 0 0 2rem rgba(32, 215, 107, 0.16);
    --glow-gold: 0 0 0.8rem rgba(244, 186, 66, 0.52), 0 0 2rem rgba(244, 186, 66, 0.16);

    --container: 76rem;
    --header-height: 4.75rem;
    --transition: 180ms ease;
}

/* ============================================
   RESET & OVERFLOW PREVENTION - Predictable base
   ============================================ */

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

html {
    scroll-behavior: smooth;
    background: var(--background-deep);
}

body {
    min-width: 20rem;
    margin: 0;
    overflow-x: clip;
    background:
        radial-gradient(circle at 14% 12%, rgba(32, 215, 107, 0.07), transparent 24rem),
        radial-gradient(circle at 88% 70%, rgba(255, 116, 43, 0.06), transparent 28rem),
        linear-gradient(180deg, var(--background) 0%, var(--background-deep) 100%);
    color: var(--foreground);
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.menu-open {
    overflow: hidden;
}

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

img {
    display: block;
}

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

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

pre code,
.code-block code {
    display: block;
    min-width: 0;
    white-space: pre;
}

.table-wrapper,
[class*="table-"] {
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
}

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

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

section {
    position: relative;
    overflow: clip;
}

details {
    height: fit-content;
}

:where(p, li, blockquote, figcaption, dd, .prose, .seo-text, article) a:not([class]) {
    color: var(--primary-hover);
    text-decoration: underline;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.16em;
}

:where(p, li, blockquote, figcaption, dd, .prose, .seo-text, article) a:not([class]):hover {
    color: var(--secondary-hover);
}

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

/* ============================================
   TYPOGRAPHY - Sporty condensed-feel display hierarchy
   ============================================ */

h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote {
    margin-top: 0;
}

h1,
h2,
h3,
h4 {
    color: var(--foreground);
    font-family: var(--font-display);
    font-weight: 750;
    letter-spacing: -0.025em;
    line-height: 1.12;
}

h1 {
    font-size: clamp(2.35rem, calc(5vw + 0.5rem), 5.4rem);
}

h2 {
    font-size: clamp(1.8rem, calc(2.8vw + 0.6rem), 3.25rem);
}

h3 {
    font-size: clamp(1.25rem, calc(1vw + 1rem), 1.75rem);
}

h4 {
    font-size: 1.125rem;
}

p,
li,
td,
th,
dd {
    font-size: 1rem;
}

p {
    max-width: 74ch;
}

.lead {
    max-width: 62ch;
    color: var(--foreground-soft);
    font-size: clamp(1.08rem, calc(0.35vw + 1rem), 1.3rem);
    line-height: 1.65;
}

.eyebrow,
.section-head__kicker {
    margin-bottom: var(--space-sm);
    color: var(--primary-hover);
    font-family: var(--font-display);
    font-size: 0.875rem;
    font-weight: 750;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.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 PRIMITIVES - Containers, sections and grids
   ============================================ */

.container {
    width: min(100% - 2rem, var(--container));
    margin-inline: auto;
}

.narrow {
    width: min(100% - 2rem, 50rem);
    margin-inline: auto;
}

.content-section {
    padding-block: var(--space-3xl);
}

.content-section--tight {
    padding-block: var(--space-2xl);
}

.content-section--surface {
    background: linear-gradient(180deg, rgba(19, 27, 40, 0.88), rgba(10, 14, 20, 0.92));
    border-block: 1px solid rgba(83, 98, 122, 0.35);
}

.section-head {
    margin-bottom: var(--space-xl);
}

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

.section-head--center .section-head__intro {
    margin-inline: auto;
}

.section-head__title {
    margin-bottom: var(--space-md);
}

.section-head__intro {
    max-width: 68ch;
    margin-bottom: 0;
    color: var(--foreground-soft);
}

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

.card-grid,
.feature-grid,
.game-grid,
.social-proof-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-md);
    align-items: start;
}

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

.stack > * + * {
    margin-top: var(--space-lg);
}

/* ============================================
   ACCESSIBILITY - Skip link and focus treatments
   ============================================ */

.skip-link {
    position: fixed;
    z-index: 2000;
    top: var(--space-sm);
    left: var(--space-sm);
    padding: var(--space-sm) var(--space-md);
    transform: translateY(-150%);
    border-radius: var(--radius-sm);
    background: var(--secondary);
    color: var(--secondary-foreground);
    font-weight: 750;
    text-decoration: none;
}

.skip-link:focus {
    transform: translateY(0);
}

:focus-visible {
    outline: 3px solid var(--secondary-hover);
    outline-offset: 3px;
}

/* ============================================
   HEADER & NAVIGATION - Opaque mobile drawer, inline desktop nav
   ============================================ */

.site-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    min-height: var(--header-height);
    border-bottom: 1px solid var(--line);
    background: var(--background);
}

.site-header::after {
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, var(--primary), #8ee15d 52%, var(--secondary));
    box-shadow: var(--glow-green);
}

.site-header__inner {
    display: flex;
    min-height: var(--header-height);
    width: min(100% - 1rem, 90rem);
    margin-inline: auto;
    align-items: center;
    gap: var(--space-sm);
}

.site-brand {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: var(--space-xs);
    color: var(--foreground);
    font-family: var(--font-display);
    text-decoration: none;
    text-transform: uppercase;
}

.site-brand__mark {
    display: grid;
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    place-items: center;
}

.site-brand__text {
    display: flex;
    min-width: 0;
    flex-direction: column;
    line-height: 0.94;
}

.site-brand__name {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.035em;
}

.site-brand__sub {
    color: var(--secondary-hover);
    font-size: 0.8rem;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.age-chip {
    display: inline-grid;
    flex: 0 0 auto;
    min-width: 2.15rem;
    min-height: 2.15rem;
    padding: 0.25rem;
    place-items: center;
    border: 2px solid var(--foreground-soft);
    border-radius: 50%;
    color: var(--foreground);
    font-family: var(--font-display);
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1;
}

.nav-toggle {
    position: relative;
    z-index: 1001;
    display: inline-flex;
    width: 2.85rem;
    height: 2.85rem;
    flex: 0 0 auto;
    padding: 0.7rem;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: var(--surface-raised);
    color: var(--foreground);
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: currentColor;
    transition: transform var(--transition), opacity var(--transition);
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(0.62rem) rotate(45deg);
}

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

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-0.62rem) rotate(-45deg);
}

.primary-nav {
    position: fixed;
    z-index: 999;
    top: var(--header-height);
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    max-width: 100vw;
    padding: var(--space-lg) 1rem 2rem;
    overflow-y: auto;
    background: var(--background);
}

.primary-nav.is-open {
    display: block;
}

.primary-nav__list {
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: stretch;
    gap: var(--space-xs);
    list-style: none;
}

.primary-nav__list a {
    display: flex;
    min-height: 3rem;
    padding: 0.7rem var(--space-md);
    align-items: center;
    border: 1px solid transparent;
    border-radius: var(--radius-md);
    color: var(--foreground);
    font-family: var(--font-display);
    font-weight: 700;
    text-decoration: none;
}

.primary-nav__list a:hover,
.primary-nav__list a:focus-visible,
.primary-nav__list a[aria-current="page"] {
    border-color: var(--primary);
    background: rgba(32, 215, 107, 0.09);
    color: var(--primary-hover);
}

.primary-nav__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-sm);
    margin-top: var(--space-lg);
}

.header-actions {
    display: none;
    margin-left: auto;
    align-items: center;
    gap: var(--space-xs);
}

/* ============================================
   BUTTONS - High contrast conversion actions
   ============================================ */

.btn {
    display: inline-flex;
    min-height: 3rem;
    max-width: 100%;
    padding: 0.75rem 1.25rem;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: var(--radius-md);
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: transform var(--transition), background-color var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.btn:hover {
    transform: translateY(-2px);
}

.btn--primary {
    border-color: var(--secondary);
    background: linear-gradient(180deg, var(--primary-hover), #13b75a);
    box-shadow: var(--glow-gold);
    color: var(--primary-foreground);
}

.btn--primary:hover {
    background: linear-gradient(180deg, #6af3a1, var(--primary));
}

.btn--gold {
    border-color: var(--secondary);
    background: linear-gradient(180deg, var(--primary-hover), #11994e);
    box-shadow: var(--glow-gold);
    color: var(--primary-foreground);
}

.btn--ghost {
    border-color: var(--line-strong);
    background: var(--surface);
    color: var(--foreground);
}

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

.btn--sm {
    min-height: 2.75rem;
    padding: 0.6rem 0.95rem;
    font-size: 0.94rem;
}

.btn--lg {
    min-height: 3.4rem;
    padding: 0.9rem 1.6rem;
    font-size: 1.08rem;
}

.btn--xl {
    min-height: 3.75rem;
    padding: 1rem clamp(1.5rem, 6vw, 3rem);
    font-size: clamp(1.1rem, calc(0.6vw + 1rem), 1.35rem);
}

.cta-inline {
    display: flex;
    margin-top: var(--space-lg);
    flex-direction: column;
    gap: var(--space-sm);
    align-items: flex-start;
}

.cta-inline__note {
    max-width: 52ch;
    margin-bottom: 0;
    color: var(--muted-foreground);
    font-size: 0.875rem;
}

/* ============================================
   HERO FOUNDATION - Integrated arena artwork, no media card
   ============================================ */

.hero {
    min-height: 40rem;
    isolation: isolate;
    background:
        linear-gradient(90deg, rgba(6, 9, 14, 0.98) 0%, rgba(6, 9, 14, 0.87) 48%, rgba(6, 9, 14, 0.2) 78%, rgba(6, 9, 14, 0.56) 100%),
        radial-gradient(circle at 72% 46%, rgba(255, 116, 43, 0.24), transparent 26%),
        radial-gradient(circle at 79% 18%, rgba(104, 204, 255, 0.17), transparent 28%),
        linear-gradient(180deg, #182432 0%, #0b111a 66%, #080c12 100%);
}

.hero::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    content: "";
    opacity: 0.62;
    background:
        linear-gradient(112deg, transparent 0 12%, rgba(32, 215, 107, 0.22) 12.2% 12.45%, transparent 12.7% 86%, rgba(244, 186, 66, 0.22) 86.2% 86.45%, transparent 86.7%),
        repeating-linear-gradient(90deg, transparent 0 8rem, rgba(255, 255, 255, 0.025) 8.1rem 8.2rem),
        linear-gradient(0deg, rgba(20, 45, 27, 0.65) 0 9%, transparent 9%);
}

.hero::after {
    position: absolute;
    z-index: -1;
    right: -5%;
    bottom: 0;
    left: -5%;
    height: 28%;
    content: "";
    background:
        radial-gradient(ellipse at center, rgba(255, 116, 43, 0.2), transparent 52%),
        linear-gradient(180deg, transparent, rgba(5, 8, 12, 0.85));
}

.hero__inner {
    position: relative;
    display: grid;
    min-height: 40rem;
    padding-block: clamp(3rem, 7vw, 6rem);
    align-items: center;
}

.hero__content {
    position: relative;
    z-index: 2;
    max-width: 44rem;
}

.hero__title {
    max-width: 15ch;
    margin-bottom: var(--space-lg);
    text-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.72);
}

.hero__lead {
    max-width: 60ch;
    color: var(--foreground-soft);
    font-size: clamp(1rem, calc(0.35vw + 0.95rem), 1.25rem);
}

.hero__art {
    position: relative;
    z-index: 1;
    width: min(100%, 46rem);
    margin: var(--space-xl) auto calc(var(--space-3xl) * -1);
    align-self: end;
    pointer-events: none;
}

.hero__art img[data-visual-role="hero-foreground"] {
    width: 100%;
    max-height: 42rem;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 1.5rem 2rem rgba(0, 0, 0, 0.55));
}

/* ============================================
   CARDS - Neon content containers and category tiles
   ============================================ */

.card,
.info-card,
.feature-card,
.game-card,
.promo-panel,
.summary-box,
.callout,
.stat-highlight,
.pull-quote,
.media-figure,
.social-proof-card {
    min-width: 0;
}

.card,
.info-card {
    padding: var(--space-lg);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: linear-gradient(145deg, var(--surface-raised), var(--surface));
    box-shadow: var(--shadow-sm);
}

.card--accent,
.info-card--accent {
    border-color: var(--primary);
    box-shadow: var(--glow-green);
}

.feature-card {
    position: relative;
    padding: 1.25rem;
    border: 1px solid rgba(32, 215, 107, 0.78);
    border-radius: var(--radius-md);
    background: linear-gradient(145deg, rgba(25, 35, 51, 0.96), rgba(13, 19, 29, 0.96));
    box-shadow: inset 0 0 1.4rem rgba(32, 215, 107, 0.035), var(--glow-green);
}

.feature-card__icon {
    display: inline-grid;
    width: 3rem;
    height: 3rem;
    margin-bottom: var(--space-sm);
    place-items: center;
    color: var(--primary-hover);
}

.feature-card__kicker {
    margin-bottom: var(--space-xs);
    color: var(--foreground-soft);
    font-family: var(--font-display);
    font-size: 0.9rem;
    font-weight: 700;
}

.feature-card__headline {
    display: inline;
    padding: 0.12em 0.28em;
    background: var(--background-deep);
    color: var(--foreground);
    font-family: var(--font-display);
    font-size: clamp(1.15rem, calc(0.7vw + 1rem), 1.55rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.4;
    text-transform: uppercase;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.feature-card__text {
    margin: var(--space-md) 0 0;
    color: var(--muted-foreground);
    font-size: 0.94rem;
}

.game-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, var(--surface-raised), var(--surface));
    box-shadow: var(--shadow-sm);
}

.game-card__link {
    position: relative;
    display: block;
    color: var(--foreground);
    text-decoration: none;
}

.game-card__img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 300ms ease;
}

.game-card__link:hover .game-card__img {
    transform: scale(1.025);
}

.game-card__label {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.75rem var(--space-md);
    background: linear-gradient(180deg, transparent, rgba(5, 8, 13, 0.96) 34%);
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 800;
    text-transform: uppercase;
}

.game-card__text {
    margin: 0;
    padding: var(--space-md);
    color: var(--muted-foreground);
    font-size: 0.94rem;
}

.promo-panel {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background:
        radial-gradient(circle at 18% 45%, rgba(255, 116, 43, 0.16), transparent 28%),
        linear-gradient(135deg, var(--surface-raised), var(--surface));
    box-shadow: var(--shadow-lg);
}

.promo-panel__img {
    width: 100%;
    height: 100%;
    min-height: 16rem;
    object-fit: cover;
}

.promo-panel__body {
    padding: clamp(1.25rem, 4vw, 2.25rem);
}

.promo-panel__title {
    margin-bottom: var(--space-md);
    color: var(--primary-hover);
    font-family: var(--font-display);
    font-size: clamp(1.5rem, calc(1.2vw + 1rem), 2.2rem);
    font-weight: 800;
    line-height: 1.12;
}

.promo-panel__text,
.promo-panel__note {
    color: var(--foreground-soft);
}

.promo-panel__list {
    display: grid;
    gap: var(--space-xs);
    margin: 0 0 var(--space-lg);
    padding-left: 1.2rem;
}

.promo-panel__note {
    margin: var(--space-sm) 0 0;
    font-size: 0.875rem;
}

/* ============================================
   ENGAGEMENT PATTERNS - Summary, callout, stats and quotes
   ============================================ */

.summary-box {
    padding: var(--space-lg);
    border: 1px solid var(--primary);
    border-left-width: 0.4rem;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, rgba(32, 215, 107, 0.11), var(--surface));
    box-shadow: var(--glow-green);
}

.summary-box__title,
.checklist__title,
.callout__title,
.trust-row__title {
    margin-bottom: var(--space-sm);
    font-family: var(--font-display);
    font-size: 1.12rem;
    font-weight: 800;
}

.summary-box__text {
    color: var(--foreground-soft);
}

.summary-box__list,
.checklist__list {
    display: grid;
    gap: var(--space-xs);
    margin: 0;
    padding-left: 1.2rem;
}

.callout {
    padding: var(--space-lg);
    border: 1px solid var(--line-strong);
    border-left: 0.4rem solid var(--secondary);
    border-radius: var(--radius-md);
    background: var(--surface-raised);
}

.callout--tip {
    border-left-color: var(--primary);
}

.callout--warning {
    border-left-color: var(--accent);
    background: linear-gradient(135deg, rgba(255, 116, 43, 0.12), var(--surface));
}

.callout--note {
    border-left-color: #69b9ff;
}

.callout__text {
    margin-bottom: 0;
    color: var(--foreground-soft);
}

.stat-highlight {
    display: flex;
    padding: var(--space-lg);
    flex-direction: column;
    border: 1px solid var(--primary);
    border-radius: var(--radius-lg);
    background: linear-gradient(145deg, var(--surface-raised), var(--background));
    box-shadow: var(--glow-green);
}

.stat-highlight__value {
    color: var(--primary-hover);
    font-family: var(--font-display);
    font-size: clamp(2rem, calc(3vw + 1rem), 4rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
}

.stat-highlight__label {
    margin-top: var(--space-xs);
    color: var(--foreground);
    font-weight: 700;
}

.stat-highlight__source {
    margin-top: var(--space-sm);
    color: var(--muted-foreground);
    font-size: 0.875rem;
}

.pull-quote {
    margin-inline: 0;
    padding: var(--space-xl);
    border-block: 1px solid var(--secondary);
    color: var(--foreground);
    font-family: var(--font-display);
    font-size: clamp(1.35rem, calc(1vw + 1.05rem), 2rem);
    font-weight: 700;
    line-height: 1.35;
}

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

.pull-quote cite {
    color: var(--muted-foreground);
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
}

/* ============================================
   TABLES - Scan-friendly comparisons with optional highlight
   ============================================ */

.table-wrapper {
    border: 1px solid var(--primary);
    border-radius: var(--radius-lg);
    background: var(--surface);
    box-shadow: var(--glow-green);
}

.data-table {
    width: 100%;
    min-width: 42rem;
    border-collapse: collapse;
    color: var(--foreground-soft);
}

.data-table caption {
    padding: var(--space-md) var(--space-lg);
    color: var(--foreground);
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 800;
    text-align: left;
}

.data-table th,
.data-table td {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: top;
}

.data-table thead th {
    background: var(--surface-soft);
    color: var(--foreground);
    font-family: var(--font-display);
    font-weight: 750;
}

.data-table tbody th {
    color: var(--foreground);
    font-weight: 700;
}

.data-table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.025);
}

.data-table .is-recommended {
    background: rgba(32, 215, 107, 0.12);
    box-shadow: inset 2px 0 var(--primary), inset -2px 0 var(--primary);
}

.data-table tr:last-child > * {
    border-bottom: 0;
}

/* ============================================
   PROCESSES & CHECKLISTS - Numbered verification/terms flows
   ============================================ */

.steps-list {
    display: grid;
    gap: var(--space-md);
    margin: 0;
    padding: 0;
    counter-reset: steps;
    list-style: none;
}

.steps-list__item {
    position: relative;
    min-height: 4rem;
    padding: var(--space-md) var(--space-md) var(--space-md) 4.5rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--surface);
    counter-increment: steps;
}

.steps-list__item::before {
    position: absolute;
    top: 0.85rem;
    left: 0.9rem;
    display: grid;
    width: 2.7rem;
    height: 2.7rem;
    content: counter(steps, decimal-leading-zero);
    place-items: center;
    border: 1px solid var(--primary);
    border-radius: 50%;
    background: rgba(32, 215, 107, 0.09);
    color: var(--primary-hover);
    font-family: var(--font-display);
    font-weight: 800;
}

.steps-list__title {
    margin-bottom: var(--space-xs);
    color: var(--foreground);
    font-family: var(--font-display);
    font-weight: 800;
}

.steps-list__text {
    margin-bottom: 0;
    color: var(--muted-foreground);
}

.checklist {
    padding: var(--space-lg);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--surface-raised);
}

.checklist__list {
    padding: 0;
    list-style: none;
}

.checklist__list li {
    display: flex;
    gap: var(--space-sm);
    align-items: flex-start;
}

.checklist__list svg {
    flex: 0 0 auto;
    margin-top: 0.25rem;
    color: var(--primary-hover);
}

/* ============================================
   FAQ / DETAILS - Native accessible disclosures
   ============================================ */

.faq-group {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-sm);
    align-items: start;
}

.faq-item {
    align-self: start;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--surface-raised);
    transition: border-color var(--transition), box-shadow var(--transition);
}

.faq-item[open] {
    border-color: var(--primary);
    box-shadow: var(--glow-green);
}

.faq-item summary {
    display: flex;
    min-height: 3.75rem;
    padding: 1rem;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-md);
    color: var(--foreground);
    font-family: var(--font-display);
    font-weight: 750;
    cursor: pointer;
    list-style: none;
}

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

.faq-item summary:focus-visible {
    outline-offset: -4px;
}

.faq-item__icon {
    display: grid;
    flex: 0 0 auto;
    color: var(--primary-hover);
    place-items: center;
    transition: transform var(--transition);
}

.faq-item[open] .faq-item__icon {
    transform: rotate(180deg);
}

.faq-item__a {
    padding: 0 var(--space-md) var(--space-md);
    color: var(--foreground-soft);
}

.faq-item__a > :last-child {
    margin-bottom: 0;
}

/* ============================================
   MEDIA - Framed editorial scenes, never used for integrated hero art
   ============================================ */

.media-figure {
    overflow: hidden;
    margin-inline: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--surface);
    box-shadow: var(--shadow-lg);
}

.media-figure img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.media-figure figcaption {
    padding: var(--space-sm) var(--space-md);
    color: var(--muted-foreground);
    font-size: 0.875rem;
}

/* ============================================
   VIP LADDER - League progression with trophy markers
   ============================================ */

.tier-ladder {
    position: relative;
    display: grid;
    gap: var(--space-sm);
    margin: 0;
    padding: 0;
    list-style: none;
}

.tier-ladder::before {
    position: absolute;
    top: 2rem;
    bottom: 2rem;
    left: 1.45rem;
    width: 2px;
    content: "";
    background: linear-gradient(var(--line), var(--primary), var(--secondary));
}

.tier-ladder__step {
    position: relative;
    display: flex;
    min-width: 0;
    gap: var(--space-md);
    align-items: center;
}

.tier-ladder__cup {
    position: relative;
    z-index: 1;
    display: grid;
    width: 3rem;
    height: 3rem;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid var(--line-strong);
    border-radius: 50%;
    background: var(--surface-raised);
    color: var(--foreground-soft);
}

.tier-ladder__step:nth-last-child(-n + 2) .tier-ladder__cup {
    border-color: var(--secondary);
    color: var(--secondary-hover);
    box-shadow: var(--glow-gold);
}

.tier-ladder__body {
    display: flex;
    min-width: 0;
    flex: 1;
    padding: var(--space-md);
    flex-direction: column;
    border-bottom: 1px solid var(--line);
}

.tier-ladder__name {
    color: var(--foreground);
    font-family: var(--font-display);
    font-weight: 800;
    text-transform: uppercase;
}

.tier-ladder__text {
    color: var(--muted-foreground);
    font-size: 0.94rem;
}

/* ============================================
   TRUST BADGES & SOCIAL PROOF - Reusable credibility patterns
   ============================================ */

.trust-row {
    padding: var(--space-lg);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--surface);
}

.pay-badges {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    gap: var(--space-xs);
    list-style: none;
}

.pay-badge {
    display: inline-flex;
    min-height: 2.35rem;
    padding: 0.45rem 0.7rem;
    align-items: center;
    border: 1px solid var(--line-strong);
    border-radius: var(--radius-sm);
    background: #edf2f7;
    color: #111827;
    font-family: var(--font-display);
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1;
    filter: saturate(0.72);
}

.trust-row__note,
.site-footer__note {
    margin: var(--space-sm) 0 0;
    color: var(--muted-foreground);
    font-size: 0.875rem;
}

.social-proof-grid {
    grid-template-columns: minmax(0, 1fr);
}

.social-proof-card {
    padding: var(--space-lg);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--surface-raised);
    box-shadow: var(--shadow-sm);
}

.social-proof-card blockquote {
    margin-bottom: var(--space-md);
    color: var(--foreground-soft);
    font-size: 1.05rem;
}

.social-proof-card cite {
    color: var(--muted-foreground);
    font-size: 0.875rem;
    font-style: normal;
}

/* ============================================
   CTA BAND - Stadium fire conversion block
   ============================================ */

.cta-band {
    border-block: 2px solid var(--primary);
    background:
        radial-gradient(circle at 10% 100%, rgba(255, 116, 43, 0.85), transparent 23%),
        radial-gradient(circle at 90% 100%, rgba(255, 116, 43, 0.85), transparent 23%),
        radial-gradient(ellipse at center bottom, rgba(246, 68, 14, 0.65), transparent 44%),
        linear-gradient(180deg, #2b0e0a 0%, #5a180b 54%, #190b09 100%);
    box-shadow: inset 0 0 4rem rgba(255, 106, 20, 0.24), var(--glow-green);
}

.cta-band::before,
.cta-band::after {
    position: absolute;
    top: -20%;
    bottom: -20%;
    width: 2px;
    content: "";
    background: linear-gradient(transparent, var(--secondary-hover), var(--primary), transparent);
    box-shadow: 0 0 1rem var(--secondary);
    transform: rotate(-18deg);
}

.cta-band::before {
    left: 7%;
}

.cta-band::after {
    right: 7%;
    transform: rotate(18deg);
}

.cta-band__inner {
    position: relative;
    z-index: 1;
    display: flex;
    padding-block: clamp(2.5rem, 7vw, 4.5rem);
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cta-band__heading {
    max-width: 24ch;
    margin-bottom: var(--space-md);
    text-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.75);
}

.cta-band__text {
    max-width: 60ch;
    margin-bottom: var(--space-lg);
    color: var(--foreground-soft);
}

.cta-band__note {
    display: flex;
    max-width: 58ch;
    margin: var(--space-md) 0 0;
    align-items: center;
    justify-content: center;
    gap: var(--space-xs);
    color: var(--foreground-soft);
    font-size: 0.875rem;
}

.age-chip--inline {
    min-width: 1.9rem;
    min-height: 1.9rem;
    font-size: 0.68rem;
}

/* ============================================
   FOOTER - Dense trust and navigation area
   ============================================ */

.site-footer {
    padding-top: var(--space-3xl);
    border-top: 1px solid var(--line);
    background:
        radial-gradient(circle at 50% 0, rgba(32, 215, 107, 0.06), transparent 28rem),
        var(--background-deep);
}

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

.site-brand--footer {
    margin-bottom: var(--space-md);
}

.site-footer__claim,
.site-footer__licence {
    color: var(--muted-foreground);
    font-size: 0.9rem;
}

.site-footer__title {
    margin-bottom: var(--space-md);
    font-size: 1rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.site-footer__col ul {
    display: grid;
    gap: var(--space-xs);
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer__col a {
    color: var(--foreground-soft);
    text-decoration: underline;
    text-decoration-color: rgba(32, 215, 107, 0.7);
    text-underline-offset: 0.18em;
}

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

.site-footer__plain li {
    color: var(--muted-foreground);
    font-size: 0.9rem;
}

.site-footer__bar {
    display: flex;
    margin-top: var(--space-2xl);
    padding-block: var(--space-lg);
    align-items: center;
    gap: var(--space-md);
    border-top: 1px solid var(--line);
}

.site-footer__bar p {
    margin: 0;
    color: var(--muted-foreground);
    font-size: 0.875rem;
}

.age-chip--footer {
    min-width: 2.6rem;
    min-height: 2.6rem;
    border-color: var(--secondary);
    color: var(--secondary-hover);
}

/* ============================================
   SCROLL REVEAL - Progressive enhancement only
   ============================================ */

.reveal {
    opacity: 1;
    transform: none;
}

.js-reveal .reveal[data-reveal-ready="true"] {
    opacity: 0;
    transform: translateY(1.1rem);
    transition: opacity 500ms ease, transform 500ms ease;
}

.js-reveal .reveal[data-reveal-ready="true"].is-visible {
    opacity: 1;
    transform: none;
}

/* ============================================
   TABLET - More columns and split media layouts
   ============================================ */

@media (min-width: 48rem) {
    .container,
    .narrow {
        width: min(100% - 3rem, var(--container));
    }

    .content-section {
        padding-block: var(--space-4xl);
    }

    .split-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--space-2xl);
    }

    .card-grid,
    .feature-grid,
    .game-grid,
    .social-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--space-lg);
    }

    .promo-panel {
        grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
        align-items: stretch;
    }

    .cta-inline {
        flex-direction: row;
        align-items: center;
    }

    .site-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ============================================
   DESKTOP - Reference-led navigation, hero and card density
   ============================================ */

@media (min-width: 64rem) {
    :root {
        --header-height: 5.8rem;
    }

    .site-header {
        background: rgba(8, 12, 19, 0.97);
        -webkit-backdrop-filter: blur(14px);
        backdrop-filter: blur(14px);
    }

    .site-header__inner {
        gap: var(--space-lg);
    }

    .nav-toggle {
        display: none;
    }

    .site-brand__mark {
        width: 3rem;
        height: 3rem;
    }

    .site-brand__mark svg {
        width: 3rem;
        height: 3rem;
    }

    .site-brand__name {
        font-size: 1.65rem;
    }

    .site-brand__sub {
        font-size: 1.05rem;
    }

    .primary-nav {
        position: static;
        z-index: auto;
        display: flex;
        min-width: 0;
        max-width: none;
        flex: 1;
        padding: 0;
        overflow: visible;
        background: transparent;
        align-items: center;
        justify-content: center;
    }

    .primary-nav__list {
        min-width: 0;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: clamp(0.15rem, 0.75vw, 0.75rem);
    }

    .primary-nav__list a {
        min-height: 2.8rem;
        padding: 0.6rem clamp(0.45rem, 0.7vw, 0.8rem);
        white-space: nowrap;
        font-size: clamp(0.78rem, 0.83vw, 0.98rem);
    }

    .primary-nav__actions {
        display: none;
    }

    .header-actions {
        display: flex;
    }

    .hero {
        min-height: 47rem;
    }

    .hero__inner {
        min-height: 47rem;
        grid-template-columns: minmax(0, 0.92fr) minmax(28rem, 1.08fr);
        gap: var(--space-xl);
    }

    .hero__content {
        padding-left: clamp(0rem, 4vw, 3rem);
    }

    .hero__art {
        position: absolute;
        right: -4%;
        bottom: -1rem;
        width: min(61vw, 58rem);
        max-width: none;
        margin: 0;
    }

    .feature-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .game-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .social-proof-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .site-footer__grid {
        grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.75fr) minmax(0, 1fr) minmax(0, 1.3fr);
    }
}

/* ============================================
   LARGE DESKTOP - Max-width polish without scaling mobile geometry
   ============================================ */

@media (min-width: 80rem) {
    .site-header__inner {
        width: min(100% - 3rem, 96rem);
    }

    .hero__content {
        padding-left: 0;
    }
}

/* ============================================
   NARROW MOBILE - Protect 320px header composition
   ============================================ */

@media (max-width: 23.4rem) {
    .site-header__inner {
        gap: 0.35rem;
    }

    .site-brand__mark,
    .site-brand__mark svg {
        width: 1.75rem;
        height: 1.75rem;
    }

    .site-brand__name {
        font-size: 0.94rem;
    }

    .site-brand__sub {
        font-size: 0.7rem;
    }

    .age-chip {
        min-width: 1.9rem;
        min-height: 1.9rem;
        font-size: 0.68rem;
    }

    .nav-toggle {
        width: 2.65rem;
        height: 2.65rem;
    }
}

/* ============================================
   REDUCED MOTION - Keep all content visible
   ============================================ */

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

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

    .js-reveal .reveal[data-reveal-ready="true"] {
        opacity: 1;
        transform: none;
    }
}
