*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}:root{--bg-dark: #1a1a2e;--bg-mid: #16213e;--bg-deep: #0f3460;--accent: #ff5757;--accent-glow: rgba(255, 87, 87, .3);--accent-bg: rgba(255, 87, 87, .08);--accent-border: rgba(255, 87, 87, .25);--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .7);--text-muted: rgba(255, 255, 255, .4);--border-subtle: rgba(255, 255, 255, .1);--font-stack: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;--phone-width: 280px;--phone-radius: 36px;--section-padding: 6rem 2rem}body{font-family:var(--font-stack);background:linear-gradient(135deg,var(--bg-dark) 0%,var(--bg-mid) 50%,var(--bg-deep) 100%);background-attachment:fixed;color:var(--text-primary);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative}body:before{content:"";position:fixed;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,87,87,.1) 0%,transparent 50%);animation:pulse-bg 8s ease-in-out infinite;pointer-events:none;z-index:0}@keyframes pulse-bg{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;position:relative;z-index:1}.hero-content{position:relative;z-index:1}.hero-logo{width:100px;height:100px;border-radius:24px;margin-bottom:2rem;box-shadow:0 20px 60px var(--accent-glow),0 0 0 1px var(--border-subtle);animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 20px 60px var(--accent-glow),0 0 0 1px var(--border-subtle)}50%{transform:scale(1.05);box-shadow:0 25px 80px #ff575766,0 0 0 1px #ffffff26}}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-bottom:.5rem}.hero-tagline{font-size:clamp(1.25rem,3vw,1.75rem);color:var(--text-secondary);font-weight:400;margin-bottom:1.5rem}.hero-subtitle{font-size:clamp(1rem,2.5vw,1.25rem);color:var(--text-secondary);max-width:480px;margin:0 auto 2.5rem;line-height:1.6}.scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);animation:bounce 2s ease-in-out infinite;opacity:.4}.scroll-hint svg{width:28px;height:28px;stroke:var(--text-primary);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}.store-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.store-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 1.5rem;border-radius:12px;text-decoration:none;font-size:.9rem;font-weight:600;transition:transform .2s,box-shadow .2s;white-space:nowrap}.store-btn:hover{transform:translateY(-2px)}.store-btn--apple{background:#fff;color:#000;box-shadow:0 4px 20px #0000004d}.store-btn--apple:hover{box-shadow:0 8px 30px #0006}.store-btn--apple svg{width:18px;height:18px;fill:#000}.store-btn--google{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 20px #0003}.store-btn--google:hover{border-color:#ffffff80;box-shadow:0 8px 30px #0000004d}.store-btn--google svg{width:18px;height:18px}.phone-frame{width:var(--phone-width);border-radius:var(--phone-radius);overflow:hidden;box-shadow:0 0 0 8px var(--bg-dark),0 0 0 10px var(--border-subtle),0 30px 80px #00000080;flex-shrink:0;transition:transform .3s ease}.phone-frame:hover{transform:translateY(-8px)}.phone-frame img{width:100%;height:auto;display:block}.phone-frame--tall{max-height:560px}.phone-frame--tall img{object-fit:cover;object-position:top;height:560px}.story-section__phone{position:relative}.story-section__phone:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle,rgba(255,87,87,.06) 0%,transparent 70%);pointer-events:none;z-index:-1}.story-section{display:flex;align-items:center;justify-content:center;gap:4rem;padding:var(--section-padding);max-width:1100px;margin:0 auto}.story-section--alt{background:#ffffff05}.story-section__text{flex:1;max-width:420px}.story-section__step{display:inline-block;font-size:.75rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.15em;margin-bottom:.75rem;padding:.35rem .85rem;border:1px solid var(--accent-border);border-radius:100px;background:var(--accent-bg)}.story-section__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.02em;margin-bottom:1rem;line-height:1.15}.story-section__desc{font-size:1.0625rem;color:var(--text-secondary);line-height:1.7}.story-wrapper{width:100%;position:relative;z-index:1}.final-cta{text-align:center;padding:6rem 2rem 4rem;position:relative;z-index:1}.final-cta__logo{width:72px;height:72px;border-radius:18px;margin-bottom:1.5rem;box-shadow:0 12px 40px var(--accent-glow)}.final-cta__title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem;letter-spacing:-.02em}.final-cta__desc{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2rem;max-width:400px;margin-left:auto;margin-right:auto}.footer{padding:2rem;text-align:center;border-top:1px solid rgba(255,255,255,.06);position:relative;z-index:1}.footer a{color:var(--text-muted);text-decoration:none;font-size:.875rem;transition:color .2s}.footer a:hover{color:var(--text-secondary)}.fade-in{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.story-section{flex-direction:column;text-align:center;gap:2.5rem;padding:4rem 1.5rem}.story-section__text{max-width:100%}.phone-frame{--phone-width: 220px;--phone-radius: 28px}.phone-frame--tall{max-height:420px}.phone-frame--tall img{height:420px}@media(min-width:768px){.phone-frame{--phone-width: 260px;--phone-radius: 34px}.phone-frame--tall{max-height:500px}.phone-frame--tall img{height:500px}.story-section{flex-direction:row;text-align:left;gap:3rem;padding:5rem 2rem}.story-section--reverse{flex-direction:row-reverse}.story-section__text{max-width:420px}}@media(min-width:1024px){.phone-frame{--phone-width: 280px;--phone-radius: 36px}.phone-frame--tall{max-height:560px}.phone-frame--tall img{height:560px}.story-section{gap:5rem;padding:6rem 2rem}}
