.page-hero {
  /*min-height: 250px;*/
  padding: 78px 20px 56px;
  text-align: center;
  background: linear-gradient(90deg, rgba(238, 245, 252, 0.7), rgba(255, 255, 255, 0.72)),
    url("../img/health/assets/page-bg.jpg") center/cover no-repeat;
}

.page-hero h1 {
  margin: 0;
  color: var(--brand);
  font-family: "AlibabaPuHuiTi", "Microsoft YaHei", Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.section-title h2 {
  margin: 0;
  color: var(--brand);
  font-family: "AlibabaPuHuiTi", "Microsoft YaHei", Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.en-title {
  display: block;
  margin-top: 3px;
  color: #526174;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-lead {
  width: min(980px, 100%);
  margin: 28px auto 0;
  color: #202a3b;
  font-size: 16px;
  line-height: 1.9;
}

.section {
  padding: 40px 0;
}

.section.soft {
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.72), rgba(235, 243, 252, 0.95));
}

.section.band {
  background: linear-gradient(90deg, rgba(238, 245, 252, 0.72), rgba(255, 255, 255, 0.82)),
    url("../img/health/assets/page-bg.jpg") center/cover no-repeat;
}

.container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  width: min(980px, calc(100% - 40px));
}

.section-title {
  margin-bottom: 40px;
  text-align: center;
}

.section-title.left {
  text-align: left;
}

.section-title p,
.body-copy {
  color: #273245;
  font-size: 16px;
}

.body-copy p {
  margin: 0 0 18px;
  text-indent: 2em;
}

.visual-box {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.visual-box img {
  width: 100%;
}

.grid {
  display: grid;
  gap: 28px;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid.five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.product-card h3,
.category-card h3 {
  margin: 0;
  padding: 12px 10px;
  color: #fff;
  text-align: center;
  background: var(--brand);
  font-size: 17px;
  line-height: 1.35;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 50px;
  width: min(1200px, 100%);
  margin: 0 auto 60px;
}

.category-card {
  display: grid;
  gap: 7px;
  border: 0;
}

.category-card h3 {
  margin: 0;
  padding: 26px 10px;
  color: #fff;
  text-align: center;
  background: #3269cc;
  font-size: 22px;
  line-height: 1.25;
}

.category-card span {
  display: block;
  min-height: 72px;
  padding: 21px 10px;
  color: var(--brand);
  text-align: center;
  border: 1px solid #8ab5e8;
  background: linear-gradient(90deg, #edf6ff, #fff);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

.product-wrap {
  padding: 28px;
  background: #eaf5ff;
}

.product-card {
  background: #f5f7fb;
  border: 1px solid #7faee5;
}

.product-card .product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 210px;
  padding: 22px;
}

.product-card img {
  width: auto;
  max-height: 168px;
}

@media (max-width: 860px) {
  .page-hero h1,
  .section-title h2 { font-size: 30px; }
  .grid.five,
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1200px); }
  .page-hero h1,
  .section-title h2 { font-size: 24px; }
  .section { padding: 40px 0; }
  .grid.five,
  .category-grid { grid-template-columns: 1fr; }
  .product-wrap { padding: 18px; }
}
