@font-face { font-family: 'Manrope'; src: url('assets/fonts/manrope-cyrillic.woff2') format('woff2'); font-style: normal; font-weight: 400 700; font-display: swap; unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Manrope'; src: url('assets/fonts/manrope-latin.woff2') format('woff2'); font-style: normal; font-weight: 400 700; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Wix Madefor Display'; src: url('assets/fonts/wix-madefor-display-cyrillic.woff2') format('woff2'); font-style: normal; font-weight: 400 700; font-display: swap; unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Wix Madefor Display'; src: url('assets/fonts/wix-madefor-display-latin.woff2') format('woff2'); font-style: normal; font-weight: 400 700; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'AKONY';
  src: url('assets/AKONY.woff2') format('woff2');
  font-display: swap;
}

:root {
  --bg: #050505;
  --panel: #050d1f;
  --panel-soft: #111116;
  --text: #fff;
  --muted: #93a3c2;
  --blue: #065aff;
  --green: #3de376;
  --content-width: 1170px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: 'Manrope', sans-serif; }
a { color: inherit; text-decoration: none; }
button, a { font: inherit; }

.landing-shell { min-height: 100vh; overflow: hidden; position: relative; background: #050505; }
.bg-stars { position: fixed; inset: 0; z-index: 0; opacity: .24; pointer-events: none; background-image: radial-gradient(#fff, rgba(255,255,255,.22) 2px, transparent 3px), radial-gradient(#fff, rgba(255,255,255,.17) 1px, transparent 2px), radial-gradient(#fff, rgba(255,255,255,.12) 2px, transparent 3px); background-size: 550px 550px, 350px 350px, 250px 250px; background-position: 0 0, 40px 60px, 130px 270px; animation: stars-drift 24s linear infinite, stars-breathe 9s ease-in-out infinite alternate; }
.content-width { width: 100%; max-width: var(--content-width); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 2; width: 100%; padding: 32px 20px 25px; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(5,5,5,.58); transition: padding .35s ease, background .35s ease, border-color .35s ease, backdrop-filter .35s ease; }
.site-header.is-scrolled { padding-top: 17px; padding-bottom: 17px; border-color: rgba(255,255,255,.16); background: rgba(5,5,5,.82); backdrop-filter: blur(18px); }
.site-header__container { width: 100%; max-width: var(--content-width); margin-inline: auto; display: flex; justify-content: space-between; align-items: center; }
.brand { display: flex; align-items: flex-start; gap: 6px; }
.brand-left { display: flex; align-items: center; gap: 8px; }
.brand-mark { display: flex; align-items: center; }
.brand-mark img { width: 49px; height: 28px; }
.brand-wordmark { display: block; width: 150px; height: 17px; }
.pill { display: inline-flex; align-items: center; justify-content: center; height: 12px; padding: 2px 6px; border-radius: 26px; background: var(--blue); color: #fff; font: 700 8px/100% 'Wix Madefor Display', sans-serif; text-transform: uppercase; }
.site-nav { display: flex; gap: 32px; color: #fff; font-size: 16px; font-weight: 500; line-height: 140%; }
.site-nav a { transition: opacity .2s; }
.site-nav a:hover { opacity: .7; }

main { position: relative; z-index: 1; }
.hero { position: relative; text-align: center; padding: 130px 20px 0; }
.hero-effects { position: absolute; inset: 0; pointer-events: none; overflow: visible; }
.hero-effects i { position: absolute; display: block; width: 0; height: 0; }
.green-grow { top: 0; right: -150px; border-top: 150px solid transparent; border-right: 1250px solid var(--green); border-bottom: 207px solid transparent; border-radius: 79% 68% 97% 50% / 33% 110% 71% 56%; filter: blur(75px); opacity: .2; transform: rotate(-5deg); animation: green-breathe 14s ease-in-out infinite alternate; }
.blue-grow { top: 0; right: -200px; border-top: 385px solid transparent; border-right: 1300px solid #013eb2; border-bottom: 100px solid transparent; filter: blur(100px); opacity: .3; transform: rotate(26deg); animation: blue-breathe 18s ease-in-out infinite alternate; }
.hero h1 { position: relative; z-index: 1; margin: 0; color: #fff; font-size: 48px; font-weight: 600; line-height: 120%; }
.hero h1 span { font-family: 'AKONY', sans-serif; font-size: 54px; font-weight: 700; line-height: 120%; text-transform: uppercase; background: linear-gradient(90deg, var(--green), var(--blue)); background-clip: text; color: transparent; }
.hero-copy { position: relative; z-index: 1; max-width: 635px; margin: 20px auto 0; padding: 0 20px; color: #fff; font-size: 16px; font-weight: 500; line-height: 140%; letter-spacing: -.03em; }
.button-row { position: relative; z-index: 1; display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; margin-top: 40px; }
.button { position: relative; isolation: isolate; display: inline-flex; align-items: center; justify-content: center; height: 50px; padding: 16px 32px; overflow: hidden; border: 1px solid transparent; border-radius: 25px; font-size: 14px; font-weight: 700; line-height: normal; transition: transform .2s, box-shadow .2s, background .2s; }
.button::after { content: ''; position: absolute; z-index: -1; inset: 0 auto 0 -45%; width: 30%; transform: skewX(-18deg); background: rgba(255,255,255,.35); opacity: 0; transition: left .45s ease, opacity .2s ease; }
.button:hover::after, .button:focus-visible::after { left: 120%; opacity: .8; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: #fff; color: #041537; }
.button-primary:hover { box-shadow: 0 8px 28px rgba(255,255,255,.2); }
.button-secondary { border-color: rgba(255,255,255,.2); background: transparent; color: #fff; }
.button-secondary:hover { background: rgba(255,255,255,.05); }

.product-visual { position: relative; margin-top: 150px; padding: 0 20px; }
.section-intro { position: relative; z-index: 1; }
.section-intro.centered { text-align: center; }
.section-kicker { display: inline-block; color: var(--muted); font: 400 12px/120% 'Wix Madefor Display', sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.section-intro h2 { max-width: 770px; margin: 16px 0 12px; color: #fff; font-size: 40px; font-weight: 600; line-height: 120%; letter-spacing: -.02em; }
.section-intro.centered h2 { margin-inline: auto; }
.section-intro h2 em { font-style: normal; background: linear-gradient(90deg, var(--green), var(--blue)); background-clip: text; color: transparent; }
.section-intro > p { max-width: 870px; margin: 0; color: var(--muted); font-size: 14px; font-weight: 400; line-height: 140%; }
.section-intro.centered > p { margin-inline: auto; }
.visual-stage { position: relative; display: flex; align-items: flex-end; justify-content: center; min-height: 490px; margin-top: 42px; padding: 0 44px; }
.visual-placeholder { position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: linear-gradient(140deg, rgba(10,26,64,.92), rgba(5,13,31,.98)); box-shadow: 0 0 70px rgba(6,90,255,.13); color: rgba(255,255,255,.58); font-size: 13px; }
.visual-placeholder::before { content: ''; position: absolute; inset: 28px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: linear-gradient(180deg, rgba(255,255,255,.09) 0 34px, transparent 34px), repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0 1px, transparent 1px 120px), repeating-linear-gradient(0deg, rgba(255,255,255,.06) 0 1px, transparent 1px 46px); opacity: .55; }
.visual-placeholder span { position: relative; z-index: 1; padding: 10px 14px; border-radius: 999px; background: rgba(5,5,5,.56); }
.visual-placeholder--desktop { width: 100%; max-width: 900px; height: 430px; border: 10px solid #091b41; border-bottom: 0; border-radius: 20px 20px 0 0; }
.visual-placeholder--mobile { position: absolute; right: 26px; bottom: -16px; width: 190px; height: 360px; border: 8px solid #091b41; border-radius: 22px; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.visual-placeholder--mobile::before { inset: 18px; }
.monitor-frame { position: relative; width: 100%; max-width: 900px; padding: 10px 10px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 22px 22px 14px 14px; background: linear-gradient(145deg, #27344d 0%, #0b1220 32%, #02050b 100%); box-shadow: 0 30px 70px rgba(0,0,0,.5), 0 0 58px rgba(6,90,255,.18), inset 0 0 0 1px rgba(255,255,255,.08); }
.monitor-screen { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 12px 12px 5px 5px; }
.coach-dashboard-image { position: absolute; inset: -1px; display: block; width: calc(100% + 2px); height: calc(100% + 2px); max-width: none; object-fit: cover; }
.monitor-camera { position: absolute; z-index: 2; top: 4px; left: 50%; width: 4px; height: 4px; transform: translateX(-50%); border-radius: 50%; background: #253550; }
.monitor-chin { position: absolute; right: 50%; bottom: 5px; width: 28px; height: 3px; transform: translateX(50%); border-radius: 999px; background: rgba(255,255,255,.18); }

.feature-section, .audience-section { position: relative; margin-top: 200px; padding: 0 20px 100px; }
.feature-line { position: absolute; top: 0; left: 50%; width: 100vw; height: 760px; transform: translateX(-50%); background: url('assets/backgroundLineWide.svg') center top / 100% auto no-repeat; pointer-events: none; opacity: .6; }
.feature-section::after { content: ''; position: absolute; top: 52%; left: 50%; width: 100%; max-width: 1297px; height: 144px; transform: translate(-50%,-50%); border-radius: 50%; background: rgba(1,62,178,1); filter: blur(300px); pointer-events: none; }
.card-grid { position: relative; z-index: 1; display: grid; gap: 28px; margin-top: 60px; }
.card-grid--three { grid-template-columns: repeat(3, 1fr); }
.card-grid--four { grid-template-columns: repeat(4, 1fr); }
.info-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 320px; padding: 32px; border: 1px solid transparent; border-radius: 24px; background: linear-gradient(90deg, #050d1f 0%, #041536 100%); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.info-card:hover { transform: translateY(-6px); border-color: rgba(61,227,118,.28); box-shadow: 0 18px 40px rgba(0,0,0,.24), 0 0 30px rgba(6,90,255,.12); }
.card-icon { width: max-content; padding: 12px; border-radius: 16px; background: rgba(255,255,255,.05); }
.card-icon img { display: block; width: 28px; height: 28px; }
.info-card h3 { margin: 0 0 14px; font-size: 24px; font-weight: 700; line-height: 133%; }
.info-card p, .compact-card p { margin: 0; color: var(--muted); font-size: 14px; font-weight: 400; line-height: 140%; }
.audience-section { padding-bottom: 40px; }
.compact-card { min-height: 190px; padding: 24px; border: 1px solid rgba(255,255,255,.08); border-radius: 20px; background: rgba(17,17,22,.88); transition: transform .3s ease, border-color .3s ease, background .3s ease; }
.compact-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.2); background: rgba(25,25,34,.94); }
.compact-card h3 { margin: 0 0 12px; color: #fff; font-size: 18px; font-weight: 600; line-height: 140%; }
.athlete-section { margin-top: 120px; }
.athlete-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 300px); gap: 28px; align-items: center; }
.athlete-layout .card-grid { margin-top: 60px; }
.athlete-layout .card-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.visual-placeholder--mobile-large { min-height: 500px; border: 8px solid #091b41; border-radius: 24px; }
.workout-player-image { display: block; width: 100%; height: 100%; object-fit: contain; }
.device-frame { position: relative; align-self: center; width: 100%; max-width: 300px; aspect-ratio: 1170 / 2532; padding: 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 42px; background: linear-gradient(145deg, #27344d 0%, #0b1220 30%, #02050b 100%); box-shadow: 0 34px 80px rgba(0,0,0,.58), 0 0 58px rgba(6,90,255,.2), inset 0 0 0 1px rgba(255,255,255,.08); animation: device-float 7s ease-in-out infinite; }
.product-phone-frame { position: absolute; right: 26px; bottom: -16px; width: 190px; height: 360px; }
.device-screen { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 34px; background: #fff; }
.device-speaker { position: absolute; z-index: 2; top: 15px; left: 50%; width: 68px; height: 17px; transform: translateX(-50%); border-radius: 999px; background: #02050b; box-shadow: 0 1px 2px rgba(255,255,255,.15); }
.device-speaker::after { content: ''; position: absolute; top: 5px; right: 9px; width: 6px; height: 6px; border-radius: 50%; background: #263550; }
.visual-placeholder--mobile-large:has(.workout-player-image) { min-height: 0; aspect-ratio: 1170 / 2532; background: #fff; }

.alpha-section { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 40px; min-height: 300px; margin-top: 80px; margin-bottom: 100px; padding: 60px; overflow: hidden; border: 1px solid rgba(255,255,255,.06); border-radius: 32px; background: #080c15; }
.alpha-section::before { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(6,90,255,.18), rgba(8,20,45,.06) 42%, rgba(61,227,118,.15)); background-size: 220% 220%; animation: alpha-gradient-flow 18s ease-in-out infinite alternate; pointer-events: none; }
.alpha-glow { position: absolute; inset: -50%; background: radial-gradient(ellipse at 25% 50%, rgba(1,62,178,.3), transparent 35%), radial-gradient(ellipse at 75% 80%, rgba(61,227,118,.12), transparent 30%); filter: blur(20px); animation: alpha-glow-drift 16s ease-in-out infinite alternate; }
.alpha-copy { position: relative; z-index: 1; max-width: 650px; }
.alpha-copy h2 { margin: 16px 0; font-size: 32px; font-weight: 600; line-height: 120%; }
.alpha-copy p { margin: 0; color: var(--muted); font-size: 14px; line-height: 140%; }
.alpha-actions { flex-shrink: 0; margin-top: 0; }
.site-footer { display: flex; align-items: center; justify-content: space-between; padding: 24px 20px 36px; border-top: 1px solid rgba(255,255,255,.1); color: var(--muted); font-size: 12px; }

.js .section-reveal { opacity: 0; transform: translateY(22px); }
.js .section-reveal.is-visible { animation: rise .8s cubic-bezier(.2,.7,.2,1) both; }
.js .section-reveal.is-visible .alpha-feature,
.js .section-reveal.is-visible .info-card,
.js .section-reveal.is-visible .compact-card { animation: card-rise .65s cubic-bezier(.2,.7,.2,1) both; }
.js .section-reveal.is-visible .alpha-feature:nth-child(2),
.js .section-reveal.is-visible .info-card:nth-child(2),
.js .section-reveal.is-visible .compact-card:nth-child(2) { animation-delay: .08s; }
.js .section-reveal.is-visible .alpha-feature:nth-child(3),
.js .section-reveal.is-visible .info-card:nth-child(3),
.js .section-reveal.is-visible .compact-card:nth-child(3) { animation-delay: .16s; }
.js .section-reveal.is-visible .alpha-feature:nth-child(4),
.js .section-reveal.is-visible .compact-card:nth-child(4) { animation-delay: .24s; }
.js .section-reveal.is-visible .alpha-feature:nth-child(5) { animation-delay: .32s; }
.js .section-reveal.is-visible .alpha-feature:nth-child(6) { animation-delay: .4s; }
.js .hero.section-reveal.is-visible h1 { animation: hero-enter .8s .08s both; }
.js .hero.section-reveal.is-visible .hero-copy { animation: hero-enter .8s .2s both; }
.js .hero.section-reveal.is-visible .button-row { animation: hero-enter .8s .32s both; }
@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes card-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes hero-enter { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes stars-drift { 0% { background-position: 0 0, 40px 60px, 130px 270px; } 50% { background-position: 90px 50px, -35px 110px, 190px 220px; } 100% { background-position: 170px 5px, 15px 175px, 80px 335px; } }
@keyframes stars-breathe { from { opacity: .17; } to { opacity: .28; } }
@keyframes green-breathe { from { transform: rotate(-5deg) translate3d(-1%, -2%, 0) scale(.98); opacity: .16; } to { transform: rotate(-2deg) translate3d(3%, 4%, 0) scale(1.04); opacity: .25; } }
@keyframes blue-breathe { from { transform: rotate(26deg) translate3d(2%, -2%, 0) scale(.98); opacity: .22; } to { transform: rotate(21deg) translate3d(-3%, 3%, 0) scale(1.05); opacity: .34; } }
@keyframes device-float { 0%, 100% { transform: translateY(0) rotate(.2deg); } 50% { transform: translateY(-8px) rotate(-.2deg); } }
@keyframes alpha-glow-drift { from { transform: translate3d(-2%, 1%, 0) scale(.96); } to { transform: translate3d(3%, -2%, 0) scale(1.04); } }
@keyframes alpha-gradient-flow { from { background-position: 0% 20%; } to { background-position: 100% 80%; } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 1024px) {
  .card-grid--four { grid-template-columns: repeat(2, 1fr); }
  .athlete-layout { grid-template-columns: 1fr 240px; }
}

@media (max-width: 768px) {
  .site-header { padding: 20px; }
  .site-nav { display: grid; grid-template-columns: repeat(2, auto); gap: 8px 18px; font-size: 12px; text-align: right; }
  .brand-wordmark { width: 120px; height: auto; }
  .hero { padding-top: 80px; }
  .hero h1 { font-size: 32px; }
  .hero h1 span { font-size: 36px; }
  .hero-copy { font-size: 14px; }
  .button-row { gap: 12px; }
  .button { padding-inline: 22px; }
  .product-visual { margin-top: 100px; }
  .section-intro h2 { font-size: 28px; }
  .visual-stage { min-height: 300px; padding: 0; }
  .visual-placeholder--desktop { height: 260px; }
  .monitor-frame { width: calc(100% - 20px); padding: 7px 7px 11px; border-radius: 16px 16px 10px 10px; }
  .monitor-screen { border-radius: 9px 9px 3px 3px; }
  .visual-placeholder--mobile { right: -8px; width: 120px; height: 230px; }
  .visual-stage .product-phone-frame { right: -8px; width: 120px; height: 230px; }
  .feature-section, .audience-section { margin-top: 120px; padding-bottom: 60px; }
  .card-grid--three, .card-grid--four { grid-template-columns: 1fr; }
  .info-card { min-height: 250px; }
  .athlete-layout { grid-template-columns: 1fr; }
  .athlete-layout .card-grid { margin-top: 40px; }
  .visual-placeholder--mobile-large { min-height: 340px; }
  .alpha-section { align-items: flex-start; flex-direction: column; margin: 40px 20px 60px; padding: 32px; }
  .alpha-actions { margin-top: 8px; }
  .site-footer { margin: 0 20px; padding-inline: 0; }
}

@media (max-width: 420px) {
  .site-header__container { align-items: flex-start; }
  .site-nav { grid-template-columns: 1fr; gap: 4px; }
  .brand-wordmark { width: 106px; }
  .site-nav a:nth-child(3) { display: none; }
  .hero h1 { font-size: 28px; }
  .hero h1 span { font-size: 30px; }
  .button-row { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
}

/* Product visual and factual Alpha feature density */
.product-visual { margin-top: 88px; }
.product-visual .section-intro h2 { margin-top: 0; font-size: 32px; }
.visual-stage { min-height: 440px; margin-top: 28px; }
.alpha-features { position: relative; margin-top: 96px; padding: 0 20px 32px; }
.alpha-feature-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 36px; }
.alpha-feature { display: grid; grid-template-columns: 34px 1fr; gap: 14px; min-height: 152px; padding: 22px; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; background: rgba(17,17,22,.72); }
.alpha-feature__number { color: var(--green); font: 600 12px/140% 'Wix Madefor Display', sans-serif; }
.alpha-feature h3 { margin: 0 0 8px; color: #fff; font-size: 16px; font-weight: 600; line-height: 140%; }
.alpha-feature p { margin: 0; color: var(--muted); font-size: 13px; font-weight: 400; line-height: 145%; }
.button:focus-visible, .site-nav a:focus-visible, .brand:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }

@media (max-width: 1024px) {
  .alpha-feature-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .alpha-features { margin-top: 72px; padding-bottom: 0; }
  .alpha-feature-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 28px; }
  .alpha-feature { min-height: 0; padding: 18px; }
  .visual-stage { min-height: 300px; margin-top: 22px; }
  .feature-line { height: 620px; background-size: auto 620px; opacity: .42; }
  .athlete-layout { display: flex; flex-direction: column; }
  .athlete-layout .device-frame { order: 0; width: min(100%, 300px); }
  .athlete-layout .card-grid { order: 1; width: 100%; }
  .athlete-layout .card-grid--four { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .site-header__container { flex-direction: column; align-items: stretch; gap: 14px; }
  .site-nav { grid-template-columns: repeat(2, 1fr); gap: 6px 12px; text-align: center; }
  .site-nav a:nth-child(3) { display: block; }
}
