:root { color-scheme:dark; --bg:#090909; --surface:#111; --surface2:#181818; --line:rgba(255,255,255,.11); --text:#f4f4f4; --muted:#a0a0a0; --red:#e03131; --signal:#ff5555; --white:#fff; --max:1180px; }
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:radial-gradient(circle at 80% 0,rgba(224,49,49,.12),transparent 32rem),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}a{color:inherit}.skip-link{position:fixed;top:-5rem;left:1rem;z-index:99;padding:.7rem 1rem;background:white;color:black}.skip-link:focus{top:1rem}.site-header{position:relative;z-index:10;width:min(calc(100% - 2rem),var(--max));min-height:88px;margin:auto;display:flex;align-items:center;gap:2rem;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:.75rem;font-weight:900;text-decoration:none}.brand img{border-radius:10px}.site-header nav{display:flex;gap:1.7rem;margin-left:auto}.site-header nav a{color:var(--muted);font-size:.84rem;font-weight:750;text-decoration:none}.site-header nav a:hover{color:white}.header-cta{padding:.55rem .9rem;border:1px solid var(--line);border-radius:999px;font-size:.82rem;font-weight:850;text-decoration:none}.header-cta:hover{border-color:var(--red)}main,footer{width:min(calc(100% - 2rem),var(--max));margin-inline:auto}.hero{min-height:760px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:5rem;padding:5.5rem 0}.eyebrow{margin:0 0 1.15rem;color:var(--signal);font-size:.74rem;font-weight:900;letter-spacing:.17em;text-transform:uppercase}h1,h2,h3{margin:0;line-height:.98;letter-spacing:-.055em}h1{max-width:690px;font-size:clamp(4rem,7.5vw,7.2rem)}h2{font-size:clamp(3rem,5.6vw,5.6rem)}h3{font-size:1.7rem}.hero-lead{max-width:670px;margin:2rem 0 0;color:var(--muted);font-size:clamp(1.05rem,2vw,1.3rem)}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:51px;padding:.8rem 1.25rem;border:1px solid var(--line);border-radius:999px;font-size:.88rem;font-weight:900;text-decoration:none}.primary{background:var(--red);border-color:var(--red);color:white}.primary:hover{background:#f04444}.secondary:hover{border-color:var(--red)}.development-note{display:flex;align-items:center;gap:.65rem;margin-top:1.6rem;color:var(--muted);font-size:.78rem;font-weight:700}.development-note span{width:8px;height:8px;border-radius:50%;background:#8fd45d;box-shadow:0 0 0 5px rgba(143,212,93,.1)}.product-preview{position:relative;display:grid;place-items:center}.preview-glow{position:absolute;width:70%;height:70%;border-radius:50%;background:rgba(224,49,49,.16);filter:blur(70px)}.phone{position:relative;width:min(100%,420px);padding:1.2rem;border:1px solid rgba(255,255,255,.16);border-radius:38px;background:linear-gradient(160deg,#181818,#0d0d0d);box-shadow:0 45px 100px rgba(0,0,0,.55),inset 0 0 0 8px #0b0b0b;transform:rotate(2deg)}.phone-top{display:flex;align-items:center;gap:.65rem;padding:.5rem .4rem 1.1rem}.phone-top img{border-radius:8px}.phone-top div{display:flex;flex-direction:column}.phone-top strong{font-size:.95rem}.phone-top small{color:var(--muted)}.avatar{display:grid;place-items:center;width:32px;height:32px;margin-left:auto;border-radius:50%;background:#2a2a2a;font-size:.64rem;font-weight:900}.target-card{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:1rem;padding:1.2rem;border:1px solid var(--line);border-radius:24px;background:#121212}.ring{width:142px;aspect-ratio:1;display:grid;place-items:center;border-radius:50%;background:conic-gradient(var(--red) 0 67%,#2c2c2c 67% 100%);position:relative}.ring::after{content:"";position:absolute;inset:12px;border-radius:50%;background:#121212}.ring span{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}.ring strong{font-size:1.5rem}.ring small,.target-copy small{color:var(--muted);font-size:.65rem}.target-copy{display:flex;flex-direction:column}.target-copy strong{font-size:1.45rem}.target-copy span{width:fit-content;margin-top:.5rem;padding:.25rem .5rem;border-radius:999px;background:rgba(143,212,93,.12);color:#a7df7f;font-size:.65rem;font-weight:800}.macro-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;margin-top:.65rem}.macro-grid>div{display:flex;flex-direction:column;padding:.75rem;border:1px solid var(--line);border-radius:14px;background:#141414}.macro-line{height:3px;margin-bottom:.55rem;border-radius:2px;background:var(--red)}.macro-line.carbs{background:#e99d3c}.macro-line.fat{background:#8d7bd8}.macro-grid small{color:var(--muted);font-size:.62rem}.macro-grid strong{font-size:.95rem}.fuel-card{display:flex;gap:.8rem;margin-top:.65rem;padding:1rem;border:1px solid rgba(224,49,49,.28);border-radius:16px;background:linear-gradient(135deg,rgba(224,49,49,.12),rgba(224,49,49,.03))}.bolt{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:var(--red);font-weight:900}.fuel-card div{display:flex;flex-direction:column}.fuel-card small{color:#ff8787;font-size:.62rem;font-weight:800;text-transform:uppercase}.fuel-card strong{font-size:.86rem}.fuel-card p{margin:.25rem 0 0;color:var(--muted);font-size:.68rem;line-height:1.4}.meal-row{display:flex;justify-content:space-between;padding:.75rem .25rem;border-bottom:1px solid var(--line);font-size:.72rem}.meal-row span{color:var(--muted)}.proof-strip{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:1.4rem 0;border-block:1px solid var(--line);color:#c9c9c9;font-size:.72rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.proof-strip i{width:4px;height:4px;border-radius:50%;background:var(--red)}.why-section{display:grid;grid-template-columns:1fr 1fr;gap:6rem;padding:10rem 0}.section-heading{max-width:760px}.why-copy>p{margin:0;color:var(--muted);font-size:1.2rem}.principles{margin-top:3rem}.principles div{display:grid;grid-template-columns:50px 1fr;gap:1rem;padding:1rem 0;border-top:1px solid var(--line)}.principles strong{color:var(--red);font-size:.72rem}.principles span{font-weight:750}.features-section{padding:9rem 0;border-top:1px solid var(--line)}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:4rem}.feature{min-height:310px;display:flex;flex-direction:column;padding:2rem;border:1px solid var(--line);border-radius:22px;background:var(--surface)}.feature-wide{grid-column:1/-1;min-height:380px;display:grid;grid-template-columns:70px 1fr 1fr;align-items:center;gap:2rem}.feature-icon{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;color:var(--red);font-size:.72rem;font-weight:900}.feature:not(.feature-wide) h3{margin-top:auto}.feature p{max-width:540px;margin:1rem 0 0;color:var(--muted)}.mini-chart{height:180px;display:flex;align-items:end;gap:.55rem;padding:1.2rem;border-bottom:1px solid var(--line)}.mini-chart i{flex:1;border-radius:5px 5px 0 0;background:#303030}.mini-chart i.active{background:linear-gradient(var(--signal),var(--red))}.connection-section{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:6rem;padding:10rem 0;border-top:1px solid var(--line)}.connection-visual{display:flex;align-items:center;justify-content:center}.app-node{display:flex;flex-direction:column;align-items:center;gap:.8rem;color:var(--muted);font-size:.72rem;font-weight:800}.app-node>span,.app-node>img{display:grid;place-items:center;width:110px;height:110px;border:1px solid var(--line);border-radius:28px;background:#141414}.app-node>span{color:white;font-size:3.7rem;font-weight:950}.app-node>img{padding:12px}.connection-line{width:150px;display:flex;align-items:center}.connection-line i{flex:1;height:1px;background:var(--line)}.connection-line strong{position:absolute;transform:translate(-5px,35px);color:var(--muted);font-size:.58rem;letter-spacing:.08em;text-transform:uppercase}.connection-copy>p:not(.eyebrow){margin:1.8rem 0;color:var(--muted);font-size:1.1rem}.text-link{font-weight:850;text-decoration:none;border-bottom:1px solid currentColor}.text-link:hover{color:var(--red)}.final-cta{display:flex;flex-direction:column;align-items:center;padding:9rem 2rem;border:1px solid var(--line);border-radius:30px;background:radial-gradient(circle at 50% 120%,rgba(224,49,49,.22),transparent 55%),var(--surface);text-align:center}.final-cta img{width:min(100%,440px);height:150px;object-fit:contain}.final-cta h2{max-width:800px}.final-cta p{margin:1.5rem 0 2rem;color:var(--muted)}footer{min-height:150px;display:flex;align-items:center;justify-content:space-between;gap:2rem;color:var(--muted);font-size:.8rem}footer a{color:var(--text);font-weight:800;text-decoration:none}.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}@media(max-width:880px){.site-header nav{display:none}.header-cta{margin-left:auto}.hero{grid-template-columns:1fr;gap:3rem}.product-preview{margin:0 auto}.why-section,.connection-section{grid-template-columns:1fr;gap:3rem}.feature-wide{grid-template-columns:60px 1fr}.mini-chart{grid-column:1/-1}.connection-visual{order:2}}@media(max-width:600px){.brand span{display:none}.hero{min-height:auto;padding:4rem 0}.hero h1{font-size:clamp(3.8rem,17vw,5.2rem)}.phone{border-radius:28px}.target-card{grid-template-columns:1fr}.ring{margin:auto}.proof-strip{overflow:hidden;justify-content:flex-start;white-space:nowrap}.why-section,.features-section,.connection-section{padding:6rem 0}.feature-grid{grid-template-columns:1fr}.feature-wide{grid-column:auto;display:flex}.mini-chart{width:100%}.connection-visual{transform:scale(.78)}.final-cta{padding:6rem 1rem}.final-cta img{height:110px}footer{align-items:flex-start;flex-direction:column;justify-content:center}footer p{margin:0}}
