*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--black:#0a0a0a;--white:#fff;--gray-50:#fafafa;--gray-100:#f4f4f3;--gray-200:#e8e8e6;--gray-400:#a3a3a0;--gray-600:#6b6b68;--gray-800:#2a2a28;--serif:"Instrument Serif", Georgia, serif;--sans:"DM Sans", system-ui, sans-serif}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--white);color:var(--black);-webkit-font-smoothing:antialiased;overflow-x:hidden}nav{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);background:#ffffffd9;justify-content:space-between;align-items:center;height:52px;padding:0 2rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{font-family:var(--serif);color:var(--black);letter-spacing:-.01em;align-items:center;gap:8px;font-size:18px;display:flex}.nav-logo-dot{background:#22c55e;border-radius:50%;width:7px;height:7px;animation:2.5s ease-in-out infinite pulse-dot;display:inline-block}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.nav-cta{background:var(--black);color:var(--white);letter-spacing:-.01em;border-radius:6px;padding:7px 16px;font-size:13px;font-weight:500;text-decoration:none;transition:opacity .15s}.nav-cta:hover{opacity:.8}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:80px 2rem 6rem;display:flex;position:relative}.hero:before{content:"";pointer-events:none;background:radial-gradient(60% 50% at 50% 20%,#f0f0ed 0%,#0000 70%);position:absolute;inset:0}.hero-badge{letter-spacing:.06em;text-transform:uppercase;color:var(--gray-600);border:1px solid var(--gray-200);opacity:0;border-radius:100px;align-items:center;gap:6px;margin-bottom:2.5rem;padding:5px 12px;font-size:11.5px;font-weight:500;animation:.6s .1s forwards fade-up;display:inline-flex}.hero-badge-dot{background:var(--black);border-radius:50%;width:5px;height:5px;display:inline-block}.hero-title{font-family:var(--serif);letter-spacing:-.02em;color:var(--black);opacity:0;max-width:720px;margin-bottom:1.5rem;font-size:clamp(2.8rem,7vw,5.5rem);line-height:1.08;animation:.7s .2s forwards fade-up}.hero-title em{color:var(--gray-600);font-style:italic}.hero-sub{color:var(--gray-600);opacity:0;max-width:480px;margin-bottom:3rem;font-size:17px;font-weight:300;line-height:1.65;animation:.7s .35s forwards fade-up}.waitlist-form{opacity:0;gap:8px;width:100%;max-width:420px;animation:.7s .5s forwards fade-up;display:flex}.waitlist-form input[type=email]{height:46px;font-family:var(--sans);color:var(--black);background:var(--white);border:1px solid var(--gray-200);border-radius:8px;outline:none;flex:1;padding:0 16px;font-size:14px;font-weight:400;transition:border-color .15s}.waitlist-form input[type=email]::placeholder{color:var(--gray-400)}.waitlist-form input[type=email]:focus{border-color:var(--black)}.waitlist-form button{height:46px;font-family:var(--sans);color:var(--white);background:var(--black);cursor:pointer;white-space:nowrap;letter-spacing:-.01em;border:none;border-radius:8px;padding:0 20px;font-size:14px;font-weight:500;transition:opacity .15s}.waitlist-form button:hover{opacity:.8}.waitlist-form button:disabled{opacity:.4;cursor:not-allowed}.form-note{color:var(--gray-400);opacity:0;margin-top:10px;font-size:12px;animation:.7s .65s forwards fade-up}.form-note a,.bottom-note a{color:inherit;text-underline-offset:2px;text-decoration:underline}.form-success{color:var(--gray-800);border:1px solid var(--gray-200);background:var(--gray-50);border-radius:8px;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:500;display:none}.form-success-icon{background:#22c55e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.marquee-section{border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);padding:14px 0;display:flex;overflow:hidden}.marquee-track{white-space:nowrap;gap:0;animation:22s linear infinite marquee;display:flex}.marquee-item{color:var(--gray-400);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:10px;padding:0 32px;font-size:12.5px;font-weight:500;display:flex}.marquee-sep{background:var(--gray-200);border-radius:50%;flex-shrink:0;width:3px;height:3px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.features{max-width:1000px;margin:0 auto;padding:6rem 2rem}.features-eyebrow{letter-spacing:.07em;text-transform:uppercase;color:var(--gray-400);text-align:center;margin-bottom:3.5rem;font-size:11.5px;font-weight:500}.features-grid{background:var(--gray-200);border:1px solid var(--gray-200);border-radius:12px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.feature-card{background:var(--white);padding:2rem 1.75rem 2.25rem;transition:background .15s}.feature-card:hover{background:var(--gray-50)}.feature-icon{background:var(--gray-100);border-radius:9px;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:1.25rem;font-size:17px;line-height:1;display:flex}.feature-title{font-family:var(--serif);color:var(--black);letter-spacing:-.01em;margin-bottom:.6rem;font-size:19px;line-height:1.25}.feature-desc{color:var(--gray-600);font-size:13.5px;font-weight:300;line-height:1.65}.howto{max-width:700px;margin:0 auto;padding:2rem 2rem 7rem}.howto-eyebrow{letter-spacing:.07em;text-transform:uppercase;color:var(--gray-400);text-align:center;margin-bottom:3rem;font-size:11.5px;font-weight:500}.steps{flex-direction:column;gap:0;display:flex;position:relative}.steps:before{content:"";background:var(--gray-200);width:1px;position:absolute;top:28px;bottom:28px;left:15px}.step{align-items:flex-start;gap:1.25rem;padding:0 0 2.25rem;display:flex;position:relative}.step:last-child{padding-bottom:0}.step-num{background:var(--white);border:1px solid var(--gray-200);width:32px;height:32px;color:var(--gray-600);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:500;display:flex;position:relative}.step-body{padding-top:5px}.step-title{color:var(--black);letter-spacing:-.01em;margin-bottom:4px;font-size:15px;font-weight:500}.step-desc{color:var(--gray-600);font-size:13.5px;font-weight:300;line-height:1.6}.bottom-cta{background:var(--black);text-align:center;padding:5rem 2rem 5.5rem}.bottom-cta-title{font-family:var(--serif);color:var(--white);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3.25rem);line-height:1.1}.bottom-cta-sub{color:#ffffff73;margin-bottom:2.5rem;font-size:15px;font-weight:300}.bottom-form{gap:8px;width:100%;max-width:400px;margin:0 auto;display:flex}.bottom-form input[type=email]{height:46px;font-family:var(--sans);color:var(--white);background:#ffffff12;border:1px solid #ffffff26;border-radius:8px;outline:none;flex:1;padding:0 16px;font-size:14px;transition:border-color .15s}.bottom-form input[type=email]::placeholder{color:#ffffff4d}.bottom-form input[type=email]:focus{border-color:#ffffff73}.bottom-form button{height:46px;font-family:var(--sans);color:var(--black);background:var(--white);cursor:pointer;white-space:nowrap;letter-spacing:-.01em;border:none;border-radius:8px;padding:0 20px;font-size:14px;font-weight:500;transition:opacity .15s}.bottom-form button:hover{opacity:.88}.bottom-form button:disabled{opacity:.4;cursor:not-allowed}.bottom-note{color:#ffffff40;margin-top:10px;font-size:12px}.form-success--bottom{color:#fff;background:#ffffff12;border-color:#ffffff26;justify-content:center;max-width:400px;margin:0 auto}footer{border-top:1px solid var(--gray-200);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.footer-meta{flex-direction:column;align-items:flex-end;gap:.45rem;display:flex}.footer-top{align-items:center;gap:1rem;display:flex}.footer-links{gap:.75rem;display:flex}.footer-links a{color:var(--gray-600);font-size:12px;text-decoration:none}.footer-links a:hover{text-underline-offset:2px;text-decoration:underline}.footer-disclaimer{color:var(--gray-400);text-align:right;max-width:520px;font-size:11px;line-height:1.45}.footer-logo{font-family:var(--serif);color:var(--black);align-items:center;gap:7px;font-size:15px;display:flex}.footer-logo-dot{background:#22c55e;border-radius:50%;width:6px;height:6px;display:inline-block}.footer-copy{color:var(--gray-400);font-size:12px}.legal-page{max-width:820px;margin:0 auto;padding:7rem 2rem 4rem}.legal-eyebrow{letter-spacing:.07em;text-transform:uppercase;color:var(--gray-400);margin-bottom:1.25rem;font-size:11.5px;font-weight:500}.legal-title{font-family:var(--serif);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4.5vw,3rem);line-height:1.1}.legal-updated{color:var(--gray-400);margin-bottom:2rem;font-size:13px}.legal-card{border:1px solid var(--gray-200);background:var(--gray-50);border-radius:12px;margin-bottom:1.25rem;padding:1.25rem}.legal-card h2{font-family:var(--serif);color:var(--black);margin-bottom:.5rem;font-size:1.4rem}.legal-card p,.legal-card li{color:var(--gray-800);font-size:14px;line-height:1.65}.legal-card ul{margin:.5rem 0 0;padding-left:1.1rem}.legal-card a{color:var(--black)}.screenshots{max-width:1040px;margin:0 auto;padding:5rem 2rem 4rem}.screenshots-eyebrow{letter-spacing:.07em;text-transform:uppercase;color:var(--gray-400);text-align:center;margin-bottom:2.5rem;font-size:11.5px;font-weight:500}.screenshots-grid{align-items:flex-end;gap:1.5rem;display:flex}.screenshot-item{flex-direction:column;gap:.75rem;display:flex}.screenshot-item:first-child{flex:none;width:260px}.screenshot-item:last-child{flex:1}.screenshot-frame{border:1px solid var(--gray-200);background:var(--gray-100);border-radius:12px;justify-content:center;align-items:center;display:flex;overflow:hidden}.screenshot-frame--portrait,.screenshot-frame--landscape{height:420px}.screenshot-img{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.screenshot-caption{color:var(--gray-400);text-align:center;max-width:280px;margin:0 auto;font-size:12px;line-height:1.55}@keyframes fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.features-grid{grid-template-columns:1fr}.waitlist-form input[type=email],.bottom-form input[type=email]{height:56px;min-height:56px;padding:0 16px}.waitlist-form button,.bottom-form button{height:56px;min-height:56px}.waitlist-form,.bottom-form{flex-direction:column}.waitlist-form button,.bottom-form button{width:100%}.screenshots-grid{flex-direction:column;align-items:stretch}.screenshot-item:first-child{width:100%}.screenshot-frame--portrait,.screenshot-frame--landscape{height:340px}footer{flex-direction:column;align-items:flex-start;gap:.75rem}.footer-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.footer-top{flex-wrap:wrap;gap:.5rem}.footer-disclaimer{text-align:left}}
