@import"https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600&display=swap";.landing-page{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;padding-bottom:52px}.site-header{padding-top:16px}.site-header .container{display:flex;align-items:center;justify-content:space-between;max-width:none;padding:0 20px;width:100%}.logo{display:flex;align-items:center;gap:.5rem;font-weight:600}.logo-text{font-size:.95rem}.header-cta{display:flex;align-items:center;gap:.6rem}.header-logo{width:28px;height:28px;border-radius:8px;display:block;object-fit:cover}.header-cta .btn{margin-left:0}.body-section{padding:0;color:#111;flex:1;min-height:0;display:flex;align-items:center;justify-content:center}.body-content{width:min(1120px,100%);height:100%;padding:1rem 1.25rem;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:clamp(2rem,8vw,10rem);margin:0 auto}.body-copy{display:flex;flex-direction:column;align-items:flex-start;padding-bottom:45px;animation:contentFadeIn 1.1s ease-out both}.body-logo{width:39px;border-radius:8px;height:auto;display:block;margin:0 0 1rem}.body-title{font-size:clamp(2rem,4.2vw,2.85rem);width:85%;line-height:1.15;margin:0 0 .75rem;font-family:Mulish,ui-sans-serif}.body-sub{margin:0 0 1.5rem;color:#555;max-width:620px;font-size:17px;line-height:1.5}.app-image{width:320px;max-width:88%;display:block;border-radius:26px 26px 0 0;align-self:center;position:relative;z-index:1;animation:imageSlideUp 1.3s cubic-bezier(.16,1,.3,1) both}@keyframes contentFadeIn{0%{opacity:0}to{opacity:1}}@keyframes imageSlideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@media (prefers-reduced-motion: reduce){.body-copy,.app-image{animation:none}}.hero{padding:0 0 4rem}.hero .container{max-width:none;padding:0}.hero-panel{display:grid;grid-template-columns:1.1fr .9fr;gap:0;min-height:608px;background:#fff;border-radius:0;overflow:hidden;box-shadow:none}.hero-copy{background:var(--panel);color:var(--panel-text);padding:4rem 4rem 3rem;display:flex;flex-direction:column;justify-content:center}.hero-title{font-size:2.1rem;margin:0 0 .6rem;font-family:Mulish,ui-sans-serif}.hero-sub{color:#c9c9c9;margin:0 0 1.5rem;line-height:1.5;max-width:65%}.waitlist{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.waitlist-input{border:1px solid #d6d6d6;background:transparent;color:#111;padding:14px 12px;border-radius:12px;min-width:350px;outline:none;font-size:15px;line-height:1.2}.custom-select{position:relative;width:100%}.custom-select.hero-country-select{width:auto;min-width:180px}.custom-select-trigger{width:100%;display:flex;align-items:center;gap:.6rem;padding:14px;background:#fff;border:1px solid #d6d6d6;border-radius:12px;font-size:15px;color:#111;cursor:pointer;text-align:left;transition:border-color .2s ease}.custom-select-trigger:hover{border-color:#a0a0a0}.custom-select-trigger .country-flag{font-size:18px;line-height:1}.custom-select-trigger .country-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-select-trigger .chevron{transition:transform .2s ease;color:#888}.custom-select-trigger .chevron.open{transform:rotate(180deg)}.custom-select-options{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 12px 30px #0000001a;z-index:100;margin:0;padding:6px;list-style:none;max-height:280px;overflow-y:auto}.custom-select-option{display:flex;align-items:center;gap:.6rem;padding:10px 12px;border-radius:8px;cursor:pointer;font-size:14px;color:#333;transition:background .15s ease}.custom-select-option:hover{background:#f5f5f5}.custom-select-option.selected{background:#f0f0f0;font-weight:600;color:#000}.waitlist-modal-field .custom-select-trigger{padding:10px 12px;border-radius:10px;font-size:14px}.waitlist-input::placeholder{color:#8a8a8a}.waitlist-input:focus,.waitlist-input:focus-visible,.waitlist-input:active{border:1px solid #000000}.follow-text{display:flex;align-items:center;gap:.4rem;margin:1.4rem 0 0;font-size:14px;color:#7a7a7a}.follow-handle{display:inline-flex;align-items:center;gap:.25rem;font-weight:600;color:#5f5f5f}.waitlist-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000;animation:modalBackdropFade .18s ease-out}.waitlist-modal{width:min(375px,100%);background:#fff;border:1px solid #e5e5e5;border-radius:14px;overflow:visible;box-shadow:0 18px 45px #00000026;animation:modalSlideUp .22s ease-out}.waitlist-modal-backdrop.is-closing{animation:modalBackdropFadeOut .18s ease-in forwards}.waitlist-modal-backdrop.is-closing .waitlist-modal{animation:modalSlideDown .18s ease-in forwards}@keyframes modalBackdropFade{0%{background:#0000}to{background:#00000059}}@keyframes modalBackdropFadeOut{0%{background:#00000059}to{background:#0000}}@keyframes modalSlideUp{0%{transform:translateY(22px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes modalSlideDown{0%{transform:translateY(0);opacity:1}to{transform:translateY(22px);opacity:0}}.waitlist-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem .8rem;border-bottom:1px solid #eeeeee}.waitlist-modal-header h2{margin:0;font-size:18px;font-weight:600}.waitlist-modal-close{border:1px solid #d7d7d7;background:#fff;color:#555;border-radius:8px;padding:.3rem .55rem;cursor:pointer}.waitlist-modal-body{padding:1rem;display:grid;gap:.8rem}.waitlist-modal-field{display:grid;gap:.35rem;font-size:14px;color:#4f4f4f}.waitlist-modal-field input{border:1px solid #d6d6d6;background:#fff;color:#111;padding:.7rem .75rem;border-radius:10px;font-size:14px;outline:none}.waitlist-modal-field input:focus,.waitlist-modal-field input:focus-visible,.waitlist-modal-field input:active{border:1px solid #000000}.waitlist-modal-footer{border-top:1px solid #eeeeee;padding:.85rem 1rem;display:flex;justify-content:stretch}.waitlist-modal-footer .btn{width:100%;text-align:center;font-size:15px}.waitlist-modal-footer .btn:disabled{background:#cfcfcf;color:#fff;cursor:not-allowed;opacity:1}.waitlist-toast{position:fixed;left:1rem;bottom:calc(1rem + 44px);background:#111;color:#fff;padding:.75rem .95rem;overflow:hidden;border-radius:10px;font-size:14px;box-shadow:0 10px 24px #00000038;z-index:1100;will-change:transform,opacity;animation:toastSlideInLeft .32s cubic-bezier(.22,1,.36,1)}.waitlist-toast:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background:#22c55e;transform:scaleX(0);transform-origin:left center;animation:toastProgress 3.2s linear forwards}.waitlist-toast.success:after{background:#22c55e}.waitlist-toast.info:after{background:#3b82f6}.waitlist-toast.error:after{background:#ef4444}.waitlist-toast.is-closing{animation:toastSlideOutLeft .32s cubic-bezier(.4,0,.2,1) forwards}@keyframes toastSlideInLeft{0%{transform:translate(-22px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes toastSlideOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-22px);opacity:0}}@keyframes toastProgress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.hero-visual{background:#fff;display:flex;align-items:flex-end;justify-content:center;padding:2.5rem 2.5rem 0}.phone-image{width:312px;max-width:90vw;border-radius:26px 26px 0 0;box-shadow:none;display:block;align-self:flex-end}.btn.pill{display:inline-block;padding:.65rem 1.05rem;border-radius:10px;border:1px solid #d0d0d0;text-decoration:none;font-size:14px;color:#111}.btn.primary{background:#111;color:#fff;border:none}.btn.pill.primary{color:#fff;padding:14px 1.05rem}.btn.ghost{background:transparent;border-color:#0000000f}.btn.pill:focus,.btn.pill:focus-visible,.btn.pill:active{border:1px solid #000000}@media (max-width: 900px){.landing-page{min-height:0}.waitlist-modal-backdrop{padding:0;align-items:stretch;justify-content:stretch;overflow-y:auto}.waitlist-modal{width:100%;height:auto;min-height:100dvh;border-radius:0;border:none;display:flex;flex-direction:column;overflow:visible}.waitlist-modal-body{flex:1;overflow:visible;display:flex;flex-direction:column;justify-content:flex-start}.waitlist-modal-field{display:flex;flex-direction:column;align-items:stretch}.waitlist-modal-field input{height:46px;min-height:46px}.body-section{flex:none;padding-top:32px}.body-content{flex-direction:column;gap:.75rem;padding:1rem}.body-copy{max-width:100%;display:flex;align-items:center;text-align:center;padding-bottom:0}.body-sub{max-width:92%}.waitlist,.follow-text{justify-content:center}.app-image{width:min(308px,84vw);margin:32px auto 18px}.hero-panel{grid-template-columns:1fr}.hero-visual{padding:2rem}.hero-copy{padding:2.5rem 2rem}}@media (max-width: 480px){.site-header .container{padding:0 14px}.header-cta .btn{font-size:13px;padding:.5rem .85rem}.body-content{padding:.75rem .75rem 0}.body-title{width:100%;font-size:clamp(1.55rem,8vw,1.95rem)}.body-sub{max-width:100%;font-size:15px}.waitlist{width:100%;flex-direction:column;align-items:stretch;gap:.55rem}.waitlist-input{min-width:0;width:100%;padding:12px;font-size:14px}.waitlist .btn{width:100%}.follow-text{width:100%;justify-content:center;flex-wrap:wrap;text-align:center}.app-image{width:min(285px,86vw);margin-bottom:10px}.waitlist-modal-backdrop{padding:0}.waitlist-modal{width:100%;height:100dvh;max-height:100dvh}.waitlist-toast{left:.65rem;right:.65rem;bottom:calc(.65rem + 44px);font-size:13px}.hero-sub{max-width:100%}}@media (max-width: 360px){.body-section{padding-top:20px}.body-title{font-size:1.45rem}.body-sub{font-size:14px}.waitlist-input{padding:10px 11px;font-size:13px}.waitlist-modal-header h2{font-size:16px}.waitlist-modal-body{padding:.85rem}.waitlist-modal-footer{padding:.75rem .85rem}}.features{padding:3rem 0}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.feature-item{background:#fff;padding:1rem;border-radius:8px;box-shadow:0 1px 3px #0000000f}.site-footer{position:fixed;bottom:0;left:0;right:0;z-index:10;background:#fff;border-top:1px solid #e9e9e9;padding:.9rem 1.25rem;color:#777}.site-footer-inner{width:min(1120px,100%);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.footer-link{display:inline-flex;align-items:center;gap:.35rem;font-size:13px;color:#555;text-decoration:none}.footer-link svg{width:14px;height:14px;flex:0 0 auto}.footer-copy{margin:0;font-size:12px;color:#777;display:inline-flex;align-items:center;gap:.35rem}.footer-copy svg{width:14px;height:14px;flex:0 0 auto}.legal-page{min-height:100dvh;background:#fff;color:#161616;padding:2rem 1rem 3rem}.legal-wrap{width:min(900px,100%);margin:0 auto}.legal-header h1{margin:0;font-size:clamp(1.5rem,3.5vw,2.2rem);line-height:1.2}.legal-back{display:inline-block;margin-bottom:1rem;color:#111;text-decoration:none;border:1px solid #d9d9d9;border-radius:999px;padding:.35rem .8rem;font-size:14px}.legal-meta{margin:.65rem 0 0;color:#6b6b6b;font-size:14px}.legal-note{margin:.9rem 0 0;color:#4b4b4b;line-height:1.6}.legal-toc{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.2rem 0 1.8rem}.legal-toc a{display:inline-block;text-decoration:none;color:#111;border:1px solid #e0e0e0;border-radius:999px;padding:.35rem .8rem;font-size:13px}.legal-section{border-top:1px solid #ebebeb;padding-top:1.4rem;margin-top:1.4rem}.legal-section h2{margin:0;font-size:1.35rem}.legal-section h3{margin:1.15rem 0 .45rem;font-size:1rem}.legal-section h4{margin:.9rem 0 .35rem;font-size:.95rem}.legal-section p,.legal-section li{color:#353535;line-height:1.65;font-size:15px}.legal-section ul{margin:.35rem 0 0;padding-left:1.1rem}.legal-section a{color:#111}.unsub-page{min-height:100dvh;background:#fff;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.unsub-card{width:min(440px,100%);text-align:center}.unsub-logo{display:inline-block;margin-bottom:1.5rem}.unsub-logo img{border-radius:12px}.unsub-card h1{margin:0 0 .75rem;font-size:clamp(1.25rem,3vw,1.6rem);color:#161616;line-height:1.3}.unsub-check{font-size:2.5rem;color:#22c55e;margin-bottom:.5rem}.unsub-email{margin:0 0 1.25rem;padding:.6rem 1rem;background:#f5f5f5;border-radius:8px;font-size:.95rem;color:#333;word-break:break-all}.unsub-body{margin:0 0 1.25rem;color:#4b4b4b;line-height:1.65;font-size:.95rem}.unsub-body a{color:#111;text-decoration:underline}.unsub-btn{display:inline-block;padding:.7rem 1.6rem;background:#111;color:#fff;border:none;border-radius:8px;font-family:inherit;font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .15s}.unsub-btn:hover{opacity:.85}.unsub-btn:disabled{opacity:.55;cursor:not-allowed}.unsub-footer-note{margin:1.5rem 0 0;font-size:.85rem;color:#8a8a8a}:root{--bg: #f2f2f2;--text: #0f1720;--accent: #111111;--muted: #8a9099;--panel: #1b1b1b;--panel-text: #f3f3f3}*{box-sizing:border-box}html,body{min-height:100%;margin:0;padding:0}#root{min-height:100vh;min-height:100dvh}body{margin:0;font-family:Mulish,ui-sans-serif,system-ui,-apple-system,Segoe UI,Helvetica Neue,Arial;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}.container{max-width:1100px;margin:0 auto;padding:0 1rem}.btn{padding:.6rem 1rem;border-radius:6px;border:1px solid transparent;cursor:pointer}.btn.primary{background:var(--accent);color:#fff}.btn.ghost{background:transparent;border-color:#00000014}
