/*
 * Zoccer Casino design system
 * Fixed dark street-football theme with lime paint, concrete and floodlight cues.
 */

:root {
    color-scheme: dark;
    --background: #0a0b09;
    --background-soft: #11130f;
    --surface: #151713;
    --surface-raised: #1c1f19;
    --surface-concrete: #6f725e;
    --surface-concrete-dark: #6f7166;
    --foreground: #f5f6f1;
    --foreground-strong: #ffffff;
    --muted: #252821;
    --muted-foreground: #b7baaf;
    --ink: #10110f;
    --primary: #c7ff22;
    --primary-hover: #dcff72;
    --primary-foreground: #11120e;
    --secondary: #242820;
    --secondary-foreground: #f5f6f1;
    --accent: #8fd91d;
    --accent-foreground: #0b0c09;
    --destructive: #d3404c;
    --destructive-foreground: #ffffff;
    --warning: #ffd54a;
    --warning-foreground: #17150a;
    --border: #3b4035;
    --border-strong: #bdf21f;
    --focus: #e7ff98;
    --shadow: 0 18px 55px rgba(0, 0, 0, 0.38);
    --glow: 0 0 0 1px rgba(199, 255, 34, 0.34), 0 0 28px rgba(199, 255, 34, 0.16);
    --font-display: "Archivo", sans-serif;
    --font-body: "Inter", sans-serif;
    --container: 1280px;
    --header-height: 76px;
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 22px;
    --radius-pill: 999px;
    --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;
    --section-space: clamp(3.75rem, calc(6vw + 1rem), 7.5rem);
}

/* ============================================
   RESET & OVERFLOW SAFETY - Predictable, robust layouts
   ============================================ */

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

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

body {
    margin: 0;
    min-width: 320px;
    min-height: 100vh;
    overflow-x: clip;
    background:
        radial-gradient(circle at 5% 12%, rgba(199, 255, 34, 0.08), transparent 20rem),
        radial-gradient(circle at 96% 70%, rgba(199, 255, 34, 0.055), transparent 24rem),
        linear-gradient(180deg, var(--background) 0%, #0e100d 52%, var(--background) 100%);
    color: var(--foreground);
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body::before {
    position: fixed;
    inset: 0;
    z-index: -2;
    content: "";
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
    background-size: 4px 4px;
}

body::after {
    position: fixed;
    inset: 0;
    z-index: -1;
    content: "";
    pointer-events: none;
    opacity: 0.34;
    background:
        repeating-linear-gradient(118deg, transparent 0 74px, rgba(255, 255, 255, 0.012) 75px 76px),
        repeating-linear-gradient(62deg, transparent 0 74px, rgba(255, 255, 255, 0.01) 75px 76px);
}

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

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

button,
a {
    -webkit-tap-highlight-color: transparent;
}

a {
    color: inherit;
}

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

a[href^="http"],
code {
    word-break: break-all;
}

[class*="grid"] > *,
[class*="flex"] > *,
.card,
.info-card,
.game-tile,
.offer-card {
    min-width: 0;
}

section {
    position: relative;
    overflow: clip;
}

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%;
}

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

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

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

/* ============================================
   TYPOGRAPHY - Condensed, punchy sports editorial voice
   ============================================ */

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

h1,
h2,
h3,
h4 {
    color: var(--foreground-strong);
    font-family: var(--font-display);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

h1 {
    max-width: 14ch;
    margin-bottom: var(--space-lg);
    font-size: clamp(2.6rem, calc(7vw + 0.3rem), 5.8rem);
}

h2 {
    margin-bottom: var(--space-lg);
    font-size: clamp(2rem, calc(3.5vw + 0.4rem), 3.9rem);
}

h3 {
    margin-bottom: var(--space-sm);
    font-size: clamp(1.35rem, calc(1.3vw + 1rem), 2rem);
}

h4 {
    margin-bottom: var(--space-xs);
    font-size: 1.1rem;
}

p {
    margin-bottom: 1.15rem;
}

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

.kicker,
.eyebrow {
    margin-bottom: var(--space-sm);
    color: var(--primary);
    font-family: var(--font-display);
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.text-accent {
    color: var(--primary);
}

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

.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;
}

/* ============================================
   ACCESSIBILITY - Focus, skip navigation and motion preferences
   ============================================ */

.skip-link {
    position: fixed;
    top: var(--space-sm);
    left: var(--space-sm);
    z-index: 2000;
    padding: 0.75rem 1rem;
    border-radius: var(--radius-sm);
    background: var(--primary);
    color: var(--primary-foreground);
    font-weight: 800;
    transform: translateY(-150%);
    transition: transform 160ms ease;
}

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

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

/* ============================================
   LAYOUT - Shared containers and section rhythm
   ============================================ */

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

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

.content-section--tight {
    padding-block: clamp(2.5rem, calc(3vw + 1rem), 4.5rem);
}

.content-section--concrete {
    color: var(--ink);
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.5), transparent 35%),
        repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0 1px, transparent 1px 5px),
        var(--surface-concrete);
}

.content-section--concrete h2,
.content-section--concrete h3,
.content-section--concrete h4 {
    color: var(--ink);
}

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

.prose {
    max-width: 74ch;
}

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

.prose ul,
.prose ol {
    padding-left: 1.25rem;
}

.prose li + li {
    margin-top: var(--space-xs);
}

/* ============================================
   HEADER & NAVIGATION - Opaque mobile drawer, compact desktop bar
   ============================================ */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: var(--header-height);
    border-bottom: 1px solid rgba(199, 255, 34, 0.15);
    background: var(--background);
}

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

.site-brand {
    display: inline-flex;
    flex-direction: column;
    flex: 0 0 auto;
    color: var(--foreground-strong);
    font-family: var(--font-display);
    font-weight: 900;
    line-height: 0.78;
    letter-spacing: -0.06em;
    text-decoration: none;
}

.site-brand__top {
    position: relative;
    font-size: 1.65rem;
}

.site-brand__top::after {
    display: inline-block;
    width: 0.46em;
    height: 0.46em;
    margin-left: 0.06em;
    border: 0.11em solid var(--primary);
    border-radius: 50%;
    content: "";
    box-shadow: inset 0 0 0 0.09em var(--background);
    transform: translateY(-0.02em);
}

.site-brand__bottom {
    align-self: flex-end;
    color: var(--primary);
    font-size: 1rem;
    letter-spacing: -0.03em;
}

.nav-toggle {
    position: relative;
    z-index: 1001;
    display: inline-grid;
    place-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid var(--border-strong);
    border-radius: var(--radius-sm);
    background: var(--surface);
    color: var(--foreground);
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 23px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle span + span {
    margin-top: 5px;
}

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

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

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

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

.primary-nav.is-open {
    display: flex;
    flex-direction: column;
}

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

.primary-nav__list a {
    display: flex;
    align-items: center;
    min-height: 56px;
    border-bottom: 1px solid var(--border);
    color: var(--foreground);
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 800;
    text-decoration: none;
}

.primary-nav__list a:hover,
.primary-nav__list a[aria-current="page"] {
    color: var(--primary);
}

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

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

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.8rem 1.25rem;
    border: 1px solid transparent;
    border-radius: var(--radius-pill);
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

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

.btn--primary {
    background: var(--primary);
    color: var(--primary-foreground);
    box-shadow: 0 8px 28px rgba(199, 255, 34, 0.17);
}

.btn--primary:hover {
    background: var(--primary-hover);
    box-shadow: 0 10px 34px rgba(199, 255, 34, 0.25);
}

.btn--secondary {
    border-color: var(--border);
    background: var(--secondary);
    color: var(--secondary-foreground);
}

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

.btn--ghost:hover {
    background: rgba(199, 255, 34, 0.08);
}

.btn--sm {
    min-height: 44px;
    padding: 0.7rem 1rem;
    font-size: 0.95rem;
}

.btn--md {
    min-height: 50px;
}

.btn--lg {
    min-height: 56px;
    padding: 1rem 1.6rem;
    font-size: clamp(1rem, calc(0.5vw + 0.9rem), 1.25rem);
}

.btn--block,
.cta-button--block,
.cta-button--block .btn {
    width: 100%;
}

.cta-button {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-xs);
}

.cta-button__note {
    color: var(--muted-foreground);
    font-size: 0.875rem;
}

/* ============================================
   HERO PRIMITIVES - Integrated street-art foreground composition
   ============================================ */

.hero {
    min-height: calc(100svh - var(--header-height));
    isolation: isolate;
    background:
        linear-gradient(90deg, rgba(5, 6, 5, 0.98) 0%, rgba(5, 6, 5, 0.82) 52%, rgba(5, 6, 5, 0.24) 100%),
        radial-gradient(circle at 82% 22%, rgba(199, 255, 34, 0.25), transparent 14rem),
        linear-gradient(145deg, #111510 0%, #252a24 55%, #141713 100%);
}

.hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    opacity: 0.5;
    background:
        repeating-linear-gradient(0deg, transparent 0 44px, rgba(0, 0, 0, 0.34) 45px 47px),
        repeating-linear-gradient(90deg, transparent 0 88px, rgba(0, 0, 0, 0.28) 89px 92px);
}

.hero::after {
    position: absolute;
    right: -2rem;
    bottom: 7%;
    z-index: -1;
    width: min(42vw, 32rem);
    height: min(42vw, 32rem);
    border: 1px solid rgba(199, 255, 34, 0.24);
    border-radius: 50%;
    content: "";
    box-shadow: 0 0 60px rgba(199, 255, 34, 0.12), inset 0 0 60px rgba(199, 255, 34, 0.08);
}

.hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: min(100% - 2rem, var(--container));
    min-height: calc(100svh - var(--header-height));
    margin-inline: auto;
    padding-block: clamp(3rem, calc(8vw + 1rem), 7rem);
    align-items: center;
}

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

.hero__title {
    text-wrap: balance;
}

.hero__offer {
    display: block;
    color: var(--primary);
}

.hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-xs) var(--space-lg);
    padding: 0;
    margin: 0 0 var(--space-xl);
    color: var(--foreground);
    list-style: none;
}

.hero__meta li {
    position: relative;
    padding-left: 1rem;
}

.hero__meta li::before {
    position: absolute;
    top: 0.68em;
    left: 0;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: var(--primary);
    content: "";
    box-shadow: 0 0 12px rgba(199, 255, 34, 0.65);
}

.hero__visual {
    position: relative;
    z-index: 1;
    min-height: 24rem;
    margin-top: -2rem;
}

.hero__visual img[data-visual-role="hero-foreground"] {
    position: absolute;
    right: 50%;
    bottom: 0;
    width: min(116%, 34rem);
    max-height: 34rem;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 0 3px var(--primary)) drop-shadow(0 24px 30px rgba(0, 0, 0, 0.5));
    transform: translateX(50%);
}

.sport-hero__visual::before {
    position: absolute;
    top: 8%;
    right: 1%;
    z-index: -1;
    width: 8.5rem;
    height: 4.25rem;
    border: 2px solid rgba(231, 255, 152, 0.55);
    border-radius: 0.35rem;
    content: "";
    background:
        radial-gradient(circle, #f8ffe4 0 0.16rem, rgba(199, 255, 34, 0.72) 0.22rem 0.42rem, transparent 0.48rem) 0 0 / 1.7rem 1.7rem,
        rgba(199, 255, 34, 0.08);
    box-shadow: 0 0 38px rgba(199, 255, 34, 0.4);
    transform: rotate(-5deg);
}

.sport-hero__visual::after {
    position: absolute;
    right: 4.5rem;
    bottom: 8%;
    z-index: -2;
    width: 0.28rem;
    height: 80%;
    content: "";
    background: linear-gradient(90deg, #252920, #c1c8b3 48%, #30352a);
    box-shadow: 0 0 16px rgba(199, 255, 34, 0.2);
    transform: rotate(-5deg);
    transform-origin: bottom;
}

/* ============================================
   SECTION HEADINGS - Consistent extraction-friendly introductions
   ============================================ */

.section-intro {
    max-width: 75rem;
    margin-bottom: clamp(1.75rem, calc(3vw + 0.5rem), 3.25rem);
}

.section-intro--center {
    margin-inline: auto;
    text-align: center;
}

.section-intro__eyebrow {
    margin-bottom: var(--space-sm);
    color: var(--primary);
    font-family: var(--font-display);
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.section-intro__title {
    max-width: 25ch;
    margin-bottom: var(--space-md);
}

.section-intro--center .section-intro__title,
.section-intro--center .section-intro__text {
    margin-inline: auto;
}

.section-intro__text {
    max-width: 72ch;
    margin-bottom: 0;
    color: var(--muted-foreground);
    font-size: 1.05rem;
}

.content-section--concrete .section-intro__text,
.content-section--concrete > .container > p,
.content-section--concrete .table-note {
    color: #2c2f28;
}

/* ============================================
   STAT CARDS - Concrete scoreboard tiles
   ============================================ */

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

.stat-tile,
.stat-highlight {
    position: relative;
    min-width: 0;
    overflow: clip;
    border: 1px solid rgba(199, 255, 34, 0.4);
    border-radius: var(--radius-md);
    background:
        radial-gradient(circle at 90% 5%, rgba(199, 255, 34, 0.9) 0 0.18rem, transparent 0.25rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(183, 186, 176, 0.96));
    color: var(--ink);
    box-shadow: var(--glow);
}

.stat-tile::after,
.stat-highlight::after {
    position: absolute;
    top: -2rem;
    right: -1.5rem;
    width: 5.5rem;
    height: 8rem;
    content: "";
    background: var(--primary);
    filter: blur(18px);
    opacity: 0.46;
    transform: rotate(18deg);
}

.stat-tile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 10rem;
    padding: var(--space-lg);
}

.stat-tile__number,
.stat-highlight__number {
    position: relative;
    z-index: 1;
    font-family: var(--font-display);
    font-size: clamp(2.65rem, calc(5vw + 1rem), 5.7rem);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.06em;
}

.stat-tile__label,
.stat-highlight__label {
    position: relative;
    z-index: 1;
    margin-top: var(--space-xs);
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 800;
}

.stat-tile__note,
.stat-highlight__source {
    position: relative;
    z-index: 1;
    margin-top: var(--space-xs);
    color: #353831;
    font-size: 0.875rem;
}

.stat-highlight {
    display: inline-flex;
    flex-direction: column;
    min-width: min(100%, 20rem);
    padding: var(--space-xl);
}

/* ============================================
   CARDS & GRIDS - Dense betting-lobby inspired content containers
   ============================================ */

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

.info-card,
.game-tile,
.offer-card,
.review-card {
    min-width: 0;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: linear-gradient(145deg, var(--surface-raised), var(--surface));
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.info-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: var(--space-lg);
    overflow: clip;
}

.info-card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 4.5rem;
    height: 3px;
    background: var(--primary);
    content: "";
}

.info-card__icon {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: var(--space-md);
    border: 1px solid var(--border-strong);
    border-radius: 50%;
    color: var(--primary);
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 900;
}

.info-card__title {
    font-size: 1.45rem;
}

.info-card__meta {
    margin-bottom: var(--space-sm);
    color: var(--primary);
    font-size: 0.875rem;
    font-weight: 700;
}

.info-card__text {
    color: var(--muted-foreground);
}

.info-card__link {
    margin-top: auto;
    color: var(--primary);
    font-family: var(--font-display);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.game-tile {
    overflow: hidden;
    transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.game-tile:hover {
    border-color: var(--border-strong);
    box-shadow: var(--glow);
    transform: translateY(-3px);
}

.game-tile__link {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.game-tile__img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: var(--muted);
}

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

.game-tile__title {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 850;
}

.game-tile__provider {
    margin-top: var(--space-2xs);
    color: var(--primary);
    font-size: 0.82rem;
    font-weight: 700;
}

.game-tile__note {
    margin-top: var(--space-sm);
    color: var(--muted-foreground);
    font-size: 0.9rem;
}

.offer-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: var(--space-lg);
    overflow: clip;
}

.offer-card::before {
    position: absolute;
    top: -3rem;
    right: -3rem;
    width: 8rem;
    height: 8rem;
    border: 1rem solid rgba(199, 255, 34, 0.12);
    border-radius: 50%;
    content: "";
}

.offer-card--featured {
    border-color: var(--border-strong);
    box-shadow: var(--glow);
}

.offer-card__value {
    display: flex;
    align-items: baseline;
    gap: var(--space-xs);
    margin-bottom: var(--space-sm);
    color: var(--primary);
    font-family: var(--font-display);
    font-weight: 900;
}

.offer-card__amount {
    font-size: clamp(2.7rem, calc(4vw + 1rem), 4.6rem);
    line-height: 0.95;
    letter-spacing: -0.06em;
}

.offer-card__unit {
    font-size: 1rem;
}

.offer-card__title {
    font-size: 1.5rem;
}

.offer-card__desc,
.offer-card__terms {
    color: var(--muted-foreground);
}

.offer-card__terms {
    padding-left: 1.2rem;
    margin-bottom: var(--space-lg);
}

.offer-card__terms li + li {
    margin-top: var(--space-xs);
}

.offer-card__cta {
    width: 100%;
    margin-top: auto;
}

/* ============================================
   MEDIA - Framed scenes and unframed integrated artwork
   ============================================ */

.media-figure {
    min-width: 0;
    margin-bottom: 0;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: var(--surface);
    box-shadow: var(--shadow);
}

.media-figure img {
    width: 100%;
}

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

.media-figure--bare {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

/* ============================================
   TABLES - Transparent comparisons with highlighted recommendation rows
   ============================================ */

.table-wrapper {
    overflow-x: auto;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: var(--surface);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

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

.data-table caption {
    padding: var(--space-md) var(--space-lg);
    color: var(--foreground-strong);
    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-top: 1px solid var(--border);
    text-align: left;
    vertical-align: top;
}

.data-table thead th {
    border-top: 0;
    background: var(--muted);
    color: var(--foreground-strong);
    font-family: var(--font-display);
    font-weight: 800;
}

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

.data-table tbody tr:hover {
    background: rgba(199, 255, 34, 0.045);
}

.data-table .is-recommended {
    background: rgba(199, 255, 34, 0.1);
    box-shadow: inset 4px 0 0 var(--primary);
}

.table-note {
    margin: var(--space-sm) 0 0;
    color: var(--muted-foreground);
    font-size: 0.875rem;
}

/* ============================================
   STEPS & FEATURE LISTS - Actionable processes and scannable facts
   ============================================ */

.steps {
    min-width: 0;
}

.steps__title {
    margin-bottom: var(--space-lg);
}

.steps__list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-md);
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: zoccer-step;
}

.steps__item {
    position: relative;
    min-width: 0;
    padding: var(--space-lg) var(--space-lg) var(--space-lg) 4.4rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: var(--surface);
    counter-increment: zoccer-step;
}

.steps__item::before {
    position: absolute;
    top: var(--space-lg);
    left: var(--space-lg);
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--primary);
    color: var(--primary-foreground);
    content: counter(zoccer-step);
    font-family: var(--font-display);
    font-weight: 900;
}

.steps__item-title {
    margin-bottom: var(--space-xs);
    color: var(--foreground-strong);
    font-size: 1.1rem;
}

.steps__item-text {
    margin-bottom: 0;
    color: var(--muted-foreground);
}

.feature-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-sm);
    padding: 0;
    margin: 0;
    list-style: none;
}

.feature-list__item {
    position: relative;
    padding: var(--space-md) var(--space-md) var(--space-md) 2.7rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.025);
}

.feature-list__item::before {
    position: absolute;
    top: 1.15rem;
    left: 1rem;
    width: 0.75rem;
    height: 0.42rem;
    border-bottom: 3px solid var(--primary);
    border-left: 3px solid var(--primary);
    content: "";
    transform: rotate(-45deg);
}

.feature-list__title,
.feature-list__text {
    display: block;
}

.feature-list__title {
    color: var(--foreground-strong);
    font-family: var(--font-display);
    font-weight: 800;
}

.feature-list__text {
    margin-top: var(--space-2xs);
    color: var(--muted-foreground);
    font-size: 0.95rem;
}

/* ============================================
   ENGAGEMENT - TL;DR, callouts, pull quotes and social proof
   ============================================ */

.tldr,
.callout {
    min-width: 0;
    border-radius: var(--radius-md);
}

.tldr {
    padding: var(--space-lg);
    border: 1px solid var(--border-strong);
    background: linear-gradient(135deg, rgba(199, 255, 34, 0.12), rgba(199, 255, 34, 0.025));
    box-shadow: var(--glow);
}

.tldr__title {
    margin-bottom: var(--space-sm);
    color: var(--primary);
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 850;
}

.tldr__list {
    padding-left: 1.2rem;
    margin-bottom: 0;
}

.tldr__list li + li {
    margin-top: var(--space-xs);
}

.callout {
    display: flex;
    gap: var(--space-md);
    padding: var(--space-lg);
    border: 1px solid var(--border);
    border-left: 5px solid var(--primary);
    background: var(--surface-raised);
}

.callout--warning {
    border-left-color: var(--warning);
    background: linear-gradient(90deg, rgba(255, 213, 74, 0.12), var(--surface-raised) 38%);
}

.callout--critical {
    border-left-color: var(--destructive);
    background: linear-gradient(90deg, rgba(214, 76, 87, 0.12), var(--surface-raised) 38%);
}

.callout__icon {
    flex: 0 0 auto;
    color: var(--primary);
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 900;
}

.callout--warning .callout__icon {
    color: var(--warning);
}

.callout--critical .callout__icon {
    color: #ff8a93;
}

.callout__title {
    margin-bottom: var(--space-xs);
    color: var(--foreground-strong);
    font-family: var(--font-display);
    font-weight: 850;
}

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

.pull-quote {
    position: relative;
    max-width: 60rem;
    padding: var(--space-xl) var(--space-lg) var(--space-lg);
    margin-inline: auto;
    border-block: 2px solid var(--primary);
    color: var(--foreground-strong);
    font-family: var(--font-display);
    font-size: clamp(1.45rem, calc(1.8vw + 1rem), 2.5rem);
    font-weight: 750;
    line-height: 1.25;
}

.pull-quote::before {
    position: absolute;
    top: -0.9rem;
    left: var(--space-lg);
    padding-inline: var(--space-sm);
    background: var(--background);
    color: var(--primary);
    content: "“";
    font-size: 2.6rem;
    line-height: 1;
}

.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;
}

.review-card {
    padding: var(--space-lg);
}

.review-card__text {
    color: var(--foreground);
}

.review-card__author {
    margin-bottom: 0;
    color: var(--muted-foreground);
    font-size: 0.875rem;
}

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

.faq-group {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    align-items: start;
    border-top: 1px solid var(--border-strong);
}

.faq-item {
    height: fit-content;
    border-bottom: 1px solid var(--border-strong);
}

.faq-item__q {
    position: relative;
    min-height: 64px;
    padding: 1.2rem 3.25rem 1.2rem 0;
    color: var(--foreground-strong);
    font-family: var(--font-display);
    font-size: clamp(1.05rem, calc(0.7vw + 0.95rem), 1.35rem);
    font-weight: 800;
    line-height: 1.3;
    list-style: none;
    cursor: pointer;
}

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

.faq-item__q::before,
.faq-item__q::after {
    position: absolute;
    top: 50%;
    right: 0.4rem;
    width: 1rem;
    height: 2px;
    border-radius: 2px;
    background: var(--primary);
    content: "";
    transition: transform 180ms ease;
}

.faq-item__q::after {
    transform: rotate(90deg);
}

.faq-item[open] .faq-item__q::after {
    transform: rotate(0deg);
}

.faq-item__a {
    max-width: 74ch;
    padding: 0 2.5rem 1.35rem 0;
    color: var(--muted-foreground);
}

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

/* ============================================
   TRUST & PAYMENT BADGES - Scannable credibility row
   ============================================ */

.trust-row {
    min-width: 0;
}

.trust-row__title {
    margin-bottom: var(--space-sm);
    color: var(--foreground-strong);
    font-family: var(--font-display);
    font-weight: 800;
}

.trust-row__list,
.pay-chips {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
    padding: 0;
    margin: 0;
    list-style: none;
}

.trust-row__item,
.pay-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.55rem 0.8rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: var(--surface-raised);
    color: var(--foreground);
    font-size: 0.84rem;
    font-weight: 700;
}

.trust-row__item::before {
    width: 0.55rem;
    height: 0.55rem;
    margin-right: var(--space-xs);
    border-radius: 50%;
    background: var(--primary);
    content: "";
    box-shadow: 0 0 10px rgba(199, 255, 34, 0.55);
}

/* ============================================
   CTA BAND - Spray-poster conversion band
   ============================================ */

.cta-band {
    padding-block: clamp(2.75rem, calc(4vw + 1rem), 5rem);
    background:
        linear-gradient(90deg, transparent 0 2%, rgba(199, 255, 34, 0.22) 2% 3%, transparent 3% 97%, rgba(199, 255, 34, 0.22) 97% 98%, transparent 98%),
        var(--background-soft);
}

.cta-band__inner {
    position: relative;
    width: min(100% - 2rem, 74rem);
    margin-inline: auto;
    padding: clamp(1.75rem, calc(3vw + 1rem), 3.5rem);
    color: var(--ink);
    text-align: center;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.7), transparent 42%),
        var(--surface-concrete);
    box-shadow: 0 0 0 8px rgba(199, 255, 34, 0.12), 0 0 42px rgba(199, 255, 34, 0.16);
}

.cta-band__inner::before,
.cta-band__inner::after {
    position: absolute;
    right: 0;
    left: 0;
    height: 0.55rem;
    content: "";
    background: var(--primary);
    filter: blur(7px);
    opacity: 0.58;
}

.cta-band__inner::before {
    top: -0.2rem;
}

.cta-band__inner::after {
    bottom: -0.2rem;
}

.cta-band__title {
    color: var(--ink);
}

.cta-band__text {
    max-width: 60ch;
    margin-inline: auto;
    color: #30332d;
}

.cta-band__note {
    margin: var(--space-sm) 0 0;
    color: #3d4039;
    font-size: 0.875rem;
}

/* ============================================
   FOOTER - Navigation, payment marks and licence context
   ============================================ */

.site-footer {
    border-top: 1px solid var(--border);
    background:
        radial-gradient(circle at 8% 20%, rgba(199, 255, 34, 0.08), transparent 16rem),
        var(--background-soft);
}

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

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

.site-brand--footer {
    display: inline-flex;
    margin-bottom: var(--space-lg);
}

.site-footer__claim {
    max-width: 42rem;
    color: var(--muted-foreground);
}

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

.footer-col__title {
    margin-bottom: var(--space-md);
    color: var(--foreground-strong);
    font-size: 1rem;
    letter-spacing: 0;
}

.footer-col ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-col li + li {
    margin-top: var(--space-sm);
}

.footer-col a {
    color: var(--muted-foreground);
    text-decoration: underline;
    text-decoration-color: rgba(199, 255, 34, 0.55);
    text-underline-offset: 0.2em;
}

.footer-col a:hover {
    color: var(--primary);
}

.site-footer__legal {
    padding-block: var(--space-xl);
    border-top: 1px solid var(--border);
}

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

.badge-18,
.badge-licence,
.badge-ssl {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0.35rem 0.7rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-pill);
    color: var(--foreground);
    font-size: 0.82rem;
    font-weight: 700;
}

.badge-18 {
    border-color: var(--destructive);
    color: #ff9ba2;
}

.badge-licence::before,
.badge-ssl::before {
    width: 0.55rem;
    height: 0.55rem;
    margin-right: var(--space-xs);
    border-radius: 50%;
    background: var(--primary);
    content: "";
}

.legal-text,
.legal-copy {
    color: var(--muted-foreground);
    font-size: 0.875rem;
}

.legal-copy {
    margin-bottom: 0;
}

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

.js-reveal-ready [data-reveal] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 520ms ease, transform 520ms ease;
}

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

/* ============================================
   TABLET - Wider content grids and balanced density
   ============================================ */

@media (min-width: 768px) {
    :root {
        --header-height: 82px;
    }

    .container,
    .section-inner,
    .site-footer__inner,
    .site-footer__legal {
        width: min(100% - 3rem, var(--container));
    }

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

    .info-grid,
    .offer-grid,
    .card-grid,
    .social-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

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

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

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

/* ============================================
   DESKTOP - Reference-matched header, hero split and section geometry
   ============================================ */

@media (min-width: 1024px) {
    :root {
        --header-height: 92px;
    }

    .site-header {
        background: rgba(10, 11, 9, 0.96);
        -webkit-backdrop-filter: blur(14px);
        backdrop-filter: blur(14px);
    }

    .site-header__inner {
        width: min(100% - 3rem, var(--container));
        gap: var(--space-xl);
    }

    .site-brand__top {
        font-size: 2rem;
    }

    .site-brand__bottom {
        font-size: 1.08rem;
    }

    .nav-toggle {
        display: none;
    }

    .primary-nav,
    .primary-nav.is-open {
        position: static;
        display: flex;
        flex: 1;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        max-width: none;
        padding: 0;
        overflow: visible;
        background: transparent;
    }

    .primary-nav__list {
        flex-direction: row;
        align-items: center;
        gap: clamp(0.75rem, 1.8vw, 2rem);
    }

    .primary-nav__list a {
        position: relative;
        min-height: 48px;
        border: 0;
        font-size: clamp(0.95rem, 1.2vw, 1.12rem);
        white-space: nowrap;
    }

    .primary-nav__list a::after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 3px;
        background: var(--primary);
        content: "";
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 160ms ease;
    }

    .primary-nav__list a:hover::after,
    .primary-nav__list a[aria-current="page"]::after {
        transform: scaleX(1);
    }

    .primary-nav__actions {
        display: flex;
        flex: 0 0 auto;
        gap: var(--space-sm);
        margin: 0;
        padding: 0;
    }

    .hero {
        min-height: min(54rem, calc(100svh - var(--header-height)));
    }

    .hero__inner {
        grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr);
        min-height: min(54rem, calc(100svh - var(--header-height)));
        padding-block: 4.5rem;
    }

    .hero__visual {
        min-height: 42rem;
        align-self: end;
        margin: 0;
    }

    .hero__visual img[data-visual-role="hero-foreground"] {
        right: -3%;
        width: min(116%, 47rem);
        max-height: 48rem;
        transform: none;
    }

    .split-layout,
    .section-grid--2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(2rem, 5vw, 5rem);
    }

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

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

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

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

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

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

    .site-footer__inner {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, 1.1fr);
        gap: clamp(2rem, 5vw, 5rem);
    }
}

/* ============================================
   LARGE DESKTOP - Cap width while retaining reference scale
   ============================================ */

@media (min-width: 1280px) {
    .site-header__inner,
    .container,
    .section-inner,
    .hero__inner,
    .site-footer__inner,
    .site-footer__legal {
        width: min(100% - 4rem, var(--container));
    }

    .hero__content {
        max-width: 48rem;
    }
}

/* ============================================
   REDUCED MOTION - Preserve visibility and functionality
   ============================================ */

@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-ready [data-reveal] {
        opacity: 1;
        transform: none;
    }
}
