:root {
  --brand-dark: #173b73;
  --brand-primary: #2864dc;
  --brand-gradient: linear-gradient(125deg, #173b73, #2864dc);
  --night: #0d192b;
  --ink: #17273d;
  --muted: #647184;
  --line: #dbe2eb;
  --paper: #f7f9fc;
  --shell: 1190px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: #fff; color: var(--ink); font: 16px/1.5 -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }
svg { display: block; }
figure, h1, h2, h3, p { margin: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
.shell { position: relative; width: min(var(--shell), calc(100% - 80px)); margin-inline: auto; }
.section-space { padding: 118px 0; }
.skip-link { position: fixed; z-index: 100; top: -70px; left: 20px; padding: 12px 18px; border-radius: 8px; background: #fff; color: var(--ink); box-shadow: 0 8px 30px #0002; }
.skip-link:focus { top: 15px; }
:focus-visible { outline: 3px solid #7aa7fa; outline-offset: 5px; }
.eyebrow, .small-label { font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { color: var(--brand-primary); }
h1, h2, h3 { font-weight: 650; letter-spacing: -.055em; line-height: 1.04; }
h2 { font-size: clamp(42px, 4.8vw, 68px); }
h2 > span { color: #7b8ba0; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-height: 56px; padding: 15px 25px; border: 1px solid transparent; border-radius: 100px; font-size: 15px; line-height: 1.25; font-weight: 650; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.button > span:last-child:not([data-cta-label]) { font-size: 20px; line-height: 1; transition: transform .22s ease; }
.button:hover { transform: translateY(-2px); }
.button:hover > span:last-child:not([data-cta-label]) { transform: translate(2px,-2px); }
.button-light { color: #142641; background: #fff; box-shadow: 0 5px 18px #0000000d; }
.button-light:hover { background: #edf3ff; box-shadow: 0 8px 25px #0002; }
.button-primary { color: #fff; background: var(--brand-gradient); box-shadow: 0 8px 24px #2864dc25; }
.button-primary:hover { box-shadow: 0 12px 30px #2864dc40; }
.button-small { min-height: 44px; padding: 10px 18px; gap: 15px; font-size: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 13px; min-height: 44px; padding: 8px 0; border: 0; background: none; color: var(--brand-dark); font-size: 14px; font-weight: 650; }
.text-link span { font-size: 19px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(3px); }
.text-link:hover { color: var(--brand-primary); }

.site-header { position: sticky; z-index: 30; top: 0; background: var(--night); border-bottom: 1px solid #ffffff0e; }
.nav-wrap { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 77px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 24px; font-weight: 800; letter-spacing: -.065em; line-height: 1; }
.brand img { width: 28px; height: 28px; object-fit: contain; filter: brightness(0) invert(1); }
.primary-nav { display: flex; align-items: center; gap: 33px; color: #bdc8d9; font-size: 13px; font-weight: 500; }
.primary-nav > a:not(.button) { padding: 12px 0; }
.primary-nav > a:not(.button):hover { color: #fff; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: none; color: #fff; }
.menu-toggle span { display: block; height: 1.5px; margin: 6px 0; background: currentColor; transition: transform .2s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }

.hero { position: relative; overflow: hidden; color: #fff; background: var(--night); }
.hero-light { position: absolute; inset: 0; background: radial-gradient(ellipse at 82% 48%, #27487885 0, #152b4940 32%, transparent 67%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 30px; min-height: 730px; }
.hero-copy { position: relative; z-index: 3; padding: 40px 0 48px; animation: arrive .75s ease both; }
.hero-eyebrow { display: flex; align-items: center; gap: 10px; color: #bfcee3; letter-spacing: .12em; }
.hero-eyebrow > span { width: 6px; height: 6px; background: #8baaf1; border-radius: 50%; box-shadow: 0 0 0 4px #8baaf112; }
.hero h1 { margin: 27px 0 27px; font-size: clamp(61px, 6.7vw, 96px); font-weight: 620; line-height: 1.02; letter-spacing: -.062em; }
.rdy-word { font-weight: 780; }
.hero-last-line { color: #8baaff; }
.hero-lede { max-width: 425px; color: #b5c2d5; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 17px 26px; margin-top: 31px; }
.hero-secondary { color: #d6e0ef; font-size: 13px; }
.hero-secondary:hover { color: #fff; }
.availability { display: flex; align-items: center; gap: 8px; margin-top: 25px; color: #899bb6; font-size: 11px; }
.availability svg { width: 12px; height: 16px; flex: none; }
.hero-showcase { position: relative; height: 700px; min-width: 0; }
.phone { position: relative; padding: 7px; overflow: hidden; aspect-ratio: 1206 / 2622; border: 1px solid #4d5664; border-radius: 43px; background: #131c29; box-shadow: 0 35px 65px -20px #0007, inset 0 0 0 2px #8b94a02e; }
.phone::after { position: absolute; inset: 3px; border: 1px solid #ffffff25; border-radius: 39px; content: ""; pointer-events: none; }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 35px; }
.hero-phone-front { position: absolute; z-index: 2; top: 28px; right: 20px; width: 295px; transform: rotate(6deg); animation: phone-arrive-front 1s .12s both; }
.hero-phone-back { position: absolute; z-index: 1; top: 126px; left: 6px; width: 250px; transform: rotate(-9deg); filter: brightness(.91); animation: phone-arrive-back 1s .04s both; }
.showcase-orbit { position: absolute; right: -8%; bottom: 76px; width: 110%; height: 210px; border: 1px solid #ffffff10; border-radius: 50%; transform: rotate(-17deg); }
.showcase-label { position: absolute; right: 13px; bottom: 0; display: flex; align-items: center; gap: 11px; color: #9dafcb; font-size: 11px; letter-spacing: .03em; }
.label-line { display: block; width: 31px; height: 1px; background: #7792b8; }
.hero-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 88px; border-top: 1px solid #ffffff12; font-size: 13px; }
.hero-bottom p { color: #e6edf7; }
.hero-bottom p span { margin-left: 8px; color: #8395ae; }
.hero-bottom > div { display: flex; gap: 28px; color: #9aaac1; font-size: 12px; }

.app-section { background: #fff; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 55px; margin-bottom: 48px; }
.section-heading h2 { margin-top: 19px; }
.section-heading > p { max-width: 340px; padding-bottom: 4px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.app-tour { overflow: hidden; border: 1px solid #e4e9f0; border-radius: 32px; background: #f1f4f8; }
.tour-topline { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 34px; border-bottom: 1px solid #dde4ee; }
.tour-label { color: #5f7087; font-size: 10px; font-weight: 650; letter-spacing: .13em; }
.tour-tabs { display: inline-flex; gap: 4px; padding: 5px; border: 1px solid #e1e6ed; border-radius: 100px; background: #e7edf4; }
.tour-tabs button { min-height: 40px; padding: 9px 21px; border: 0; border-radius: 100px; background: transparent; color: #68768b; font-size: 13px; font-weight: 600; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.tour-tabs button[aria-selected="true"] { color: var(--brand-dark); background: #fff; box-shadow: 0 3px 8px #223d6510; }
.tour-tabs button:hover { color: var(--brand-primary); }
.tour-panel { display: grid; grid-template-columns: 1fr 1fr; min-height: 670px; }
.tour-panel.is-entering { animation: arrive .35s ease both; }
.tour-visual { position: relative; display: grid; place-items: center; min-width: 0; overflow: hidden; background: radial-gradient(ellipse at 50% 60%, #dce6f4 0%, transparent 68%); }
.tour-background-word { position: absolute; left: -8%; top: 30%; color: #dce4ef; font-size: clamp(100px, 15vw, 230px); line-height: 1; font-weight: 750; letter-spacing: -.08em; }
.tour-phone { width: 277px; transform: rotate(-3deg); box-shadow: 0 25px 45px -20px #152d5150; }
.tour-visual-today .tour-phone { transform: rotate(3deg); }
.tour-visual-recovery .tour-phone { transform: rotate(-2deg); }
.tour-copy { align-self: center; padding: 50px 55px 50px 24px; }
.small-label { display: block; color: var(--brand-primary); font-size: 10px; }
.tour-copy h3 { margin: 19px 0 22px; font-size: clamp(33px, 3.5vw, 49px); }
.tour-copy > p { max-width: 420px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.tour-details { margin: 29px 0 18px; padding: 0; list-style: none; }
.tour-details li { padding: 13px 0; border-top: 1px solid #d9e1eb; }
.tour-details strong { display: block; font-size: 13px; font-weight: 650; }
.tour-details span { display: block; margin-top: 3px; color: #5f7087; font-size: 13px; line-height: 1.5; }
.tour-caption { padding: 0 34px 24px; color: #5f7087; font-size: 11px; letter-spacing: .02em; }

.readiness-section { padding-top: 30px; background: #fff; }
.readiness-grid { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 75px; }
.readiness-copy h2 { margin: 20px 0 23px; font-size: clamp(38px, 4.2vw, 60px); }
.section-lede { max-width: 510px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.readiness-points { display: grid; gap: 22px; margin: 30px 0 22px; }
.readiness-points > div { display: flex; align-items: start; gap: 15px; }
.point-icon { display: grid; place-items: center; width: 31px; height: 31px; flex: none; margin-top: 2px; border-radius: 50%; background: #edf2fa; color: var(--brand-dark); font-size: 21px; }
.readiness-points p { color: #627187; font-size: 14px; }
.readiness-points strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 14px; font-weight: 600; }
.readiness-composition { padding: 36px 28px 30px; border-radius: 30px; background: #edf4f1; }
.readiness-card-label { display: flex; align-items: center; gap: 9px; padding: 0 5px; color: #536e60; font-size: 9px; font-weight: 650; letter-spacing: .12em; }
.readiness-card-label span { width: 5px; height: 5px; border-radius: 50%; background: #4e9c79; }
.readiness-extract { overflow: hidden; margin-top: 27px; border-radius: 25px; background: #fff; box-shadow: 0 15px 35px -18px #254f3a30; }
.readiness-extract img { width: 100%; height: auto; }
.health-connection { display: flex; align-items: center; gap: 13px; margin-top: 22px; padding: 19px 17px; border: 1px solid #fff; border-radius: 17px; background: #ffffff94; }
.health-icon { display: grid; place-items: center; width: 37px; height: 37px; flex: none; border: 1px solid #e9edf0; border-radius: 10px; background: #fff; color: #eb526d; }
.health-icon svg { width: 20px; height: 20px; }
.health-connection strong { display: block; color: #334c40; font-size: 12px; font-weight: 600; }
.health-connection p { margin-top: 3px; color: #607366; font-size: 11px; }
.readiness-footnote { max-width: 370px; margin: 24px auto 0; color: #596f62; font-size: 11px; line-height: 1.6; text-align: center; }

.everyday-section { position: relative; display: flex; align-items: center; min-height: 670px; overflow: hidden; background: #273441; color: #fff; }
.everyday-photo, .everyday-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.everyday-photo { object-fit: cover; object-position: 50% 60%; }
.everyday-shade { background: linear-gradient(90deg, #08182acc 0%, #091d3173 43%, #0717290c 75%), linear-gradient(0deg, #08182a3b, transparent 50%); }
.everyday-copy { padding: 85px 0; }
.everyday-copy .eyebrow { color: #cbd9e8; }
.everyday-copy h2 { margin: 24px 0 23px; max-width: 600px; font-size: clamp(50px, 5.6vw, 80px); line-height: 1.04; font-weight: 600; }
.everyday-copy > p:not(.eyebrow) { color: #d7e0e9; font-size: 18px; line-height: 1.7; }
.everyday-copy .button { margin-top: 31px; }
.everyday-caption { position: absolute; right: 40px; bottom: 28px; color: #ffffffa6; font-size: 9px; letter-spacing: .19em; }

.closing-section { background: #f5f7fb; text-align: center; }
.closing-inner { max-width: 760px; }
.closing-icon { width: 72px; height: 72px; margin: 0 auto 29px; border-radius: 18px; box-shadow: 0 10px 30px #18365f12; }
.closing-inner .eyebrow { color: #5f6f85; font-size: 10px; }
.closing-inner h2 { margin: 23px 0 25px; font-size: clamp(55px, 6.2vw, 86px); font-weight: 620; }
.closing-inner h2 span { color: var(--brand-primary); }
.closing-lede { color: #718198; font-size: 19px; line-height: 1.5; }
.closing-inner .button { margin-top: 30px; min-width: 220px; }
.closing-status { max-width: 360px; margin: 22px auto 0; color: #5f6f85; font-size: 12px; line-height: 1.6; }

.site-footer { padding: 47px 0 25px; color: #fff; background: var(--night); }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-main > p { margin-right: auto; color: #8c9cb4; font-size: 13px; }
.footer-main nav { display: flex; gap: 28px; color: #bdc8d9; font-size: 12px; }
.footer-main nav a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 20px; border-top: 1px solid #ffffff12; color: #7488a3; font-size: 11px; }
.footer-bottom a:hover { color: #fff; }

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { background: var(--night); }
.legal-header .text-link { color: #fff; }
.legal-main { min-height: calc(100vh - 220px); padding: 90px 0; }
.legal-content { max-width: 780px; }
.legal-content h1 { margin: 20px 0 28px; font-size: clamp(3.5rem, 8vw, 6rem); }
.legal-content h2 { margin: 45px 0 15px; font-size: 29px; }
.legal-content p { margin-top: 15px; color: var(--muted); font-size: 17px; }
.legal-content .legal-notice { padding: 13px 17px; border-left: 3px solid var(--brand-primary); background: #e7efff; color: var(--brand-dark); font-size: 15px; font-weight: 600; }

@keyframes arrive { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes phone-arrive-front { from { opacity: 0; transform: translateY(25px) rotate(9deg); } to { opacity: 1; transform: translateY(0) rotate(6deg); } }
@keyframes phone-arrive-back { from { opacity: 0; transform: translateY(25px) rotate(-12deg); } to { opacity: 1; transform: translateY(0) rotate(-9deg); } }

@media (min-width: 1500px) {
  .hero-grid { min-height: 770px; }
}
@media (max-width: 1100px) {
  .shell { width: min(var(--shell), calc(100% - 48px)); }
  .hero h1 { font-size: clamp(57px, 7vw, 78px); }
  .hero-showcase { height: 650px; }
  .hero-phone-front { top: 38px; right: 20px; width: 258px; }
  .hero-phone-back { top: 155px; left: -6px; width: 215px; }
  .hero-lede { max-width: 360px; font-size: 16px; }
  .hero-secondary { font-size: 12px; }
  .hero-actions { gap: 13px 20px; }
  .hero-grid { min-height: 700px; gap: 25px; }
  .hero-bottom > div { gap: 20px; }
  .tour-copy { padding-right: 32px; }
  .tour-phone { width: 252px; }
  .tour-panel { min-height: 645px; }
  .readiness-grid { gap: 40px; }
  .readiness-composition { padding: 29px 21px; }
  .health-connection { padding: 15px 12px; }
}
@media (max-width: 800px) {
  .primary-nav { gap: 24px; }
  .hero-grid { grid-template-columns: 1.04fr .96fr; gap: 12px; }
  .hero h1 { font-size: 57px; }
  .hero-phone-front { width: 232px; right: 1px; top: 60px; }
  .hero-phone-back { width: 186px; left: 1px; top: 191px; }
  .hero-showcase { height: 620px; }
  .hero-actions { display: block; }
  .hero-secondary { margin-top: 12px; }
  .hero-bottom { font-size: 11px; }
  .hero-bottom > div { gap: 14px; font-size: 11px; }
  .section-heading { gap: 30px; }
  .section-heading > p { max-width: 270px; font-size: 15px; }
  .tour-copy h3 { font-size: 33px; }
  .tour-copy > p { font-size: 14px; }
  .tour-phone { width: 227px; }
  .tour-topline { padding: 21px 26px; }
  .tour-tabs button { padding-inline: 17px; }
  .tour-label { font-size: 9px; }
  .readiness-grid { gap: 30px; }
  .readiness-copy h2 { font-size: 39px; }
  .section-lede { font-size: 15px; }
  .health-connection strong { font-size: 10px; }
  .health-connection p { font-size: 10px; }
}
@media (max-width: 680px) {
  html { scroll-padding-top: 85px; }
  .shell { width: calc(100% - 40px); }
  .section-space { padding: 78px 0; }
  .nav-wrap { min-height: 68px; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: 67px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 17px; border: 1px solid #ffffff12; border-radius: 0 0 20px 20px; background: #132238; box-shadow: 0 20px 35px #0002; }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a:not(.button) { min-height: 47px; padding: 12px 10px; }
  .primary-nav .button { margin-top: 12px; }
  .hero-grid { display: block; min-height: 0; }
  .hero-copy { padding: 58px 0 18px; text-align: center; }
  .hero-eyebrow { justify-content: center; font-size: 9px; }
  .hero h1 { margin: 25px 0 23px; font-size: clamp(54px, 10.8vw, 72px); line-height: 1.02; }
  .hero-lede { max-width: 405px; margin-inline: auto; font-size: 16px; line-height: 1.65; }
  .hero-actions { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 13px 24px; margin-top: 28px; }
  .hero-secondary { display: none; }
  .availability { justify-content: center; margin-top: 21px; font-size: 10px; }
  .hero-showcase { max-width: 440px; height: 535px; margin: 0 auto; }
  .hero-phone-front { top: 23px; right: 8%; width: 220px; }
  .hero-phone-back { top: 107px; left: 6%; width: 181px; }
  .phone { border-radius: 34px; padding: 5px; }
  .phone::after { border-radius: 31px; }
  .phone img { border-radius: 28px; }
  .showcase-orbit { bottom: 44px; }
  .showcase-label { bottom: 5px; right: 9%; font-size: 10px; }
  .hero-bottom { flex-direction: column; justify-content: center; gap: 15px; min-height: 108px; }
  .hero-bottom p { font-size: 12px; }
  .hero-bottom > div { gap: 24px; font-size: 10px; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-heading h2 { margin-top: 17px; font-size: clamp(43px, 8.5vw, 58px); }
  .section-heading > p { max-width: 420px; margin-top: 22px; font-size: 16px; }
  .app-tour { border-radius: 25px; }
  .tour-topline { justify-content: center; padding: 18px 15px; }
  .tour-label { display: none; }
  .tour-tabs { width: 100%; justify-content: center; }
  .tour-tabs button { flex: 1; min-height: 40px; padding-inline: 12px; }
  .tour-panel { display: flex; flex-direction: column; }
  .tour-visual { min-height: 510px; }
  .tour-phone { width: 220px; }
  .tour-background-word { top: 35%; left: 0; font-size: 125px; }
  .tour-copy { align-self: auto; padding: 13px 28px 26px; }
  .tour-copy h3 { font-size: 37px; margin-top: 16px; }
  .tour-copy > p { font-size: 15px; }
  .tour-details { margin-top: 24px; }
  .tour-details li { padding: 12px 0; }
  .tour-copy .text-link { font-size: 13px; }
  .tour-caption { padding: 0 28px 23px; font-size: 11px; }
  .readiness-section { padding-top: 0; }
  .readiness-grid { display: block; }
  .readiness-copy h2 { font-size: clamp(41px, 8.5vw, 58px); }
  .section-lede { font-size: 16px; }
  .readiness-points { gap: 20px; }
  .readiness-composition { margin-top: 32px; padding: 29px 21px; }
  .health-connection strong { font-size: 12px; }
  .health-connection p { font-size: 11px; }
  .everyday-section { min-height: 700px; align-items: start; }
  .everyday-photo { object-position: 76% 55%; }
  .everyday-shade { background: linear-gradient(90deg, #07192bd9, #07192b50 75%), linear-gradient(0deg, #07192b4d, transparent 50%); }
  .everyday-copy { padding: 70px 0; }
  .everyday-copy h2 { margin-top: 24px; font-size: 51px; }
  .everyday-copy > p:not(.eyebrow) { font-size: 16px; }
  .everyday-copy .button { margin-top: 30px; }
  .everyday-caption { right: 20px; bottom: 23px; font-size: 8px; }
  .closing-inner h2 { font-size: clamp(54px, 10vw, 70px); }
  .closing-lede { font-size: 17px; }
  .closing-icon { width: 64px; height: 64px; border-radius: 16px; }
  .footer-main { flex-wrap: wrap; gap: 22px; }
  .footer-main > p { margin-left: auto; margin-right: 0; font-size: 11px; }
  .footer-main nav { width: 100%; padding-top: 10px; gap: 27px; }
  .footer-bottom { flex-wrap: wrap; gap: 14px; margin-top: 28px; font-size: 10px; }
  .footer-bottom > span:nth-child(2) { display: none; }
}
@media (max-width: 380px) {
  .shell { width: calc(100% - 32px); }
  .hero h1 { font-size: 52px; }
  .hero-copy { padding-top: 47px; }
  .hero-lede { font-size: 15px; }
  .hero-actions { flex-direction: column; gap: 7px; }
  .hero-showcase { height: 512px; }
  .hero-phone-front { right: 1%; width: 207px; }
  .hero-phone-back { left: 1%; width: 174px; }
  .hero-bottom > div { gap: 20px; }
  .tour-copy { padding-inline: 22px; }
  .tour-copy h3 { font-size: 33px; }
  .tour-phone { width: 205px; }
  .tour-visual { min-height: 478px; }
  .health-connection strong { font-size: 10px; }
  .health-connection p { font-size: 10px; }
  .everyday-copy h2 { font-size: 46px; }
  .everyday-copy .button { font-size: 13px; }
  .footer-main > p { width: 100%; margin: 0; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
