:root{--bg:#0d1117;--surface:#161b22;--border:#30363d;--text:#e6edf3;--text-muted:#8b949e;--accent:#58a6ff;--accent-soft:rgba(88,166,255,.15);--success:#3fb950;--error:#f85149;--font-sans:system-ui,-apple-system,sans-serif}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer}button,input{font-family:inherit}.landing{min-height:100vh;display:flex;flex-direction:column}.header{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:rgba(13,17,23,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner{max-width:960px;margin:0 auto;padding:1rem 1.5rem;justify-content:space-between}.header-inner,.header-logo{display:flex;align-items:center}.header-logo{gap:.5rem;text-decoration:none;color:inherit}.header-logo:hover{color:var(--text)}.header-logo-icon{display:block;flex-shrink:0}.logo{font-weight:700;font-size:1.25rem;color:var(--text)}.header .nav{display:flex;gap:1.5rem}.header .nav a{color:var(--text-muted);text-decoration:none;font-size:.9375rem}.header .nav a:hover{color:var(--accent)}.hero{flex:1 1;padding:4rem 1.5rem 5rem}.hero,.hero-inner{display:flex;align-items:center;justify-content:center}.hero-inner{gap:3rem;max-width:1100px;width:100%}@media (max-width:768px){.hero-inner{flex-direction:column;gap:2rem}}.hero-content{flex:1 1;max-width:520px;text-align:left}@media (max-width:768px){.hero-content{text-align:center;max-width:100%}}.hero-visual{flex-shrink:0;display:flex;align-items:center;justify-content:center}.hero-image{width:100%;height:auto;max-width:420px;object-fit:contain}.hero-title{font-size:clamp(2rem,5vw,2.75rem);font-weight:700;line-height:1.2;margin-bottom:1.25rem;letter-spacing:-.02em}.hero-lead{font-size:1.125rem;color:var(--text-muted);margin-bottom:2rem;line-height:1.65}.hero-cta{margin-bottom:.75rem}.hero-hint{font-size:.875rem;color:var(--text-muted);opacity:.9}.waitlist-form{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-start;max-width:420px}@media (max-width:768px){.hero-cta .waitlist-form{justify-content:center;margin:0 auto}}.waitlist-input{flex:1 1;min-width:200px;padding:.75rem 1rem;font-size:1rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);outline:none;transition:border-color .2s,box-shadow .2s}.waitlist-input::placeholder{color:var(--text-muted)}.waitlist-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.waitlist-button{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;background:var(--accent);color:#fff;white-space:nowrap;transition:opacity .2s,transform .15s}.waitlist-button:hover:not(:disabled){opacity:.9}.waitlist-button:active:not(:disabled){transform:scale(.98)}.waitlist-button:disabled{opacity:.7;cursor:not-allowed}.waitlist-form .waitlist-message{width:100%;text-align:center;font-size:.9375rem;margin-top:.25rem}.waitlist-message.success{color:var(--success)}.waitlist-message.error{color:var(--error)}.section{padding:4rem 1.5rem}.section-alt{background:var(--surface)}.section-inner{max-width:720px;margin:0 auto}.section-title{font-size:1.75rem;font-weight:700;margin-bottom:2rem;letter-spacing:-.02em}.features{list-style:none}.feature{display:flex;gap:1.25rem;padding:1.5rem 0;border-bottom:1px solid var(--border)}.feature:last-child{border-bottom:none}.feature-icon{font-size:1.75rem;flex-shrink:0}.feature strong{display:block;font-size:1.0625rem;margin-bottom:.35rem}.feature p{font-size:.9375rem;line-height:1.6}.about-text,.feature p{color:var(--text-muted)}.about-text{margin-bottom:1rem;line-height:1.7}.about-text:last-child{margin-bottom:0}.cta-section{padding:3rem 1.5rem;display:flex;align-items:center;justify-content:center;min-height:0}.cta-section .section-inner{width:100%}.cta-inner{text-align:center;max-width:420px;margin:0 auto}.cta-inner .section-title{margin-bottom:.75rem}.cta-lead{color:var(--text-muted);margin-bottom:1.5rem}.cta-inner .waitlist-form{justify-content:center;margin-left:auto;margin-right:auto}.footer{padding:1.5rem;margin-top:0;border-top:1px solid var(--border);background:var(--surface)}.footer-inner{max-width:960px;margin:0 auto;text-align:center}.footer .logo{display:block;margin-bottom:.5rem}.footer-copy{font-size:.875rem;color:var(--text-muted)}.footer-badges{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;margin-top:1.25rem}.footer-badge{display:inline-block;text-decoration:none}.footer-badge-img{display:block;width:225px;height:61px}.footer-badge-img-direct2app{width:auto;height:54px}.footer-badge-img-fazier{width:250px;height:auto}.footer-badge-img-uno{width:120px;height:30px}.footer-badge-img-earlyhunt{width:265px;height:58px}