@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Fraunces:ital,opsz,wght@1,144,400&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--teal:#0f2a44;--teal-mid:#1a3d5e;--teal-light:#2a5078;--gold:#ff6a00;--gold-dark:#c50;--cream:#f7f3ed;--cream-dark:#ede8e0;--white:#fff;--gray-100:#f5f2ef;--gray-200:#e8e3dc;--gray-400:#9b9490;--gray-600:#6b6560;--text:#1a1714;--font:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--serif:"Fraunces","Iowan Old Style",Georgia,serif;--max-w:1080px;--r:10px;--r-lg:18px}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden;overflow-wrap:break-word}img{display:block;max-width:100%;height:auto}a{text-decoration:none;color:inherit}.container{max-width:var(--max-w);margin:0 auto;padding:0 24px}nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--teal);border-bottom:1px solid hsla(0,0%,100%,.08)}.nav-inner{justify-content:space-between;height:64px;max-width:var(--max-w);margin:0 auto;padding:0 24px}.nav-inner,.nav-logo{display:flex;align-items:center}.nav-logo{gap:12px}.nav-logo img{height:40px;width:40px;object-fit:contain;border-radius:6px}.nav-logo span{font-size:15px;font-weight:700;color:var(--white);letter-spacing:-.01em}.nav-logo span em{color:var(--gold);font-style:normal}.nav-actions{display:flex;align-items:center;gap:12px}.btn-nav-ghost{font-family:var(--font);font-size:13px;font-weight:600;color:hsla(0,0%,100%,.7);background:transparent;border:1px solid hsla(0,0%,100%,.2);border-radius:6px;padding:7px 16px;cursor:pointer;transition:color .15s,border-color .15s}.btn-nav-ghost:hover{color:var(--white);border-color:hsla(0,0%,100%,.4)}.btn-nav{font-family:var(--font);font-size:13px;font-weight:700;color:var(--teal);background:var(--gold);border:none;border-radius:6px;padding:8px 18px;cursor:pointer;letter-spacing:.01em;transition:background .15s}.btn-nav:hover{background:#ff8533}.hero{background:var(--teal);padding:80px 24px 96px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 30% 0,rgba(255,106,0,.1) 0,transparent 70%);pointer-events:none}.hero-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 420px;grid-gap:64px;gap:64px;align-items:center}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:24px;border:1px solid rgba(255,106,0,.3);padding:5px 14px;border-radius:100px}.hero-eyebrow span{width:6px;height:6px;border-radius:50%;background:var(--gold)}.hero h1{font-size:clamp(36px,5vw,58px);font-weight:900;color:var(--white);line-height:1.06;letter-spacing:-.03em;margin-bottom:20px}.hero h1 em{font-family:var(--serif);font-style:italic;font-weight:400;color:var(--gold);letter-spacing:-.015em}.hero-sub{font-size:18px;color:hsla(0,0%,100%,.65);line-height:1.6;margin-bottom:40px;max-width:480px}.hero-form-row{display:flex;gap:0;max-width:420px;border-radius:var(--r);overflow:hidden;box-shadow:0 0 0 1px rgba(255,106,0,.4),0 8px 32px rgba(0,0,0,.25);margin-bottom:14px}.hero-form-row input{flex:1 1;border:none;padding:15px 18px;font-family:var(--font);font-size:15px;background:hsla(0,0%,100%,.08);color:var(--white);outline:none;min-width:0}.hero-form-row input::placeholder{color:hsla(0,0%,100%,.4)}.hero-form-row button{font-family:var(--font);font-size:14px;font-weight:700;background:var(--gold);color:var(--teal);border:none;padding:15px 22px;cursor:pointer;white-space:nowrap;transition:background .15s}.hero-form-row button:hover{background:#ff8533}.hero-note{font-size:12px;color:hsla(0,0%,100%,.35)}.hero-stores{gap:10px;margin-top:24px}.hero-stores,.store-badge{display:flex;align-items:center}.store-badge{gap:8px;padding:8px 16px;border:1px solid hsla(0,0%,100%,.2);border-radius:8px;cursor:pointer;transition:border-color .15s,background .15s;opacity:.55}.store-badge:hover{border-color:hsla(0,0%,100%,.4);background:hsla(0,0%,100%,.04)}.store-badge-sub{font-size:10px;color:hsla(0,0%,100%,.45);display:block;letter-spacing:.02em}.store-badge-name{font-size:13px;font-weight:700;color:hsla(0,0%,100%,.8);display:block}.store-badge-soon{font-size:10px;color:var(--gold);font-weight:600;margin-left:auto}.phone-wrap{position:relative;display:flex;justify-content:center;align-items:center}.app-screenshot{display:block;width:260px;border-radius:40px;box-shadow:0 32px 80px rgba(0,0,0,.5),0 0 0 2px hsla(0,0%,100%,.1)}.app-screenshot-light{box-shadow:0 20px 60px rgba(15,42,68,.15),0 0 0 1px var(--gray-200)}.app-preview-grid{display:flex;gap:32px;justify-content:center;align-items:flex-start;margin-top:48px;flex-wrap:wrap}.app-preview-item{display:flex;flex-direction:column;align-items:center;gap:14px}.app-preview-item .app-screenshot{width:220px;border-radius:32px}.app-preview-label{font-size:13px;font-weight:600;color:var(--gray-600)}.stats-strip{background:var(--gold);padding:20px 24px}.stats-inner{max-width:var(--max-w);margin:0 auto;flex-wrap:wrap}.stat-item,.stats-inner{display:flex;align-items:center;justify-content:center}.stat-item{flex-direction:column;text-align:center;gap:4px;padding:8px 32px;border-right:1px solid rgba(15,42,68,.2)}.stat-item:last-child{border-right:none}.stat-num{font-size:22px;font-weight:800;color:var(--teal);letter-spacing:-.02em;line-height:1}.stat-label{font-size:12px;font-weight:600;color:var(--teal);opacity:.75;line-height:1.3;text-transform:uppercase;letter-spacing:.04em}.section{padding:96px 24px}.section-alt{background:var(--cream)}.section-dark{background:var(--teal);color:var(--white)}.section-label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:16px}.section-dark .section-label{color:var(--gold)}.section-title{font-size:clamp(28px,4vw,42px);font-weight:800;letter-spacing:-.025em;line-height:1.15;margin-bottom:16px}.access-section h2 em,.section-title em{font-family:var(--serif);font-style:italic;font-weight:400;color:var(--gold);letter-spacing:-.015em}.section-sub{font-size:17px;color:var(--gray-600);line-height:1.65;max-width:560px;margin-bottom:56px}.section-dark .section-sub{color:hsla(0,0%,100%,.6)}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.problem-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-lg);padding:32px 28px}.problem-icon{width:44px;height:44px;border-radius:var(--r);background:#ffefdd;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.problem-card h3{font-size:17px;font-weight:700;margin-bottom:10px;letter-spacing:-.01em}.problem-card p{font-size:14px;color:var(--gray-600);line-height:1.65}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;position:relative}.steps:before{content:"";position:absolute;top:28px;left:calc(16.666% + 28px);right:calc(16.666% + 28px);height:2px;background:var(--gold);opacity:.3;z-index:0}.step{text-align:center;padding:0 24px;position:relative;z-index:1}.step-num{width:56px;height:56px;border-radius:50%;background:var(--gold);color:var(--teal);font-size:20px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;letter-spacing:-.02em}.step h3{font-size:18px;font-weight:700;margin-bottom:10px;letter-spacing:-.01em}.step p{font-size:14px;color:var(--gray-600);line-height:1.65}.pass-section{background:var(--teal);padding:96px 24px}.pass-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:72px;gap:72px;align-items:center}.pass-copy .section-title{color:var(--white)}.pass-list{display:flex;flex-direction:column;gap:16px}.pass-item{display:flex;align-items:flex-start;gap:14px}.pass-check{width:28px;height:28px;border-radius:50%;background:rgba(255,106,0,.2);border:1px solid rgba(255,106,0,.35);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.pass-item p{font-size:15px;color:hsla(0,0%,100%,.75);line-height:1.6}.pass-item strong{color:var(--white)}.pass-phone-wrap{display:flex;justify-content:center}.pass-phone-wrap .app-screenshot{width:280px}.pass-qr-frame{width:176px;height:176px;background:var(--white);border:1px solid var(--gray-200);border-radius:12px;display:flex;align-items:center;justify-content:center;padding:8px}.pass-qr-frame svg{width:100%;height:100%}.pass-qr-refresh{font-size:12px;color:var(--gray-400)}.pass-qr-hint{font-size:11px;color:var(--gray-400);text-align:center;max-width:200px;line-height:1.5}.launch-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:start}.gym-list{display:flex;flex-direction:column;gap:12px}.gym-row{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r);font-size:14px}.gym-row.anchor{border-color:var(--gold);background:#fff5eb}.gym-name{font-weight:600}.gym-anchor-badge{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-dark);background:#ffefdd;border:1px solid var(--gold);padding:2px 8px;border-radius:100px}.gym-price{font-size:13px;color:var(--gray-600)}.gym-price s{color:var(--gray-400);margin-right:6px}.gym-price strong{color:var(--teal);font-weight:700}.why-list{display:flex;flex-direction:column;gap:20px}.why-item{display:flex;align-items:flex-start;gap:16px}.why-num{width:32px;height:32px;border-radius:50%;background:var(--gold);color:var(--teal);font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.why-item p{font-size:15px;color:var(--gray-600);line-height:1.6}.why-item strong{color:var(--text)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;max-width:860px;margin:0 auto}.price-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-lg);padding:36px 28px;position:relative;display:flex;flex-direction:column}.price-card.featured{border-color:var(--gold);box-shadow:0 0 0 1px var(--gold),0 8px 32px rgba(255,106,0,.15)}.featured-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--gold);color:var(--teal);letter-spacing:.06em;padding:4px 14px;border-radius:100px;white-space:nowrap}.featured-badge,.price-who{font-size:11px;font-weight:700;text-transform:uppercase}.price-who{letter-spacing:.1em;color:var(--gray-400);margin-bottom:12px}.price-name{font-size:20px;font-weight:700;margin-bottom:24px;letter-spacing:-.01em}.price-num{font-size:42px;font-weight:900;color:var(--teal);letter-spacing:-.03em;line-height:1}.price-num span{font-size:18px;font-weight:600;color:var(--gray-400)}.price-per{font-size:13px;color:var(--gray-400);margin-bottom:28px;margin-top:4px}.price-divider{height:1px;background:var(--gray-200);margin-bottom:24px}.price-features{display:flex;flex-direction:column;gap:10px;flex:1 1}.price-feature{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--gray-600);line-height:1.5}.price-feature:before{content:"✓";color:var(--gold-dark);font-weight:700;flex-shrink:0}.price-cta{display:block;margin-top:28px;padding:13px;text-align:center;border-radius:var(--r);font-family:var(--font);font-size:14px;font-weight:600;cursor:pointer;border:none;width:100%;transition:background .15s,color .15s}.price-card:not(.featured) .price-cta{background:var(--gray-100);color:var(--teal)}.price-card:not(.featured) .price-cta:hover{background:var(--gray-200)}.price-card.featured .price-cta{background:var(--gold);color:var(--teal)}.price-card.featured .price-cta:hover{background:#ff8533}.partners-section{background:var(--cream);padding:80px 24px}.partners-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px;max-width:var(--max-w);margin:0 auto}.partner-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-lg);padding:36px 32px}.partner-card h3{font-size:20px;font-weight:700;color:var(--text);margin-bottom:8px;letter-spacing:-.01em}.partner-card p{font-size:14px;color:var(--gray-600);line-height:1.7;margin-bottom:24px}.partner-gets{display:flex;flex-direction:column;gap:8px;margin-bottom:28px}.partner-get{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--gray-600);line-height:1.5}.partner-get:before{content:"✓";color:var(--gold-dark);font-weight:700;flex-shrink:0}.partner-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:var(--teal)}.partner-link:hover{color:var(--gold-dark)}.access-section{background:var(--teal);padding:96px 24px;text-align:center}.access-section h2{font-size:clamp(28px,4vw,44px);font-weight:800;color:var(--white);letter-spacing:-.025em;margin-bottom:16px}.access-section p{font-size:17px;color:hsla(0,0%,100%,.6);margin-bottom:48px}.access-form{max-width:480px;margin:0 auto;display:flex;gap:12px}.access-input{flex:1 1;padding:15px 18px;font-family:var(--font);font-size:15px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:var(--r);color:var(--white);outline:none;transition:border-color .15s;min-width:0}.access-input::placeholder{color:hsla(0,0%,100%,.35)}.access-input:focus{border-color:var(--gold)}.access-btn{padding:15px 24px;font-family:var(--font);font-size:15px;font-weight:700;background:var(--gold);color:var(--teal);border:none;border-radius:var(--r);cursor:pointer;white-space:nowrap;transition:background .15s}.access-btn:hover{background:#ff8533}.access-note{font-size:12px;color:hsla(0,0%,100%,.3);margin-top:14px}.access-success{display:none;background:rgba(255,106,0,.15);border:1px solid rgba(255,106,0,.35);border-radius:var(--r);padding:18px 24px;color:var(--gold);font-size:15px;font-weight:500;max-width:480px;margin:0 auto}footer{background:#0a1a2e;padding:48px 24px 36px}.footer-inner{max-width:var(--max-w);margin:0 auto;justify-content:space-between;flex-wrap:wrap;gap:24px}.footer-inner,.footer-logo{display:flex;align-items:center}.footer-logo{gap:12px}.footer-logo img{height:32px;width:32px;object-fit:contain;border-radius:5px}.footer-logo span{font-size:14px;font-weight:700;color:hsla(0,0%,100%,.9)}.footer-logo em{font-style:normal;color:var(--gold)}.footer-links{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.footer-links a{font-size:13px;color:hsla(0,0%,100%,.35);transition:color .15s}.footer-links a:hover{color:hsla(0,0%,100%,.7)}.footer-meta{font-size:12px;color:hsla(0,0%,100%,.25);line-height:1.8;text-align:right}.footer-meta a{color:hsla(0,0%,100%,.4);transition:color .15s}.footer-meta a:hover{color:var(--gold)}.qr-pattern{opacity:.85}@media (max-width:900px){.hero-inner{grid-template-columns:1fr;gap:40px}.phone-wrap{margin:0 auto}.hero .app-screenshot{width:200px}.pass-inner{grid-template-columns:1fr;gap:48px}.pass-phone-wrap{order:-1}}@media (max-width:768px){[style*=grid-template-columns]{grid-template-columns:1fr!important}.pricing-grid,.problem-grid,.steps{grid-template-columns:1fr}.steps:before{display:none}.pricing-grid{gap:32px}.app-preview-grid{gap:28px;margin-top:36px}.app-preview-item .app-screenshot{width:200px;max-width:70vw}.launch-grid{gap:40px}.launch-grid,.partners-grid{grid-template-columns:1fr}.access-form{flex-direction:column}.stats-strip{padding:8px 24px}.stats-inner{flex-direction:column;align-items:stretch}.stat-item{width:100%;padding:14px 20px;gap:6px;border-right:none;border-bottom:1px solid rgba(15,42,68,.18)}.stat-item:last-child{border-bottom:none}.footer-inner{flex-direction:column;text-align:center;align-items:center}.footer-links{justify-content:center;gap:14px 18px}.footer-meta{text-align:center}.hero{padding:48px 24px 64px}.nav-actions{gap:8px}.btn-nav,.btn-nav-ghost{padding:7px 12px;font-size:12px}.nav-logo span{font-size:14px}.access-section,.partners-section,.pass-section,.section{padding:64px 20px}.container,.nav-inner{padding:0 20px}.stats-strip{padding:8px 20px}.footer-meta{font-size:11px}.partner-card{padding:28px 22px}.price-card{padding:32px 24px}.problem-card{padding:28px 22px}.hero h1{font-size:clamp(32px,9vw,42px)}.section-title{font-size:clamp(26px,7vw,34px)}.hero-form-row{flex-direction:column;max-width:100%;overflow:visible;box-shadow:none;gap:10px;background:transparent}.hero-form-row input{border-radius:var(--r);background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.18)}.hero-form-row button{border-radius:var(--r);width:100%;padding:14px 22px}.hero-stores{flex-wrap:wrap}.store-badge{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 10px);min-width:0}.store-badge-text{min-width:0;flex:1 1}}@media (max-width:480px){.gym-row{flex-direction:column;align-items:flex-start;gap:8px}.gym-row>div:last-child{width:100%;justify-content:space-between}}@media (max-width:420px){.nav-logo span{display:none}.container,.nav-inner{padding:0 16px}.access-section,.partners-section,.pass-section,.section{padding:56px 16px}.hero{padding:40px 16px 56px}.stats-strip{padding:8px 16px}footer{padding:36px 16px 28px}.partner-card,.price-card,.problem-card{padding:24px 20px}.hero-stores{flex-direction:column;align-items:stretch}.store-badge{flex:1 1 auto}.pass-phone-wrap .app-screenshot{width:100%;max-width:260px}}