@charset "UTF-8";
:root{color-scheme:light;--ink:#172a36;--muted:#53636d;--paper:#fff;--blue:#e7f1f7;--line:#dce5e9;--accent:#365b79;--yellow:#ffe2a0;--radius:28px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:var(--paper);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-underline-offset:4px}img{max-width:100%;height:auto;display:block}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline:3px solid #486dc8;outline-offset:6px;border-radius:5px}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.12;letter-spacing:-.04em}h1{font-size:clamp(3.2rem,6.2vw,5.5rem);font-weight:720;max-width:11ch;margin-bottom:28px}h2{font-size:clamp(2.2rem,4vw,3.5rem);font-weight:700}h3{font-size:1.35rem;letter-spacing:-.025em}p{margin-bottom:1.25rem}.wrap{width:min(1160px,calc(100% - 64px));margin-inline:auto}.muted{color:var(--muted)}.eyebrow{font-size:.83rem;text-transform:uppercase;letter-spacing:.13em;font-weight:700}.skip-link{position:absolute;left:16px;top:-100px;background:white;padding:12px;z-index:10}.skip-link:focus{top:12px}
.site-header{padding:23px 0}.nav{display:flex;justify-content:space-between;align-items:center;gap:24px}.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;font-size:1.35rem;font-weight:750;letter-spacing:-.035em}.brand img{width:43px;height:43px;border-radius:11px}.nav-links{display:flex;align-items:center;gap:30px;font-size:.9rem;font-weight:550}.nav-links a{text-decoration:none}.nav-links a:hover{text-decoration:underline}.nav-support{padding:8px 19px;border:1px solid var(--line);border-radius:100px}
.hero{background:var(--blue);border-radius:36px;display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:30px;padding:66px 70px 0;overflow:hidden}.hero-copy{padding-bottom:68px}.hero-copy>p:not(.eyebrow){font-size:1.2rem;line-height:1.65;max-width:31ch;color:#3f5666}.hero .eyebrow{margin-bottom:23px;color:#496780}.button{display:inline-flex;justify-content:center;align-items:center;border-radius:100px;background:var(--ink);color:white;text-decoration:none;font-size:.95rem;font-weight:600;padding:14px 24px;min-height:48px;transition:background .2s,transform .2s}.button:hover{background:#2b485a;transform:translateY(-2px)}.availability{font-size:.85rem!important;margin-top:19px!important;margin-bottom:0!important;color:var(--muted)!important}.hero-shot{max-width:310px;justify-self:center;align-self:start;margin-top:2px;transform:translateY(16px)}.app-screen{border-radius:35px;box-shadow:0 16px 50px #193c511c,0 0 0 1px #193c5114;overflow:hidden}.hero-shot img{width:310px}.intro{text-align:center;padding:76px 0 50px;max-width:680px;margin:auto}.intro h2{margin-bottom:20px}.intro p{color:var(--muted);max-width:52ch;margin:0 auto}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.feature{border-radius:var(--radius);padding:30px 28px 0;background:#f3f6f8;overflow:hidden}.feature:nth-child(2){background:#fff4d9}.feature:nth-child(3){background:#eff1fb}.feature h3{margin:14px 0}.feature p{color:var(--muted);font-size:1rem;min-height:5em;margin-bottom:30px}.feature .number{font-variant-numeric:tabular-nums;font-size:.85rem;font-weight:650;color:#536975}.feature .app-screen{width:255px;margin:0 auto -90px;border-radius:29px}.feature img{width:100%}.screen-note{font-size:.82rem;text-align:center;color:var(--muted);margin:24px 0 0}.options{padding:104px 0 90px}.section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:36px;margin-bottom:36px}.section-heading h2{margin:0;max-width:13ch}.section-heading p{max-width:38ch;color:var(--muted);margin:0}.option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.option{padding:32px 28px 28px 0}.option+.option{border-left:1px solid var(--line);padding-left:28px}.option p{font-size:1rem;color:var(--muted);margin:0}.option h3{margin:16px 0 15px}.label{display:inline-block;border-radius:100px;background:#f0f4f6;padding:5px 12px;font-size:.8rem;font-weight:650}.option:last-child .label{background:var(--yellow)}.small-print{font-size:.85rem;color:var(--muted);margin-top:19px}.closing{background:#f5f7f8;padding:50px;border-radius:var(--radius);display:flex;justify-content:space-between;align-items:center;gap:32px;margin-bottom:74px}.closing h2{font-size:2rem;letter-spacing:-.04em;margin-bottom:13px}.closing p{color:var(--muted);margin:0;max-width:50ch}.site-footer{border-top:1px solid var(--line);padding:27px 0 36px;font-size:.87rem;color:var(--muted)}.footer-row{display:flex;justify-content:space-between;align-items:center;gap:22px;flex-wrap:wrap}.footer-links{display:flex;gap:26px;flex-wrap:wrap}.footer-links a{text-decoration:none}.footer-links a:hover{text-decoration:underline}.legal-head{padding:72px 0 38px;border-bottom:1px solid var(--line);margin-bottom:38px}.legal-head h1{font-size:clamp(2.9rem,6vw,4.5rem);max-width:16ch}.legal-head .lead{font-size:1.25rem;max-width:54ch;color:var(--muted)}.document{max-width:760px;margin:0 auto 88px}.document h2{font-size:1.55rem;letter-spacing:-.025em;margin-top:40px;margin-bottom:17px;line-height:1.3}.document h3{font-size:1.1rem;line-height:1.4;margin-top:24px}.document p,.document li{color:#3e515e}.document li{margin:8px 0}.document ul{padding-left:23px}.document a{color:#275d84;overflow-wrap:anywhere}.document .note{background:var(--blue);border-radius:18px;padding:24px;margin:30px 0}.document .note p:last-child{margin-bottom:0}.document details{border-bottom:1px solid var(--line);padding:23px 0}.document summary{font-weight:650;font-size:1.1rem;cursor:pointer;padding-right:18px}.document details p{margin:15px 0 0}.legal-head .eyebrow{color:var(--muted)}
@media(max-width:900px){.hero{padding:50px 40px 0;gap:20px}.hero-shot{max-width:270px}.feature{padding:25px 20px 0}.feature p{min-height:6.5em}.feature .app-screen{margin-bottom:-60px}.section-heading{align-items:flex-start}.option{padding-right:22px}.option+.option{padding-left:22px}}
@media(max-width:680px){body{font-size:16px}.wrap{width:calc(100% - 36px)}.site-header{padding:17px 0}.brand{font-size:1.2rem}.brand img{width:38px;height:38px}.nav-links{gap:0}.nav-links>a:not(.nav-support){display:none}.nav-support{padding:7px 15px;font-size:.85rem}.hero{grid-template-columns:1fr;padding:39px 25px 0;border-radius:26px;gap:15px}.hero-copy{padding:0}h1{font-size:3.4rem;margin-bottom:22px;max-width:10ch}.hero-copy>p:not(.eyebrow){font-size:1.1rem}.hero-shot{margin-top:18px;max-width:260px;transform:translateY(40px)}.hero .eyebrow{font-size:.76rem}.intro{padding:67px 10px 32px}.intro h2{font-size:2.25rem}.feature-grid{grid-template-columns:1fr;gap:22px}.feature{padding:30px 28px 0}.feature p{min-height:0;max-width:34ch}.feature .app-screen{max-width:260px;width:100%;margin-bottom:-185px}.options{padding:72px 0 52px}.section-heading{display:block;margin-bottom:28px}.section-heading h2{margin-bottom:20px;max-width:100%;font-size:2.35rem}.option-grid{grid-template-columns:1fr}.option,.option+.option{padding:26px 0;border-left:0}.option+.option{border-top:1px solid var(--line)}.closing{display:block;padding:31px 27px;margin-bottom:45px}.closing .button{margin-top:25px}.closing h2{font-size:1.8rem}.footer-row{display:block}.footer-links{margin-top:15px;gap:22px}.legal-head{padding:45px 0 27px}.legal-head h1{font-size:2.8rem}.legal-head .lead{font-size:1.1rem}.document{margin-bottom:60px}.document h2{font-size:1.4rem}.document .note{padding:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}.button:hover{transform:none}}
