@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap";:root{--bg:#f4eded;--bg-soft:#efe2e2;--surface:#fffaf9cc;--surface-strong:#fff8f7;--surface-dark:#ffffff14;--text-primary:#12100e;--text-muted:#6f6160;--text-dark-muted:#f5ececbd;--line:#12100e14;--line-strong:#12100e26;--line-dark:#ffffff1f;--accent:#ee6d74;--accent-strong:#ffadb2;--accent-ink:#2b1215;--accent-warm:#d94a53;--dark:#0d1014;--dark-soft:#151a21;--shadow-soft:0 24px 60px #15100a14;--shadow-card:0 32px 80px #0c0e112e;--shadow-phone:0 40px 90px #00000059;--page-gutter:.875rem;--container:min(100% - calc(var(--page-gutter) * 2), 72rem);--container-wide:min(100% - calc(var(--page-gutter) * 2), 80rem);--font-body:"Manrope", sans-serif;--font-display:"Sora", sans-serif}@media (width>=720px){:root{--page-gutter:1rem}}@media (width>=960px){:root{--page-gutter:2rem;--container:min(100% - calc(var(--page-gutter) * 2), 70rem);--container-wide:min(100% - calc(var(--page-gutter) * 2), 76rem)}}html{scroll-behavior:smooth}body{background:radial-gradient(circle at top left, #d94a532e, transparent 26rem), radial-gradient(circle at top right, #ee6d7424, transparent 30rem), linear-gradient(180deg, #faf3f2 0%, var(--bg) 55%, #ece0df 100%);min-width:320px;color:var(--text-primary);font-family:var(--font-body);letter-spacing:-.01em;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-size:16px;line-height:1.6}a,button,input,textarea,select{font:inherit}a{color:inherit}button{border:0}img,svg{max-width:100%;display:block}*,:before,:after{box-sizing:border-box}#root{min-height:100svh}.page-shell{position:relative}h1,h2,h3,p{margin:0}.section,.hero-section,.final-cta-section{padding:4rem 0;scroll-margin-top:6.5rem;position:relative}.section__inner{width:var(--container);margin:0 auto}.section__inner--wide{width:var(--container-wide)}.site-header{z-index:30;pointer-events:none;padding:.75rem 0 0;position:sticky;top:0}.site-header__bar{width:var(--container-wide);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);pointer-events:auto;background:#fff9f0d1;border:1px solid #12100e14;border-radius:999px;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:.55rem;min-height:3.9rem;margin:0 auto;padding:.55rem .65rem;display:flex;box-shadow:0 20px 50px #12100e14}.site-header--menu-open .site-header__bar{background:#fff9f0f0;box-shadow:0 24px 56px #12100e1f}.brand{min-width:0;font-family:var(--font-display);letter-spacing:-.03em;align-items:center;gap:.6rem;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.brand__label{white-space:nowrap;display:inline-block}.brand-mark{background:#ffffffb8;border-radius:.85rem;flex:none;justify-content:center;align-items:center;width:2.3rem;height:2.3rem;display:inline-flex;overflow:hidden;box-shadow:0 16px 26px #12100e24}.brand-mark__image{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block}.site-nav{display:none}.site-header__actions{flex:none;justify-content:flex-end;align-items:center;gap:.45rem;margin-left:auto;display:flex}.site-nav ul,.site-footer__nav ul{flex-wrap:wrap;align-items:center;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.site-nav a,.site-footer__nav a{min-height:2.5rem;color:var(--text-muted);border-radius:999px;align-items:center;padding:0 .9rem;text-decoration:none;transition:background-color .18s,color .18s,transform .18s;display:inline-flex}.site-nav a:hover,.site-footer__nav a:hover{color:var(--text-primary);background:#12100e0d}.site-header__cta{min-height:2.75rem;padding:0 .85rem;font-size:.64rem;box-shadow:0 12px 24px #ee6d7438}.site-header__menu-toggle{cursor:pointer;background:#ffffff80;border:1px solid #12100e14;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:.08rem;width:2.5rem;height:2.5rem;padding:0;display:inline-flex;box-shadow:0 12px 26px #12100e14}.site-header__menu-toggle span{background:var(--text-primary);border-radius:999px;width:.76rem;height:.1rem;transition:transform .18s,opacity .18s,background-color .18s;display:block}.site-header--menu-open .site-header__menu-toggle{background:#ffffffc7}.site-header--menu-open .site-header__menu-toggle span:first-child{transform:translateY(.18rem)rotate(45deg)}.site-header--menu-open .site-header__menu-toggle span:nth-child(2){opacity:0}.site-header--menu-open .site-header__menu-toggle span:nth-child(3){transform:translateY(-.18rem)rotate(-45deg)}.mobile-nav{z-index:29;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s,visibility .18s;position:fixed;inset:0}.mobile-nav--open{opacity:1;visibility:visible;pointer-events:auto}.mobile-nav__backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0c0f57;width:100%;height:100%;position:absolute;inset:0}.mobile-nav__panel{width:var(--container-wide);background:linear-gradient(#fff9f0fa,#fff7f6f0);border:1px solid #12100e14;border-radius:1.7rem;max-width:30rem;max-height:calc(100svh - 6.5rem);margin:5.35rem auto 0;padding:1rem;transition:transform .22s;position:relative;overflow:auto;transform:translateY(-.65rem);box-shadow:0 28px 70px #12100e29}.mobile-nav--open .mobile-nav__panel{transform:translateY(0)}.mobile-nav__links{gap:.45rem;display:grid}.mobile-nav__links a{letter-spacing:-.02em;background:#ffffffa3;border-radius:1rem;align-items:center;min-height:3.35rem;padding:0 1rem;font-weight:700;text-decoration:none;display:flex;box-shadow:inset 0 0 0 1px #12100e0f}.mobile-nav__footer{border-top:1px solid #12100e14;gap:.8rem;margin-top:1rem;padding-top:1rem;display:grid}.mobile-nav__footer p{color:var(--text-muted);font-weight:600}.mobile-nav__cta{width:100%}.button{text-transform:uppercase;letter-spacing:.12em;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:3.25rem;padding:0 1.15rem;font-size:.75rem;font-weight:800;text-decoration:none;transition:transform .22s,box-shadow .22s,border-color .22s,background-color .22s,color .22s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button--primary{background:linear-gradient(135deg, var(--accent-strong), var(--accent));color:var(--accent-ink);box-shadow:0 16px 30px #ee6d7447}.button--secondary{color:#fff;background:#ffffff14;border-color:#ffffff29}.button--ghost{color:#fff;text-transform:none;letter-spacing:-.01em;background:#ffffff0f;border-color:#ffffff1f;font-size:.98rem;font-weight:600}.eyebrow{color:var(--accent-warm);letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:800}.eyebrow--hero{color:#ffffffbd}.section-title,.hero-title{font-family:var(--font-display);letter-spacing:-.07em;margin:0;line-height:.95}.hero-title{color:#fff;max-width:12.1ch;font-size:clamp(2.32rem,9.35vw,6.3rem);line-height:.93}.section-title{max-width:13ch;font-size:clamp(2.2rem,8vw,4.3rem)}.section-copy,.hero-subtitle,.feature-band__body,.panel-card p,.framework-card p,.benefit-card p,.system-point p,.pricing-card p,.adaptive-card p,.site-footer__tagline{color:var(--text-muted)}.section-copy,.hero-subtitle{gap:.85rem;max-width:42rem;font-size:1rem;display:grid}.section--dark .section-copy,.section--dark .benefit-card p,.section--dark .adaptive-card p,.section--dark .system-point p,.feature-band--dark .feature-band__body,.pricing-card--featured p,.final-cta-card .section-copy{color:var(--text-dark-muted)}.section-intro{gap:1rem;margin-bottom:1.5rem;display:grid}.section-intro--center{text-align:center;justify-items:center}.hero-section{padding-top:1rem}.hero-panel{box-shadow:var(--shadow-card);background:radial-gradient(circle at 100% 0,#ee6d7438,#0000 24rem),radial-gradient(circle at 0 100%,#d94a5329,#0000 24rem),linear-gradient(160deg,#101318 0%,#151a21 38%,#090c10 100%);border:1px solid #ffffff14;border-radius:clamp(1.8rem,4vw,2.8rem);position:relative;overflow:hidden}.hero-panel:before{content:"";filter:blur(60px);background:#ffffff14;border-radius:50%;width:16rem;height:16rem;position:absolute;inset:-10% auto auto -8%}.hero-panel__grid{z-index:1;gap:1rem;padding:1rem;display:grid;position:relative}.hero-copy{z-index:3;align-content:center;gap:.54rem;padding:.45rem 0 0;display:grid;position:relative}.hero-kicker{color:var(--accent-strong);font-family:var(--font-display);letter-spacing:-.05em;font-size:clamp(.9rem,3.2vw,1.65rem);font-weight:600}.hero-subtitle{color:var(--text-dark-muted);font-size:.88rem;line-height:1.42}.hero-proofline{color:#ffffffe0;letter-spacing:-.02em;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;align-items:center;width:fit-content;min-height:2.5rem;padding:0 .95rem;font-size:.92rem;font-weight:700;display:inline-flex}.hero-actions,.final-cta-card__actions{gap:.65rem;display:grid}.hero-actions{z-index:4;margin-top:.15rem;position:relative}.hero-actions .button,.final-cta-card__actions .button,.plans-footer .button{width:100%}.hero-actions .button{min-height:3.25rem}.hero-actions .button--ghost{color:#ffffffd1;min-height:auto;box-shadow:none;background:0 0;border:0;justify-content:flex-start;padding:.1rem 0;display:none}.hero-secondary{gap:.85rem;display:grid}.hero-value-grid{gap:.75rem;display:grid}.value-chip{color:#ffffffe6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:1.2rem;align-items:flex-start;gap:.8rem;padding:.95rem 1rem;display:flex}.value-chip__icon{background:linear-gradient(135deg, var(--accent), var(--accent-strong));border-radius:999px;flex:none;width:.8rem;height:.8rem;position:relative;top:.12rem;box-shadow:0 0 0 .28rem #ee6d741f}.hero-visual{z-index:1;justify-content:center;align-items:flex-end;min-height:26rem;margin-top:-4.25rem;padding:.25rem 0 0;display:flex;position:relative;overflow:hidden}.hero-devices{width:min(100%,22rem);min-height:25.75rem;position:relative}.hero-devices__glow{filter:blur(60px);opacity:.65;border-radius:50%;position:absolute}.hero-devices__glow--left{background:#d94a533d;width:10rem;height:10rem;top:4rem;left:1rem}.hero-devices__glow--right{background:#ee6d7438;width:12rem;height:12rem;top:2rem;right:.5rem}.hero-devices__phone{width:14rem;position:absolute}.hero-devices__phone--left{display:none;bottom:1rem;left:0;transform:rotate(-14deg)translateY(1rem)scale(.92)}.hero-devices__phone--right{display:none;bottom:.5rem;right:0;transform:rotate(12deg)translateY(1.5rem)scale(.92)}.hero-devices__phone--main{z-index:2;width:11.85rem;bottom:.35rem;left:50%;transform:translate(-50%)}.hero-devices__callout{color:#fff;letter-spacing:-.01em;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:3;background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;align-items:center;min-height:2.2rem;padding:0 .8rem;font-size:.8rem;font-weight:700;display:none;position:absolute}.hero-devices__callout--food{top:1rem;left:0}.hero-devices__callout--training{top:0;right:-.1rem}.hero-devices__callout--metrics{bottom:0;left:.6rem}.hero-devices__callout--coaching{bottom:1.8rem;right:.4rem}.problem-layout,.system-layout,.framework-layout,.value-layout{gap:1.5rem;display:grid}.problem-quote{border:1px solid var(--line);background:linear-gradient(180deg, #ee6d741a, #ffffff80), var(--surface);box-shadow:var(--shadow-soft);border-radius:1.6rem;padding:1.4rem}.problem-quote p{color:var(--text-primary);font-family:var(--font-display);letter-spacing:-.05em;font-size:clamp(1.4rem,4vw,2rem);line-height:1.03}.card-grid{gap:1rem;display:grid}.panel-card,.framework-card,.benefit-card,.system-point,.adaptive-card{border-radius:1.5rem;padding:1.35rem}.panel-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.panel-card--problem{background:linear-gradient(180deg, #ee6d7414, #ffffffa8), var(--surface)}.panel-card h3,.framework-card h3,.benefit-card h3,.system-point h3,.pricing-card h3,.adaptive-card h3,.feature-band__title{font-family:var(--font-display);letter-spacing:-.04em;margin:0;font-size:1.3rem;line-height:1.08}.panel-card p,.framework-card p,.benefit-card p,.system-point p,.pricing-card p,.adaptive-card p{margin-top:.7rem}.section--dark{background:radial-gradient(circle at top right, #ee6d7414, transparent 24rem), linear-gradient(180deg, var(--dark) 0%, var(--dark-soft) 100%);color:#fff}.system-layout__copy,.framework-layout__copy,.value-layout__copy{min-width:0}.system-layout__visual,.framework-layout__visual,.value-layout__visual{justify-content:center;display:flex}.sticky-visual{width:100%;max-width:21rem;box-shadow:var(--shadow-card);background:#ffffff0d;border:1px solid #ffffff14;border-radius:2rem;justify-content:center;padding:1rem;display:inline-flex;position:relative}.sticky-visual--soft{border-color:var(--line);background:#ffffff8a}.system-flow,.framework-grid,.benefit-grid,.adaptive-grid{gap:1rem;display:grid}.system-point{background:#ffffff0d;border:1px solid #ffffff17}.system-caption{color:var(--accent-strong);letter-spacing:-.02em;margin-top:1.35rem;font-weight:700}.framework-card{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#ffffffb8}.framework-card__number{background:linear-gradient(135deg, var(--accent-strong), var(--accent));width:2.45rem;height:2.45rem;color:var(--accent-ink);font-family:var(--font-display);letter-spacing:.08em;border-radius:999px;place-items:center;font-size:.85rem;font-weight:700;display:inline-grid}.framework-card h3{margin-top:.9rem}.section--value{overflow:hidden}.value-quote{color:#fff;font-family:var(--font-display);letter-spacing:-.06em;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1.6rem;padding:1.3rem 1.35rem;font-size:clamp(1.55rem,5vw,2.35rem);line-height:1.02}.benefit-card{background:#ffffff0d;border:1px solid #ffffff1a}.section--features{padding-bottom:4.25rem}.features-stack{gap:1rem;display:grid}.feature-band__panel{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:linear-gradient(#fffc,#ffffff9e);border-radius:2rem;overflow:hidden}.feature-band--dark .feature-band__panel{color:#fff;box-shadow:var(--shadow-card);background:radial-gradient(circle at 100% 0,#ee6d741f,#0000 18rem),linear-gradient(#0f1318 0%,#171b22 100%);border-color:#ffffff14}.feature-band__grid{gap:1.35rem;padding:1rem;display:grid}.feature-band__visual{order:2;justify-content:center;display:flex}.feature-band__visual-frame{border:1px solid var(--line);background:#fff9;border-radius:1.7rem;width:100%;max-width:20.5rem;padding:.95rem}.feature-band--dark .feature-band__visual-frame{background:#ffffff0d;border-color:#ffffff14}.feature-band__copy{order:1;align-content:center;gap:1rem;display:grid}.feature-band__title{font-size:clamp(1.9rem,5.8vw,3rem)}.feature-band__body{margin:0;font-size:1rem}.problem-list,.feature-band__list,.pricing-features,.checklist{margin:0;padding:0;list-style:none}.feature-band__list,.pricing-features{gap:.8rem;display:grid}.feature-band__list li,.pricing-features li,.checklist li{padding-left:1.6rem;position:relative}.feature-band__list li:before,.pricing-features li:before,.checklist li:before{content:"";background:linear-gradient(135deg, var(--accent), var(--accent-warm));border-radius:999px;width:.58rem;height:.58rem;position:absolute;top:.6rem;left:0}.feature-band__supporting{color:var(--accent-ink);margin:0;font-weight:700}.feature-band--dark .feature-band__supporting{color:var(--accent-strong)}.adaptive-grid{gap:1rem}.adaptive-card{background:#ffffff0d;border:1px solid #ffffff14}.section--plans{background:radial-gradient(circle at 0 0,#ee6d7414,#0000 24rem),linear-gradient(#ffffff24,#fff0)}.pricing-grid{gap:1rem;display:grid}.pricing-card{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:linear-gradient(#ffffffd6,#ffffffad);border-radius:1.8rem;flex-direction:column;gap:1.4rem;padding:1.5rem;display:flex}.pricing-card--featured{color:#fff;box-shadow:var(--shadow-card);background:radial-gradient(circle at 100% 0,#ee6d742e,#0000 16rem),linear-gradient(#11151a 0%,#171c23 100%);border-color:#ee6d7438}.pricing-card__header{gap:.65rem;display:grid}.plan-chip{width:fit-content;min-height:2rem;color:var(--accent-warm);letter-spacing:.12em;background:#12100e0f;border-radius:999px;justify-content:center;align-items:center;padding:0 .75rem;font-size:.75rem;font-weight:800;display:inline-flex}.pricing-card--featured .plan-chip{color:var(--accent-strong);background:#ffffff14}.plans-footer{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#ffffff8f;border-radius:1.5rem;gap:1rem;margin-top:1.6rem;padding:1.2rem 1.25rem;display:grid}.plans-footer p{max-width:36rem;color:var(--text-primary);font-weight:600}.panel-card--audience{min-height:100%}.final-cta-section{padding-top:1rem}.final-cta-card{color:#fff;box-shadow:var(--shadow-card);background:radial-gradient(circle at top,#ee6d742e,#0000 18rem),radial-gradient(circle at 0 100%,#d94a5329,#0000 18rem),linear-gradient(160deg,#0f1217 0%,#171b21 40%,#0a0d11 100%);border:1px solid #ffffff14;border-radius:2rem;padding:2rem 1.25rem}.final-cta-card .section-copy{color:var(--text-dark-muted);max-width:40rem}.final-cta-card__actions{margin-top:2rem}.site-footer{padding:0 0 3rem}.site-footer__inner{border-top:1px solid var(--line);gap:1.25rem;padding-top:1rem;display:grid}.brand--footer{width:fit-content}.site-footer__tagline{max-width:42rem}.site-footer__legal{flex-wrap:wrap;gap:.9rem 1.2rem;display:flex}.site-footer__legal a{text-underline-offset:.16em;color:var(--text-primary);text-decoration:underline;display:inline-flex}.privacy-page{color:#000;background:#fff;min-height:100svh}.privacy-page__main{width:min(100% - 2rem,52rem);margin:0 auto;padding:2rem 0 4rem}.privacy-page__top{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2.5rem;display:flex}.privacy-page__back,.privacy-page a{color:#000}.privacy-page__back{text-underline-offset:.16em;text-decoration:underline}.privacy-page__brand{font-family:var(--font-display);letter-spacing:-.03em;font-size:1rem;font-weight:700}.privacy-page__document{gap:2.25rem;display:grid}.privacy-page__header{gap:1rem;display:grid}.privacy-page__header h1{font-family:var(--font-display);letter-spacing:-.06em;font-size:clamp(2.2rem,7vw,3.75rem);line-height:.95}.privacy-page__dates{gap:.4rem;display:grid}.privacy-page__section{gap:.9rem;display:grid}.privacy-page__section h2{font-family:var(--font-display);letter-spacing:-.04em;font-size:1.45rem;line-height:1.05}.privacy-page__section h3{letter-spacing:-.02em;margin-top:.25rem;font-size:1rem;font-weight:800}.privacy-page__section p,.privacy-page__section li,.privacy-page__contact p{color:#111;font-size:1rem;line-height:1.7}.privacy-page__section ul{margin:0;padding-left:1.25rem}.privacy-page__section li+li{margin-top:.45rem}.privacy-page__contact{gap:.45rem;display:grid}.phone-mockup{width:min(100%,17.5rem)}.phone-mockup__device{box-shadow:var(--shadow-phone);background:linear-gradient(160deg,#363b43,#0b0e12);border-radius:2.35rem;padding:.45rem;position:relative}.phone-mockup__device:before{content:"";border-radius:inherit;pointer-events:none;border:1px solid #ffffff1f;position:absolute;inset:1px}.phone-mockup__screen{aspect-ratio:9/19;background:radial-gradient(circle at 100% 0,#ee6d741f,#0000 13rem),radial-gradient(circle at 0 100%,#d94a531f,#0000 14rem),linear-gradient(#101318 0%,#171b21 100%);border:1px solid #ffffff0f;border-radius:2rem;flex-direction:column;padding:1rem .95rem .85rem;display:flex;position:relative;overflow:hidden}.phone-mockup__island{z-index:2;background:#000000ad;border-radius:999px;width:6.9rem;height:1.65rem;position:absolute;top:.55rem;left:50%;transform:translate(-50%)}.phone-mockup__status{z-index:1;color:#ffffffb3;letter-spacing:.12em;text-transform:uppercase;justify-content:space-between;padding:0 .25rem;font-size:.64rem;font-weight:700;display:flex;position:relative}.phone-mockup__content{z-index:1;flex-direction:column;flex:1;gap:.8rem;padding-top:1.1rem;display:flex;position:relative}.screen-header{gap:.35rem;display:grid}.screen-header__eyebrow{color:#ffffffa6;letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:800}.screen-header__title{color:#fff;font-family:var(--font-display);letter-spacing:-.05em;margin:0;font-size:1.4rem;line-height:1}.screen-header__meta{color:#fff9;margin:0;font-size:.86rem}.screen-pill-row{flex-wrap:wrap;gap:.45rem;display:flex}.screen-pill,.screen-badge{border-radius:999px;align-items:center;min-height:1.85rem;padding:0 .65rem;font-size:.72rem;font-weight:700;display:inline-flex}.screen-pill{color:#ffffffe0;background:#ffffff12}.screen-pill--accent,.screen-badge{color:var(--accent-strong);background:#ee6d7429}.screen-badge--soft{color:#ffffffd1;background:#ffffff14}.screen-card,.macro-strip,.stat-tile{background:#ffffff0f;border:1px solid #ffffff14;border-radius:1.25rem}.screen-card{gap:.8rem;padding:.95rem;display:grid}.screen-card--accent{background:linear-gradient(#ee6d7429,#ffffff0d),#ffffff14;border-color:#ee6d742e}.screen-card--muted{background:#ffffff0b}.screen-card__topline,.screen-card__row{color:#ffffffbd;justify-content:space-between;align-items:center;gap:.6rem;font-size:.8rem;display:flex}.screen-card__eyebrow{color:#ffffffb3;letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:800}.screen-card__body{color:#ffffffeb;margin:0;font-size:.9rem;line-height:1.5}.screen-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;display:grid}.stat-tile{gap:.15rem;padding:.85rem;display:grid}.stat-tile span,.macro-strip span{color:#ffffff9e;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem}.stat-tile strong,.macro-strip strong{color:#fff;font-size:1.2rem;line-height:1.1}.stat-tile em{color:#ffffffb8;font-size:.78rem;font-style:normal}.screen-list{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.screen-list li{color:#ffffffe6;justify-content:space-between;align-items:center;gap:.7rem;font-size:.84rem;display:flex}.screen-list li span:last-child{color:#ffffff9e}.macro-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding:.95rem;display:grid}.macro-strip div{gap:.3rem;display:grid}.exercise-stack{gap:.6rem;display:grid}.exercise-item{background:#ffffff0d;border-radius:1rem;justify-content:space-between;align-items:center;gap:.7rem;padding:.7rem .75rem;display:flex}.exercise-item strong{color:#fff;font-size:.86rem}.exercise-item span{color:#ffffff9e;font-size:.8rem}.trend-bars{grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;gap:.4rem;min-height:6.4rem;display:grid}.trend-bars__bar{height:var(--bar-height);background:#ffffff1f;border-radius:999px}.trend-bars__bar--active{background:linear-gradient(180deg, var(--accent-strong), var(--accent))}.checklist{gap:.8rem;display:grid}.checklist li{color:#ffffffeb;padding-left:1.4rem;font-size:.84rem;line-height:1.45;position:relative}.screen-tabbar{grid-template-columns:repeat(4,minmax(0,1fr));gap:.35rem;margin-top:auto;padding-top:.75rem;display:grid}.screen-tab{color:#ffffff73;justify-items:center;gap:.35rem;font-size:.68rem;font-weight:700;display:grid}.screen-tab__dot{background:#ffffff2e;border-radius:999px;width:.55rem;height:.55rem}.screen-tab--active{color:#fff}.screen-tab--active .screen-tab__dot{background:linear-gradient(90deg, var(--accent), var(--accent-strong));width:1.45rem}@media (width>=720px){.section,.hero-section,.final-cta-section{padding:4.75rem 0}.site-header__bar{min-height:4.25rem;padding:.75rem 1rem}.mobile-nav__panel{padding:1.15rem}.brand{gap:.75rem;font-size:1rem}.brand-mark{border-radius:.95rem;width:2.5rem;height:2.5rem}.site-header__actions{gap:.55rem}.site-header__cta{min-height:2.9rem;padding:0 .95rem;font-size:.68rem}.site-header__menu-toggle{width:2.9rem;height:2.9rem}.hero-panel__grid,.feature-band__grid{padding:1.5rem}.problem-layout,.system-layout,.framework-layout,.value-layout{gap:2rem}.section-intro{margin-bottom:2rem}.hero-actions,.final-cta-card__actions{flex-wrap:wrap;display:flex}.hero-actions .button{min-height:3.25rem}.hero-actions .button--ghost{color:#fff;background:#ffffff0f;border:1px solid #ffffff1f;justify-content:center;min-height:3.25rem;padding:0 1.15rem;display:inline-flex}.hero-actions .button,.final-cta-card__actions .button{width:auto}.hero-value-grid,.system-flow,.framework-grid,.benefit-grid,.pricing-grid,.adaptive-grid,.card-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-visual{min-height:30rem;margin-top:0;padding-bottom:1rem;overflow:visible}.hero-devices{width:min(100%,28rem);min-height:31rem}.hero-devices__phone--left,.hero-devices__phone--right{display:block}.hero-devices__phone--main{width:16.5rem;bottom:0}.hero-devices__callout{display:inline-flex}.privacy-page__top{flex-direction:row;align-items:center}.phone-mockup{width:min(100%,18.5rem)}}@media (width>=960px){.section,.hero-section,.final-cta-section{padding:5.75rem 0;scroll-margin-top:7.5rem}.site-header__bar{padding:.9rem 1.1rem}.site-header__actions{gap:.75rem}.site-nav{scrollbar-width:none;display:block;overflow-x:auto}.site-nav::-webkit-scrollbar{display:none}.site-nav ul,.site-footer__nav ul{gap:.5rem}.site-nav a{min-height:2.75rem;padding:0 1rem}.site-header__menu-toggle,.mobile-nav{display:none}.site-header__cta{min-height:3.25rem;padding:0 1.15rem;font-size:.75rem;box-shadow:0 16px 30px #ee6d7447}.hero-panel{border-radius:3rem}.hero-panel__grid{grid-template-columns:minmax(0,.9fr) minmax(31rem,1.1fr);align-items:center;gap:2rem 3.5rem;min-height:calc(100svh - 8.75rem);padding:2.7rem 2.7rem 2.1rem}.hero-copy{gap:1.15rem;padding:1rem 0 .5rem .8rem}.hero-title{text-wrap:balance;max-width:9.3ch;font-size:clamp(4.7rem,6.8vw,6.75rem);line-height:.92}.hero-kicker{font-size:1.8rem}.hero-subtitle{max-width:29rem;font-size:1.08rem}.hero-secondary{grid-column:1/-1;grid-template-columns:minmax(0,18rem) minmax(0,1fr);align-items:stretch;gap:1rem 1.35rem;padding:0 .8rem .75rem}.hero-proofline{align-self:start;min-height:3.15rem;padding:0 1.15rem}.value-chip{min-height:100%;padding:1.05rem 1.15rem;box-shadow:inset 0 0 0 1px #ffffff0a}.hero-value-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem}.hero-visual{justify-content:flex-end;align-items:center;min-height:39rem;padding:0}.hero-devices{width:min(100%,34rem);min-height:35rem}.hero-devices__phone{width:15rem}.hero-devices__phone--left{bottom:2.1rem;left:1rem}.hero-devices__phone--right{bottom:1.65rem;right:.6rem}.hero-devices__phone--main{width:19rem;bottom:.25rem}.hero-devices__callout{min-height:2.4rem;padding:0 .95rem;box-shadow:0 18px 36px #06070a33}#problem .section__inner,.section--plans .section__inner,#adapts .section__inner,#audience .section__inner,.final-cta-section .section__inner{width:var(--container-wide)}.section-intro{gap:1.15rem}.section-copy{max-width:36rem}.problem-layout{grid-template-columns:minmax(0,1.12fr) minmax(20rem,.78fr);align-items:center;gap:2.5rem}.problem-quote{border-radius:1.9rem;padding:2rem}.card-grid{gap:1.25rem}.panel-card,.framework-card,.benefit-card,.system-point,.adaptive-card{padding:1.65rem}.panel-card h3,.framework-card h3,.benefit-card h3,.system-point h3,.pricing-card h3,.adaptive-card h3,.feature-band__title{font-size:1.42rem}.system-layout,.framework-layout{grid-template-columns:minmax(0,1.04fr) minmax(21rem,26rem);align-items:start;gap:3rem}.value-layout{grid-template-columns:minmax(21rem,24rem) minmax(0,1fr);align-items:start;gap:3rem}.value-layout__visual{order:1;justify-content:flex-start}.value-layout__copy{order:2}.system-layout__visual,.framework-layout__visual,.value-layout__visual{justify-content:flex-end}.sticky-visual{border-radius:2.25rem;max-width:24rem;padding:1.55rem;position:sticky;top:7.5rem}.system-flow,.framework-grid,.benefit-grid,.adaptive-grid{gap:1.15rem}.value-quote{max-width:26rem}.features-stack{gap:1.4rem}.feature-band__grid{grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);align-items:center;gap:3rem;min-height:42rem;padding:2.35rem}.feature-band__visual{justify-content:flex-start}.feature-band__visual,.feature-band__copy{order:0}.feature-band__visual-frame{border-radius:2rem;max-width:23.5rem;padding:1.15rem}.feature-band__copy{gap:1.1rem;max-width:34rem}.feature-band--reverse .feature-band__visual{order:2;justify-content:flex-end}.feature-band--reverse .feature-band__copy{order:1}.card-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.pricing-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:stretch;gap:1.35rem}.pricing-card{border-radius:2rem;padding:2rem}.pricing-card--featured{transform:translateY(-.45rem)}.plans-footer{grid-template-columns:minmax(0,1fr) auto;align-items:center;margin-top:1.85rem;padding:1.35rem 1.5rem}.plans-footer .button{width:auto}.final-cta-card{border-radius:2.5rem;padding:2.85rem 2.5rem}.final-cta-card .section-title{max-width:12ch}.final-cta-card__actions{justify-content:center;gap:1rem}.site-footer{padding:0 0 4rem}.site-footer__inner{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:1.1rem 2rem}.site-footer__nav{grid-column:2;justify-self:end}.site-footer__tagline{grid-column:1;max-width:34rem}.site-footer__legal{grid-column:2;place-self:end}}@media (width>=1200px){.section,.hero-section,.final-cta-section{padding:6.25rem 0}.hero-panel__grid{min-height:calc(100svh - 9rem);padding:3rem 3rem 2.35rem}.hero-title{font-size:clamp(5rem,6.2vw,7rem)}.section-title{font-size:clamp(3rem,4vw,4.85rem)}.feature-band__grid{min-height:43rem}}@media (prefers-reduced-motion:no-preference){.hero-devices__phone--main{animation:7s ease-in-out infinite heroFloatMain}.hero-devices__phone--left{animation:8s ease-in-out infinite heroFloatLeft}.hero-devices__phone--right{animation:8.4s ease-in-out infinite heroFloatRight}.hero-devices__callout--food,.hero-devices__callout--metrics{animation:6.5s ease-in-out infinite heroCalloutLeft}.hero-devices__callout--training,.hero-devices__callout--coaching{animation:6.8s ease-in-out infinite heroCalloutRight}}@keyframes heroFloatMain{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-10px)}}@keyframes heroFloatLeft{0%,to{transform:rotate(-14deg)translateY(1rem)scale(.92)}50%{transform:rotate(-14deg)translateY(.35rem)scale(.92)}}@keyframes heroFloatRight{0%,to{transform:rotate(12deg)translateY(1.5rem)scale(.92)}50%{transform:rotate(12deg)translateY(.7rem)scale(.92)}}@keyframes heroCalloutLeft{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes heroCalloutRight{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}
