*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-inter),system-ui,-apple-system,sans-serif;line-height:1.6;color:#2d2d2d;background:#f8f9fa;min-height:100vh}.container{padding:4rem 2rem;min-height:100vh;display:flex;flex-direction:column;justify-content:center;text-align:center}.container,.main-content{max-width:1200px;margin:0 auto;align-items:center}.main-content{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;width:100%}.content-left{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:500px;justify-self:center}.app-header,.content-right{display:flex;justify-content:center;align-items:center}.app-header{gap:1rem;margin-bottom:2rem;align-self:center;height:60px}.app-icon{flex-shrink:0;display:flex;align-items:center;height:60px}.icon-image{width:60px;height:60px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.app-name{font-size:1.8rem;font-weight:700;color:#1a1a1a;margin:0;line-height:1;display:flex;align-items:center;height:60px;justify-content:flex-start}.hero{margin-bottom:3rem;width:100%}.title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;line-height:1.2}.subtitle{font-size:1.1rem;color:#666;margin-bottom:0;font-weight:400;line-height:1.5}.kicker{font-size:1.1rem;color:#8b8b8b;margin-top:-.25rem;margin-bottom:.5rem;font-weight:600}.app-preview{margin-bottom:3rem;display:flex;justify-content:center}.app-screenshot{max-width:280px;width:100%;height:auto}.feature-highlight{background:linear-gradient(135deg,#d2691e,#ff8c00);color:#fff;padding:1.5rem 2rem;border-radius:16px;margin-bottom:3rem;box-shadow:0 8px 32px rgba(210,105,30,.2)}.feature-highlight h3{font-size:1.2rem;margin-bottom:.5rem;font-weight:600}.feature-highlight p{font-size:.95rem;opacity:.95}.download-cta{width:100%;max-width:400px;margin-bottom:3rem;display:flex;margin-left:auto;margin-right:auto}.download-btn,.download-cta{justify-content:center;align-items:center}.download-btn{display:inline-flex;height:48px;padding:0 20px;background:#000;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:700;text-decoration:none;cursor:pointer;box-shadow:0 6px 20px rgba(0,0,0,.15);transition:opacity .2s ease,transform .06s ease}.download-btn:hover{opacity:.95}.download-btn:active{transform:translateY(1px)}.inapp-toast{position:fixed;top:12px;left:12px;right:12px;z-index:60;background:rgba(0,0,0,.85);color:#fff;padding:12px 14px;border-radius:10px;font-size:.95rem;text-align:center;box-shadow:0 8px 20px rgba(0,0,0,.25)}.sticky-cta{position:fixed;left:0;right:0;bottom:0;padding:.75rem 1rem calc(env(safe-area-inset-bottom) + .75rem);background:rgba(248,249,250,.9);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-top:1px solid #e8e8e8;display:none;justify-content:center;z-index:50}.sticky-cta.show{display:flex}.download-btn.sticky{width:100%;max-width:420px}.waitlist-form{width:100%;max-width:500px;margin-bottom:3rem}.inline-form{display:flex;gap:0;width:100%;max-width:400px;box-shadow:0 2px 10px rgba(0,0,0,.1);border-radius:8px;overflow:hidden;margin:0 auto}.email-input{flex:1 1;padding:.875rem 1rem;border:2px solid #e8e8e8;border-right:none;border-radius:8px 0 0 8px;font-size:1rem;background:#fff;transition:all .2s ease}.email-input:focus{outline:none;border-color:#d2691e;box-shadow:0 0 0 3px rgba(210,105,30,.1)}.email-input::placeholder{color:#999}.submit-btn{background:#8b5a96;color:#fff;border:none;padding:.875rem 1.5rem;border-radius:0 8px 8px 0;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.submit-btn:hover{background:#7a4a85}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.success-message{text-align:center;padding:2rem}.success-message h2{color:#1a1a1a;font-size:1.4rem;margin-bottom:1rem;font-weight:600}.success-message p{color:#666;font-size:1rem;line-height:1.5}.footer{text-align:center;margin-top:3rem;color:#999;font-size:.85rem}@media (min-width:992px){.main-content{grid-template-columns:1fr 1fr;gap:4rem;max-width:1000px}.content-left{text-align:left;align-items:flex-start;justify-self:start}.app-header{justify-content:flex-start;align-self:flex-start}.hero{margin-bottom:3rem}.app-screenshot{max-width:350px}.inline-form{max-width:450px;margin-left:0}}@media (min-width:768px) and (max-width:991px){.main-content{grid-template-columns:1fr;gap:2.5rem;max-width:600px}.content-left{text-align:center;align-items:center}.app-header{justify-content:center}.app-screenshot{max-width:300px}.inline-form{max-width:400px;margin:0 auto}}@media (max-width:768px){.container{padding:1.5rem 1rem calc(5.5rem + env(safe-area-inset-bottom));min-height:100vh}.main-content{gap:2.5rem;width:100%}.content-left{align-items:center;text-align:center;width:100%}.app-header{align-self:center;justify-content:center;align-items:center;height:50px;margin-bottom:1.5rem}.app-icon{flex-shrink:0;height:50px}.hero{margin-bottom:2rem;width:100%}.title{font-size:1.8rem;line-height:1.2;margin-bottom:.75rem}.subtitle{font-size:1rem;line-height:1.4;max-width:300px;margin:0 auto}.kicker{font-size:1rem;margin-top:-.1rem;margin-bottom:.5rem}.app-screenshot{max-width:280px;width:100%}.icon-image{width:50px;height:50px}.app-name{font-size:1.5rem;height:50px}.waitlist-form{margin-bottom:2rem;width:100%}.inline-form{max-width:320px;width:100%;margin:0 auto}.email-input{font-size:1rem;padding:.75rem 1rem;flex:1 1;min-width:0}.submit-btn{padding:.75rem 1.5rem;font-size:.9rem;white-space:nowrap;min-width:100px}.sticky-cta{display:none}.download-cta{margin-bottom:4.5rem}}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}