:root{color-scheme:light;--paper:#fff;--ink:#17191c;--blue:#007aff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}
*{box-sizing:border-box}
body{margin:0}
a{color:inherit;text-underline-offset:4px}
a:hover{color:var(--blue)}
a:focus-visible{outline:3px solid var(--blue);outline-offset:6px;border-radius:3px}
.skip{position:absolute;left:24px;top:-60px;background:var(--paper);padding:12px;z-index:2}
.skip:focus{top:12px}
.shell{width:min(1040px,calc(100% - 64px));margin:auto}
header{height:112px;display:flex;align-items:center;justify-content:space-between}
.brand{display:inline-flex;gap:11px;align-items:center;text-decoration:none;font-size:25px;font-weight:650;letter-spacing:-1px}
.brand img{width:37px;height:37px;border-radius:10px}
nav{display:flex;gap:29px;font-size:15px}
nav a{text-decoration:none}
.hero{min-height:730px;display:grid;grid-template-columns:1fr 350px;align-items:center;gap:76px;padding:38px 0 76px}
h1{font-family:ui-rounded,"SF Pro Rounded",-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(62px,6.8vw,88px);line-height:1.01;letter-spacing:-4.8px;font-weight:700;margin:0}
h1 span{color:var(--blue)}
.availability{display:inline-block;margin-top:38px;padding:15px 22px;border-radius:100px;background:rgb(0 122 255 / 9%);color:#005dbf;font-size:16px;font-weight:550}
.app-screen{display:block;width:294px;max-width:100%;height:auto;margin:auto;border-radius:39px;box-shadow:0 18px 60px rgb(23 25 28 / 9%),0 0 0 1px rgb(23 25 28 / 7%)}
.about{border-top:1px solid rgb(23 25 28 / 12%);display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:52px 0 66px;font-size:19px;line-height:1.6;letter-spacing:-.25px}
.about p{margin:0 0 18px}
.about p:last-child{margin-bottom:0}
footer{border-top:1px solid rgb(23 25 28 / 12%);display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 0 36px;font-size:14px;color:rgb(23 25 28 / 72%)}
.footer-links{display:flex;flex-wrap:wrap;gap:12px 24px}
.document{max-width:690px;padding:62px 0 90px;min-height:65vh}
.document h1{font-size:60px;letter-spacing:-2.8px;margin-bottom:48px}
.document h2{font-size:24px;letter-spacing:-.6px;line-height:1.25;margin:38px 0 16px;font-weight:650}
.document p,.document li{font-size:17px;line-height:1.7}
.document p{margin:0 0 18px}
.document ul{padding-left:24px}
.document .contact{font-size:clamp(21px,4vw,29px);letter-spacing:-.6px;margin:28px 0 45px}
.document .updated{margin-top:50px;font-size:14px;color:rgb(23 25 28 / 68%)}
@media(max-width:800px){.hero{grid-template-columns:1fr 270px;gap:25px;min-height:640px}h1{font-size:64px;letter-spacing:-3.6px}.app-screen{width:256px;border-radius:34px}.about{gap:38px;font-size:17px}}
@media(max-width:600px){.shell{width:calc(100% - 40px)}header{height:90px}nav{gap:20px;font-size:14px}.hero{display:flex;flex-direction:column;align-items:center;gap:52px;padding:40px 0 58px;min-height:auto}.hero-copy{width:100%}h1{font-size:clamp(56px,13.5vw,78px);letter-spacing:-3.3px}.availability{margin-top:29px;font-size:15px}.app-screen{width:282px;border-radius:37px}.about{grid-template-columns:1fr;gap:22px;padding:36px 0 42px;font-size:18px}footer{align-items:flex-start;flex-direction:column;gap:18px;padding-bottom:30px}.document{padding:38px 0 64px}.document h1{font-size:48px;letter-spacing:-2px;margin-bottom:36px}}
