:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{margin:0;min-width:320px;min-height:100%}body{overflow-x:hidden}button,input,textarea,select{font:inherit}img,svg,video,canvas{max-width:100%}#root{min-height:100vh}:root{--cj-ink: #171b24;--cj-ink-soft: #2c3342;--cj-paper: #fff8f1;--cj-surface: #ffffff;--cj-purple: #8b42f0;--cj-purple-deep: #5b21b6;--cj-pink: #ec4899;--cj-flame: #ff5a1f;--cj-lime: #c8ff4d;--cj-cyan: #2dd4bf;--cj-line: rgba(23, 27, 36, .14);--cj-max: 1180px;--cj-nav-height: 84px;--cj-ease: cubic-bezier(.22, 1, .36, 1);color:var(--cj-ink)}html{scroll-behavior:smooth}.cj-website{min-height:100svh;overflow-x:clip;background:linear-gradient(135deg,rgba(139,66,240,.08),transparent 24%),linear-gradient(315deg,rgba(255,90,31,.12),transparent 28%),var(--cj-paper);color:var(--cj-ink);font-family:Space Grotesk,Manrope,Aptos,sans-serif}.cj-website *{box-sizing:border-box}.cj-website a{color:inherit;text-decoration:none}.cj-website button,.cj-website a{-webkit-tap-highlight-color:transparent}.cj-nav{position:fixed;inset:0 0 auto;z-index:50;height:var(--cj-nav-height);display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px clamp(20px,5vw,72px);color:#fff;mix-blend-mode:normal;background:transparent;transition:background-color .22s var(--cj-ease),color .22s var(--cj-ease),box-shadow .22s var(--cj-ease)}.cj-nav--scrolled{color:var(--cj-ink);background:#fffffff5;box-shadow:0 16px 42px #171b241a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.cj-nav--open{color:var(--cj-ink);background:#fffffffa;box-shadow:0 16px 42px #171b241f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.cj-legal-website .cj-nav{color:var(--cj-ink);background:#fffffff5;box-shadow:0 16px 42px #171b241a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.cj-legal-website .cj-nav__links a:after,.cj-legal-website .cj-nav__login:after{background:var(--cj-purple)}.cj-legal-website .cj-nav__cta{background:var(--cj-purple);color:#fff;box-shadow:0 18px 38px #8b42f047}.cj-nav__brand,.cj-nav__links,.cj-nav__actions{display:flex;align-items:center}.cj-nav__brand{position:relative;z-index:2;gap:10px;min-width:max-content;font-weight:950;font-size:clamp(1.08rem,1.8vw,1.55rem);letter-spacing:0;text-transform:uppercase}.cj-nav__mark{width:42px;height:42px;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(0,0,0,.18))}.cj-nav__links{gap:clamp(18px,3vw,38px);font-size:1rem;font-weight:700}.cj-nav__drawer{display:none}.cj-nav__links a{position:relative}.cj-nav__links a:after,.cj-nav__login:after{position:absolute;content:"";left:0;right:0;bottom:-8px;height:3px;transform:scaleX(0);transform-origin:left;background:var(--cj-lime);transition:transform .22s var(--cj-ease)}.cj-nav--scrolled .cj-nav__links a:after,.cj-nav--scrolled .cj-nav__login:after{background:var(--cj-purple)}.cj-nav__links a:hover:after,.cj-nav__links a:focus-visible:after,.cj-nav__login:hover:after,.cj-nav__login:focus-visible:after{transform:scaleX(1)}.cj-nav__actions{position:relative;z-index:2;gap:12px;font-weight:700}.cj-nav__login{position:relative;min-height:44px;display:inline-flex;align-items:center;padding:0 8px}.cj-nav .cj-nav__cta{background:#fff;color:var(--cj-ink);box-shadow:0 18px 38px #171b2426}.cj-nav.cj-nav--scrolled .cj-nav__cta{background:var(--cj-purple);color:#fff;box-shadow:0 18px 38px #8b42f047}.cj-nav__menu{width:48px;height:48px;display:none;place-items:center;border:0;border-radius:50%;background:#fff;color:var(--cj-ink);padding:0}.cj-nav__menu svg{font-size:28px}.cj-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 20px;border-radius:999px;border:2px solid transparent;font-weight:850;text-transform:uppercase;line-height:1;transition:transform .22s var(--cj-ease),background-color .22s var(--cj-ease),color .22s var(--cj-ease)}.cj-button:hover,.cj-button:focus-visible{transform:translateY(-3px)}.cj-button--light{background:#fff;color:var(--cj-ink);box-shadow:0 18px 38px #171b2426}.cj-button--ink{background:var(--cj-ink);color:#fff}.cj-feature-band__copy .cj-button--ink{color:#fff}.cj-button--ghost{border-color:currentColor;background:transparent;color:inherit}.cj-hero{position:relative;min-height:100svh;display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);align-items:center;gap:clamp(28px,5vw,76px);padding:calc(var(--cj-nav-height) + 34px) clamp(20px,7vw,112px) clamp(34px,7vw,96px);isolation:isolate;overflow:hidden;background:linear-gradient(90deg,#8b42f0f5,#ec4899e0 44%,#ff5a1ff0);color:#fff}.cj-hero:before{position:absolute;inset:0;z-index:-2;content:"";background:linear-gradient(120deg,rgba(255,255,255,.16) 0 1px,transparent 1px 84px),linear-gradient(35deg,transparent 0 22%,rgba(200,255,77,.3) 22% 24%,transparent 24% 100%);opacity:.45}.cj-hero:after{position:absolute;inset:0;z-index:-1;content:"";background:linear-gradient(90deg,rgba(23,27,36,.22),transparent 56%)}.cj-hero__content{max-width:680px;padding-top:18px}.cj-hero__brand{margin:0 0 16px;font-size:clamp(4rem,12vw,11rem);line-height:.78;font-weight:1000;text-transform:uppercase;letter-spacing:0;max-width:7ch}.cj-hero__title{margin:0;display:grid;gap:4px;font-size:clamp(2.35rem,5.2vw,6.7rem);line-height:.88;font-weight:1000;letter-spacing:0;text-transform:uppercase}.cj-hero__title span{display:block}.cj-hero__copy{max-width:560px;margin:26px 0 0;color:#ffffffe0;font-size:clamp(1.06rem,1.45vw,1.35rem);line-height:1.45;font-weight:720}.cj-hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.cj-hero__visual{min-width:0}.cj-hero__visual-stage{position:relative;min-height:clamp(420px,54vw,700px);display:grid;place-items:center}.cj-video-placeholder{position:relative;width:min(760px,100%);aspect-ratio:1.24;display:grid;place-items:center;overflow:hidden;border-radius:34px;background:linear-gradient(135deg,#171b2426,#ffffff14),linear-gradient(135deg,#6f2ee8,#ff4f9f 52%,#ff6a22);box-shadow:inset 0 0 0 1px #ffffff47,0 34px 80px #171b2447}.cj-video-placeholder picture{display:contents}.cj-video-placeholder:before{position:absolute;inset:0;content:"";background:repeating-linear-gradient(90deg,rgba(255,255,255,.16) 0 1px,transparent 1px 88px),linear-gradient(0deg,rgba(255,255,255,.12),transparent 42%);mix-blend-mode:screen}.cj-hero__mockup{position:relative;z-index:2;height:auto;display:block;object-fit:contain;filter:drop-shadow(0 30px 42px rgba(23,27,36,.34))}.cj-hero__mockup--desktop{width:min(94%,760px)}.cj-hero__mockup--phone{position:absolute;z-index:3;left:clamp(12px,4vw,44px);bottom:clamp(8px,2.4vw,28px);width:clamp(86px,40%,190px);filter:drop-shadow(0 24px 34px rgba(23,27,36,.38))}.cj-video-placeholder__play{position:absolute;z-index:4;left:-34px;top:44%;width:92px;height:92px;display:grid;place-items:center;border:0;border-radius:50%;background:#fff;color:var(--cj-flame);box-shadow:0 18px 44px #171b2440;padding:0}.cj-video-placeholder__play svg{font-size:48px}.cj-device{position:relative;width:74%;height:68%;display:grid;place-items:center}.cj-device__screen{position:relative;z-index:1;width:76%;min-height:72%;padding:clamp(18px,3vw,34px);border-radius:24px;background:#fffffff0;color:var(--cj-ink);box-shadow:0 28px 60px #140b2c38}.cj-device__rail{position:absolute;inset:3% 0 auto;display:flex;justify-content:space-between}.cj-device__rail span{width:16%;height:12px;border-radius:999px;background:#ffffff7a}.cj-device__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;font-weight:950;text-transform:uppercase}.cj-device__header strong{font-size:clamp(2rem,5vw,4.8rem);line-height:.9;color:var(--cj-purple-deep)}.cj-device__bars{display:grid;gap:12px;margin-top:clamp(22px,4vw,46px)}.cj-device__bar{height:18px;border-radius:999px;background:linear-gradient(90deg,var(--cj-purple),var(--cj-pink),var(--cj-flame))}.cj-device__bar:nth-child(2){width:76%}.cj-device__bar:nth-child(3){width:88%}.cj-device__bar:nth-child(4){width:58%}.cj-device__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:24px}.cj-device__grid span{aspect-ratio:1;border-radius:14px;background:#8b42f01f}.cj-athlete-silhouette{position:absolute;z-index:2;right:3%;bottom:8%;width:28%;aspect-ratio:.64;background:radial-gradient(circle at 50% 10%,#191d27 0 12%,transparent 13%),linear-gradient(140deg,transparent 0 23%,#191d27 23% 38%,transparent 38% 100%),linear-gradient(72deg,transparent 0 42%,#191d27 42% 55%,transparent 55% 100%),linear-gradient(102deg,transparent 0 38%,#191d27 38% 51%,transparent 51% 100%);filter:drop-shadow(0 22px 18px rgba(23,27,36,.22))}.cj-section{padding:clamp(76px,9vw,140px) clamp(20px,7vw,112px)}.cj-section__intro{max-width:var(--cj-max);margin:0 auto clamp(38px,6vw,84px)}.cj-section__intro h2,.cj-feature-band h2,.cj-split h2,.cj-connect h2,.cj-proof h2,.cj-final h2{margin:0;font-size:clamp(2.6rem,6.6vw,7.4rem);line-height:.88;letter-spacing:0;font-weight:1000;text-transform:uppercase}.cj-section__intro p,.cj-feature-band__copy>p:not(.cj-kicker),.cj-split__copy>p:not(.cj-kicker),.cj-connect__copy>p,.cj-proof__copy p{max-width:1200px;margin:20px 0 0;color:#171b24b8;font-size:clamp(1.02rem,1.3vw,1.24rem);line-height:1.55;font-weight:650}.cj-kicker{margin:0 0 14px;color:var(--cj-purple-deep);font-size:.95rem;font-weight:1000;text-transform:uppercase}.cj-journey{background:#fff}.cj-journey .cj-section__intro h2{max-width:1200px;font-size:clamp(2.4rem,4.2vw,3.5rem);line-height:.94}.cj-journey .cj-section__intro{margin-inline:0}.cj-journey .cj-section__intro p{max-width:760px}.cj-journey__grid{max-width:none;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(22px,4vw,40px)}.cj-journey__item{min-height:570px;display:flex;flex-direction:column;min-width:0;overflow:hidden;border-radius:8px;background:#fff;color:var(--cj-ink);box-shadow:0 16px 42px #171b2414;transition:transform .24s var(--cj-ease),box-shadow .24s var(--cj-ease)}.cj-journey__item:hover{transform:translateY(-6px);box-shadow:0 26px 58px #171b2424}.cj-journey__visual{position:relative;min-height:clamp(210px,18vw,300px);display:grid;place-items:center;overflow:hidden;background:linear-gradient(135deg,#171b241a,#ffffff0f),linear-gradient(135deg,var(--cj-purple),var(--cj-pink) 55%,var(--cj-flame))}.cj-journey__visual:before{position:absolute;inset:0;content:"";background:repeating-linear-gradient(90deg,rgba(255,255,255,.15) 0 1px,transparent 1px 56px),radial-gradient(circle at 24% 26%,rgba(200,255,77,.34),transparent 23%);opacity:.58}.cj-journey__visual-device{position:relative;z-index:1;width:56%;aspect-ratio:1.55;border-radius:18px;background:#fffffff0;box-shadow:0 20px 44px #171b2438;transform:rotate(-4deg)}.cj-journey__image{position:relative;z-index:1;display:block;width:min(90%,430px);max-height:96%;object-fit:contain;border-radius:12px;box-shadow:0 24px 48px #171b2447}.cj-journey__visual--coach .cj-journey__image{position:absolute;width:min(78%,380px)}.cj-journey__visual--coach .cj-journey__image--1{left:3%;top:12%;transform:rotate(-7deg) scale(1.12)}.cj-journey__visual--coach .cj-journey__image--2{right:3%;bottom:6%;z-index:2;transform:rotate(6deg) scale(1.12)}.cj-journey__visual--athlete{overflow:hidden}.cj-journey__visual--athlete .cj-journey__image{position:absolute;bottom:-82px;width:min(64%,280px);max-height:none;border-radius:22px;transform:rotate(5deg)}.cj-journey__visual--club .cj-journey__image{position:absolute;width:min(78%,380px)}.cj-journey__visual--club .cj-journey__image--1{left:3%;top:12%;transform:rotate(-7deg)}.cj-journey__visual--club .cj-journey__image--2{right:3%;bottom:6%;z-index:2;transform:rotate(6deg)}.cj-journey__visual-device:before,.cj-journey__visual-device:after{position:absolute;content:"";border-radius:999px;background:linear-gradient(90deg,var(--cj-purple),var(--cj-pink),var(--cj-flame))}.cj-journey__visual-device:before{left:12%;top:28%;width:68%;height:12%}.cj-journey__visual-device:after{left:12%;top:50%;width:48%;height:12%}.cj-journey__visual--athlete .cj-journey__visual-device{width:31%;aspect-ratio:.52;border-radius:28px;transform:rotate(5deg)}.cj-journey__visual--club .cj-journey__visual-device{width:68%;aspect-ratio:2.05;border-radius:16px;transform:rotate(2deg)}.cj-journey__content{min-height:270px;display:flex;flex:1;flex-direction:column;padding:clamp(24px,3vw,34px)}.cj-journey__item h3{margin:0;font-size:clamp(1.55rem,2vw,2.1rem);line-height:1.06;text-transform:uppercase;overflow-wrap:anywhere;text-wrap:balance}.cj-journey__item p{margin:24px 0 0;color:#171b24ad;font-size:1rem;line-height:1.5;font-weight:650}.cj-journey__cta{position:relative;display:inline-flex;align-items:center;gap:8px;margin-top:auto;width:fit-content;font-weight:700;text-transform:uppercase;color:var(--cj-flame)}.cj-journey__cta:after{position:absolute;right:0;bottom:-3px;left:0;height:3px;content:"";transform:scaleX(0);transform-origin:left;background:currentColor;transition:transform .22s var(--cj-ease)}.cj-journey__item svg{transition:transform .18s var(--cj-ease)}.cj-journey__item:hover .cj-journey__cta:after,.cj-journey__item:focus-visible .cj-journey__cta:after{transform:scaleX(1)}.cj-journey__item:hover svg,.cj-journey__item:focus-visible svg{transform:translate(5px)}.cj-feature-band,.cj-split,.cj-connect{max-width:none;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);gap:clamp(34px,6vw,96px);align-items:center}.cj-feature-band h2{max-width:820px;font-size:clamp(2.35rem,4.5vw,5.4rem);line-height:.94}.cj-feature-band__media{position:relative;min-height:clamp(380px,46vw,650px);display:grid;place-items:center;overflow:hidden;border-radius:34px;background:linear-gradient(145deg,#ff5a1ff0,#ec4899bd 48%,#8b42f0e6),var(--cj-purple)}.cj-coach-stack{position:relative;width:min(98%,800px);min-height:clamp(330px,39vw,590px)}.cj-coach-stack__image{position:absolute;display:block;object-fit:contain;border-radius:16px;box-shadow:0 24px 54px #171b2447}.cj-coach-stack__image--1{left:4%;top:10%;z-index:3;width:70%;transform:rotate(-5deg) scale(1.18)}.cj-coach-stack__image--2{right:0;top:4%;z-index:2;width:48%;transform:rotate(6deg) scale(1.18)}.cj-coach-stack__image--3{left:0;bottom:8%;z-index:4;width:44%;transform:rotate(7deg) scale(1.18)}.cj-coach-stack__image--4{right:5%;bottom:3%;z-index:5;width:52%;transform:rotate(-4deg) scale(1.18)}.cj-coach-stack__image--5{left:29%;top:32%;z-index:6;width:46%;transform:rotate(2deg) scale(1.3)}.cj-calendar-mock{width:82%;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;transform:rotate(-6deg)}.cj-calendar-mock span{aspect-ratio:1.05;border-radius:18px;background:#ffffffeb;box-shadow:0 18px 40px #171b2429}.cj-calendar-mock span:nth-child(2n){background:var(--cj-lime)}.cj-feature-band__copy,.cj-split__copy,.cj-connect__copy{max-width:650px}.cj-feature-band__copy .cj-button,.cj-split__copy .cj-button{margin-top:30px}.cj-split{color:#fff;max-width:none;padding-inline:clamp(20px,7vw,112px);background:linear-gradient(110deg,#171b24f5,#301b57f0 56%,#8b42f0db),var(--cj-ink)}.cj-split__copy>p:not(.cj-kicker){color:#ffffffb8}.cj-split .cj-kicker{color:var(--cj-lime)}.cj-split .cj-split__button,.cj-split .cj-split__button:visited,.cj-split .cj-split__button:hover,.cj-split .cj-split__button:focus-visible{color:var(--cj-ink)}.cj-split__visual{min-height:560px;display:grid;place-items:center}.cj-athlete-stack{position:relative;width:min(92%,620px);min-height:clamp(420px,42vw,640px)}.cj-athlete-stack__image{position:absolute;display:block;object-fit:contain;filter:drop-shadow(0 32px 52px rgba(0,0,0,.34))}.cj-athlete-stack__image--mockup{left:50%;top:0%;z-index:1;width:min(50%,400px);transform:translate(-50%,-50%) rotate(4deg) scale(1.08)}.cj-athlete-stack__image--feature{right:2%;bottom:8%;z-index:2;width:min(58%,340px);border-radius:18px;transform:rotate(-6deg) scale(1.12);box-shadow:0 28px 64px #00000052}.cj-phone{width:min(360px,82vw);aspect-ratio:.55;padding:24px;border-radius:42px;background:#fff;color:var(--cj-ink);box-shadow:0 34px 90px #0000005c;transform:rotate(4deg)}.cj-phone__top{width:44%;height:16px;margin:0 auto 32px;border-radius:999px;background:var(--cj-ink)}.cj-phone__metric{min-height:190px;display:grid;align-content:center;padding:28px;border-radius:28px;background:linear-gradient(135deg,var(--cj-purple),var(--cj-pink));color:#fff}.cj-phone__metric span{font-weight:900;text-transform:uppercase}.cj-phone__metric strong{font-size:4rem;line-height:.9;text-transform:uppercase}.cj-phone__rows{display:grid;gap:16px;margin-top:28px}.cj-phone__rows span{height:54px;border-radius:18px;background:#8b42f01f}.cj-platform{background:#fff}.cj-platform .cj-section__intro{max-width:none;margin-inline:0}.cj-platform .cj-section__intro h2{max-width:1320px;font-size:clamp(2.45rem,4.8vw,5.8rem);line-height:.94}.cj-platform .cj-section__intro p{max-width:900px}.cj-platform__grid{max-width:none;margin:0 auto;display:grid;gap:34px}.cj-platform__block{display:grid;grid-template-columns:88px minmax(120px,.32fr) minmax(0,.96fr) minmax(0,.86fr);align-items:center;gap:clamp(18px,3vw,44px);padding:34px 0;border-top:1px solid var(--cj-line)}.cj-platform__block:last-child{border-bottom:1px solid var(--cj-line)}.cj-platform__icon{width:70px;height:70px;display:grid;place-items:center;border-radius:50%;background:var(--cj-ink);color:#fff}.cj-platform__icon svg{font-size:34px}.cj-platform__block p{margin:0;color:var(--cj-purple-deep);font-weight:1000;text-transform:uppercase}.cj-platform__block h3{margin:0;font-size:clamp(1.45rem,2.4vw,3rem);line-height:1;text-transform:uppercase}.cj-platform__block span{color:#171b24b3;font-weight:650;line-height:1.55}.cj-connect{padding-top:clamp(64px,8vw,110px);background:#fff}.cj-connect h2{max-width:820px;font-size:clamp(2.35rem,4.4vw,5.2rem);line-height:.94}.cj-connect__map{min-height:520px;position:relative;display:grid;place-items:center;overflow:visible;border-radius:34px;background:linear-gradient(135deg,#171b242e,#8b42f033),image-set(url(/images/club_team_background-1400.webp) type("image/webp"),url(/images/club_team_background.jpg) type("image/jpeg")) center / cover no-repeat;box-shadow:0 26px 72px #171b2429}.cj-connect__map:before{position:absolute;inset:0;content:"";overflow:hidden;border-radius:inherit;background:linear-gradient(180deg,#171b2405,#171b245c),radial-gradient(circle at 18% 16%,rgba(200,255,77,.22),transparent 26%),radial-gradient(circle at 82% 72%,rgba(236,72,153,.32),transparent 28%)}.cj-club-stack{position:absolute;inset:0;z-index:4;pointer-events:none}.cj-club-stack__image{position:absolute;display:block;object-fit:contain;border-radius:16px;box-shadow:0 26px 58px #171b2452}.cj-club-stack__image--1{left:-4%;top:-6%;z-index:4;width:42%;object-position:44% 42%;transform:rotate(-7deg) scale(1.12)}.cj-club-stack__image--2{right:-4%;top:-5%;z-index:5;width:40%;object-position:56% 42%;transform:rotate(7deg) scale(1.1)}.cj-club-stack__image--3{left:-4%;bottom:-6%;z-index:6;width:39%;object-position:44% 58%;transform:rotate(8deg) scale(1.1)}.cj-club-stack__image--4{right:-4%;bottom:-6%;z-index:7;width:43%;object-position:56% 58%;transform:rotate(-6deg) scale(1.1)}.cj-proof{display:block;background:#fff;text-align:center}.cj-proof__copy{max-width:980px;margin:0 auto}.cj-proof__copy svg{width:66px;height:66px;margin-bottom:22px;color:var(--cj-purple-deep)}.cj-proof h2{max-width:980px;margin-inline:auto;font-size:clamp(2.35rem,4.4vw,4rem);line-height:.94}.cj-proof__copy p{margin-inline:auto}.cj-proof__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(24px,6vw,92px);max-width:1120px;margin:clamp(48px,7vw,86px) auto 0}.cj-proof__stat{min-height:0;display:grid;align-content:center;justify-items:center;padding:0;background:transparent}.cj-proof__stat strong{font-size:clamp(3rem,6.4vw,5.5rem);line-height:.9;color:var(--cj-purple-deep)}.cj-proof__stat span{margin-top:12px;font-weight:700;text-transform:uppercase}.cj-final{min-height:58svh;display:grid;place-items:center;padding:clamp(72px,8vw,118px) clamp(20px,6vw,86px);color:#fff;background:linear-gradient(135deg,#171b242e,#171b248a),linear-gradient(135deg,var(--cj-purple),var(--cj-pink) 54%,var(--cj-flame))}.cj-final__inner{max-width:820px;text-align:center}.cj-final h2{font-size:clamp(2.35rem,5vw,5.6rem);line-height:.94}.cj-final .cj-kicker{color:var(--cj-lime)}.cj-final__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:14px;margin-top:36px}.cj-footer{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(160px,.45fr) minmax(160px,.45fr);gap:clamp(32px,6vw,86px);padding:clamp(56px,7vw,92px) clamp(20px,7vw,112px);background:linear-gradient(135deg,rgba(139,66,240,.18),transparent 42%),#10131b;color:#fff}.cj-page{background:#fff}.cj-page-hero{min-height:70svh;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:clamp(36px,7vw,110px);padding:calc(var(--cj-nav-height) + 48px) clamp(20px,7vw,112px) clamp(70px,8vw,120px);color:#fff;background:linear-gradient(110deg,#171b24eb,#56279ad6 48%,#ec4899bd),linear-gradient(135deg,var(--cj-purple),var(--cj-pink),var(--cj-flame))}.cj-page-hero__copy{max-width:760px}.cj-page-hero .cj-kicker{color:var(--cj-lime)}.cj-page-hero h1{margin:0;font-size:clamp(2.9rem,5.8vw,6rem);line-height:.94;font-weight:1000;letter-spacing:0;text-transform:uppercase}.cj-page-hero__copy>p:not(.cj-kicker){max-width:720px;margin:24px 0 0;color:#ffffffc7;font-size:clamp(1.04rem,1.35vw,1.28rem);line-height:1.55;font-weight:650}.cj-page-hero .cj-button{margin-top:34px}.cj-page-hero__visual{min-height:clamp(360px,38vw,620px);display:grid;grid-template-columns:repeat(2,1fr);gap:18px;align-items:center;padding:clamp(24px,4vw,54px);overflow:hidden;border-radius:34px;background:linear-gradient(135deg,#ffffff2e,#ffffff0a),#ffffff1f;box-shadow:inset 0 0 0 1px #ffffff38,0 34px 80px #171b2438}.cj-page-hero__visual span{min-height:140px;border-radius:22px;background:#ffffffe0;box-shadow:0 24px 54px #171b2433}.cj-page-hero__visual span:first-child{grid-column:span 2;min-height:210px;background:linear-gradient(135deg,#fff,#c8ff4de6)}.cj-page-hero__visual span:nth-child(2){transform:translateY(18px)}.cj-page-hero__visual span:nth-child(3){transform:translateY(-16px);background:linear-gradient(135deg,#fff,#ec489952)}.cj-page-hero__image{position:absolute;display:block;object-fit:contain;border-radius:16px;box-shadow:0 28px 62px #171b2447}.cj-page-hero__visual--coaches,.cj-page-hero__visual--athletes,.cj-page-hero__visual--clubs{position:relative;display:block;overflow:visible}.cj-page-hero__visual--coaches{background:linear-gradient(180deg,#171b240a,#171b2457),url(/images/for_coaches.jpg) center / cover no-repeat}.cj-page-hero__visual--athletes{background:linear-gradient(180deg,#171b240a,#171b2457),url(/images/for_athletes.jpg) center / cover no-repeat}.cj-page-hero__visual--clubs{background:linear-gradient(180deg,#171b2405,#171b2461),image-set(url(/images/club_team_background-1400.webp) type("image/webp"),url(/images/club_team_background.jpg) type("image/jpeg")) center / cover no-repeat}.cj-page-hero__visual--coaches .cj-page-hero__image--2,.cj-page-hero__visual--athletes .cj-page-hero__image--2,.cj-page-hero__visual--clubs .cj-page-hero__image--2{display:none}.cj-page-hero__visual--coaches .cj-page-hero__image--1,.cj-page-hero__visual--athletes .cj-page-hero__image--1,.cj-page-hero__visual--clubs .cj-page-hero__image--1{left:-10%;top:-4%;z-index:3;width:52%;transform:rotate(-7deg) scale(1.08)}.cj-page-hero__visual--coaches .cj-page-hero__image--3,.cj-page-hero__visual--athletes .cj-page-hero__image--3,.cj-page-hero__visual--clubs .cj-page-hero__image--3{right:-4%;bottom:-4%;z-index:4;width:58%;transform:rotate(5deg) scale(1.08)}.cj-page-hero__visual--athletes .cj-page-hero__image--1{width:42%}.cj-page-hero__visual--athletes .cj-page-hero__image--3{width:38%;right:3%;bottom:-7%}.cj-page-hero__visual--clubs .cj-page-hero__image--1,.cj-page-hero__visual--clubs .cj-page-hero__image--3{width:54%}.cj-page-list{display:grid;padding:clamp(76px,9vw,140px) clamp(20px,7vw,112px);background:#fff}.cj-page-list__item{display:grid;grid-template-columns:84px minmax(0,.58fr) minmax(0,1fr);gap:clamp(18px,4vw,66px);align-items:start;padding:clamp(36px,6vw,72px) 0;border-top:1px solid var(--cj-line);background:#fff}.cj-page-list__item:last-child{border-bottom:1px solid var(--cj-line)}.cj-page-list__icon{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,var(--cj-purple),var(--cj-pink));color:#fff}.cj-page-list__icon svg{font-size:28px}.cj-page-list__item h2{margin:0;font-size:clamp(1.9rem,3vw,3.4rem);line-height:1;font-weight:1000;text-transform:uppercase}.cj-page-list__item p{max-width:760px;margin:0;color:#171b24b8;font-size:clamp(1.02rem,1.35vw,1.28rem);line-height:1.55;font-weight:650}.cj-contact-page{min-height:100svh;display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,.82fr);gap:clamp(36px,7vw,110px);align-items:center;padding:calc(var(--cj-nav-height) + 56px) clamp(20px,7vw,112px) clamp(76px,9vw,130px);color:#fff;background:linear-gradient(110deg,#171b24f0,#56279adb 50%,#ec4899bd),linear-gradient(135deg,var(--cj-purple),var(--cj-pink),var(--cj-flame))}.cj-contact-page .cj-kicker{color:var(--cj-lime)}.cj-contact-page__copy h1{margin:0;font-size:clamp(3rem,6vw,6.4rem);line-height:.92;font-weight:1000;text-transform:uppercase}.cj-contact-page__copy>p:not(.cj-kicker){max-width:660px;margin:22px 0 0;color:#ffffffc7;font-size:clamp(1.04rem,1.35vw,1.28rem);line-height:1.55;font-weight:650}.cj-contact-form{display:grid;gap:18px;padding:clamp(24px,4vw,42px);border-radius:8px;background:#fff;box-shadow:0 28px 76px #171b2447}.cj-contact-form label{display:grid;gap:8px;color:var(--cj-ink);font-weight:700}.cj-contact-form span{font-size:.86rem;text-transform:uppercase}.cj-contact-form input,.cj-contact-form select,.cj-contact-form textarea{width:100%;border:1px solid rgba(23,27,36,.16);border-radius:8px;background:#fff;color:var(--cj-ink);padding:14px 16px;outline:0}.cj-contact-form .cj-button{width:fit-content;color:#fff}.cj-contact-form .cj-button:disabled{cursor:wait;opacity:.72}.cj-contact-form__message{margin:-4px 0 0;color:var(--cj-ink);font-size:.95rem;font-weight:700;line-height:1.45}.cj-contact-form__message--success{color:#247a3d}.cj-contact-form__message--error{color:#b42318}.cj-contact-form input:focus,.cj-contact-form select:focus,.cj-contact-form textarea:focus{border-color:var(--cj-purple);box-shadow:0 0 0 4px #8b42f01f}.cj-features-page{background:#fff}.cj-features-hero{min-height:78svh;display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;gap:clamp(36px,7vw,110px);padding:calc(var(--cj-nav-height) + 48px) clamp(20px,7vw,112px) clamp(70px,8vw,120px);color:#fff;background:linear-gradient(110deg,#171b24eb,#56279ad6 48%,#ec4899bd),linear-gradient(135deg,var(--cj-purple),var(--cj-pink),var(--cj-flame))}.cj-features-hero .cj-kicker{color:var(--cj-lime)}.cj-features-hero h1{margin:0;font-size:clamp(2.9rem,5.8vw,6rem);line-height:.94;font-weight:1000;text-transform:uppercase}.cj-features-hero__copy>p:not(.cj-kicker){max-width:720px;margin:24px 0 0;color:#ffffffc7;font-size:clamp(1.04rem,1.35vw,1.28rem);line-height:1.55;font-weight:650}.cj-features-hero__visual{position:relative;min-height:clamp(360px,38vw,620px);overflow:visible}.cj-features-hero__image,.cj-feature-detail__image{position:absolute;display:block;object-fit:contain;filter:drop-shadow(0 30px 54px rgba(23,27,36,.28))}.cj-features-hero__image--1{left:-2%;top:17%;z-index:2;width:82%;transform:scale(1.08)}.cj-features-hero__image--2{left:3%;bottom:-5%;z-index:4;width:22%;transform:scale(1.08)}.cj-features-hero__image--3{right:-3%;bottom:-5%;z-index:3;width:62%;transform:scale(1.06)}.cj-features-hero__visual span,.cj-feature-detail__visual span{border-radius:22px;background:#ffffffe6;box-shadow:0 24px 54px #171b2429}.cj-features-hero__visual span:first-child{grid-column:span 2;min-height:210px;background:linear-gradient(135deg,#fff,#c8ff4de6)}.cj-features-hero__visual span:nth-child(2),.cj-features-hero__visual span:nth-child(3){min-height:140px}.cj-feature-detail{display:grid;grid-template-columns:72px minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(24px,5vw,84px);align-items:center;padding:clamp(76px,9vw,136px) clamp(20px,7vw,112px);border-top:1px solid var(--cj-line);background:#fff}.cj-feature-detail:nth-of-type(2n){grid-template-columns:minmax(0,1.08fr) 72px minmax(0,.92fr)}.cj-feature-detail:nth-of-type(2n) .cj-feature-detail__visual{grid-column:1;grid-row:1}.cj-feature-detail:nth-of-type(2n) .cj-feature-detail__icon{grid-column:2;grid-row:1}.cj-feature-detail:nth-of-type(2n) .cj-feature-detail__copy{grid-column:3;grid-row:1}.cj-feature-detail__icon{width:64px;height:64px;display:grid;place-items:center;border-radius:50%;background:var(--cj-ink);color:#fff}.cj-feature-detail__icon svg{font-size:32px}.cj-feature-detail__copy h2{max-width:780px;margin:0;font-size:clamp(2.2rem,4.8vw,5.4rem);line-height:.94;font-weight:1000;text-transform:uppercase}.cj-feature-detail__copy>p:not(.cj-kicker){max-width:760px;margin:22px 0 0;color:#171b24b8;font-size:clamp(1.02rem,1.35vw,1.28rem);line-height:1.55;font-weight:650}.cj-feature-detail__visual{position:relative;min-height:clamp(300px,32vw,520px);overflow:visible;border-radius:28px;background:linear-gradient(135deg,var(--cj-purple),var(--cj-pink) 54%,var(--cj-flame))}.cj-feature-detail__visual:before{position:absolute;inset:0;content:"";border-radius:inherit;background:radial-gradient(circle at 16% 18%,rgba(200,255,77,.24),transparent 24%),linear-gradient(135deg,#ffffff2e,#ffffff0a)}.cj-feature-detail__image{border-radius:16px}.cj-feature-detail__image--1{left:4%;top:14%;z-index:2;width:72%;transform:rotate(-6deg) scale(1.08)}.cj-feature-detail__image--2{right:0;bottom:9%;z-index:3;width:56%;transform:rotate(6deg) scale(1.1)}.cj-feature-detail__visual--2 .cj-feature-detail__image--1{width:62%;object-fit:contain}.cj-feature-detail__visual--3 .cj-feature-detail__image--1{left:6%;top:5%;width:62%}.cj-feature-detail__visual--3 .cj-feature-detail__image--2{right:3%;bottom:3%;width:58%}.cj-feature-detail__visual--4 .cj-feature-detail__image--1{top:10%;width:58%}.cj-feature-detail__visual--4 .cj-feature-detail__image--2{width:58%}.cj-feature-detail__visual--5 .cj-feature-detail__image--1,.cj-feature-detail__visual--5 .cj-feature-detail__image--2{width:68%}.cj-feature-detail__visual span:first-child{grid-column:span 2;min-height:160px}.cj-feature-detail__visual span:nth-child(2),.cj-feature-detail__visual span:nth-child(3){min-height:120px}.cj-pricing{background:#fff;border-top:1px solid var(--cj-line)}.cj-pricing__intro{max-width:920px}.cj-pricing__intro h2{margin:0;font-size:clamp(2.35rem,4.6vw,5.2rem);line-height:.94;font-weight:1000;text-transform:uppercase}.cj-pricing__intro p:not(.cj-kicker){max-width:760px;margin:20px 0 0;color:#171b24b8;font-size:clamp(1.02rem,1.35vw,1.28rem);line-height:1.55;font-weight:650}.cj-pricing__plans{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(18px,3vw,36px);margin-top:clamp(34px,5vw,64px);margin-bottom:34px}.cj-pricing__plan{padding:clamp(24px,4vw,42px);border:1px solid var(--cj-line);border-radius:8px;background:var(--cj-paper)}.cj-pricing__plan h3{margin:0;font-size:clamp(1.3rem,2vw,2rem);text-transform:uppercase}.cj-pricing__plan strong{display:block;margin-top:18px;color:var(--cj-purple-deep);font-size:clamp(2rem,4vw,4.4rem);line-height:.95;text-transform:uppercase}.cj-pricing__plan p{margin:18px 0 0;color:#171b24ad;font-weight:650;line-height:1.55}.cj-pricing .cj-button--ink,.cj-pricing .cj-button--ink:hover,.cj-pricing .cj-button--ink:focus-visible{color:#fff}.cj-footer__brand{max-width:560px}.cj-footer__logo{display:inline-flex;align-items:center;gap:12px;font-size:clamp(1.35rem,2vw,2rem);font-weight:1000;text-transform:uppercase}.cj-footer__logo img{width:52px;height:52px;object-fit:contain}.cj-footer__brand p{margin:22px 0 0;color:#ffffffb8;font-size:clamp(1rem,1.25vw,1.18rem);line-height:1.55;font-weight:650}.cj-footer__nav{display:grid;align-content:start;gap:14px}.cj-footer__nav h2{margin:0 0 8px;color:var(--cj-lime);font-size:.86rem;letter-spacing:0;text-transform:uppercase}.cj-footer__nav a{width:fit-content;color:#ffffffc7;font-weight:750;transition:color .18s var(--cj-ease),transform .18s var(--cj-ease)}.cj-footer__nav a:hover,.cj-footer__nav a:focus-visible{color:#fff;transform:translate(4px)}.cj-footer__copyright{grid-column:1 / -1;margin:clamp(18px,4vw,42px) 0 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.14);color:#ffffff8f;font-size:.94rem;font-weight:650}@media(max-width:1060px){.cj-nav__links{display:none}.cj-nav__drawer{position:fixed;inset:0;z-index:1;display:grid;align-content:center;justify-items:center;gap:clamp(20px,4vh,32px);min-height:100dvh;padding:calc(var(--cj-nav-height) + 28px) 24px 34px;background:linear-gradient(135deg,#8b42f01a,#ec48991a),#fff;color:var(--cj-ink);opacity:0;pointer-events:none;transform:translateY(-16px);transition:opacity .26s var(--cj-ease),transform .32s var(--cj-ease)}.cj-nav--open .cj-nav__drawer{opacity:1;pointer-events:auto;transform:translateY(0)}.cj-nav__drawer a:not(.cj-button){font-size:clamp(2rem,9vw,4.4rem);font-weight:1000;line-height:.95;text-align:center;text-transform:uppercase}.cj-nav__drawer .cj-button{margin-top:8px;color:#fff}.cj-nav__drawer-login{color:var(--cj-purple-deep)}.cj-nav__menu{display:grid}.cj-page-hero,.cj-page-list__item,.cj-contact-page,.cj-features-hero,.cj-feature-detail{grid-template-columns:1fr}.cj-feature-detail:nth-of-type(2n){grid-template-columns:1fr}.cj-feature-detail:nth-of-type(2n) .cj-feature-detail__visual,.cj-feature-detail:nth-of-type(2n) .cj-feature-detail__copy{grid-column:auto;grid-row:auto}.cj-page-hero{text-align:center}.cj-page-hero__copy{margin:0 auto}.cj-hero{grid-template-columns:1fr;align-content:center;text-align:center}.cj-hero__content{max-width:820px;margin:0 auto}.cj-hero__brand{max-width:none;margin-inline:auto;font-size:clamp(4rem,14vw,8rem)}.cj-hero__copy,.cj-hero__actions{justify-content:center;margin-inline:auto}.cj-video-placeholder__play{left:50%;top:-38px;transform:translate(-50%)}.cj-journey__grid,.cj-proof,.cj-feature-band,.cj-split,.cj-connect{grid-template-columns:1fr}.cj-platform__block{grid-template-columns:80px 1fr}.cj-platform__block h3,.cj-platform__block span{grid-column:2}.cj-proof__stats{grid-template-columns:1fr}}@media(max-width:640px){:root{--cj-nav-height: 76px}.cj-nav{padding-inline:18px}.cj-nav__brand span,.cj-nav__login,.cj-nav .cj-button{display:none}.cj-nav__mark{width:38px;height:38px}.cj-hero{padding-inline:18px;padding-bottom:42px;gap:44px}.cj-hero__brand{font-size:clamp(3.4rem,18vw,5rem)}.cj-hero__title{font-size:clamp(2.1rem,11vw,3.9rem)}.cj-hero__copy{font-size:1rem}.cj-hero__actions .cj-button{width:100%}.cj-hero__visual-stage{min-height:320px}.cj-video-placeholder{width:100%;aspect-ratio:1.1;border-radius:24px}.cj-hero__mockup--desktop{width:92%}.cj-hero__mockup--phone{left:8px;bottom:8px;width:clamp(66px,29%,112px)}.cj-video-placeholder__play{width:72px;height:72px;top:-28px}.cj-device__screen{width:88%;min-height:78%}.cj-section__intro h2,.cj-feature-band h2,.cj-split h2,.cj-connect h2,.cj-proof h2{font-size:clamp(2.45rem,14vw,4.7rem)}.cj-final h2,.cj-journey .cj-section__intro h2,.cj-feature-band h2,.cj-platform .cj-section__intro h2,.cj-connect h2,.cj-proof h2{font-size:clamp(2.25rem,11vw,3.9rem)}.cj-feature-band__media,.cj-split__visual,.cj-connect__map{min-height:360px}.cj-split__visual{overflow:visible}.cj-connect__map{border-radius:24px}.cj-club-stack{inset:0}.cj-club-stack__image{border-radius:12px}.cj-club-stack__image--1{left:-8%;top:-5%;width:54%;transform:rotate(-8deg) scale(1.12)}.cj-club-stack__image--2{right:-8%;top:-4%;width:52%;transform:rotate(8deg) scale(1.1)}.cj-club-stack__image--3{left:-8%;bottom:-5%;width:50%;transform:rotate(8deg) scale(1.1)}.cj-club-stack__image--4{right:-8%;bottom:-5%;width:54%;transform:rotate(-7deg) scale(1.12)}.cj-athlete-stack{width:min(100%,420px);min-height:360px}.cj-athlete-stack__image--mockup{top:0%;width:min(50%,260px)}.cj-athlete-stack__image--feature{right:1%;bottom:13%;width:min(66%,275px)}.cj-coach-stack{width:min(100%,540px);min-height:380px}.cj-coach-stack__image{border-radius:12px}.cj-coach-stack__image--2,.cj-coach-stack__image--4{display:none}.cj-coach-stack__image--1{left:5%;top:7%;width:76%;transform:rotate(-8deg) scale(1.24)}.cj-coach-stack__image--2{right:0;top:6%;width:60%}.cj-coach-stack__image--3{left:0;bottom:7%;width:58%;transform:rotate(8deg) scale(1.26)}.cj-coach-stack__image--4{right:4%;bottom:6%;width:64%}.cj-coach-stack__image--5{left:30%;top:34%;width:58%;transform:rotate(2deg) scale(1.38)}.cj-calendar-mock{width:92%;gap:10px}.cj-proof__stat{min-height:180px}.cj-features-hero__visual{min-height:340px;margin-top:22px}.cj-features-hero__image--1{left:50%;top:20%;width:88%;transform:translate(-50%) scale(1.08)}.cj-features-hero__image--2{left:2%;bottom:8%;width:25%}.cj-features-hero__image--3{right:-12%;bottom:12%;width:66%}.cj-feature-detail__visual{min-height:320px;margin-top:18px;border-radius:24px}.cj-feature-detail__image--1{left:-5%;top:13%;width:84%}.cj-feature-detail__image--2{right:-9%;bottom:8%;width:70%}.cj-feature-detail__visual--3 .cj-feature-detail__image--1{left:0;width:62%}.cj-feature-detail__visual--3 .cj-feature-detail__image--2{right:-4%;width:68%}.cj-feature-detail__visual--4 .cj-feature-detail__image--1{left:-5%;top:9%;width:72%}.cj-feature-detail__visual--4 .cj-feature-detail__image--2{right:-8%;bottom:5%;width:72%}.cj-feature-detail__visual--5 .cj-feature-detail__image--1,.cj-feature-detail__visual--5 .cj-feature-detail__image--2{width:78%}.cj-footer{grid-template-columns:1fr}.cj-page-hero h1{font-size:clamp(2.45rem,13vw,4.8rem)}.cj-page-list__icon{display:none}.cj-page-hero__visual{min-height:300px;margin-top:40px;border-radius:24px}.cj-page-hero__visual--coaches .cj-page-hero__image--1{left:-12%;top:-8%;width:56%}.cj-page-hero__visual--coaches .cj-page-hero__image--3{right:-12%;bottom:-9%;width:66%}.cj-page-hero__visual--athletes .cj-page-hero__image--1{left:-11%;top:7%;width:50%}.cj-page-hero__visual--athletes .cj-page-hero__image--3{right:-10%;bottom:-10%;width:42%}.cj-page-hero__visual--clubs .cj-page-hero__image--1{left:-13%;top:7%;width:60%}.cj-page-hero__visual--clubs .cj-page-hero__image--3{right:-13%;bottom:-9%;width:64%}.cj-contact-page{padding-top:calc(var(--cj-nav-height) + 42px)}.cj-contact-page__copy h1{font-size:clamp(2.45rem,13vw,4.8rem)}.cj-feature-detail__icon{display:none}.cj-pricing__plans{grid-template-columns:1fr}.cj-features-hero h1,.cj-feature-detail__copy h2,.cj-pricing__intro h2{font-size:clamp(2.25rem,11vw,3.9rem)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.cj-website *,.cj-website *:before,.cj-website *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
