.hero{padding:84px 0 60px;position:relative;overflow:hidden;text-align:center}.hero-blob-a,.hero-blob-b{position:absolute;border-radius:50%;filter:blur(80px);z-index:0}.hero-blob-a{width:420px;height:420px;background:var(--mint-soft);top:-140px;left:-80px;opacity:.7}.hero-blob-b{width:380px;height:380px;background:var(--rose-soft);top:-100px;right:-80px;opacity:.65}.hero-inner{position:relative;z-index:1;max-width:820px;margin:0 auto}.hero-eyebrow{display:inline-flex;align-items:center;gap:10px;padding:7px 16px 7px 9px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-pill);font-size:12.5px;font-weight:400;color:var(--ink-soft);margin-bottom:26px}.hero-eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--mint-deep);box-shadow:0 0 0 4px #6fc5ac33}.hero h1{font-size:clamp(30px,4vw,52px);line-height:1.03;letter-spacing:-.04em;font-weight:400;margin-bottom:22px}.hero h1 .underline-brush{position:relative;display:inline-block}.hero h1 .underline-brush:after{content:"";position:absolute;left:-2%;right:-2%;bottom:4px;height:13px;background:linear-gradient(90deg,var(--mint) 0%,var(--rose) 100%);z-index:-1;border-radius:4px;opacity:.85}.hero-lede{font-size:17.5px;line-height:1.65;color:var(--ink-soft);max-width:620px;margin:0 auto 36px;font-weight:300}.hero-lede strong{font-weight:500;color:var(--ink)}.hero-meta{display:flex;justify-content:center;gap:38px;margin-top:8px;flex-wrap:wrap}.hero-meta-item{display:flex;flex-direction:column;align-items:center;gap:4px}.hero-meta-item .num{font-size:28px;font-weight:500;letter-spacing:-.03em;color:var(--ink)}.hero-meta-item .num em{font-style:normal;font-weight:300;color:var(--ink-soft);font-size:18px;margin-left:2px}.hero-meta-item .lbl{font-size:11.5px;text-transform:uppercase;letter-spacing:.14em;color:var(--ink-muted);font-weight:500}.hero-meta-divider{width:1px;background:var(--line-strong);align-self:stretch}.filter-bar{position:sticky;top:64px;z-index:20;background:#f8fcf5eb;backdrop-filter:blur(12px) saturate(140%);-webkit-backdrop-filter:blur(12px) saturate(140%);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0}.filter-inner{display:flex;align-items:center;gap:14px;overflow-x:auto;scrollbar-width:none}.filter-inner::-webkit-scrollbar{display:none}.filter-label{font-size:11.5px;text-transform:uppercase;letter-spacing:.14em;color:var(--ink-muted);font-weight:500;white-space:nowrap;flex-shrink:0}.chip{flex-shrink:0;padding:8px 16px;border:1px solid var(--line-strong);background:var(--white);border-radius:var(--radius-pill);font-size:13px;font-weight:400;color:var(--ink-soft);transition:all .2s;white-space:nowrap;cursor:pointer}.chip:hover{color:var(--ink);border-color:var(--mint-deep)}.chip.active{background:var(--ink);color:var(--bg);border-color:var(--ink);font-weight:500}.chip .count{margin-left:6px;opacity:.55;font-size:11.5px}.tests-section{padding:76px 0}.tests-section.clinical{background:var(--bg)}.tests-section.mem{background:var(--bg);border-top:1px solid var(--line)}.tests-head{max-width:720px;margin-bottom:44px}.tests-head h2{font-size:clamp(24px,3vw,38px);line-height:1.06;letter-spacing:-.035em;font-weight:500;margin-bottom:14px}.tests-head p{font-size:16.5px;color:var(--ink-soft);font-weight:300;line-height:1.65;max-width:600px}.tests-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.test-card{position:relative;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:26px 26px 22px;display:flex;flex-direction:column;gap:16px;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s,border-color .3s;cursor:pointer;overflow:hidden;text-decoration:none;color:inherit}.test-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,transparent 80%,var(--mint-soft) 200%);opacity:0;transition:opacity .3s;pointer-events:none}.test-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--line-strong)}.test-card:hover:before{opacity:.35}.test-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.test-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;flex-shrink:0;position:relative}.test-icon svg{width:24px;height:24px;stroke:var(--ink);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.clinical .tests-grid .test-card:nth-child(odd) .test-icon{background:var(--mint-soft)}.clinical .tests-grid .test-card:nth-child(2n) .test-icon{background:var(--rose-soft)}.mem .tests-grid .test-card{border:none}.mem .tests-grid .test-card:nth-child(odd){background:var(--mint-soft)}.mem .tests-grid .test-card:nth-child(2n){background:var(--rose-soft)}.mem .test-icon{background:var(--white);box-shadow:0 2px 8px #1413110a}.mem .test-card:before{display:none}.mem .test-card:hover{box-shadow:var(--shadow-lg)}.test-code{display:inline-flex;align-items:center;padding:4px 10px;border-radius:var(--radius-pill);background:var(--ink);color:var(--bg);font-size:10.5px;font-weight:600;letter-spacing:.08em;height:max-content;white-space:nowrap}.test-body{display:flex;flex-direction:column;gap:8px;flex:1}.test-card h3{font-size:17.5px;font-weight:500;line-height:1.28;letter-spacing:-.022em;color:var(--ink)}.test-card .desc{font-size:13.5px;line-height:1.55;color:var(--ink-soft);font-weight:300}.test-foot{display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px solid var(--line);margin-top:4px}.mem .test-foot{border-top:1px solid rgba(20,19,17,.08)}.test-meta{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--ink-muted);font-weight:400}.test-meta .pip{width:3px;height:3px;background:var(--ink-muted);border-radius:50%;opacity:.5}.test-meta .val{display:inline-flex;align-items:center;gap:5px}.test-meta .val svg{width:12px;height:12px;stroke:var(--mint-deep);fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.test-meta .dur{display:inline-flex;align-items:center;gap:5px}.test-meta .dur svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.test-arrow{width:30px;height:30px;border-radius:50%;background:var(--bg);display:grid;place-items:center;transition:background .2s,transform .2s;flex-shrink:0}.mem .test-arrow{background:var(--white)}.test-arrow svg{width:12px;height:12px;stroke:var(--ink);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s}.test-card:hover .test-arrow{background:var(--ink)}.test-card:hover .test-arrow svg{stroke:var(--bg);transform:translate(2px)}.test-card.hidden{display:none}.test-card.coming-soon{cursor:default;pointer-events:none;opacity:.62}.test-card.coming-soon .test-arrow{display:none}.coming-soon-badge{display:inline-flex;align-items:center;font-size:10px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-muted);background:var(--line);border-radius:999px;padding:3px 10px;margin-left:auto}.disclaimer{background:var(--bg);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:32px 0}.disclaimer-inner{display:flex;align-items:flex-start;gap:18px;max-width:900px;margin:0 auto;padding:0 32px}.disclaimer-icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:var(--white);border:1px solid var(--line-strong);display:grid;place-items:center}.disclaimer-icon svg{width:18px;height:18px;stroke:var(--ink);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.disclaimer-text{font-size:13.5px;color:var(--ink-soft);line-height:1.55;font-weight:300}.disclaimer-text strong{color:var(--ink);font-weight:500}.cta-section{background:var(--ink);color:var(--bg);padding:100px 0 110px;overflow:hidden;position:relative}.cta-section:before,.cta-section:after{content:"";position:absolute;border-radius:50%;filter:blur(60px)}.cta-section:before{width:360px;height:360px;background:var(--mint-deep);opacity:.2;top:-100px;left:-80px}.cta-section:after{width:320px;height:320px;background:var(--rose-deep);opacity:.18;bottom:-80px;right:-60px}.cta-inner{position:relative;z-index:2;max-width:800px;margin:0 auto;text-align:center;padding:0 32px}.cta-inner h2{font-size:clamp(26px,3.2vw,44px);line-height:1.05;letter-spacing:-.035em;font-weight:500;margin-bottom:18px}.cta-inner p{font-size:17px;color:#f8fcf5c7;max-width:540px;margin:0 auto 36px;font-weight:300;line-height:1.6}.btn-cta{display:inline-flex;align-items:center;gap:10px;padding:16px 28px;background:var(--bg);color:var(--ink);border-radius:var(--radius-pill);font-size:14.5px;font-weight:500;transition:transform .2s;text-decoration:none}.btn-cta:hover{transform:translateY(-2px)}.btn-cta svg{transition:transform .2s}.btn-cta:hover svg{transform:translate(3px)}@media(max-width:1000px){.tests-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.tests-grid{grid-template-columns:1fr}.hero{padding:56px 0 40px}.tests-section{padding:56px 0}.hero-meta{gap:22px}.hero-meta-divider{display:none}.filter-bar{top:60px}}
