:root {
    --bg-main: #020814;
    --bg-card: #08111f;
    --navy: #071426;
    --white: #ffffff;
    --muted: #9ca3af;
    --red: #d71935;
    --blue: #2563eb;
    --border: rgba(255, 255, 255, 0.08);
    --radius: 12px;
    --radius-lg: 20px;
    --shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
    --header-h: 72px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.landing-page {
    margin: 0;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    background: var(--bg-main);
    color: var(--white);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.25rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform 0.15s, background 0.15s, border-color 0.15s;
    white-space: nowrap;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-lg {
    padding: 0.85rem 1.5rem;
    font-size: 0.95rem;
}

.btn-sm {
    padding: 0.45rem 0.9rem;
    font-size: 0.8rem;
}

.btn-primary {
    background: var(--red);
    color: var(--white);
}

.btn-primary:hover {
    background: #b9152d;
}

.btn-outline {
    background: transparent;
    border-color: var(--border);
    color: var(--white);
}

.btn-outline:hover {
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.04);
}

.btn-ghost {
    background: transparent;
    color: var(--muted);
}

.btn-ghost:hover {
    color: var(--white);
}

/* Header */
.wa-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(2, 8, 20, 0.85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
}

.wa-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: var(--header-h);
    gap: 1.25rem;
}

.wa-logo {
    height: 40px;
    width: auto;
    max-width: 48px;
    object-fit: contain;
    flex-shrink: 0;
}

.wa-logo--footer {
    height: 34px;
}

.wa-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
    text-decoration: none;
}

.wa-brand--icon-only {
    gap: 0;
    line-height: 0;
}

.wa-brand--icon-only .wa-logo {
    height: 40px;
    max-width: 40px;
}

.wa-brand-text,
.wa-brand-name,
.wa-brand-sub {
    display: none !important;
}

.wa-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.wa-brand-name {
    font-weight: 800;
    font-size: 0.95rem;
    letter-spacing: 0.06em;
}

.wa-brand-sub {
    font-size: 0.6rem;
    color: var(--muted);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.wa-nav-menu {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex: 1;
    min-width: 0;
    justify-content: flex-start;
}

.wa-nav-drawer {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex: 1;
    min-width: 0;
}

.wa-nav-end {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
    margin-left: auto;
}

.wa-nav-tools {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
}

.wa-nav-user {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

@media (max-width: 1100px) {
    .wa-nav-tools {
        position: relative;
        z-index: 303;
    }

    .wa-nav-user {
        display: flex;
    }
}

.wa-nav-drawer .wa-nav-links {
    flex: 1;
    min-width: 0;
}

@media (min-width: 1101px) {
    .wa-nav-drawer .wa-nav-links + .wa-nav-links {
        margin-left: 0.35rem;
        padding-left: 0.85rem;
        border-left: 1px solid rgba(255, 255, 255, 0.08);
    }
}

.wa-nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.35rem;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.wa-nav-links li {
    flex-shrink: 0;
}

.wa-nav-links a {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--muted);
    padding: 0.4rem 0.55rem;
    border-radius: 6px;
    transition: color 0.15s, background 0.15s;
}

.wa-nav-links a:hover {
    color: var(--white);
    background: rgba(255, 255, 255, 0.04);
}

.wa-nav-links a.is-active {
    color: var(--white);
    background: rgba(37, 99, 235, 0.12);
}

.wa-nav-live-link {
    display: inline-flex !important;
    align-items: center;
    gap: 0.35rem;
}

.wa-nav-live-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.15rem;
    height: 1.15rem;
    padding: 0 0.3rem;
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1;
    color: #fca5a5;
    background: rgba(239, 68, 68, 0.22);
    border: 1px solid rgba(239, 68, 68, 0.45);
}

.wa-nav-actions {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
    margin-left: auto;
}

.btn-nav {
    padding: 0.45rem 0.85rem !important;
    font-size: 0.8125rem !important;
}

.wa-nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    position: relative;
    z-index: 302;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.wa-nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
    transition: transform 0.2s, opacity 0.2s;
}

/* Hero */
.wa-hero {
    position: relative;
    padding: calc(var(--header-h) + 4rem) 0 5rem;
    overflow: hidden;
    min-height: 90vh;
    display: flex;
    align-items: center;
}

.wa-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 80% 40%, rgba(37, 99, 235, 0.15), transparent),
        radial-gradient(ellipse 50% 40% at 20% 80%, rgba(215, 25, 53, 0.1), transparent),
        linear-gradient(180deg, var(--navy) 0%, var(--bg-main) 100%);
    pointer-events: none;
}

.wa-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.wa-eyebrow {
    color: var(--red);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 0.75rem;
}

.wa-hero-title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    margin: 0 0 0.5rem;
    line-height: 1.05;
    background: linear-gradient(135deg, var(--white) 0%, #c5cdd8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.wa-hero-sub {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--white);
    margin: 0 0 1rem;
}

.wa-hero-desc,
.wa-hero-positioning {
    color: var(--muted);
    font-size: 1rem;
    max-width: 520px;
    margin: 0 0 0.75rem;
}

.wa-hero-positioning {
    font-size: 0.9rem;
    border-left: 3px solid var(--red);
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}

.wa-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.wa-hero-live-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1.25rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #fca5a5;
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.35);
}

.wa-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ef4444;
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.6);
    animation: wa-live-pulse 1.8s ease-out infinite;
}

@keyframes wa-live-pulse {
    0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.55); }
    70% { box-shadow: 0 0 0 8px rgba(239, 68, 68, 0); }
    100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}

.wa-btn-live {
    border-color: rgba(239, 68, 68, 0.45);
    color: #fecaca;
}

.wa-btn-live:hover {
    border-color: rgba(239, 68, 68, 0.65);
    background: rgba(239, 68, 68, 0.12);
}

/* Hero visual */
.wa-hero-visual {
    position: relative;
    height: 420px;
}

.wa-hero-card {
    position: absolute;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background: var(--bg-card);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.wa-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wa-hero-card--sport {
    width: 55%;
    height: 200px;
    top: 0;
    left: 0;
}

.wa-hero-card--esport {
    width: 48%;
    height: 160px;
    top: 30px;
    right: 0;
}

.wa-hero-card--dashboard {
    width: 70%;
    height: 180px;
    bottom: 60px;
    left: 15%;
}

.wa-hero-card-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    background: linear-gradient(transparent, rgba(2, 8, 20, 0.85));
}

.wa-mini-chart {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 80px;
    margin-bottom: auto;
}

.wa-mini-chart span {
    flex: 1;
    background: linear-gradient(180deg, var(--blue), rgba(37, 99, 235, 0.3));
    border-radius: 4px 4px 0 0;
}

.wa-mini-chart span:nth-child(1) { height: 40%; }
.wa-mini-chart span:nth-child(2) { height: 65%; }
.wa-mini-chart span:nth-child(3) { height: 85%; }
.wa-mini-chart span:nth-child(4) { height: 55%; }
.wa-mini-chart span:nth-child(5) { height: 70%; }

.wa-hero-overlay {
    position: absolute;
    bottom: 0;
    right: 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
}

.wa-ai-badge {
    background: rgba(37, 99, 235, 0.2);
    border: 1px solid rgba(37, 99, 235, 0.4);
    color: #93c5fd;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    letter-spacing: 0.05em;
}

.wa-data-line {
    width: 120px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--blue), transparent);
    animation: pulse-line 2s ease-in-out infinite;
}

@keyframes pulse-line {
    0%, 100% { opacity: 0.4; }
    50% { opacity: 1; }
}

/* Sections */
.wa-section {
    padding: 5rem 0;
}

.wa-section--alt {
    background: var(--navy);
}

.wa-section-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 3rem;
}

.wa-section-header h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin: 0 0 0.75rem;
    letter-spacing: 0.02em;
}

.wa-section-header p {
    color: var(--muted);
    margin: 0;
    font-size: 1rem;
}

/* Cards & grids */
.wa-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.5rem;
    transition: border-color 0.2s, transform 0.2s;
}

.wa-card:hover {
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.wa-grid {
    display: grid;
    gap: 1.25rem;
}

.wa-grid--4 {
    grid-template-columns: repeat(4, 1fr);
}

.wa-grid--platform {
    grid-template-columns: repeat(5, 1fr);
}

.wa-grid--sponsors {
    grid-template-columns: repeat(5, 1fr);
}

/* Pillars */
.wa-pillar-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    margin-bottom: 1rem;
    background: rgba(215, 25, 53, 0.15);
    border: 1px solid rgba(215, 25, 53, 0.3);
    position: relative;
}

.wa-pillar-card[data-icon="competition"] .wa-pillar-icon::after { content: "⚽"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; }
.wa-pillar-card[data-icon="intelligence"] .wa-pillar-icon { background: rgba(37, 99, 235, 0.15); border-color: rgba(37, 99, 235, 0.3); }
.wa-pillar-card[data-icon="intelligence"] .wa-pillar-icon::after { content: "📊"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; }
.wa-pillar-card[data-icon="media"] .wa-pillar-icon { background: rgba(168, 85, 247, 0.15); border-color: rgba(168, 85, 247, 0.3); }
.wa-pillar-card[data-icon="media"] .wa-pillar-icon::after { content: "🎬"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; }
.wa-pillar-card[data-icon="opportunity"] .wa-pillar-icon { background: rgba(34, 197, 94, 0.15); border-color: rgba(34, 197, 94, 0.3); }
.wa-pillar-card[data-icon="opportunity"] .wa-pillar-icon::after { content: "🚀"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; }

/* Shared card media */
.wa-card-media {
    margin: -1.5rem -1.5rem 1rem;
    border-radius: var(--radius) var(--radius) 0 0;
    overflow: hidden;
    border-bottom: 1px solid var(--border);
    aspect-ratio: 16 / 9;
}

.wa-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wa-card-media--platform {
    aspect-ratio: 5 / 3;
}

.wa-card-media--user {
    aspect-ratio: 18 / 10;
}

.wa-card-media--event {
    aspect-ratio: 20 / 11;
}

.wa-pillar-card,
.wa-user-card,
.wa-preview-card,
.wa-event-card {
    padding-top: 0;
    overflow: hidden;
}

.wa-pillar-card h3,
.wa-user-card h3,
.wa-preview-card h3,
.wa-sponsor-card h3,
.wa-event-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.wa-pillar-card p,
.wa-user-card p,
.wa-preview-card p,
.wa-sponsor-card p {
    color: var(--muted);
    font-size: 0.875rem;
    margin: 0;
}

.wa-preview-card--link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.wa-preview-card--link:hover {
    border-color: rgba(37, 99, 235, 0.4);
}

.wa-preview-cta {
    display: inline-block;
    margin-top: 0.75rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--blue);
    letter-spacing: 0.04em;
}

/* Download App section */
.wa-app-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 2.5rem;
    align-items: center;
}

.wa-app-mock img {
    width: 100%;
    max-width: 420px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
}

.wa-app-desc {
    color: var(--muted);
    margin: 0 0 1.25rem;
    font-size: 1rem;
    line-height: 1.6;
}

.wa-app-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.wa-app-feature {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 600;
}

.wa-app-feature-icon {
    font-size: 1.1rem;
}

.wa-app-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.wa-app-soon {
    font-size: 0.8rem;
    color: var(--muted);
}

/* Regional licenses on partnership section */
.wa-regional-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    margin: 1.5rem 0 1rem;
    max-width: 720px;
    margin-inline: auto;
}

.wa-regional-card {
    padding: 0.85rem;
    background: rgba(8, 17, 31, 0.8);
    border: 1px solid var(--border);
    border-radius: 8px;
    text-align: center;
}

.wa-regional-card.is-active {
    border-color: rgba(249, 115, 22, 0.45);
    box-shadow: 0 0 16px rgba(249, 115, 22, 0.12);
}

.wa-regional-code {
    display: block;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: var(--muted);
    margin-bottom: 0.25rem;
}

.wa-regional-card strong {
    display: block;
    font-size: 0.7rem;
    margin-bottom: 0.25rem;
}

.wa-regional-partner {
    display: block;
    font-size: 0.65rem;
    color: var(--muted);
    margin-bottom: 0.35rem;
}

.wa-regional-status {
    font-size: 0.6rem;
    font-weight: 800;
    color: #4ade80;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.wa-partner-expansion {
    font-size: 0.8rem;
    color: var(--muted);
    margin: 0 0 1.25rem;
}

/* Workflow */
.wa-workflow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 0.25rem;
    margin-bottom: 2rem;
}

.wa-workflow-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    min-width: 140px;
}

.wa-workflow-img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    border-radius: 8px;
}

.wa-workflow-banner {
    margin-bottom: 2rem;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--border);
}

.wa-workflow-banner img {
    width: 100%;
    min-height: 220px;
    max-height: 360px;
    object-fit: cover;
    display: block;
}

.wa-workflow-num {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--red);
    border-radius: 50%;
    font-weight: 800;
    font-size: 0.85rem;
}

.wa-workflow-title {
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
}

.wa-workflow-arrow {
    color: var(--muted);
    font-size: 1.25rem;
    padding: 0 0.25rem;
}

.wa-anypc-badge {
    text-align: center;
    padding: 1rem 2rem;
    background: rgba(37, 99, 235, 0.1);
    border: 1px solid rgba(37, 99, 235, 0.25);
    border-radius: var(--radius-lg);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 auto;
    width: fit-content;
    display: flex;
    justify-content: center;
}

.wa-anypc-badge span {
    color: var(--muted);
    font-size: 0.85rem;
}

.wa-anypc-badge strong {
    color: #93c5fd;
}

/* Platform preview */
.wa-preview-mock {
    height: 100px;
    background: var(--navy);
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
    border: 1px solid var(--border);
}

.wa-preview-bar {
    height: 12px;
    background: rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid var(--border);
}

.wa-preview-body {
    height: 88px;
    background: linear-gradient(180deg, rgba(37, 99, 235, 0.08) 0%, transparent 100%);
}

/* User types */
.wa-user-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--navy);
    border: 1px solid var(--border);
    margin-bottom: 1rem;
    position: relative;
}

.wa-user-card[data-icon="athlete"] .wa-user-icon::after { content: "🏃"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.wa-user-card[data-icon="school"] .wa-user-icon::after { content: "🏫"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.wa-user-card[data-icon="coach"] .wa-user-icon::after { content: "📋"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.wa-user-card[data-icon="scout"] .wa-user-icon::after { content: "🔍"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }

/* Sponsors */
.wa-sponsors {
    background: linear-gradient(180deg, var(--bg-main) 0%, var(--navy) 50%, var(--bg-main) 100%);
}

.wa-sponsor-card {
    text-align: center;
    border-top: 3px solid var(--red);
    padding-top: 0;
    overflow: hidden;
}

.wa-sponsor-logo {
    margin: 0 -1.5rem 1rem;
    padding: 1rem 1.5rem;
    background: var(--navy);
    border-bottom: 1px solid var(--border);
}

.wa-sponsor-logo img {
    width: 100%;
    max-height: 56px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.wa-sponsor-card:nth-child(2) { border-top-color: var(--blue); }
.wa-sponsor-card:nth-child(3) { border-top-color: #8b5cf6; }
.wa-sponsor-card:nth-child(4) { border-top-color: #f59e0b; }
.wa-sponsor-card:nth-child(5) { border-top-color: #22c55e; }

.wa-sponsor-examples {
    display: block;
    margin-top: 0.75rem;
    font-size: 0.75rem;
    color: var(--blue);
    font-weight: 600;
}

/* Events */
.wa-event-card {
    padding-top: 0;
    overflow: hidden;
}

.wa-event-card .wa-event-type {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
    margin-bottom: 0.75rem;
}

.wa-event-type--sports {
    background: rgba(34, 197, 94, 0.15);
    color: #4ade80;
}

.wa-event-type--esports {
    background: rgba(168, 85, 247, 0.15);
    color: #c084fc;
}

.wa-event-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.75rem 0 1rem;
    font-size: 0.85rem;
    color: var(--muted);
}

.wa-event-status {
    color: var(--red);
    font-weight: 600;
    font-size: 0.75rem;
}

.wa-event-status.is-live {
    color: #fca5a5;
}

.wa-event-card.is-live {
    border-color: rgba(239, 68, 68, 0.35);
    box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.08), var(--shadow);
}

.wa-event-card.is-live .wa-card-media::after {
    content: "LIVE";
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    padding: 0.2rem 0.45rem;
    border-radius: 4px;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #fca5a5;
    background: rgba(239, 68, 68, 0.85);
}

.wa-event-card .wa-card-media {
    position: relative;
}

/* Partner CTA */
.wa-partner-cta {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 80% 60% at 50% 100%, rgba(215, 25, 53, 0.12), transparent),
        var(--navy);
}

.wa-partner-bg {
    position: absolute;
    inset: 0;
    opacity: 0.5;
    z-index: 0;
    pointer-events: none;
}

.wa-partner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.wa-partner-inner {
    position: relative;
    z-index: 1;
    text-align: center;
}

.wa-partner-content {
    position: relative;
    z-index: 1;
}

.wa-partner-content h2 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    margin: 0 0 1rem;
}

.wa-partner-content p {
    color: var(--muted);
    max-width: 560px;
    margin: 0 auto 2rem;
}

.wa-partner-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

/* Footer */
.wa-footer {
    border-top: 1px solid var(--border);
    padding: 4rem 0 2rem;
    background: var(--bg-main);
}

.wa-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.wa-footer-brand span {
    display: block;
    font-weight: 800;
    letter-spacing: 0.06em;
    margin: 0.75rem 0;
}

.wa-footer-tagline {
    color: var(--muted);
    font-size: 0.85rem;
    margin: 0;
    max-width: 280px;
}

.wa-footer-col h4 {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted);
    margin: 0 0 1rem;
}

.wa-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wa-footer-col li {
    margin-bottom: 0.5rem;
}

.wa-footer-col a {
    color: var(--muted);
    font-size: 0.875rem;
    transition: color 0.15s;
}

.wa-footer-col a:hover {
    color: var(--white);
}

.wa-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border);
}

.wa-footer-bottom p {
    margin: 0;
    color: var(--muted);
    font-size: 0.85rem;
}

.wa-social {
    display: flex;
    gap: 0.75rem;
}

.wa-social a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--muted);
    transition: border-color 0.15s, color 0.15s;
}

.wa-social a:hover {
    border-color: var(--red);
    color: var(--white);
}

/* Responsive */
@media (max-width: 1280px) {
    .wa-brand-sub {
        display: none;
    }

    .wa-nav-links a {
        font-size: 0.75rem;
        padding: 0.35rem 0.45rem;
    }
}

@media (max-width: 1100px) {
    .wa-header {
        z-index: 300;
    }

    body.wa-has-mobile-nav .wa-nav-drawer {
        display: none !important;
    }

    .wa-grid--4,
    .wa-grid--sponsors {
        grid-template-columns: repeat(2, 1fr);
    }

    .wa-grid--platform {
        grid-template-columns: repeat(3, 1fr);
    }

    .wa-nav-toggle {
        display: flex;
        flex-shrink: 0;
    }

    .wa-nav .wa-brand {
        flex: 1;
        min-width: 0;
        position: relative;
        z-index: 302;
    }

    .wa-nav-drawer {
        position: fixed;
        top: var(--header-h);
        left: 0;
        right: 0;
        bottom: 0;
        flex: none;
        flex-direction: column;
        align-items: stretch;
        padding: 1rem 1.25rem 1.5rem;
        background: var(--bg-main);
        border-top: 1px solid var(--border);
        transform: translateX(100%);
        transition: transform 0.25s ease, visibility 0.25s ease;
        gap: 0;
        z-index: 301;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        pointer-events: none;
        visibility: hidden;
    }

    .wa-nav-drawer.is-open {
        transform: translateX(0);
        pointer-events: auto;
        visibility: visible;
    }

    .wa-nav-end {
        position: relative;
        z-index: 302;
    }

    .wa-nav-links {
        flex-direction: column;
        gap: 0.15rem;
        white-space: normal;
        flex: 1;
    }

    .wa-nav-links a {
        display: block;
        padding: 0.85rem 0.65rem;
        font-size: 1rem;
        border-radius: 10px;
    }

    .wa-nav-toggle.is-active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .wa-nav-toggle.is-active span:nth-child(2) {
        opacity: 0;
    }

    .wa-nav-toggle.is-active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
}

body.wa-nav-drawer-open {
    overflow: hidden;
}

body.wa-nav-drawer-open::before {
    content: '';
    position: fixed;
    inset: 0;
    top: var(--header-h);
    background: rgba(2, 8, 20, 0.72);
    z-index: 300;
    pointer-events: auto;
}

body.wa-nav-drawer-open .wa-mobile-nav {
    display: none;
}

@media (max-width: 900px) {
    .wa-hero-grid {
        grid-template-columns: 1fr;
    }

    .wa-app-grid {
        grid-template-columns: 1fr;
    }

    .wa-app-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .wa-regional-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wa-hero-visual {
        height: 320px;
        max-width: 480px;
        margin: 0 auto;
    }

    .wa-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .wa-footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .wa-hero {
        min-height: auto;
        padding: 1.75rem 0;
    }

    .wa-hero-title {
        font-size: clamp(2rem, 9vw, 2.5rem);
    }

    .wa-hero-sub,
    .wa-hero-desc {
        font-size: 0.95rem;
    }
}

@media (max-width: 600px) {
    .wa-grid--4,
    .wa-grid--platform,
    .wa-grid--sponsors {
        grid-template-columns: 1fr;
    }

    .wa-app-features,
    .wa-regional-grid {
        grid-template-columns: 1fr;
    }

    .wa-workflow-arrow {
        display: none;
    }

    .wa-workflow {
        flex-direction: column;
    }

    .wa-workflow-step {
        width: 100%;
    }

    .wa-footer-grid {
        grid-template-columns: 1fr;
    }

    .wa-footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

/* ——— Simplified public homepage ——— */
.wa-home {
    padding-top: var(--header-h);
}

.wa-home-hero {
    padding: 3.5rem 0 2.5rem;
    background:
        radial-gradient(ellipse 80% 60% at 50% -20%, rgba(37, 99, 235, 0.18), transparent),
        var(--bg-main);
    border-bottom: 1px solid var(--border);
}

.wa-home-hero-inner {
    max-width: 720px;
}

.wa-home-hero-copy h1 {
    margin: 0 0 0.75rem;
    font-size: clamp(2rem, 5vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.wa-home-lead {
    margin: 0 0 1.5rem;
    color: #cbd5e1;
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 36rem;
}

.wa-home-live-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 0 1rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(215, 25, 53, 0.12);
    border: 1px solid rgba(215, 25, 53, 0.35);
    color: #fca5a5;
    font-size: 0.82rem;
    font-weight: 600;
}

.wa-home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.wa-home-section {
    padding: 2.5rem 0;
}

.wa-home-section--featured {
    padding-top: 0;
}

.wa-home-section--muted {
    padding: 1.75rem 0 3rem;
    border-top: 1px solid var(--border);
}

.wa-home-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.wa-home-section-head h2 {
    margin: 0;
    font-size: 1.35rem;
}

.wa-home-section-head p {
    margin: 0.25rem 0 0;
    color: var(--muted);
    font-size: 0.88rem;
}

.wa-home-link {
    color: #93c5fd;
    font-size: 0.85rem;
    white-space: nowrap;
}

.wa-home-link:hover {
    color: #bfdbfe;
}

.wa-home-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.85rem;
}

.wa-home-quick-card {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1.1rem 1rem;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background: var(--bg-card);
    transition: border-color 0.15s, transform 0.15s;
}

.wa-home-quick-card:hover {
    border-color: rgba(255, 255, 255, 0.18);
    transform: translateY(-2px);
}

.wa-home-quick-card strong {
    font-size: 0.95rem;
    color: var(--white);
}

.wa-home-quick-card span:last-child {
    font-size: 0.78rem;
    color: var(--muted);
    line-height: 1.45;
}

.wa-home-quick-icon {
    font-size: 1.15rem;
    line-height: 1;
    margin-bottom: 0.15rem;
}

.wa-home-quick-card--live {
    border-color: rgba(215, 25, 53, 0.35);
    background: rgba(215, 25, 53, 0.08);
}

.wa-home-featured {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.35rem 1.25rem;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(56, 189, 248, 0.28);
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.08), rgba(99, 102, 241, 0.06));
}

.wa-home-kicker {
    margin: 0 0 0.35rem;
    color: #7dd3fc;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wa-home-featured h2 {
    margin: 0 0 0.35rem;
    font-size: 1.15rem;
}

.wa-home-featured p {
    margin: 0;
    color: #cbd5e1;
    font-size: 0.88rem;
}

.wa-home-meta {
    margin-top: 0.35rem !important;
    color: var(--muted) !important;
    font-size: 0.8rem !important;
}

.wa-home-featured-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.wa-home-events {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.85rem;
}

.wa-home-event {
    display: flex;
    flex-direction: column;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background: var(--bg-card);
    overflow: hidden;
}

.wa-home-event.is-live {
    border-color: rgba(215, 25, 53, 0.35);
}

.wa-home-event-media {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #0f172a;
}

.wa-home-event-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wa-home-event-body {
    padding: 0.9rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    flex: 1;
}

.wa-home-event-body h3 {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.35;
}

.wa-home-event-type {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #94a3b8;
}

.wa-home-event-body .btn {
    margin-top: auto;
    align-self: flex-start;
}

.wa-home-empty {
    padding: 2rem;
    text-align: center;
    border-radius: var(--radius);
    border: 1px dashed var(--border);
    color: var(--muted);
}

.wa-home-empty p {
    margin: 0 0 0.75rem;
}

.wa-home-pro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.wa-home-pro p {
    margin: 0;
    color: var(--muted);
    font-size: 0.88rem;
}

.wa-home-pro-actions {
    display: flex;
    gap: 0.5rem;
}

.wa-footer--slim {
    border-top: 1px solid var(--border);
    padding: 1.25rem 0;
}

.wa-footer--slim .wa-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0;
}

.wa-footer--slim .wa-footer-bottom p {
    margin: 0;
    color: var(--muted);
    font-size: 0.82rem;
}

.wa-footer-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.wa-footer-inline a {
    color: var(--muted);
    font-size: 0.82rem;
}

.wa-footer-inline a:hover {
    color: var(--white);
}

@media (max-width: 900px) {
    .wa-home-quick-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wa-home-events {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .wa-home-hero {
        padding: 2.25rem 0 1.75rem;
    }

    .wa-home-hero-actions .btn-lg {
        width: 100%;
    }

    .wa-home-section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .wa-footer--slim .wa-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ——— Sports vs Esports vertical zones ——— */
.wa-vertical-jump {
    gap: 0.65rem;
}

.wa-vertical-jump-btn--sports {
    background: linear-gradient(135deg, #15803d, #22c55e);
    border-color: rgba(34, 197, 94, 0.5);
    color: #fff;
}

.wa-vertical-jump-btn--sports:hover {
    filter: brightness(1.06);
    color: #fff;
}

.wa-vertical-jump-btn--esports {
    background: linear-gradient(135deg, #6d28d9, #a855f7);
    border-color: rgba(168, 85, 247, 0.5);
    color: #fff;
}

.wa-vertical-jump-btn--esports:hover {
    filter: brightness(1.06);
    color: #fff;
}

.wa-vertical-zone {
    padding: 2.75rem 0;
    border-top: 1px solid var(--border);
}

.wa-vertical-zone--sports {
    background:
        radial-gradient(ellipse 70% 50% at 10% 0%, rgba(34, 197, 94, 0.12), transparent),
        var(--bg-main);
}

.wa-vertical-zone--esports {
    background:
        radial-gradient(ellipse 70% 50% at 90% 0%, rgba(168, 85, 247, 0.14), transparent),
        var(--bg-main);
}

.wa-vertical-zone-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.wa-vertical-zone-kicker {
    margin: 0 0 0.25rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.wa-vertical-zone--sports .wa-vertical-zone-kicker {
    color: #86efac;
}

.wa-vertical-zone--esports .wa-vertical-zone-kicker {
    color: #d8b4fe;
}

.wa-vertical-zone-head h2 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--white);
}

.wa-vertical-live-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
}

.wa-vertical-zone--sports .wa-vertical-live-pill {
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.35);
    color: #86efac;
}

.wa-vertical-zone--esports .wa-vertical-live-pill {
    background: rgba(168, 85, 247, 0.12);
    border: 1px solid rgba(168, 85, 247, 0.35);
    color: #d8b4fe;
}

.wa-vertical-quick-grid {
    margin-bottom: 1.25rem;
}

.wa-vertical-zone--sports .wa-home-quick-card:hover {
    border-color: rgba(34, 197, 94, 0.35);
}

.wa-vertical-zone--esports .wa-home-quick-card:hover {
    border-color: rgba(168, 85, 247, 0.35);
}

.wa-vertical-featured {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.25rem;
    border-radius: var(--radius-lg);
    margin-bottom: 1.5rem;
}

.wa-vertical-zone--sports .wa-vertical-featured {
    border: 1px solid rgba(34, 197, 94, 0.28);
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.08), rgba(21, 128, 61, 0.05));
}

.wa-vertical-zone--sports .wa-home-kicker {
    color: #86efac;
}

.wa-vertical-zone--esports .wa-vertical-featured {
    border: 1px solid rgba(168, 85, 247, 0.28);
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.1), rgba(109, 40, 217, 0.06));
}

.wa-vertical-zone--esports .wa-home-kicker {
    color: #d8b4fe;
}

.wa-vertical-featured h3 {
    margin: 0 0 0.35rem;
    font-size: 1.1rem;
}

.wa-vertical-events-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.wa-vertical-events-head h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.wa-vertical-zone--sports .wa-home-event.is-live {
    border-color: rgba(34, 197, 94, 0.4);
}

.wa-vertical-zone--esports .wa-home-event.is-live {
    border-color: rgba(168, 85, 247, 0.4);
}

.wa-live-hub-hero {
    padding-bottom: 1.5rem;
}

.wa-vertical-switch {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.wa-vertical-switch-btn {
    padding: 0.45rem 1rem;
    border-radius: 999px;
    border: 1px solid var(--border);
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--muted);
    text-decoration: none;
}

.wa-vertical-switch-btn--sports.is-active,
.wa-vertical-switch-btn--sports:hover {
    border-color: rgba(34, 197, 94, 0.45);
    background: rgba(34, 197, 94, 0.12);
    color: #86efac;
}

.wa-vertical-switch-btn--esports.is-active,
.wa-vertical-switch-btn--esports:hover {
    border-color: rgba(168, 85, 247, 0.45);
    background: rgba(168, 85, 247, 0.12);
    color: #d8b4fe;
}

.wa-live-hub-list {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.wa-live-hub-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background: var(--bg-card);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s, transform 0.15s;
}

.wa-live-hub-card:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.18);
}

.wa-live-hub-card strong {
    display: block;
    color: var(--white);
    margin-bottom: 0.2rem;
}

.wa-live-hub-card small {
    color: var(--muted);
    font-size: 0.78rem;
}

/* ——— Home hero banner carousel ——— */
.wa-hero-banner {
    --wa-hero-native-w: 1000px;
    --wa-hero-native-h: 375px;
    position: relative;
    margin-top: var(--header-h);
    overflow: hidden;
    background: #020617;
}

.wa-hero-banner__track {
    position: relative;
    width: min(100%, var(--wa-hero-native-w));
    max-width: var(--wa-hero-native-w);
    margin-inline: auto;
    aspect-ratio: 1000 / 375;
    min-height: clamp(200px, 37.5vw, var(--wa-hero-native-h));
}

.wa-hero-banner__slide {
    position: absolute;
    inset: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 0;
}

.wa-hero-banner__slide.is-active {
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
}

.wa-hero-banner__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: var(--wa-hero-native-w);
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: translateX(-50%) translateZ(0);
    backface-visibility: hidden;
    image-rendering: auto;
}

/* Bottom-left legibility for CTA only */
.wa-hero-banner__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 1;
    height: 42%;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(
        0deg,
        rgba(2, 8, 20, 0.72) 0%,
        rgba(2, 8, 20, 0.25) 55%,
        transparent 100%
    );
}

.wa-hero-banner__slide--sports .wa-hero-banner__overlay {
    background: linear-gradient(
        0deg,
        rgba(7, 20, 38, 0.78) 0%,
        rgba(7, 20, 38, 0.28) 55%,
        transparent 100%
    );
}

.wa-hero-banner__slide--esports .wa-hero-banner__overlay {
    background: linear-gradient(
        0deg,
        rgba(30, 10, 45, 0.78) 0%,
        rgba(30, 10, 45, 0.28) 55%,
        transparent 100%
    );
}

.wa-hero-banner__slide--platform .wa-hero-banner__overlay {
    background: linear-gradient(
        0deg,
        rgba(15, 23, 42, 0.78) 0%,
        rgba(15, 23, 42, 0.3) 55%,
        transparent 100%
    );
}

.wa-hero-banner__content {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0 1.25rem 2.85rem;
    margin: 0;
    max-width: none;
}

.wa-hero-banner__cta {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0.55rem 1.15rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #0f172a;
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(249, 115, 22, 0.35);
    transition: transform 0.15s, box-shadow 0.15s;
}

.wa-hero-banner__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(249, 115, 22, 0.42);
    color: #0f172a;
}

.wa-hero-banner__dots {
    position: absolute;
    left: 50%;
    bottom: 0.85rem;
    z-index: 3;
    display: flex;
    gap: 0.45rem;
    transform: translateX(-50%);
}

.wa-hero-banner__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    transition: width 0.25s, background 0.2s;
}

.wa-hero-banner__dot.is-active {
    width: 1.65rem;
    background: #f97316;
}

.wa-hero-banner__arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    background: rgba(2, 8, 20, 0.72);
    color: #f8fafc;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
}

.wa-hero-banner__arrow:hover {
    background: rgba(249, 115, 22, 0.25);
    border-color: rgba(249, 115, 22, 0.45);
}

.wa-hero-banner__arrow--prev { left: 0.65rem; }
.wa-hero-banner__arrow--next { right: 0.65rem; }

@media (max-width: 640px) {
    .wa-hero-banner__arrow {
        display: none;
    }

    .wa-hero-banner__content {
        padding: 0 1rem 2.5rem 1rem;
    }
}

@media (min-width: 1001px) {
    .wa-hero-banner {
        background:
            radial-gradient(ellipse 80% 120% at 50% 50%, rgba(15, 23, 42, 0.35), transparent),
            #020617;
    }
}

/* ——— Modern homepage (single shell + tabs) ——— */
.wa-home--modern {
    padding-top: 0;
}

.wa-shell {
    padding: 2rem 0 2.5rem;
}

.wa-shell-inner {
    max-width: 640px;
}

.wa-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 1rem;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.25);
    color: #fca5a5;
    font-size: 0.78rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s;
}

.wa-live-badge:hover {
    background: rgba(239, 68, 68, 0.16);
    color: #fecaca;
}

.wa-shell-title {
    margin: 0;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.wa-shell-lead {
    margin: 0.35rem 0 1.5rem;
    color: var(--muted);
    font-size: 0.95rem;
}

.wa-tabs-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.wa-picks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.wa-pick {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 1rem 1.05rem;
    border-radius: 14px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.02);
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s, transform 0.15s;
}

.wa-pick:hover {
    transform: translateY(-1px);
}

.wa-pick-label {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.wa-pick--sports .wa-pick-label { color: #86efac; }
.wa-pick--esports .wa-pick-label { color: #d8b4fe; }

.wa-pick-title {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--white);
}

.wa-pick-meta {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.2rem;
    font-size: 0.72rem;
    color: var(--muted);
}

#hv-sports:checked ~ .wa-picks .wa-pick--sports {
    border-color: rgba(34, 197, 94, 0.45);
    background: rgba(34, 197, 94, 0.08);
    box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.12);
}

#hv-esports:checked ~ .wa-picks .wa-pick--esports {
    border-color: rgba(168, 85, 247, 0.45);
    background: rgba(168, 85, 247, 0.08);
    box-shadow: inset 0 0 0 1px rgba(168, 85, 247, 0.12);
}

.wa-strip {
    display: flex;
    gap: 0.35rem;
    margin-bottom: 1.25rem;
    padding: 0.25rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border);
}

.wa-strip-link {
    flex: 1;
    padding: 0.55rem 0.5rem;
    border-radius: 9px;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--muted);
    text-decoration: none;
    transition: color 0.15s, background 0.15s;
}

.wa-strip-link:hover {
    color: var(--white);
    background: rgba(255, 255, 255, 0.05);
}

.wa-strip-link.is-live {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    color: #fca5a5;
    background: rgba(239, 68, 68, 0.1);
}

.wa-strip-link.is-live:hover {
    color: #fecaca;
    background: rgba(239, 68, 68, 0.16);
}

.wa-tab-panel--esports {
    display: none;
}

#hv-esports:checked ~ .wa-tab-panel--sports {
    display: none;
}

#hv-esports:checked ~ .wa-tab-panel--esports {
    display: block;
}

.wa-spotlight {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.05rem;
    margin-bottom: 0.75rem;
    border-radius: 14px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.15s, filter 0.15s;
}

.wa-spotlight:hover {
    transform: translateY(-1px);
    filter: brightness(1.04);
}

.wa-spotlight--sports {
    border: 1px solid rgba(34, 197, 94, 0.3);
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(21, 128, 61, 0.04));
}

.wa-spotlight--esports {
    border: 1px solid rgba(168, 85, 247, 0.3);
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.1), rgba(109, 40, 217, 0.04));
}

.wa-spotlight-copy {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.wa-spotlight-tag {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
}

.wa-spotlight-copy strong {
    font-size: 0.9rem;
    color: var(--white);
    line-height: 1.3;
}

.wa-spotlight-desc {
    margin: 0.15rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
}

.wa-spotlight-desc span {
    font-size: 0.74rem;
    line-height: 1.4;
    color: #94a3b8;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wa-spotlight-copy small {
    margin-top: 0.2rem;
    font-size: 0.72rem;
    color: var(--muted);
}

.wa-spotlight-go {
    flex-shrink: 0;
    font-size: 0.78rem;
    font-weight: 700;
    color: #93c5fd;
    white-space: nowrap;
}

.wa-event-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.wa-event-row {
    display: grid;
    grid-template-columns: 56px 1fr auto;
    align-items: start;
    gap: 0.75rem;
    padding: 0.65rem 0.65rem 0.65rem 0.55rem;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.02);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s, background 0.15s;
}

.wa-event-row:hover {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
}

.wa-event-row.is-live {
    border-color: rgba(239, 68, 68, 0.3);
}

.wa-event-row img {
    width: 56px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
    background: #0f172a;
}

.wa-event-row-body {
    min-width: 0;
}

.wa-event-row-body strong {
    display: block;
    font-size: 0.85rem;
    color: var(--white);
    line-height: 1.3;
}

.wa-event-row-desc {
    margin: 0.2rem 0 0.15rem;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.wa-event-row-desc span {
    font-size: 0.72rem;
    line-height: 1.4;
    color: #94a3b8;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wa-event-row-meta {
    display: block;
    font-size: 0.7rem;
    color: var(--muted);
}

.wa-event-row-go,
.wa-event-row-live {
    margin-top: 0.35rem;
}

.wa-event-row-go {
    color: var(--muted);
    font-size: 0.9rem;
}

.wa-event-row-live {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.68rem;
    font-weight: 700;
    color: #fca5a5;
    white-space: nowrap;
}

.wa-panel-empty {
    padding: 1.5rem 1rem;
    text-align: center;
    border-radius: 12px;
    border: 1px dashed var(--border);
}

.wa-panel-empty p {
    margin: 0 0 0.5rem;
    color: var(--muted);
    font-size: 0.85rem;
}

.wa-panel-link {
    font-size: 0.8rem;
    font-weight: 600;
    color: #93c5fd;
    text-decoration: none;
}

.wa-panel-more {
    display: block;
    margin-top: 0.75rem;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--muted);
    text-decoration: none;
}

.wa-panel-more:hover {
    color: #93c5fd;
}

.wa-home-foot {
    padding: 1rem 0 2.5rem;
    border-top: 1px solid var(--border);
}

.wa-home-foot-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    max-width: 640px;
    font-size: 0.82rem;
    color: var(--muted);
}

.wa-home-foot-inner a {
    color: #93c5fd;
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 640px) {
    .wa-shell {
        padding: 1.5rem 0 2rem;
    }

    .wa-spotlight {
        flex-direction: column;
        align-items: flex-start;
    }

    .wa-spotlight-copy strong,
    .wa-spotlight-copy small {
        white-space: normal;
    }
}

/* ——— Home YouTube featured (mobile watch UI) ——— */
.wa-yt-feature {
    background: #0f0f0f;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 0 0 0.25rem;
}

.wa-yt-feature-inner {
    max-width: 640px;
    padding-left: 0;
    padding-right: 0;
}

.wa-yt-player-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}

.wa-yt-player {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.wa-yt-detail {
    padding: 0.75rem 0.85rem 1rem;
}

.wa-yt-title {
    margin: 0 0 0.65rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    color: #f1f1f1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wa-yt-channel-row {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.55rem;
}

.wa-yt-avatar {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    background: #272727;
}

.wa-yt-channel-meta {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.wa-yt-channel-name {
    font-size: 0.88rem;
    font-weight: 600;
    color: #f1f1f1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wa-yt-channel-sub {
    font-size: 0.72rem;
    color: #aaa;
}

.wa-yt-subscribe {
    flex-shrink: 0;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: #f1f1f1;
    color: #0f0f0f;
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.15s;
}

.wa-yt-subscribe:hover {
    background: #fff;
    color: #0f0f0f;
}

.wa-yt-stats {
    margin: 0 0 0.75rem;
    font-size: 0.75rem;
    color: #aaa;
}

.wa-yt-actions {
    display: flex;
    gap: 0.35rem;
    padding-top: 0.35rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wa-yt-action {
    flex: 1;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    padding: 0.45rem 0.25rem;
    border-radius: 10px;
    color: #f1f1f1;
    font-size: 0.68rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.15s;
}

.wa-yt-action:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.wa-yt-rail-wrap {
    padding: 0 0.85rem 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.wa-yt-rail-label {
    margin: 0.85rem 0 0.55rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #aaa;
}

.wa-yt-rail {
    display: flex;
    gap: 0.65rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.35rem;
    scrollbar-width: none;
}

.wa-yt-rail::-webkit-scrollbar {
    display: none;
}

.wa-yt-rail-card {
    flex: 0 0 168px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    color: inherit;
    font: inherit;
}

.wa-yt-rail-thumb {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #272727;
}

.wa-yt-rail-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wa-yt-rail-playing {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 1.25rem;
}

.wa-yt-rail-card.is-active .wa-yt-rail-thumb {
    outline: 2px solid #fff;
    outline-offset: 1px;
}

.wa-yt-rail-title {
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.3;
    color: #f1f1f1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wa-yt-rail-channel {
    font-size: 0.68rem;
    color: #aaa;
}

@media (max-width: 640px) {
    .wa-yt-feature-inner {
        max-width: none;
    }

    .wa-yt-player-wrap {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .wa-yt-detail {
        padding-left: max(0.85rem, env(safe-area-inset-left));
        padding-right: max(0.85rem, env(safe-area-inset-right));
    }

    .wa-yt-rail-wrap {
        padding-left: max(0.85rem, env(safe-area-inset-left));
        padding-right: max(0.85rem, env(safe-area-inset-right));
    }
}
