.health-test-category-page{background:#f7f8f5;color:var(--blue)}
.htc-hero{position:relative;overflow:hidden;padding:92px 0 84px;background:radial-gradient(circle at 84% 18%,rgba(149,193,31,.24),transparent 28%),linear-gradient(135deg,#eef4df,#f6f8ed);border-radius:0 0 48px 48px}
.htc-hero:after{content:'+';position:absolute;right:6%;top:-135px;color:rgba(149,193,31,.07);font:400 430px/1 Georgia,serif;transform:rotate(8deg)}
.htc-hero .wrap{position:relative;z-index:1}
.htc-back{display:inline-flex;align-items:center;gap:8px;margin-bottom:28px;color:var(--green);font-size:12px;font-weight:800}
.htc-hero-grid{display:flex;justify-content:space-between;align-items:flex-end;gap:55px}
.htc-hero h1{max-width:820px;margin:12px 0 16px;color:var(--ink);font:400 clamp(48px,5vw,72px)/1.02 Georgia,serif;letter-spacing:-3.5px}
.htc-hero p{max-width:680px;margin:0;font-size:16px}
.htc-count{display:flex;min-width:170px;flex-direction:column;padding:22px 25px;border:1px solid rgba(49,45,90,.13);border-radius:18px;background:rgba(255,255,255,.72);box-shadow:0 15px 40px rgba(49,45,90,.08)}
.htc-count strong{color:var(--ink);font:400 40px/1 Georgia,serif}.htc-count span{margin-top:6px;font-size:11px;font-weight:700}
.htc-catalogue{padding:78px 0 110px}
.htc-toolbar{display:flex;justify-content:space-between;align-items:center;gap:28px;margin-bottom:38px;padding:20px 24px;border:1px solid #e2e3e8;border-radius:17px;background:#fff;box-shadow:0 12px 35px rgba(49,45,90,.05)}
.htc-toolbar p{margin:0;font-size:13px}.htc-toolbar p strong{color:var(--ink)}
.htc-sort-wrap{display:flex;align-items:center;gap:12px;color:var(--ink);font-size:12px;font-weight:700}.htc-sort{min-width:205px;padding:12px 38px 12px 14px;border:1px solid #e2e3e8;border-radius:9px;background:#f7f8f5;color:var(--ink);font:600 12px Lexend,Arial,sans-serif}
.htc-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.htc-product-card{display:flex;min-width:0;overflow:hidden;flex-direction:column;border:1px solid #e2e3e8;border-radius:21px;background:#fff;box-shadow:0 14px 38px rgba(49,45,90,.06);animation:htcCardIn .6s cubic-bezier(.2,.8,.2,1) both;animation-delay:calc(var(--card-index,0) * 55ms);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}
.htc-product-card:hover{transform:translateY(-8px);border-color:rgba(149,193,31,.36);box-shadow:0 25px 58px rgba(49,45,90,.14)}
.htc-product-image{position:relative;overflow:hidden;height:235px;background:linear-gradient(145deg,#eef4df,#b0cd5d)}
.htc-product-image:after{content:'+';position:absolute;right:18px;bottom:-70px;color:rgba(255,255,255,.42);font:700 190px/1 Georgia,serif}
.htc-product-image img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.htc-product-card:hover img{transform:scale(1.045)}
.htc-product-image span{position:absolute;z-index:2;left:17px;top:17px;padding:7px 10px;border-radius:99px;background:rgba(255,255,255,.88);color:var(--ink);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.6px}
.htc-product-body{display:flex;flex:1;flex-direction:column;padding:25px}.htc-product-body small{color:var(--green);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.65px}.htc-product-body h2{margin:8px 0 11px;color:var(--ink);font-size:20px;line-height:1.3}.htc-product-body p{margin:0 0 23px;font-size:12px;line-height:1.7}
.htc-product-meta{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:auto;padding-top:18px;border-top:1px solid #eef4df}.htc-product-meta strong{color:var(--ink);font-size:18px}.htc-product-meta b{color:var(--green);font-size:11px}.htc-empty{grid-column:1/-1;padding:55px;border:1px dashed #e2e3e8;border-radius:18px;text-align:center;background:#fff}
@keyframes htcCardIn{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
@media(max-width:980px){.htc-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.htc-hero-grid{align-items:flex-start;flex-direction:column}.htc-count{min-width:210px}}
@media(max-width:620px){.htc-hero{padding:65px 0}.htc-hero h1{font-size:46px}.htc-catalogue{padding:55px 0 80px}.htc-toolbar{align-items:flex-start;flex-direction:column}.htc-sort-wrap{width:100%;align-items:flex-start;flex-direction:column}.htc-sort{width:100%}.htc-product-grid{grid-template-columns:1fr}.htc-product-image{height:220px}}
@media(prefers-reduced-motion:reduce){.htc-product-card{animation:none}.htc-product-card,.htc-product-image img{transition:none}}

