:root {
  color-scheme: dark;
  --bg: #06110f;
  --bg-deep: #030a08;
  --surface: #0b1e19;
  --surface-2: #102820;
  --line: rgba(154, 255, 213, 0.15);
  --text: #f2f7f4;
  --muted: #94aaa2;
  --mint: #4ce5b1;
  --lime: #baff24;
  --lime-2: #8de30d;
  --ink: #07100d;
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background:
    linear-gradient(rgba(89, 207, 161, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89, 207, 161, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 72% 9%, rgba(52, 211, 153, 0.12), transparent 28rem),
    var(--bg-deep);
  background-size: 72px 72px, 72px 72px, auto, auto;
  font-family: var(--body);
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.ambient { position: fixed; pointer-events: none; border-radius: 999px; filter: blur(100px); opacity: .16; z-index: -1; }
.ambient-one { width: 28rem; height: 28rem; right: -10rem; top: 8rem; background: var(--mint); }
.ambient-two { width: 24rem; height: 24rem; left: -14rem; top: 55rem; background: var(--lime); opacity: .08; }

.site-header, main, footer { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font: 800 .86rem/1 var(--display); letter-spacing: .15em; white-space: nowrap; }
.brand strong { color: var(--lime); }
.brand-mark { width: 27px; height: 27px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; transform: skew(-8deg); }
.brand-mark i { display: block; border-radius: 3px; background: var(--lime); }
.brand-mark i:first-child { opacity: .48; }
.brand-mark i:nth-child(2) { opacity: .72; }
.site-header nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.site-header nav a { color: var(--muted); font-size: .91rem; font-weight: 600; transition: color .2s ease; }
.site-header nav a:hover { color: var(--text); }
.header-cta { padding: 11px 17px; border: 1px solid rgba(186,255,36,.4); border-radius: 999px; color: var(--lime); font-weight: 700; font-size: .88rem; }

.hero { min-height: 720px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 56px; padding: 82px 0 74px; }
.eyebrow { margin: 0 0 20px; color: var(--mint); font: 800 .76rem/1.3 var(--display); letter-spacing: .16em; }
.eyebrow span { display: inline-block; width: 24px; height: 2px; margin-right: 8px; vertical-align: middle; background: var(--lime); }
.hero h1, .section h2 { margin: 0; font-family: var(--display); letter-spacing: -.055em; line-height: .98; }
.hero h1 { max-width: 690px; font-size: clamp(3.35rem, 6.25vw, 6.25rem); }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-text { max-width: 590px; margin: 30px 0 0; color: var(--muted); font-size: 1.13rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--lime); box-shadow: 0 12px 34px rgba(186,255,36,.12); }
.button-primary:hover { background: #c8ff50; }
.button-secondary { border: 1px solid var(--line); background: rgba(12, 31, 25, .58); }
.button-secondary:hover { border-color: rgba(186,255,36,.4); }
.hero-points { display: flex; flex-wrap: wrap; gap: 20px; margin: 32px 0 0; padding: 0; color: var(--muted); list-style: none; font-size: .86rem; }
.hero-points span { color: var(--lime); margin-right: 5px; }

.product-stage { position: relative; min-height: 570px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 42px; background: linear-gradient(145deg, rgba(15, 42, 34, .82), rgba(5, 15, 12, .4)); overflow: hidden; }
.stage-grid { position: absolute; inset: 0; opacity: .28; background: linear-gradient(rgba(112,255,197,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(112,255,197,.1) 1px, transparent 1px); background-size: 42px 42px; transform: perspective(550px) rotateX(61deg) scale(1.55) translateY(33%); transform-origin: center bottom; }
.phone-shell { position: relative; z-index: 2; width: min(340px, 72%); padding: 10px; border: 1px solid rgba(204, 255, 232, .24); border-radius: 38px; background: #07110e; box-shadow: 0 35px 80px rgba(0,0,0,.45); transform: rotate(-2.2deg); }
.phone-top { height: 22px; position: relative; }
.phone-top span { position: absolute; left: 50%; top: 3px; width: 58px; height: 6px; border-radius: 999px; background: #1a2b25; transform: translateX(-50%); }
.phone-top b { position: absolute; left: calc(50% + 36px); top: 4px; width: 5px; height: 5px; border-radius: 50%; background: #243d34; }
.phone-screen { min-height: 460px; padding: 19px; border-radius: 28px; background: linear-gradient(155deg, #0b1d18, #06100d); }
.mini-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.mini-brand { font: 800 .56rem var(--display); letter-spacing: .11em; }
.mini-brand i { display: inline-block; width: 7px; height: 13px; margin-right: 5px; vertical-align: middle; border-radius: 2px; background: var(--lime); transform: skew(-8deg); }
.mini-status { padding: 4px 7px; border-radius: 99px; color: var(--mint); background: rgba(76,229,177,.1); font-size: .48rem; letter-spacing: .1em; }
.mini-kicker { margin: 23px 0 7px; color: var(--mint); font-size: .52rem; letter-spacing: .15em; }
.phone-screen h2 { margin: 0; font: 800 1.55rem/1.05 var(--display); letter-spacing: -.04em; }
.phone-screen h2 span { color: var(--lime); }
.court-tabs { display: flex; gap: 7px; margin: 19px 0 13px; font-size: .59rem; }
.court-tabs span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); }
.court-tabs .active { color: var(--ink); border-color: var(--lime); background: var(--lime); font-weight: 800; }
.clip-card, .clip-row { overflow: hidden; border: 1px solid var(--line); background: #0b1d18; }
.clip-card { border-radius: 15px; }
.clip-preview { height: 158px; position: relative; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg, #163e2d, #071811 70%); }
.clip-preview::before { content: ""; position: absolute; width: 110%; height: 60%; bottom: -24%; border: 2px solid rgba(186,255,36,.14); border-radius: 50%; }
.clip-preview button { position: relative; z-index: 2; width: 47px; height: 47px; padding-left: 4px; border: 0; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: .9rem; }
.score { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 5px 7px; border-radius: 6px; color: var(--lime); background: rgba(3,10,8,.72); font: 800 .5rem var(--display); letter-spacing: .12em; }
.field-lines { position: absolute; inset: 14px; border: 1px solid rgba(170,255,219,.13); }
.field-lines::after { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; border-left: 1px solid rgba(170,255,219,.13); }
.clip-info, .clip-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.clip-info { padding: 12px; }
.clip-info strong, .clip-row strong { display: block; font-size: .65rem; }
.clip-info small, .clip-row small { display: block; margin-top: 2px; color: var(--muted); font-size: .52rem; }
.clip-info > span { color: var(--lime); }
.clip-row { margin-top: 10px; padding: 10px 12px; border-radius: 12px; }
.row-play { width: 28px; height: 28px; display: grid; place-items: center; padding-left: 2px; border-radius: 50%; color: var(--lime); background: rgba(186,255,36,.1); font-size: .55rem; }
.clip-row div { margin-right: auto; }
.saved-toast, .stage-chip { position: absolute; z-index: 3; display: flex; border: 1px solid rgba(186,255,36,.25); background: rgba(5, 18, 14, .94); box-shadow: 0 22px 48px rgba(0,0,0,.35); backdrop-filter: blur(14px); }
.saved-toast { left: 18px; bottom: 64px; align-items: center; gap: 10px; padding: 12px 16px; border-radius: 14px; }
.saved-toast > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-weight: 900; }
.saved-toast strong, .saved-toast small { display: block; }
.saved-toast strong { font-size: .72rem; }
.saved-toast small { color: var(--muted); font-size: .58rem; }
.stage-chip { right: 18px; top: 74px; flex-direction: column; padding: 13px 16px; border-radius: 14px; }
.stage-chip strong { color: var(--lime); font: 800 1.1rem var(--display); }
.stage-chip span { color: var(--muted); font-size: .61rem; }

.signal-bar { min-height: 102px; display: flex; align-items: center; justify-content: space-around; gap: 22px; padding: 20px 34px; border: 1px solid var(--line); border-radius: 22px; background: rgba(9, 28, 22, .56); }
.signal-bar div { display: flex; align-items: baseline; gap: 11px; }
.signal-bar strong { color: var(--mint); font: 800 .72rem var(--display); letter-spacing: .12em; }
.signal-bar span { color: var(--muted); font-size: .84rem; }
.signal-bar i { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 16px var(--lime); }

.section { padding: 135px 0; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 70px; margin-bottom: 58px; }
.section h2 { font-size: clamp(2.4rem, 4.6vw, 4.7rem); }
.section-heading > p, .arena-copy > p, .final-cta > div > p:last-child { color: var(--muted); font-size: 1.02rem; line-height: 1.75; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.steps article { min-height: 330px; position: relative; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, rgba(14, 39, 31, .7), rgba(6, 17, 14, .7)); }
.steps article::after { content: ""; position: absolute; inset: auto 22px 0; height: 2px; background: linear-gradient(90deg, transparent, var(--lime), transparent); opacity: 0; transition: opacity .25s ease; }
.steps article:hover::after { opacity: .65; }
.step-number { position: absolute; right: 24px; top: 24px; color: rgba(186,255,36,.42); font: 800 .7rem var(--display); letter-spacing: .12em; }
.step-icon { width: 64px; height: 64px; position: relative; display: grid; place-items: center; margin-bottom: 64px; border: 1px solid rgba(186,255,36,.2); border-radius: 18px; background: rgba(186,255,36,.05); }
.step-icon::before, .step-icon::after, .step-icon i { content: ""; position: absolute; display: block; }
.camera-icon::before { width: 29px; height: 19px; border: 2px solid var(--lime); border-radius: 5px; }
.camera-icon::after { width: 8px; height: 8px; border: 2px solid var(--lime); border-radius: 50%; }
.camera-icon i { width: 9px; height: 9px; right: 11px; border: 2px solid var(--lime); border-left: 0; transform: rotate(45deg); }
.click-icon::before { width: 27px; height: 27px; border: 2px solid var(--lime); border-radius: 50%; }
.click-icon::after { width: 10px; height: 10px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 16px var(--lime); }
.cloud-icon::before { width: 34px; height: 18px; bottom: 18px; border: 2px solid var(--lime); border-radius: 12px; }
.cloud-icon::after { width: 18px; height: 18px; left: 17px; top: 16px; border: 2px solid var(--lime); border-bottom: 0; border-radius: 50% 50% 0 0; background: var(--surface); }
.cloud-icon i { width: 2px; height: 15px; z-index: 2; background: var(--lime); }
.steps h3, .benefit-list h3 { margin: 0; font: 800 1.15rem var(--display); }
.steps p { margin: 12px 0 0; color: var(--muted); line-height: 1.7; }

.arena-section { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 86px; border-top: 1px solid var(--line); }
.arena-visual { min-height: 520px; position: relative; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, rgba(12, 43, 31, .8), rgba(5, 17, 13, .65)); overflow: hidden; }
.court-map { width: 80%; aspect-ratio: .82; position: relative; border: 2px solid rgba(186,255,36,.28); border-radius: 6px; background: repeating-linear-gradient(90deg, transparent 0 12.5%, rgba(186,255,36,.025) 12.5% 25%); transform: perspective(700px) rotateX(57deg) rotateZ(-8deg); box-shadow: 0 35px 60px rgba(0,0,0,.28); }
.mid-line { position: absolute; left: 0; right: 0; top: 50%; border-top: 2px solid rgba(186,255,36,.22); }
.center-circle { position: absolute; width: 29%; aspect-ratio: 1; left: 50%; top: 50%; border: 2px solid rgba(186,255,36,.22); border-radius: 50%; transform: translate(-50%,-50%); }
.goal { position: absolute; width: 36%; height: 13%; left: 32%; border: 2px solid rgba(186,255,36,.22); }
.goal-left { top: -2px; border-top: 0; }
.goal-right { bottom: -2px; border-bottom: 0; }
.camera-dot { position: absolute; width: 34px; height: 34px; display: grid; place-items: center; border: 2px solid var(--lime); border-radius: 50%; color: var(--ink); background: var(--lime); font: 800 .75rem var(--display); box-shadow: 0 0 0 9px rgba(186,255,36,.08), 0 0 28px rgba(186,255,36,.28); }
.dot-one { left: -18px; top: 29%; }
.dot-two { right: -18px; bottom: 28%; }
.arena-panel { position: absolute; left: 26px; right: 26px; bottom: 25px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 15px; background: rgba(3, 13, 10, .91); backdrop-filter: blur(12px); }
.arena-panel p { margin: 0 0 9px; color: var(--mint); font: 800 .58rem var(--display); letter-spacing: .15em; }
.arena-panel div { display: flex; align-items: center; gap: 9px; }
.arena-panel strong { font-size: .9rem; }
.arena-panel small { display: block; margin-top: 5px; color: var(--muted); }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px var(--lime); }
.arena-copy > p { margin: 25px 0 38px; }
.benefit-list { display: grid; gap: 4px; }
.benefit-list article { display: grid; grid-template-columns: 44px 1fr; gap: 17px; padding: 21px 0; border-top: 1px solid var(--line); }
.benefit-list article > span { color: var(--lime); font: 800 .7rem var(--display); letter-spacing: .12em; }
.benefit-list p { margin: 6px 0 0; color: var(--muted); }

.final-cta { display: grid; grid-template-columns: 1.15fr .85fr; gap: 74px; align-items: center; padding-inline: 62px; margin-bottom: 90px; border: 1px solid rgba(186,255,36,.2); border-radius: 34px; background: radial-gradient(circle at 95% 5%, rgba(186,255,36,.12), transparent 20rem), linear-gradient(135deg, #0e2b21, #071510); }
.final-cta > div > p:last-child { max-width: 650px; margin: 28px 0 0; }
.contact-card { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: rgba(3, 13, 10, .7); }
.contact-label { display: block; color: var(--mint); font: 800 .62rem var(--display); letter-spacing: .14em; }
.phone { display: block; margin: 13px 0 24px; font: 800 clamp(1.5rem, 2.5vw, 2.1rem) var(--display); letter-spacing: -.04em; }
.contact-card .button { width: 100%; }
.contact-card small { display: block; margin-top: 14px; color: var(--muted); text-align: center; }

footer { min-height: 120px; display: flex; align-items: center; gap: 30px; border-top: 1px solid var(--line); color: var(--muted); }
footer p { margin-right: auto; }
footer > a:last-child { color: var(--text); font-weight: 700; }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 62px; }
  .hero-copy { max-width: 760px; }
  .product-stage { min-height: 600px; }
  .section-heading, .arena-section, .final-cta { grid-template-columns: 1fr; }
  .arena-section { gap: 58px; }
  .arena-visual { min-height: 560px; }
  .final-cta { gap: 45px; padding-inline: 44px; }
}

@media (max-width: 720px) {
  .site-header, main, footer { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 74px; }
  .header-cta { padding: 9px 12px; font-size: .76rem; }
  .hero { min-height: auto; gap: 44px; padding: 62px 0 54px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-text { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-points { display: grid; gap: 9px; }
  .product-stage { min-height: 510px; border-radius: 28px; }
  .phone-shell { width: 79%; }
  .saved-toast { left: 8px; bottom: 24px; }
  .stage-chip { right: 8px; top: 34px; }
  .signal-bar { align-items: flex-start; flex-direction: column; }
  .signal-bar i { display: none; }
  .signal-bar div { width: 100%; justify-content: space-between; }
  .section { padding: 92px 0; }
  .section-heading { gap: 26px; margin-bottom: 38px; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: 270px; }
  .step-icon { margin-bottom: 45px; }
  .arena-visual { min-height: 430px; }
  .final-cta { padding: 65px 22px; margin-bottom: 55px; border-radius: 25px; }
  footer { min-height: 160px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 12px; }
  footer p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
