@font-face {
  font-family: Alexandria;
  src: url('/fonts/Alexandria-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: light;
  --page: #F8F9FB;
  --surface: #FFFFFF;
  --navy: #243E63;
  --pressed: #1A2F4D;
  --text: #202833;
  --muted: #66717D;
  --border: #E1E5EB;
  --tint: #EAF0F7;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--page); color: var(--text); font-family: Alexandria, system-ui, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.9; }
[hidden] { display: none !important; }
img { max-width: 100%; height: auto; }
a { color: var(--navy); text-underline-offset: .25em; }
a:hover { color: var(--pressed); }
a, button, summary { -webkit-tap-highlight-color: transparent; }
:where(a, button, input, summary):focus-visible { outline: 3px solid var(--navy); outline-offset: 4px; border-radius: 4px; }
h1, h2, h3, h4 { color: var(--navy); margin: 0; font-weight: 700; line-height: 1.5; text-wrap: pretty; }
h1 { font-weight: 800; }
h2 { font-size: clamp(28px, 3vw, 40px); }
h3 { font-size: 24px; }
h4 { font-size: 17px; }
p { margin: 12px 0 0; }
p, li { overflow-wrap: break-word; }
.container { width: min(1168px, 100%); padding-inline: 24px; margin-inline: auto; }
.section { padding-block: 80px; }
.eyebrow { margin: 0 0 14px; color: var(--navy); font-size: 16px; font-weight: 700; }
.skip-link { position: fixed; inset-block-start: 8px; inset-inline-start: -200%; padding: 12px 20px; background: white; z-index: 100; font-weight: 700; }
.skip-link:focus { inset-inline-start: 8px; }
.site-header { position: relative; z-index: 20; background: var(--navy); }
.site-header .container, .hero .container, .benefits .container { width: min(1360px, 100%); padding-inline: 48px; }
.site-header .brand, .desktop-nav a, .mobile-menu summary { color: var(--page); }
.site-header .brand { font-size: 26px; gap: 0; }
.site-header .brand img { width: 80px; height: 80px; }
.site-header :where(a, summary):focus-visible, .hero a:focus-visible, .benefits a:focus-visible { outline-color: white; }
.header-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 112px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-height: 48px; color: var(--navy); text-decoration: none; font-size: 20px; font-weight: 700; flex-shrink: 0; }
.brand img { width: 42px; height: 42px; border-radius: 12px; }
.desktop-nav { display: flex; gap: 28px; align-items: center; }
.desktop-nav a, .mobile-menu a { display: flex; align-items: center; min-width: 48px; min-height: 48px; padding: 8px 12px; font-size: 16px; text-decoration: none; border-radius: 8px; }
.desktop-nav a:hover { background: #FFFFFF12; color: white; }
.mobile-menu a:hover { background: var(--tint); }
.mobile-menu nav a:focus-visible { outline-color: var(--navy); }
.desktop-nav a:last-child { font-weight: 700; background: var(--page); color: var(--navy); padding-inline: 28px; border-radius: 40px; margin-inline-start: 12px; }
.desktop-nav a:last-child:hover { background: var(--tint); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { cursor: pointer; padding: 8px 16px; min-height: 48px; border: 1px solid var(--border); border-radius: 10px; color: var(--page); font-weight: 700; }
.mobile-menu nav { position: absolute; inset-inline-end: 0; top: calc(100% + 12px); width: 240px; max-width: calc(100vw - 32px); padding: 12px; border: 1px solid var(--border); border-radius: 14px; background: white; box-shadow: 0 16px 40px #243e6314; }
.hero { position: relative; isolation: isolate; overflow: clip; background: var(--navy); color: var(--page); }
.hero-mark { position: absolute; width: 740px; max-width: none; right: -120px; bottom: -260px; opacity: .045; pointer-events: none; z-index: -1; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); align-items: start; gap: 24px; padding-block: 68px 48px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { width: 135%; font-size: clamp(50px, 6.2vw, 88px); line-height: 1.42; letter-spacing: -1.8px; color: var(--page); white-space: nowrap; }
.hero-description { margin-top: 42px; color: #C3D0E2; font-size: clamp(18px, 1.8vw, 24px); line-height: 1.9; }
.hero-actions { display: flex; margin-top: 36px; }
.hero .button { background: var(--page); color: var(--navy); border-radius: 40px; padding-inline: 36px; font-size: 18px; }
.hero .button:hover { background: white; color: var(--navy); transform: translateY(-2px); }
.hero .release-note { color: #C3D0E2; margin-top: 20px; }
.hero-preview { position: relative; margin: 90px 0 0; min-width: 0; }
.phone-pair { position: relative; direction: ltr; width: 100%; aspect-ratio: .69; }
.phone-shot { display: block; position: absolute; width: 52%; padding: 4px; background: var(--page); border: 1px solid #C1CBD8; border-radius: 20px; box-shadow: 0 24px 52px #09172C40; transform: rotate(var(--tilt)); }
.phone-shot img { display: block; width: 100%; border-radius: 15px; }
.phone-home { left: 5%; top: 0; --tilt: -6deg; --arrival-x: -90px; --arrival-tilt: -12deg; z-index: 2; }
.phone-overview { right: -8%; top: 0; margin-top: 32%; --tilt: 6deg; --arrival-x: 90px; --arrival-tilt: 12deg; }
.hero-preview figcaption { position: absolute; left: -150px; top: 46%; width: 260px; transform: rotate(-90deg); color: #C3D0E2; font-size: 16px; text-align: center; }
@media (prefers-reduced-motion: no-preference) {
  .phone-shot { animation: phones-arrive 1.15s cubic-bezier(.22, .75, .22, 1) .12s backwards; }
  .phone-overview { animation-delay: .28s; }
}
@keyframes phones-arrive {
  from { opacity: 0; transform: translate3d(var(--arrival-x), 44px, 0) rotate(var(--arrival-tilt)); }
  to { opacity: 1; transform: translate3d(0, 0, 0) rotate(var(--tilt)); }
}
.benefits { background: #172C49; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding-block: 48px; }
.benefit-grid a { text-align: center; text-decoration: none; padding: 8px 20px; color: #C3D0E2; }
.benefit-grid a + a { border-inline-start: 1px solid #FFFFFF25; }
.benefit-grid h2 { color: var(--page); font-size: clamp(24px, 2.5vw, 34px); }
.benefit-grid a:hover h2 { text-decoration: underline; text-underline-offset: 8px; }
.button, .wl-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 12px; background: var(--navy); color: white; text-decoration: none; min-height: 56px; padding: 12px 24px; font: 700 16px/1.8 Alexandria, system-ui, sans-serif; cursor: pointer; transition: background .15s, transform .15s; }
.button:hover { background: var(--pressed); color: white; }
.button:active, .wl-btn:active { transform: translateY(1px); }
.text-link { display: inline-flex; gap: 12px; align-items: center; min-height: 48px; font-weight: 700; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.screen-preview { margin: 0; display: grid; justify-items: center; min-width: 0; }
.screen-frame { display: block; width: min(320px, 100%); border: 1px solid #CAD1DB; border-radius: 22px; background: var(--page); padding: 5px; box-shadow: 0 20px 48px #243e6312; }
.screen-frame img { display: block; width: 100%; border-radius: 17px; }
.screen-preview figcaption { text-align: center; color: var(--muted); font-size: 16px; line-height: 1.8; margin-top: 20px; }
.home-page { --muted: #606D7B; background: #EDF1F6; }
.features { background: #1B3150; color: var(--page); padding-block: 72px 88px; border-radius: 0 0 48px 48px; }
.features h2, .features h3, .features h4, .features a { color: var(--page); }
.features .eyebrow, .features .screen-preview figcaption { color: #BACAE0; }
.features a:focus-visible { outline-color: white; }
.section-heading { padding-bottom: 48px; }
.section-heading h2 { font-size: clamp(32px, 3.6vw, 48px); }
.upcoming-feature { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; padding: 44px; background: var(--navy); border: 1px solid #FFFFFF20; border-radius: 28px; }
.upcoming-intro h3 { font-size: clamp(30px, 3.4vw, 44px); line-height: 1.5; }
.upcoming-intro > p:last-child { max-width: 38ch; color: #C3D0E2; margin-top: 20px; }
.upcoming-list h4 { font-size: 20px; }
.upcoming-list p { color: #C3D0E2; margin-top: 8px; }
.upcoming-list > div + div { border-top: 1px solid #FFFFFF25; margin-top: 24px; padding-top: 24px; }
.upcoming-list .text-link { margin-top: 24px; font-size: 16px; }
.feature-row { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); align-items: center; gap: 96px; padding-block: 88px; }
.feature-row + .feature-row { border-top: 1px solid #FFFFFF20; }
.feature-row:last-child { padding-bottom: 0; }
.feature-row:nth-of-type(even) .feature-copy { order: 2; }
.feature-copy > h3 { font-size: clamp(30px, 3.4vw, 44px); }
.feature-list { margin-top: 28px; display: grid; }
.feature-list > div { padding-block: 22px; }
.feature-list > div:first-child { padding-top: 0; }
.feature-list > div + div { border-top: 1px solid #FFFFFF20; }
.feature-list h4 { font-size: 18px; }
.feature-list p { color: #C3D0E2; margin-top: 8px; max-width: 46ch; }
.feature-row .screen-preview { padding: 40px 28px 28px; border-radius: 28px; background: #274466; }
.feature-row .screen-frame { width: min(296px, 100%); transform: rotate(-2deg); box-shadow: 0 24px 48px #09172C40; }
.feature-row:nth-of-type(even) .screen-preview { background: #2D4B6E; }
.feature-row:nth-of-type(even) .screen-frame { transform: rotate(2deg); }
.feature-row .screen-preview figcaption { margin-top: 28px; }
.steps { list-style: none; margin: 36px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; }
.steps li { border-top: 1px solid #CAD1DB; padding-top: 24px; }
.steps h3 { font-size: 20px; }
.steps p { color: var(--muted); }
.plans { padding-top: 0; }
.plans > p:not(.eyebrow) { color: var(--muted); }
.plan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 32px; }
.plan { padding: 32px; border: 1px solid var(--border); border-radius: 20px; background: white; }
.plan h3 { font-size: 20px; }
.plan .capacity { font-size: clamp(30px, 3.5vw, 40px); line-height: 1.5; font-weight: 700; color: var(--navy); margin: 20px 0; }
.plan p:last-child { color: var(--muted); }
.plan-pro { background: var(--navy); border-color: var(--navy); color: white; }
.plan-pro h3, .plan-pro .capacity { color: white; }
.plan-pro p:last-child { color: #E1E5EB; }
.plans > p:last-child { margin-top: 20px; }
.trust { padding-block: 0 80px; }
.trust > div { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding: 44px; background: white; border: 1px solid var(--border); border-radius: 20px; }
.trust h2 { font-size: clamp(28px, 3vw, 36px); }
.trust p { color: var(--muted); }
.trust ul { list-style: none; padding: 0; margin: 0; }
.trust li { padding-block: 12px; }
.trust li + li { border-top: 1px solid var(--border); }
.faq { display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px; padding-block: 0 56px; }
.faq details:first-child { border-top: 1px solid var(--border); }
.faq details { border-bottom: 1px solid var(--border); }
.faq summary { cursor: pointer; list-style: none; display: flex; flex-direction: row-reverse; justify-content: space-between; align-items: center; gap: 16px; min-height: 64px; padding: 18px 0; font-weight: 700; color: var(--navy); }
.faq summary::-webkit-details-marker { display: none; }
.faq [data-fq] { font-size: 24px; line-height: 1; font-weight: 400; flex-shrink: 0; }
.faq details[open] [data-fq] { transform: rotate(45deg); }
.faq details p { max-width: 75ch; margin: 0; padding: 0 0 24px; color: var(--muted); }
.waitlist { padding-block: 0 80px; }
.waitlist-panel { background: var(--navy); color: white; border-radius: 24px; padding: 48px; display: grid; grid-template-columns: 1.15fr 1fr; gap: 44px; align-items: center; }
.waitlist h2 { color: white; font-size: clamp(26px, 2.6vw, 34px); }
.waitlist .eyebrow, .waitlist a { color: white; }
.waitlist-copy > p:last-child { color: #E1E5EB; margin-top: 20px; }
.waitlist :where(a, button, input):focus-visible { outline-color: white; }
.wl-label { display: block; margin-bottom: 8px; font-weight: 700; }
.form-fields { display: grid; gap: 18px; }
.wl-input { width: 100%; min-height: 56px; border: 1px solid #CAD1DB; border-radius: 10px; background: white; color: var(--text); padding: 12px 16px; font: 400 16px/1.8 Alexandria, system-ui, sans-serif; text-align: left; }
.wl-input::placeholder { color: var(--muted); }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); opacity: 0; }
.wl-btn { margin-top: 20px; background: white; color: var(--navy); width: 100%; }
.wl-btn:hover { background: var(--tint); }
.wl-btn:disabled { opacity: .75; cursor: default; transform: none; }
.wl-spin { width: 16px; height: 16px; border-radius: 50%; border: 2px solid #CAD1DB; border-top-color: var(--navy); animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.wl-slot { display: grid; align-items: center; }
.wl-slot > * { grid-area: 1 / 1; }
.wl-gone { visibility: hidden; }
.wl-done { display: flex; gap: 18px; align-items: flex-start; }
.wl-done svg { flex-shrink: 0; }
#wl-done-title { margin: 0; font-weight: 700; font-size: 20px; }
#wl-done-note { color: #E1E5EB; }
#wl-status { min-height: 30px; margin-top: 12px; color: #FFD9D2; }
.site-footer { background: var(--pressed); color: white; }
.footer-layout { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 64px; padding-block: 52px; }
.footer-layout > div:first-child > div { display: flex; align-items: center; gap: 12px; }
.footer-layout strong { font-size: 20px; }
.footer-layout p { color: #E1E5EB; }
.footer-mark { display: grid; place-items: center; width: 42px; height: 42px; }
.site-footer a { color: white; }
.site-footer a:focus-visible { outline-color: white; }
.site-footer nav { display: grid; justify-items: start; align-content: start; }
.foot-link { display: inline-flex; align-items: center; min-height: 48px; min-width: 48px; padding-block: 8px; text-decoration: none; }
.foot-link:hover { text-decoration: underline; }
.footer-bottom { border-top: 1px solid #FFFFFF30; padding-block: 20px; color: #E1E5EB; }
.footer-bottom p { margin-block: 0; }
/* Policy pages use the same tokens and keep their document structure. */
.document-page > header, .document-page > main, .document-page > footer { width: min(900px, calc(100% - 48px)); margin-inline: auto; }
.document-page > header { padding-block: 32px 16px; }
.document-page header .brand { margin-bottom: 28px; }
.document-page header > h1 { font-size: clamp(30px, 4vw, 44px); font-weight: 700; }
.document-page header > p { color: var(--muted); }
.document-page nav { border-block: 1px solid var(--border); margin-top: 24px; padding-block: 8px; }
.document-page nav ul { list-style: none; display: flex; flex-wrap: wrap; gap: 4px 20px; padding: 0; margin: 0; }
.document-page nav a { display: inline-flex; align-items: center; min-height: 48px; min-width: 48px; text-decoration: none; font-weight: 700; }
.document-page nav a[aria-current] { text-decoration: underline; }
.document-page main { padding-block: 8px 40px; }
.document-page section { background: white; border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-block: 20px; }
.document-page h2 { font-size: 24px; }
.document-page section p, .document-page section li { color: var(--text); }
.document-page li + li { margin-top: 8px; }
.document-page .notice { border-inline-start: 4px solid var(--navy); background: var(--tint); }
.document-page .request-link { display: inline-block; padding-block: 10px; min-height: 48px; overflow-wrap: anywhere; }
.document-page > footer { padding-block: 24px 40px; border-top: 1px solid var(--border); color: var(--muted); }
.result-page { display: grid; place-items: center; min-height: 100vh; padding: 24px; }
.result-card { background: white; border: 1px solid var(--border); border-radius: 20px; padding: 40px; max-width: 640px; text-align: center; }
.result-card img { width: 56px; height: 56px; border-radius: 14px; margin-bottom: 20px; }
.result-card h1 { font-size: 28px; font-weight: 700; }
.result-card p { color: var(--muted); margin: 16px 0 28px; }
@media (max-width: 1000px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero-layout { gap: 20px; padding-top: 40px; }
  .site-header .container, .hero .container, .benefits .container { padding-inline: 32px; }
  .hero h1 { font-size: clamp(46px, 6.3vw, 66px); }
  .hero-preview { margin-top: 100px; }
  .hero-preview figcaption { left: -134px; }
  .feature-row { gap: 40px; }
  .upcoming-feature { gap: 36px; padding: 32px; }
  .waitlist-panel { padding: 32px; gap: 32px; }
  .footer-layout { gap: 32px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 24px; }
  .container { padding-inline: 20px; }
  .section { padding-block: 52px; }
  .site-header { position: relative; }
  .header-inner { min-height: 72px; gap: 12px; }
  .brand { font-size: 18px; gap: 10px; }
  .brand img { width: 36px; height: 36px; border-radius: 10px; }
  .site-header .brand { font-size: 18px; }
  .site-header .brand img { width: 56px; height: 56px; }
  .site-header .container, .hero .container, .benefits .container { padding-inline: 24px; }
  .hero-layout { grid-template-columns: minmax(0, 1fr); gap: 0; padding-block: 28px 36px; }
  .hero h1 { width: auto; font-size: clamp(29px, 8.4vw, 58px); letter-spacing: -.6px; line-height: 1.5; }
  .hero-description { margin-top: 20px; font-size: 16px; }
  .hero-actions { margin-top: 24px; }
  .hero .button { width: 100%; padding-inline: 16px; font-size: 16px; }
  .hero .release-note { font-size: 16px; margin-top: 14px; }
  .hero-preview { width: min(520px, 100%); margin: 44px auto 0; }
  .phone-pair { aspect-ratio: .74; }
  .phone-shot { width: 47%; padding: 2px; border-radius: 12px; }
  .phone-shot img { border-radius: 9px; }
  .phone-home { left: 2%; --tilt: -4deg; --arrival-x: -30px; --arrival-tilt: -8deg; }
  .phone-overview { right: 2%; top: 16%; margin-top: 0; --tilt: 4deg; --arrival-x: 30px; --arrival-tilt: 8deg; }
  .hero-mark { width: 520px; bottom: -120px; right: -200px; }
  .hero-preview figcaption { position: static; width: auto; transform: none; font-size: 16px; margin-top: 12px; }
  .benefit-grid { grid-template-columns: 1fr; padding-block: 16px; }
  .benefit-grid a { display: flex; align-items: center; gap: 24px; text-align: start; padding: 20px 0; }
  .benefit-grid h2 { margin: 0; font-size: 24px; }
  .benefit-grid a + a { border-inline-start: 0; border-top: 1px solid #FFFFFF25; }
  .steps, .plan-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .features { padding-block: 40px 56px; border-radius: 0 0 28px 28px; }
  .section-heading { padding-bottom: 28px; }
  .upcoming-feature { grid-template-columns: minmax(0, 1fr); gap: 28px; padding: 28px 22px; border-radius: 22px; }
  .upcoming-list .text-link { align-items: flex-start; }
  .feature-row { grid-template-columns: minmax(0, 1fr); gap: 28px; padding-block: 40px; }
  .feature-row:nth-of-type(even) .feature-copy { order: 0; }
  .feature-row .screen-preview { padding: 24px 16px; }
  .feature-row .screen-frame, .feature-row:nth-of-type(even) .screen-frame { width: min(264px, 100%); transform: none; }
  .feature-list > div { padding-block: 20px; }
  .plans { padding-top: 0; }
  .plan { padding: 28px 24px; }
  .trust { padding-top: 0; }
  .trust > div { grid-template-columns: minmax(0, 1fr); padding: 28px 24px; gap: 20px; }
  .faq { padding-top: 0; }
  .waitlist { padding-top: 0; }
  .waitlist-panel { grid-template-columns: minmax(0, 1fr); padding: 28px 24px; gap: 28px; }
  .footer-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; padding-block: 40px; }
  .site-footer nav { grid-template-columns: 1fr 1fr; gap: 4px 16px; }
  .document-page > header, .document-page > main, .document-page > footer { width: calc(100% - 32px); }
  .document-page section { padding: 22px 18px; }
  .document-page h2 { font-size: 22px; }
  .document-page nav ul { gap: 4px 16px; }
  .result-card { padding: 28px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
