:root {
  --bg: #070809;
  --surface: #101214;
  --surface-2: #16181b;
  --line: rgba(255, 255, 255, 0.1);
  --muted: #a6a8ad;
  --text: #f5f5f5;
  --orange: #ff6400;
  --orange-2: #ff8a1e;
  --green: #35d66f;
  --radius: 18px;
  --shadow-orange: 0 0 40px rgba(255, 100, 0, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; color: var(--text); background: var(--bg); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.5; overflow-x: hidden; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; }
em { color: var(--orange); font-style: normal; }
.page-shell { width: min(1440px, calc(100% - 80px)); margin-inline: auto; }
.narrow { width: min(900px, calc(100% - 80px)); }
.section-border { border-top: 1px solid var(--line); }
.cursor-glow { position: fixed; z-index: 0; width: 380px; height: 380px; border-radius: 50%; background: rgba(255, 100, 0, .055); filter: blur(90px); pointer-events: none; translate: -50% -50%; opacity: 0; transition: opacity .3s; }
body:hover .cursor-glow { opacity: 1; }

.site-header { position: sticky; top: 0; z-index: 100; height: 78px; background: rgba(5, 6, 7, .88); border-bottom: 1px solid rgba(255, 255, 255, .07); backdrop-filter: blur(20px); }
.nav-shell { width: min(1440px, calc(100% - 64px)); height: 100%; margin-inline: auto; display: grid; grid-template-columns: minmax(248px, 1fr) auto minmax(248px, 1fr); align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; justify-self: start; width: 210px; height: 58px; overflow: hidden; }
.brand-mark { width: 55px; height: 43px; object-fit: contain; }
.brand-name { width: 205px; height: 52px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 3vw, 48px); }
.main-nav a { color: #d5d5d7; font-size: .9rem; transition: color .2s; }
.main-nav a:hover { color: var(--orange); }
.nav-actions { display: flex; align-items: center; justify-self: end; gap: 10px; }
.nav-actions .button { min-height: 44px; padding-inline: 18px; font-size: .82rem; }
.nav-access { min-width: 92px; }
.mobile-nav-actions { display: none; }
.menu-button { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: white; transition: .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 24px; border: 1px solid transparent; border-radius: 9px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, #ff7410, #ef4f00); color: white; box-shadow: 0 10px 30px rgba(255, 95, 0, .25), inset 0 1px rgba(255,255,255,.25); }
.button-primary:hover { box-shadow: 0 14px 36px rgba(255, 95, 0, .4), inset 0 1px rgba(255,255,255,.3); }
.button-ghost { background: rgba(5, 6, 7, .55); border-color: rgba(255,255,255,.35); color: #f1f1f1; }
.button-ghost:hover { border-color: var(--orange); background: rgba(255, 100, 0, .08); }
.button-large { min-height: 60px; padding-inline: 30px; }
.button-icon { width: 34px; height: 34px; margin: -6px -10px -6px 2px; object-fit: cover; mix-blend-mode: screen; }
.store-downloads { display: flex; align-items: center; gap: 10px; }
.store-badge { display: block; width: 164px; height: 58px; overflow: hidden; border: 1px solid rgba(255,255,255,.28); border-radius: 10px; background: #000; box-shadow: 0 10px 30px rgba(0,0,0,.38); transition: transform .2s, border-color .2s, box-shadow .2s; }
.store-badge:hover { transform: translateY(-2px); border-color: var(--orange); box-shadow: 0 14px 34px rgba(0,0,0,.48), 0 0 22px rgba(255,100,0,.15); }
.store-badge img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.store-badge-play img { object-position: center 50%; }
.store-badge-apple img { object-position: center 50%; }
.play { position: relative; display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid currentColor; border-radius: 50%; }
.play::after { content: ''; width: 0; height: 0; margin-left: 2px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 6px solid currentColor; }

.hero { position: relative; min-height: 710px; isolation: isolate; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: -3; background: url('assets/hero-gym.png') center/cover no-repeat; opacity: .72; }
.hero-video { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .48; filter: saturate(.72) contrast(1.16) brightness(.72); transform: scale(1.025); }
.hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #070809 0%, rgba(7,8,9,.9) 32%, rgba(7,8,9,.22) 70%, rgba(7,8,9,.6) 100%), linear-gradient(0deg, #070809 0%, transparent 20%, rgba(0,0,0,.12)); }
.hero-grid { display: grid; grid-template-columns: minmax(440px, .85fr) minmax(660px, 1.3fr); align-items: center; gap: 40px; min-height: 710px; padding-block: 56px 44px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: #c7c7ca; font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 30px; height: 2px; background: var(--orange); box-shadow: 0 0 14px var(--orange); }
.hero h1 { margin: 0; font-size: clamp(3rem, 4.3vw, 5.25rem); line-height: 1.04; letter-spacing: -.055em; font-weight: 850; text-wrap: balance; }
.hero-lead { max-width: 570px; margin: 24px 0 28px; color: #c4c5c7; font-size: 1.08rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; scroll-margin-top: 100px; }
.hero-video-toggle { position: absolute; z-index: 6; right: 22px; bottom: 18px; display: flex; align-items: center; gap: 8px; min-height: 34px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #d9dade; background: rgba(5,6,7,.62); backdrop-filter: blur(10px); cursor: pointer; transition: color .2s, border-color .2s, background .2s; }
.hero-video-toggle:hover { color: white; border-color: rgba(255,100,0,.7); background: rgba(5,6,7,.82); }
.hero-video-toggle span { position: relative; width: 10px; height: 12px; border-left: 3px solid currentColor; border-right: 3px solid currentColor; }
.hero-video-toggle b { font-size: .62rem; font-weight: 700; letter-spacing: .03em; }
.hero-video-toggle.is-paused span { width: 0; height: 0; border: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid currentColor; }
.hero-copy.is-visible > * { animation: hero-content-in .65s cubic-bezier(.2,.7,.2,1) both; }
.hero-copy.is-visible > :nth-child(2) { animation-delay: .08s; }
.hero-copy.is-visible > :nth-child(3) { animation-delay: .16s; }
.hero-copy.is-visible > :nth-child(4) { animation-delay: .24s; }
.hero-copy.is-visible > :nth-child(5) { animation-delay: .32s; }
@keyframes hero-content-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes phone-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -10px; } }
@keyframes phone-float-alt { 0%,100% { translate: 0 -5px; } 50% { translate: 0 7px; } }
@keyframes orbit-breathe { 0%,100% { opacity: .38; } 50% { opacity: .82; } }
.phone-dashboard { animation: phone-float 6.2s ease-in-out infinite; }
.phone-profile { animation: phone-float-alt 7.4s ease-in-out infinite; }
.orange-orbit { animation: orbit-breathe 4.8s ease-in-out infinite; }
.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 650px; margin-top: 34px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: rgba(10,11,12,.66); backdrop-filter: blur(12px); }
.hero-trust > div { position: relative; min-height: 78px; padding: 15px 12px 12px 62px; border-right: 1px solid var(--line); }
.hero-trust > div:last-child { border-right: 0; }
.hero-trust small, .hero-trust strong { display: block; font-size: .68rem; line-height: 1.35; }
.hero-trust small { color: #bbb; }
.hero-trust strong { margin-top: 3px; color: white; }
.trust-icon { position: absolute; left: 8px; top: 12px; width: 54px; height: 54px; object-fit: cover; mix-blend-mode: screen; }

.product-showcase { position: relative; height: 590px; min-width: 0; }
.orange-orbit { position: absolute; border: 2px solid rgba(255,100,0,.45); border-radius: 50%; filter: drop-shadow(0 0 10px rgba(255,100,0,.5)); transform: rotate(-16deg); }
.orbit-one { width: 500px; height: 190px; left: 80px; top: 105px; }
.orbit-two { width: 420px; height: 160px; left: 125px; top: 272px; opacity: .55; }
.phone { position: absolute; top: 55px; width: 265px; height: 530px; padding: 9px; border: 2px solid #949495; border-radius: 39px; background: linear-gradient(145deg, #26282a, #0d0e0f); box-shadow: 0 25px 80px rgba(0,0,0,.65), 0 0 20px rgba(255,100,0,.25); }
.phone-dashboard { left: 80px; transform: rotate(-2deg); z-index: 3; }
.phone-profile { left: 315px; top: 77px; transform: rotate(2.4deg); z-index: 2; }
.phone-notch { position: absolute; top: 15px; left: 50%; z-index: 5; width: 84px; height: 21px; transform: translateX(-50%); border-radius: 20px; background: #0a0a0a; }
.phone-screen { position: relative; height: 100%; overflow: hidden; border-radius: 31px; background: #f6f3ef; color: #1a1a1a; padding: 21px 12px 48px; }
.phone-real { overflow: hidden; padding: 8px; background: linear-gradient(145deg, #292b2d, #08090a); }
.phone-real .phone-shot { display: block; width: 100%; height: 100%; border-radius: 31px; object-fit: cover; object-position: top center; background: #f6f3ef; }
.phone-real .phone-notch { box-shadow: 0 1px 0 rgba(255,255,255,.1); }
.app-top { display: flex; align-items: center; min-height: 50px; gap: 8px; border-bottom: 1px solid #dedad5; }
.app-top div:nth-child(2) { flex: 1; }
.app-top small, .app-top strong { display: block; line-height: 1.25; }
.app-top small { font-size: 7px; color: #7d7a76; }
.app-top strong { font-size: 11px; }
.avatar { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: white; background: #282828; font-size: 8px; font-weight: 800; }
.avatar-owner { background: linear-gradient(135deg, #f05a15, #ad2900); }
.notification { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: #ff5e30; color: white; font-size: 7px; }
.app-welcome { margin-top: 10px; padding: 12px; border-radius: 11px; color: white; background: linear-gradient(135deg, #d76a2a, #9b3714); box-shadow: 0 8px 16px rgba(169,55,14,.2); }
.app-welcome small, .app-welcome strong { display: block; }
.app-welcome small { font-size: 7px; opacity: .8; }
.app-welcome strong { font-size: 12px; }
.app-welcome p { margin: 5px 0 0; font-size: 6px; opacity: .8; }
.mini-kpis { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 9px; }
.mini-kpis div { padding: 9px; border-radius: 9px; background: white; box-shadow: 0 2px 9px rgba(0,0,0,.07); }
.mini-kpis span, .mini-kpis b { display: block; }
.mini-kpis span { color: #8a8782; font-size: 7px; }
.mini-kpis b { margin-top: 3px; font-size: 12px; }
.chart-card { margin-top: 9px; padding: 11px 9px 7px; border-radius: 10px; background: white; box-shadow: 0 2px 9px rgba(0,0,0,.07); }
.chart-title { display: flex; justify-content: space-between; font-size: 8px; }
.chart-title b { color: #7258ff; }
.chart-card svg { display: block; width: 100%; margin-top: 5px; }
.chart-area { fill: url(#area); }
.chart-line { fill: none; stroke: #6e54f7; stroke-width: 3; stroke-linecap: round; }
.chart-labels { display: flex; justify-content: space-between; color: #aaa; font-size: 5px; }
.bottom-nav { position: absolute; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(4,1fr); height: 45px; padding-top: 5px; background: white; border-top: 1px solid #e3e0dc; }
.bottom-nav span { display: flex; flex-direction: column; align-items: center; text-align: center; color: #777; }
.bottom-nav span.active { color: #e65f1d; }
.bottom-nav img { width: 21px; height: 21px; object-fit: cover; mix-blend-mode: multiply; }
.bottom-nav small { display: block; font-size: 5px; }
.profile-hero { display: flex; flex-direction: column; align-items: center; padding: 13px 0 10px; }
.profile-photo { display: grid; place-items: center; width: 45px; height: 45px; border: 3px solid #f37a2e; border-radius: 50%; color: white; background: #202224; font-size: 10px; }
.profile-hero strong { margin-top: 7px; font-size: 10px; }
.profile-hero small { color: #888; font-size: 6px; }
.data-block { padding: 10px; border-radius: 10px; background: white; box-shadow: 0 2px 9px rgba(0,0,0,.07); }
.data-block > small { display: block; margin-bottom: 6px; color: #aaa; font-size: 6px; }
.data-block p { display: grid; margin: 0; padding: 7px 0; border-bottom: 1px solid #eee; font-size: 6px; }
.data-block p:last-child { border-bottom: 0; }
.data-block p b, .data-block p em { display: block; font-style: normal; }
.data-block p em { color: #777; }

.live-stats { position: absolute; top: 108px; right: -34px; z-index: 5; width: 190px; display: grid; gap: 9px; }
.live-stats > div { display: flex; align-items: center; gap: 10px; padding: 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: rgba(20,22,24,.88); box-shadow: 0 12px 28px rgba(0,0,0,.4); backdrop-filter: blur(10px); }
.stat-icon { flex: 0 0 43px; width: 43px; height: 43px; object-fit: cover; mix-blend-mode: screen; }
.live-stats span { display: block; min-width: 0; color: #ccc; font-size: 9px; }
.live-stats strong { display: block; color: white; font-size: 18px; line-height: 1.1; }
.live-stats small { display: block; margin-top: 2px; color: #aaa; font-size: 7px; }

.pain-strip { position: relative; padding: 28px 0; background: #090a0b; }
.pain-grid { display: grid; grid-template-columns: 340px 1fr; gap: 32px; align-items: stretch; }
.pain-grid h2 { align-self: center; margin: 0; font-size: 1.55rem; line-height: 1.3; letter-spacing: -.03em; }
.pain-cards { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.pain-cards article { min-width: 0; padding: 11px 11px 15px; border: 1px solid var(--line); border-radius: 13px; background: linear-gradient(145deg, #151719, #0d0e0f); }
.pain-cards img { width: 72px; height: 72px; object-fit: cover; mix-blend-mode: screen; }
.pain-cards p { margin: 10px 0 0; font-size: .73rem; font-weight: 700; line-height: 1.4; }

.transformation, .features, .audiences, .roles { padding: 66px 0; background: radial-gradient(circle at 50% 0, rgba(255,100,0,.035), transparent 38%), #070809; }
.section-heading { margin: 0 auto 36px; text-align: center; }
.section-heading .centered, .closing .centered { justify-content: center; }
.section-heading h2, .closing h2 { margin: 0; font-size: clamp(2rem, 3vw, 3.05rem); line-height: 1.12; letter-spacing: -.045em; }
.section-heading > p:last-child { max-width: 700px; margin: 14px auto 0; color: var(--muted); }
.compare-grid { display: grid; grid-template-columns: 1fr 85px 1fr; align-items: center; gap: 22px; }
.compare-card { padding: 24px 30px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #151719, #0d0e0f); }
.compare-card h3 { margin: 0 0 12px; color: var(--orange); font-size: 1.3rem; }
.compare-card ul, .role-copy ul { list-style: none; margin: 0; padding: 0; }
.compare-card li { position: relative; padding: 6px 0 6px 26px; color: #d6d6d7; font-size: .9rem; }
.compare-card li::before { content: ''; position: absolute; left: 3px; top: 13px; width: 9px; height: 9px; }
.before li::before { background: linear-gradient(45deg, transparent 42%, var(--orange) 43% 57%, transparent 58%), linear-gradient(-45deg, transparent 42%, var(--orange) 43% 57%, transparent 58%); }
.after li::before { width: 10px; height: 6px; border-left: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: rotate(-45deg); }
.compare-arrow { display: flex; justify-content: center; gap: 2px; filter: drop-shadow(0 0 12px rgba(255,100,0,.6)); }
.compare-arrow span { width: 28px; height: 28px; border-top: 5px solid var(--orange); border-right: 5px solid var(--orange); transform: rotate(45deg); }
.compare-arrow span + span { margin-left: -21px; opacity: .45; }

.feature-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.feature-grid article { position: relative; min-height: 255px; padding: 24px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(150deg, #17191b, #0e0f10); overflow: hidden; transition: transform .25s, border-color .25s; }
.feature-grid article::after { content: ''; position: absolute; inset: auto -30px -60px; height: 110px; border-radius: 50%; background: rgba(255,100,0,.08); filter: blur(30px); opacity: 0; transition: opacity .25s; }
.feature-grid article:hover { transform: translateY(-6px); border-color: rgba(255,100,0,.4); }
.feature-grid article:hover::after { opacity: 1; }
.feature-icon { width: 94px; height: 94px; margin: -4px 0 12px; object-fit: cover; mix-blend-mode: screen; }
.purple { color: #d2c8ff; background: linear-gradient(145deg,#7558ff,#4221d8); }
.green { color: white; background: linear-gradient(145deg,#39d996,#168b5a); }
.orange { color: white; background: linear-gradient(145deg,#ff7627,#c83e00); }
.blue { color: white; background: linear-gradient(145deg,#3f98ff,#1450af); }
.red { color: white; background: linear-gradient(145deg,#f24c72,#a91639); }
.yellow { color: white; background: linear-gradient(145deg,#ffbd32,#da7d00); }
.feature-grid h3 { min-height: 48px; margin: 0; font-size: 1rem; line-height: 1.35; }
.feature-grid p { margin: 10px 0 20px; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.feature-grid a { position: absolute; bottom: 20px; color: var(--orange); font-size: .72rem; font-weight: 700; opacity: 0; transform: translateY(8px); transition: .2s; }
.feature-grid article:hover a { opacity: 1; transform: none; }
.mobile-slider-controls { display: none; }

.audiences { padding-top: 55px; }
.audience-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 15px; }
.audience-grid article { display: flex; align-items: center; gap: 14px; min-height: 92px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 17px; background: linear-gradient(145deg,#17191a,#0e0f10); }
.audience-art { flex: 0 0 70px; width: 70px; height: 70px; object-fit: cover; mix-blend-mode: screen; }
.audience-grid span { font-size: .84rem; font-weight: 700; }

.roles { padding-bottom: 46px; }
.roles-grid { display: grid; grid-template-columns: 1fr 420px 1fr; align-items: center; gap: 40px; }
.role-copy h2 { margin: 0 0 24px; font-size: 2rem; line-height: 1.2; letter-spacing: -.04em; }
.role-copy h3 { margin: 0 0 18px; color: var(--orange); font-size: 1.35rem; }
.role-copy li { position: relative; padding: 7px 0 7px 28px; color: #d3d3d5; font-size: .9rem; }
.role-copy li::before { content: ''; position: absolute; left: 4px; top: 14px; width: 10px; height: 6px; border-left: 2px solid var(--orange); border-bottom: 2px solid var(--orange); transform: rotate(-45deg); }
.mini-phones { position: relative; height: 365px; }
.mini-phone { position: absolute; top: 10px; width: 175px; height: 350px; padding: 28px 15px; border: 3px solid #aaa; border-radius: 28px; color: #1c1c1c; background: #f8f4ef; box-shadow: 0 20px 50px rgba(0,0,0,.55), 0 0 16px rgba(255,100,0,.25); }
.mini-phone:first-child { left: 45px; transform: rotate(-8deg); }
.mini-phone:last-child { right: 42px; top: 20px; transform: rotate(7deg); }
.mini-phone > span { position: absolute; top: 9px; left: 50%; width: 65px; height: 15px; border-radius: 10px; background: #111; transform: translateX(-50%); }
.mini-phone-real { overflow: hidden; padding: 6px; color: #1c1c1c; background: linear-gradient(145deg, #2c2d2f, #090a0b); }
.mini-phone-real > span { z-index: 2; top: 10px; box-shadow: 0 1px 0 rgba(255,255,255,.12); }
.mini-phone-real img { display: block; width: 100%; height: 100%; border-radius: 20px; object-fit: cover; object-position: top center; background: #f6f3ef; }
.mini-phone b { font-size: 11px; }
.mini-row { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 22px; }
.mini-row i { height: 58px; border-radius: 9px; background: linear-gradient(145deg,#fff,#e8e3de); box-shadow: 0 3px 9px rgba(0,0,0,.08); }
.mini-chart { height: 130px; margin-top: 10px; border-radius: 9px; background: linear-gradient(160deg, white 50%, rgba(101,82,248,.2)); }
.mini-avatar { display: grid; place-items: center; width: 50px; height: 50px; margin: 28px auto 16px; border: 3px solid var(--orange); border-radius: 50%; color: white; background: #222; font-size: 10px; }
.mini-lines { height: 140px; border-radius: 9px; background: repeating-linear-gradient(#fff 0 24px, #ddd 25px, #fff 26px); }

.plans { padding: 76px 0 52px; background: radial-gradient(circle at 50% 0, rgba(255,100,0,.08), transparent 32%), #070809; }
.plans-heading { margin-bottom: 50px; }
.plans-heading > p:last-child { max-width: 760px; }
.plan-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.plan-card { position: relative; display: flex; flex-direction: column; min-width: 0; min-height: 520px; padding: 26px 22px 22px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(155deg, rgba(255,255,255,.055), rgba(255,255,255,.015)); box-shadow: 0 18px 48px rgba(0,0,0,.25); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.plan-card:hover { transform: translateY(-6px); border-color: rgba(255,100,0,.42); box-shadow: 0 24px 55px rgba(0,0,0,.4), 0 0 28px rgba(255,100,0,.07); }
.plan-featured { border-color: var(--orange); background: linear-gradient(155deg, rgba(255,100,0,.12), rgba(255,255,255,.02) 45%); box-shadow: 0 22px 60px rgba(0,0,0,.4), 0 0 34px rgba(255,100,0,.13); transform: translateY(-10px); }
.plan-featured:hover { transform: translateY(-14px); }
.plan-badge { position: absolute; top: 0; right: 22px; padding: 7px 13px; border-radius: 0 0 10px 10px; color: white; background: var(--orange); font-size: .66rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.plan-card-top { display: flex; align-items: center; gap: 13px; min-height: 70px; }
.plan-icon { flex: 0 0 62px; width: 62px; height: 62px; object-fit: cover; mix-blend-mode: screen; }
.plan-card-top small { display: block; color: #8f9296; font-size: .65rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.plan-card h3 { margin: 2px 0 0; font-size: 1.35rem; letter-spacing: -.03em; }
.plan-capacity { margin: 18px 0 12px; color: #a9aaad; font-size: .82rem; }
.plan-capacity strong { margin-right: 4px; color: white; font-size: 1.18rem; }
.plan-price { display: flex; align-items: flex-start; min-height: 61px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.plan-price > span { margin: 7px 5px 0 0; color: var(--orange); font-size: 1rem; font-weight: 800; }
.plan-price > strong { font-size: clamp(1.8rem, 2.4vw, 2.45rem); line-height: 1; letter-spacing: -.055em; }
.plan-price > small { align-self: flex-end; margin: 0 0 4px 6px; color: #8e9094; font-size: .7rem; }
.plan-periods { display: grid; gap: 8px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.plan-periods > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.plan-periods span { color: #a9aaad; font-size: .7rem; }
.plan-periods strong { color: #f1f1f2; font-size: .8rem; }
.plan-periods i { display: inline-block; margin-left: 3px; padding: 2px 5px; border-radius: 5px; color: #69e18f; background: rgba(38,185,86,.12); font-size: .58rem; font-style: normal; font-weight: 800; }
.plan-periods-free strong { color: #7d8084; font-weight: 600; }
.plan-description { min-height: 62px; margin: 17px 0 20px; color: #a9aaad; font-size: .75rem; line-height: 1.6; }
.plan-card > .button { width: 100%; margin-top: auto; min-height: 48px; padding-inline: 14px; font-size: .78rem; }
.plans-footnote { margin: 30px 0 0; color: #74767a; font-size: .7rem; text-align: center; }

.pricing { padding: 0 0 58px; background: #070809; }
.pricing-card { display: grid; grid-template-columns: 90px 1.1fr 1fr auto; align-items: center; gap: 28px; min-height: 145px; padding: 22px 38px; border: 1px solid var(--orange); border-radius: 22px; background: linear-gradient(100deg, rgba(255,100,0,.04), rgba(255,255,255,.02)); box-shadow: var(--shadow-orange), inset 0 0 35px rgba(255,100,0,.025); }
.pricing-icon { width: 82px; height: 82px; object-fit: cover; mix-blend-mode: screen; }
.pricing-card small { color: #a8a8aa; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.pricing-card h2 { margin: 3px 0 0; font-size: 1.8rem; line-height: 1.1; }
.pricing-note { padding-left: 28px; border-left: 1px solid var(--line); color: #c3c3c5; }

.closing { position: relative; min-height: 360px; display: grid; place-items: center; overflow: hidden; isolation: isolate; }
.closing-bg { position: absolute; inset: 0; z-index: -2; background: url('assets/closing-athletes.png') center/cover no-repeat; }
.closing::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,6,7,.15), rgba(5,6,7,.52) 25%, rgba(5,6,7,.62) 50%, rgba(5,6,7,.52) 75%, rgba(5,6,7,.15)); }
.closing-content { padding: 60px 0 55px; text-align: center; }
.closing-content h2 { font-size: clamp(2.5rem, 4vw, 4.2rem); }
.closing-content > .closing-actions { display: flex; justify-content: center; gap: 14px; margin-top: 28px; }

footer { padding: 42px 0 20px; border-top: 1px solid var(--line); background: #050607; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(4, 1fr); gap: 60px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid h3 { margin: 6px 0 4px; font-size: .84rem; }
.footer-grid a { color: #a6a6aa; font-size: .72rem; }
.footer-grid a:hover { color: var(--orange); }
.footer-brand p { color: #aaa; font-size: .75rem; }
.socials { display: flex; gap: 10px; }
.socials a { padding-bottom: 2px; border-bottom: 1px solid rgba(255,100,0,.35); }
.copyright { display: flex; justify-content: space-between; margin-top: 38px; padding-top: 18px; border-top: 1px solid var(--line); color: #686a6d; font-size: .68rem; }

.video-modal { width: min(680px, calc(100% - 30px)); padding: 0; overflow: hidden; border: 1px solid rgba(255,100,0,.5); border-radius: 22px; color: white; background: #090a0b; box-shadow: 0 30px 120px #000, 0 0 45px rgba(255,100,0,.25); }
.video-modal::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(8px); }
.modal-close { position: absolute; z-index: 2; top: 12px; right: 14px; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; color: white; background: #161719; cursor: pointer; }
.modal-close::before, .modal-close::after { content: ''; position: absolute; left: 11px; top: 17px; width: 15px; height: 2px; background: white; }
.modal-close::before { transform: rotate(45deg); }
.modal-close::after { transform: rotate(-45deg); }
.modal-demo { display: grid; place-items: center; min-height: 420px; padding: 50px; text-align: center; background: radial-gradient(circle, rgba(255,100,0,.12), transparent 50%), url('assets/hero-gym.png') center/cover; }
.modal-demo::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.7); }
.modal-demo > * { position: relative; }
.demo-logo { display: flex; align-items: center; }
.demo-logo img:first-child { width: 60px; }
.demo-logo img:last-child { width: 220px; }
.demo-play { position: relative; display: grid; place-items: center; width: 74px; height: 74px; margin: 24px 0; border: 2px solid var(--orange); border-radius: 50%; color: var(--orange); background: rgba(0,0,0,.55); box-shadow: 0 0 30px rgba(255,100,0,.35); }
.demo-play::after { content: ''; width: 0; height: 0; margin-left: 6px; border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-left: 18px solid var(--orange); }
.modal-demo h2 { margin: 0; font-size: 2rem; }
.modal-demo p { margin: 7px 0 0; color: #c1c1c3; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } .reveal { opacity: 1; transform: none; } .cursor-glow, .hero-video, .hero-video-toggle { display: none; } }

@media (max-width: 1320px) {
  .hero-grid { grid-template-columns: minmax(390px,.8fr) minmax(600px,1.2fr); }
  .hero h1 { font-size: clamp(3rem,4.4vw,4.4rem); }
  .product-showcase { transform: scale(.9); transform-origin: left center; width: 110%; }
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
  .audience-grid { grid-template-columns: repeat(3, 1fr); }
  .live-stats { right: -10px; }
}

@media (max-width: 1080px) {
  .page-shell { width: min(100% - 44px, 940px); }
  .nav-shell { width: calc(100% - 40px); grid-template-columns: 190px auto 230px; gap: 14px; }
  .brand { width: 185px; }
  .brand-name { width: 180px; height: 48px; }
  .main-nav { gap: 15px; }
  .main-nav a { font-size: .79rem; }
  .nav-actions { gap: 7px; }
  .nav-actions .button { min-height: 42px; padding-inline: 13px; font-size: .75rem; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); padding-top: 70px; }
  .hero { min-height: auto; }
  .hero-copy { position: relative; z-index: 4; width: 100%; min-width: 0; max-width: 730px; }
  .hero h1 { font-size: clamp(3.2rem,7vw,5rem); }
  .product-showcase { width: 100%; max-width: 720px; margin: -5px auto 0; transform: none; }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-grid h2 { text-align: center; }
  .pain-cards { grid-template-columns: repeat(3, 1fr); }
  .roles-grid { grid-template-columns: 1fr 380px; }
  .role-copy.student { grid-column: 1 / -1; text-align: center; }
  .role-copy.student ul { display: grid; grid-template-columns: repeat(2,1fr); max-width: 700px; margin: auto; text-align: left; }
  .plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .plan-featured { transform: none; }
  .plan-featured:hover { transform: translateY(-6px); }
  .pricing-card { grid-template-columns: 74px 1fr auto; }
  .pricing-note { display: none; }
  .footer-grid { grid-template-columns: 1.5fr repeat(2,1fr); }
}

@media (max-width: 820px) {
  .site-header { height: 68px; }
  .nav-shell { grid-template-columns: 1fr auto; }
  .brand-mark { width: 45px; height: 36px; }
  .brand-name { width: 145px; }
  .menu-button { display: block; z-index: 3; }
  .main-nav { position: fixed; inset: 68px 0 auto; display: grid; gap: 0; padding: 8px 22px 24px; background: rgba(5,6,7,.98); border-bottom: 1px solid var(--line); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: .25s; }
  .main-nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 14px; border-bottom: 1px solid var(--line); }
  .nav-actions { display: none; }
  .mobile-nav-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding-top: 16px; }
  .mobile-nav-actions .button { min-height: 48px; padding: 0 14px; border-bottom: 1px solid transparent; font-size: .82rem; }
  .mobile-nav-actions .button-ghost { border-color: rgba(255,255,255,.35); }
  .menu-button.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button.is-open span:nth-child(2) { opacity: 0; }
  .menu-button.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid { padding-top: 52px; }
  .hero-video { object-position: 57% center; opacity: .4; }
  .hero-video-toggle { right: 14px; bottom: 12px; }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-trust { margin-inline: auto; text-align: left; }
  .product-showcase { height: 570px; }
  .phone-dashboard { left: calc(50% - 255px); }
  .phone-profile { left: calc(50% - 20px); }
  .live-stats { display: none; }
  .orbit-one { left: 50%; transform: translateX(-50%) rotate(-16deg); }
  .orbit-two { left: 50%; transform: translateX(-50%) rotate(-16deg); }
  .compare-grid { grid-template-columns: 1fr; }
  .compare-arrow { height: 55px; transform: rotate(90deg); }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .feature-grid article { min-height: 230px; }
  .audience-grid { grid-template-columns: repeat(2,1fr); }
  .roles-grid { grid-template-columns: minmax(0, 1fr); text-align: center; }
  .role-copy { width: 100%; min-width: 0; }
  .role-copy ul { width: fit-content; margin-inline: auto; text-align: left; }
  .mini-phones { grid-row: 2; width: 100%; max-width: 390px; margin-inline: auto; }
  .pricing-card { grid-template-columns: 70px 1fr; }
  .pricing-card .button { grid-column: 1/-1; }
  .closing { min-height: 520px; }
  .closing-bg { background-position: center; }
  .closing::after { background: rgba(5,6,7,.5); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 560px) {
  .page-shell, .narrow { width: calc(100% - 30px); }
  .nav-shell { width: calc(100% - 26px); }
  .hero-grid { gap: 10px; padding-bottom: 18px; }
  .hero h1 { font-size: clamp(2.55rem,12vw,3.65rem); line-height: 1.04; }
  .hero h1 br:nth-of-type(2) { display: none; }
  .hero-lead { font-size: .98rem; line-height: 1.65; }
  .hero-actions { flex-direction: column; }
  .hero-actions .store-downloads { width: 100%; }
  .hero-actions .store-badge { flex: 1; min-width: 0; }
  .hero-actions .button { width: 100%; }
  .hero-trust { grid-template-columns: 1fr; }
  .hero-trust > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-trust > div:last-child { border-bottom: 0; }
  .product-showcase { height: 510px; margin-top: 15px; }
  .phone { width: 230px; height: 460px; border-radius: 34px; }
  .phone-screen { border-radius: 27px; }
  .phone-dashboard { left: 50%; top: 25px; transform: translateX(-57%) rotate(-3deg); }
  .phone-profile { left: 50%; top: 50px; transform: translateX(-31%) rotate(5deg) scale(.93); opacity: .82; }
  .phone-dashboard { z-index: 3; }
  .phone-profile { z-index: 2; }
  .orange-orbit { width: 360px; max-width: 110%; }
  .pain-strip { padding: 36px 0; }
  .pain-cards { grid-template-columns: repeat(2, 1fr); }
  .pain-cards article { min-height: 140px; }
  .transformation, .features, .audiences, .roles { padding: 52px 0; }
  .section-heading h2, .closing h2 { font-size: 2.1rem; }
  .compare-card { padding: 22px; }
  .mobile-slider { width: calc(100% + 15px); margin-right: -15px; padding: 4px 15px 14px 0; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scroll-padding-left: 0; overscroll-behavior-inline: contain; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .mobile-slider::-webkit-scrollbar { display: none; }
  .feature-grid { display: flex; gap: 14px; }
  .feature-grid article { display: grid; flex: 0 0 calc(100% - 30px); grid-template-columns: 82px minmax(0,1fr); grid-template-areas: "icon title" "icon copy" "icon link"; align-content: center; column-gap: 16px; min-height: 228px; padding: 24px 22px; scroll-snap-align: start; scroll-snap-stop: always; }
  .feature-grid article:hover { transform: none; }
  .feature-icon { grid-area: icon; align-self: center; width: 82px; height: 82px; margin: 0; }
  .feature-grid h3 { grid-area: title; align-self: end; min-height: 0; margin: 0 0 5px; font-size: 1.08rem; }
  .feature-grid p { grid-area: copy; align-self: center; margin: 5px 0 14px; font-size: .8rem; }
  .feature-grid a { position: static; grid-area: link; align-self: start; opacity: 1; transform: none; font-size: .75rem; }
  .mobile-slider-controls { display: flex; align-items: center; justify-content: center; gap: 16px; margin: 4px auto 0; }
  .slider-arrow { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: white; background: linear-gradient(145deg,#181a1c,#0c0d0e); font-size: 1.2rem; cursor: pointer; transition: border-color .2s, color .2s, opacity .2s; }
  .slider-arrow:active { color: var(--orange); border-color: var(--orange); }
  .slider-arrow:disabled { opacity: .3; cursor: default; }
  .slider-dots { display: flex; align-items: center; justify-content: center; gap: 7px; min-width: 86px; }
  .slider-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: #505256; cursor: pointer; transition: width .25s, background .25s, box-shadow .25s; }
  .slider-dot.is-active { width: 22px; background: var(--orange); box-shadow: 0 0 12px rgba(255,100,0,.55); }
  .audience-grid { grid-template-columns: 1fr; }
  .roles-grid { gap: 18px; }
  .role-copy h2 { font-size: 1.75rem; }
  .mini-phones { height: 330px; transform: scale(.87); transform-origin: center top; margin-bottom: -35px; }
  .role-copy.student ul { grid-template-columns: 1fr; }
  .plans { padding: 54px 0 42px; }
  .plans-heading { margin-bottom: 34px; }
  .plan-grid { display: flex; align-items: stretch; gap: 14px; }
  .plan-card { flex: 0 0 calc(100% - 28px); min-height: 500px; padding: 25px 22px 22px; scroll-snap-align: start; scroll-snap-stop: always; }
  .plan-card-top { min-height: 64px; }
  .plan-icon { flex-basis: 58px; width: 58px; height: 58px; }
  .plan-capacity { margin-top: 14px; }
  .plan-description { min-height: 58px; }
  .plans .mobile-slider-controls { margin-top: 2px; }
  .plan-price > strong { font-size: 2.35rem; }
  .pricing { padding-bottom: 38px; }
  .pricing-card { grid-template-columns: 1fr; gap: 14px; padding: 24px; text-align: center; }
  .pricing-icon { margin-inline: auto; }
  .pricing-card .button { grid-column: auto; }
  .closing { min-height: 560px; }
  .closing-bg { background-size: auto 100%; }
  .closing-content > .closing-actions { flex-direction: column; }
  .closing-actions .store-downloads { width: 100%; }
  .closing-actions .store-badge { flex: 1; min-width: 0; }
  .closing-content .button { width: 100%; }
  .footer-grid { gap: 34px 24px; }
  .copyright { gap: 15px; flex-direction: column; }
  .cursor-glow { display: none; }
}
