@charset "UTF-8";
:root { color-scheme: light; --paper: #f8f9fc; --ink: #1c202a; --muted: #656b79; --blue: #476aea; --line: #e1e4ed; --radius: 32px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 36px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; height: auto; display: block; }
svg { fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 6px; }
::selection { background: #dce4ff; }
.wrap { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 20; left: 16px; top: -80px; padding: 14px 20px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.site-header { height: 112px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 24px; font-weight: 670; letter-spacing: -.8px; }
.brand img { border-radius: 10px; }
.site-header nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 550; }
.site-header nav > a { padding-block: 12px; }
.site-header nav > a:hover, .site-header [aria-current] { color: var(--blue); }
.site-header nav .nav-cta { padding: 12px 19px; border: 1px solid #d5d9e3; border-radius: 100px; display: flex; align-items: center; gap: 22px; }
.hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 28px; padding: 38px 0 65px; }
.hero-copy { padding-bottom: 14px; position: relative; z-index: 2; }
.eyebrow { font-size: 10px; text-transform: uppercase; letter-spacing: 1.8px; font-weight: 650; line-height: 1.7; margin: 0 0 25px; }
.hero .eyebrow { display: flex; align-items: center; gap: 9px; letter-spacing: 1.4px; }
.status-dot { display: inline-block; width: 6px; height: 6px; flex-shrink: 0; border-radius: 50%; background: var(--blue); }
h1, h2, p { margin-top: 0; }
h1 { font-size: clamp(50px, 5.2vw, 74px); line-height: 1.04; font-weight: 560; letter-spacing: -4.4px; margin-bottom: 28px; }
.blue-word { color: var(--blue); }
.hero-description { color: var(--muted); line-height: 1.75; font-size: 16px; letter-spacing: -.15px; margin-bottom: 32px; }
.hero-actions { display: flex; align-items: center; gap: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; min-height: 50px; padding: 14px 24px; font-size: 13px; font-weight: 550; border-radius: 100px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #343b4e; }
.button-dark { color: white; background: var(--ink); }
.button span { font-size: 18px; }
.platform-note { font-size: 11px; line-height: 1.6; color: var(--muted); }
.hero-footnote { display: flex; gap: 7px; align-items: center; font-size: 10px; color: var(--muted); margin-top: 38px; }
.hero-footnote svg { width: 15px; height: 15px; color: var(--blue); }
.hero-art { height: 580px; position: relative; isolation: isolate; border-radius: 44px; background: #e9edfb; overflow: hidden; }
.orbit { position: absolute; z-index: -1; width: 610px; height: 610px; border-radius: 50%; border: 1px solid #d6def5; left: -48px; top: 5px; }
.orbit-two { width: 450px; height: 450px; top: 85px; left: 32px; background: #e2e8fb; }
.phone { background: #fff; border: 5px solid #333744; outline: 1px solid #a6aab3; border-radius: 35px; overflow: hidden; box-shadow: 1px 2px 0 2px #c8cbd3, 0 25px 55px -18px #262f5f55; }
.phone img { width: 100%; }
.hero-art .phone { position: absolute; width: 222px; }
.phone-front { left: 11%; top: 53px; transform: rotate(-9deg); z-index: 2; }
.phone-back { right: 8%; top: 90px; transform: rotate(10deg); z-index: 1; }
.floating-note { display: flex; align-items: center; gap: 12px; position: absolute; z-index: 3; bottom: 80px; left: 20%; background: #fffffff2; padding: 14px 17px; border: 1px solid white; border-radius: 17px; box-shadow: 0 10px 35px #333f7520; font-size: 11px; line-height: 1.6; transform: rotate(-3deg); }
.floating-note strong { font-weight: 650; font-size: 13px; }
.note-icon { width: 35px; height: 35px; display: grid; place-items: center; background: #ebefff; color: var(--blue); font-size: 23px; border-radius: 10px; }
.note-check { display: grid; place-items: center; color: #317f60; background: #e2f4eb; width: 21px; height: 21px; border-radius: 50%; margin-left: 18px; font-size: 12px; }
.platforms { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: 34px; display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); align-items: center; gap: 28px; }
.platforms-copy h2 { font-size: 21px; line-height: 1.2; font-weight: 570; letter-spacing: -.6px; margin: 0 0 9px; }
.platforms-copy h2 span { display: block; }
.platforms p { font-size: 11px; color: var(--muted); line-height: 1.6; margin: 0; }
.platform-device { display: flex; align-items: center; gap: 15px; }
.platform-device svg { width: 42px; height: 42px; flex-shrink: 0; color: var(--blue); stroke-width: 1.5; }
.platform-device h3 { font-size: 15px; line-height: 1.4; font-weight: 600; letter-spacing: -.2px; margin: 0 0 5px; }
.section-space { padding-block: 110px; }
.section-heading { text-align: center; margin-bottom: 52px; }
.section-heading .eyebrow { color: var(--blue); margin-bottom: 17px; }
h2 { font-size: clamp(32px, 3.3vw, 44px); line-height: 1.15; font-weight: 550; letter-spacing: -1.8px; margin-bottom: 20px; }
.section-heading > p:last-child { font-size: 14px; color: var(--muted); line-height: 1.8; }
.feature-sections { display: grid; gap: 80px; }
.feature-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-areas: "copy image"; gap: 80px; align-items: center; }
.feature-row:nth-child(even) { grid-template-areas: "image copy"; }
.feature-copy { grid-area: copy; width: 100%; max-width: 390px; justify-self: center; }
.feature-copy h3 { font-size: clamp(30px, 3.2vw, 42px); line-height: 1.15; font-weight: 550; letter-spacing: -1.6px; margin: 0 0 20px; text-wrap: balance; }
.feature-copy p { color: var(--muted); font-size: 15px; line-height: 1.8; margin: 0; }
.feature-stage { grid-area: image; padding: 32px 26px; background: #edf0f7; border-radius: var(--radius); min-width: 0; }
.feature-phone { width: 220px; margin-inline: auto; border-radius: 33px; }
.closing { text-align: center; }
.explore + .closing { padding-top: 0; }
.closing > img { margin: 0 auto 24px; border-radius: 17px; }
.closing .eyebrow { margin-bottom: 17px; font-size: 9px; color: var(--muted); }
.closing h2 { font-size: 50px; letter-spacing: -2.4px; margin-bottom: 18px; }
.closing > p:not(.eyebrow, .requirements) { font-size: 13px; line-height: 1.8; color: var(--muted); }
.coming-soon { display: inline-flex; align-items: center; gap: 10px; border: 1px solid #d7ddea; border-radius: 100px; padding: 14px 22px; font-size: 12px; margin-top: 14px; background: white; }
.closing .requirements { margin: 22px auto 0; font-size: 9px; color: #737989; line-height: 1.8; }
.site-footer { border-top: 1px solid var(--line); display: flex; gap: 24px; justify-content: space-between; align-items: center; padding-block: 28px; }
.site-footer .brand { font-size: 17px; letter-spacing: -.5px; gap: 8px; }
.site-footer .brand img { border-radius: 6px; }
.site-footer p, .site-footer > div { font-size: 10px; color: var(--muted); margin: 0; }
.site-footer > div { display: flex; gap: 28px; }
.site-footer a:hover { color: var(--blue); }
.privacy-page { padding-top: 62px; padding-bottom: 100px; }
.privacy-heading { margin-bottom: 38px; }
.privacy-heading .eyebrow { color: var(--blue); }
.privacy-heading h1 { font-size: 60px; letter-spacing: -3px; }
.privacy-heading > p:not(.eyebrow) { font-size: 16px; color: var(--muted); line-height: 1.7; }
.policy-date { font-size: 11px; color: var(--muted); }
.policy-layout { display: grid; grid-template-columns: 220px minmax(0, 720px); gap: 60px; align-items: start; }
.policy-nav { position: sticky; top: 36px; display: flex; flex-direction: column; gap: 17px; font-size: 12px; color: var(--muted); }
.policy-nav .eyebrow { margin-bottom: 5px; font-size: 9px; }
.policy-nav a { width: fit-content; padding-block: 4px; }
.policy-nav a:hover { color: var(--blue); }
.policy-copy section { padding-block: 34px; border-bottom: 1px solid var(--line); }
.policy-copy section:last-child { border-bottom: 0; }
.policy-copy h2 { font-size: 25px; letter-spacing: -.7px; line-height: 1.3; margin-bottom: 17px; }
.policy-copy p { font-size: 14px; line-height: 1.9; color: var(--muted); }
.policy-copy p:last-child { margin-bottom: 0; }
.policy-copy a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.policy-number { display: block; color: var(--blue); font-size: 10px; letter-spacing: 1px; margin-bottom: 12px; }
.policy-copy .policy-summary { padding: 30px; background: #eaf0ff; border: 0; border-radius: 22px; margin-bottom: 10px; }
.policy-summary .eyebrow { display: block; color: var(--blue); font-size: 9px; margin-bottom: 15px; }
.policy-summary p { color: #4d5a78; }
.policy-copy .policy-pending { border-left: 2px solid #d6c998; padding-left: 16px; font-size: 12px; color: #75653c; }
@media (min-width: 1500px) { .hero { padding-block: 70px 90px; } }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .hero { gap: 20px; }
  h1 { font-size: 58px; letter-spacing: -3.5px; }
  .hero-art { height: 535px; }
  .hero-art .phone { width: 200px; }
  .phone-front { left: 8%; }
  .phone-back { right: 4%; }
  .hero-description { font-size: 14px; }
  .hero .eyebrow { font-size: 8px; }
  .feature-row { gap: 48px; }
}
@media (max-width: 800px) {
  .site-header { height: 88px; }
  .site-header nav { gap: 22px; font-size: 12px; }
  .site-header .nav-cta { display: none !important; }
  .hero { grid-template-columns: 1fr; gap: 35px; padding-top: 38px; }
  .hero-copy { text-align: center; padding-bottom: 0; }
  .hero .eyebrow, .hero-actions, .hero-footnote { justify-content: center; }
  .hero .eyebrow { font-size: 9px; }
  h1 { font-size: 66px; }
  .hero-description { font-size: 16px; }
  .hero-footnote { margin-top: 25px; }
  .hero-art { width: 100%; max-width: 570px; margin-inline: auto; height: 570px; }
  .hero-art .phone { width: 220px; }
  .phone-front { left: 13%; }
  .phone-back { right: 11%; }
  .platforms { grid-template-columns: repeat(3, 1fr); gap: 28px 20px; text-align: center; }
  .platforms-copy { grid-column: 1 / -1; }
  .platforms-copy h2 span { display: inline; }
  .platform-device { flex-direction: column; gap: 12px; }
  .section-space { padding-block: 75px; }
  .feature-sections { gap: 64px; }
  .feature-row { gap: 28px; }
  .feature-copy h3 { font-size: 30px; letter-spacing: -1px; margin-bottom: 16px; }
  .feature-copy p { font-size: 13px; }
  .feature-stage { padding: 24px 12px; }
  .feature-phone { width: 190px; border-radius: 28px; }
  .site-footer > p { display: none; }
  .policy-layout { grid-template-columns: 1fr; gap: 32px; }
  .policy-nav { position: static; flex-direction: row; flex-wrap: wrap; gap: 12px 22px; }
  .policy-nav .eyebrow { flex-basis: 100%; }
  .privacy-page { padding-top: 45px; }
  .privacy-heading h1 { font-size: 52px; }
}
@media (max-width: 560px) {
  .wrap { width: calc(100% - 40px); }
  .brand { font-size: 22px; gap: 8px; }
  .brand img { width: 30px; height: 30px; border-radius: 8px; }
  .site-header nav { gap: 18px; font-size: 11px; }
  .hero { padding-top: 30px; padding-bottom: 36px; }
  h1 { font-size: clamp(44px, 12.5vw, 66px); letter-spacing: -2.7px; margin-bottom: 22px; }
  .hero .eyebrow { font-size: 8px; letter-spacing: 1px; margin-bottom: 23px; }
  .hero-description { font-size: 14px; line-height: 1.8; }
  .desktop-break { display: none; }
  .hero-actions { gap: 16px; }
  .button { font-size: 12px; gap: 18px; padding-inline: 19px; }
  .platform-note { font-size: 9px; text-align: left; }
  .hero-footnote { font-size: 9px; }
  .hero-art { height: 465px; border-radius: 28px; }
  .hero-art .phone { width: 180px; border-width: 4px; border-radius: 27px; }
  .phone-front { left: 6%; top: 30px; }
  .phone-back { right: 4%; top: 56px; }
  .floating-note { left: 15%; bottom: 61px; padding: 10px 12px; gap: 9px; font-size: 10px; }
  .floating-note strong { font-size: 12px; }
  .note-icon { width: 30px; height: 30px; }
  .note-check { margin-left: 8px; }
  .platforms { gap: 28px 12px; padding-block: 28px; }
  .platforms-copy h2 { font-size: 20px; }
  .platform-device h3 { font-size: 14px; }
  .platform-device p { font-size: 10px; max-width: 110px; margin-inline: auto; }
  .section-space { padding-block: 65px; }
  h2 { font-size: 30px; letter-spacing: -1.2px; }
  .section-heading { margin-bottom: 26px; }
  .section-heading .eyebrow { font-size: 8px; letter-spacing: 1.2px; }
  .section-heading > p:last-child { font-size: 12px; }
  .feature-row, .feature-row:nth-child(even) { grid-template-columns: minmax(0, 1fr); grid-template-areas: "copy" "image"; gap: 24px; }
  .feature-copy { max-width: 340px; text-align: center; }
  .feature-copy h3 { font-size: 29px; }
  .feature-stage { padding: 28px 20px; }
  .feature-phone { width: 220px; border-radius: 33px; }
  .closing h2 { font-size: 40px; letter-spacing: -1.7px; }
  .closing > p:not(.eyebrow, .requirements) { font-size: 12px; }
  .closing .requirements { max-width: 280px; font-size: 8px; }
  .closing .requirements br { display: none; }
  .site-footer { padding-block: 24px; gap: 12px; }
  .site-footer .brand { font-size: 15px; }
  .site-footer .brand img { width: 24px; height: 24px; }
  .site-footer > div { gap: 16px; font-size: 9px; }
  .privacy-page { padding-top: 32px; padding-bottom: 55px; }
  .privacy-heading h1 { font-size: 42px; letter-spacing: -2px; }
  .privacy-heading > p:not(.eyebrow) { font-size: 14px; }
  .privacy-heading .eyebrow { font-size: 9px; }
  .policy-nav { font-size: 11px; gap: 10px 16px; }
  .policy-copy .policy-summary { padding: 24px; }
  .policy-copy h2 { font-size: 23px; }
  .policy-copy p { font-size: 13px; }
}
@media (max-width: 360px) {
  .hero-art { height: 410px; }
  .hero-art .phone { width: 155px; }
  .floating-note { bottom: 55px; left: 10%; }
  .hero-footnote { font-size: 8px; }
  .privacy-heading h1 { font-size: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
