:root {
  --navy:#07143d;
  --navy-2:#0b1f5b;
  --blue:#1459ff;
  --blue-2:#28a9ff;
  --purple:#6b42e8;
  --green:#1dbf73;
  --ink:#111a35;
  --muted:#66718c;
  --line:#e4e9f3;
  --soft:#f5f8ff;
  --white:#ffffff;
  --shadow:0 28px 80px rgba(13,35,93,.14);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;overflow-x:hidden}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
img{max-width:100%}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.section{padding:110px 0}

.ambient{position:fixed;border-radius:50%;filter:blur(80px);opacity:.22;pointer-events:none;z-index:-1}
.ambient-one{width:420px;height:420px;background:#6ac9ff;top:-140px;right:-120px}
.ambient-two{width:340px;height:340px;background:#6d46ff;left:-160px;top:520px}

.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(223,230,243,.8)}
.nav{height:78px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.brand-mark{position:relative;width:42px;height:36px;display:inline-block}
.brand-mark i{position:absolute;width:27px;height:34px;border-radius:20px 20px 18px 18px;top:0;transform:rotate(45deg)}
.brand-mark i:first-child{left:3px;background:linear-gradient(135deg,#073fff,#19a3ff)}
.brand-mark i:last-child{right:3px;background:linear-gradient(135deg,#26c2ff,#1477ff);transform:rotate(-45deg)}
.brand-name{font-family:Manrope,sans-serif;font-size:25px;font-weight:800;line-height:1;letter-spacing:-1px;color:#07143d}
.brand-name span{color:var(--blue)}
.brand-name small{display:block;font-family:Inter,sans-serif;font-size:10px;font-weight:700;letter-spacing:0;margin-top:5px;color:#293657}
.nav-links{margin-left:auto;display:flex;align-items:center;gap:25px}
.nav-links a{font-size:14px;font-weight:600;color:#42506f}
.nav-links a:hover{color:var(--blue)}
.menu-toggle{display:none;border:0;background:none;padding:7px}
.menu-toggle span{display:block;width:24px;height:2px;background:var(--navy);margin:5px 0}

.button{display:inline-flex;align-items:center;justify-content:center;gap:11px;border:0;border-radius:14px;padding:16px 22px;font-weight:700;transition:.25s ease;cursor:pointer}
.button:hover{transform:translateY(-2px)}
.button-small{padding:12px 17px;font-size:13px}
.button-primary{background:linear-gradient(135deg,var(--blue),#0b3ec9);color:white;box-shadow:0 13px 30px rgba(20,89,255,.25)}
.button-secondary{background:white;color:var(--navy);border:1px solid var(--line)}
.button-light{background:white;color:var(--navy);box-shadow:0 16px 35px rgba(0,0,0,.18)}
.button-dark{background:var(--navy);color:white}
.button-disabled{background:#eef1f6;color:#98a1b5;cursor:not-allowed}
.button-disabled:hover{transform:none}
.full-button{width:100%}
.button-store{padding:12px 20px}
.button-store small{display:block;font-size:9px;font-weight:600;letter-spacing:1px;text-align:left}
.store-symbol{font-size:21px}

.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:9px 13px;border-radius:999px;background:#eef4ff;color:#2154bb;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.8px}
.eyebrow.simple{background:transparent;padding:0;color:var(--blue)}
.eyebrow.light{background:rgba(255,255,255,.12);color:#dce8ff;border:1px solid rgba(255,255,255,.14)}
.live-dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 6px rgba(29,191,115,.13)}

.hero{min-height:760px;display:grid;grid-template-columns:.96fr 1.04fr;gap:30px;align-items:center;padding-top:75px}
.hero h1,.section-heading h2,.plus-copy h2,.launch-copy h2,.hms-copy h2,.final-panel h2{font-family:Manrope,sans-serif;margin:20px 0 18px;font-size:64px;line-height:1.03;letter-spacing:-4px;color:var(--navy)}
.hero h1 span{background:linear-gradient(90deg,var(--blue),var(--purple));-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-text{font-size:18px;line-height:1.75;color:var(--muted);max-width:650px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:31px 0}
.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:33px}
.hero-stats article{padding:18px 16px;border-radius:18px;border:1px solid var(--line);background:rgba(255,255,255,.76);backdrop-filter:blur(10px)}
.hero-stats strong{display:block;font-size:21px;color:var(--navy);margin-bottom:5px}
.hero-stats span{font-size:12px;line-height:1.4;color:var(--muted)}

.hero-stage{position:relative;min-height:650px}
.stage-ring{position:absolute;border-radius:50%;border:1px solid rgba(20,89,255,.15)}
.ring-one{width:520px;height:520px;right:10px;top:60px}
.ring-two{width:390px;height:390px;right:75px;top:125px;border-style:dashed;animation:spin 25s linear infinite}
.phone{position:absolute;width:255px;height:520px;border:9px solid #10131b;border-radius:42px;background:#10131b;box-shadow:0 30px 80px rgba(5,24,70,.28);overflow:hidden}
.phone-notch{position:absolute;width:96px;height:22px;background:#10131b;border-radius:0 0 16px 16px;left:50%;transform:translateX(-50%);z-index:3}
.phone-primary{left:95px;top:55px;z-index:4;animation:float 6s ease-in-out infinite}
.phone-secondary{right:35px;top:120px;width:220px;height:455px;transform:rotate(7deg);z-index:2;animation:floatBack 7s ease-in-out infinite}
.phone-screen{height:100%;background:linear-gradient(180deg,#fff,#f5f8ff);padding:30px 16px 16px;border-radius:32px;color:#0f1f4c}
.screen-status{display:flex;justify-content:space-between;font-size:8px;font-weight:700;color:#202944}
.screen-brand{margin-top:22px;font-weight:800;font-size:18px}.screen-brand span{color:var(--blue)}.screen-brand b{font-size:8px;color:white;background:var(--blue);padding:4px 6px;border-radius:7px}
.phone-screen>p{font-size:10px;color:#6d7894;margin:28px 0 4px}.phone-screen h3{margin:0 0 14px;font-size:18px}
.screen-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.screen-metrics div{padding:13px;border-radius:13px;background:white;border:1px solid #edf1f7}.screen-metrics strong{display:block;font-size:17px}.screen-metrics small{font-size:8px;color:#73809e}
.screen-card{display:flex;align-items:center;gap:8px;padding:12px;margin-top:12px;background:white;border-radius:14px;border:1px solid #edf1f7}.screen-card.soft{background:#eef4ff}.screen-card div{flex:1}.screen-card strong,.screen-card small{display:block}.screen-card strong{font-size:9px}.screen-card small{font-size:7px;color:#7b86a0;margin-top:3px}
.avatar{width:29px;height:29px;border-radius:10px;display:grid;place-items:center;background:#eaf1ff;color:var(--blue);font-size:8px;font-weight:800}.avatar.alt{background:#eafaf3;color:#11855b}
.patient-screen{background:linear-gradient(180deg,#f8fbff,#eef4ff)}
.search-pill{margin-top:16px;padding:12px;border-radius:12px;background:white;color:#8c95aa;font-size:8px}
.patient-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:12px}.patient-grid div{padding:16px 8px;border-radius:14px;background:white;font-size:8px;font-weight:700;text-align:center}
.patient-banner{margin-top:12px;padding:16px;border-radius:15px;background:linear-gradient(135deg,var(--blue),#6f46e8);color:white}.patient-banner strong,.patient-banner small{display:block}.patient-banner strong{font-size:12px}.patient-banner small{font-size:7px;margin-top:4px}
.float-card{position:absolute;z-index:6;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.8);padding:12px 15px;border-radius:15px;box-shadow:0 18px 42px rgba(13,35,93,.16);animation:floatSmall 5s ease-in-out infinite}
.float-card>span{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:#edf3ff;color:var(--blue);font-weight:800}.float-card b,.float-card small{display:block}.float-card b{font-size:11px}.float-card small{font-size:8px;color:#74809a;margin-top:2px}
.card-care{top:65px;right:5px}.card-income{left:10px;bottom:105px}.card-hms{right:0;bottom:25px}

.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fbfcff}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);text-align:center;padding:20px 0;gap:10px}
.trust-grid span{font-size:12px;font-weight:700;color:#53617f}

.section-heading{text-align:center;max-width:850px;margin:0 auto 55px}
.section-heading h2,.plus-copy h2,.launch-copy h2,.hms-copy h2,.final-panel h2{font-size:48px;letter-spacing:-2.8px}
.section-heading p,.plus-copy p,.launch-copy p,.hms-copy p,.final-panel p{font-size:17px;line-height:1.75;color:var(--muted)}

.ecosystem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.ecosystem-card{position:relative;padding:32px;border:1px solid var(--line);border-radius:28px;background:white;overflow:hidden;transition:.3s ease}
.ecosystem-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}
.ecosystem-card:before{content:"";position:absolute;left:0;right:0;top:0;height:5px;background:var(--blue)}
.patient-card:before{background:var(--purple)}.hms-card:before{background:var(--green)}
.card-number{position:absolute;right:25px;top:25px;color:#dbe2ef;font-size:28px;font-weight:800}
.ecosystem-icon{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;background:#edf3ff;color:var(--blue);font-size:23px}.patient-card .ecosystem-icon{background:#f1edff;color:var(--purple)}.hms-card .ecosystem-icon{background:#e8f9f1;color:#13865c}
.mini-label{display:block;margin-top:24px;font-size:10px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;color:#7b86a0}
.ecosystem-card h3{font-size:29px;margin:10px 0 12px}.ecosystem-card p{color:var(--muted);line-height:1.65;font-size:14px}.ecosystem-card ul{list-style:none;padding:0;margin:22px 0}.ecosystem-card li{position:relative;padding:8px 0 8px 21px;color:#45516c;font-size:13px}.ecosystem-card li:before{content:"✓";position:absolute;left:0;color:var(--blue);font-weight:800}.patient-card li:before{color:var(--purple)}.hms-card li:before{color:var(--green)}
.ecosystem-card>a{font-size:13px;font-weight:800;color:var(--blue)}.patient-card>a{color:var(--purple)}.hms-card>a{color:#13865c}

.plus-section{position:relative;background:linear-gradient(135deg,#07143d,#102a73);color:white;overflow:hidden}
.plus-section:after{content:"";position:absolute;width:550px;height:550px;border-radius:50%;border:1px solid rgba(255,255,255,.09);right:-160px;top:-220px}
.plus-layout{position:relative;z-index:2;display:grid;grid-template-columns:.95fr 1.05fr;gap:70px;align-items:center}
.plus-copy h2{color:white}.plus-copy p{color:#bbc8e9}.offer-box{margin:28px 0;padding:23px;border-radius:20px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12)}.offer-box strong,.offer-box span,.offer-box small{display:block}.offer-box strong{font-size:13px;color:#bac8e8}.offer-box span{font-size:38px;font-family:Manrope,sans-serif;font-weight:800;color:white;margin:6px 0}.offer-box small{color:#8fd9b6}
.plus-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.text-link{font-size:13px;font-weight:800}.light-link{color:white}
.verification-panel{padding:28px;border-radius:28px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(18px)}
.verification-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:17px;border-bottom:1px solid rgba(255,255,255,.11);font-size:14px}.verification-top b{padding:7px 10px;border-radius:10px;background:rgba(255,255,255,.12)}
.step{display:flex;gap:15px;padding:19px 0;border-bottom:1px solid rgba(255,255,255,.1)}.step:last-child{border-bottom:0}.step>span{min-width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:#fff;color:var(--blue);font-weight:800}.step strong,.step small{display:block}.step strong{font-size:14px}.step small{font-size:12px;color:#b8c4e2;margin-top:5px;line-height:1.5}

.income-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.income-card{padding:28px;border-radius:23px;background:linear-gradient(180deg,#fff,#f8faff);border:1px solid var(--line)}
.income-card>span{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#edf3ff;color:var(--blue);font-size:11px;font-weight:800}.income-card h3{font-size:19px;margin:20px 0 10px}.income-card p{font-size:14px;line-height:1.65;color:var(--muted);margin:0}

.patient-launch{background:linear-gradient(135deg,#5f3cde,#153fe3);color:white}
.launch-layout{display:grid;grid-template-columns:1fr .9fr;gap:65px;align-items:center}.launch-copy h2{color:white}.launch-copy p{color:#dfE5ff}.launch-points{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:25px}.launch-points span{padding:13px 14px;border-radius:14px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.12);font-size:12px;font-weight:700}
.countdown-card{padding:34px;border-radius:30px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(20px)}
.countdown-kicker{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:#d9e1ff}.countdown-card h3{font-size:30px;margin:10px 0 22px}.countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.countdown div{padding:17px 8px;border-radius:17px;background:white;text-align:center;color:var(--navy)}.countdown strong{display:block;font-size:29px}.countdown span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.7px;color:#79849d;margin-top:4px}.countdown-card p{font-size:12px;line-height:1.6;color:#dce4ff;margin:22px 0}

.hms-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:65px;align-items:center}
.browser-shell{padding:13px;border-radius:28px;background:#10162a;box-shadow:var(--shadow);transform:rotate(-1.5deg)}.browser-bar{height:28px;display:flex;gap:6px;align-items:center;padding:0 9px}.browser-bar span{width:8px;height:8px;border-radius:50%;background:#50586c}
.dashboard-shell{display:grid;grid-template-columns:78px 1fr;min-height:385px;background:white;border-radius:18px;overflow:hidden}.dashboard-shell aside{background:var(--navy);padding:21px 15px;display:grid;align-content:start;gap:22px}.dashboard-shell aside b{font-size:11px;color:white}.dashboard-shell aside i{height:8px;border-radius:10px;background:rgba(255,255,255,.15)}.dashboard-shell main{padding:25px}.dash-header{display:flex;justify-content:space-between}.dash-header small,.dash-header strong{display:block}.dash-header small{color:#8993a7;font-size:8px}.dash-header strong{font-size:18px;margin-top:4px}.dash-header span{height:29px;padding:8px 11px;border-radius:10px;background:#eef3ff;color:var(--blue);font-size:8px;font-weight:800}.dash-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin:24px 0}.dash-stats div{padding:15px;border-radius:13px;background:#f4f7fc}.dash-stats small,.dash-stats strong{display:block}.dash-stats small{font-size:7px;color:#7e89a0}.dash-stats strong{font-size:17px;margin-top:5px}.dash-content{display:grid;grid-template-columns:1.3fr .8fr;gap:11px}.chart-block,.list-block{height:170px;border-radius:15px;background:#f5f7fb;padding:17px}.chart-block{display:flex;align-items:end;gap:8px}.chart-block i{flex:1;border-radius:7px 7px 2px 2px;background:linear-gradient(180deg,#2c72ff,#7ea7ff)}.chart-block i:nth-child(1){height:35%}.chart-block i:nth-child(2){height:65%}.chart-block i:nth-child(3){height:48%}.chart-block i:nth-child(4){height:80%}.chart-block i:nth-child(5){height:60%}.chart-block i:nth-child(6){height:92%}.list-block{display:grid;align-content:start;gap:13px}.list-block span{height:21px;border-radius:8px;background:#e7ebf3}
.hms-benefits{display:grid;gap:11px;margin:25px 0}.hms-benefits span{position:relative;padding-left:25px;color:#45516c;font-size:14px}.hms-benefits span:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:800}

.download-section{background:#07143d}.download-section .section-heading h2{color:white}.download-section .section-heading p{color:#aebcdf}
.download-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.download-card{padding:30px;border-radius:26px;background:white}.download-icon{width:57px;height:57px;border-radius:17px;display:grid;place-items:center;background:#edf3ff;color:var(--blue);font-weight:800}.download-icon.apple{background:#f0f1f4;color:#111}.download-icon.apk{background:#e8faf2;color:#13855c;font-size:12px}.status{display:inline-block;margin-top:22px;padding:7px 10px;border-radius:999px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.7px}.status.live{background:#e8f8ef;color:#16845c}.status.soon{background:#f1edff;color:#6740d6}.status.direct{background:#e9f3ff;color:#2260c4}.download-card h3{font-size:25px;margin:14px 0 9px}.download-card p{min-height:72px;font-size:13px;line-height:1.6;color:var(--muted)}

.final-section{padding-bottom:120px}.final-panel{text-align:center;padding:70px 40px;border-radius:34px;background:linear-gradient(135deg,#f3f7ff,#eef2ff)}.final-panel p{max-width:720px;margin:0 auto}.final-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:29px}

.site-footer{background:#050e2d;color:white;padding:65px 0 25px}.site-footer .brand-name{color:white}.site-footer .brand-name small{color:#a4b0cf}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,.8fr);gap:40px}.footer-brand p{color:#9faaca;max-width:390px;line-height:1.7;font-size:13px}.footer-grid>div:not(:first-child){display:grid;align-content:start;gap:12px}.footer-grid strong{font-size:13px;margin-bottom:7px}.footer-grid a,.footer-grid span{font-size:12px;color:#aab5d2}.footer-grid a:hover{color:white}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:45px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);font-size:11px;color:#8290b3}

.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:none}.delay-one{transition-delay:.12s}.delay-two{transition-delay:.24s}
@keyframes spin{to{transform:rotate(360deg)}}
@keyframes float{50%{transform:translateY(-13px) rotate(-1deg)}}
@keyframes floatBack{50%{transform:rotate(5deg) translateY(-10px)}}
@keyframes floatSmall{50%{transform:translateY(-7px)}}

@media(max-width:1000px){
  .nav-links,.nav-cta{display:none}.menu-toggle{display:block;margin-left:auto}.nav-links.open{display:grid;position:fixed;top:78px;left:20px;right:20px;padding:15px;background:white;border-radius:20px;box-shadow:var(--shadow)}.nav-links.open a{padding:13px;border-bottom:1px solid var(--line)}
  .hero,.plus-layout,.launch-layout,.hms-layout{grid-template-columns:1fr}.hero{text-align:center}.hero-copy{display:grid;justify-items:center}.hero-stage{min-height:630px}.hero-text{max-width:760px}.hero-stats{width:100%}
  .ecosystem-grid,.income-grid,.download-grid{grid-template-columns:repeat(2,1fr)}.download-card:last-child{grid-column:1/-1}.hms-visual{order:2}.hms-copy{order:1}
  .footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}.footer-grid>div:last-child{grid-column:2/3}
}

@media(max-width:700px){
  .container{width:min(100% - 28px,1180px)}.section{padding:78px 0}.nav{height:70px}.brand-name{font-size:22px}.brand-mark{width:36px;height:32px}.brand-mark i{width:24px;height:30px}
  .hero{padding-top:55px;min-height:auto}.hero h1{font-size:47px;letter-spacing:-2.7px}.hero-text{font-size:16px}.hero-actions{width:100%;display:grid}.hero-actions .button{width:100%}.hero-stats{grid-template-columns:1fr;text-align:left}.hero-stage{min-height:535px;margin-top:20px}.phone-primary{left:12px;top:20px;width:220px;height:455px}.phone-secondary{right:0;top:90px;width:180px;height:372px}.ring-one{width:390px;height:390px;right:-70px}.ring-two{width:290px;height:290px;right:-20px}.card-care{right:0;top:10px}.card-income{left:0;bottom:40px}.card-hms{display:none}
  .trust-grid{grid-template-columns:repeat(2,1fr);row-gap:16px}.section-heading h2,.plus-copy h2,.launch-copy h2,.hms-copy h2,.final-panel h2{font-size:37px;letter-spacing:-2px}.section-heading p,.plus-copy p,.launch-copy p,.hms-copy p,.final-panel p{font-size:15px}
  .ecosystem-grid,.income-grid,.download-grid{grid-template-columns:1fr}.download-card:last-child{grid-column:auto}.ecosystem-card,.income-card,.download-card{padding:25px}.launch-points{grid-template-columns:1fr}.countdown{grid-template-columns:repeat(2,1fr)}.dashboard-shell{grid-template-columns:58px 1fr;min-height:300px}.dashboard-shell main{padding:15px}.dash-stats{grid-template-columns:1fr}.dash-stats div:nth-child(n+2){display:none}.dash-content{grid-template-columns:1fr}.list-block{display:none}.final-panel{padding:48px 22px}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column}
}

@media(max-width:430px){
  .hero h1{font-size:41px}.hero-stage{min-height:500px}.phone-primary{width:205px;height:425px}.phone-secondary{width:155px;height:330px;top:115px}.float-card{padding:10px}.float-card small{display:none}.card-income{bottom:25px}.countdown strong{font-size:25px}
}
