:root {
  --bg: #0b0c10;
  --bg-soft: #101116;
  --panel: #15171e;
  --panel-2: #191c24;
  --line: #272a34;
  --line-soft: #1d2028;
  --text: #f4f5f7;
  --muted: #9a9da8;
  --muted-2: #656974;
  --red: #f1262d;
  --red-dark: #bd161d;
  --green: #35d69a;
  --blue: #4e8cff;
  --max: 1240px;
  --pad: clamp(1.25rem, 4vw, 3.75rem);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6.5rem; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 88% 0%, rgba(241,38,45,.055), transparent 31rem),
    radial-gradient(circle at 8% 34%, rgba(78,140,255,.025), transparent 34rem),
    var(--bg);
  color: var(--text);
  font-family: "Segoe UI Variable", "Aptos", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  font-kerning: normal;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::before {
  display: none;
}
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-weight: 800; text-wrap: balance; }
p { text-wrap: pretty; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(100%, var(--max)); margin-inline: auto; padding-inline: var(--pad); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 200; background: white; color: black; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 88px;
  border-bottom: 0;
  background: rgba(9,10,14,.34);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(0,0,0,.12);
}
.nav-wrap { position: relative; top: 10px; height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0 .65rem 0 1.1rem; border: 1px solid rgba(255,255,255,.095); border-radius: 16px; background: rgba(17,18,24,.9); box-shadow: 0 16px 45px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.025); }
.brand { display: inline-flex; align-items: center; }
.brand-logo-vector { display: block; width: 108px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: .65rem; margin-left: auto; color: #a8abb5; font-size: .82rem; font-weight: 650; }
.nav-links { display: flex; align-items: center; gap: .1rem; padding: .28rem; border: 1px solid rgba(255,255,255,.055); border-radius: 11px; background: rgba(255,255,255,.025); }
.nav-links a { padding: .52rem .72rem; border-radius: 8px; transition: color .2s ease, background .2s ease; }
.nav-links a:hover { color: #ffffff; background: rgba(255,255,255,.055); }
.nav-actions { display: flex; align-items: center; gap: .55rem; }
.primary-nav .signin { margin-left: 0; padding: .62rem .78rem; border-radius: 9px; color: #dddfe5; transition: color .2s ease, background .2s ease; }
.primary-nav .signin:hover { color: #ffffff; background: rgba(255,255,255,.045); }
.primary-nav .button-small { min-height: 44px; padding-inline: 1rem .75rem; box-shadow: 0 9px 26px rgba(241,38,45,.24); }
.primary-nav .button-small span { font-size: .75rem; transition: transform .2s ease; }
.primary-nav .button-small:hover span { transform: translate(2px,-2px); }
.mobile-signin { display: none; }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); color: white; background: rgba(255,255,255,.02); border-radius: var(--radius-sm); }
.menu-button span:not(.sr-only) { width: 18px; height: 1px; background: currentColor; display: block; margin: 5px auto; }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  border: 1px solid var(--red);
  background: var(--red);
  color: white;
  padding: .8rem 1.35rem;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-family: inherit;
  font-size: .9rem;
  cursor: pointer;
  box-shadow: 0 10px 32px rgba(241,38,45,.18);
  transition: transform .2s, background .2s, border-color .2s;
}
.button:hover { transform: translateY(-2px); background: #ff343b; border-color: #ff343b; }
.hero-primary { position: relative; min-height: 54px; overflow: hidden; padding: .75rem .65rem .75rem 1.45rem; gap: 1rem; border-color: rgba(255,255,255,.12); border-radius: 9px; background: linear-gradient(135deg, #ff363e 0%, #ed202a 56%, #cf131d 100%); box-shadow: 0 16px 40px rgba(241,38,45,.26), inset 0 1px 0 rgba(255,255,255,.24); }
.hero-primary::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, rgba(255,255,255,.14), transparent 36%); }
.hero-primary > span { position: relative; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.17); border-radius: 7px; background: rgba(92,0,7,.2); transition: transform .2s ease, background .2s ease; }
.hero-primary:hover { border-color: rgba(255,255,255,.2); background: linear-gradient(135deg, #ff454c 0%, #f32731 56%, #d71923 100%); box-shadow: 0 20px 48px rgba(241,38,45,.34), inset 0 1px 0 rgba(255,255,255,.3); }
.hero-primary:hover > span { transform: translate(2px,-2px); background: rgba(92,0,7,.28); }
.button-small { min-height: 42px; padding: .55rem 1.1rem; font-size: .82rem; }
.button-ghost { background: transparent; color: #e6e7eb; border-color: #363945; box-shadow: none; }
.button-ghost:hover { background: #171920; border-color: #555966; }
.button.wide { width: 100%; }
.play-icon { width: 16px; height: 16px; fill: currentColor; }

.section-grid { position: relative; overflow: hidden; }
.section-grid::before, .section-grid::after { content: ""; position: absolute; pointer-events: none; background: rgba(255,255,255,.055); }
.section-grid::before { top: 0; bottom: 0; left: calc(50% - 620px); width: 1px; }
.section-grid::after { display: none; }

.hero { min-height: 785px; margin-top: -88px; padding-top: 88px; display: grid; align-items: center; border-bottom: 1px solid var(--line-soft); isolation: isolate; }
.hero-atmosphere {
  position: absolute;
  z-index: -2;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(11,12,16,.9) 0%, rgba(11,12,16,.5) 39%, rgba(11,12,16,.64) 72%, rgba(11,12,16,.93) 100%),
    linear-gradient(180deg, rgba(11,12,16,.2) 0%, rgba(11,12,16,.05) 48%, rgba(11,12,16,.88) 100%),
    url("./assets/hero-athlete.webp");
  background-position: center, center, center;
  background-size: 100% 100%, 100% 100%, cover;
  background-repeat: no-repeat;
  filter: saturate(.92) contrast(1.04);
  transform: scale(1.01);
}
.hero-glow { position: absolute; z-index: -1; width: 750px; height: 750px; right: -230px; top: -240px; background: radial-gradient(circle, rgba(241,38,45,.13), transparent 64%); filter: blur(10px); }
.hero-inner { z-index: 1; display: grid; grid-template-columns: .93fr 1.3fr; align-items: center; gap: clamp(2rem, 5vw, 5.5rem); padding-top: 4rem; padding-bottom: 4rem; position: relative; }
.eyebrow { display: flex; align-items: center; gap: .7rem; color: #a8abb4; text-transform: uppercase; letter-spacing: .19em; font-size: .69rem; font-weight: 700; white-space: nowrap; }
.eyebrow span { width: 7px; height: 7px; background: var(--red); display: inline-block; }
.eyebrow b { width: 34px; height: 1px; background: #30333c; margin-inline: .15rem; }
.hero h1 { margin: 2rem 0 1.5rem; font-size: clamp(3.3rem, 5.6vw, 5.35rem); line-height: .99; letter-spacing: -.048em; max-width: 11ch; }
.hero-copy > p { color: #a7aab3; font-size: clamp(1rem, 1.3vw, 1.14rem); max-width: 35rem; margin: 0; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 1rem; margin-top: 2.25rem; }
.video-trigger { min-height: 44px; display: inline-flex; align-items: center; gap: .65rem; padding: .35rem .45rem; border: 0; background: transparent; color: #d9dce3; font: inherit; font-size: .82rem; font-weight: 700; text-align: left; cursor: pointer; transition: color .2s ease, transform .2s ease; }
.video-trigger:hover { color: white; transform: translateX(2px); }
.video-trigger:focus-visible { outline: 3px solid rgba(78,140,255,.38); outline-offset: 3px; border-radius: 7px; }
.video-trigger-icon { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #3b3f49; border-radius: 50%; background: #171920; color: white; box-shadow: 0 8px 24px rgba(0,0,0,.25); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.video-trigger:hover .video-trigger-icon { border-color: #636976; background: #20232b; transform: scale(1.04); }
.video-trigger > span:last-child { display: flex; align-items: baseline; gap: .5rem; }
.video-trigger small { color: #656a75; font-size: .67rem; font-weight: 650; }
.hero-meta { display: flex; flex-wrap: wrap; gap: .75rem 1.3rem; margin-top: 1.2rem; color: #686c76; font-size: .74rem; }
.hero-meta span + span { position: relative; }
.hero-meta span + span::before { content: ""; position: absolute; left: -.7rem; top: 50%; width: 2px; height: 2px; background: #51545d; }

.hero-product { min-width: 0; transform: perspective(1200px) rotateY(-2deg); transform-origin: center left; }
.real-product-window {
  position: relative;
  padding: 50px 6px 6px;
  background: linear-gradient(145deg, #1c1f27, #101218);
  border: 1px solid #343844;
  border-radius: 20px;
  box-shadow: 0 42px 100px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.035);
}
.real-window-label {
  position: absolute;
  inset: 6px 6px auto;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  color: #777b86;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .55rem;
  border: 1px solid #2d313b;
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  background: rgba(22,24,31,.82);
}
.real-window-label span { display: flex; align-items: center; gap: .45rem; }
.real-window-label i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px rgba(53,214,154,.8); }
.real-window-label b { color: #c6c9d0; font-weight: 650; }
.hero-platform-shot { width: 100%; height: auto; display: block; border: 1px solid #2d313b; border-radius: 0 0 14px 14px; }
.hero-platform-shot-light { display: none; }
.floating-shot {
  position: absolute;
  z-index: 2;
  width: 38%;
  right: -4%;
  bottom: -27%;
  padding: 5px;
  border: 1px solid #383c46;
  border-radius: 16px;
  background: linear-gradient(145deg, #1d2028, #111319);
  box-shadow: 0 28px 70px rgba(0,0,0,.52);
  overflow: hidden;
}
.floating-shot img { width: 100%; height: auto; display: block; border: 1px solid #2d313b; border-radius: 0 0 10px 10px; }
.floating-title { min-height: 37px; display: flex; align-items: center; justify-content: space-between; padding: 0 .7rem; color: #e9ebef; font-size: .63rem; font-weight: 750; border: 1px solid #2d313b; border-bottom: 0; border-radius: 10px 10px 0 0; background: rgba(22,24,31,.82); }
.floating-title span { color: #6f737d; font-size: .5rem; font-weight: 600; }
.product-window, .feature-ui { position: relative; background: linear-gradient(145deg, #181a21, #12141a); border: 1px solid #292c35; border-radius: 9px; overflow: hidden; box-shadow: 0 35px 80px rgba(0,0,0,.42); }
.product-window { min-height: 570px; }
.window-bar { min-height: 86px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 1.2rem; padding: 1.15rem 1.25rem; border-bottom: 1px solid #292c35; background: rgba(255,255,255,.012); }
.window-person { display: flex; align-items: center; gap: .8rem; }
.window-person strong, .window-person span { display: block; }
.window-person strong { font-size: .95rem; }
.window-person span { color: #6f737e; font-size: .69rem; margin-top: .13rem; }
.avatar { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #2d3039; background: #20232c; color: #9fa2ac; font-weight: 700; font-size: .7rem; }
.status { color: #717680; font-size: .59rem; text-transform: uppercase; letter-spacing: .16em; white-space: nowrap; }
.status i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px rgba(53,214,154,.8); margin-right: .38rem; }
.rating-ring { width: 54px; height: 54px; border-radius: 50%; border: 2px solid #3abf8e; box-shadow: inset 0 0 18px rgba(53,214,154,.12); display: grid; place-content: center; text-align: center; line-height: 1; }
.rating-ring strong { font-size: 1rem; }
.rating-ring span { margin-top: 3px; font-size: .43rem; letter-spacing: .12em; color: #7b818a; }
.window-main { display: grid; grid-template-columns: 1fr 1.05fr; min-height: 300px; }
.radar-wrap { display: grid; place-items: center; padding: 1.5rem .6rem 1rem; border-right: 1px solid var(--line-soft); }
.radar { width: 100%; max-width: 295px; overflow: visible; }
.radar-grid polygon, .radar-grid line { fill: none; stroke: #30333c; stroke-width: 1; }
.radar-data { fill: rgba(241,38,45,.2); stroke: var(--red); stroke-width: 2; }
.radar-dots circle { fill: var(--red); }
.radar-labels { fill: #676b75; font-size: 8px; letter-spacing: 1.4px; text-anchor: middle; }
.snapshot { padding: 1.35rem 1.15rem; }
.percentile { display: flex; align-items: center; gap: .8rem; padding: .8rem; background: #1d2028; border-left: 2px solid var(--blue); }
.percentile > div { min-width: 50px; height: 50px; border-radius: 50%; display: grid; place-content: center; text-align: center; line-height: 1; border: 2px solid var(--blue); }
.percentile strong { font-size: 1rem; }
.percentile span { font-size: .46rem; color: #8790a3; margin-top: 2px; }
.percentile p { margin: 0; color: #777c87; font-size: .63rem; line-height: 1.5; }
.percentile b { color: white; display: block; font-size: .8rem; }
.grade-row { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; margin: .7rem 0; }
.grade-row div { border: 1px solid #292d36; padding: .6rem .7rem; }
.grade-row span { color: #686c77; font-size: .52rem; letter-spacing: .13em; display: block; }
.grade-row strong { display: block; font-size: 1.15rem; margin-top: .1rem; }
.grade-row div:first-child { border-left: 2px solid var(--red); }
.metric-list > div { position: relative; display: grid; grid-template-columns: 1fr auto; padding: .48rem 0 .55rem; color: #8d919c; font-size: .64rem; }
.metric-list b { color: #daddE4; }
.metric-list i { position: absolute; left: 0; bottom: 0; height: 2px; width: 100%; background: #292c35; }
.metric-list i::after { content: ""; display: block; width: var(--w); height: 100%; background: linear-gradient(90deg, var(--green), #55c9ff); }
.signal-strip { border-top: 1px solid var(--line-soft); }
.signal-title { display: flex; justify-content: space-between; padding: .7rem 1.15rem; color: #666a75; text-transform: uppercase; letter-spacing: .15em; font-size: .53rem; }
.signal-title b { font-weight: 600; }
.signal-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .7rem; padding: .72rem 1.15rem; border-top: 1px solid #20232b; font-size: .7rem; }
.dot-avatar { width: 29px; height: 29px; border-radius: 50%; background: #20232b; display: grid; place-items: center; color: #6f737d; font-size: .56rem; }
.signal-row strong, .signal-row small { display: block; }
.signal-row small { color: var(--green); font-size: .6rem; margin-top: 1px; }
.up { color: var(--green) !important; }
.down { color: #ef6d75 !important; }
.signal-row > b { font-size: .67rem; background: rgba(53,214,154,.08); padding: .3rem .46rem; }
.demo-label { position: absolute; right: .65rem; bottom: .4rem; color: #454954; text-transform: uppercase; letter-spacing: .14em; font-size: .45rem; }

.proof-strip { border-bottom: 1px solid var(--line-soft); background: #0d0e12; }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: .7rem; padding-top: 1rem; padding-bottom: 1rem; }
.proof-grid > div { position: relative; overflow: hidden; padding: 1.2rem 1.25rem; border: 1px solid #252831; border-radius: 12px; background: linear-gradient(145deg, rgba(255,255,255,.025), rgba(255,255,255,.008)); }
.proof-grid > div::before { content: ""; position: absolute; left: 1.25rem; top: 0; width: 34px; height: 2px; background: linear-gradient(90deg, var(--red), transparent); }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { font-size: clamp(1.05rem, 1.6vw, 1.35rem); letter-spacing: -.025em; }
.proof-grid span { color: #777b86; font-size: .8rem; margin-top: .25rem; }

.section { padding: clamp(5rem, 9vw, 8.5rem) 0; }
.section-heading { max-width: 810px; margin-bottom: clamp(4rem, 7vw, 7rem); }
.toolkit-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.62fr); align-items: end; gap: clamp(2rem,6vw,6rem); margin-bottom: 5.5rem; }
.toolkit-heading .section-heading { margin-bottom: 0; }
.toolkit-path { position: relative; min-height: 248px; overflow: hidden; padding: 1.15rem 1.2rem 1.2rem; border: 1px solid rgba(255,255,255,.09); border-radius: 18px; background: radial-gradient(circle at 92% 8%,rgba(241,38,45,.09),transparent 14rem),linear-gradient(145deg,rgba(25,28,35,.82),rgba(13,15,20,.96)); box-shadow: 0 24px 60px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.03); }
.toolkit-path::after { content: ""; position: absolute; left: 1.55rem; right: 1.55rem; top: 4.3rem; height: 1px; background: linear-gradient(90deg,rgba(241,38,45,.3),var(--red) 50%,rgba(241,38,45,.3)); transform: scaleX(0); transform-origin: left; transition: transform .82s .18s cubic-bezier(.22,1,.36,1); }
.toolkit-heading.visible .toolkit-path::after { transform: scaleX(1); }
.toolkit-path-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.toolkit-path-top span { color: #d2d5dc; font-size: .72rem; font-weight: 720; }
.toolkit-path-top b { color: #676c78; text-transform: uppercase; letter-spacing: .12em; font-size: .5rem; font-weight: 720; }
.toolkit-path ol { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,1fr); gap: .5rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.toolkit-path li { min-width: 0; color: #8f949f; font-size: .67rem; }
.workflow-step { width: 100%; display: grid; justify-items: start; gap: .55rem; padding: 0; border: 0; color: inherit; background: transparent; font: inherit; text-align: left; cursor: pointer; }
.workflow-step i { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #3a3f4a; border-radius: 50%; color: #c3c7cf; background: #171a21; box-shadow: 0 0 0 5px rgba(16,18,24,.9); font-size: .5rem; font-style: normal; transition: border-color .22s ease,color .22s ease,background-color .22s ease,box-shadow .22s ease,transform .22s ease; }
.workflow-step strong { font-weight: 650; transition: color .22s ease; }
.workflow-step:hover i { transform: translateY(-2px); border-color: rgba(241,38,45,.52); }
.workflow-step.is-active { color: #f1f2f5; }
.workflow-step.is-active i { border-color: var(--red); color: #ffffff; background: var(--red); box-shadow: 0 0 0 5px rgba(16,18,24,.9),0 0 20px rgba(241,38,45,.24); }
.workflow-step:focus-visible { outline: 2px solid rgba(241,38,45,.75); outline-offset: 5px; border-radius: 4px; }
.workflow-detail { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 1rem; margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.065); }
.workflow-detail div { min-width: 0; }
.workflow-detail strong, .workflow-detail div > span { display: block; }
.workflow-detail strong { color: #eef0f3; font-size: .77rem; }
.workflow-detail div > span { margin-top: .25rem; color: #777c87; font-size: .65rem; line-height: 1.45; }
.workflow-detail > a { display: inline-flex; align-items: center; gap: .4rem; color: #e8e9ed; font-size: .64rem; font-weight: 720; white-space: nowrap; }
.workflow-detail > a > span { color: var(--red); transition: transform .2s ease; }
.workflow-detail > a:hover > span { transform: translateY(2px); }
.feature[id], .platform-showcase[id] { scroll-margin-top: 110px; }
.section-heading.compact { max-width: 550px; margin-bottom: 0; }
.section-heading h2 { margin: 1.6rem 0 1.25rem; font-size: clamp(2.7rem, 5vw, 5rem); line-height: 1.01; letter-spacing: -.048em; }
.section-heading p { color: #90949f; max-width: 620px; font-size: 1.05rem; }

.feature { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; padding: clamp(4.5rem, 7vw, 6.5rem) 0; border-top: 1px solid var(--line-soft); }
.feature-radar { grid-template-columns: 1.28fr .72fr; }
.feature-radar .feature-copy { order: 2; }
.feature-radar .feature-ui { order: 1; }
.comparison-showcase { min-width: 0; }
.comparison-tabs { width: fit-content; display: flex; gap: 3px; margin: 0 0 .75rem 6px; padding: 4px; border: 1px solid #30343e; border-radius: 999px; background: rgba(15,17,22,.86); box-shadow: inset 0 1px 0 rgba(255,255,255,.035); }
.comparison-tab { min-height: 34px; padding: .45rem .85rem; border: 0; border-radius: 999px; color: #7f8490; background: transparent; font: inherit; font-size: .7rem; font-weight: 700; cursor: pointer; transition: color .2s ease,background-color .2s ease,box-shadow .2s ease; }
.comparison-tab:hover { color: #dfe2e8; }
.comparison-tab.is-active { color: #ffffff; background: #272b34; box-shadow: 0 6px 18px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.045); }
.comparison-tab:focus-visible { outline: 3px solid rgba(78,140,255,.4); outline-offset: 2px; }
.comparison-panel[hidden] { display: none; }
.feature-number { color: #4e525c; font-size: .68rem; letter-spacing: .2em; }
.feature-kicker { color: var(--red) !important; text-transform: uppercase; letter-spacing: .18em; font-weight: 700; font-size: .68rem !important; margin: 1.4rem 0 .9rem !important; }
.feature-copy h3 { margin: 0 0 1.3rem; font-size: clamp(2rem, 3.1vw, 3.25rem); line-height: 1.06; letter-spacing: -.05em; }
.feature-copy > p { color: #8f939e; font-size: 1rem; }
.checks { list-style: none; padding: 0; margin: 1.6rem 0 0; display: grid; gap: .5rem; color: #c1c4cc; font-size: .88rem; }
.checks li { position: relative; overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.055); border-radius: var(--radius-sm); background: rgba(255,255,255,.018); transition: border-color .22s ease,background-color .22s ease; }
.checks li:hover,
.checks li.is-open { border-color: rgba(255,255,255,.11); background: rgba(255,255,255,.03); }
.check-toggle { position: relative; width: 100%; min-height: 43px; display: flex; align-items: center; gap: .7rem; padding: .65rem .7rem .65rem 2.35rem; border: 0; color: inherit; background: transparent; font: inherit; font-weight: 600; text-align: left; cursor: pointer; }
.check-toggle::before { content: "↗"; position: absolute; left: .7rem; top: 50%; width: 20px; height: 20px; display: grid; place-items: center; transform: translateY(-50%); border-radius: 50%; color: #ffb7ba; background: rgba(241,38,45,.1); font-size: .65rem; transition: transform .22s ease,background-color .22s ease; }
.check-toggle i { margin-left: auto; color: #6e737f; font-size: 1rem; font-style: normal; font-weight: 450; transition: transform .22s ease,color .22s ease; }
.checks li.is-open .check-toggle::before { transform: translateY(-50%) rotate(45deg); background: rgba(241,38,45,.17); }
.checks li.is-open .check-toggle i { color: #d9dce2; transform: rotate(45deg); }
.check-explanation,
.checks li > p { max-height: 0; margin: 0; overflow: hidden; padding: 0 .85rem 0 2.35rem; color: #8f949f; font-size: .78rem; line-height: 1.55; opacity: 0; transition: max-height .32s cubic-bezier(.22,1,.36,1),opacity .22s ease,padding .32s ease; }
.checks li.is-open > p { max-height: 130px; padding-bottom: .8rem; opacity: 1; }
.check-toggle:focus-visible { outline: 3px solid rgba(78,140,255,.4); outline-offset: -3px; border-radius: var(--radius-sm); }
.feature-ui { min-width: 0; }
.index-visuals { min-width: 0; display: grid; gap: 1rem; }
.screenshot-card {
  position: relative;
  min-width: 0;
  display: block;
  overflow: hidden;
  padding: 6px;
  border: 1px solid #343844;
  border-radius: 20px;
  background: linear-gradient(145deg, #1c1f27 0%, #101218 100%);
  box-shadow: 0 35px 80px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.035);
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.screenshot-card:hover { transform: translateY(-4px); border-color: #515663; box-shadow: 0 44px 96px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.055); }
.shot-label { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0 1rem; border: 1px solid #2d313b; border-bottom: 0; border-radius: 14px 14px 0 0; background: rgba(22,24,31,.82); }
.shot-label span { display: inline-flex; align-items: center; gap: .5rem; color: #f0f1f4; font-size: .77rem; font-weight: 750; }
.shot-label span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--red); box-shadow: 0 0 12px rgba(241,38,45,.55); }
.shot-label b { color: #767a85; font-size: .56rem; font-weight: 650; text-transform: uppercase; letter-spacing: .1em; }
.shot-viewport { position: relative; overflow: hidden; border: 1px solid #2d313b; border-radius: 0 0 14px 14px; background: #181b21; }
.shot-viewport::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.018), inset 0 -26px 42px rgba(0,0,0,.055); }
.shot-viewport img { width: 100%; height: auto; display: block; transition: transform .45s cubic-bezier(.22,1,.36,1), filter .35s ease; }
.screenshot-card:hover .shot-viewport img { transform: scale(1.008); filter: saturate(1.03); }
.screenshot-wide .shot-viewport { aspect-ratio: 2.397 / 1; }
.screenshot-radar .shot-viewport { aspect-ratio: 1.336 / 1; }
.screenshot-matrix .shot-viewport { aspect-ratio: 4.74 / 1; }
.screenshot-activity .shot-viewport { aspect-ratio: 1.731 / 1; }
.screenshot-wide img, .screenshot-activity img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.screenshot-radar img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.screenshot-matrix img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.breakout-card { border-color: #403b2d; box-shadow: 0 22px 55px rgba(0,0,0,.3); }
.breakout-card img { width: 100%; height: auto; display: block; border-radius: 14px; transition: transform .45s cubic-bezier(.22,1,.36,1), filter .35s ease; }
.breakout-card:hover img { transform: scale(1.008); filter: saturate(1.03); }
.track-visuals { min-width: 0; display: grid; gap: 1rem; }
.context-shots { display: grid; grid-template-columns: 1.52fr 1fr; gap: 1rem; }
.context-card { box-shadow: 0 22px 55px rgba(0,0,0,.3); }
.context-card .shot-label { min-height: 46px; }
.context-card .shot-viewport { aspect-ratio: 2.25 / 1; }
.context-card img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.ui-top { min-height: 78px; padding: 1rem 1.2rem; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #2a2d36; }
.ui-top span, .ui-top small { display: block; }
.ui-top span { font-size: .9rem; font-weight: 750; }
.ui-top small { color: #707580; font-size: .64rem; margin-top: .15rem; }
.ui-top button { border: 1px solid #353943; border-radius: 3px; color: #a9adb7; background: #1d2027; padding: .48rem .75rem; font-size: .65rem; }
.table-head, .player-row { display: grid; grid-template-columns: .25fr 1.55fr .42fr .63fr .55fr .72fr; align-items: center; }
.table-head { min-height: 39px; padding: 0 1rem; color: #5e626c; text-transform: uppercase; letter-spacing: .12em; font-size: .52rem; border-bottom: 1px solid #252832; }
.player-row { min-height: 69px; padding: 0 1rem; border-bottom: 1px solid #242730; color: #9498a2; font-size: .68rem; }
.player-row.featured { background: linear-gradient(90deg, rgba(241,38,45,.08), transparent 68%); box-shadow: inset 2px 0 var(--red); }
.player-row > span:nth-child(2) { display: grid; grid-template-columns: 32px 1fr; grid-template-rows: auto auto; column-gap: .65rem; }
.player-row i { grid-row: 1/3; width: 32px; height: 32px; border-radius: 50%; background: #252832; display: grid; place-items: center; font-style: normal; font-size: .55rem; color: #737884; }
.player-row b { color: #eceef2; }
.player-row small { color: #626671; font-size: .57rem; }
.ui-foot { display: flex; justify-content: space-between; padding: .75rem 1rem; color: #5d616b; font-size: .57rem; }
.ui-foot b { color: #aeb1ba; font-weight: 600; }

.compare-body { min-height: 420px; position: relative; display: grid; place-items: center; padding: 2rem; }
.compare-radar { width: 100%; max-width: 430px; overflow: visible; }
.compare-radar .data-blue { fill: rgba(78,140,255,.12); stroke: var(--blue); stroke-width: 2; }
.compare-radar .data-red { fill: rgba(241,38,45,.14); stroke: var(--red); stroke-width: 2; }
.compare-legend { position: absolute; display: flex; gap: 1.2rem; left: 1.2rem; bottom: 1rem; }
.compare-legend > div { display: flex; align-items: center; gap: .5rem; }
.compare-legend i { width: 7px; height: 7px; border-radius: 50%; }
.compare-legend .red { background: var(--red); box-shadow: 0 0 10px var(--red); }
.compare-legend .blue { background: var(--blue); box-shadow: 0 0 10px var(--blue); }
.compare-legend b, .compare-legend small { display: block; font-size: .6rem; }
.compare-legend small { color: #676b75; }

.activity-card { padding-bottom: .4rem; }
.date-label { color: #595d68; letter-spacing: .16em; font-size: .52rem; padding: 1rem 1.2rem .5rem; }
.activity-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .8rem; margin: 0 .65rem; padding: .9rem .6rem; border-bottom: 1px solid #242730; }
.activity-row:last-child { border-bottom: 0; }
.event-icon { width: 35px; height: 35px; border-radius: 3px; display: grid; place-items: center; font-size: .63rem; font-weight: 800; }
.event-icon.goal { background: rgba(53,214,154,.1); color: var(--green); }
.event-icon.rise { background: rgba(78,140,255,.1); color: var(--blue); font-size: 1rem; }
.event-icon.full { background: rgba(255,255,255,.06); color: #b5b8c1; }
.event-icon.star { background: rgba(241,38,45,.1); color: var(--red); }
.activity-row b, .activity-row span { display: block; }
.activity-row b { font-size: .72rem; }
.activity-row span { color: #6f737e; font-size: .6rem; margin-top: .15rem; }
.activity-row time { color: #5d616c; font-size: .57rem; }

.platform-showcase { padding-top: 5rem; background: radial-gradient(circle at 82% 24%, rgba(78,140,255,.045), transparent 28rem), #0d0e12; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.platform-showcase .section-heading { margin-bottom: 3.5rem; }
.showcase-grid { display: grid; grid-template-columns: 1.35fr .82fr; gap: 1rem; align-items: start; }
.showcase-main .shot-viewport { aspect-ratio: 1.409 / 1; }
.showcase-side .shot-viewport { aspect-ratio: 1.077 / 1; }
.showcase-main img, .showcase-side img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }

.audience { background: radial-gradient(circle at 12% 72%, rgba(241,38,45,.035), transparent 30rem), #0d0e12; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.audience-layout { display: grid; grid-template-columns: minmax(0,1.04fr) minmax(390px,.96fr); align-items: stretch; gap: clamp(2.25rem,5vw,5.5rem); }
.audience-content { min-width: 0; display: flex; flex-direction: column; justify-content: center; }
.audience .section-heading { position: relative; z-index: 3; max-width: 680px; margin-bottom: 2.2rem; }
.audience .section-heading p { margin-top: 1.35rem; font-size: 1rem; }
.audience-scene { position: relative; min-height: 620px; margin: 0; overflow: hidden; isolation: isolate; border: 0; border-radius: 0; background: transparent; box-shadow: none; pointer-events: none; -webkit-mask-image: radial-gradient(ellipse 78% 80% at 62% 50%,#000 0%,#000 54%,rgba(0,0,0,.82) 70%,transparent 100%); mask-image: radial-gradient(ellipse 78% 80% at 62% 50%,#000 0%,#000 54%,rgba(0,0,0,.82) 70%,transparent 100%); }
.audience-scene::before { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg,#0d0e12 0%,rgba(13,14,18,.1) 27%,transparent 58%),linear-gradient(180deg,rgba(13,14,18,.05) 0%,transparent 58%,#0d0e12 100%); }
.audience-scene::after { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: radial-gradient(circle at 66% 48%,rgba(241,38,45,.12),transparent 23rem); }
.audience-scene > img { width: 100%; height: 100%; position: absolute; z-index: 0; inset: 0; display: block; object-fit: cover; object-position: 62% 50%; opacity: .7; filter: saturate(.82) contrast(1.1) brightness(.76); transform: scale(1.045); transition: transform 1.2s cubic-bezier(.22,1,.36,1),opacity .6s ease; }
.audience-scene.visible > img { transform: scale(1.01); }
.audience-grid { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0; overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: rgba(16,18,23,.9); box-shadow: 0 28px 70px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.035); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.role-card { position: relative; overflow: hidden; min-width: 0; min-height: 222px; border: 0; border-right: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); border-radius: 0; background: transparent; box-shadow: none; transition: background-color .25s ease; }
.role-card:nth-child(2n) { border-right: 0; }
.role-card:nth-child(n+3) { border-bottom: 0; }
.role-card::before { content: ""; position: absolute; left: 1.25rem; top: 0; width: 46px; height: 2px; background: linear-gradient(90deg,var(--red),rgba(241,38,45,.15)); }
.role-card:hover { background: rgba(255,255,255,.035); }
.role-body { height: 100%; display: flex; flex-direction: column; padding: 1.35rem 1.25rem 1.2rem; }
.role-card-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.role-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; color: #d8dbe2; background: rgba(255,255,255,.045); }
.role-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.role-number { color: #555a66; text-transform: uppercase; letter-spacing: .15em; font-size: .62rem; font-weight: 750; }
.audience-grid h3 { margin: 0; font-size: 1.3rem; letter-spacing: -.025em; }
.role-body h3 { margin-top: 1.15rem; }
.audience-grid p { color: #9498a3; font-size: .88rem; line-height: 1.58; margin: .65rem 0 1.15rem; }
.role-body small { margin-top: auto; display: flex; align-items: center; gap: .5rem; padding-top: .8rem; border-top: 1px solid #292c34; color: #a4a7b0; text-transform: uppercase; letter-spacing: .1em; font-size: .56rem; font-weight: 700; }
.role-body small i { width: 5px; height: 5px; border-radius: 50%; background: var(--red); box-shadow: 0 0 8px rgba(241,38,45,.5); }

.leagues { border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); background: radial-gradient(circle at 82% 14%, rgba(78,140,255,.055), transparent 30rem), #0b0c10; }
.leagues-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(330px,.68fr); align-items: end; gap: clamp(2rem,5vw,5rem); margin-bottom: 3rem; }
.leagues-heading .section-heading { margin-bottom: 0; }
.league-visual { min-width: 0; }
.league-map-card { position: relative; isolation: isolate; min-height: 270px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 1.1rem 1.2rem 1rem; border: 1px solid #343844; border-radius: 20px; background: radial-gradient(circle at 80% 18%, rgba(78,140,255,.09), transparent 18rem), linear-gradient(145deg,#191c23,#101218); box-shadow: 0 28px 68px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.035); }
.league-map-card::after { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(15,17,22,.22), rgba(15,17,22,.03) 48%, rgba(15,17,22,.34)); }
.league-map-image { position: absolute; z-index: -2; width: 118%; height: 100%; left: -9%; top: 0; object-fit: contain; opacity: .3; filter: saturate(.82) contrast(1.08); }
.league-map-label { min-height: 30px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: #aeb3be; text-transform: uppercase; letter-spacing: .11em; font-size: .54rem; font-weight: 750; }
.league-map-label span { display: inline-flex; align-items: center; gap: .45rem; }
.league-map-label i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px rgba(53,214,154,.72); }
.league-map-label b { color: #626874; font-size: .5rem; font-weight: 650; }
.league-map-content { margin-block: auto; padding-block: 1.2rem; }
.league-total { min-width: 190px; display: flex; align-items: flex-end; justify-content: flex-start; gap: .9rem; }
.league-total strong { color: #ffffff; font-size: clamp(4rem,7vw,6.2rem); line-height: .78; letter-spacing: -.07em; }
.league-total span { color: #747985; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 750; line-height: 1.45; }
.league-map-content > p { margin: 1rem 0 0; color: #b8bcc5; font-size: .9rem; font-weight: 650; }
.league-map-regions { display: flex; flex-wrap: wrap; gap: .4rem; }
.league-map-regions span { padding: .34rem .52rem; border: 1px solid rgba(255,255,255,.08); border-radius: 999px; color: #777d88; background: rgba(10,12,17,.42); text-transform: uppercase; letter-spacing: .09em; font-size: .5rem; font-weight: 750; backdrop-filter: blur(6px); }
.primary-leagues { display: grid; grid-template-columns: repeat(5,1fr); gap: .75rem; }
.primary-leagues article { position: relative; overflow: hidden; min-height: 166px; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.15rem; border: 1px solid #2b2e37; border-radius: 15px; background: linear-gradient(150deg, #1a1c23, #111318); box-shadow: 0 16px 45px rgba(0,0,0,.18); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.primary-leagues article::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--red), rgba(241,38,45,.08)); }
.primary-leagues article::after { content: ""; position: absolute; width: 110px; height: 110px; right: -44px; top: -48px; border: 1px solid rgba(255,255,255,.055); border-radius: 50%; }
.primary-leagues article:hover { transform: translateY(-4px); border-color: #424650; box-shadow: 0 24px 58px rgba(0,0,0,.27); }
.primary-leagues article > span { position: absolute; top: 1rem; left: 1rem; color: #6f7480; letter-spacing: .16em; font-size: .75rem; font-weight: 800; }
.primary-leagues strong { position: relative; display: flex; align-items: center; gap: .55rem; color: #f2f3f5; font-size: 1rem; line-height: 1.25; }
.primary-leagues strong img { width: 24px; height: 16px; flex: 0 0 auto; display: block; border: 1px solid rgba(255,255,255,.18); border-radius: 3px; object-fit: cover; box-shadow: 0 3px 8px rgba(0,0,0,.18); }
.primary-leagues small { position: relative; margin-top: .32rem; color: #6f7480; text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; font-weight: 700; }
.league-directory { margin-top: 1rem; overflow: hidden; border: 1px solid #2b2e37; border-radius: 16px; background: rgba(255,255,255,.018); }
.league-directory > summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1rem 1.25rem; list-style: none; cursor: pointer; }
.league-directory > summary::-webkit-details-marker { display: none; }
.league-directory > summary span { display: block; }
.league-directory > summary strong { display: block; color: #e8eaee; font-size: .9rem; }
.league-directory > summary small { display: block; margin-top: .16rem; color: #6f7480; font-size: .75rem; }
.league-directory > summary i { position: relative; width: 34px; height: 34px; flex: 0 0 auto; border: 1px solid #373a44; border-radius: 10px; background: #171920; }
.league-directory > summary i::before,
.league-directory > summary i::after { content: ""; position: absolute; left: 10px; top: 16px; width: 12px; height: 1px; background: #9da1aa; transition: transform .22s ease; }
.league-directory > summary i::after { transform: rotate(90deg); }
.league-directory[open] > summary i::after { transform: rotate(0); }
.league-groups { display: grid; grid-template-columns: 1.35fr .7fr 1fr; gap: 1rem; padding: 0 1.25rem 1.25rem; }
.league-groups section { padding: 1.15rem; border: 1px solid #292c35; border-radius: 12px; background: rgba(255,255,255,.018); }
.league-groups h3 { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 0 0 .8rem; color: #9296a1; text-transform: uppercase; letter-spacing: .11em; font-size: .75rem; }
.league-groups h3 span { min-width: 24px; height: 24px; display: grid; place-items: center; border-radius: 7px; background: rgba(241,38,45,.09); color: #f05a60; font-size: .75rem; }
.league-groups ul { list-style: none; display: grid; gap: .22rem; margin: 0; padding: 0; }
.league-groups li { min-height: 35px; display: flex; align-items: center; gap: .72rem; padding: .35rem .45rem; border-radius: 7px; color: #c4c7ce; font-size: .82rem; transition: background .2s ease, color .2s ease; }
.league-groups li:hover { color: #ffffff; background: rgba(255,255,255,.035); }
.league-groups li span { width: 34px; flex: 0 0 34px; color: #5f6470; letter-spacing: .1em; font-size: .75rem; font-weight: 800; }

.pricing { position: relative; overflow: hidden; background: radial-gradient(circle at 78% 44%, rgba(241,38,45,.055), transparent 34rem); }
.pricing-layout { display: block; }
.pricing-layout > .section-heading { max-width: 760px; margin-bottom: 3.75rem; }
.pricing-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; max-width: 1060px; margin-left: auto; }
.price-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border: 1px solid #2b2e37;
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(26,28,35,.96), rgba(15,17,22,.98));
  box-shadow: 0 26px 70px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.025);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.price-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 150px; pointer-events: none; background: radial-gradient(circle at 22% 0%, rgba(255,255,255,.055), transparent 68%); }
.price-card:hover { transform: translateY(-4px); border-color: #424651; box-shadow: 0 34px 82px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.04); }
.pro-card { border-color: rgba(241,38,45,.48); background: linear-gradient(145deg, #24171a 0%, #17141a 34%, #111319 75%); box-shadow: 0 30px 80px rgba(0,0,0,.32), 0 0 0 1px rgba(241,38,45,.04), inset 0 1px 0 rgba(255,255,255,.04); }
.pro-card::before { height: 240px; background: radial-gradient(circle at 18% 0%, rgba(241,38,45,.17), transparent 66%); }
.pro-card:hover { border-color: rgba(241,38,45,.72); box-shadow: 0 38px 92px rgba(0,0,0,.4), 0 0 46px rgba(241,38,45,.07); }
.plan-topline { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.plan-name { color: #f0f1f4; font-size: 1.25rem; font-weight: 800; letter-spacing: -.02em; }
.plan-name.pro-name { display: inline-flex; align-items: center; gap: .6rem; }
.pro-tier-mark { width: 28px; height: 28px; flex: 0 0 auto; object-fit: contain; filter: drop-shadow(0 7px 15px rgba(241,38,45,.25)); }
.plan-badge { display: inline-flex; align-items: center; min-height: 28px; padding: .38rem .62rem; border: 1px solid #353944; border-radius: 999px; color: #9297a2; background: rgba(255,255,255,.025); text-transform: uppercase; letter-spacing: .11em; font-size: .54rem; font-weight: 800; white-space: nowrap; }
.plan-badge-pro { border-color: rgba(241,38,45,.36); color: #ffb4b8; background: rgba(241,38,45,.1); }
.plan-summary { position: relative; min-height: 78px; max-width: 31rem; margin: 1.2rem 0 0; color: #9297a2; font-size: .91rem; line-height: 1.65; }
.price { position: relative; display: flex; align-items: baseline; gap: .5rem; margin: 1.45rem 0 1.35rem; }
.price strong { font-size: clamp(2.65rem, 4vw, 3.55rem); line-height: 1; letter-spacing: -.055em; }
.price span { color: #777c87; font-size: .72rem; font-weight: 650; }
.plan-includes { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1.1rem; border-top: 1px solid #292c34; }
.plan-includes span { color: #d4d6dc; text-transform: uppercase; letter-spacing: .1em; font-size: .62rem; font-weight: 800; }
.plan-includes small { color: #666c77; font-size: .65rem; }
.plan-features { list-style: none; padding: 0; margin: 1rem 0 1.6rem; display: grid; gap: .55rem; }
.plan-features li { display: grid; grid-template-columns: 26px 1fr; align-items: start; gap: .75rem; padding: .72rem .8rem; border: 1px solid rgba(255,255,255,.045); border-radius: 10px; background: rgba(255,255,255,.018); }
.plan-check { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: #ffc5c8; background: rgba(241,38,45,.11); font-size: .68rem; font-weight: 900; }
.plan-locked { opacity: .58; }
.plan-locked .plan-check { color: #a5a9b2; background: rgba(255,255,255,.06); }
.plan-features strong, .plan-features small { display: block; }
.plan-features strong { color: #e8e9ed; font-size: .82rem; line-height: 1.35; }
.plan-features small { margin-top: .18rem; color: #777d88; font-size: .69rem; line-height: 1.45; }
.plan-action { margin-top: auto; text-align: center; }
.plan-action > small { display: block; margin-top: .8rem; color: #626873; font-size: .65rem; }

.faq-section { border-top: 1px solid var(--line-soft); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 8rem); }
.faq-section .section-heading p { font-size: .9rem; }
.faq-section .section-heading a { color: white; border-bottom: 1px solid var(--red); }
.faq { display: grid; gap: .7rem; }
.faq details { overflow: hidden; border: 1px solid #292c35; border-radius: 12px; background: rgba(255,255,255,.012); transition: border-color .2s ease, background .2s ease; }
.faq details[open] { border-color: #3b3f49; background: rgba(255,255,255,.022); }
.faq summary { list-style: none; min-height: 78px; display: grid; grid-template-columns: 38px 1fr 24px; align-items: center; gap: .5rem; padding: 0 1.15rem; cursor: pointer; font-size: 1rem; font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: #565a64; font-size: .57rem; letter-spacing: .12em; }
.faq summary i { position: relative; width: 18px; height: 18px; }
.faq summary i::before, .faq summary i::after { content: ""; position: absolute; top: 50%; left: 2px; width: 14px; height: 1px; background: #8e929c; transition: transform .2s; }
.faq summary i::after { transform: rotate(90deg); }
.faq details[open] summary i::after { transform: rotate(0); }
.faq details p { margin: -.2rem 2rem 1.5rem 4.05rem; color: #9296a1; max-width: 620px; font-size: .92rem; }

.final-cta { min-height: 650px; display: grid; place-items: center; padding: 4rem 0; text-align: center; border-top: 1px solid var(--line-soft); }
.cta-glow { position: absolute; inset: 0; background: radial-gradient(circle at 50% 60%, rgba(241,38,45,.17), transparent 41%); }
.final-inner { position: relative; overflow: hidden; width: min(calc(100% - 2.5rem), 1120px); display: flex; flex-direction: column; align-items: center; padding: clamp(3.5rem, 7vw, 6rem) var(--pad); border: 1px solid #2c3039; border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(25,27,34,.96), rgba(12,14,19,.98)); box-shadow: 0 36px 100px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.03); }
.final-inner::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 50% 78%, rgba(241,38,45,.13), transparent 40%); }
.final-inner > * { position: relative; }
.eyebrow.light { color: #b2b5bd; }
.final-cta h2 { font-size: clamp(3.1rem, 7vw, 6.7rem); line-height: .94; letter-spacing: -.052em; margin: 1.6rem 0; }
.final-cta p { color: #9498a3; margin: 0 0 2rem; font-size: 1rem; }

footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line-soft);
  background:
    radial-gradient(circle at 14% 10%, rgba(241,38,45,.075), transparent 24rem),
    #090a0d;
}
.footer-shell { padding-top: 4rem; padding-bottom: 1.8rem; }
.footer-main { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(320px,.65fr); gap: clamp(3rem,8vw,8rem); padding-bottom: 3rem; }
.footer-brand p { color: #8b8f9a; font-size: .92rem; line-height: 1.65; max-width: 360px; margin: 1.15rem 0 1.25rem; }
.footer-platform { width: fit-content; display: inline-flex; align-items: center; gap: .55rem; padding: .5rem .7rem; border: 1px solid #282b34; border-radius: 999px; background: rgba(255,255,255,.025); color: #9ca0aa; font-size: .7rem; font-weight: 650; }
.footer-platform i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px rgba(53,214,154,.65); }
.footer-nav { display: grid; grid-template-columns: repeat(2,minmax(120px,1fr)); gap: clamp(2rem,5vw,4rem); }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: .75rem; }
.footer-column > span { margin-bottom: .25rem; color: #626773; text-transform: uppercase; letter-spacing: .16em; font-size: .62rem; font-weight: 750; }
.footer-column a { color: #aeb2bc; font-size: .84rem; font-weight: 600; transition: color .2s ease, transform .2s ease; }
.footer-column a:hover { color: #ffffff; transform: translateX(2px); }
.footer-column .footer-start { margin-top: .25rem; display: inline-flex; align-items: center; gap: .5rem; color: #f3f4f6; }
.footer-start b { color: var(--red); font-size: .9rem; transition: transform .2s ease; }
.footer-start:hover b { transform: translate(2px,-2px); }
.footer-bottom { padding-top: 1.5rem; border-top: 1px solid var(--line-soft); display: grid; grid-template-columns: 1fr auto; gap: .55rem 2rem; color: #626671; font-size: .72rem; }
.footer-legal { grid-column: 1/-1; max-width: 1080px; color: #777b86; line-height: 1.65; }
.footer-legal strong { color: #a6aab4; font-weight: 700; }

.legal-page { background: var(--bg); }
.legal-nav-wrap { padding-right: .75rem; }
.legal-nav-actions { margin-left: auto; display: flex; align-items: center; gap: .75rem; }
.legal-back { padding: .6rem .75rem; border-radius: 9px; color: #c4c7cf; font-size: .82rem; font-weight: 650; transition: color .2s ease,background-color .2s ease; }
.legal-back:hover { color: #ffffff; background: rgba(255,255,255,.045); }
.legal-main { min-height: 70vh; }
.legal-hero { position: relative; overflow: hidden; padding: clamp(6rem,10vw,9rem) 0 clamp(4rem,7vw,6.5rem); border-bottom: 1px solid var(--line-soft); background: radial-gradient(circle at 82% 25%,rgba(241,38,45,.13),transparent 28rem),linear-gradient(145deg,#101218,#0b0c10); }
.legal-hero::after { content: ""; position: absolute; width: min(42vw,520px); aspect-ratio: 1; right: -12%; bottom: -55%; border: 1px solid rgba(255,255,255,.055); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.012),0 0 0 160px rgba(255,255,255,.008); pointer-events: none; }
.legal-hero-inner { position: relative; z-index: 1; }
.legal-hero h1 { max-width: 870px; margin: 1.4rem 0 1rem; font-size: clamp(3.5rem,8vw,7.4rem); line-height: .94; letter-spacing: -.058em; }
.legal-hero p { max-width: 670px; margin: 0; color: #a0a4ae; font-size: clamp(1rem,1.5vw,1.18rem); }
.legal-meta { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.legal-meta span { padding: .45rem .65rem; border: 1px solid rgba(255,255,255,.09); border-radius: 999px; color: #8f949f; background: rgba(255,255,255,.025); font-size: .68rem; font-weight: 650; }
.legal-content-section { padding: clamp(4.5rem,8vw,7rem) 0; }
.legal-layout { display: grid; grid-template-columns: minmax(260px,.52fr) minmax(0,1fr); align-items: start; gap: clamp(3rem,8vw,8rem); }
.legal-summary { position: sticky; top: 7rem; padding: 1.5rem; border: 1px solid #2a2d36; border-radius: 18px; background: radial-gradient(circle at 90% 10%,rgba(241,38,45,.09),transparent 14rem),linear-gradient(145deg,#171920,#101218); box-shadow: 0 22px 55px rgba(0,0,0,.22); }
.legal-summary > span { color: var(--red); text-transform: uppercase; letter-spacing: .14em; font-size: .62rem; font-weight: 750; }
.legal-summary h2 { margin: 1rem 0 .8rem; font-size: 1.45rem; line-height: 1.15; letter-spacing: -.035em; }
.legal-summary p { margin: 0; color: #9397a2; font-size: .88rem; line-height: 1.65; }
.legal-copy { min-width: 0; }
.legal-copy section { position: relative; padding: 0 0 3rem 3.7rem; border-left: 1px solid #282b34; }
.legal-copy section:last-child { padding-bottom: 0; }
.legal-copy section::before { content: ""; position: absolute; left: -4px; top: .34rem; width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 14px rgba(241,38,45,.5); }
.legal-number { position: absolute; left: 1.2rem; top: .12rem; color: #555a65; font-size: .6rem; font-weight: 750; letter-spacing: .12em; }
.legal-copy h2 { margin: 0 0 1rem; font-size: clamp(1.55rem,2.5vw,2.15rem); letter-spacing: -.035em; }
.legal-copy p { max-width: 760px; margin: 0 0 1rem; color: #9ca0aa; font-size: .95rem; line-height: 1.75; }
.legal-copy strong { color: #daddE3; }
.legal-copy a { color: #ff6469; font-weight: 650; }
.legal-copy a:hover { color: #ff8a8e; }
.legal-copy code { padding: .12rem .3rem; border: 1px solid #30343d; border-radius: 5px; color: #d4d7dd; background: #15171d; font-size: .82em; }
.legal-scope-note { margin: .25rem 0 3rem; padding-top: 1.35rem !important; padding-right: 1.35rem !important; padding-bottom: .5rem !important; border: 1px solid #3a3034 !important; border-radius: 15px; background: rgba(241,38,45,.035); }
.legal-scope-note::before { left: -4px !important; top: 1.7rem !important; }
.legal-scope-note .legal-number { top: 1.48rem; }
.legal-footer { padding: 1.2rem 0 1.8rem; }
.legal-footer .footer-bottom a { color: #aeb2bc; }
.legal-footer .footer-bottom a:hover { color: #ffffff; }

.image-modal {
  position: fixed;
  z-index: 310;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(.75rem,3vw,2rem);
}
.image-modal[hidden] { display: none; }
.image-viewer-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3,4,7,.86);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  cursor: default;
  transition: opacity .22s ease;
}
.image-viewer-dialog {
  position: relative;
  width: min(100%,1160px);
  max-height: calc(100vh - clamp(1.5rem,6vw,4rem));
  overflow: hidden;
  display: grid;
  grid-template-rows: auto minmax(0,1fr) auto;
  border: 1px solid #343741;
  border-radius: 16px;
  background: #101218;
  box-shadow: 0 45px 120px rgba(0,0,0,.66);
  opacity: 0;
  transform: translateY(14px) scale(.988);
  transition: opacity .22s ease,transform .28s cubic-bezier(.22,1,.36,1);
}
.image-modal.is-open .image-viewer-backdrop,
.image-modal.is-open .image-viewer-dialog { opacity: 1; }
.image-modal.is-open .image-viewer-dialog { transform: translateY(0) scale(1); }
.image-viewer-header { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: .85rem 1rem .85rem 1.2rem; }
.image-viewer-header span { display: block; color: #747985; text-transform: uppercase; letter-spacing: .14em; font-size: .58rem; font-weight: 750; }
.image-viewer-header h2 { margin: .25rem 0 0; font-size: clamp(1.15rem,2.2vw,1.55rem); letter-spacing: -.03em; }
.image-viewer-close { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #343741; border-radius: 50%; background: #191c23; color: #dfe1e6; cursor: pointer; transition: background .2s ease,border-color .2s ease,transform .2s ease; }
.image-viewer-close:hover { background: #222630; border-color: #505460; transform: rotate(4deg); }
.image-viewer-close:focus-visible,
.image-viewer-nav:focus-visible { outline: 3px solid rgba(78,140,255,.42); outline-offset: 2px; }
.image-viewer-close svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.image-viewer-stage { position: relative; min-height: 0; display: grid; place-items: center; overflow: hidden; padding: clamp(.7rem,2vw,1.25rem) clamp(3.2rem,6vw,5.5rem); border-block: 1px solid #272a33; background: radial-gradient(circle at 50% 40%,#191c24,#07080b 72%); }
.image-viewer-stage img { display: block; max-width: 100%; max-height: min(70vh,760px); width: auto; height: auto; border: 1px solid #2c3039; border-radius: 9px; background: #0b0c10; box-shadow: 0 22px 65px rgba(0,0,0,.44); }
.image-viewer-nav { position: absolute; z-index: 2; top: 50%; width: 42px; height: 56px; display: grid; place-items: center; border: 1px solid #383c47; border-radius: 12px; color: #e5e7eb; background: rgba(24,27,34,.88); box-shadow: 0 10px 30px rgba(0,0,0,.26); font: inherit; font-size: 1.75rem; line-height: 1; cursor: pointer; transform: translateY(-50%); transition: background .2s ease,border-color .2s ease,transform .2s ease; }
.image-viewer-nav:hover { border-color: #565b67; background: #242832; transform: translateY(-50%) scale(1.03); }
.image-viewer-prev { left: .9rem; }
.image-viewer-next { right: .9rem; }
.image-viewer-footer { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .7rem 1.2rem; color: #777c87; font-size: .72rem; }
.image-viewer-count { color: #c8cbd2; font-weight: 700; letter-spacing: .08em; }

.video-modal {
  position: fixed;
  z-index: 300;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 3rem);
}
.video-modal[hidden] { display: none; }
.video-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3,4,7,.82);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  opacity: 0;
  cursor: default;
  transition: opacity .25s ease;
}
.video-dialog {
  position: relative;
  width: min(100%, 852px);
  overflow: hidden;
  border: 1px solid #343741;
  border-radius: 12px;
  background: #111319;
  box-shadow: 0 45px 110px rgba(0,0,0,.62);
  opacity: 0;
  transform: translateY(18px) scale(.985);
  transition: opacity .25s ease, transform .3s cubic-bezier(.22,1,.36,1);
}
.video-modal.is-open .video-backdrop,
.video-modal.is-open .video-dialog { opacity: 1; }
.video-modal.is-open .video-dialog { transform: translateY(0) scale(1); }
.video-dialog-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem 1.2rem 1rem 1.35rem; }
.video-dialog-header span { display: block; color: #747985; text-transform: uppercase; letter-spacing: .14em; font-size: .58rem; font-weight: 750; }
.video-dialog-header h2 { margin: .28rem 0 0; font-size: clamp(1.25rem, 2.5vw, 1.75rem); letter-spacing: -.035em; }
.video-close { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #343741; border-radius: 50%; background: #191c23; color: #dfe1e6; cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.video-close:hover { background: #222630; border-color: #505460; transform: rotate(4deg); }
.video-close:focus-visible { outline: 3px solid rgba(78,140,255,.4); outline-offset: 2px; }
.video-close svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.video-stage { position: relative; overflow: hidden; background: #050608; }
.video-dialog video { width: 100%; max-height: min(64vh, 540px); display: block; background: #050608; }
.video-poster-play { position: absolute; inset: 0; display: flex; align-items: flex-end; gap: .85rem; padding: clamp(1.1rem, 3vw, 2rem); border: 0; color: white; text-align: left; cursor: pointer; background: linear-gradient(180deg, transparent 50%, rgba(4,6,10,.82) 100%); transition: background .25s ease; }
.video-poster-play:hover { background: linear-gradient(180deg, rgba(4,6,10,.05) 35%, rgba(4,6,10,.9) 100%); }
.video-poster-play[hidden] { display: none; }
.video-poster-icon { width: 52px; height: 52px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(241,38,45,.94); box-shadow: 0 12px 35px rgba(0,0,0,.38), 0 0 0 8px rgba(255,255,255,.07); transition: transform .2s ease, background .2s ease; }
.video-poster-play:hover .video-poster-icon { transform: scale(1.06); background: #ff343b; }
.video-poster-icon svg { width: 23px; height: 23px; fill: currentColor; }
.video-poster-play strong, .video-poster-play small { display: block; }
.video-poster-play strong { font-size: .92rem; letter-spacing: -.01em; }
.video-poster-play small { margin-top: .15rem; color: rgba(255,255,255,.65); font-size: .7rem; }
.video-dialog > p { margin: 0; padding: 1rem 1.35rem 1.15rem; border-top: 1px solid #272a33; color: #8f949f; font-size: .82rem; }
body.modal-open { overflow: hidden; }

.motion-ready .reveal { opacity: 0; transform: translateY(14px); transition: opacity .58s cubic-bezier(.22,1,.36,1), transform .58s cubic-bezier(.22,1,.36,1); }
.motion-ready .reveal.visible { opacity: 1; transform: translateY(0); }
.motion-ready .reveal .checks li { opacity: 0; transform: translateX(-5px); transition: opacity .42s ease,transform .5s cubic-bezier(.22,1,.36,1),background-color .25s ease,border-color .25s ease; }
.motion-ready .reveal.visible .checks li { opacity: 1; transform: translateX(0); }
.motion-ready .reveal.visible .checks li:nth-child(1) { transition-delay: .08s; }
.motion-ready .reveal.visible .checks li:nth-child(2) { transition-delay: .14s; }
.motion-ready .reveal.visible .checks li:nth-child(3) { transition-delay: .2s; }
.motion-ready .audience-grid .role-card { opacity: 0; transform: translateY(10px); transition: opacity .46s ease,transform .54s cubic-bezier(.22,1,.36,1),background-color .25s ease; }
.motion-ready .audience-grid.visible .role-card { opacity: 1; transform: translateY(0); }
.motion-ready .audience-grid.visible .role-card:nth-child(1) { transition-delay: .06s; }
.motion-ready .audience-grid.visible .role-card:nth-child(2) { transition-delay: .11s; }
.motion-ready .audience-grid.visible .role-card:nth-child(3) { transition-delay: .16s; }
.motion-ready .audience-grid.visible .role-card:nth-child(4) { transition-delay: .21s; }
.hero-product .real-product-window { animation: hero-window-drift 8s ease-in-out infinite; }
.floating-shot { animation: signal-window-drift 6.5s 1s ease-in-out infinite; }
@keyframes hero-window-drift { 0%,100% { translate: 0 0; } 50% { translate: 0 -7px; } }
@keyframes signal-window-drift { 0%,100% { translate: 0 0; } 50% { translate: 0 -5px; } }

@media (max-width: 1080px) {
  .hero { min-height: auto; }
  .hero-atmosphere {
    background-position: center, center, center top;
    background-size: 100% 100%, 100% 100%, cover;
    background-image:
      linear-gradient(90deg, rgba(11,12,16,.88) 0%, rgba(11,12,16,.48) 60%, rgba(11,12,16,.78) 100%),
      linear-gradient(180deg, rgba(11,12,16,.18) 0%, rgba(11,12,16,.54) 48%, rgba(11,12,16,.98) 76%),
      url("./assets/hero-athlete.webp");
  }
  .hero-inner { grid-template-columns: 1fr; padding-top: 6rem; padding-bottom: 5rem; }
  .hero h1 { max-width: 10ch; }
  .hero-product { max-width: 760px; transform: none; }
  .floating-shot { width: 35%; right: -2%; bottom: -23%; }
  .feature, .feature-radar, .audience-layout, .pricing-layout, .faq-layout { grid-template-columns: 1fr; }
  .toolkit-heading { grid-template-columns: minmax(0,1fr) minmax(240px,.55fr); gap: 2rem; }
  .feature-radar .feature-copy, .feature-radar .feature-ui { order: initial; }
  .feature-copy { max-width: 700px; }
  .section-heading.compact { max-width: 680px; }
  .audience-layout { gap: 2.2rem; }
  .audience-scene { min-height: clamp(330px,48vw,460px); }
  .pricing-cards { max-width: 800px; }
  .league-groups { grid-template-columns: 1fr 1fr; }
  .league-groups section:first-child { grid-row: span 2; }
}

@media (max-width: 760px) {
  :root { --pad: 1.15rem; }
  .site-header { height: 74px; }
  .nav-wrap { top: 7px; height: 60px; gap: .5rem; padding: 0 .48rem 0 .8rem; border-radius: 14px; }
  .legal-nav-wrap { padding-right: .55rem; }
  .legal-nav-actions { gap: .35rem; }
  .legal-back { padding-inline: .5rem; font-size: .74rem; }
  .legal-hero { padding: 5rem 0 3.8rem; }
  .legal-hero h1 { font-size: clamp(3.15rem,15vw,4.8rem); }
  .legal-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .legal-summary { position: static; }
  .legal-copy section { padding: 0 0 2.6rem 2.75rem; }
  .legal-number { left: .85rem; }
  .legal-scope-note { padding-left: 2.75rem !important; }
  .nav-wrap .brand { margin-right: auto; }
  .brand-logo-vector { width: 98px; }
  .mobile-signin { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; padding: 0 .7rem; border: 1px solid #343741; border-radius: 7px; color: #e5e7eb; font-size: .78rem; font-weight: 700; }
  .menu-button { display: block; }
  .primary-nav { display: none; position: absolute; left: 0; right: 0; top: 67px; padding: 1.05rem var(--pad) 1.25rem; background: rgba(12,13,17,.98); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 24px 50px rgba(0,0,0,.3); flex-direction: column; align-items: stretch; gap: .8rem; }
  .primary-nav.open { display: flex; }
  .nav-links, .nav-actions { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .nav-links { padding: 0; border: 0; background: transparent; }
  .nav-links a, .primary-nav .signin { padding: .78rem .3rem; border-radius: 7px; }
  .nav-actions { padding-top: .7rem; border-top: 1px solid var(--line); }
  .primary-nav .button { margin-top: .45rem; padding: .8rem 1rem; }
  .hero { margin-top: -74px; padding-top: 74px; }
  .hero-atmosphere {
    height: 100%;
    bottom: 0;
    background-position: center, center, 54% top;
    background-size: 100% 100%, 100% 100%, cover;
    background-repeat: no-repeat;
  }
  .hero-inner { padding-top: 4.2rem; padding-bottom: 3.2rem; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .real-product-window { padding-top: 46px; }
  .real-window-label { height: 40px; }
  .floating-shot { display: none; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-actions .button { width: 100%; }
  .hero-primary { justify-content: space-between; }
  .video-trigger { padding-left: .2rem; }
  .video-poster-icon { width: 46px; height: 46px; }
  .video-dialog-header { min-height: 76px; padding: .85rem 1rem; }
  .video-dialog > p { padding: .85rem 1rem 1rem; }
  .image-modal { padding: .5rem; }
  .image-viewer-dialog { max-height: calc(100vh - 1rem); border-radius: 13px; }
  .image-viewer-header { min-height: 70px; padding: .75rem .8rem .75rem 1rem; }
  .image-viewer-stage { padding: 2.9rem .65rem; }
  .image-viewer-stage img { max-height: 66vh; border-radius: 6px; }
  .image-viewer-nav { top: .55rem; width: 40px; height: 36px; border-radius: 9px; font-size: 1.4rem; transform: none; }
  .image-viewer-nav:hover { transform: scale(1.03); }
  .image-viewer-prev { left: calc(50% - 45px); }
  .image-viewer-next { right: calc(50% - 45px); }
  .image-viewer-footer { justify-content: center; min-height: 44px; }
  .image-viewer-footer > span:last-child { display: none; }
  .hero-meta { display: grid; grid-template-columns: 1fr; gap: .3rem; }
  .hero-meta span + span::before { display: none; }
  .window-bar { grid-template-columns: 1fr auto; }
  .status { display: none; }
  .window-main { grid-template-columns: 1fr; }
  .radar-wrap { border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .product-window { min-height: 0; }
  .signal-title b { display: none; }
  .proof-grid { grid-template-columns: repeat(2,1fr); }
  .proof-grid > div { padding: 1.05rem; }
  .section { padding-block: 5rem; }
  .section-heading { margin-bottom: 3.2rem; }
  .toolkit-heading { grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 3.2rem; }
  .toolkit-path { min-height: 170px; }
  .workflow-detail { grid-template-columns: 1fr; gap: .65rem; }
  .workflow-detail > a { width: fit-content; }
  .section-heading h2 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .feature { padding: 3.5rem 0; gap: 2.4rem; }
  .shot-label { min-height: 48px; }
  .shot-label b { font-size: .5rem; }
  .table-head, .player-row { grid-template-columns: .26fr 1.5fr .5fr .62fr; }
  .table-head span:nth-child(3), .table-head span:nth-child(4), .player-row > span:nth-child(3), .player-row > span:nth-child(4) { display: none; }
  .player-row { min-height: 66px; }
  .compare-body { min-height: 350px; padding: 1rem; }
  .compare-legend { position: static; padding: 0 1rem 1rem; }
  .audience .section-heading { margin-bottom: 2.2rem; }
  .audience-layout { gap: 1.6rem; }
  .audience-scene { min-height: clamp(235px,62vw,300px); }
  .audience-scene > img { object-position: 62% center; }
  .showcase-grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .context-shots { grid-template-columns: 1fr; }
  .context-card .shot-viewport { aspect-ratio: auto; }
  .context-card img { height: auto; }
  .audience-grid { grid-template-columns: 1fr; border-radius: 16px; }
  .role-card { min-height: 205px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .role-card:nth-child(3) { border-bottom: 1px solid rgba(255,255,255,.08); }
  .role-card:last-child { border-bottom: 0; }
  .audience-grid p { min-height: 0; }
  .leagues-heading { grid-template-columns: 1fr; align-items: start; gap: 1.5rem; margin-bottom: 2.2rem; }
  .league-visual { width: 100%; max-width: 540px; }
  .league-map-card { min-height: 250px; }
  .league-total { min-width: 0; justify-content: flex-start; }
  .league-total strong { font-size: 4.6rem; }
  .primary-leagues { grid-template-columns: repeat(2,1fr); gap: .65rem; }
  .primary-leagues article { min-height: 138px; padding: 1rem; }
  .league-directory > summary { min-height: 76px; padding: .9rem 1rem; }
  .league-groups { grid-template-columns: 1fr; padding: 0 .85rem .85rem; }
  .league-groups section:first-child { grid-row: auto; }
  .pricing-layout > .section-heading { margin-bottom: 3rem; }
  .pricing-cards { grid-template-columns: 1fr; gap: 1.25rem; }
  .price-card { min-height: auto; border-radius: 16px; }
  .price-card:hover { transform: none; }
  .plan-summary { min-height: 0; }
  .faq-layout { gap: 3rem; }
  .final-cta { min-height: 520px; }
  .final-inner { width: calc(100% - 2rem); border-radius: 18px; }
  .footer-main { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-nav { max-width: 430px; }
  .footer-bottom { grid-template-columns: 1fr; gap: .35rem; }
  .footer-legal { grid-column: auto; margin-top: .35rem; }
}

@media (max-width: 430px) {
  .eyebrow { white-space: normal; font-size: .6rem; }
  .eyebrow b { display: none; }
  .hero h1 { font-size: 3.15rem; }
  .brand-logo-vector { width: 88px; }
  .mobile-signin { padding-inline: .45rem; font-size: .71rem; }
  .window-person span { display: none; }
  .snapshot { padding-inline: .8rem; }
  .signal-row { grid-template-columns: auto 1fr; }
  .signal-row > b { display: none; }
  .activity-row { grid-template-columns: auto 1fr; }
  .activity-row time { display: none; }
  .proof-grid { gap: .5rem; }
  .proof-grid > div { padding: .9rem; }
  .proof-grid strong { font-size: .95rem; }
  .proof-grid span { font-size: .7rem; }
  .plan-topline { align-items: flex-start; }
  .plan-badge { font-size: .48rem; }
  .plan-features li { padding: .68rem; }
  .faq summary { grid-template-columns: 28px 1fr 20px; padding: 0 .9rem; font-size: .92rem; }
  .faq details p { margin: -.15rem 1rem 1.2rem 3.05rem; }
  .compare-legend { flex-direction: column; gap: .45rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .motion-ready .reveal, .motion-ready .reveal .checks li, .motion-ready .audience-grid .role-card { opacity: 1; transform: none; filter: none; }
}

/* Theme control */
html { color-scheme: dark; }
html[data-theme="light"] {
  color-scheme: light;
  --bg: #f7f8fb;
  --bg-soft: #f1f3f7;
  --panel: #ffffff;
  --panel-2: #f8f9fb;
  --line: #dfe3ea;
  --line-soft: #e8ebf0;
  --text: #111318;
  --muted: #596170;
  --muted-2: #7b8290;
}

.theme-toggle {
  position: relative;
  isolation: isolate;
  width: 72px;
  height: 38px;
  min-height: 38px;
  flex: 0 0 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
  padding: 3px;
  border: 1px solid #343741;
  border-radius: 999px;
  background: #101218;
  color: #737986;
  font: inherit;
  cursor: pointer;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.24), 0 6px 18px rgba(0,0,0,.14);
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .2s ease, opacity .2s ease;
}
.theme-toggle::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 3px;
  left: 3px;
  width: 31px;
  height: 30px;
  border-radius: 999px;
  background: #2a2e38;
  box-shadow: 0 3px 10px rgba(0,0,0,.3);
  transform: translateX(33px);
  transition: transform .28s cubic-bezier(.22,1,.36,1), background .25s ease, box-shadow .25s ease;
}
.theme-toggle:hover { transform: translateY(-1px); border-color: #515561; }
.theme-toggle:disabled { cursor: wait; opacity: .72; }
.theme-toggle:focus-visible { outline: 3px solid rgba(78,140,255,.35); outline-offset: 2px; }
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(78,140,255,.4);
  outline-offset: 3px;
}
summary:focus-visible { border-radius: 8px; }
.theme-option { position: relative; z-index: 1; width: 33px; height: 30px; display: grid; place-items: center; color: #666c78; transition: color .25s ease, transform .25s ease; }
.theme-icon { width: 16px; height: 16px; display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
[data-theme="dark"] .theme-option-dark { color: #8fb2ff; transform: scale(1.04); }

::view-transition-old(root),
::view-transition-new(root) { animation-duration: .28s; animation-timing-function: ease; }

body,
.site-header,
.nav-wrap,
.primary-nav,
.proof-strip,
.platform-showcase,
.audience,
.leagues,
.screenshot-card,
.shot-viewport,
.role-card,
.price-card,
footer {
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
}

html[data-theme="light"] body {
  background:
    radial-gradient(circle at 88% 0%, rgba(241,38,45,.07), transparent 31rem),
    radial-gradient(circle at 8% 34%, rgba(78,140,255,.055), transparent 34rem),
    var(--bg);
}
html[data-theme="light"] .legal-page { background: #f7f8fb; }
html[data-theme="light"] .legal-back { color: #4f5764; }
html[data-theme="light"] .legal-back:hover { color: #111318; background: rgba(31,39,53,.04); }
html[data-theme="light"] .legal-hero { border-color: #e1e5eb; background: radial-gradient(circle at 82% 25%,rgba(241,38,45,.09),transparent 28rem),linear-gradient(145deg,#ffffff,#f1f3f7); }
html[data-theme="light"] .legal-hero::after { border-color: rgba(31,39,53,.06); box-shadow: 0 0 0 80px rgba(31,39,53,.012),0 0 0 160px rgba(31,39,53,.008); }
html[data-theme="light"] .legal-hero h1 { color: #111318; }
html[data-theme="light"] .legal-hero p { color: #596170; }
html[data-theme="light"] .legal-meta span { border-color: #dce1e8; color: #6c7481; background: rgba(255,255,255,.72); }
html[data-theme="light"] .legal-summary { border-color: #dce1e8; background: radial-gradient(circle at 90% 10%,rgba(241,38,45,.07),transparent 14rem),linear-gradient(145deg,#ffffff,#f1f4f7); box-shadow: 0 20px 50px rgba(31,39,53,.09); }
html[data-theme="light"] .legal-summary h2,
html[data-theme="light"] .legal-copy h2 { color: #181b21; }
html[data-theme="light"] .legal-summary p,
html[data-theme="light"] .legal-copy p { color: #596170; }
html[data-theme="light"] .legal-copy section { border-left-color: #dce1e8; }
html[data-theme="light"] .legal-number { color: #9299a5; }
html[data-theme="light"] .legal-copy strong { color: #343a45; }
html[data-theme="light"] .legal-copy code { border-color: #d9dee6; color: #343a45; background: #eef1f5; }
html[data-theme="light"] .legal-scope-note { border-color: #ecd9db !important; background: rgba(241,38,45,.035); }
html[data-theme="light"] .site-header {
  background: rgba(247,248,251,.12);
  box-shadow: 0 10px 34px rgba(31,39,53,.045);
}
html[data-theme="light"] .nav-wrap { border-color: rgba(31,39,53,.1); background: rgba(255,255,255,.78); -webkit-backdrop-filter: blur(22px) saturate(1.08); backdrop-filter: blur(22px) saturate(1.08); box-shadow: 0 15px 38px rgba(31,39,53,.085), inset 0 1px 0 rgba(255,255,255,.94); }
html[data-theme="light"] .primary-nav { color: #5f6673; }
html[data-theme="light"] .nav-links { border-color: #e4e7ec; background: rgba(31,39,53,.025); }
html[data-theme="light"] .nav-links a:hover { color: #111318; background: #ffffff; }
html[data-theme="light"] .primary-nav .signin { color: #343944; }
html[data-theme="light"] .primary-nav .signin:hover { color: #111318; background: rgba(31,39,53,.04); }
html[data-theme="light"] .mobile-signin { border-color: #d4d9e1; color: #2a303a; background: rgba(255,255,255,.72); }
html[data-theme="light"] .theme-toggle {
  border-color: #d9dde5;
  background: #edf0f4;
  color: #7a8290;
  box-shadow: inset 0 1px 2px rgba(31,39,53,.06), 0 5px 18px rgba(31,39,53,.08);
}
html[data-theme="light"] .theme-toggle::before {
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(31,39,53,.15);
  transform: translateX(0);
}
html[data-theme="light"] .theme-option-light { color: #e58a00; transform: scale(1.04); }
html[data-theme="light"] .theme-toggle:hover { border-color: #bfc5d0; background: #e9edf2; }
html[data-theme="light"] .menu-button { border-color: #d9dde5; color: #1f242d; }
html[data-theme="light"] .button-ghost { color: #292e37; border-color: #cfd4dc; }
html[data-theme="light"] .button-ghost:hover { background: #ffffff; border-color: #aeb5c0; }
html[data-theme="light"] .section-grid::before { background: rgba(17,19,24,.04); }
html[data-theme="light"] .section-grid::after { display: none; }
html[data-theme="light"] .hero { border-bottom-color: var(--line-soft); }
html[data-theme="light"] .hero-atmosphere {
  background-image:
    linear-gradient(90deg, rgba(247,248,251,.96) 0%, rgba(247,248,251,.7) 40%, rgba(247,248,251,.43) 72%, rgba(247,248,251,.68) 100%),
    linear-gradient(180deg, rgba(247,248,251,.54) 0%, rgba(247,248,251,.2) 54%, rgba(247,248,251,.9) 100%),
    url("./assets/hero-athlete.webp");
  background-position: center, center, center;
  background-size: 100% 100%, 100% 100%, cover;
  filter: saturate(.9) contrast(1.02) brightness(1.18);
}
html[data-theme="light"] .hero-glow { background: radial-gradient(circle, rgba(241,38,45,.11), transparent 64%); }
html[data-theme="light"] .eyebrow { color: #646c79; }
html[data-theme="light"] .hero .eyebrow { color: #171a20; }
html[data-theme="light"] .eyebrow b { background: #ccd1d9; }
html[data-theme="light"] .hero-copy > p,
html[data-theme="light"] .section-heading p,
html[data-theme="light"] .feature-copy > p,
html[data-theme="light"] .final-cta p { color: #596170; }
html[data-theme="light"] .hero-meta { color: #777f8c; }
html[data-theme="light"] .hero-meta span + span::before { background: #aeb4be; }
html[data-theme="light"] .real-product-window {
  background: linear-gradient(145deg, #ffffff, #eef1f5);
  border-color: #d9dde5;
  box-shadow: 0 38px 90px rgba(31,39,53,.15), inset 0 1px 0 #ffffff;
}
html[data-theme="light"] .real-window-label { color: #717987; border-color: #e1e5eb; background: rgba(249,250,252,.94); }
html[data-theme="light"] .real-window-label b { color: #313640; }
html[data-theme="light"] .hero-platform-shot { border-color: #e1e5eb; }
html[data-theme="light"] .floating-shot {
  border-color: #d9dde5;
  background: linear-gradient(145deg, #ffffff, #eef1f5);
  box-shadow: 0 28px 70px rgba(31,39,53,.18);
}
html[data-theme="light"] .floating-title { color: #171a20; border-color: #e1e5eb; background: rgba(249,250,252,.94); }
html[data-theme="light"] .floating-title span { color: #7a8290; }
html[data-theme="light"] .floating-shot img { border-color: #e1e5eb; }
html[data-theme="light"] .proof-strip,
html[data-theme="light"] .platform-showcase,
html[data-theme="light"] .audience { background: #ffffff; }
html[data-theme="light"] .platform-showcase { background: radial-gradient(circle at 82% 24%, rgba(78,140,255,.07), transparent 28rem), #ffffff; }
html[data-theme="light"] .audience { background: radial-gradient(circle at 12% 72%, rgba(241,38,45,.055), transparent 30rem), #ffffff; }
html[data-theme="light"] .proof-grid > div { border-color: #e0e4ea; background: linear-gradient(145deg, #ffffff, #f7f8fa); box-shadow: 0 10px 30px rgba(31,39,53,.045); }
html[data-theme="light"] .proof-grid span { color: #69717e; }
html[data-theme="light"] .feature-number { color: #8a919d; }
html[data-theme="light"] .checks { color: #343a45; }
html[data-theme="light"] .checks li { border-color: #e3e7ed; background: rgba(31,39,53,.018); }
html[data-theme="light"] .checks li:hover,
html[data-theme="light"] .checks li.is-open { border-color: #ccd2da; background: rgba(31,39,53,.035); }
html[data-theme="light"] .check-toggle::before { color: #c51d25; background: rgba(241,38,45,.08); }
html[data-theme="light"] .checks li.is-open .check-toggle::before { background: rgba(241,38,45,.13); }
html[data-theme="light"] .check-toggle i { color: #8b929e; }
html[data-theme="light"] .checks li.is-open .check-toggle i { color: #343a45; }
html[data-theme="light"] .checks li > p { color: #626a77; }
html[data-theme="light"] .screenshot-card {
  border-color: #d8dde5;
  background: linear-gradient(145deg, #ffffff 0%, #eef1f5 100%);
  box-shadow: 0 28px 70px rgba(31,39,53,.12), inset 0 1px 0 #ffffff;
}
html[data-theme="light"] .screenshot-card:hover {
  border-color: #b9c0cb;
  box-shadow: 0 35px 80px rgba(31,39,53,.17);
}
html[data-theme="light"] .shot-label { border-color: #e1e5eb; background: rgba(249,250,252,.94); }
html[data-theme="light"] .shot-label span { color: #171a20; }
html[data-theme="light"] .shot-label b { color: #737b88; }
html[data-theme="light"] .shot-viewport { border-color: #e1e5eb; background: #ffffff; }
html[data-theme="light"] .shot-viewport::after { box-shadow: inset 0 0 0 1px rgba(31,39,53,.018), inset 0 -26px 42px rgba(31,39,53,.025); }
html[data-theme="light"] .breakout-card { border-color: #ead998; }
html[data-theme="light"] .comparison-tabs { border-color: #d8dde5; background: rgba(245,247,250,.9); box-shadow: inset 0 1px 0 #ffffff; }
html[data-theme="light"] .comparison-tab { color: #737b88; }
html[data-theme="light"] .comparison-tab:hover { color: #262b34; }
html[data-theme="light"] .comparison-tab.is-active { color: #181b21; background: #ffffff; box-shadow: 0 6px 18px rgba(31,39,53,.1),inset 0 0 0 1px #e2e6ec; }
html[data-theme="light"] .audience-scene { border-color: transparent; background: transparent; box-shadow: none; }
html[data-theme="light"] .audience-scene > img { opacity: .68; filter: saturate(.8) contrast(1.05) brightness(1.03); }
html[data-theme="light"] .audience-scene::before { background: linear-gradient(90deg,#ffffff 0%,rgba(255,255,255,.1) 27%,transparent 58%),linear-gradient(180deg,rgba(255,255,255,.04) 0%,transparent 58%,#ffffff 100%); }
html[data-theme="light"] .audience-scene::after { background: radial-gradient(circle at 66% 48%,rgba(241,38,45,.09),transparent 24rem); }
html[data-theme="light"] .audience-grid { border-color: #dfe3e9; background: rgba(255,255,255,.9); box-shadow: 0 24px 58px rgba(31,39,53,.12),inset 0 1px 0 #ffffff; }
html[data-theme="light"] .role-card { border-color: #e3e6eb; background: transparent; box-shadow: none; }
html[data-theme="light"] .role-card:hover { border-color: #e3e6eb; background: rgba(31,39,53,.025); box-shadow: none; }
html[data-theme="light"] .role-icon { border-color: #d9dee6; color: #596170; background: rgba(31,39,53,.035); }
html[data-theme="light"] .toolkit-path { border-color: #dce1e8; background: radial-gradient(circle at 92% 8%,rgba(241,38,45,.07),transparent 14rem),linear-gradient(145deg,#ffffff,#f1f4f7); box-shadow: 0 20px 50px rgba(31,39,53,.09),inset 0 1px 0 #ffffff; }
html[data-theme="light"] .toolkit-path-top span { color: #343a45; }
html[data-theme="light"] .toolkit-path-top b { color: #858d99; }
html[data-theme="light"] .toolkit-path li { color: #616976; }
html[data-theme="light"] .workflow-step i { border-color: #cfd5de; color: #596170; background: #ffffff; box-shadow: 0 0 0 5px rgba(245,247,250,.94); }
html[data-theme="light"] .workflow-step.is-active { color: #20242c; }
html[data-theme="light"] .workflow-step.is-active i { border-color: var(--red); color: #ffffff; background: var(--red); box-shadow: 0 0 0 5px rgba(245,247,250,.96),0 0 18px rgba(241,38,45,.16); }
html[data-theme="light"] .workflow-detail { border-top-color: #dfe3e9; }
html[data-theme="light"] .workflow-detail strong { color: #252a33; }
html[data-theme="light"] .workflow-detail div > span { color: #68707d; }
html[data-theme="light"] .workflow-detail > a { color: #252a33; }
html[data-theme="light"] .role-number { color: #9299a5; }
html[data-theme="light"] .audience-grid p { color: #596170; }
html[data-theme="light"] .role-body small { border-top-color: #e4e7ec; color: #646c79; }
html[data-theme="light"] .leagues { border-color: #e3e7ed; background: radial-gradient(circle at 82% 14%, rgba(78,140,255,.07), transparent 30rem), #ffffff; }
html[data-theme="light"] .league-total strong { color: #171a20; }
html[data-theme="light"] .league-total span { color: #747c89; }
html[data-theme="light"] .league-map-card { border-color: #d8dde5; background: radial-gradient(circle at 80% 18%, rgba(78,140,255,.08), transparent 18rem), linear-gradient(145deg,#ffffff,#eef1f5); box-shadow: 0 24px 58px rgba(31,39,53,.11), inset 0 1px 0 #ffffff; }
html[data-theme="light"] .league-map-card::after { background: linear-gradient(90deg, rgba(255,255,255,.28), rgba(255,255,255,.08) 48%, rgba(255,255,255,.42)); }
html[data-theme="light"] .league-map-image { opacity: .3; filter: saturate(.72) contrast(.82); }
html[data-theme="light"] .league-map-label { color: #596170; }
html[data-theme="light"] .league-map-label b { color: #818895; }
html[data-theme="light"] .league-map-content > p { color: #4f5764; }
html[data-theme="light"] .league-map-regions span { border-color: rgba(31,39,53,.1); color: #6e7683; background: rgba(255,255,255,.5); }
html[data-theme="light"] .primary-leagues article { border-color: #dfe4eb; background: linear-gradient(150deg, #ffffff, #f6f8fa); box-shadow: 0 16px 42px rgba(31,39,53,.07); }
html[data-theme="light"] .primary-leagues article::after { border-color: rgba(31,39,53,.055); }
html[data-theme="light"] .primary-leagues article:hover { border-color: #bcc3ce; box-shadow: 0 22px 52px rgba(31,39,53,.12); }
html[data-theme="light"] .primary-leagues strong { color: #1b1f26; }
html[data-theme="light"] .primary-leagues article > span,
html[data-theme="light"] .primary-leagues small { color: #77808d; }
html[data-theme="light"] .primary-leagues strong img { border-color: rgba(31,39,53,.14); box-shadow: 0 3px 8px rgba(31,39,53,.1); }
html[data-theme="light"] .league-directory { border-color: #dfe4eb; background: rgba(31,39,53,.014); }
html[data-theme="light"] .league-directory > summary strong { color: #20242c; }
html[data-theme="light"] .league-directory > summary small { color: #747c89; }
html[data-theme="light"] .league-directory > summary i { border-color: #d8dde5; background: #ffffff; }
html[data-theme="light"] .league-directory > summary i::before,
html[data-theme="light"] .league-directory > summary i::after { background: #6c7480; }
html[data-theme="light"] .league-groups section { border-color: #e2e6ec; background: #ffffff; }
html[data-theme="light"] .league-groups h3 { color: #6b7481; }
html[data-theme="light"] .league-groups li { color: #343b46; }
html[data-theme="light"] .league-groups li:hover { color: #111318; background: #f3f5f8; }
html[data-theme="light"] .league-groups li span { color: #8a929e; }
html[data-theme="light"] .pricing { background: radial-gradient(circle at 78% 44%, rgba(241,38,45,.07), transparent 34rem); }
html[data-theme="light"] .price-card { border-color: #dce1e8; background: linear-gradient(160deg, #ffffff, #f8f9fb); box-shadow: 0 22px 60px rgba(31,39,53,.09), inset 0 1px 0 #ffffff; }
html[data-theme="light"] .price-card:hover { border-color: #c2c8d1; box-shadow: 0 30px 72px rgba(31,39,53,.14); }
html[data-theme="light"] .pro-card { background: linear-gradient(145deg, #fff2f3 0%, #fff9f9 36%, #ffffff 76%); border-color: #e9aeb2; box-shadow: 0 28px 72px rgba(79,29,32,.12); }
html[data-theme="light"] .pro-card:hover { border-color: #dd858b; box-shadow: 0 34px 84px rgba(79,29,32,.17); }
html[data-theme="light"] .plan-name,
html[data-theme="light"] .plan-features strong,
html[data-theme="light"] .plan-includes span { color: #20242c; }
html[data-theme="light"] .plan-summary { color: #596170; }
html[data-theme="light"] .plan-badge { border-color: #d9dee6; color: #717987; background: rgba(31,39,53,.025); }
html[data-theme="light"] .plan-badge-pro { border-color: #efb7bb; color: #b51c24; background: rgba(241,38,45,.07); }
html[data-theme="light"] .price span,
html[data-theme="light"] .plan-includes small,
html[data-theme="light"] .plan-action > small { color: #707886; }
html[data-theme="light"] .plan-includes { border-top-color: #e1e5eb; }
html[data-theme="light"] .plan-features li { border-color: #e7eaf0; background: rgba(31,39,53,.018); }
html[data-theme="light"] .plan-check { color: #c51d25; background: rgba(241,38,45,.09); }
html[data-theme="light"] .plan-locked .plan-check { color: #7b8390; background: rgba(31,39,53,.07); }
html[data-theme="light"] .plan-features small { color: #6d7582; }
html[data-theme="light"] .faq-section .section-heading a { color: #171a20; }
html[data-theme="light"] .faq details { border-color: #e0e4ea; background: rgba(31,39,53,.012); }
html[data-theme="light"] .faq details[open] { border-color: #c9cfd8; background: #ffffff; box-shadow: 0 12px 34px rgba(31,39,53,.06); }
html[data-theme="light"] .faq summary span { color: #89919d; }
html[data-theme="light"] .faq summary i::before,
html[data-theme="light"] .faq summary i::after { background: #6f7784; }
html[data-theme="light"] .faq details p { color: #596170; }
html[data-theme="light"] .final-cta { background: #f4f6f9; }
html[data-theme="light"] .cta-glow { background: radial-gradient(circle at 50% 60%, rgba(241,38,45,.12), transparent 43%); }
html[data-theme="light"] .final-inner { border-color: #dce1e8; background: linear-gradient(145deg, #ffffff, #f5f7fa); box-shadow: 0 30px 80px rgba(31,39,53,.1), inset 0 1px 0 #ffffff; }
html[data-theme="light"] .final-inner::before { background: radial-gradient(circle at 50% 78%, rgba(241,38,45,.09), transparent 42%); }
html[data-theme="light"] .eyebrow.light { color: #646c79; }
html[data-theme="light"] footer {
  border-top-color: #e1e5eb;
  background:
    radial-gradient(circle at 14% 10%, rgba(241,38,45,.06), transparent 24rem),
    #ffffff;
}
html[data-theme="light"] .footer-brand p,
html[data-theme="light"] .footer-bottom,
html[data-theme="light"] .footer-legal { color: #68717f; }
html[data-theme="light"] .footer-legal strong { color: #343b46; }
html[data-theme="light"] .footer-platform { border-color: #dfe4eb; background: rgba(31,39,53,.02); color: #5f6876; }
html[data-theme="light"] .footer-column > span { color: #89919d; }
html[data-theme="light"] .footer-column a { color: #4e5663; }
html[data-theme="light"] .footer-column a:hover,
html[data-theme="light"] .footer-column .footer-start { color: #14171c; }
html[data-theme="light"] .footer-bottom { border-top-color: #e4e7ec; }
html[data-theme="light"] .video-backdrop { background: rgba(33,39,49,.62); }
html[data-theme="light"] .video-dialog { border-color: #d9dde5; background: #ffffff; box-shadow: 0 45px 110px rgba(31,39,53,.28); }
html[data-theme="light"] .video-dialog-header span { color: #737b88; }
html[data-theme="light"] .video-close { border-color: #d9dde5; background: #f3f5f8; color: #242932; }
html[data-theme="light"] .video-close:hover { border-color: #bdc3cc; background: #e9edf2; }
html[data-theme="light"] .video-dialog > p { border-top-color: #e4e7ec; color: #5f6774; }
html[data-theme="light"] .video-trigger { color: #2f3540; }
html[data-theme="light"] .video-trigger:hover { color: #090b0f; }
html[data-theme="light"] .video-trigger-icon { border-color: #cfd4dc; background: #ffffff; color: #151820; box-shadow: 0 8px 24px rgba(31,39,53,.1); }
html[data-theme="light"] .video-trigger:hover .video-trigger-icon { border-color: #aeb5c0; background: #f4f6f9; }
html[data-theme="light"] .video-trigger small { color: #7b8390; }

/* Search-ready content pages and proof */
.section-deep-links { display: flex; flex-wrap: wrap; align-items: center; gap: .7rem 1.5rem; margin-top: 2rem; }
.section-deep-link { width: fit-content; display: inline-flex; align-items: center; gap: .65rem; color: #d9dce3; font-size: .88rem; font-weight: 700; }
.section-deep-link span { color: var(--red); transition: transform .2s ease; }
.section-deep-link:hover span { transform: translateX(3px); }
.section-deep-link-muted { color: #8e939e; }
.monitor-methodology-link { margin-top: 1.5rem; }
.methodology-deep-link { color: #c7cad2; }
.methodology-deep-link small { display: inline-flex; align-items: center; min-height: 22px; padding-right: .7rem; border-right: 1px solid #414550; color: #858a95; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 750; }
.testimonial-band { border-bottom: 1px solid var(--line-soft); background: radial-gradient(circle at 82% 50%,rgba(241,38,45,.09),transparent 32rem),#0b0c10; }
.testimonial-inner { display: grid; grid-template-columns: minmax(220px,.42fr) minmax(0,1fr); gap: clamp(2rem,6vw,6rem); align-items: start; }
.testimonial-heading h2 { max-width: 390px; margin: 1.2rem 0 0; font-size: clamp(1.7rem,3vw,2.6rem); line-height: 1.08; letter-spacing: -.04em; }
.testimonial-label { display: flex; align-items: center; gap: .65rem; color: #858a95; text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; font-weight: 750; }
.testimonial-label span { width: 24px; height: 1px; background: var(--red); }
.testimonial-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .9rem; }
.testimonial-inner blockquote { min-height: 100%; margin: 0; padding: clamp(1.3rem,2.5vw,1.75rem); border: 1px solid #292c35; border-radius: 17px; background: linear-gradient(145deg,rgba(24,26,33,.92),rgba(15,17,22,.92)); box-shadow: inset 0 1px 0 rgba(255,255,255,.025); }
.testimonial-inner blockquote p { max-width: 900px; margin: 0; color: #e7e9ed; font-size: clamp(1.08rem,1.7vw,1.35rem); line-height: 1.48; letter-spacing: -.024em; font-weight: 650; }
.testimonial-inner cite { display: flex; flex-direction: column; gap: .15rem; margin-top: 1.8rem; font-style: normal; }
.testimonial-inner cite strong { color: #f2f3f5; font-size: .9rem; }
.testimonial-inner cite span { color: #747985; font-size: .78rem; }
.footer-main { grid-template-columns: minmax(0,.85fr) minmax(580px,1.15fr); }
.footer-nav { grid-template-columns: repeat(3,minmax(130px,1fr)); }

.content-page { background: var(--bg); }
.page-hero { position: relative; overflow: hidden; padding: clamp(6.5rem,11vw,10rem) 0 clamp(4.5rem,8vw,7rem); border-bottom: 1px solid var(--line-soft); background: radial-gradient(circle at 78% 28%,rgba(241,38,45,.15),transparent 30rem),linear-gradient(145deg,#11131a,#0b0c10); }
.page-hero::after { content: ""; position: absolute; right: -12%; bottom: -65%; width: min(52vw,660px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.05); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.012),0 0 0 180px rgba(255,255,255,.008); pointer-events: none; }
.page-hero-inner { position: relative; z-index: 1; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin-bottom: 1.5rem; color: #727783; font-size: .74rem; font-weight: 650; }
.breadcrumbs a:hover { color: #ffffff; }
.breadcrumbs i { color: #454a55; font-style: normal; }
.page-hero h1 { max-width: 930px; margin: 0 0 1.35rem; font-size: clamp(3.3rem,8vw,7.1rem); line-height: .94; letter-spacing: -.058em; }
.page-hero .page-lede { max-width: 760px; margin: 0; color: #a1a5af; font-size: clamp(1.05rem,1.6vw,1.24rem); line-height: 1.65; }
.page-hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.content-section { padding: clamp(4.5rem,8vw,7.5rem) 0; border-bottom: 1px solid var(--line-soft); }
.content-section.alt { background: #0f1015; }
.content-heading { max-width: 780px; margin-bottom: clamp(2.5rem,5vw,4.5rem); }
.content-heading .eyebrow { margin-bottom: 1.2rem; }
.content-heading h2 { margin: 0 0 1rem; font-size: clamp(2.4rem,5vw,4.7rem); line-height: 1; letter-spacing: -.052em; }
.content-heading p { max-width: 680px; margin: 0; color: #959aa5; font-size: 1rem; line-height: 1.7; }
.content-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.content-grid.three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.content-card { min-height: 230px; padding: clamp(1.4rem,3vw,2rem); border: 1px solid #292c35; border-radius: 18px; background: radial-gradient(circle at 92% 8%,rgba(241,38,45,.07),transparent 15rem),linear-gradient(145deg,#171920,#111319); box-shadow: inset 0 1px 0 rgba(255,255,255,.025); }
.content-card .card-number { color: var(--red); font-size: .66rem; letter-spacing: .14em; font-weight: 800; }
.content-card h2,.content-card h3 { margin: 1rem 0 .75rem; font-size: clamp(1.35rem,2.2vw,1.8rem); line-height: 1.14; letter-spacing: -.035em; }
.content-card p { margin: 0; color: #9297a2; font-size: .92rem; line-height: 1.7; }
.content-card a { display: inline-flex; margin-top: 1.35rem; color: #f0f1f3; font-size: .82rem; font-weight: 700; }
.content-card a span { margin-left: .45rem; color: var(--red); }
.editorial-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.42fr); gap: clamp(3rem,8vw,8rem); align-items: start; }
.editorial-copy h2 { margin: 0 0 1.2rem; font-size: clamp(2rem,4vw,3.6rem); line-height: 1.05; letter-spacing: -.045em; }
.editorial-copy h3 { margin: 2.8rem 0 .8rem; font-size: 1.35rem; letter-spacing: -.025em; }
.editorial-copy p,.editorial-copy li { color: #9da1ab; font-size: 1rem; line-height: 1.78; }
.editorial-copy ul { padding-left: 1.2rem; }
.editorial-copy strong { color: #e0e2e7; }
.editorial-aside { position: sticky; top: 7rem; padding: 1.4rem; border: 1px solid #2a2d36; border-radius: 18px; background: linear-gradient(145deg,#171920,#101218); }
.editorial-aside > span { color: var(--red); text-transform: uppercase; letter-spacing: .14em; font-size: .62rem; font-weight: 750; }
.editorial-aside h2,.editorial-aside h3 { margin: .85rem 0 .7rem; font-size: 1.35rem; line-height: 1.18; }
.editorial-aside p,.editorial-aside li { color: #9297a2; font-size: .86rem; line-height: 1.65; }
.editorial-aside ul { padding-left: 1.1rem; }
.aside-product-peek { position: relative; overflow: hidden; margin: 1.35rem 0 0; border: 1px solid #30343d; border-radius: 13px; background: #0c0e13; box-shadow: 0 18px 38px rgba(0,0,0,.2); }
.aside-product-peek::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 -28px 42px rgba(8,10,14,.18); }
.aside-product-peek img { display: block; width: 100%; height: auto; opacity: .82; }
.aside-product-peek figcaption { position: relative; z-index: 1; padding: .75rem .85rem; border-top: 1px solid #292d35; color: #858b96; background: rgba(15,17,22,.96); font-size: .7rem; line-height: 1.45; }
.insight-feature-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.42fr); gap: 1rem; align-items: stretch; }
.insight-product-peek { margin: 0; align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.league-page-intro { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.58fr); gap: clamp(2rem,6vw,5rem); align-items: center; margin-bottom: 2.5rem; }
.league-page-intro .content-heading { margin-bottom: 0; }
.league-page-map { min-height: 260px; }
.product-figure { margin: 0; }
.product-figure .screenshot-card { display: block; }
.product-figure figcaption { margin-top: .85rem; color: #777c87; font-size: .75rem; line-height: 1.55; }
.page-cta { padding: clamp(4.5rem,8vw,7rem) 0; text-align: center; background: radial-gradient(circle at 50% 65%,rgba(241,38,45,.13),transparent 30rem); }
.page-cta h2 { margin: 0 auto 1rem; max-width: 820px; font-size: clamp(2.7rem,6vw,5.3rem); line-height: .98; letter-spacing: -.052em; }
.page-cta p { max-width: 620px; margin: 0 auto 1.8rem; color: #969ba6; }
.article-index { display: grid; gap: 1rem; }
.article-link { display: grid; grid-template-columns: 120px 1fr auto; gap: 1.5rem; align-items: center; padding: 1.3rem; border: 1px solid #292c35; border-radius: 16px; background: #12141a; }
.article-link time { color: #707581; font-size: .72rem; }
.article-link h2 { margin: 0 0 .35rem; font-size: 1.3rem; }
.article-link p { margin: 0; color: #8f949f; font-size: .88rem; }
.article-link > span { color: var(--red); font-size: 1.1rem; }
.legal-links { display: flex; flex-wrap: wrap; gap: .8rem 1.3rem; }
.legal-links a { color: #aeb2bc; font-size: .78rem; }

html[data-theme="light"] .section-deep-link { color: #252a33; }
html[data-theme="light"] .methodology-deep-link { color: #505866; }
html[data-theme="light"] .methodology-deep-link small { border-color: #cbd1da; color: #757d89; }
html[data-theme="light"] .hero-platform-shot-dark { display: none; }
html[data-theme="light"] .hero-platform-shot-light { display: block; }
html[data-theme="light"] .testimonial-band { background: radial-gradient(circle at 82% 50%,rgba(241,38,45,.07),transparent 32rem),#ffffff; }
html[data-theme="light"] .testimonial-label { color: #69717e; }
html[data-theme="light"] .testimonial-heading h2 { color: #1b1f26; }
html[data-theme="light"] .testimonial-inner blockquote { border-color: #dfe3e9; background: rgba(255,255,255,.9); box-shadow: 0 18px 46px rgba(31,39,53,.07),inset 0 1px 0 #ffffff; }
html[data-theme="light"] .testimonial-inner blockquote p { color: #1b1f26; }
html[data-theme="light"] .testimonial-inner cite strong { color: #252a33; }
html[data-theme="light"] .testimonial-inner cite span { color: #747c89; }
html[data-theme="light"] .page-hero { background: radial-gradient(circle at 78% 28%,rgba(241,38,45,.08),transparent 30rem),linear-gradient(145deg,#ffffff,#f2f4f7); }
html[data-theme="light"] .page-hero::after { border-color: rgba(31,39,53,.06); box-shadow: 0 0 0 90px rgba(31,39,53,.012),0 0 0 180px rgba(31,39,53,.008); }
html[data-theme="light"] .page-hero h1,html[data-theme="light"] .content-heading h2,html[data-theme="light"] .content-card h2,html[data-theme="light"] .content-card h3,html[data-theme="light"] .editorial-copy h2,html[data-theme="light"] .editorial-copy h3,html[data-theme="light"] .editorial-aside h2,html[data-theme="light"] .editorial-aside h3,html[data-theme="light"] .page-cta h2 { color: #171a20; }
html[data-theme="light"] .page-hero .page-lede,html[data-theme="light"] .content-heading p,html[data-theme="light"] .content-card p,html[data-theme="light"] .editorial-copy p,html[data-theme="light"] .editorial-copy li,html[data-theme="light"] .editorial-aside p,html[data-theme="light"] .editorial-aside li,html[data-theme="light"] .page-cta p { color: #596170; }
html[data-theme="light"] .breadcrumbs { color: #78808c; }
html[data-theme="light"] .breadcrumbs a:hover { color: #171a20; }
html[data-theme="light"] .content-section { border-color: #e3e7ed; }
html[data-theme="light"] .content-section.alt { background: #f4f6f8; }
html[data-theme="light"] .content-card,html[data-theme="light"] .editorial-aside { border-color: #dce1e8; background: radial-gradient(circle at 92% 8%,rgba(241,38,45,.05),transparent 15rem),linear-gradient(145deg,#ffffff,#f4f6f8); box-shadow: 0 20px 50px rgba(31,39,53,.07),inset 0 1px 0 #ffffff; }
html[data-theme="light"] .aside-product-peek { border-color: #dce1e8; background: #ffffff; box-shadow: 0 16px 40px rgba(31,39,53,.08); }
html[data-theme="light"] .aside-product-peek img { opacity: .92; }
html[data-theme="light"] .aside-product-peek figcaption { border-color: #e3e7ed; color: #68717e; background: rgba(255,255,255,.97); }
html[data-theme="light"] .content-card a,html[data-theme="light"] .editorial-copy strong { color: #2c323c; }
html[data-theme="light"] .article-link { border-color: #dce1e8; background: #ffffff; box-shadow: 0 14px 38px rgba(31,39,53,.055); }
html[data-theme="light"] .article-link h2 { color: #20242c; }
html[data-theme="light"] .article-link p { color: #626a77; }

@media (max-width: 980px) {
  .footer-main { grid-template-columns: 1fr; }
  .footer-nav { max-width: 680px; }
  .content-grid.three { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .editorial-layout { grid-template-columns: 1fr; }
  .editorial-aside { position: static; }
  .insight-feature-layout { grid-template-columns: 1fr; }
  .league-page-intro { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .testimonial-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .methodology-deep-link { width: 100%; display: grid; grid-template-columns: auto minmax(0,1fr) auto; }
  .footer-nav { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .content-grid,.content-grid.three { grid-template-columns: 1fr; }
  .article-link { grid-template-columns: 1fr auto; gap: .5rem 1rem; }
  .article-link time { grid-column: 1/-1; }
  .page-hero h1 { font-size: clamp(3rem,15vw,4.8rem); }
}

@media (max-width: 470px) {
  .footer-nav { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .primary-nav { margin-left: 0; }
  .theme-toggle { margin-left: 0; }
  .menu-button { margin-left: 0; }
  .menu-button { flex: 0 0 auto; }
  html[data-theme="light"] .primary-nav { background: rgba(247,248,251,.98); }
  html[data-theme="light"] .real-product-window,
  html[data-theme="light"] .screenshot-card { background: #ffffff; }
  html[data-theme="light"] .shot-viewport { background: #ffffff; }
  html[data-theme="light"] .shot-viewport::after { box-shadow: inset 0 0 0 1px rgba(31,39,53,.012); }
  html[data-theme="light"] .shot-viewport img,
  html[data-theme="light"] .hero-platform-shot-light { opacity: 1; filter: none; }
  html[data-theme="light"] .hero-atmosphere {
    background-image:
      linear-gradient(90deg,rgba(247,248,251,.96) 0%,rgba(247,248,251,.72) 52%,rgba(247,248,251,.58) 100%),
      linear-gradient(180deg,rgba(247,248,251,.42) 0%,rgba(247,248,251,.28) 42%,rgba(247,248,251,.82) 72%,#f7f8fb 100%),
      url("./assets/hero-athlete.webp");
    background-position: center,center,54% top;
  }
}

@media (max-width: 430px) {
  .theme-toggle { width: 66px; flex-basis: 66px; }
  .theme-option { width: 30px; }
  .theme-toggle::before { width: 29px; transform: translateX(30px); }
  html[data-theme="light"] .theme-toggle::before { transform: translateX(0); }
}
