/*
 * ZOCCER CASINO DESIGN SYSTEM
 * Fixed dark cyber-stadium identity with cyan, green and magenta accents.
 */

:root {
    color-scheme: dark;
    --background: #0b1220;
    --background-deep: #07101c;
    --background-soft: #101b2d;
    --surface: #121e31;
    --surface-raised: #17263b;
    --surface-translucent: rgba(18, 30, 49, 0.94);
    --foreground: #f5f8fc;
    --muted: #24334a;
    --muted-foreground: #b8c4d5;
    --border: #2c405c;
    --border-strong: #3a5575;
    --primary: #16dff1;
    --primary-hover: #5cecf7;
    --primary-foreground: #06151d;
    --secondary: #23ed8f;
    --secondary-hover: #69f5b1;
    --secondary-foreground: #061910;
    --accent: #f131d3;
    --accent-hover: #f76ee0;
    --accent-foreground: #190415;
    --warning: #ffcc4d;
    --warning-foreground: #171003;
    --destructive: #ff5f6d;
    --destructive-foreground: #180306;
    --success: #4af0a0;
    --focus: #f7dc5d;
    --shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
    --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.22);
    --glow-cyan: 0 0 24px rgba(22, 223, 241, 0.2);
    --glow-green: 0 0 24px rgba(35, 237, 143, 0.18);
    --radius-sm: 0.5rem;
    --radius-md: 0.8rem;
    --radius-lg: 1.15rem;
    --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;
    --container: 75rem;
    --container-narrow: 56rem;
    --header-height: 4.5rem;
    --font-display: "Saira", sans-serif;
    --font-body: "Inter", sans-serif;
    --transition: 180ms ease;
}

/* ============================================
   RESET & OVERFLOW SAFETY - Stable at 320px+
   ============================================ */

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

html {
    min-width: 320px;
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-height) + 1rem);
    background: var(--background-deep);
}

body {
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 12% 8%, rgba(22, 223, 241, 0.08), transparent 28rem),
        radial-gradient(circle at 88% 30%, rgba(241, 49, 211, 0.07), transparent 30rem),
        linear-gradient(180deg, var(--background-deep), var(--background) 28rem, #0a1423);
    color: var(--foreground);
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.68;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

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

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

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

p {
    margin: 0 0 1rem;
}

ul,
ol {
    margin-top: 0;
}

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

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

a {
    color: var(--primary);
}

a[href^="http"],
a[href^="mailto:"],
a[href^="tel:"] {
    overflow-wrap: anywhere;
}

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

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

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

details {
    height: fit-content;
}

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

/* ============================================
   ACCESSIBILITY - Focus, skip link, hidden text
   ============================================ */

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

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

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

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

/* ============================================
   TYPOGRAPHY - Sport-forward display headings
   ============================================ */

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

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

h2 {
    font-size: clamp(1.75rem, calc(2.7vw + 0.75rem), 3rem);
}

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

h4 {
    font-size: 1.125rem;
}

.lead {
    color: var(--muted-foreground);
    font-size: clamp(1.05rem, calc(0.5vw + 0.95rem), 1.25rem);
    line-height: 1.65;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.8rem;
    color: var(--secondary);
    font-family: var(--font-display);
    font-size: 0.9rem;
    font-weight: 750;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.eyebrow::before {
    width: 1.5rem;
    height: 2px;
    background: currentColor;
    content: "";
}

/* ============================================
   LAYOUT - Containers and flowing sections
   ============================================ */

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

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

.content-section {
    padding-block: clamp(3.75rem, 8vw, 7rem);
}

.content-section--compact {
    padding-block: clamp(2.5rem, 5vw, 4rem);
}

.content-section--stadium {
    background:
        linear-gradient(180deg, rgba(7, 16, 28, 0.7), rgba(11, 18, 32, 0.97)),
        radial-gradient(ellipse at 50% 100%, rgba(35, 237, 143, 0.12), transparent 52%);
}

.content-section--stadium::before,
.content-section--stadium::after {
    position: absolute;
    top: 14%;
    width: 8rem;
    height: 16rem;
    border-top: 3px solid var(--primary);
    opacity: 0.25;
    content: "";
    transform: rotate(24deg);
}

.content-section--stadium::before {
    left: -5rem;
    border-left: 3px solid var(--secondary);
}

.content-section--stadium::after {
    right: -5rem;
    border-right: 3px solid var(--accent);
    transform: rotate(-24deg);
}

.section-head {
    max-width: 58rem;
    margin: 0 auto clamp(1.8rem, 4vw, 3rem);
    text-align: center;
}

.section-head__title {
    text-wrap: balance;
}

.section-head__lead {
    max-width: 48rem;
    margin: 0.8rem auto 0;
    color: var(--muted-foreground);
    font-size: 1.05rem;
}

.prose {
    max-width: 72ch;
}

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

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

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

.grid--2,
.grid--3,
.grid--cards,
.feature-grid,
.product-grid,
.stats-grid,
.testimonial-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-lg);
    align-items: start;
}

/* ============================================
   HEADER & NAVIGATION - Opaque mobile drawer
   ============================================ */

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

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

.site-brand {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 0.55rem;
    color: var(--foreground);
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 750;
    line-height: 0.95;
    text-decoration: none;
}

.site-brand__mark {
    flex: 0 0 auto;
    color: var(--secondary);
    filter: drop-shadow(0 0 7px rgba(35, 237, 143, 0.3));
}

.site-brand__text {
    display: grid;
}

.site-brand__text strong,
.site-brand__text span {
    display: block;
}

.site-brand__text span {
    color: var(--primary);
}

.nav-toggle {
    position: relative;
    z-index: 1001;
    display: inline-flex;
    width: 3rem;
    height: 3rem;
    margin-left: auto;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.32rem;
    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: 1.35rem;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transition: transform var(--transition), opacity var(--transition);
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(0.46rem) 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.46rem) 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: 1.25rem 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: 0.3rem;
    list-style: none;
}

.primary-nav__list a {
    display: flex;
    min-height: 3rem;
    padding: 0.7rem 0.9rem;
    align-items: center;
    border-radius: var(--radius-sm);
    color: var(--foreground);
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 650;
    text-decoration: none;
}

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

.primary-nav__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.site-header__cta {
    display: none;
}

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

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

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

.btn--primary {
    background: var(--primary);
    color: var(--primary-foreground);
    box-shadow: var(--glow-cyan);
}

.btn--primary:hover {
    background: var(--primary-hover);
    color: var(--primary-foreground);
}

.btn--secondary {
    background: var(--accent);
    color: var(--accent-foreground);
    box-shadow: 0 0 24px rgba(241, 49, 211, 0.18);
}

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

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

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

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

.btn--md {
    min-height: 3.1rem;
}

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

.btn--full {
    width: 100%;
}

/* ============================================
   HERO - Integrated cyber-stadium foreground
   ============================================ */

.hero {
    isolation: isolate;
    min-height: calc(100svh - var(--header-height));
    padding: clamp(2.5rem, 7vw, 6rem) 0 2rem;
    background:
        linear-gradient(90deg, rgba(7, 16, 28, 0.96) 0%, rgba(7, 16, 28, 0.82) 46%, rgba(7, 16, 28, 0.18) 76%),
        radial-gradient(circle at 78% 25%, rgba(22, 223, 241, 0.2), transparent 22rem),
        linear-gradient(180deg, #101c31, #091424 67%, #10291f 100%);
}

.hero::before {
    position: absolute;
    z-index: -2;
    inset: auto -10% 0;
    height: 42%;
    background:
        linear-gradient(90deg, transparent 49.8%, rgba(255, 255, 255, 0.2) 50%, transparent 50.2%),
        linear-gradient(0deg, rgba(35, 237, 143, 0.08), transparent),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 2px, transparent 2px 5rem);
    clip-path: polygon(15% 12%, 85% 12%, 100% 100%, 0 100%);
    content: "";
}

.hero::after {
    position: absolute;
    z-index: -1;
    right: -12%;
    bottom: 9%;
    width: 60%;
    height: 24%;
    border-top: 4px solid var(--primary);
    border-bottom: 4px solid var(--accent);
    opacity: 0.34;
    content: "";
    transform: skewY(-8deg);
    filter: drop-shadow(0 0 16px var(--primary));
}

.hero__inner {
    display: grid;
    width: min(100% - 2rem, var(--container));
    min-height: inherit;
    margin-inline: auto;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
}

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

.hero__title {
    max-width: 14ch;
    font-style: italic;
    text-wrap: balance;
}

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

.hero__actions {
    display: flex;
    margin-top: 1.6rem;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.hero__art {
    position: relative;
    z-index: 1;
    min-height: 19rem;
    margin: 1rem -1rem -2rem;
    pointer-events: none;
}

.hero__art img[data-visual-role="hero-foreground"] {
    position: absolute;
    right: -8%;
    bottom: 0;
    width: min(105%, 38rem);
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
    filter: drop-shadow(0 0 25px rgba(22, 223, 241, 0.28));
}

/* ============================================
   CARDS - Neon-bordered content containers
   ============================================ */

.card,
.info-card,
.feature-card,
.product-card,
.testimonial-card {
    min-width: 0;
    border: 1px solid var(--border-strong);
    border-radius: var(--radius-lg);
    background: linear-gradient(145deg, var(--surface-raised), var(--surface));
    box-shadow: var(--shadow-soft);
}

.card,
.info-card {
    padding: clamp(1.2rem, 3vw, 1.8rem);
}

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

.feature-card {
    position: relative;
    padding: 1.5rem;
    overflow: hidden;
    text-align: center;
}

.feature-card::after {
    position: absolute;
    right: -2rem;
    bottom: -3rem;
    width: 8rem;
    height: 8rem;
    border: 1px solid var(--primary);
    border-radius: 50%;
    opacity: 0.12;
    content: "";
}

.feature-card__icon {
    display: inline-flex;
    margin-bottom: 0.85rem;
    color: var(--secondary);
    filter: drop-shadow(0 0 8px rgba(35, 237, 143, 0.28));
}

.feature-card__title {
    margin-bottom: 0.55rem;
}

.feature-card__text,
.product-card__text {
    margin-bottom: 0;
    color: var(--muted-foreground);
}

.product-card {
    overflow: hidden;
    transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}

.product-card:hover {
    border-color: var(--secondary);
    transform: translateY(-4px);
    box-shadow: var(--shadow), var(--glow-green);
}

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

.product-card__body {
    padding: 1.25rem;
}

.product-card__link,
.media-block__link {
    display: inline-flex;
    min-height: 2.75rem;
    margin-top: 0.85rem;
    align-items: center;
    color: var(--primary);
    font-weight: 750;
    text-decoration: underline;
    text-underline-offset: 0.22em;
}

/* ============================================
   MEDIA BLOCKS - Framed editorial imagery
   ============================================ */

.media-block {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(1.5rem, 4vw, 3.5rem);
    align-items: center;
}

.media-block__figure {
    overflow: hidden;
    border: 1px solid var(--secondary);
    border-radius: var(--radius-lg);
    background: var(--surface);
    box-shadow: var(--shadow), var(--glow-green);
}

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

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

/* ============================================
   SUMMARY & CALLOUTS - Scannable content breaks
   ============================================ */

.tldr,
.callout,
.checklist {
    min-width: 0;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    background: var(--surface-raised);
}

.tldr {
    border: 1px solid var(--primary);
    box-shadow: var(--glow-cyan);
}

.tldr__title,
.callout__title,
.checklist__title {
    margin-bottom: 0.65rem;
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 800;
}

.tldr__list,
.checklist__list {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 0.65rem;
    list-style: none;
}

.tldr__list li,
.checklist__list:not(.checklist__list--ordered) li {
    position: relative;
    padding-left: 1.6rem;
}

.tldr__list li::before,
.checklist__list:not(.checklist__list--ordered) li::before {
    position: absolute;
    top: 0.68em;
    left: 0.15rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--secondary);
    box-shadow: 0 0 8px rgba(35, 237, 143, 0.55);
    content: "";
}

.callout {
    border-left: 4px solid var(--primary);
}

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

.callout--warning {
    border-color: var(--warning);
    background: #2a2415;
}

.callout--danger {
    border-color: var(--destructive);
    background: #2d171d;
}

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

.checklist {
    border: 1px solid var(--border-strong);
}

.checklist__list--ordered {
    margin-bottom: 0;
    padding-left: 1.4rem;
}

.checklist__list--ordered li::marker {
    color: var(--primary);
    font-family: var(--font-display);
    font-weight: 800;
}

/* ============================================
   TABLES - Responsive comparisons and payments
   ============================================ */

.table-wrapper,
[class*="table-"] {
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
    border: 1px solid var(--border-strong);
    border-radius: var(--radius-md);
    background: var(--surface);
}

.table-wrapper:focus-visible {
    outline: 3px solid var(--focus);
    outline-offset: 3px;
}

.cmp-table {
    width: 100%;
    min-width: 42rem;
    border-collapse: collapse;
}

.cmp-table caption {
    padding: 1rem;
    color: var(--foreground);
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 750;
    text-align: left;
}

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

.cmp-table th:last-child,
.cmp-table td:last-child {
    border-right: 0;
}

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

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

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

.cmp-table td {
    color: var(--muted-foreground);
}

.cmp-table .is-highlight {
    background: rgba(22, 223, 241, 0.1);
    box-shadow: inset 2px 0 var(--primary), inset -2px 0 var(--primary);
}

/* ============================================
   VIP TIER LADDER - League-table progression
   ============================================ */

.tier-ladder {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 0.6rem;
    list-style: none;
}

.tier-ladder__row {
    display: grid;
    padding: 0.85rem;
    grid-template-columns: 2rem minmax(5rem, 0.8fr) minmax(6rem, 2fr);
    gap: 0.7rem;
    align-items: center;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: var(--surface-raised);
}

.tier-ladder__rank {
    color: var(--primary);
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 800;
}

.tier-ladder__name {
    font-weight: 700;
}

.tier-ladder__bar {
    height: 0.7rem;
    overflow: hidden;
    border-radius: var(--radius-pill);
    background: var(--background-deep);
}

.tier-ladder__bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--secondary), var(--primary));
}

.tier-ladder__perk {
    grid-column: 2 / -1;
    color: var(--muted-foreground);
    font-size: 0.9rem;
}

/* ============================================
   STEPS - Registration, payment and KYC flows
   ============================================ */

.step-list {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 1rem;
    counter-reset: process-step;
    list-style: none;
}

.step-list__item {
    position: relative;
    min-width: 0;
    padding: 1.25rem 1.25rem 1.25rem 4.5rem;
    border: 1px solid var(--border-strong);
    border-radius: var(--radius-md);
    background: var(--surface);
    counter-increment: process-step;
}

.step-list__item::before {
    position: absolute;
    top: 1.15rem;
    left: 1.15rem;
    display: grid;
    width: 2.25rem;
    height: 2.25rem;
    place-items: center;
    border-radius: 50%;
    background: var(--primary);
    color: var(--primary-foreground);
    font-family: var(--font-display);
    font-weight: 800;
    content: counter(process-step);
}

.step-list__title {
    margin-bottom: 0.35rem;
    font-size: 1.15rem;
}

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

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

.faq {
    display: grid;
    max-width: var(--container-narrow);
    margin-inline: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.8rem;
    align-items: start;
}

.faq__item {
    align-self: start;
    overflow: hidden;
    border: 1px solid var(--border-strong);
    border-radius: var(--radius-md);
    background: var(--surface-translucent);
}

.faq__item[open] {
    border-color: var(--secondary);
    box-shadow: var(--glow-green);
}

.faq__item summary {
    position: relative;
    min-height: 3.5rem;
    padding: 1rem 3.5rem 1rem 1rem;
    color: var(--foreground);
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 750;
    line-height: 1.35;
    cursor: pointer;
    list-style: none;
}

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

.faq__item summary::after {
    position: absolute;
    top: 50%;
    right: 1.15rem;
    width: 0.72rem;
    height: 0.72rem;
    border-right: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    content: "";
    transform: translateY(-70%) rotate(45deg);
    transition: transform var(--transition);
}

.faq__item[open] summary::after {
    transform: translateY(-25%) rotate(225deg);
}

.faq__item summary:hover {
    background: var(--surface-raised);
}

.faq__item summary:focus-visible {
    outline: 3px solid var(--focus);
    outline-offset: -3px;
}

.faq__answer {
    padding: 0 1rem 1.1rem;
    color: var(--muted-foreground);
}

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

/* ============================================
   CRO PATTERNS - Conversion, trust, proof
   ============================================ */

.cta-band {
    position: relative;
    isolation: isolate;
    overflow: clip;
    border-block: 1px solid var(--border-strong);
    background:
        linear-gradient(105deg, rgba(22, 223, 241, 0.14), rgba(35, 237, 143, 0.08) 52%, rgba(241, 49, 211, 0.14)),
        var(--surface);
}

.cta-band::before,
.cta-band::after {
    position: absolute;
    z-index: -1;
    width: 14rem;
    height: 4px;
    background: var(--primary);
    content: "";
    transform: rotate(-18deg);
    box-shadow: 0 0 18px currentColor;
}

.cta-band::before {
    top: 1rem;
    left: -5rem;
    color: var(--secondary);
}

.cta-band::after {
    right: -5rem;
    bottom: 1rem;
    color: var(--accent);
}

.cta-band__inner {
    width: min(100% - 2rem, 52rem);
    margin-inline: auto;
    padding-block: clamp(2.5rem, 6vw, 4rem);
    text-align: center;
}

.cta-band__heading {
    margin-bottom: 0.6rem;
    color: var(--foreground);
    font-family: var(--font-display);
    font-size: clamp(1.55rem, calc(2vw + 1rem), 2.6rem);
    font-weight: 800;
    line-height: 1.2;
}

.cta-band__text {
    max-width: 46rem;
    margin: 0 auto 1.25rem;
    color: var(--muted-foreground);
}

.cta-band__note {
    margin: 0.8rem 0 0;
    color: var(--muted-foreground);
    font-size: 0.88rem;
}

.trust-row {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    list-style: none;
}

.trust-row__item {
    display: flex;
    min-width: 0;
    min-height: 4.25rem;
    padding: 0.75rem;
    align-items: center;
    gap: 0.7rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: var(--surface);
}

.trust-row__badge {
    display: grid;
    width: 2.65rem;
    height: 2.65rem;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid var(--muted-foreground);
    border-radius: 50%;
    color: var(--foreground);
    font-family: var(--font-display);
    font-size: 0.875rem;
    font-weight: 800;
}

.trust-row__label {
    color: var(--muted-foreground);
    font-size: 0.88rem;
    font-weight: 650;
}

.stat-highlight {
    min-width: 0;
    padding: 1.35rem;
    border: 1px solid var(--border-strong);
    border-radius: var(--radius-lg);
    background: var(--surface-raised);
    text-align: center;
}

.stat-highlight__value,
.stat-highlight__label,
.stat-highlight__note {
    display: block;
}

.stat-highlight__value {
    color: var(--primary);
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 7vw, 4rem);
    font-weight: 800;
    line-height: 1;
}

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

.stat-highlight__note {
    margin-top: 0.35rem;
    color: var(--muted-foreground);
    font-size: 0.88rem;
}

.pull-quote {
    margin: 2rem 0;
    padding: 1.5rem 1.5rem 1.5rem 1.75rem;
    border-left: 4px solid var(--accent);
    background: linear-gradient(90deg, rgba(241, 49, 211, 0.12), transparent);
}

.pull-quote p {
    margin: 0;
    color: var(--foreground);
    font-family: var(--font-display);
    font-size: clamp(1.3rem, calc(1.3vw + 1rem), 2rem);
    font-weight: 650;
    line-height: 1.4;
}

.pull-quote cite {
    display: block;
    margin-top: 0.75rem;
    color: var(--muted-foreground);
    font-size: 0.9rem;
    font-style: normal;
}

.testimonial-card {
    padding: 1.4rem;
}

.testimonial-card blockquote {
    margin: 0;
}

.testimonial-card p {
    color: var(--foreground);
}

.testimonial-card cite {
    color: var(--muted-foreground);
    font-style: normal;
}

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

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

.js-reveal .reveal.reveal--pending {
    opacity: 0;
    transform: translateY(1.25rem);
    transition: opacity 520ms ease, transform 520ms ease;
}

.js-reveal .reveal.reveal--visible {
    opacity: 1;
    transform: none;
}

/* ============================================
   FOOTER - Navigation, payments and 18+ marker
   ============================================ */

.site-footer {
    border-top: 2px solid var(--primary);
    background: #08111e;
}

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

.footer-nav ul {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem 1.1rem;
    list-style: none;
}

.footer-nav a {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    color: var(--foreground);
    font-family: var(--font-display);
    font-weight: 600;
    text-decoration: none;
}

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

.pay-icons {
    display: flex;
    margin: 1.35rem 0;
    padding: 0 0 0.35rem;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 0.55rem;
    list-style: none;
    scrollbar-color: var(--border-strong) transparent;
}

.pay-icons li {
    flex: 0 0 auto;
}

.pay-icon {
    display: inline-flex;
    min-width: 4.5rem;
    min-height: 2.75rem;
    padding: 0.45rem 0.65rem;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: var(--surface-raised);
    color: var(--muted-foreground);
    font-size: 0.875rem;
    font-weight: 800;
}

.pay-icon--age {
    min-width: 2.75rem;
    border-color: var(--destructive);
    border-radius: 50%;
    color: var(--foreground);
}

.site-footer__legal {
    max-width: 78ch;
    margin: 0 auto;
    color: var(--muted-foreground);
    font-size: 0.88rem;
    text-align: center;
}

.site-footer__copy {
    margin: 1rem 0 0;
    color: var(--muted-foreground);
    font-size: 0.88rem;
    text-align: center;
}

/* ============================================
   TABLET - Two-column content where appropriate
   ============================================ */

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

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

    .container--narrow {
        max-width: var(--container-narrow);
    }

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

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

    .product-grid > :last-child:nth-child(odd) {
        grid-column: 1 / -1;
        width: min(100%, calc(50% - 0.75rem));
        justify-self: center;
    }

    .hero__inner {
        width: min(100% - 3rem, var(--container));
        grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
    }

    .hero__art {
        min-height: 35rem;
        margin: 0 -3rem -2rem 0;
    }

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

    .media-block--reversed .media-block__figure {
        order: 2;
    }

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

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

    .tier-ladder__row {
        grid-template-columns: 2rem minmax(6rem, 0.8fr) minmax(8rem, 2fr) minmax(8rem, 1fr);
    }

    .tier-ladder__perk {
        grid-column: auto;
        text-align: right;
    }

    .pay-icons {
        justify-content: center;
    }
}

/* ============================================
   DESKTOP - Wide stadium geometry and nav
   ============================================ */

@media (min-width: 1024px) {
    .site-header {
        background: rgba(7, 16, 28, 0.97);
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
    }

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

    .site-brand {
        font-size: 1.35rem;
    }

    .site-brand__mark svg {
        width: 42px;
        height: 42px;
    }

    .nav-toggle,
    .primary-nav__actions {
        display: none;
    }

    .primary-nav {
        position: static;
        z-index: auto;
        display: block;
        max-width: none;
        margin-left: clamp(0.5rem, 2vw, 2rem);
        padding: 0;
        overflow: visible;
        background: transparent;
    }

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

    .primary-nav__list a {
        min-height: 3rem;
        padding-inline: clamp(0.55rem, 0.8vw, 0.9rem);
        font-size: 1rem;
        white-space: nowrap;
    }

    .site-header__cta {
        display: flex;
        margin-left: auto;
        gap: 0.65rem;
    }

    .hero {
        min-height: min(52rem, calc(100svh - var(--header-height)));
        padding-block: 4rem 2rem;
    }

    .hero__inner {
        grid-template-columns: minmax(0, 1.12fr) minmax(25rem, 0.88fr);
    }

    .hero__art {
        min-height: 44rem;
        margin: -2rem -2rem -2rem 0;
    }

    .hero__art img[data-visual-role="hero-foreground"] {
        right: -2%;
        width: min(112%, 48rem);
    }

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

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

    .product-grid > :last-child:nth-child(odd) {
        grid-column: auto;
        width: auto;
    }

    .product-grid--five {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .product-grid--five > * {
        grid-column: span 2;
    }

    .product-grid--five > :nth-child(4) {
        grid-column: 2 / span 2;
    }

    .product-grid--five > :nth-child(5) {
        grid-column: 4 / span 2;
    }

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

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

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

/* ============================================
   LARGE DESKTOP - Cap rhythm at 1280px container
   ============================================ */

@media (min-width: 1280px) {
    .feature-card,
    .product-card__body,
    .card,
    .info-card {
        padding: 1.75rem;
    }
}

/* ============================================
   SMALL MOBILE - Header composition at 320px
   ============================================ */

@media (max-width: 374px) {
    .site-header__inner {
        width: min(100% - 0.75rem, var(--container));
    }

    .site-brand {
        gap: 0.35rem;
        font-size: 0.95rem;
    }

    .site-brand__mark svg {
        width: 30px;
        height: 30px;
    }

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

    .hero__actions .btn {
        width: 100%;
    }

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

/* ============================================
   REDUCED MOTION - Preserve visible content
   ============================================ */

@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.reveal--pending,
    .js-reveal .reveal.reveal--visible {
        opacity: 1;
        transform: none;
    }
}
