:root {
  color-scheme: dark;
  --bg: #070a0c;
  --bg-soft: #0c1214;
  --panel: #121a1c;
  --panel-2: #172124;
  --text: #f3f7f2;
  --muted: #a7b3ad;
  --dim: #6e7b76;
  --lime: #b5ff4d;
  --lime-soft: #84c83d;
  --orange: #ffb44d;
  --line: rgba(205, 239, 218, .14);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font: 16px/1.55 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow-x: hidden; }
body::selection { color: var(--bg); background: var(--lime); }
a { color: inherit; }
button { font: inherit; }
.noise { position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .18; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E"); }
.container { width: min(var(--container), calc(100% - 64px)); margin: 0 auto; }
.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(7,10,12,.8); backdrop-filter: blur(18px); }
.nav-wrap { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font-size: 20px; font-weight: 800; letter-spacing: -.05em; text-decoration: none; white-space: nowrap; }
.brand > span > span { color: var(--lime); }
.brand-icon { width: 32px; height: 32px; border-radius: 9px; object-fit: cover; box-shadow: 0 0 22px rgba(181,255,77,.22); }
.desktop-nav { display: flex; align-items: center; gap: clamp(16px, 3vw, 36px); margin-left: auto; }
.desktop-nav a, .footer-links a { color: var(--muted); font-size: 14px; text-decoration: none; transition: color .2s ease; }
.desktop-nav a:hover, .footer-links a:hover { color: var(--lime); }
.nav-cta { display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px; border: 1px solid rgba(181,255,77,.4); border-radius: 999px; color: var(--lime); font-size: 14px; font-weight: 700; text-decoration: none; }
.nav-cta span { font-size: 18px; line-height: 1; }
.hero { display: grid; grid-template-columns: minmax(0, .98fr) minmax(420px, .85fr); gap: clamp(32px, 8vw, 100px); min-height: 730px; align-items: center; padding-top: 64px; padding-bottom: 84px; }
.hero-copy { position: relative; z-index: 1; }
.kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--lime); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(181,255,77,.1), 0 0 18px var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.065em; line-height: .98; }
h1 { max-width: 750px; margin-bottom: 28px; font-size: clamp(54px, 7.1vw, 101px); font-weight: 820; }
h1 em, h2 em { color: var(--lime); font-style: normal; }
.hero-lead { max-width: 540px; margin-bottom: 30px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.store-button { display: inline-flex; min-width: 172px; align-items: center; justify-content: center; gap: 11px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; color: var(--text); background: var(--panel); text-align: left; }
.store-button:disabled { cursor: not-allowed; opacity: .78; }
.store-button small { display: block; color: var(--dim); font-size: 10px; line-height: 1.1; }
.store-icon { font-size: 25px; line-height: 1; }
.play-icon { display: grid; width: 23px; height: 23px; place-items: center; border: 1px solid var(--lime); border-radius: 7px; color: var(--lime); font-size: 9px; }
.store-note { margin: 12px 0 0; color: var(--dim); font-size: 12px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 54px; }
.hero-proof div { display: flex; align-items: flex-start; gap: 9px; }
.hero-proof strong { color: var(--lime); font-size: 11px; letter-spacing: .1em; }
.hero-proof span { color: var(--dim); font-size: 11px; line-height: 1.25; text-transform: uppercase; }
.hero-visual { position: relative; display: grid; min-height: 610px; place-items: center; }
.halo { position: absolute; border: 1px solid rgba(181,255,77,.13); border-radius: 50%; transform: rotate(-20deg); }
.halo-one { width: 530px; height: 530px; }
.halo-two { width: 620px; height: 270px; border-color: rgba(181,255,77,.08); }
.phone-card { position: relative; z-index: 2; width: min(340px, 80vw); padding: 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 38px; background: #0f1517; box-shadow: 18px 30px 90px rgba(0,0,0,.55), 0 0 70px rgba(181,255,77,.13); transform: rotate(4deg); }
.phone-top, .phone-appbar { display: flex; align-items: center; justify-content: space-between; padding: 5px 10px 12px; color: var(--muted); font-size: 10px; }
.phone-signal { color: var(--lime); font-size: 7px; letter-spacing: 3px; }
.phone-appbar { justify-content: flex-start; gap: 9px; padding: 10px 12px 15px; color: var(--text); font-size: 14px; }
.mini-mark { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 7px; color: var(--bg); background: var(--lime); font-size: 12px; font-weight: 900; }
.bar-menu { margin-left: auto; color: var(--dim); letter-spacing: 3px; }
.camera-stage { position: relative; height: 450px; overflow: hidden; border-radius: 25px; background: radial-gradient(circle at 50% 30%, rgba(100,131,103,.42), transparent 34%), linear-gradient(145deg, #27352e, #101718 68%); }
.camera-stage::before { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255,255,255,.06), transparent 30%, transparent 70%, rgba(181,255,77,.06)); content: ""; }
.stage-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(181,255,77,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(181,255,77,.25) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, transparent, black 26%, black 78%, transparent); }
.tracking-ring { position: absolute; top: 92px; left: 50%; display: grid; width: 170px; height: 170px; place-items: center; border: 1px solid rgba(181,255,77,.65); border-radius: 50%; box-shadow: 0 0 34px rgba(181,255,77,.15); transform: translateX(-50%); }
.tracking-ring::before, .tracking-ring::after { position: absolute; width: 22px; height: 22px; border: 2px solid var(--lime); content: ""; }
.tracking-ring::before { top: -8px; left: 39px; border-right: 0; border-bottom: 0; }
.tracking-ring::after { right: 36px; bottom: -8px; border-top: 0; border-left: 0; }
.tracking-ring span { width: 50px; height: 50px; border: 1px dashed rgba(181,255,77,.55); border-radius: 50%; }
.stage-status { position: absolute; top: 18px; left: 18px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid rgba(181,255,77,.26); border-radius: 99px; color: var(--lime); background: rgba(7,10,12,.5); font-size: 10px; }
.status-led, .console-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 10px var(--lime); }
.stage-caption { position: absolute; bottom: 24px; left: 23px; display: flex; flex-direction: column; }
.stage-caption small { color: rgba(255,255,255,.65); font-size: 10px; letter-spacing: .15em; }
.stage-caption strong { margin: 0; color: var(--lime); font-size: 74px; font-weight: 850; line-height: .9; letter-spacing: -.08em; }
.stage-caption span { color: rgba(255,255,255,.55); font-size: 11px; text-transform: uppercase; }
.fake-skeleton { position: absolute; top: 122px; left: 50%; width: 110px; height: 160px; opacity: .9; transform: translateX(-50%); }
.joint { position: absolute; z-index: 2; width: 10px; height: 10px; border: 2px solid var(--lime); border-radius: 50%; background: #152219; box-shadow: 0 0 12px rgba(181,255,77,.8); }
.j1 { top: 0; left: 49px; }.j2 { top: 42px; left: 49px; }.j3 { top: 75px; left: 18px; }.j4 { top: 75px; right: 16px; }.j5 { bottom: 8px; left: 48px; }
.bone { position: absolute; height: 2px; transform-origin: left center; background: var(--lime); box-shadow: 0 0 8px rgba(181,255,77,.8); }
.bone-a { top: 47px; left: 54px; width: 44px; transform: rotate(43deg); }.bone-b { top: 47px; left: 54px; width: 43px; transform: rotate(137deg); }.bone-c { top: 81px; left: 23px; width: 66px; transform: rotate(39deg); }.bone-d { top: 81px; left: 23px; width: 67px; transform: rotate(141deg); }
.phone-bottom { display: flex; align-items: center; justify-content: space-between; padding: 15px 12px 6px; }.tiny-label { display: block; color: var(--dim); font-size: 9px; letter-spacing: .16em; }.phone-bottom strong { font-size: 12px; }.check { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(181,255,77,.5); border-radius: 50%; color: var(--lime); }
.float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; background: rgba(18,26,28,.9); box-shadow: 0 14px 30px rgba(0,0,0,.28); backdrop-filter: blur(13px); }.float-count { top: 150px; right: -11px; }.float-sync { bottom: 110px; left: -14px; }.float-icon, .sync-icon { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 10px; color: var(--bg); background: var(--lime); font-weight: 900; }.sync-icon { color: var(--lime); background: rgba(181,255,77,.12); font-size: 21px; }.float-card strong, .float-card small { display: block; }.float-card strong { font-size: 12px; }.float-card small { color: var(--dim); font-size: 10px; }
.ticker { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(181,255,77,.035); }.ticker-track { display: flex; width: max-content; align-items: center; gap: 29px; padding: 17px 0; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .15em; white-space: nowrap; animation: marquee 28s linear infinite; }.ticker i { color: var(--lime); font-style: normal; }
@keyframes marquee { to { transform: translateX(-35%); } }
.section { padding-top: 130px; padding-bottom: 60px; }.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; }.section-heading .kicker { margin-bottom: 17px; }.section-heading h2, .crossfit-copy h2, .leaderboard-heading h2, .final-cta h2 { margin-bottom: 0; font-size: clamp(42px, 5.2vw, 72px); font-weight: 820; }.intro-copy { max-width: 430px; padding-bottom: 4px; }.intro-copy p, .heading-note, .leaderboard-heading > p { margin-bottom: 20px; color: var(--muted); font-size: 16px; }.text-link, .outline-link { display: inline-flex; align-items: center; gap: 11px; color: var(--lime); font-size: 14px; font-weight: 700; text-decoration: none; }.text-link span, .outline-link span { font-size: 20px; transition: transform .2s ease; }.text-link:hover span, .outline-link:hover span { transform: translateX(4px); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; padding-top: 45px; }.feature-card { min-height: 355px; position: relative; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: 23px; background: linear-gradient(145deg, rgba(23,33,36,.9), rgba(13,18,20,.9)); }.feature-card::after { position: absolute; right: -60px; bottom: -100px; width: 260px; height: 260px; border: 1px solid rgba(181,255,77,.08); border-radius: 50%; content: ""; }.feature-card-large { background: radial-gradient(circle at 86% 13%, rgba(181,255,77,.11), transparent 35%), linear-gradient(145deg, rgba(23,33,36,.9), rgba(13,18,20,.9)); }.accent-card { border-color: rgba(181,255,77,.34); background: linear-gradient(135deg, rgba(91,133,49,.45), rgba(18,28,24,.95) 70%); }.feature-number { color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .12em; }.feature-card h3 { position: relative; z-index: 1; margin: 30px 0 12px; font-size: 27px; line-height: 1.02; letter-spacing: -.05em; }.feature-card p { position: relative; z-index: 1; max-width: 370px; margin-bottom: 22px; color: var(--muted); font-size: 14px; }.feature-footer { position: absolute; right: 30px; bottom: 28px; left: 30px; display: flex; align-items: center; gap: 8px; color: var(--dim); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }.line-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }.tech-state { margin-left: auto; color: var(--lime); }.big-count { margin-top: 27px; color: var(--lime); font-size: 83px; font-weight: 850; line-height: .85; letter-spacing: -.09em; }.big-count span { margin-left: 8px; font-size: 35px; }.rep-bars { position: absolute; right: 30px; bottom: 31px; display: flex; align-items: end; gap: 5px; height: 70px; }.rep-bars i { width: 8px; border-radius: 5px 5px 1px 1px; background: rgba(181,255,77,.45); }.rep-bars i:nth-child(1), .rep-bars i:nth-child(5), .rep-bars i:nth-child(8) { height: 26%; }.rep-bars i:nth-child(2), .rep-bars i:nth-child(6), .rep-bars i:nth-child(9) { height: 52%; }.rep-bars i:nth-child(3), .rep-bars i:nth-child(7), .rep-bars i:nth-child(10) { height: 76%; }.rep-bars i:nth-child(4), .rep-bars i:nth-child(11) { height: 100%; background: var(--lime); }.rep-bars i:nth-child(12) { height: 41%; }.feature-icon { display: grid; width: 64px; height: 64px; place-items: center; margin-top: 24px; border: 1px solid rgba(181,255,77,.55); border-radius: 18px; color: var(--lime); background: rgba(181,255,77,.08); }.pose-icon { position: relative; }.pose-icon span, .pose-icon i, .pose-icon b { position: absolute; display: block; border: 2px solid var(--lime); border-radius: 99px; }.pose-icon span { top: 12px; width: 14px; height: 14px; border-radius: 50%; }.pose-icon i { top: 27px; width: 27px; height: 2px; transform: rotate(30deg); }.pose-icon b { top: 38px; width: 21px; height: 2px; transform: rotate(-25deg); }.coach-icon span { font-size: 34px; }.audio-icon span { font-size: 13px; letter-spacing: -3px; }.coach-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid rgba(181,255,77,.2); border-radius: 99px; color: var(--muted); font-size: 10px; }.coach-pill span { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); }.audio-wave { display: flex; align-items: center; gap: 4px; height: 26px; }.audio-wave i { width: 4px; border-radius: 99px; background: var(--lime); }.audio-wave i:nth-child(1), .audio-wave i:nth-child(8) { height: 20%; }.audio-wave i:nth-child(2), .audio-wave i:nth-child(6) { height: 60%; }.audio-wave i:nth-child(3), .audio-wave i:nth-child(7) { height: 38%; }.audio-wave i:nth-child(4), .audio-wave i:nth-child(9) { height: 100%; }.audio-wave i:nth-child(5) { height: 76%; }
.workouts-section { padding-top: 140px; }.split-heading { align-items: end; }.heading-note { width: min(360px, 40%); margin-bottom: 5px; }.workout-list { display: grid; gap: 12px; padding-top: 45px; }.workout-row { display: grid; grid-template-columns: 105px 1fr auto; align-items: center; gap: 25px; min-height: 128px; padding: 13px 25px 13px 13px; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); transition: border-color .2s ease, transform .2s ease; }.workout-row:hover { border-color: rgba(181,255,77,.48); transform: translateX(5px); }.workout-visual { display: grid; width: 105px; height: 100px; place-items: center; overflow: hidden; border-radius: 14px; background: #101814; }.workout-visual img { width: 95px; height: 95px; object-fit: cover; mix-blend-mode: screen; }.workout-tag { color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .13em; }.workout-main h3 { margin: 4px 0 2px; font-size: 22px; letter-spacing: -.04em; }.workout-main p { margin: 0; color: var(--muted); font-size: 13px; }.workout-arrow { color: var(--lime); font-size: 29px; }
.crossfit-band { display: grid; grid-template-columns: .9fr 1fr; gap: 70px; align-items: center; margin-top: 140px; padding: 84px clamp(30px, 7vw, 90px); overflow: hidden; border: 1px solid rgba(181,255,77,.26); border-radius: 30px; background: radial-gradient(circle at 88% 20%, rgba(181,255,77,.22), transparent 34%), linear-gradient(115deg, #354a2f, #111b18 72%); }.crossfit-copy h2 { margin: 0 0 22px; }.crossfit-copy > p:not(.kicker) { max-width: 470px; color: rgba(243,247,242,.72); }.outline-link { margin-top: 10px; padding: 11px 15px; border: 1px solid rgba(181,255,77,.5); border-radius: 99px; }.crossfit-console { position: relative; padding: 25px; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: rgba(7,10,12,.58); box-shadow: 0 22px 60px rgba(0,0,0,.24); transform: rotate(2deg); }.console-head, .console-foot { display: flex; align-items: center; justify-content: space-between; color: var(--dim); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }.console-live { display: inline-flex; align-items: center; gap: 7px; color: var(--lime); }.console-title { margin: 70px 0 29px; font-size: 35px; font-weight: 700; line-height: 1.03; letter-spacing: -.06em; }.console-title strong { color: var(--lime); font-weight: 700; }.console-meter { height: 5px; margin-bottom: 17px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.1); }.console-meter span { display: block; height: 100%; border-radius: inherit; background: var(--lime); box-shadow: 0 0 14px var(--lime); }.console-foot { letter-spacing: 0; text-transform: none; }.console-foot strong { color: var(--text); font-size: 12px; }.console-foot b { color: var(--lime); font-size: 20px; }.console-audio { display: flex; align-items: center; gap: 12px; margin-top: 28px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--dim); font-size: 11px; }.speaker { color: var(--lime); letter-spacing: -4px; }.wave { display: flex; align-items: center; gap: 3px; height: 24px; }.wave i { width: 3px; height: 10px; border-radius: 99px; background: var(--lime); }.wave i:nth-child(2), .wave i:nth-child(9) { height: 16px; }.wave i:nth-child(3), .wave i:nth-child(6), .wave i:nth-child(11) { height: 22px; }.wave i:nth-child(4), .wave i:nth-child(8) { height: 13px; }
.social-section { display: grid; grid-template-columns: .8fr 1fr; gap: 85px; align-items: center; padding-top: 160px; }.social-copy h2 { margin-bottom: 23px; font-size: clamp(42px, 5.2vw, 72px); }.social-copy > p:not(.kicker) { max-width: 450px; color: var(--muted); }.social-points { display: grid; gap: 12px; margin-top: 29px; color: var(--muted); font-size: 13px; }.social-points b { display: inline-grid; width: 25px; height: 25px; place-items: center; margin-right: 7px; border-radius: 50%; color: var(--lime); background: rgba(181,255,77,.1); }.stories-board { padding: 27px; border: 1px solid var(--line); border-radius: 25px; background: var(--panel); box-shadow: 0 30px 80px rgba(0,0,0,.18); transform: rotate(-2deg); }.stories-top { display: flex; justify-content: space-between; margin-bottom: 22px; }.stories-top strong { font-size: 20px; }.stories-top span { color: var(--dim); font-size: 12px; }.story-avatars { display: flex; gap: 17px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }.story-avatar { display: flex; flex: 1; flex-direction: column; align-items: center; gap: 7px; min-width: 54px; }.story-avatar > span { display: grid; width: 54px; height: 54px; place-items: center; border: 2px solid var(--lime); border-radius: 50%; color: var(--text); background: linear-gradient(145deg, #466144, #18251e); font-size: 20px; font-weight: 700; }.story-avatar.add > span { border-color: var(--dim); color: var(--lime); background: transparent; font-size: 26px; }.story-avatar.ring-two > span { border-color: var(--orange); }.story-avatar.ring-three > span { border-color: #d8aaff; }.story-avatar small { overflow: hidden; max-width: 70px; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }.story-post { margin-top: 23px; padding: 17px; border-radius: 17px; background: linear-gradient(140deg, #27372d, #131a1b); }.story-post-head { display: flex; align-items: center; gap: 9px; }.mini-avatar { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--lime); border-radius: 50%; background: #607b4a; font-size: 12px; font-weight: 700; }.story-post-head strong, .story-post-head small { display: block; }.story-post-head strong { font-size: 12px; }.story-post-head small { color: var(--muted); font-size: 10px; }.story-time { margin-left: auto; color: var(--dim); font-size: 10px; }.story-result { display: flex; flex-direction: column; margin: 42px 0 25px; }.story-result small { color: var(--muted); font-size: 10px; letter-spacing: .18em; }.story-result strong { color: var(--lime); font-size: 75px; line-height: .9; letter-spacing: -.08em; }.story-result span { color: var(--muted); font-size: 11px; }.story-reactions { display: flex; justify-content: space-between; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.15); color: var(--muted); font-size: 11px; }.story-reactions span:last-child { color: var(--text); font-size: 22px; line-height: .6; }
.leaderboard-section { display: grid; grid-template-columns: .72fr 1fr; gap: 90px; align-items: center; padding-top: 130px; }.leaderboard-heading h2 { margin-bottom: 22px; }.leaderboard-heading > p { max-width: 390px; }.leaderboard { padding: 22px 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); }.leaderboard-label { display: flex; justify-content: space-between; padding-bottom: 14px; color: var(--dim); font-size: 10px; letter-spacing: .12em; }.leader-row { display: grid; grid-template-columns: 30px 36px 1fr auto; align-items: center; gap: 12px; min-height: 58px; border-top: 1px solid rgba(255,255,255,.08); }.leader-row.current { margin-right: -9px; margin-left: -9px; padding: 0 9px; border-color: rgba(181,255,77,.3); border-radius: 12px; background: rgba(181,255,77,.08); }.rank { color: var(--dim); font-size: 11px; font-weight: 800; }.rank.gold { color: var(--orange); }.leader-avatar { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: var(--text); background: #44534b; font-size: 12px; font-weight: 700; }.leader-avatar.lime { color: var(--bg); background: var(--lime); }.leader-row strong { font-size: 14px; }.leader-row strong small { margin-left: 5px; color: var(--lime); font-size: 9px; font-weight: 500; text-transform: uppercase; }.leader-row b { color: var(--lime); font-size: 17px; }
.how-section { padding-top: 160px; }.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; padding-top: 55px; }.steps article { padding: 26px 0 0; border-top: 1px solid rgba(181,255,77,.45); }.steps article > span { color: var(--lime); font-size: 12px; font-weight: 800; letter-spacing: .12em; }.steps h3 { margin: 29px 0 10px; font-size: 22px; }.steps p { max-width: 270px; margin: 0; color: var(--muted); font-size: 14px; }
.final-cta { position: relative; overflow: hidden; margin-top: 120px; padding: 95px 30px; border: 1px solid rgba(181,255,77,.28); border-radius: 28px; background: radial-gradient(circle at 50% 0%, rgba(181,255,77,.2), transparent 45%), var(--panel); text-align: center; }.final-glow { position: absolute; top: -160px; left: 50%; width: 420px; height: 420px; border: 1px solid rgba(181,255,77,.14); border-radius: 50%; transform: translateX(-50%); }.final-cta .kicker { position: relative; justify-content: center; }.final-cta h2 { position: relative; margin-bottom: 20px; }.final-cta > p:not(.kicker) { position: relative; margin-bottom: 28px; color: var(--muted); }.final-cta .hero-actions { position: relative; justify-content: center; }
.site-footer { margin-top: 140px; border-top: 1px solid var(--line); }.footer-grid { display: flex; justify-content: space-between; gap: 40px; padding: 50px 0 55px; }.footer-grid > div:first-child p { max-width: 220px; margin: 16px 0 0; color: var(--dim); font-size: 13px; }.footer-links { display: flex; gap: 72px; }.footer-links div { display: flex; flex-direction: column; gap: 9px; }.footer-links strong { margin-bottom: 6px; color: var(--text); font-size: 12px; }.footer-links a { font-size: 13px; }.footer-bottom { display: flex; justify-content: space-between; padding: 18px 0 25px; border-top: 1px solid rgba(255,255,255,.07); color: var(--dim); font-size: 11px; }.footer-bottom b { color: var(--lime); }
@media (max-width: 900px) { .desktop-nav { display: none; }.hero { grid-template-columns: 1fr; padding-top: 74px; }.hero-copy { max-width: 720px; }.hero-visual { min-height: 580px; }.feature-grid { grid-template-columns: 1fr; }.crossfit-band { grid-template-columns: 1fr; gap: 45px; }.social-section, .leaderboard-section { grid-template-columns: 1fr; gap: 48px; }.social-copy, .leaderboard-heading { max-width: 620px; }.leaderboard { max-width: 620px; }.heading-note { width: min(360px, 44%); } }
@media (max-width: 620px) { .container { width: min(var(--container), calc(100% - 32px)); }.nav-wrap { min-height: 68px; }.nav-cta { padding: 8px 12px; font-size: 12px; }.hero { min-height: auto; padding-top: 56px; padding-bottom: 70px; }.hero-lead { font-size: 16px; }.hero-proof { gap: 14px; margin-top: 38px; }.hero-proof div { flex: 1; }.hero-visual { min-height: 510px; margin-right: -12px; margin-left: -12px; }.phone-card { width: min(315px, 82vw); }.float-count { right: -3px; }.float-sync { bottom: 72px; left: 1px; }.section, .how-section { padding-top: 95px; }.section-heading, .split-heading { display: block; }.intro-copy { margin-top: 25px; }.heading-note { width: auto; margin-top: 22px; }.feature-card { min-height: 330px; padding: 24px; }.feature-card h3 { font-size: 25px; }.workouts-section { padding-top: 100px; }.workout-row { grid-template-columns: 70px 1fr auto; gap: 14px; padding: 10px 14px 10px 10px; }.workout-visual { width: 70px; height: 72px; }.workout-visual img { width: 70px; height: 70px; }.workout-main h3 { font-size: 18px; }.workout-main p { display: none; }.workout-tag { font-size: 8px; }.crossfit-band { margin-top: 95px; padding: 53px 23px; border-radius: 23px; }.crossfit-console { padding: 19px; }.console-title { margin-top: 55px; font-size: 28px; }.stories-board { padding: 19px; }.story-avatars { gap: 8px; }.story-avatar > span { width: 46px; height: 46px; }.story-avatar small { max-width: 55px; font-size: 9px; }.footer-grid { display: block; padding: 40px 0; }.footer-links { gap: 40px; margin-top: 36px; }.footer-bottom { display: block; }.footer-bottom span { display: block; }.footer-bottom span + span { margin-top: 6px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.ticker-track { animation: none; }.workout-row, .text-link span, .outline-link span { transition: none; } }
