@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Newsreader:ital,opsz,wght@1,6..72,500&display=swap');
@import "tailwindcss";

:root{--ink:#103b42;--ink-deep:#082d34;--teal:#28b7ae;--mint:#bcefe5;--aqua:#e9faf6;--cream:#f7f5ef;--line:#dbe8e5;--white:#fff;--muted:#5a7478}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:"DM Sans",Arial,sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}
.site-header{height:88px;padding:0 clamp(24px,5vw,76px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5eeec;background:rgba(255,255,255,.94);position:sticky;top:0;z-index:30;backdrop-filter:blur(10px)}.brand img{width:220px;height:58px;object-fit:contain}.site-header nav{display:flex;gap:34px;font-size:14px;font-weight:600}.site-header nav a:hover,.text-link:hover{color:var(--teal)}.nav-actions{display:flex;align-items:center;gap:24px}.text-link{font-size:14px;font-weight:700}
.button{background:var(--ink);color:#fff;border-radius:999px;padding:16px 24px;display:inline-flex;align-items:center;justify-content:center;gap:18px;font-size:15px;font-weight:700;transition:.25s ease;box-shadow:0 8px 20px rgba(8,45,52,.12)}.button:hover{transform:translateY(-2px);background:#14505a}.button span{font-size:18px}.button-small{padding:12px 20px;box-shadow:none}
.hero{min-height:720px;display:grid;grid-template-columns:1.02fr .98fr;overflow:hidden;background:linear-gradient(115deg,#f7f5ef 0%,#fff 56%,#eafaf7 100%)}.hero-copy{padding:105px 5vw 72px 7vw;position:relative;z-index:2}.eyebrow{font-size:12px;letter-spacing:.17em;text-transform:uppercase;font-weight:700;display:flex;align-items:center;gap:10px}.eyebrow>span{width:25px;height:2px;background:var(--teal);display:inline-block}.hero h1,.section-intro h2,.how-panel h2,.security h2,.cta h2{font-size:clamp(54px,6vw,92px);line-height:.95;letter-spacing:-.055em;margin:30px 0 26px;font-weight:600}.hero h1 em,.section-intro h2 em,.how-panel h2 em,.cta h2 em{font-family:"Newsreader",Georgia,serif;font-weight:500;color:var(--teal)}.hero-lede{max-width:610px;font-size:19px;line-height:1.7;color:var(--muted)}.hero-actions{display:flex;align-items:center;gap:26px;margin:36px 0 48px}.button-secondary{font-size:14px;font-weight:700;display:flex;align-items:center;gap:12px}.play{width:38px;height:38px;border:1px solid #b7cbc7;border-radius:50%;display:grid;place-items:center;color:var(--teal)}.trust-row{display:flex;align-items:center;gap:18px;border-top:1px solid var(--line);padding-top:26px;max-width:545px}.trust-row p{font-size:12px;line-height:1.55;margin:0;color:var(--muted)}.trust-row strong{color:var(--ink);font-size:13px}.avatar-stack{display:flex}.avatar-stack span{width:34px;height:34px;margin-left:-7px;border:3px solid var(--cream);border-radius:50%;display:grid;place-items:center;font-size:9px;font-weight:700;color:white;background:#2db9af}.avatar-stack span:nth-child(2){background:#195664}.avatar-stack span:nth-child(3){background:#e8aa6b}
.hero-visual{position:relative;display:grid;place-items:center;min-height:620px}.orbit{position:absolute;border:1px solid rgba(40,183,174,.28);border-radius:50%;transform:rotate(-24deg)}.orbit-one{width:730px;height:410px}.orbit-two{width:590px;height:315px;border-color:rgba(16,59,66,.13)}.patient-photo{width:min(535px,82%);height:585px;border-radius:260px 260px 32px 32px;overflow:hidden;position:relative;z-index:2;box-shadow:0 30px 70px rgba(12,67,72,.17);border:8px solid rgba(255,255,255,.82)}.patient-photo>img{width:100%;height:100%;object-fit:cover;object-position:54% center}.photo-caption{position:absolute;left:24px;right:24px;bottom:24px;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);padding:14px 16px;border-radius:15px;display:flex;align-items:center;gap:12px}.photo-caption>span{width:34px;height:34px;border-radius:50%;background:var(--teal);color:#fff;display:grid;place-items:center}.photo-caption p{margin:0}.photo-caption small{display:block;font-size:8px;letter-spacing:.12em;color:#789093}.photo-caption strong{font-size:13px}.floating-pill{position:absolute;z-index:3;background:#fff;box-shadow:0 14px 32px rgba(12,67,72,.17);border-radius:14px;padding:13px 17px;display:flex;gap:12px;align-items:center}.floating-pill>span{width:33px;height:33px;border-radius:10px;background:var(--mint);display:grid;place-items:center;font-weight:800}.floating-pill small{font-size:8px;letter-spacing:.1em;color:#769296;display:block}.floating-pill strong{font-size:13px}.pill-price{right:4%;top:20%}.pill-message{left:2%;bottom:24%}.pill-message>span{color:var(--teal);background:var(--aqua)}
.scale-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:0 7vw}.scale-strip>div{padding:28px 25px;border-right:1px solid var(--line)}.scale-strip>div:first-child{border-left:1px solid var(--line)}.scale-strip strong{display:block;font-size:14px;margin-bottom:7px}.scale-strip span{font-size:11px;color:var(--muted)}
.feature-section{background:var(--ink-deep);color:#fff;padding:105px 7vw 120px}.section-intro{display:grid;grid-template-columns:1.25fr .75fr;gap:80px;align-items:end;max-width:1250px;margin:auto}.eyebrow.light{color:#a9d5cf}.section-intro h2{font-size:clamp(44px,5vw,70px);margin-bottom:0}.section-intro>p{color:#aac0c1;line-height:1.8;font-size:16px;padding-bottom:6px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);max-width:1250px;margin:70px auto 0;border-top:1px solid #31565a;border-left:1px solid #31565a}.feature-card{padding:34px;min-height:310px;border-right:1px solid #31565a;border-bottom:1px solid #31565a;display:flex;flex-direction:column;transition:.25s}.feature-card:hover{background:#0f464e}.feature-number{font-size:11px;color:#72cfc5;letter-spacing:.15em}.feature-card h3{font-size:22px;margin:40px 0 14px}.feature-card p{color:#9eb7b9;line-height:1.7;font-size:14px;margin:0}.feature-card a{margin-top:auto;color:#8cddd5;font-size:13px;font-weight:700}.feature-card a span{margin-left:7px}
.enterprise-section{padding:120px 7vw 130px;background:#fff;display:grid;grid-template-columns:1fr 1fr;gap:4vw;position:relative}.enterprise-heading{align-self:center;max-width:620px}.enterprise-heading h2,.faq-section h2{font-size:clamp(48px,5vw,74px);line-height:.98;letter-spacing:-.05em;margin:28px 0;font-weight:600}.enterprise-heading h2 em{font-family:"Newsreader",Georgia,serif;color:var(--teal);font-weight:500}.enterprise-heading>p:last-child{color:var(--muted);line-height:1.8;font-size:16px}.ecosystem-visual{min-height:500px;position:relative;display:grid;place-items:center}.ecosystem-ring{position:absolute;border:1px solid #b4ddd7;border-radius:50%;transform:rotate(-18deg)}.ring-a{width:520px;height:290px}.ring-b{width:390px;height:390px;border-color:#d6e6e2;transform:rotate(22deg)}.ecosystem-core{width:175px;height:175px;border-radius:50%;background:#fff;box-shadow:0 24px 55px rgba(10,58,63,.15);display:grid;place-items:center;align-content:center;gap:7px;z-index:2}.ecosystem-core img{width:125px;height:48px;object-fit:contain}.ecosystem-core span{font-size:10px;color:var(--muted)}.ecosystem-node{position:absolute;z-index:3;background:var(--ink);color:#fff;border-radius:999px;padding:13px 20px;font-size:11px;font-weight:700;box-shadow:0 12px 26px rgba(8,45,52,.15)}.node-one{top:14%;left:11%}.node-two{top:15%;right:8%;background:var(--teal)}.node-three{bottom:15%;right:8%}.node-four{bottom:12%;left:13%;background:var(--teal)}.connected-grid{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line);margin-top:35px}.connected-grid article{padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:235px}.connected-grid article>span{font-size:9px;color:var(--teal);text-transform:uppercase;letter-spacing:.12em}.connected-grid h3{font-size:19px;margin:35px 0 12px}.connected-grid p{font-size:13px;line-height:1.7;color:var(--muted)}
.how-section{display:grid;grid-template-columns:1fr 1fr;gap:7vw;padding:120px 7vw;background:var(--cream);align-items:center}.how-panel h2{font-size:clamp(47px,5vw,74px)}.how-lede{font-size:17px;color:var(--muted);line-height:1.7}.steps{margin-top:44px}.step{display:flex;gap:20px;padding:22px 0;border-top:1px solid #d4dfdc}.step>span{width:36px;height:36px;flex:0 0 36px;border:1px solid #a7bfbb;border-radius:50%;display:grid;place-items:center;font-size:12px;color:var(--teal);font-weight:700}.step h3{margin:0 0 7px;font-size:17px}.step p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.price-panel{background:#fff;border-radius:25px;padding:32px;box-shadow:0 24px 55px rgba(25,61,58,.12);max-width:500px;justify-self:center;width:100%}.price-header{display:flex;gap:14px;align-items:center}.price-header>span{width:44px;height:44px;background:var(--ink);color:#fff;border-radius:13px;display:grid;place-items:center;font-family:Georgia,serif;font-style:italic}.price-header strong{display:block;font-size:17px;margin-top:3px}.medicine{margin:26px 0 18px;background:var(--aqua);border-radius:14px;padding:17px;display:flex;justify-content:space-between}.medicine strong{display:block;margin:5px 0}.medicine p{margin:0;font-size:11px;color:var(--muted)}.medicine>span{font-size:11px;color:var(--teal);font-weight:700}.pharmacy-list{display:grid;gap:10px}.pharmacy{border:1px solid var(--line);border-radius:12px;padding:14px;position:relative}.pharmacy.best{border:2px solid var(--teal);padding:13px}.pharmacy div{display:flex;flex-direction:column;gap:5px}.pharmacy b{font-size:13px}.pharmacy small{font-size:10px;color:var(--muted)}.pharmacy strong{font-size:17px}.badge{position:absolute;top:-9px;left:14px;background:var(--teal);color:#fff;border-radius:20px;padding:3px 8px;font-size:7px;letter-spacing:.1em;font-weight:700}.price-button{width:100%;margin-top:18px}.disclaimer{display:block;text-align:center;color:#8ba0a1;margin-top:12px;font-size:9px}
.security{padding:90px 7vw;display:grid;grid-template-columns:.35fr 1fr 1fr;gap:50px;align-items:center;background:#fff}.security-mark{width:105px;height:105px;border:1px solid var(--teal);border-radius:50%;display:grid;place-items:center;position:relative}.security-mark:after{content:"";position:absolute;width:140px;height:70px;border:1px solid #b7e2db;border-radius:50%;transform:rotate(-28deg)}.security-mark span{width:42px;height:42px;background:var(--teal);color:white;border-radius:50%;display:grid;place-items:center;font-size:22px}.security h2{font-size:clamp(42px,4vw,63px);margin-bottom:0}.security-copy{color:var(--muted);line-height:1.8}.security-copy>div{display:flex;flex-wrap:wrap;gap:11px;margin-top:23px}.security-copy span{background:var(--aqua);color:var(--ink);border-radius:20px;padding:8px 12px;font-size:11px;font-weight:700}
.confidence-section{background:var(--ink-deep);color:#fff;padding:110px 7vw;display:grid;grid-template-columns:1.1fr .9fr;gap:8vw}.confidence-quote blockquote{font-family:"Newsreader",Georgia,serif;font-size:clamp(42px,4.3vw,66px);line-height:1.08;margin:32px 0;font-weight:500}.confidence-quote>p:last-child{color:#a9bdbe;line-height:1.8;max-width:650px}.confidence-list>div{display:grid;grid-template-columns:48px 1fr;border-top:1px solid #31565a;padding:25px 0}.confidence-list span{color:#65cfc4;font-size:11px}.confidence-list h3{font-size:18px;margin:0 0 8px}.confidence-list p{grid-column:2;margin:0;color:#9fb5b7;font-size:13px;line-height:1.6}
.faq-section{padding:120px 7vw;display:grid;grid-template-columns:.7fr 1.3fr;gap:8vw;background:var(--cream)}.faq-section>div:first-child>p:last-child{color:var(--muted);line-height:1.7}.faq-list details{border-top:1px solid #cadbd7;padding:22px 0}.faq-list details:last-child{border-bottom:1px solid #cadbd7}.faq-list summary{cursor:pointer;list-style:none;font-weight:700;display:flex;justify-content:space-between;gap:20px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:20px;color:var(--teal)}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{color:var(--muted);font-size:14px;line-height:1.75;padding-right:40px;margin:16px 0 0}
.cta{background:var(--teal);color:#fff;text-align:center;padding:100px 24px 110px;position:relative;overflow:hidden}.cta h2{font-size:clamp(48px,5vw,76px);margin:28px 0 22px;position:relative;z-index:2}.cta h2 em{color:#0b454b}.cta>p:not(.eyebrow){font-size:17px;opacity:.86;position:relative;z-index:2}.cta .eyebrow{justify-content:center;color:#dbfffa;position:relative;z-index:2}.cta .eyebrow>span{background:#fff}.button-light{background:#fff;color:var(--ink);margin-top:24px;position:relative;z-index:2}.button-light:hover{background:#f3fffd}.cta-orbit{position:absolute;width:900px;height:300px;border:1px solid rgba(255,255,255,.3);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-12deg)}
footer{padding:70px 7vw 28px;display:grid;grid-template-columns:1.3fr .7fr .8fr 1fr;gap:55px;background:#fff}footer img{width:205px}.footer-brand p,.footer-column p{font-size:12px;color:var(--muted);line-height:1.7;max-width:280px}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:13px;font-size:12px}.footer-column strong{font-size:13px;margin-bottom:7px}.footer-column a:hover{color:var(--teal)}.footer-cta{font-weight:700;color:var(--teal)}.footer-bottom{grid-column:1/-1;border-top:1px solid var(--line);padding-top:24px;margin-top:25px;display:flex;justify-content:space-between}.footer-bottom small{font-size:10px;color:#789093}.footer-bottom div{display:flex;gap:22px;font-size:10px;color:#789093}
.clipboard-section{background:var(--cream);grid-template-columns:.88fr 1.12fr;gap:6vw;padding:120px 7vw;display:grid;position:relative;overflow:hidden}.clipboard-section:before{content:"";border:1px solid #28b7ae33;border-radius:50%;width:760px;height:280px;position:absolute;bottom:-145px;left:-300px;transform:rotate(-14deg)}.clipboard-statement{z-index:2;flex-direction:column;justify-content:center;align-items:flex-start;display:flex;position:relative}.clipboard-statement .eyebrow{color:var(--ink)}.clipboard-title{margin:42px 0 26px}.clipboard-kicker{letter-spacing:-.03em;margin-bottom:10px;font-size:clamp(20px,2vw,28px);font-weight:600;display:block}.clipboard-title h2{letter-spacing:-.065em;color:var(--teal);margin:0;font-family:Newsreader,Georgia,serif;font-size:clamp(64px,7vw,104px);font-style:italic;font-weight:500;line-height:.82}.clipboard-lede{max-width:535px;color:var(--muted);margin:4px 0 34px;font-size:17px;line-height:1.8}.clipboard-story{border:1px solid var(--line);z-index:2;background:#fff;border-radius:26px;padding:48px;position:relative;box-shadow:0 24px 55px #193d3a17}.clipboard-before{width:84px;height:92px;position:absolute;top:42px;right:42px;transform:rotate(5deg)}
.paper{background:#fff;border:1px solid #bfd3cf;border-radius:5px;width:63px;height:80px;position:absolute;box-shadow:0 10px 24px #082d341a}.paper-back{background:var(--aqua);top:7px;left:0;transform:rotate(-11deg)}.paper-front{padding:17px 10px;top:0;right:0}.paper-front:before{content:"";background:var(--ink);border-radius:5px 5px 2px 2px;width:27px;height:10px;position:absolute;top:-5px;left:17px}.paper-front i{background:#c9d9d6;border-radius:2px;height:3px;margin:6px 0;display:block}.paper-front b{background:var(--teal);color:#fff;border-radius:50%;place-items:center;width:32px;height:32px;font-size:19px;font-style:normal;display:grid;position:absolute;bottom:-10px;right:-10px}.support-chip{background:var(--aqua);color:var(--teal);letter-spacing:.14em;border-radius:999px;padding:8px 12px;font-size:9px;font-weight:800;display:inline-block}.clipboard-copy{max-width:650px;padding-right:105px}.clipboard-copy h3{letter-spacing:-.04em;margin:24px 0;font-size:clamp(31px,3vw,46px);line-height:1.06}.clipboard-copy>p{color:var(--muted);font-size:14px;line-height:1.8}.clipboard-capabilities{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:1fr 1fr;margin-top:35px;display:grid}.clipboard-capabilities>div{border-right:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:31px 1fr;gap:9px;min-height:116px;padding:20px 16px;display:grid}.clipboard-capabilities span{color:var(--teal);letter-spacing:.1em;font-size:9px}.clipboard-capabilities p{color:var(--muted);margin:0;font-size:11px;line-height:1.55}.clipboard-capabilities strong{color:var(--ink);margin-bottom:5px;font-size:13px;display:block}.clipboard-note{border-left:3px solid var(--teal);color:var(--muted);margin:25px 0 0;padding-left:16px;font-size:12px;line-height:1.65}.clipboard-note strong{color:var(--ink)}.enterprise-section{background:#fff;grid-template-columns:1fr 1fr;gap:4vw;padding:120px 7vw 130px;display:grid;position:relative}
@media (width<=1000px){.clipboard-section{grid-template-columns:1fr;gap:60px}.clipboard-statement{max-width:680px}.clipboard-story{max-width:760px}}@media (width<=640px){.clipboard-section{gap:48px;padding:80px 22px}.clipboard-title{margin:34px 0 23px}.clipboard-title h2{font-size:68px}.clipboard-story{padding:30px 22px}.clipboard-before{margin:0 0 32px 7px;position:relative;top:auto;right:auto}.clipboard-copy{padding-right:0}.clipboard-capabilities{grid-template-columns:1fr}}
@media(max-width:1000px){.site-header nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:75px 7vw 40px}.hero-visual{min-height:620px}.feature-grid{grid-template-columns:repeat(2,1fr)}.how-section{grid-template-columns:1fr}.price-panel{margin-top:20px}.security{grid-template-columns:.3fr 1fr}.security-copy{grid-column:2}.section-intro{grid-template-columns:1fr;gap:20px}.scale-strip,.connected-grid{grid-template-columns:repeat(2,1fr)}.enterprise-section,.confidence-section,.faq-section{grid-template-columns:1fr}.ecosystem-visual{min-height:460px}footer{grid-template-columns:1fr 1fr}.footer-bottom{grid-column:1/-1}}
@media(max-width:640px){.site-header{height:72px;padding:0 18px}.brand img{width:155px}.nav-actions{gap:12px}.text-link{display:none}.button-small{padding:11px 15px;font-size:12px}.hero-copy{padding:58px 22px 34px}.hero h1{font-size:55px}.hero-lede{font-size:16px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-visual{min-height:500px}.patient-photo{height:460px;width:86%}.pill-price{right:1%;top:10%}.pill-message{left:1%;bottom:10%}.orbit-one{width:520px;height:300px}.scale-strip,.connected-grid{grid-template-columns:1fr}.scale-strip{padding:0 22px}.scale-strip>div{border-left:1px solid var(--line)}.feature-section,.how-section,.enterprise-section,.confidence-section,.faq-section{padding:80px 22px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:270px}.ecosystem-visual{min-height:400px}.ring-a{width:390px;height:220px}.ring-b{width:300px;height:300px}.ecosystem-core{width:135px;height:135px}.ecosystem-core img{width:105px}.ecosystem-node{padding:10px 14px;font-size:9px}.security{grid-template-columns:1fr;padding:75px 22px}.security-copy{grid-column:1}.cta{padding:80px 20px}.cta h2 br{display:none}footer{grid-template-columns:1fr;padding:60px 22px 25px}.footer-bottom{grid-column:1;flex-direction:column;gap:14px}.photo-caption{left:14px;right:14px;bottom:14px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Cross-browser responsive safeguards */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden}
body{min-width:280px;overflow-x:hidden}
main,section,header,footer,div,article{min-width:0}
button,a{-webkit-tap-highlight-color:transparent}
.site-header,.photo-caption{-webkit-backdrop-filter:blur(10px)}
.patient-photo img{user-select:none;-webkit-user-drag:none}
.feature-card,.connected-grid article,.price-panel,.floating-pill{overflow-wrap:anywhere}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--teal);outline-offset:4px}
summary{touch-action:manipulation}

@supports not (backdrop-filter:blur(10px)){
  .site-header{background:#fff}
  .photo-caption{background:rgba(255,255,255,.98)}
}

@media(min-width:1600px){
  .hero-copy{padding-left:max(7vw,120px)}
  .hero-visual{padding-right:max(3vw,60px)}
  .feature-section,.enterprise-section,.how-section,.confidence-section,.faq-section{padding-left:max(7vw,120px);padding-right:max(7vw,120px)}
}

@media(max-width:1200px){
  .site-header{padding-inline:32px}
  .site-header nav{gap:22px}
  .nav-actions{gap:16px}
  .hero-copy{padding-left:5vw}
  .floating-pill{max-width:220px}
}

@media(max-width:1000px){
  .hero{min-height:auto}
  .hero-copy{max-width:820px}
  .hero-visual{width:100%}
  .patient-photo{max-width:535px}
  .how-panel,.price-panel{width:100%}
  .ecosystem-visual{width:100%;overflow:hidden}
}

@media(max-width:760px){
  .site-header{padding-inline:20px}
  .brand img{width:170px;height:auto}
  .nav-actions .button{min-height:44px}
  .hero-copy{padding-top:64px}
  .hero h1,.section-intro h2,.how-panel h2,.security h2,.cta h2{font-size:clamp(43px,12vw,62px)}
  .hero-lede{font-size:17px}
  .scale-strip>div{padding-block:24px}
  .section-intro{margin-bottom:42px}
  .feature-card{padding:26px}
  .price-panel{padding:24px}
  .medicine,.pharmacy{gap:12px}
  .pharmacy>strong{white-space:nowrap}
  .confidence-quote blockquote{font-size:clamp(32px,8vw,48px)}
  .faq-list summary{gap:18px}
}

@media(max-width:480px){
  .site-header{height:68px;padding-inline:14px}
  .brand img{width:142px}
  .button-small{padding:10px 12px;font-size:11px}
  .hero-copy{padding:48px 18px 30px}
  .hero h1{font-size:clamp(46px,14vw,58px)}
  .hero-actions{width:100%;gap:18px}
  .hero-actions .button{width:100%}
  .hero-visual{min-height:460px}
  .patient-photo{height:420px;width:88%;border-width:5px}
  .photo-caption{left:10px;right:10px;bottom:10px}
  .floating-pill{padding:10px 12px;max-width:175px}
  .floating-pill small{font-size:6px}
  .floating-pill strong{font-size:10px}
  .pill-price{right:4px}
  .pill-message{left:4px}
  .feature-section,.how-section,.enterprise-section,.confidence-section,.faq-section{padding:68px 18px}
  .feature-card{min-height:250px}
  .price-panel{padding:18px;border-radius:18px}
  .price-header{align-items:flex-start}
  .medicine{align-items:flex-start}
  .medicine>span{font-size:10px}
  .pharmacy{padding:18px 12px}
  .pharmacy b{font-size:11px}
  .pharmacy small{font-size:8px}
  .pharmacy>strong{font-size:16px}
  .price-button{width:100%;padding-inline:16px}
  .ecosystem-visual{min-height:350px}
  .ring-a{width:340px;height:200px}
  .ring-b{width:260px;height:260px}
  .ecosystem-node{font-size:8px}
  .node-one{left:1%}.node-two{right:1%}.node-three{left:4%}.node-four{right:4%}
  .security-mark{width:70px;height:70px}
  .confidence-quote blockquote{font-size:34px}
  .faq-list summary{font-size:15px}
  .cta{padding:72px 18px}
  .cta .button{width:100%}
}

@media(max-width:340px){
  .brand img{width:120px}
  .button-small{padding:9px 10px;font-size:10px}
  .floating-pill{display:none}
  .patient-photo{width:94%;height:390px}
  .hero h1{font-size:43px}
  .pharmacy{grid-template-columns:1fr auto}
}

@media(max-height:520px) and (orientation:landscape){
  .site-header{position:relative}
  .hero{grid-template-columns:1fr 1fr}
  .hero-copy{padding-top:42px}
  .hero-visual{min-height:480px}
  .patient-photo{height:430px}
}

@media print{
  .site-header{position:relative}
  .button,.feature-card,.price-panel{box-shadow:none}
  .orbit,.cta-orbit{display:none}
  *{-webkit-print-color-adjust:exact;print-color-adjust:exact}
}

/* Responsive navigation */
.mobile-menu-toggle{
  display:none;
  width:46px;
  height:46px;
  padding:0;
  border:1px solid var(--line);
  border-radius:50%;
  background:#fff;
  color:var(--ink);
  cursor:pointer;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  flex:0 0 auto;
}
.mobile-menu-toggle span{
  width:19px;
  height:2px;
  border-radius:2px;
  background:currentColor;
  transition:transform .2s ease,opacity .2s ease;
}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-account-link{display:none!important}

@media(max-width:1000px){
  .site-header{display:grid;grid-template-columns:1fr auto auto;gap:14px}
  .mobile-menu-toggle{display:flex;grid-column:2}
  .site-header nav{
    display:flex;
    position:absolute;
    top:calc(100% + 1px);
    left:20px;
    right:20px;
    z-index:40;
    padding:15px;
    border:1px solid var(--line);
    border-radius:16px;
    background:#fff;
    box-shadow:0 18px 45px rgba(8,45,52,.16);
    flex-direction:column;
    gap:4px;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-10px);
    transition:opacity .2s ease,transform .2s ease,visibility .2s;
  }
  .site-header nav.is-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
  }
  .site-header nav a{
    display:flex;
    align-items:center;
    min-height:48px;
    padding:10px 14px;
    border-radius:10px;
    font-size:15px;
  }
  .site-header nav a:hover,.site-header nav a:focus-visible{background:var(--aqua)}
  .nav-actions{grid-column:3}
}

@media(max-width:560px){
  .site-header{grid-template-columns:1fr auto}
  .mobile-menu-toggle{grid-column:2}
  .nav-actions{display:none}
  .site-header nav{left:12px;right:12px}
  .site-header nav .mobile-account-link{
    display:flex!important;
    justify-content:center;
    margin-top:8px;
    border-radius:999px;
    background:var(--ink);
    color:#fff;
    font-weight:700;
  }
  .site-header nav .mobile-account-link:hover,.site-header nav .mobile-account-link:focus-visible{background:#14505a;color:#fff}
}

@media(prefers-reduced-motion:reduce){
  .mobile-menu-toggle span,.site-header nav{transition:none}
}
