/* Bio2Twin Health Groups · Personal Model card language v1 */
.health-main{
  --hg-panel:#0b0f0d;
  --hg-panel-hi:#0f1512;
  --hg-line:rgba(255,255,255,.085);
  --hg-line-accent:rgba(91,232,207,.36);
  --hg-accent:#72e6cf;
  --hg-mint:#b9ffcb;
}
.health-main .technology-hero{
  padding-bottom:36px;
}
.health-main .technology-hero h1{
  max-width:900px;
}
.health-main .technology-hero-meta{
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.07);
}
#health-category-aging{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  margin:0 0 42px!important;
}
#health-category-aging .health-feature,
#health-category-aging .health-feature:first-child,
#health-category-aging .health-feature:not(:first-child){
  position:relative!important;
  overflow:hidden!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 122px!important;
  gap:18px!important;
  min-height:232px!important;
  padding:22px 22px 58px!important;
  margin:0!important;
  border:1px solid var(--hg-line)!important;
  border-radius:17px!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.018),transparent 42%),
    var(--hg-panel)!important;
  box-shadow:0 16px 42px rgba(0,0,0,.14)!important;
  transform:none!important;
}
#health-category-aging .health-feature:before{
  content:""!important;
  position:absolute!important;
  left:18px!important;
  right:18px!important;
  top:0!important;
  width:auto!important;
  height:1px!important;
  background:linear-gradient(90deg,var(--hg-accent),rgba(91,232,207,.18) 46%,rgba(90,148,255,.38) 100%)!important;
  border-radius:0!important;
}
#health-category-aging .health-feature:hover,
#health-category-aging .health-feature:focus-visible,
#health-category-aging .health-feature:focus-within{
  border-color:var(--hg-line-accent)!important;
  background:
    linear-gradient(180deg,rgba(91,232,207,.028),transparent 45%),
    var(--hg-panel-hi)!important;
  box-shadow:0 18px 48px rgba(0,0,0,.20)!important;
}
#health-category-aging .health-feature__copy{
  min-width:0;
}
#health-category-aging .health-feature .technology-kicker,
#health-category-aging .health-feature:first-child .technology-kicker,
#health-category-aging .health-feature:not(:first-child) .technology-kicker{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  max-width:100%!important;
  margin:0!important;
  padding:5px 10px!important;
  border:1px solid rgba(114,239,148,.22)!important;
  border-radius:999px!important;
  background:rgba(7,63,33,.72)!important;
  color:#72ef94!important;
  font-size:9px!important;
  line-height:1.35!important;
  letter-spacing:.08em!important;
  font-weight:560!important;
}
#health-category-aging .health-feature h2,
#health-category-aging .health-feature:first-child h2,
#health-category-aging .health-feature:not(:first-child) h2{
  margin:18px 0 10px!important;
  max-width:520px!important;
  color:var(--tech-ink)!important;
  font-size:clamp(24px,2.15vw,30px)!important;
  line-height:1.12!important;
  letter-spacing:-.035em!important;
  font-weight:560!important;
}
#health-category-aging .health-feature p:not(.technology-kicker),
#health-category-aging .health-feature:first-child p:not(.technology-kicker),
#health-category-aging .health-feature:not(:first-child) p:not(.technology-kicker){
  margin:0!important;
  max-width:560px!important;
  color:rgba(243,245,244,.64)!important;
  font-size:12.5px!important;
  line-height:1.7!important;
}
#health-category-aging .health-feature__meta,
#health-category-aging .health-feature:first-child .health-feature__meta,
#health-category-aging .health-feature:not(:first-child) .health-feature__meta{
  min-width:0!important;
  margin:4px 0 0!important;
  padding:0 0 0 18px!important;
  border-left:1px solid rgba(255,255,255,.075)!important;
  border-top:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:0!important;
}
#health-category-aging .health-feature__meta span,
#health-category-aging .health-feature__meta small{
  color:rgba(243,245,244,.43)!important;
  font-size:8px!important;
  line-height:1.5!important;
  letter-spacing:.08em!important;
  overflow-wrap:anywhere!important;
}
#health-category-aging .health-feature__meta strong,
#health-category-aging .health-feature:first-child .health-feature__meta strong,
#health-category-aging .health-feature:not(:first-child) .health-feature__meta strong{
  margin:12px 0 8px!important;
  color:var(--hg-mint)!important;
  font-size:52px!important;
  line-height:.95!important;
  letter-spacing:-.055em!important;
  font-weight:500!important;
}
#health-category-aging .health-feature .health-feature__link,
#health-category-aging .health-feature:first-child .health-feature__link,
#health-category-aging .health-feature:not(:first-child) .health-feature__link{
  position:absolute!important;
  inset:auto 16px 15px auto!important;
  right:16px!important;
  bottom:15px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  width:auto!important;
  height:auto!important;
  min-height:34px!important;
  margin:0!important;
  padding:8px 11px!important;
  border:1px solid rgba(91,232,207,.50)!important;
  border-radius:9px!important;
  background:rgba(91,232,207,.035)!important;
  color:var(--hg-accent)!important;
  font-size:10.5px!important;
  font-weight:650!important;
  line-height:1!important;
  text-decoration:none!important;
  z-index:5!important;
}
#health-category-aging .health-feature .health-feature__link span,
#health-category-aging .health-feature:first-child .health-feature__link span,
#health-category-aging .health-feature:not(:first-child) .health-feature__link span{
  display:inline!important;
  color:inherit!important;
  font-size:11px!important;
}
#health-category-aging .health-feature:hover .health-feature__link,
#health-category-aging .health-feature:focus-visible .health-feature__link{
  border-color:rgba(114,239,148,.68)!important;
  background:rgba(114,239,148,.08)!important;
  color:var(--hg-mint)!important;
  transform:none!important;
}
@media(max-width:900px){
  #health-category-aging{grid-template-columns:1fr!important}
}
@media(max-width:560px){
  .health-main .technology-hero{padding-bottom:28px}
  #health-category-aging{
    gap:10px!important;
  }
  #health-category-aging .health-feature,
  #health-category-aging .health-feature:first-child,
  #health-category-aging .health-feature:not(:first-child){
    grid-template-columns:minmax(0,1fr) 82px!important;
    gap:12px!important;
    min-height:205px!important;
    padding:18px 17px 55px!important;
    border-radius:15px!important;
  }
  #health-category-aging .health-feature:before{
    left:14px!important;
    right:14px!important;
  }
  #health-category-aging .health-feature h2,
  #health-category-aging .health-feature:first-child h2,
  #health-category-aging .health-feature:not(:first-child) h2{
    margin-top:14px!important;
    font-size:24px!important;
  }
  #health-category-aging .health-feature p:not(.technology-kicker){
    font-size:11.5px!important;
    line-height:1.62!important;
  }
  #health-category-aging .health-feature__meta{
    padding-left:12px!important;
  }
  #health-category-aging .health-feature__meta strong,
  #health-category-aging .health-feature:first-child .health-feature__meta strong,
  #health-category-aging .health-feature:not(:first-child) .health-feature__meta strong{
    font-size:38px!important;
  }
  #health-category-aging .health-feature .health-feature__link{
    right:13px!important;
    bottom:12px!important;
    min-height:32px!important;
    padding:7px 9px!important;
    border-radius:8px!important;
    font-size:10px!important;
  }
}

/* Health Groups hero size override */
.health-main .technology-hero h1{
  font-size:clamp(38px,3.9vw,48px)!important;
  line-height:1.08!important;
  letter-spacing:-.038em!important;
}
@media(max-width:640px){
  .health-main .technology-hero h1{
    font-size:clamp(30px,7vw,36px)!important;
    line-height:1.1!important;
    letter-spacing:-.032em!important;
  }
}
