:root{--bg:#f5f5f1;--surface:#fff;--surface-2:#ecece6;--text:#171817;--muted:#656861;--line:#ddded7;--accent:#1c211d;--max:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}.shell{width:min(var(--max), calc(100% - 40px));margin-inline:auto}.siteHeader{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:color-mix(in srgb, var(--bg) 86%, transparent);border-bottom:1px solid color-mix(in srgb, var(--line) 70%, transparent);position:sticky;top:0}.headerInner{justify-content:space-between;align-items:center;gap:24px;min-height:72px;display:flex}.brand{letter-spacing:-.02em;align-items:center;gap:9px;font-size:15px;font-weight:750;display:inline-flex}.brandMark{background:var(--text);width:26px;height:26px;color:var(--bg);border-radius:9px;place-items:center;font-size:10px;display:grid}.nav{color:var(--muted);gap:28px;font-size:14px;display:flex}.nav a:hover,.footerLinks a:hover,.textLink:hover,.legalLinks a:hover{color:var(--text)}.hero{flex-direction:column;justify-content:center;min-height:650px;padding:100px 0;display:flex}.eyebrow{color:var(--muted);text-transform:uppercase;letter-spacing:.14em;margin:0 0 18px;font-size:11px;font-weight:750}h1,h2,h3,p{text-wrap:pretty}h1{letter-spacing:-.065em;margin:0;font-size:clamp(48px,8vw,92px);font-weight:680;line-height:.98}.heroText,.pageLead{max-width:650px;color:var(--muted);letter-spacing:-.02em;margin:28px 0 0;font-size:clamp(18px,2.5vw,24px);line-height:1.45}.actions{flex-wrap:wrap;gap:10px;margin-top:34px;display:flex}.button{border:1px solid var(--line);border-radius:14px;justify-content:center;align-items:center;min-height:48px;padding:0 19px;font-size:14px;font-weight:700;transition:transform .15s,opacity .15s;display:inline-flex}.button:hover{transform:translateY(-1px)}.primary{color:var(--bg);background:var(--text);border-color:var(--text)}.secondary{background:var(--surface)}.section{padding:90px 0}.sectionHead{grid-template-columns:1.3fr .7fr;align-items:end;gap:50px;margin-bottom:36px;display:grid}.section h2,.page h1,.steadyHero h1{letter-spacing:-.055em;margin:0;font-size:clamp(38px,6vw,68px);line-height:1.02}.sectionIntro{margin:0;font-size:17px}.muted{color:var(--muted)}.productCard{background:var(--surface);border:1px solid var(--line);border-radius:30px;grid-template-columns:1.05fr .95fr;min-height:460px;display:grid;overflow:hidden}.steadyVisual{background:radial-gradient(circle at 55% 45%,#e8ded2,#d7dad0 55%,#c4cac1);place-items:center;min-height:420px;display:grid}.progressRing{border:24px solid #ffffff8c;border-radius:50%;place-items:center;width:min(58vw,260px);height:min(58vw,260px);font-size:56px;display:grid;box-shadow:inset 0 0 0 18px #242f272e,0 30px 80px #141e1426}.productCopy{flex-direction:column;justify-content:center;padding:54px;display:flex}.productCopy h3{letter-spacing:-.055em;margin:14px 0 10px;font-size:52px}.productCopy p{color:var(--muted);max-width:430px;font-size:18px}.productBadge{color:var(--muted);font-size:12px;font-weight:700}.textLink{margin-top:24px;font-size:14px;font-weight:700}.compactCta{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:30px;display:flex}.compactCta h2{font-size:clamp(32px,5vw,52px)}.page{min-height:70vh;padding:110px 0 140px}.leadProse{margin-top:52px}.prose{max-width:760px}.prose p{color:var(--muted);margin:0 0 26px;font-size:21px}.contactGrid{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:55px;display:grid}.infoCard{background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:32px}.infoCard:hover{border-color:#bcbeb4}.infoIcon{font-size:36px}.xinfoIcon{border:1px solid var(--line);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:650;display:inline-flex}.infoCard h2{margin:30px 0 5px;font-size:21px}.infoCard p{color:var(--muted);margin:0}.faqList{border-top:1px solid var(--line);margin-top:55px}.faq{border-bottom:1px solid var(--line);padding:0}.faq summary{cursor:pointer;padding:25px 0;font-size:18px;font-weight:700;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";float:right;color:var(--muted);font-size:24px;font-weight:400}.faq[open] summary:after{content:"−"}.faq>div{max-width:760px;color:var(--muted);padding:0 0 26px}.faq a{text-underline-offset:3px;text-decoration:underline}.supportCta{background:var(--surface);border:1px solid var(--line);border-radius:24px;justify-content:space-between;align-items:center;gap:24px;margin-top:60px;padding:30px;display:flex}.supportCta h2,.supportCta p{margin:0}.supportCta p{color:var(--muted);margin-top:5px}.steadyHero{grid-template-columns:1fr .7fr;align-items:center;gap:80px;padding:100px 0;display:grid}.steadyHero h1{max-width:720px}.phoneMock{background:#fdfdfb;border:9px solid #222521;border-radius:48px;max-width:350px;margin-left:auto;padding:28px 20px 32px;box-shadow:0 35px 70px #1e1e1429}.phoneTop{justify-content:space-between;padding:0 5px;font-weight:800;display:flex}.mockRing{border:16px solid #6d836f;border-color:#d7ddd5 #6d836f #6d836f #d7ddd5;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:180px;height:180px;margin:35px auto;display:flex}.mockRing span{font-size:28px}.mockRing strong{letter-spacing:-.04em;font-size:32px}.mockRing small{color:#777}.mockActivity{color:#222;border-top:1px solid #e8e8e4;align-items:center;gap:12px;padding:13px 2px;display:flex}.mockActivity div{flex-direction:column;display:flex}.mockActivity small{color:#777}.dot{border-radius:12px;place-items:center;width:36px;height:36px;display:grid}.coral{background:#f6c1ad}.blue{background:#b9d5ef}.purple{background:#d9c5e7}.featureGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.feature{border-top:1px solid var(--line);padding:26px 4px 0}.feature>span{font-size:28px}.feature h2{margin:46px 0 9px;font-size:24px}.feature p{color:var(--muted);margin:0}.philosophy{text-align:center;max-width:980px;margin-inline:auto}.philosophy h2{max-width:850px;margin-inline:auto}.philosophy>p:last-child{color:var(--muted);max-width:650px;margin:24px auto 0;font-size:19px}.legalLinks{border-top:1px solid var(--line);color:var(--muted);flex-wrap:wrap;gap:28px;padding:40px 0 100px;font-size:14px;font-weight:700;display:flex}.legalWrap{padding:70px 0 110px}.legalCard{background:var(--surface);border:1px solid var(--line);border-radius:28px;max-width:850px;margin:0 auto;padding:clamp(28px,6vw,60px)}.legalCard h1{font-size:clamp(38px,6vw,62px)}.legalMeta{color:var(--muted);margin:20px 0 45px;font-size:14px}.legalContent{font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.legalContent h2{letter-spacing:-.025em;margin:38px 0 10px;font-size:21px}.legalContent p,.legalContent li{color:#525650}.legalContent a{text-underline-offset:3px;text-decoration:underline}.siteFooter{border-top:1px solid var(--line);padding:55px 0 24px}.footerGrid{grid-template-columns:1fr 1fr;gap:50px;display:grid}.footerCopy{max-width:280px;font-size:14px}.footerLinks{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.footerLinks>div{color:var(--muted);flex-direction:column;align-items:flex-start;gap:10px;font-size:14px;display:flex}.footerLinks strong{color:var(--text);margin-bottom:4px}.footerBottom{border-top:1px solid var(--line);color:var(--muted);margin-top:42px;padding-top:22px;font-size:12px}.notFound .button{margin-top:30px}@media (max-width:760px){.nav{display:none}.hero{min-height:560px;padding:70px 0}.sectionHead,.productCard,.steadyHero,.footerGrid{grid-template-columns:1fr}.productCopy{padding:34px 26px 40px}.steadyHero{gap:55px}.phoneMock{width:min(100%,350px);margin:0 auto}.featureGrid{grid-template-columns:1fr;gap:40px}.feature h2{margin-top:22px}.contactGrid{grid-template-columns:1fr}.compactCta,.supportCta{flex-direction:column;align-items:flex-start}.footerLinks{margin-top:20px}}.betaSignup{flex-direction:column;align-items:stretch;min-width:210px;display:flex}.betaButton{width:20%}.betaAvailability{color:var(--muted);margin-top:16px;font-size:12px;line-height:1.5;display:block}.betaPageHero{grid-template-columns:1fr .72fr;align-items:center;gap:80px;min-height:680px;padding-top:90px;padding-bottom:100px;display:grid}.betaPageCopy h1{max-width:680px}.betaPageNote{color:var(--muted);margin:18px 0 0;font-size:13px;line-height:1.5}.betaSteps{background:var(--surface);border:1px solid var(--line);border-radius:28px;padding:12px 30px}.betaStep{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr;gap:18px;padding:28px 0;display:grid}.betaStep:last-child{border-bottom:0}.betaStepNumber{background:var(--surface-2);border-radius:50%;place-items:center;width:34px;height:34px;font-size:12px;font-weight:800;display:grid}.betaStep h2{letter-spacing:-.025em;margin:2px 0 6px;font-size:18px}.betaStep p{color:var(--muted);margin:0;font-size:14px}.betaPageInfo{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:70px;padding:90px 0;display:grid}.betaPageInfo h2{letter-spacing:-.05em;max-width:560px;margin:0;font-size:clamp(38px,5vw,58px);line-height:1.03}.betaInfoCopy{max-width:620px}.betaInfoCopy p{color:var(--muted);margin:0 0 20px;font-size:18px}.betaPageCta{background:var(--surface);border:1px solid var(--line);border-radius:30px;justify-content:space-between;align-items:end;gap:40px;margin-top:30px;margin-bottom:100px;padding:clamp(32px,6vw,58px);display:flex}.betaPageCta h2{letter-spacing:-.05em;margin:0;font-size:clamp(36px,5vw,56px);line-height:1.04}.betaPageCta>div>p:last-child{color:var(--muted);margin:14px 0 0}@media (max-width:760px){.betaPageHero,.betaPageInfo{grid-template-columns:1fr}.betaPageHero{gap:50px;padding-top:70px}.betaPageInfo{gap:30px}.betaPageCta{flex-direction:column;align-items:flex-start}.betaPageCta .button{width:100%}}.contactSingle{border-top:1px solid var(--line);margin-top:60px;padding-top:28px}.contactLabel{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;margin:0 0 10px;font-size:12px;font-weight:700}.contactEmail{letter-spacing:-.035em;font-size:clamp(24px,4vw,40px);font-weight:650}.contactEmail:hover{opacity:.65}.productList{flex-direction:column;gap:24px;display:flex}.yVisual{background:radial-gradient(circle at 50% 45%,#e4e7ef,#d6dae5 55%,#c9cedb);place-items:center;min-height:420px;display:grid}.yMark{color:#fff;letter-spacing:-.06em;background:#4650648c;border-radius:38px;place-items:center;width:150px;height:150px;font-size:62px;font-weight:700;display:grid;box-shadow:0 30px 70px #1e23321f}.yCloudIcon{width:72px;height:72px}.oldyMark{letter-spacing:-.06em;background:#ffffffb8;border-radius:38px;place-items:center;width:150px;height:150px;font-size:62px;font-weight:700;display:grid;box-shadow:0 30px 70px #1e23321f}
