.page-products-tech
  .site-header:not(.is-solid):not(.is-menu-active):not(.is-nav-open):not(.is-focus-active),
.page-products-hardware
  .site-header:not(.is-solid):not(.is-menu-active):not(.is-nav-open):not(.is-focus-active),
.page-products-software
  .site-header:not(.is-solid):not(.is-menu-active):not(.is-nav-open):not(.is-focus-active),
.page-products-overview
  .site-header:not(.is-solid):not(.is-menu-active):not(.is-nav-open):not(.is-focus-active) {
  background: transparent;
  border-bottom-color: transparent;
  color: #ffffff;
}

.page-products-tech
  .site-header:not(.is-solid):not(.is-menu-active):not(.is-nav-open):not(.is-focus-active)
  .brand-logo,
.page-products-tech
  .site-header:not(.is-solid):not(.is-menu-active):not(.is-nav-open):not(.is-focus-active)
  .brand-name,
.page-products-hardware
  .site-header:not(.is-solid):not(.is-menu-active):not(.is-nav-open):not(.is-focus-active)
  .brand-logo,
.page-products-hardware
  .site-header:not(.is-solid):not(.is-menu-active):not(.is-nav-open):not(.is-focus-active)
  .brand-name,
.page-products-software
  .site-header:not(.is-solid):not(.is-menu-active):not(.is-nav-open):not(.is-focus-active)
  .brand-logo,
.page-products-software
  .site-header:not(.is-solid):not(.is-menu-active):not(.is-nav-open):not(.is-focus-active)
  .brand-name,
.page-products-overview
  .site-header:not(.is-solid):not(.is-menu-active):not(.is-nav-open):not(.is-focus-active)
  .brand-logo,
.page-products-overview
  .site-header:not(.is-solid):not(.is-menu-active):not(.is-nav-open):not(.is-focus-active)
  .brand-name {
  color: #ffffff;
}

.page-products-tech .site-header.is-nav-open,
.page-products-tech .site-header.is-menu-active,
.page-products-tech .site-header.is-focus-active,
.page-products-tech .site-header.is-solid,
.page-products-hardware .site-header.is-nav-open,
.page-products-hardware .site-header.is-menu-active,
.page-products-hardware .site-header.is-focus-active,
.page-products-hardware .site-header.is-solid,
.page-products-software .site-header.is-nav-open,
.page-products-software .site-header.is-menu-active,
.page-products-software .site-header.is-focus-active,
.page-products-software .site-header.is-solid,
.page-products-overview .site-header.is-nav-open,
.page-products-overview .site-header.is-menu-active,
.page-products-overview .site-header.is-focus-active,
.page-products-overview .site-header.is-solid {
  background: #ffffff;
  border-bottom-color: rgba(16, 24, 40, 0.1);
  box-shadow: var(--shadow-header);
}

.page-products-tech .hero,
.page-products-hardware .hero,
.page-products-software .hero,
.page-products-overview .hero {
  min-height: var(--subpage-banner-image-min-height);
  padding: var(--subpage-banner-padding-top) 0 var(--subpage-banner-padding-bottom);
  color: rgba(255, 255, 255, 0.94);
}

.page-products-tech .product-showcase-hero-copy,
.page-products-hardware .product-showcase-hero-copy,
.page-products-software .product-showcase-hero-copy {
  border-left: 0;
  padding-left: 0;
}

.page-products-tech .content-wrap,
.page-products-hardware .content-wrap,
.page-products-software .content-wrap,
.page-products-overview .content-wrap {
  min-height: auto;
  background: linear-gradient(180deg, #f0f4fa 0%, #e8eef7 50%, #e2eaf4 100%);
  box-shadow: none;
}

.page-products-tech .footer-r,
.page-products-hardware .footer-r,
.page-products-software .footer-r,
.page-products-overview .footer-r {
  display: none;
}

.page-products-tech .hero-ai-medical-bg,
.page-products-hardware .hero-ai-medical-bg,
.page-products-software .hero-ai-medical-bg,
.page-products-overview .hero-ai-medical-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-products-tech .hero-actions,
.page-products-hardware .hero-actions,
.page-products-software .hero-actions,
.page-products-overview .hero-actions {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
}

.page-products-overview .hero-ai-medical-copy {
  max-width: 720px;
  padding-left: 28px;
  border-left-color: var(--brand);
}

.page-products-overview .hero-ai-medical-title {
  margin-bottom: 18px;
  font-size: var(--hero-title-size);
  line-height: var(--line-title);
  letter-spacing: -0.02em;
}

.page-products-overview .hero-ai-medical-desc {
  max-width: 620px;
  margin-bottom: 24px;
  font-size: var(--body-lg-size);
  line-height: 1.8;
}

.page-products-overview .section-products {
  padding: 48px 0 88px;
}

.page-products-overview .section-head--products {
  margin-bottom: 36px;
}

.page-products-overview .section-head--products h2 {
  font-size: var(--section-title-size);
  line-height: 1.12;
}

.page-products-overview .section-head--products p {
  max-width: 620px;
  font-size: var(--body-size);
  line-height: 1.8;
}

.page-products-overview .product-service-grid {
  gap: 24px;
}

.page-products-overview .product-service-card {
  min-height: 320px;
  padding: 20px 16px 18px;
}

.page-products-overview .product-service-title {
  font-size: var(--card-title-md-size);
  line-height: 1.18;
}

.page-products-overview .product-service-sub {
  max-width: 22ch;
  margin-top: 10px;
  font-size: var(--card-body-size);
  line-height: 1.82;
}

@media (max-width: 980px) {
  .page-products-overview .section-products {
    padding: 40px 0 76px;
  }

  .page-products-overview .product-service-card {
    min-height: auto;
    padding: 18px 12px 16px;
  }

}

@media (max-width: 720px) {
  .page-products-overview .hero-ai-medical-copy {
    padding-left: 18px;
    border-left-width: 3px;
  }

  .page-products-overview .hero-ai-medical-title {
    font-size: var(--hero-title-size-sm);
  }

  .page-products-overview .hero-ai-medical-desc {
    font-size: var(--body-lg-size-sm);
    line-height: 1.76;
  }

  .page-products-overview .section-products {
    padding: 32px 0 64px;
  }

  .page-products-overview .section-head--products {
    margin-bottom: 28px;
  }

  .page-products-overview .product-service-grid {
    gap: 18px;
  }

  .page-products-overview .product-service-sub {
    font-size: var(--card-body-size-sm);
    line-height: 1.76;
  }
}
