:root {
  color-scheme: dark;
  --ink: #06111f;
  --ink-soft: #0a192b;
  --panel: rgba(11, 28, 47, 0.78);
  --line: rgba(176, 200, 226, 0.16);
  --silver: #d7e2ef;
  --muted: #91a6bb;
  --blue: #2e8cff;
  --cyan: #58d6ff;
  --gold: #d6af58;
  --max: 1200px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--silver); background: var(--ink); }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; padding: .75rem 1rem; color: #00111f; background: white; border-radius: .4rem; }
.skip-link:focus { top: 1rem; }
.intro { position: fixed; inset: 0; z-index: 90; display: grid; place-content: center; justify-items: center; gap: 1.5rem; background: #030a12; animation: intro-away .7s ease 1.65s forwards; pointer-events: none; }
.intro::after { content: ""; position: absolute; width: 14rem; height: 14rem; border-radius: 50%; background: rgba(46,140,255,.16); filter: blur(55px); animation: intro-glow 1.2s ease both; }
.intro p { z-index: 1; margin: 0; font-size: .72rem; letter-spacing: .42em; color: #b6c9dc; animation: intro-copy .8s ease .45s both; }
.brand-placeholder { display: grid; place-items: center; flex: 0 0 auto; width: 2.5rem; height: 2.5rem; border: 1px solid rgba(88,214,255,.5); border-radius: 50%; color: var(--cyan); font-weight: 800; font-size: .7rem; letter-spacing: -.05em; box-shadow: 0 0 25px rgba(46,140,255,.16); }
.brand-placeholder--intro { z-index: 1; width: 5.8rem; height: 5.8rem; gap: .1rem; align-content: center; font-size: .58rem; letter-spacing: .16em; animation: intro-mark .9s cubic-bezier(.2,.8,.2,1) both; }
.brand-placeholder--intro b { color: white; font-size: .48rem; letter-spacing: .22em; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 20; display: flex; justify-content: space-between; align-items: center; max-width: var(--max); height: 5.5rem; margin: auto; padding: 0 1.25rem; }
.wordmark { display: flex; align-items: center; gap: .75rem; text-decoration: none; font-weight: 750; font-size: .8rem; letter-spacing: .1em; }
.wordmark b { color: var(--blue); }
nav { display: none; gap: 2rem; }
nav a { color: var(--muted); text-decoration: none; font-size: .82rem; }
nav a:hover, nav a:focus-visible { color: white; }
.hero { position: relative; min-height: 100svh; display: grid; align-items: center; gap: 3rem; max-width: 1440px; margin: 0 auto; padding: 8.5rem 1.25rem 4rem; overflow: hidden; background: radial-gradient(circle at 82% 35%, rgba(22,97,177,.22), transparent 33%), linear-gradient(150deg, #06111f 30%, #071729 100%); }
.hero::before { content: ""; position: absolute; inset: auto -8rem -14rem auto; width: 35rem; height: 35rem; border: 1px solid rgba(88,214,255,.1); border-radius: 50%; box-shadow: 0 0 0 6rem rgba(46,140,255,.025), 0 0 0 12rem rgba(46,140,255,.015); }
.hero-grid { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 4rem 4rem; mask-image: linear-gradient(to bottom, transparent, black 25%, transparent 95%); }
.hero-copy, .signal-card { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 1.25rem; color: #a9bdd1; font-size: .72rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 1.8rem; height: 1px; margin-right: .5rem; vertical-align: middle; background: var(--blue); box-shadow: 0 0 12px var(--blue); }
h1 { margin: 0; max-width: 13ch; font-size: clamp(3rem, 13vw, 6.7rem); line-height: .93; letter-spacing: -.065em; color: #f2f6fa; font-weight: 800; }
h1 em { color: transparent; -webkit-text-stroke: 1px #6ab6ff; font-style: normal; }
.hero-lede { max-width: 38rem; margin: 1.75rem 0 0; color: #a8bacb; font-size: clamp(1rem, 2vw, 1.2rem); line-height: 1.65; }
.hero-actions { display: flex; flex-direction: column; gap: .75rem; margin-top: 2rem; }
.button { min-height: 3.2rem; display: inline-flex; align-items: center; justify-content: center; gap: 1rem; padding: .8rem 1.15rem; border: 1px solid transparent; border-radius: .4rem; text-decoration: none; font-size: .88rem; font-weight: 700; transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible { outline: 2px solid white; outline-offset: 3px; }
.button--primary { color: #03111e; background: linear-gradient(135deg, #58d6ff, #2e8cff); box-shadow: 0 10px 35px rgba(46,140,255,.22); }
.button--primary:hover { box-shadow: 0 14px 40px rgba(46,140,255,.34); }
.button--ghost { border-color: var(--line); background: rgba(255,255,255,.025); }
.button--ghost:hover { border-color: rgba(88,214,255,.45); background: rgba(46,140,255,.06); }
.responsibility-note { margin-top: 1.25rem; color: #6f859a; font-size: .78rem; }
.signal-card { padding: 1.15rem; border: 1px solid var(--line); border-radius: .8rem; background: linear-gradient(145deg, rgba(15,39,64,.78), rgba(5,19,34,.86)); box-shadow: 0 30px 80px rgba(0,0,0,.35); backdrop-filter: blur(10px); }
.signal-card__top { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); font-size: .65rem; letter-spacing: .13em; }
.signal-card__top b { padding: .35rem .5rem; border: 1px solid rgba(88,214,255,.2); border-radius: 2rem; color: var(--cyan); font-size: .55rem; }
.signal-orbit { position: relative; height: 10rem; display: grid; place-items: center; margin: .8rem 0; }
.signal-orbit::before, .signal-orbit::after, .signal-orbit span { content: ""; position: absolute; border: 1px solid rgba(88,214,255,.17); border-radius: 50%; }
.signal-orbit::before { width: 8rem; height: 8rem; }
.signal-orbit::after { width: 5rem; height: 5rem; }
.signal-orbit span:first-child { width: 2.5rem; height: 2.5rem; background: rgba(46,140,255,.1); box-shadow: 0 0 35px rgba(46,140,255,.3); }
.signal-orbit span:nth-child(2) { width: .45rem; height: .45rem; margin: -5rem 0 0 5rem; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.signal-orbit i { width: 1rem; height: 1rem; border: 2px solid var(--cyan); border-radius: 50%; box-shadow: 0 0 20px rgba(88,214,255,.5); }
.signal-row { display: grid; grid-template-columns: 5rem 1fr 1.5rem; align-items: center; gap: .7rem; min-height: 2.2rem; color: #9fb1c3; font-size: .72rem; }
.signal-row div { height: 2px; background: linear-gradient(90deg, var(--blue), rgba(46,140,255,.08)); transform-origin: left; animation: signal-load 1.1s ease both 2.2s; }
.signal-row:nth-of-type(4) div { width: 80%; }
.signal-row:nth-of-type(5) div { width: 63%; }
.signal-row b { color: #d7e2ef; font-size: .65rem; }
.signal-card > p { margin: .9rem 0 0; padding-top: .9rem; border-top: 1px solid var(--line); color: #8197aa; font-size: .74rem; line-height: 1.5; }
.section-shell { width: min(100% - 2.5rem, var(--max)); margin-inline: auto; }
.section-kicker { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.2rem; color: var(--cyan); font-size: .68rem; font-weight: 750; letter-spacing: .18em; }
.section-kicker i { width: 2rem; height: 1px; background: currentColor; opacity: .6; }
.sports-band { padding: 5rem 0; background: #081625; border-block: 1px solid var(--line); }
.sports-band h2, .about-section h2, .method-section h2, .services-section h2, .results-section h2, .communities-section h2, .vip-section h2, .final-cta h2 { margin: 0; max-width: 16ch; color: #f1f5f9; font-size: clamp(2.25rem, 7vw, 4.7rem); line-height: 1; letter-spacing: -.055em; }
.sports-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 2.5rem; background: var(--line); border: 1px solid var(--line); }
.sport-card { min-height: 10.5rem; padding: 1.3rem; background: #091a2c; transition: background .25s ease, transform .25s ease; }
.sport-card:hover { position: relative; background: #0d2137; transform: translateY(-3px); }
.sport-card > span { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border: 1px solid rgba(88,214,255,.3); border-radius: 50%; color: var(--cyan); font-size: .68rem; font-weight: 800; }
.sport-card h3 { margin: 1.3rem 0 .3rem; font-size: 1rem; }
.sport-card p { margin: 0; color: var(--muted); font-size: .75rem; }
.sport-card--more { background: linear-gradient(145deg, #0a1c30, #09233e); }
.about-section { padding: 6rem 0; background: linear-gradient(180deg, #06111f, #071522); }
.about-grid { display: grid; gap: 2.4rem; }
.about-index { display: flex; align-items: center; gap: .8rem; color: #516a82; font-size: .7rem; letter-spacing: .16em; }
.about-index div { flex: 1; height: 1px; background: var(--line); }
.about-index b { color: #6b8297; }
.about-copy { max-width: 35rem; }
.about-copy p { margin: 0 0 1.1rem; color: #9eb0c1; font-size: 1rem; line-height: 1.75; }
.method-section { padding: 6rem 0; background: #0a1929; }
.section-heading { display: grid; gap: 1.4rem; margin-bottom: 3rem; }
.section-heading > p { max-width: 27rem; margin: 0; color: var(--muted); line-height: 1.65; }
.method-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.method-step { display: grid; grid-template-columns: 3.5rem 1fr; gap: 1rem; padding: 1.8rem 0; border-bottom: 1px solid var(--line); }
.method-step > span { color: var(--blue); font-size: .7rem; font-weight: 800; }
.method-step b { display: block; color: #eef4f9; font-size: clamp(1.35rem, 4vw, 2rem); text-transform: uppercase; letter-spacing: -.025em; }
.method-step p { margin: .55rem 0 0; max-width: 30rem; color: #869caf; line-height: 1.6; }
.services-section { padding: 6rem 0; background: radial-gradient(circle at 20% 40%, rgba(46,140,255,.08), transparent 35%), #06111f; }
.services-grid { display: grid; gap: .75rem; margin-top: 3rem; }
.service-card { min-height: 11.5rem; padding: 1.4rem; border: 1px solid var(--line); background: rgba(10,28,47,.55); transition: border-color .25s ease, background .25s ease; }
.service-card:hover { border-color: rgba(88,214,255,.34); background: rgba(13,36,60,.78); }
.service-card > span { color: #48637d; font-size: .65rem; font-weight: 800; }
.service-card h3 { margin: 2.5rem 0 .6rem; color: #e7eef5; font-size: 1.1rem; }
.service-card p { margin: 0; color: #8299ad; font-size: .88rem; line-height: 1.55; }
.service-card--feature { position: relative; overflow: hidden; min-height: 15rem; background: linear-gradient(145deg, rgba(13,49,81,.8), rgba(7,27,46,.9)); }
.mini-chart { position: absolute; right: 1.2rem; bottom: 1.2rem; left: 1.2rem; display: flex; align-items: end; gap: .45rem; height: 4rem; opacity: .55; }
.mini-chart i { flex: 1; height: 30%; background: linear-gradient(var(--cyan), var(--blue)); }
.mini-chart i:nth-child(2) { height: 60%; }.mini-chart i:nth-child(3) { height: 45%; }.mini-chart i:nth-child(4) { height: 85%; }.mini-chart i:nth-child(5) { height: 70%; }
.disclaimer { margin: 2rem 0 0; color: #637b91; font-size: .76rem; line-height: 1.5; }
.results-section { padding: 6rem 0; color: #14263a; background: #eef3f7; }
.results-section .section-kicker { color: #176fca; }
.results-section h2 { color: #071626; }
.results-section .section-heading > p { color: #52697d; }
.demo-banner { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1rem; padding: 1rem; border: 1px solid #c7d5e1; background: white; }
.demo-banner span { flex: 0 0 auto; padding: .3rem .45rem; color: #0759a5; background: #e4f2ff; font-size: .58rem; font-weight: 850; letter-spacing: .1em; }
.demo-banner p { margin: 0; color: #51677a; font-size: .76rem; line-height: 1.5; }
.results-table-wrap { display: none; overflow: hidden; border: 1px solid #d0dce5; background: white; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 1rem; border-bottom: 1px solid #e0e8ef; text-align: left; }
th { color: #64798c; background: #f7f9fb; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
td { color: #263b4f; font-size: .8rem; }
tr:last-child td { border-bottom: 0; }
.status { display: inline-flex; padding: .36rem .55rem; border-radius: 2rem; font-size: .6rem; font-weight: 850; letter-spacing: .06em; }
.status--ganada { color: #086444; background: #dff7ed; }
.status--perdida { color: #943b47; background: #ffe8eb; }
.results-mobile { display: grid; gap: .7rem; }
.result-card { padding: 1.1rem; border: 1px solid #d0dce5; background: white; }
.result-card > div { display: flex; align-items: center; justify-content: space-between; }
.result-card > div > span { color: #176fca; font-size: .68rem; font-weight: 800; }
.result-card h3 { margin: 1.1rem 0 .35rem; color: #132a40; font-size: 1rem; }
.result-card p { margin: 0 0 1.2rem; color: #5b7185; font-size: .82rem; }
.result-card small { display: flex; justify-content: space-between; padding-top: .8rem; border-top: 1px solid #e4ebf1; color: #6a7e90; }
.result-card small strong { color: #132a40; }
.communities-section { padding: 6rem 0 0; background: linear-gradient(180deg, #071522, #07131e); }
.community-card { display: grid; gap: 2.2rem; margin-top: 3rem; padding: 1.4rem; border: 1px solid rgba(88,214,255,.2); background: radial-gradient(circle at 0 0, rgba(46,140,255,.17), transparent 38%), #091b2c; }
.community-brand { display: flex; align-items: center; gap: 1rem; }
.community-brand > div:last-child { display: flex; flex-direction: column; font-size: 1.05rem; letter-spacing: .12em; }
.community-brand strong { color: var(--blue); font-size: .72rem; }
.logo-slot { display: grid; place-content: center; width: 5rem; height: 5rem; gap: .15rem; border: 1px dashed rgba(88,214,255,.45); border-radius: 50%; text-align: center; color: var(--cyan); font-size: .5rem; letter-spacing: .12em; }
.logo-slot b { color: #d8e6f2; font-size: .45rem; }
.community-label { color: var(--cyan) !important; font-size: .62rem !important; font-weight: 800; letter-spacing: .14em; }
.community-card h3 { margin: .8rem 0; max-width: 19ch; color: #eff5f9; font-size: clamp(1.7rem, 5vw, 2.6rem); line-height: 1.05; }
.community-card p { max-width: 35rem; color: #91a5b7; font-size: .9rem; line-height: 1.65; }
.vip-section { position: relative; overflow: hidden; padding: 8rem 0 7rem; background: linear-gradient(180deg, #07131e 0%, #090a0c 14%, #050505 100%); }
.vip-section::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: .6; }
.vip-glow { position: absolute; width: 35rem; height: 35rem; top: 15%; right: -22rem; border: 1px solid rgba(214,175,88,.15); border-radius: 50%; box-shadow: 0 0 0 7rem rgba(214,175,88,.02), 0 0 120px rgba(181,130,38,.07); }
.section-kicker--gold { color: var(--gold); }
.vip-intro { display: flex; flex-direction: column; gap: .2rem; margin-bottom: 4rem; }
.vip-intro p { color: #877b67; }
.vip-grid { display: grid; gap: 3rem; }
.logo-slot--vip { border-color: rgba(214,175,88,.45); color: var(--gold); box-shadow: 0 0 35px rgba(214,175,88,.07); }
.logo-slot--vip b, .community-brand--vip strong { color: #e2bf70; }
.vip-copy h2 { margin-top: 2.2rem; }
.vip-copy h2 em { color: var(--gold); font-style: normal; }
.vip-copy > p { max-width: 32rem; color: #958d80; line-height: 1.7; }
.vip-panel { border: 1px solid rgba(214,175,88,.2); background: linear-gradient(145deg, rgba(34,29,19,.7), rgba(10,10,10,.9)); }
.vip-panel ul { list-style: none; margin: 0; padding: .5rem 1.3rem; }
.vip-panel li { display: grid; grid-template-columns: 2.2rem 1fr; gap: .6rem; padding: 1.15rem 0; border-bottom: 1px solid rgba(214,175,88,.12); color: #d8d2c5; }
.vip-panel li span { color: #8d7240; font-size: .64rem; }
.vip-access { padding: 1.5rem 1.3rem; }
.vip-access > div { display: flex; flex-direction: column; gap: .4rem; margin-bottom: 1.3rem; }
.vip-access small { color: #75664c; font-size: .6rem; letter-spacing: .14em; }
.vip-access strong { color: #ead6a7; font-size: 1.35rem; }
.button--gold { color: #181208; background: linear-gradient(135deg, #edd38e, #b78935); box-shadow: 0 12px 38px rgba(155,108,29,.18); }
.vip-note { margin: 0; padding: 0 1.3rem 1.4rem; color: #675f54; font-size: .68rem; line-height: 1.5; }
.final-cta { padding: 6.5rem 0; text-align: center; background: radial-gradient(circle at 50% 0, rgba(46,140,255,.13), transparent 38%), #06111f; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { margin-inline: auto; }
.choice-grid { display: grid; gap: .8rem; margin-top: 3rem; text-align: left; }
.choice { position: relative; display: flex; flex-direction: column; gap: .4rem; min-height: 10rem; justify-content: end; padding: 1.4rem; border: 1px solid var(--line); text-decoration: none; transition: transform .25s ease, border-color .25s ease; }
.choice:hover { transform: translateY(-3px); border-color: rgba(88,214,255,.5); }
.choice span { color: var(--cyan); font-size: .62rem; letter-spacing: .14em; }
.choice b { font-size: 1.25rem; }
.choice i { position: absolute; top: 1.3rem; right: 1.3rem; font-size: 1.3rem; font-style: normal; }
.choice--public { background: linear-gradient(145deg, rgba(16,55,89,.75), rgba(7,25,42,.8)); }
.choice--vip { background: linear-gradient(145deg, rgba(50,40,21,.7), rgba(12,11,9,.9)); border-color: rgba(214,175,88,.22); }
.choice--vip:hover { border-color: rgba(214,175,88,.6); }
.choice--vip span, .choice--vip i { color: var(--gold); }
footer { padding: 4rem 0 2rem; background: #03090f; border-top: 1px solid #102030; }
.footer-grid { display: grid; gap: 2.8rem; }
.footer-grid > div:first-child p { color: #60758a; font-size: .78rem; }
.footer-links { display: flex; flex-direction: column; gap: .8rem; }
.footer-links span { margin-bottom: .3rem; color: #526a80; font-size: .62rem; font-weight: 800; letter-spacing: .14em; }
.footer-links a { width: fit-content; color: #9fb0bf; text-decoration: none; font-size: .82rem; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; flex-direction: column; gap: .7rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid #102030; color: #4b6073; font-size: .68rem; }
.reveal { opacity: 0; transform: translateY(1.4rem); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.sports-list .reveal:nth-child(2), .services-grid .reveal:nth-child(2) { transition-delay: .06s; }
.sports-list .reveal:nth-child(3), .services-grid .reveal:nth-child(3) { transition-delay: .12s; }
.sports-list .reveal:nth-child(4), .services-grid .reveal:nth-child(4) { transition-delay: .18s; }
.sports-list .reveal:nth-child(5), .services-grid .reveal:nth-child(5) { transition-delay: .24s; }
.sports-list .reveal:nth-child(6), .services-grid .reveal:nth-child(6) { transition-delay: .3s; }
@keyframes intro-mark { from { opacity: 0; transform: scale(.75); } }
@keyframes intro-copy { from { opacity: 0; transform: translateY(.6rem); } }
@keyframes intro-glow { from { opacity: 0; transform: scale(.5); } }
@keyframes intro-away { to { opacity: 0; visibility: hidden; } }
@keyframes signal-load { from { transform: scaleX(0); } }
@media (min-width: 720px) {
  .site-header { padding-inline: 2.5rem; }
  nav { display: flex; }
  .hero { grid-template-columns: minmax(0, 1.25fr) minmax(20rem, .75fr); padding: 9rem 2.5rem 5rem; }
  .hero-actions { flex-direction: row; }
  .button { justify-content: flex-start; padding-inline: 1.35rem; }
  .signal-card { padding: 1.4rem; }
  .section-shell { width: min(100% - 5rem, var(--max)); }
  .sports-list { grid-template-columns: repeat(3, 1fr); }
  .about-grid { grid-template-columns: .5fr 1.4fr 1fr; align-items: start; }
  .about-index { writing-mode: vertical-rl; min-height: 15rem; }
  .about-index div { width: 1px; height: auto; }
  .section-heading { grid-template-columns: 1.4fr .6fr; align-items: end; }
  .method-step { grid-template-columns: 5rem .8fr 1fr; align-items: center; }
  .method-step p { margin: 0; }
  .method-step div { display: contents; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .service-card--feature { grid-row: span 2; min-height: auto; }
  .results-table-wrap { display: block; }
  .results-mobile { display: none; }
  .community-card { grid-template-columns: .7fr 1.25fr .6fr; align-items: center; padding: 2rem; }
  .community-card .button { justify-content: center; }
  .vip-grid { grid-template-columns: 1.05fr .95fr; align-items: center; }
  .choice-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.6fr .7fr .7fr; }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
}
@media (min-width: 1050px) {
  .sports-list { grid-template-columns: repeat(6, 1fr); }
  .services-grid { grid-template-columns: repeat(4, 1fr); }
  .community-card { padding: 3rem; }
}
@media (min-width: 1240px) { .hero { padding-inline: max(2.5rem, calc((100% - 1200px)/2)); } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0ms !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .intro { display: none; }
  .reveal { opacity: 1; transform: none; }
}
