:root{--bg: #09090b;--bg-surface: #0e0f11;--bg-card: #101114;--line: rgba(255, 255, 255, .07);--line-strong: rgba(255, 255, 255, .14);--text: #f4f5f2;--text-muted: #9da1a8;--lime: #d5ff38;--lime-hover: #e2ff6b;--lime-soft: rgba(213, 255, 56, .09);--lime-line: rgba(213, 255, 56, .3);--ink: #0a0b06;--shell-width: 1140px;--radius: 16px;color:var(--text);background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;font-synthesis:none;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{min-width:320px;margin:0;background:var(--bg);color:var(--text);overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}:focus-visible{outline:2px solid var(--lime);outline-offset:3px;border-radius:4px}::selection{background:var(--lime);color:var(--ink)}.landing{position:relative;overflow:hidden;background:var(--bg)}.landing:before{position:absolute;inset:0 0 auto;height:1100px;z-index:0;content:"";pointer-events:none;background-image:radial-gradient(rgba(244,245,242,.06) 1px,transparent 1.6px);background-size:28px 28px;mask-image:radial-gradient(ellipse 80% 62% at 50% 0%,black 20%,transparent 74%);-webkit-mask-image:radial-gradient(ellipse 80% 62% at 50% 0%,black 20%,transparent 74%)}.landing:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;content:"";pointer-events:none;background-image:radial-gradient(ellipse 60% 42% at 50% -6%,rgba(213,255,56,.1) 0%,transparent 68%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E")}.page-shell{width:min(calc(100% - 48px),var(--shell-width));margin-inline:auto}main{position:relative;z-index:1}section[id]{scroll-margin-top:84px}h1,h2,h3,.brand{font-family:Outfit,Inter,sans-serif}.toast-notification{position:fixed;bottom:24px;right:24px;z-index:1000;display:flex;align-items:center;gap:10px;padding:12px 20px;border:1px solid var(--line-strong);border-radius:12px;background:#0e0f11f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--text);font-size:.9rem;font-weight:600;box-shadow:0 12px 32px #0009;animation:slide-up .25s cubic-bezier(.16,1,.3,1)}@keyframes slide-up{0%{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}.site-header{position:sticky;top:0;z-index:100;border-bottom:1px solid var(--line);background:#09090bcc;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.site-header__inner{display:flex;min-height:68px;align-items:center;gap:24px}.brand,.brand-link{display:inline-flex;align-items:center}.brand{gap:9px;font-size:1.3rem;font-weight:800;letter-spacing:-.02em;white-space:nowrap}.brand svg{width:25px;height:25px;color:var(--lime)}.brand__text{color:var(--text)}.brand__accent{color:var(--lime)}.site-nav{display:flex;align-items:center;gap:28px;margin-left:auto;color:var(--text-muted);font-size:.88rem;font-weight:500}.site-nav a{transition:color .16s ease}.site-nav a:hover,.site-footer a:hover{color:var(--text)}.download-action-group{display:flex;align-items:center;gap:10px}.download-link{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:9px;padding:0 26px;border:none;border-radius:10px;background:var(--lime);color:var(--ink);font-family:Outfit,sans-serif;font-size:.95rem;font-weight:800;letter-spacing:.01em;transition:background-color .16s ease,box-shadow .16s ease,transform .16s ease}.download-link:hover{transform:translateY(-1px);background:var(--lime-hover);box-shadow:0 10px 28px #d5ff382e}.download-link--compact{min-height:38px;padding:0 16px;font-size:.84rem}.download-link--unavailable{border:1px solid var(--line-strong);background:transparent;color:var(--text-muted);box-shadow:none;cursor:not-allowed}.copy-link-btn{display:inline-flex;width:48px;height:48px;flex-shrink:0;align-items:center;justify-content:center;padding:0;border:1px solid var(--line-strong);border-radius:10px;background:transparent;color:var(--text);cursor:pointer;transition:border-color .16s ease,color .16s ease}.copy-link-btn:hover{border-color:var(--lime-line);color:var(--lime)}.eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:16px;color:var(--lime);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.live-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--lime);animation:pulse-dot 2.4s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.35}}.hero{position:relative;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,380px);align-items:center;gap:80px;padding-block:104px 88px}.hero__copy{position:relative;z-index:2}.hero h1{margin:0;font-size:clamp(2.9rem,6vw,5rem);font-weight:850;letter-spacing:-.03em;line-height:1.05}.hero-title__line{display:block}.hero-title__line--accent{color:var(--lime)}.hero__summary{max-width:470px;margin:24px 0 36px;color:var(--text-muted);font-size:1.1rem;line-height:1.65}.hero-cta-group{display:flex;flex-direction:column;align-items:flex-start;gap:0}.hero-note{margin:12px 0 0;color:var(--text-muted);font-size:.84rem}.hero-points{display:flex;flex-wrap:wrap;gap:10px 22px;margin:28px 0 0;padding:0;list-style:none}.hero-points li{display:flex;align-items:center;gap:8px;color:var(--text-muted);font-size:.9rem;font-weight:500}.hero-points svg{width:14px;height:14px;flex-shrink:0}.hero-phone-wrap{position:relative;z-index:2;justify-self:end}.hero-phone-wrap:before{content:"";position:absolute;top:-80px;right:-100px;bottom:-80px;left:-100px;z-index:-1;pointer-events:none;background:radial-gradient(circle at 50% 45%,rgba(213,255,56,.12) 0%,transparent 60%)}.hero-phone{position:relative;width:min(100%,300px);margin:0;padding:10px;border:1px solid var(--line-strong);border-radius:40px;background:#131417;box-shadow:0 1px #ffffff14 inset,0 32px 64px #0000008c}.hero-phone img{border-radius:31px;object-fit:cover}.metrics-bar{padding-block:8px 40px}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:var(--radius);background:var(--bg-card);overflow:hidden}.metric-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:30px 20px;text-align:center}.metric-item+.metric-item{border-left:1px solid var(--line)}.metric-number{color:var(--lime);font-family:Outfit,sans-serif;font-size:2rem;font-weight:850;line-height:1}.metric-label{color:var(--text-muted);font-size:.85rem;font-weight:500}.marquee{position:relative;z-index:1;overflow:hidden;padding-block:20px;border-top:1px solid var(--line);mask-image:linear-gradient(90deg,transparent,black 15%,black 85%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,black 15%,black 85%,transparent)}.marquee__track{display:flex;width:max-content;animation:marquee-scroll 44s linear infinite}.marquee__item{display:inline-flex;align-items:center;gap:28px;padding-right:28px;font-family:Outfit,sans-serif;font-size:.92rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;color:#f4f5f266}.marquee__dot{color:var(--lime);font-size:.7rem}@keyframes marquee-scroll{to{transform:translate(-50%)}}.section-heading{max-width:720px;margin-bottom:56px}.section-heading h2{margin:0;font-size:clamp(1.9rem,3.6vw,2.8rem);font-weight:800;letter-spacing:-.02em;line-height:1.15}.principles{padding-block:104px;border-block:1px solid var(--line);background:var(--bg-surface)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.principle{position:relative;display:flex;flex-direction:column;padding:30px 28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--bg-card);transition:border-color .2s ease,transform .2s ease}.principle:hover{transform:translateY(-3px);border-color:var(--line-strong)}.principle-icon{display:flex;width:44px;height:44px;align-items:center;justify-content:center;margin-bottom:20px;border-radius:11px;background:var(--lime-soft);color:var(--lime)}.principle-icon svg{width:20px;height:20px}.principle h3{margin:0 0 10px;font-size:1.15rem;font-weight:750;letter-spacing:-.01em}.principle p{margin:0;color:var(--text-muted);font-size:.94rem;line-height:1.62}.compare-section{padding-block:104px}.compare-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius);background:var(--bg-card)}.compare-table{width:100%;min-width:640px;border-collapse:collapse;text-align:left}.compare-table th,.compare-table td{padding:17px 24px;border-bottom:1px solid var(--line);font-size:.93rem}.compare-table tbody tr:last-child th,.compare-table tbody tr:last-child td{border-bottom:none}.compare-table th{color:var(--text-muted);font-family:Outfit,sans-serif;font-size:.95rem;font-weight:700}.compare-table thead .highlight-col{box-shadow:inset 0 -2px 0 var(--lime)}.compare-table td{color:var(--text-muted)}.compare-table td:first-child{color:var(--text);font-weight:600}.peakrep-badge{display:inline-block;padding:4px 12px;border-radius:7px;background:var(--lime);color:var(--ink);font-size:.88rem;font-weight:800}.compare-table .highlight-col{background:#d5ff380b;color:var(--text);font-weight:600}.compare-table td svg{width:16px;height:16px;vertical-align:-2px;margin-right:8px}.product{padding-block:104px}.product__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-step{position:relative;padding:28px 26px;border:1px solid var(--line);border-radius:var(--radius);background:var(--bg-card);transition:border-color .2s ease}.product-step:hover{border-color:var(--line-strong)}.product-step__index{display:flex;align-items:center;gap:14px;margin-bottom:22px;color:var(--lime);font-family:Outfit,sans-serif;font-size:1rem;font-weight:800;letter-spacing:.08em}.product-step__index:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,var(--lime-line),transparent)}.product-step h3{margin:0 0 10px;font-size:1.12rem;font-weight:750}.product-step p{margin:0;color:var(--text-muted);font-size:.92rem;line-height:1.6}.coach{padding-block:104px;border-block:1px solid var(--line);background:var(--bg-surface)}.coach__inner{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:72px}.coach h2{margin:0 0 18px;font-size:clamp(1.9rem,3.6vw,2.8rem);font-weight:800;letter-spacing:-.02em;line-height:1.15}.coach__copy{margin:0 0 28px;color:var(--text-muted);font-size:1.05rem;line-height:1.65}.coach-feature-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:14px}.coach-feature-list li{display:flex;align-items:center;gap:12px;color:var(--text);font-size:.95rem;font-weight:500}.check-bullet{display:flex;width:24px;height:24px;flex-shrink:0;align-items:center;justify-content:center;border-radius:50%;background:var(--lime-soft);color:var(--lime)}.check-bullet svg{width:13px;height:13px}.coach-card-preview{padding:28px;border:1px solid var(--line-strong);border-radius:20px;background:var(--bg-card);box-shadow:0 1px #ffffff0f inset,0 24px 56px #00000073}.coach-card-preview__header{display:flex;align-items:center;gap:13px;margin-bottom:20px}.coach-card-preview__note{font-size:.8rem;color:var(--text-muted)}.coach-avatar{display:flex;width:42px;height:42px;flex-shrink:0;align-items:center;justify-content:center;border-radius:50%;background:var(--lime);color:var(--ink);font-size:.92rem;font-weight:800}.workout-sets-preview{display:flex;flex-direction:column;gap:10px;margin-bottom:18px;padding:16px 18px;border:1px solid var(--line);border-radius:12px;background:var(--bg)}.workout-set-row{display:flex;align-items:center;gap:10px;font-size:.9rem;color:var(--text-muted)}.workout-set-row strong{margin-left:auto;color:var(--text)}.workout-set-row--pr strong{color:var(--lime)}.pr-tag{padding:2px 7px;border-radius:5px;background:var(--lime);color:var(--ink);font-size:.66rem;font-weight:800}.coach-comment-box{margin-bottom:18px;padding:15px 18px;border-left:2px solid var(--lime);border-radius:0 10px 10px 0;background:var(--lime-soft);color:var(--text);font-size:.92rem;line-height:1.55}.coach-pin-badge{display:flex;align-items:center;justify-content:space-between;padding:13px 18px;border:1px dashed var(--line-strong);border-radius:10px;color:var(--text-muted);font-size:.88rem}.coach-pin-badge strong{color:var(--lime);font-family:Outfit,monospace;font-size:1.05rem;letter-spacing:.14em}.faq-section{padding-block:104px}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.faq-item{padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--bg-card);transition:border-color .2s ease}.faq-item:hover{border-color:var(--line-strong)}.faq-item h3{margin:0 0 10px;font-size:1.08rem;font-weight:750;letter-spacing:-.01em}.faq-item p{margin:0;color:var(--text-muted);font-size:.94rem;line-height:1.62}.site-footer{position:relative;z-index:1;border-top:1px solid var(--line);padding-block:32px}.site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--text-muted);font-size:.88rem}.site-footer .brand{font-size:1.05rem}.site-footer .brand svg{width:20px;height:20px}.reveal:not(.is-visible){opacity:0}.reveal.is-visible{animation:reveal-up .7s cubic-bezier(.16,1,.3,1) backwards}@keyframes reveal-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.features-grid>.reveal.is-visible:nth-child(3n+2),.product__grid>.reveal.is-visible:nth-child(4n+2),.faq-grid>.reveal.is-visible:nth-child(2n){animation-delay:.1s}.features-grid>.reveal.is-visible:nth-child(3n),.product__grid>.reveal.is-visible:nth-child(4n+3){animation-delay:.2s}.product__grid>.reveal.is-visible:nth-child(4n){animation-delay:.3s}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.marquee__track,.live-dot{animation:none}.reveal:not(.is-visible){opacity:1}.reveal.is-visible{animation:none}}@media(max-width:1024px){.features-grid,.product__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:960px){.hero{grid-template-columns:1fr;gap:56px;padding-block:64px 48px}.hero-phone-wrap{justify-self:center}.metrics-grid{grid-template-columns:repeat(2,1fr)}.metric-item+.metric-item{border-left:none}.metric-item:nth-child(2n){border-left:1px solid var(--line)}.metric-item:nth-child(n+3){border-top:1px solid var(--line)}.coach__inner{grid-template-columns:1fr;gap:48px}.faq-grid{grid-template-columns:1fr}}@media(max-width:600px){.site-header__inner{min-height:60px}.site-nav{display:none}.download-link--compact{margin-left:auto}.features-grid,.product__grid,.metrics-grid{grid-template-columns:1fr}.metric-item:nth-child(2n){border-left:none}.metric-item+.metric-item{border-top:1px solid var(--line)}.section-heading{margin-bottom:40px}}
