/* Scoped public-health products; preserve the site's white, minimal layout. */
.health-products, .health-product-page { background: #fff; color: #172033; }
.health-products { padding: clamp(48px, 6vw, 88px) 0; }
.health-section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.health-section-heading h2 { margin: 0; font-size: clamp(26px, 2.7vw, 38px); font-weight: 500; }
.health-section-heading > a, .health-back-link { color: #1464f4; font-size: 15px; }
.health-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px 32px; }
.health-product-card { min-width: 0; }
.health-product-card > a { display: block; height: 100%; }
.health-product-media { display: flex; align-items: center; justify-content: center; aspect-ratio: 16 / 9; overflow: hidden; background: #fff; }
.health-product-media img { width: 100%; height: 100%; object-fit: contain; }
.catalog-grid > .card:nth-child(n) .card-media {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.catalog-grid > .card:nth-child(n) .card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-grid > .health-catalog-card:nth-child(n) .card-media { background: #fff; }
.catalog-grid > .health-catalog-card:nth-child(n) .card-media img { object-fit: contain; }
.health-product-card-copy { padding: 22px 0 0; border-top: 1px solid #e6eaf0; }
.health-product-card h3 { margin: 0 0 10px; color: #172033; font-size: clamp(21px, 2vw, 28px); font-weight: 500; line-height: 1.4; overflow-wrap: anywhere; }
.health-product-card p { margin: 0; color: #667085; font-size: 15px; line-height: 1.75; }
.health-card-link { display: inline-block; margin-top: 18px; color: #1464f4; font-size: 14px; }
.health-product-card a:hover h3, .health-entry-links a:hover { color: #1464f4; }
.health-products a:focus-visible, .health-product-page a:focus-visible, .health-entry-links a:focus-visible { outline: 2px solid #1464f4; outline-offset: 5px; }
.health-product-hero { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(36px, 5vw, 80px); padding-top: 50px; padding-bottom: 64px; min-height: min(720px, calc(100svh - 80px)); }
.health-eyebrow { margin: 36px 0 16px; color: #1464f4; font-size: 14px; }
.health-product-hero h1 { margin: 0; max-width: 15em; color: #172033; font-size: clamp(34px, 3.7vw, 58px); font-weight: 500; line-height: 1.23; letter-spacing: -0.025em; text-wrap: balance; overflow-wrap: anywhere; text-shadow: none; }
.health-product-summary { max-width: 32em; margin: 26px 0 30px; color: #667085; font-size: 17px; line-height: 1.8; }
.health-product-visual { display: flex; align-items: center; justify-content: center; min-width: 0; margin: 0; aspect-ratio: 16 / 9; }
.health-product-visual img { width: 100%; height: 100%; object-fit: contain; }
.health-training { padding: 48px 0 60px; border-top: 1px solid #e6eaf0; }
.health-training h2, .health-related h2 { margin: 0 0 30px; font-size: 28px; font-weight: 500; }
.health-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.health-feature-number { color: #1464f4; font-size: 13px; }
.health-feature-grid h3 { margin: 14px 0 10px; font-size: 23px; font-weight: 500; }
.health-feature-grid p { margin: 0; color: #667085; font-size: 15px; line-height: 1.8; }
.health-scenarios { display: flex; align-items: baseline; gap: 32px; margin-top: 42px; padding-top: 26px; border-top: 1px solid #e6eaf0; }
.health-scenarios h2 { margin: 0; flex-shrink: 0; font-size: 18px; }
.health-scenarios ul { display: flex; flex-wrap: wrap; gap: 10px 28px; margin: 0; padding: 0; color: #667085; list-style: none; }
.health-entry-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; }
.health-entry-links a { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 0; border-top: 1px solid #e6eaf0; font-size: 17px; line-height: 1.5; }
.health-entry-links a > span:last-child { flex-shrink: 0; color: #1464f4; }
.health-related { padding-bottom: 64px; }
.health-inline-products { margin: 40px 0; }
.health-inline-products .health-entry-links { grid-template-columns: 1fr; }
.health-connected-layout > .article { min-width: 0; }
@media (max-width: 800px) {
  .health-product-hero { grid-template-columns: 1fr; gap: 32px; min-height: 0; padding-top: 30px; padding-bottom: 40px; }
  .health-product-hero h1 { max-width: 18em; font-size: clamp(32px, 6.5vw, 48px); }
  .health-product-visual img { max-height: 480px; }
  .health-product-grid { gap: 32px 22px; }
}
@media (max-width: 580px) {
  .health-section-heading { align-items: flex-start; flex-direction: column; gap: 10px; margin-bottom: 26px; }
  .health-product-grid, .health-feature-grid, .health-entry-links { grid-template-columns: 1fr; }
  .health-feature-grid { gap: 26px; }
  .health-product-visual img { max-height: 430px; }
  .health-scenarios { flex-direction: column; gap: 16px; }
  .health-product-summary { font-size: 16px; }
}
