/* =========================
   About 页：关于寰球新生
   ========================= */
.about-brand-section {
  position: relative;
  /* 建立独立堆叠上下文，确保配图始终在文字下方 */
  isolation: isolate;
  padding: 36px 0 36px;
  background: #fff;
  overflow: hidden;
}

.about-brand-section .container {
  position: relative;
}

.about-brand-section__inner {
  position: relative;
  max-width: 100%;
  background: url(../image/About-t1-bg.png) no-repeat;
  background-position: 100% 0%;
  background-size: 300px 300px;
}

/* 右上角半透明 G 形配图 */
.about-brand-section__visual {
  position: absolute;
  top: -10px;
  right: -20px;
  width: min(48vw, 380px);
  max-width: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.42;
}

.about-brand-section__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.about-brand-section__content {
  position: relative;
  z-index: 2;
  padding-right: 12px;
}
/* .about-brand-section__content {
  font-size: 24px;
  font-weight: 400;
  line-height: 2em;
} */

.about-brand-section__title {
  margin: 0 0 10px;
  padding-bottom: 14px;
  position: relative;
  z-index: 3;
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  line-height: 1.25;
  font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.about-brand-section__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 4px;
  background-color: #2595ad;
  border-radius: 1px;
  z-index: 3;
  pointer-events: none;
}

.about-brand-section__subtitle {
  margin: 0 0 28px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 2;
  font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.about-brand-section__body {
  color: #666;
  font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.about-brand-section__body p {
  margin: 0 0 16px;
  font-size: 16px;
  color: #666;
  line-height: 2em;
}

.about-brand-section__body p:last-child {
  margin-bottom: 0;
}

/* =========================
   关于页：我们的核心优势
   ========================= */
.about-advantages-section {
  padding: 36px 0 36px;
}

.about-advantages-section__header {
  margin-bottom: 26px;
}

.about-advantages-section__title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
  padding-bottom: 16px;
  position: relative;
}

.about-advantages-section__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 4px;
  background: #2595ad;
  border-radius: 1px;
}

.about-advantages-section__grid {
  margin-top: 6px;
  cursor: pointer;
}

.aasg-card-item {
  margin-bottom: 30px;
}

.about-advantages-card {
  background: #fff;
  border: 1px solid #dbe6ea;
  border-radius: 6px;
  padding: 22px 22px 24px;
  min-height: 150px;
  margin-bottom: 30px;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.about-advantages-card__title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  position: relative;
  padding-bottom: 14px;
  font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.about-advantages-card__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 54px;
  height: 3px;
  background: #2595ad;
  border-radius: 1px;
}

.about-advantages-card__body {
  font-size: 16px;
  line-height: 2em;
  color: #666666;
  min-height: 100px;
  font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.about-advantages-card:hover {
  background: #2595ad;
  border-color: #2595ad;
  transform: translateY(-2px);
}

.about-advantages-card:hover .about-advantages-card__title {
  color: #fff;
}

.about-advantages-card:hover .about-advantages-card__title::after {
  background: #fff;
}

.about-advantages-card:hover .about-advantages-card__body {
  color: #fff;
}

/* =========================
   关于页：您可以放心选择我们的原因
   ========================= */
.about-why-choose-section {
  padding: 36px 0 36px;
  background: #fff;
}

.about-why-choose-section__title-wrap {
  margin-bottom: 22px;
}

.about-why-choose-section__title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
  padding-bottom: 16px;
  position: relative;
  line-height: 1.35;
}

.about-why-choose-section__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 4px;
  background: #2595ad;
  border-radius: 1px;
}

.about-why-choose-section__subtitle {
  margin: 14px 0 0;
  font-size: 16px;
  color: #333333;
  font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.5;
}

.about-why-choose-section__grid {
  margin-top: 8px;
}

.about-why-choose-item {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  height: 100%;
  padding-bottom: 8px;
}

.about-why-choose-item__icon-wrap {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-why-choose-item__icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
}

.about-why-choose-item__title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.4;
}

.about-why-choose-item__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #666666;
  font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.about-why-choose-section__figure-wrap {
  background: #00a0a9;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 24px 16px;
}

.about-why-choose-section__figure-img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
}

/* =========================
   关于页：合作的医疗品牌
   ========================= */
.about-partner-brands-section {
  padding: 36px 0 36px;
  background: #ffffff;
}

.about-partner-brands-section__header {
  text-align: center;
  margin-bottom: 40px;
}

.about-partner-brands-section__title {
  margin: 0;
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
  padding-bottom: 14px;
  position: relative;
  line-height: 1.35;
}

.about-partner-brands-section__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #2595ad;
  border-radius: 1px;
}

.about-partner-brands-section__subtitle {
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.5;
}

.about-partner-brands-section__grid {
  margin-top: 8px;
}

.about-partner-brands-section__grid .about-partner-brands__col {
  margin-bottom: 28px;
}

.about-partner-brands__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 12px 14px;
}

.about-partner-brands__item img {
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (min-width: 992px) {
  /* .about-partner-brands-section__grid .about-partner-brands__col {
    flex: 0 0 20%;
    max-width: 20%;
  } */
}

/* =========================
   关于页：联系我们获取您的好孕方案
   ========================= */
.about-contact-section {
  padding: 36px 0 36px;
  background: #ffffff;
}

.about-contact-section__header {
  margin-bottom: 22px;
}

.about-contact-section__title {
  margin: 0;
  padding-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
  color: #333;
  position: relative;
  font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.about-contact-section__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 4px;
  border-radius: 2px;
  background: #2595ad;
}

.about-contact-section__subtitle {
  margin: 14px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #333333;
  font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.about-contact-section__divider {
  width: 100%;
  height: 12px;
  background: #2595ad;
  margin: 0 0 30px;
}

.about-contact-section__map {
  width: 100%;
  display: block;
  height: auto;
}

.about-contact-section__info {
  padding-top: 6px;
}

.about-contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.about-contact-item:last-child {
  margin-bottom: 0;
}

.about-contact-item__icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 18px;
}

.about-contact-item__text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  color: #333333;
  font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
}
