:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#071f63;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #071f63;--peach: #00cfd5;--blush: #eefeff;--cream: #f2f6ff;--black: #061c5a;--cyan: #08e0e3;--blue: #0826be;--red: #ff1717;--shell: 1280px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:#fff}body,button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}button{color:inherit}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}em{color:var(--peach);font-style:normal}.page{overflow:hidden}.section-shell{width:min(var(--shell),calc(100% - 48px));margin-inline:auto}.announcement{height:40px;display:flex;align-items:center;justify-content:center;gap:4px;background:var(--cyan);color:#041952;font-size:12px;letter-spacing:-.02em}.announcement strong{font-weight:650;text-decoration:underline;text-underline-offset:2px}.site-header{position:relative;z-index:20;height:82px;display:flex;align-items:center;justify-content:space-between;width:min(var(--shell),calc(100% - 48px));margin-inline:auto}.brand{display:inline-flex;align-items:center;line-height:1}.brand img{width:272px;height:54px;object-fit:contain;object-position:left center}.login-wrap{display:flex;align-items:center;gap:34px}.login-wrap>span{color:#6e6e6e;font-size:14px}.login-button{min-width:124px;height:42px;padding:0 16px;border-radius:7px;background:var(--black);color:#fff;display:flex;align-items:center;justify-content:space-between;font-size:14px}.hero{min-height:772px;background:var(--blush);padding:72px 0 0;position:relative}.hero-copy{width:min(var(--shell),calc(100% - 48px));margin:0 auto;text-align:center;display:grid;justify-items:center}.rating-pill{height:28px;border-radius:999px;display:inline-flex;align-items:center;gap:8px;background:#fff;padding:5px 18px;font-size:11px;white-space:nowrap}.rating-pill img{width:80px;height:15px;object-fit:contain}.rating-pill strong{font-size:11px}.rating-pill span{color:#555}.hero h1{max-width:1080px;margin-top:28px;font-size:clamp(44px,4vw,68px);line-height:1.03;letter-spacing:-.055em;font-weight:500}.hero h1 em{display:inline-block;margin-top:4px}.benefits{display:flex;gap:78px;align-items:center;justify-content:center;margin-top:36px}.benefits>div{display:flex;align-items:center;gap:11px;font-size:13px;white-space:nowrap}.benefits img{width:42px;height:42px;border-radius:50%;object-fit:cover}.hero-actions,.inline-actions{display:flex;gap:10px;align-items:center;margin-top:32px}.button{height:48px;min-width:214px;padding:0 16px;border:1px solid var(--black);background:var(--black);color:#fff;border-radius:6px;display:inline-flex;align-items:center;justify-content:space-between;font-size:14px;-webkit-user-select:none;user-select:none}.button--secondary{background:transparent;color:var(--ink);border-color:#b9b2ae;justify-content:center}.button--secondary span+span{margin-left:18px}.hero-marquee{position:absolute;left:0;right:0;bottom:0;overflow:hidden;padding-bottom:28px}.hero-marquee__track{display:flex;gap:6px;width:max-content;animation:marquee 34s linear infinite}.hero-marquee:hover .hero-marquee__track{animation-play-state:paused}.hero-slide{width:clamp(280px,20.6vw,396px);height:256px;border-radius:14px;overflow:hidden;position:relative;flex:none}.hero-slide.aqua{background:#dffeff}.hero-slide.gray{background:#eef2fb}.hero-slide img{width:100%;height:100%;object-fit:contain}.hero-slide:nth-child(4n+2) img{width:115%;max-width:none;margin-left:-7.5%}.mobile-hero-cta{display:none}.products-section{padding:112px 0 98px}.section-intro{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start;margin-bottom:78px}.section-intro h2,.why-heading h2,.popular h2,.faq-visual h2{font-size:clamp(38px,3.5vw,56px);line-height:1.03;font-weight:500;letter-spacing:-.05em}.section-intro__aside{max-width:620px;padding-top:4px}.section-intro__aside>p{font-size:23px;line-height:1.25;letter-spacing:-.02em}.section-intro__aside .inline-actions{margin-top:30px}.section-intro__aside .button{min-width:205px}.section-intro__aside .button--secondary{min-width:300px}.section-intro__aside small{display:block;margin-top:25px;max-width:520px;color:#777;font-size:10px;line-height:1.35}.carousel-shell{position:relative}.product-carousel{display:flex;gap:6px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:2px}.product-carousel::-webkit-scrollbar{display:none}.product-card{flex:0 0 clamp(286px,24.2%,310px);min-height:514px;scroll-snap-align:start;background:var(--cream);border-radius:10px;padding:22px 15px 15px;display:flex;flex-direction:column;overflow:hidden}.product-card__top{display:flex;align-items:start;justify-content:space-between;gap:8px;position:relative;z-index:2}.product-card h3{font-size:28px;line-height:1.08;color:var(--blue);font-weight:500;letter-spacing:-.035em}.product-card p{color:#ac9f97;font-size:13px;margin-top:10px}.tags{display:grid;justify-items:end;gap:11px;font-size:10px;white-space:nowrap}.tags span{padding:5px 8px;border:1px solid #d7cabe;border-radius:999px;color:#705834}.tags strong{padding:6px 11px;background:#d7f3db;color:#118046;border-radius:999px;font-weight:500}.product-card>img{width:100%;height:300px;object-fit:contain;margin:5px 0;transition:transform .45s cubic-bezier(.2,.75,.2,1)}.product-card:hover>img{transform:translateY(-8px) rotate(-2deg) scale(1.04)}.product-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}.product-card__actions .button{min-width:0;height:46px;font-size:12px}.carousel-controls{display:flex;align-items:center;justify-content:flex-end;gap:13px;margin-top:18px;color:#6f655f;font-size:12px}.carousel-controls button{width:38px;height:38px;border-radius:50%;border:1px solid #d0c7c1;background:#fff;opacity:1}.results{background:var(--cream);padding:105px 0 72px}.results-inner{display:grid;grid-template-columns:1fr 1.12fr;align-items:center;gap:50px}.results-copy{max-width:470px}.results-copy>span{font-size:27px;font-weight:500}.results-number{display:flex;align-items:center;gap:30px}.results-number>strong{font-size:clamp(150px,16vw,225px);line-height:.94;letter-spacing:-.08em;font-weight:500;background:linear-gradient(180deg,#061c5a 12%,#08e0e3 84%);color:transparent;-webkit-background-clip:text;background-clip:text}.results-number span{display:grid;color:#2450a2;font-size:22px}.results-number b{color:var(--peach);font-size:70px;line-height:.8;font-weight:300}.results-copy>p{font-size:25px;line-height:1.25;max-width:440px}.results-copy .button{margin-top:32px}.graph-wrap{background:#faf7f3;min-height:520px;display:grid;place-items:center;overflow:hidden}.graph-wrap img{width:100%;height:100%;object-fit:contain}.legal-note{font-size:9px;line-height:1.4;color:#726a65;margin-top:30px;opacity:.75}.mind-body{padding:118px 0 124px}.mind-body .section-intro{margin-bottom:72px}.mind-body .section-intro__aside>p{font-size:15px;color:#6b6663;max-width:520px}.mind-body .section-intro__aside .button{margin-top:26px}.wellness-marquee{width:100vw;position:relative;left:50%;transform:translate(-50%);overflow:hidden}.wellness-track{display:flex;gap:6px;width:max-content;animation:marquee 38s linear infinite reverse}.wellness-track:hover{animation-play-state:paused}.wellness-track article{width:386px;height:204px;padding:26px 23px;border-radius:8px;background:var(--cream);display:flex;flex-direction:column;justify-content:space-between}.wellness-track article:nth-child(2n){background:var(--blush)}.wellness-track span{font-size:38px}.wellness-track h3{font-size:23px;line-height:1.12;max-width:260px;font-weight:500}.why-section{background:var(--cream);padding:110px 0 120px}.why-heading{display:flex;justify-content:space-between;align-items:start;margin-bottom:120px}.why-heading .button{margin-top:3px}.reasons-grid{display:grid;grid-template-columns:1.05fr 1.45fr;gap:6px;align-items:stretch}.reason-card{min-height:310px;border-radius:9px;background:var(--blush);position:relative;display:flex;align-items:end;padding:28px;isolation:isolate}.reason-card>img{position:absolute;z-index:-1;object-fit:contain;pointer-events:none}.reason-card h3{font-size:29px;line-height:1.05;font-weight:500;letter-spacing:-.035em}.reason-card p{margin-top:22px;font-size:12px;line-height:1.45;max-width:590px}.reason-private>img{width:52%;left:27%;top:-95px}.reason-clinical>img{height:260px;right:14%;top:-112px}.reason-providers{min-height:360px}.reason-providers>img{width:60%;left:0;top:-20px}.reason-providers>div{max-width:320px}.reason-pharmacy{min-height:360px}.reason-pharmacy>img{width:100%;left:0;top:8px}.reason-pharmacy>div{width:100%}.why-mobile-cta{display:none}.popular{padding:120px 0 96px}.popular h2{margin-bottom:72px}.popular-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.popular-card{height:430px;border-radius:14px;padding:20px;position:relative;overflow:hidden;isolation:isolate}.popular-card--orange{background:#ffead7;--accent: #fb8d2f}.popular-card--blue{background:#e3f9fa;--accent: #55bee8}.popular-card--green{background:#ebebeb;--accent: #9ebd58}.popular-card--red{background:#ffeded;--accent: #ff6763}.popular-card__eyebrow{font-family:Azeret Mono,ui-monospace,monospace;font-size:11px;letter-spacing:.22em;color:#6d6865}.popular-card h3{font-size:25px;line-height:1.1;font-weight:500;max-width:200px;margin-top:4px}.popular-card__link{display:inline-flex;gap:18px;color:var(--accent);font-size:14px;border-bottom:1px solid var(--accent);padding-bottom:8px;margin-top:30px}.popular-card img{position:absolute;z-index:-1;right:-5%;bottom:-8%;width:78%;height:69%;object-fit:contain}.popular-card:nth-child(2) img{width:84%;right:-12%;bottom:-5%}.popular-card:nth-child(3) img{width:88%;right:-17%;bottom:-4%}.popular-card:nth-child(4) img{width:64%;right:-5%;bottom:-14%}.popular-note{max-width:1080px;font-size:10px;line-height:1.5;color:#726a65;opacity:.6;margin-top:54px}.faq-section{background:var(--cream);padding:112px 0 76px}.faq-inner{display:grid;grid-template-columns:1fr 1.25fr;gap:86px;align-items:end}.faq-visual>div{width:100%;max-width:440px;height:430px;border-radius:12px;background:#ffe8d3;margin-top:92px;overflow:hidden;display:grid;place-items:center}.faq-visual img{width:85%;height:100%;object-fit:contain}.faq-list{padding-bottom:35px}.faq-item{border-bottom:1px solid #c9c0ba}.faq-item button{width:100%;padding:25px 8px 25px 0;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;text-align:left;font-size:22px;color:inherit;cursor:pointer}.faq-item button b{width:28px;height:28px;border-radius:50%;color:#fff;background:#303030;display:grid;place-items:center;font-size:20px;line-height:1;font-weight:400}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}.faq-answer p{overflow:hidden;color:#716a66;line-height:1.55;max-width:600px}.faq-item.is-open .faq-answer{grid-template-rows:1fr}.faq-item.is-open .faq-answer p{padding:0 45px 24px 0}footer{background:#031039;color:#ebebeb;padding:100px 0 74px;overflow:hidden}.footer-brand-row{display:flex;align-items:start;justify-content:space-between}.brand--light{width:360px;padding:13px 17px;border-radius:12px;background:#fff}.brand--light img{width:100%;height:auto}.footer-columns{display:grid;grid-template-columns:minmax(260px,1fr);margin-top:72px}.footer-columns h3{font-size:17px;font-weight:500;margin-bottom:32px}.footer-item{display:block;color:#999;font-size:12px;line-height:1.35;margin-bottom:13px}.footer-item:hover{color:#fff}.social-row{display:flex;justify-content:flex-end;gap:16px;margin-top:20px}.social-row span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#242424}.footer-rule{height:1px;background:#363636;margin-top:68px}.footer-legal{color:#5f5f5f;font-size:8px;line-height:1.45;margin-top:42px;max-width:1190px}.content-page{background:var(--cream);padding:96px 0 120px;min-height:70vh}.content-page__inner{max-width:920px}.content-page__eyebrow{display:block;font-size:11px;font-weight:650;letter-spacing:.2em;text-transform:uppercase;color:#068e9a;margin-bottom:20px}.content-page h1{max-width:820px;font-size:clamp(48px,6vw,82px);line-height:.98;letter-spacing:-.055em;font-weight:500}.content-page__intro{max-width:760px;margin-top:32px;color:#625b57;font-size:21px;line-height:1.5}.content-section{padding-top:48px;margin-top:48px;border-top:1px solid #d7cec7}.content-section h2{font-size:29px;line-height:1.15;letter-spacing:-.03em;font-weight:500;margin-bottom:22px}.content-section p,.content-section li{color:#625b57;font-size:15px;line-height:1.75}.content-section p+p{margin-top:18px}.content-section ul{margin:18px 0 0;padding-left:20px}.content-section li+li{margin-top:8px}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:56px}.contact-form label{display:grid;gap:9px;color:#625b57;font-size:13px}.contact-form input,.contact-form textarea{width:100%;border:1px solid #cfc3bb;border-radius:7px;background:#fff;padding:14px 15px;color:var(--ink);outline:none}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--ink)}.contact-form__message{grid-column:1 / -1}.contact-form textarea{resize:vertical}.contact-form button{grid-column:1 / -1;width:214px;height:48px;display:flex;align-items:center;justify-content:space-between;border:0;border-radius:6px;padding:0 16px;background:var(--black);color:#fff;cursor:pointer}.states-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:58px}.states-grid span{padding:16px;border-radius:7px;background:#fff;color:#625b57;font-size:14px}[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .8s ease var(--delay, 0ms),transform .8s cubic-bezier(.2,.8,.2,1) var(--delay, 0ms)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}@keyframes marquee{to{transform:translate(calc(-50% - 3px))}}@media(max-width:900px){.section-shell{width:min(100% - 40px,680px)}.announcement{height:35px;font-size:9px;gap:3px;white-space:nowrap}.site-header{width:calc(100% - 60px);height:82px}.brand img{width:205px;height:44px}.login-wrap{display:grid;justify-items:end;gap:3px}.login-wrap>span{order:2;font-size:9px}.login-button{min-width:124px;height:34px;font-size:13px}.hero{min-height:708px;padding:68px 0 0}.hero-copy{width:calc(100% - 60px);justify-items:start;text-align:left}.rating-pill{max-width:100%;overflow:hidden;padding-inline:15px;font-size:11px;gap:6px}.rating-pill img{flex:0 0 80px}.hero h1{font-size:clamp(38px,10.2vw,48px);margin-top:26px;line-height:1.04}.hero h1 br{display:none}.hero h1 em{display:block}.benefits{display:grid;gap:8px;margin-top:28px;justify-items:start}.benefits>div{font-size:12px}.benefits>div:first-child{order:2}.benefits>div:nth-child(2){order:1}.benefits>div:nth-child(3){order:3}.benefits img{width:34px;height:34px}.hero-actions{display:none}.hero-marquee{bottom:102px;padding:0}.hero-slide{width:254px;height:170px;border-radius:12px}.mobile-hero-cta{display:block;position:absolute;left:30px;right:30px;bottom:12px}.mobile-hero-cta .button{width:100%;height:56px;font-size:18px}.products-section{width:100%;padding:74px 0 80px}.products-section .section-intro,.products-section .carousel-shell{width:calc(100% - 40px);margin-inline:auto}.section-intro{grid-template-columns:1fr;gap:28px;margin-bottom:38px}.section-intro h2,.why-heading h2,.popular h2,.faq-visual h2{font-size:39px}.section-intro__aside{display:none}.product-card{flex-basis:100%;min-height:500px;padding:20px 16px 16px}.product-card h3{font-size:29px}.product-card>img{height:310px}.product-card__actions .button{height:47px;font-size:12px}.carousel-controls{justify-content:center}.results{padding:72px 0 48px}.results-inner{grid-template-columns:1fr;gap:35px}.results-copy>span{font-size:22px}.results-number>strong{font-size:150px}.results-copy>p{font-size:20px}.results-copy .button{width:100%}.graph-wrap{min-height:340px}.mind-body{width:100%;padding:75px 0 82px}.mind-body .section-intro{width:calc(100% - 40px);margin-inline:auto}.wellness-track article{width:286px;height:180px}.wellness-track h3{font-size:20px}.why-section{padding:68px 0 72px}.why-heading{margin-bottom:105px}.why-heading .button{display:none}.reasons-grid{grid-template-columns:1fr 1fr;align-items:stretch}.reason-card{min-height:304px;padding:19px 17px}.reason-card h3{font-size:clamp(24px,7vw,29px)}.reason-card p{font-size:11px;line-height:1.48;margin-top:18px}.reason-private>img{width:85%;left:2%;top:-70px}.reason-clinical>img{height:170px;right:-3%;top:-99px}.reason-providers{min-height:420px}.reason-providers>img{width:100%;top:-8px}.reason-pharmacy{min-height:420px}.reason-pharmacy>img{width:155%;max-width:none;left:-22%;top:2px}.reason-providers>div,.reason-pharmacy>div{width:100%;margin-top:130px}.why-mobile-cta{display:block;margin-top:46px}.why-mobile-cta .button{width:100%;height:54px;font-size:18px}.popular{padding:72px 0 70px}.popular h2{margin-bottom:42px}.popular-grid{grid-template-columns:1fr 1fr;gap:6px}.popular-card{height:251px;border-radius:12px;padding:14px 11px}.popular-card h3{font-size:18px;max-width:140px}.popular-card__eyebrow{font-size:9px}.popular-card__link{font-size:12px;margin-top:19px;padding-bottom:6px;gap:13px}.popular-card img{width:82%;height:58%}.popular-card:nth-child(2) img{width:84%}.popular-card:nth-child(3) img{width:94%}.popular-card:nth-child(4) img{width:66%}.popular-note{margin-top:38px;font-size:8px;line-height:1.5}.faq-section{padding:70px 0 52px}.faq-inner{grid-template-columns:1fr;gap:36px}.faq-visual>div{height:310px;margin-top:42px;max-width:100%}.faq-item button{font-size:17px;padding-block:21px}.content-page{padding:66px 0 82px}.content-page h1{font-size:48px}.content-page__intro{font-size:18px}.content-section{padding-top:34px;margin-top:34px}.content-section h2{font-size:25px}.contact-form{grid-template-columns:1fr}.contact-form__message,.contact-form button{grid-column:1}.contact-form button{width:100%}.states-grid{grid-template-columns:1fr 1fr}footer{padding:70px 0 54px}.footer-brand-row{display:block}.brand--light{width:min(100%,330px);padding:11px 14px}.brand--light img{width:100%;height:auto}.footer-columns{grid-template-columns:1fr}.social-row{justify-content:flex-start;margin-top:52px}}@media(max-width:430px){.announcement span,.announcement strong{font-size:8px}.site-header{width:calc(100% - 60px)}.hero{min-height:708px}.results-number{gap:18px}.results-number>strong{font-size:138px}.results-number span{font-size:17px}.graph-wrap{min-height:300px}.reason-card{min-width:0}.reason-card h3{overflow-wrap:anywhere}.popular{width:calc(100% - 60px)}.popular-card h3{font-size:18px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}[data-reveal]{opacity:1;transform:none}}
