/*
 * BetScore Casino Design System
 * Fixed dark cyberpunk NFL theme with stadium-blue surfaces and yellow accents.
 */

:root {
    color-scheme: dark;
    --background: #07162d;
    --background-deep: #040d20;
    --surface: #0b2440;
    --surface-strong: #103454;
    --card: #0b1d39;
    --card-raised: #102b49;
    --muted: #16344f;
    --foreground: #f5f8fc;
    --muted-foreground: #b8c7d8;
    --primary: #ffdf1b;
    --primary-hover: #ffe95d;
    --primary-active: #eac800;
    --primary-foreground: #101a25;
    --secondary: #18c8ed;
    --secondary-foreground: #041722;
    --accent: #ffdf1b;
    --accent-foreground: #101a25;
    --border: #2b5474;
    --border-strong: #ffdf1b;
    --success: #59dea3;
    --success-foreground: #062519;
    --warning: #ffca57;
    --warning-foreground: #241600;
    --destructive: #ff6473;
    --destructive-foreground: #260006;
    --focus: #74ddf7;
    --shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
    --shadow-accent: 0 0 0 1px rgba(255, 223, 27, 0.2), 0 14px 40px rgba(0, 0, 0, 0.32), 0 0 24px rgba(255, 223, 27, 0.08);
    --radius-sm: 0.5rem;
    --radius-md: 0.85rem;
    --radius-lg: 1.25rem;
    --radius-pill: 999px;
    --container: 76rem;
    --content: 47rem;
    --header-height: 4.5rem;
    --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;
    --font-display: "Chakra Petch", sans-serif;
    --font-body: "Inter", sans-serif;
}

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

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

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

body {
    min-width: 20rem;
    margin: 0;
    overflow-x: clip;
    background:
        radial-gradient(circle at 78% 12%, rgba(24, 200, 237, 0.09), transparent 28rem),
        linear-gradient(180deg, var(--background) 0%, #0a2240 45%, var(--background-deep) 100%);
    color: var(--foreground);
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.68;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

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

img {
    display: block;
}

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

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

button {
    color: inherit;
}

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

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

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

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

section {
    overflow: clip;
}

details {
    height: fit-content;
}

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

/* ============================================
   TYPOGRAPHY - Condensed scoreboard headings
   ============================================ */

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

h1,
h2,
h3,
h4 {
    color: var(--foreground);
    font-family: var(--font-display);
    font-weight: 700;
    line-height: 1.16;
    text-wrap: balance;
}

h1 {
    margin-bottom: var(--space-lg);
    font-size: clamp(2.25rem, calc(7vw + 0.5rem), 4rem);
}

h2 {
    margin-bottom: var(--space-lg);
    font-size: clamp(1.8rem, calc(4vw + 0.4rem), 3rem);
}

h3 {
    margin-bottom: var(--space-sm);
    font-size: clamp(1.25rem, calc(2vw + 0.7rem), 1.65rem);
}

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

p {
    margin-bottom: var(--space-md);
}

p:last-child,
ul:last-child,
ol:last-child {
    margin-bottom: 0;
}

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

li + li {
    margin-top: 0.45rem;
}

small,
.caption,
.table-footnote {
    font-size: 0.875rem;
}

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

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

.prose,
.seo-text {
    max-width: var(--content);
}

.prose > :where(p, ul, ol),
.seo-text > :where(p, ul, ol) {
    max-width: 72ch;
}

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

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

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

.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: 700;
    transform: translateY(-180%);
    transition: transform 160ms ease;
}

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

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

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

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

.page-section,
.section {
    position: relative;
    padding-block: var(--space-3xl);
    border-top: 1px solid rgba(116, 221, 247, 0.14);
}

.page-section--deep,
.section--deep {
    background: linear-gradient(180deg, rgba(3, 13, 33, 0.92), rgba(7, 22, 45, 0.98));
}

.page-section--blue,
.section--blue {
    background:
        radial-gradient(circle at 85% 30%, rgba(24, 200, 237, 0.1), transparent 26rem),
        linear-gradient(180deg, #0b2a49, #0a203c);
}

.page-section--grid,
.section--grid {
    background-image:
        linear-gradient(rgba(24, 200, 237, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(24, 200, 237, 0.04) 1px, transparent 1px);
    background-size: 2rem 2rem;
}

.section-head {
    max-width: 54rem;
    margin-bottom: var(--space-2xl);
}

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

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

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

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

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

.content-grid,
.card-grid,
.feature-grid,
.overview-grid,
.trust-grid,
.stat-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-lg);
}

.anchor-offset {
    scroll-margin-top: calc(var(--header-height) + 1rem);
}

/* ============================================
   HEADER - Stadium navigation and mobile drawer
   ============================================ */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    min-height: var(--header-height);
    background: var(--background);
    border-bottom: 1px solid rgba(116, 221, 247, 0.24);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}

.site-header__inner {
    min-height: var(--header-height);
    display: flex;
    align-items: center;
    gap: var(--space-sm);
}

.site-header__fieldline {
    position: absolute;
    inset: 0 0 auto;
    height: 100%;
    z-index: -1;
    opacity: 0.22;
    pointer-events: none;
    background-image:
        linear-gradient(116deg, transparent 40%, rgba(24, 200, 237, 0.28) 40.4%, transparent 41%),
        repeating-linear-gradient(90deg, transparent 0 5rem, rgba(24, 200, 237, 0.16) 5rem 5.08rem);
}

.site-brand {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--foreground);
    text-decoration: none;
    white-space: nowrap;
}

.site-brand__mark {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    color: var(--primary);
}

.site-brand__text {
    overflow: hidden;
    font-family: var(--font-display);
    font-size: clamp(1rem, 5vw, 1.35rem);
    font-weight: 600;
    text-overflow: ellipsis;
}

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

.menu-toggle {
    position: relative;
    z-index: 1001;
    width: 3rem;
    height: 3rem;
    margin-left: auto;
    display: grid;
    place-content: center;
    gap: 0.32rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: var(--card);
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 1.45rem;
    height: 2px;
    border-radius: var(--radius-pill);
    background: var(--foreground);
    transition: transform 180ms ease, opacity 180ms ease;
}

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

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

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

.primary-nav {
    display: none;
}

.primary-nav.is-open {
    position: fixed;
    z-index: 999;
    top: var(--header-height);
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: var(--space-xl);
    max-width: 100vw;
    padding: var(--space-lg) max(1rem, calc((100vw - var(--container)) / 2));
    overflow-y: auto;
    background: var(--background);
}

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

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

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

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

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

.btn {
    min-height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.15rem;
    border: 2px solid transparent;
    border-radius: var(--radius-sm);
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    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 24px rgba(255, 223, 27, 0.16);
}

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

.btn--primary:active {
    background: var(--primary-active);
    transform: translateY(0);
}

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

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

.btn--sm {
    min-height: 2.75rem;
    padding-inline: 1rem;
}

.btn--lg {
    min-height: 3.5rem;
    padding: 0.95rem 1.5rem;
    font-size: 1.1rem;
}

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

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

/* ============================================
   HERO - Integrated cyberpunk NFL composition
   ============================================ */

.hero {
    position: relative;
    min-height: calc(100svh - var(--header-height));
    display: grid;
    align-items: end;
    isolation: isolate;
    background:
        linear-gradient(180deg, rgba(2, 10, 26, 0.08), rgba(3, 11, 29, 0.62) 55%, var(--background-deep) 100%),
        radial-gradient(circle at 72% 26%, rgba(24, 200, 237, 0.18), transparent 32rem),
        linear-gradient(135deg, #08172e, #0d2d4c 70%, #07162d);
}

.hero::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 46% 0 0;
    opacity: 0.5;
    background:
        repeating-linear-gradient(90deg, transparent 0 4.8rem, rgba(255, 255, 255, 0.12) 4.8rem 4.9rem),
        linear-gradient(180deg, rgba(22, 85, 93, 0.16), rgba(13, 54, 48, 0.6));
    transform: perspective(28rem) rotateX(55deg) scale(1.5);
    transform-origin: center bottom;
}

.hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(4, 13, 32, 0.96) 0%, rgba(4, 13, 32, 0.72) 48%, rgba(4, 13, 32, 0.12) 75%),
        radial-gradient(ellipse at 78% 65%, transparent 0 38%, rgba(3, 10, 25, 0.65) 90%);
}

.hero__inner {
    width: min(100% - 2rem, var(--container));
    min-height: calc(100svh - var(--header-height));
    margin-inline: auto;
    padding-block: var(--space-2xl);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-xl);
    align-items: end;
}

.hero__content {
    z-index: 2;
    max-width: 46rem;
    padding: var(--space-lg) 0;
}

.hero__title,
.hero h1,
.hero h2 {
    color: var(--primary);
    text-shadow: 0 4px 28px rgba(0, 0, 0, 0.65);
}

.hero__lead {
    max-width: 62ch;
    color: var(--foreground);
    font-size: clamp(1rem, calc(1vw + 0.75rem), 1.2rem);
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.72);
}

.hero__media {
    position: relative;
    min-height: 25rem;
    display: grid;
    place-items: end center;
    align-self: stretch;
    pointer-events: none;
}

.hero__media::before,
.hero__media::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(24, 200, 237, 0.5);
    box-shadow: 0 0 22px rgba(24, 200, 237, 0.25);
}

.hero__media::before {
    width: min(72vw, 25rem);
    aspect-ratio: 1;
    right: 4%;
    bottom: 12%;
}

.hero__media::after {
    width: min(50vw, 16rem);
    aspect-ratio: 1;
    right: 11%;
    bottom: 22%;
}

.hero__art,
.hero__media img[data-visual-role="hero-foreground"] {
    position: relative;
    z-index: 1;
    width: min(100%, 37rem);
    max-height: 72svh;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.5));
}

.hero__hud {
    position: absolute;
    inset: 8% 0 auto;
    z-index: 0;
    height: 55%;
    opacity: 0.6;
    background:
        linear-gradient(90deg, transparent 0 15%, rgba(255, 223, 27, 0.65) 15% 15.3%, transparent 15.3% 80%, rgba(24, 200, 237, 0.7) 80% 80.3%, transparent 80.3%),
        repeating-linear-gradient(0deg, transparent 0 2rem, rgba(24, 200, 237, 0.14) 2rem 2.05rem);
}

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

.card,
.info-card,
.feature-card,
.overview-card,
.testimonial-card {
    min-width: 0;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: linear-gradient(145deg, rgba(16, 43, 73, 0.94), rgba(7, 22, 45, 0.98));
    box-shadow: var(--shadow);
}

.card,
.info-card,
.testimonial-card {
    padding: var(--space-lg);
}

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

.feature-card,
.overview-card {
    position: relative;
    padding: var(--space-xl);
    border-color: rgba(255, 223, 27, 0.82);
    box-shadow: var(--shadow-accent);
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.feature-card:hover,
.overview-card:hover {
    transform: translateY(-4px);
    border-color: var(--primary);
    background: linear-gradient(145deg, rgba(19, 53, 87, 0.98), rgba(8, 25, 49, 1));
}

.feature-card__icon,
.overview-card__icon,
.trust-badge__icon,
.callout__icon {
    display: inline-grid;
    place-items: center;
    color: var(--primary);
}

.feature-card__icon,
.overview-card__icon {
    width: 4.5rem;
    height: 4.5rem;
    margin-bottom: var(--space-lg);
}

.feature-card__icon .icon,
.overview-card__icon .icon {
    width: 100%;
    height: 100%;
}

.feature-card__title,
.overview-card__title {
    color: var(--foreground);
}

.feature-card__term {
    margin-bottom: var(--space-sm);
    color: var(--primary);
    font-weight: 700;
}

.feature-card__text,
.overview-card__text {
    color: var(--muted-foreground);
}

.overview-card {
    display: flex;
    flex-direction: column;
}

.overview-card__link {
    min-height: 2.75rem;
    margin-top: auto;
    padding-top: var(--space-md);
    display: inline-flex;
    align-items: center;
    color: var(--primary);
    font-family: var(--font-display);
    font-weight: 700;
    text-underline-offset: 0.22em;
}

.overview-card__link::after {
    content: "→";
    margin-left: 0.45rem;
    transition: transform 160ms ease;
}

.overview-card__link:hover::after {
    transform: translateX(0.25rem);
}

/* ============================================
   SUMMARY & CALLOUTS - Citation-friendly breaks
   ============================================ */

.tldr-box,
.callout,
.pros-cons,
.stat-highlight,
.pull-quote {
    min-width: 0;
    margin-block: var(--space-xl);
    border-radius: var(--radius-md);
}

.tldr-box {
    padding: var(--space-lg);
    border: 1px solid var(--primary);
    background: linear-gradient(135deg, rgba(255, 223, 27, 0.09), rgba(11, 36, 64, 0.94));
    box-shadow: var(--shadow-accent);
}

.tldr-box__title {
    margin-bottom: var(--space-md);
    color: var(--primary);
}

.tldr-box__list {
    margin: 0;
    padding-left: 1.35rem;
}

.tldr-box__list li::marker {
    color: var(--primary);
}

.callout {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: var(--space-md);
    padding: var(--space-lg);
    border-left: 0.3rem solid var(--secondary);
    background: var(--card-raised);
}

.callout--warning {
    border-left-color: var(--warning);
    background: rgba(255, 202, 87, 0.09);
}

.callout--success {
    border-left-color: var(--success);
    background: rgba(89, 222, 163, 0.09);
}

.callout__icon {
    width: 2.5rem;
    height: 2.5rem;
    color: var(--secondary);
}

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

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

.callout__title {
    margin-bottom: 0.25rem;
    font-family: var(--font-display);
    font-weight: 700;
}

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

.stat-highlight {
    padding: var(--space-xl);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid var(--border);
    background: var(--card);
}

.stat-highlight__value {
    color: var(--primary);
    font-family: var(--font-display);
    font-size: clamp(2.5rem, calc(7vw + 0.5rem), 4.75rem);
    font-weight: 700;
    line-height: 1;
}

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

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

.pull-quote {
    position: relative;
    padding: var(--space-xl) var(--space-lg) var(--space-xl) calc(var(--space-lg) + 0.5rem);
    border-block: 1px solid var(--primary);
    color: var(--foreground);
    font-family: var(--font-display);
    font-size: clamp(1.3rem, calc(2vw + 0.8rem), 2rem);
    font-weight: 600;
    line-height: 1.35;
}

.pull-quote::before {
    content: "“";
    position: absolute;
    top: 0.1rem;
    left: 0;
    color: var(--primary);
    font-size: 4rem;
    line-height: 1;
}

.pull-quote p {
    margin: 0;
}

.pull-quote cite {
    display: block;
    margin-top: var(--space-md);
    color: var(--muted-foreground);
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
}

/* ============================================
   TABLES - Scan-friendly comparisons
   ============================================ */

.table-wrapper {
    min-width: 0;
    max-width: 100%;
    margin-block: var(--space-xl);
    overflow-x: auto;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: var(--card);
    box-shadow: var(--shadow);
}

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

.data-table__caption {
    padding: var(--space-md) var(--space-lg);
    color: var(--foreground);
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 700;
    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(--surface-strong);
    color: var(--primary);
    font-family: var(--font-display);
    white-space: nowrap;
}

.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-highlight {
    background: rgba(255, 223, 27, 0.1);
    box-shadow: inset 1px 0 rgba(255, 223, 27, 0.25), inset -1px 0 rgba(255, 223, 27, 0.25);
}

.table-footnote {
    max-width: 72ch;
    margin-top: calc(var(--space-xl) * -0.5);
    color: var(--muted-foreground);
}

/* ============================================
   PROS & CONS - Balanced decision support
   ============================================ */

.pros-cons {
    padding: var(--space-lg);
    border: 1px solid var(--border);
    background: var(--card);
}

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

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

.pros-cons__col {
    padding: var(--space-lg);
    border-radius: var(--radius-sm);
    background: var(--surface);
}

.pros-cons__col--pro {
    border-top: 0.25rem solid var(--success);
}

.pros-cons__col--con {
    border-top: 0.25rem solid var(--warning);
}

.pros-cons__col h4 {
    color: var(--foreground);
}

.pros-cons__col ul {
    margin: 0;
}

.pros-cons__col--pro li::marker {
    color: var(--success);
}

.pros-cons__col--con li::marker {
    color: var(--warning);
}

/* ============================================
   FAQ - Native accessible disclosure cards
   ============================================ */

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

.faq-item {
    align-self: start;
    border: 1px solid var(--border-strong);
    border-radius: var(--radius-sm);
    background: var(--card);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.faq-item__q {
    min-height: 3.5rem;
    padding: 1rem 3.25rem 1rem 1rem;
    display: flex;
    align-items: center;
    color: var(--foreground);
    font-family: var(--font-display);
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

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

.faq-item__q::after {
    content: "+";
    position: absolute;
    right: 1rem;
    color: var(--primary);
    font-size: 1.6rem;
    line-height: 1;
    transition: transform 180ms ease;
}

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

.faq-item__q:focus-visible {
    outline: 3px solid var(--focus);
    outline-offset: -3px;
    border-radius: var(--radius-sm);
}

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

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

/* ============================================
   TRUST BADGES - Security and control signals
   ============================================ */

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

.trust-badge {
    min-width: 0;
    min-height: 6rem;
    padding: var(--space-md);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--space-xs);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: rgba(11, 29, 57, 0.82);
    text-align: center;
}

.trust-badge__icon {
    width: 2.3rem;
    height: 2.3rem;
}

.trust-badge__label {
    color: var(--foreground);
    font-size: 0.875rem;
    font-weight: 700;
}

.age-badge {
    width: 3rem;
    height: 3rem;
    flex: 0 0 auto;
    display: inline-grid;
    place-items: center;
    border: 3px solid var(--destructive);
    border-radius: 50%;
    color: var(--foreground);
    font-family: var(--font-display);
    font-weight: 700;
}

/* ============================================
   MEDIA - Framed editorial images vs plain art
   ============================================ */

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

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

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

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

.media-figure--plain img {
    object-fit: contain;
    filter: drop-shadow(0 24px 36px rgba(0, 0, 0, 0.38));
}

/* ============================================
   CTA BANDS - Stadium conversion moments
   ============================================ */

.cta-band {
    position: relative;
    padding-block: var(--space-3xl);
    border-block: 1px solid rgba(116, 221, 247, 0.2);
    background:
        radial-gradient(ellipse at 50% 120%, rgba(27, 101, 88, 0.42), transparent 55%),
        linear-gradient(180deg, rgba(8, 29, 53, 0.98), rgba(4, 13, 32, 1));
    text-align: center;
}

.cta-band--stadium::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.35;
    background:
        radial-gradient(ellipse at 50% 10%, rgba(255, 255, 255, 0.18), transparent 36%),
        repeating-linear-gradient(90deg, transparent 0 5.5rem, rgba(255, 255, 255, 0.08) 5.5rem 5.6rem);
}

.cta-band__inner {
    position: relative;
    z-index: 1;
    max-width: 54rem;
}

.cta-band__title {
    margin-bottom: var(--space-md);
}

.cta-band__text {
    max-width: 66ch;
    margin: 0 auto var(--space-xl);
    color: var(--muted-foreground);
}

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

/* ============================================
   SOCIAL PROOF - Available only for supplied evidence
   ============================================ */

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

.testimonial-card {
    position: relative;
}

.testimonial-card::before {
    content: "“";
    position: absolute;
    top: 0.35rem;
    right: 1rem;
    color: var(--primary);
    font-family: var(--font-display);
    font-size: 4rem;
    line-height: 1;
}

.testimonial-card__text {
    position: relative;
    z-index: 1;
    color: var(--foreground);
}

.testimonial-card__author {
    color: var(--muted-foreground);
    font-size: 0.875rem;
    font-weight: 700;
}

/* ============================================
   FOOTER - Trust, payments and legal context
   ============================================ */

.site-footer {
    position: relative;
    border-top: 1px solid var(--border);
    background:
        radial-gradient(circle at 50% 0, rgba(24, 200, 237, 0.08), transparent 28rem),
        var(--background-deep);
}

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

.site-footer__logo {
    display: inline-flex;
    flex-direction: column;
    color: var(--foreground);
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.site-footer__logo strong {
    color: var(--primary);
    font-size: 2.2rem;
}

.site-footer__claim {
    max-width: 38ch;
    margin-top: var(--space-md);
    color: var(--muted-foreground);
}

.site-footer__title {
    margin-bottom: var(--space-md);
    color: var(--primary);
    font-size: 1.1rem;
}

.site-footer__nav ul,
.pay-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer__nav li + li,
.pay-list li + li {
    margin-top: var(--space-xs);
}

.site-footer__nav a {
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
    color: var(--foreground);
    text-underline-offset: 0.2em;
}

.pay-list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-xs);
}

.pay-list li + li {
    margin-top: 0;
}

.pay-chip {
    min-height: 2.5rem;
    padding: 0.45rem 0.65rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: var(--card);
    color: var(--muted-foreground);
    font-size: 0.875rem;
}

.pay-chip svg {
    color: var(--primary);
}

.site-footer__legal {
    padding-block: var(--space-xl);
    border-top: 1px solid var(--border);
    color: var(--muted-foreground);
    font-size: 0.875rem;
}

.age-marker {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    color: var(--foreground);
}

.site-footer__copy {
    margin-top: var(--space-lg);
    color: var(--foreground);
    font-weight: 700;
}

/* ============================================
   SCROLL REVEAL - Progressive, one-way enhancement
   ============================================ */

.js-reveal-ready [data-reveal].is-reveal-pending {
    opacity: 0;
    transform: translateY(1.25rem);
}

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

/* ============================================
   TICKER & HOMEPAGE HUD - Scoreboard dressing
   ============================================ */

.odds-ticker {
    border-bottom: 1px solid rgba(116, 221, 247, 0.24);
    background: #0a1e38;
}

.odds-ticker__inner {
    width: min(100% - 2rem, var(--container));
    min-height: 2.5rem;
    margin-inline: auto;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    overflow: hidden;
}

.odds-ticker__item {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.75rem;
    color: var(--muted-foreground);
    font-family: var(--font-display);
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.odds-ticker__item span {
    display: inline-block;
    min-width: 2.5rem;
    height: 0.55rem;
    border-radius: var(--radius-pill);
    background: var(--primary);
}

.odds-ticker__item b {
    color: var(--secondary);
    font-weight: 600;
}

.hero__hud-labels {
    position: absolute;
    inset: 4% 0 0;
    z-index: 0;
    pointer-events: none;
}

.hero__hud-labels span {
    position: absolute;
    padding: 0.15rem 0.4rem;
    border: 1px solid rgba(255, 223, 27, 0.55);
    border-radius: 0.35rem;
    background: rgba(4, 13, 32, 0.72);
    color: var(--primary);
    font-family: var(--font-display);
    font-size: 0.75rem;
    font-weight: 600;
}

.hero__hud-labels span:nth-child(1) { top: 6%; left: 2%; }
.hero__hud-labels span:nth-child(2) { top: 0%; right: 12%; }
.hero__hud-labels span:nth-child(3) { top: 38%; right: 0; }
.hero__hud-labels span:nth-child(4) { bottom: 22%; left: 6%; }
.hero__hud-labels span:nth-child(5) { bottom: 6%; right: 8%; }

.trust-strip {
    margin-top: var(--space-lg);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--space-md);
    color: var(--muted-foreground);
    font-size: 0.875rem;
}

.trust-strip__age {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 0.85rem;
}

.sitemap-links {
    margin-top: var(--space-xl);
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--space-xs) var(--space-lg);
    list-style: none;
}

.sitemap-links a {
    color: var(--primary);
    font-family: var(--font-display);
    font-weight: 600;
    text-underline-offset: 0.2em;
}

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

/* ============================================
   TABLET - Denser grids and wider content splits
   ============================================ */

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

    .container,
    .section__inner,
    .site-header__inner,
    .site-footer__inner,
    .site-footer__legal,
    .cta-band__inner,
    .hero__inner {
        width: min(100% - 3rem, var(--container));
    }

    .page-section,
    .section,
    .cta-band {
        padding-block: 5rem;
    }

    .content-grid,
    .card-grid,
    .feature-grid,
    .overview-grid,
    .stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .feature-grid > :last-child:nth-child(odd),
    .overview-grid > :last-child:nth-child(odd),
    .card-grid > :last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

    .pros-cons__grid,
    .testimonials,
    .social-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

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

    .site-footer__inner {
        grid-template-columns: 1.2fr 0.8fr;
    }

    .site-footer__pay {
        grid-column: 1 / -1;
    }
}

/* ============================================
   DESKTOP - Reference-matched navigation and hero split
   ============================================ */

@media (min-width: 64rem) {
    .site-header {
        position: sticky;
    }

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

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

    .menu-toggle {
        display: none;
    }

    .primary-nav,
    .primary-nav.is-open {
        position: static;
        z-index: auto;
        flex: 1;
        max-width: none;
        padding: 0;
        overflow: visible;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: var(--space-lg);
        background: transparent;
    }

    .primary-nav__list {
        flex-direction: row;
        align-items: center;
        gap: 0.15rem;
    }

    .primary-nav__list a {
        min-height: var(--header-height);
        padding: 0.75rem;
        border-bottom: 0.2rem solid transparent;
        white-space: nowrap;
    }

    .primary-nav__actions {
        display: flex;
        flex-shrink: 0;
    }

    .hero {
        align-items: stretch;
    }

    .hero__inner {
        min-height: clamp(42rem, calc(100svh - var(--header-height)), 58rem);
        padding-block: 0;
        grid-template-columns: minmax(0, 0.92fr) minmax(25rem, 1.08fr);
        align-items: center;
        gap: var(--space-xl);
    }

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

    .hero__media {
        min-height: 100%;
        align-self: stretch;
    }

    .hero__art,
    .hero__media img[data-visual-role="hero-foreground"] {
        width: min(52vw, 52rem);
        max-width: none;
        max-height: calc(100svh - var(--header-height));
        margin-right: -6rem;
        margin-left: -5rem;
    }

    .hero__media::before {
        width: min(38vw, 31rem);
    }

    .hero__media::after {
        width: min(25vw, 20rem);
    }

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

    .split-layout--media-wide,
    .media-split--wide {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    }

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

    .feature-grid > :last-child:nth-child(odd),
    .overview-grid > :last-child:nth-child(odd),
    .card-grid > :last-child:nth-child(odd) {
        grid-column: auto;
    }

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

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

    .site-footer__inner {
        grid-template-columns: 1.1fr 0.7fr 1.2fr;
    }

    .site-footer__pay {
        grid-column: auto;
    }
}

/* ============================================
   LARGE DESKTOP - Reference maximum width
   ============================================ */

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

    .primary-nav__list a {
        padding-inline: 0.95rem;
    }
}

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

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

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

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