html { scroll-behavior: smooth; }

.wts-skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  z-index: 9999;
  padding: 0.6rem 1.25rem;
  background: var(--gp-brand-purple, #7b66d7);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 0 0 6px 6px;
  text-decoration: none;
  transition: top 0.2s ease;
}
.wts-skip-link:focus {
  top: 0;
  outline: 3px solid var(--gp-brand-purple-80, #957fe0);
  outline-offset: 2px;
}

.wts h1.heading {
  color: var(--gp-brand-purple, #7b66d7);
  font-size: clamp(1.45rem, 2.8vw, 1.85rem);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
.wts h2.heading {
  color: var(--gp-brand-purple, #7b66d7);
  font-size: var(--gp-h2-body, 36px);
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-top: 2.25rem;
  margin-bottom: 0.85rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--gp-border-soft, #e2d9f4);
}
.wts h3.heading {
  color: var(--gp-brand-purple, #7b66d7);
  font-size: clamp(1.02rem, 1.8vw, 1.15rem);
  font-weight: 600;
  font-style: normal;
  line-height: 1.35;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.65rem;
  border-left: 3px solid var(--gp-brand-purple-65, #ad9ce8);
}

.wts .paragraph {
  font-size: 1rem;
  line-height: 1.72;
  color: var(--gp-text-body, #374151);
  margin-bottom: 0.75rem;
}

.wts .text-box {
  background: var(--gp-surface-muted, #f7f7fa);
  border: 1px solid var(--gp-border-soft, #e2d9f4);
  border-left: 3px solid var(--gp-brand-purple-80, #957fe0);
  border-radius: 0 6px 6px 0;
  padding: 1rem 1.15rem;
  margin: 1rem 0 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--gp-text-body, #374151);
  overflow: hidden;
}
.wts .text-box .list.ul-list {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.wts .list.ul-list {
  padding-left: 1.5rem;
  margin: 0.5rem 0 1rem;
  list-style: none;
}
.wts .list.ul-list li {
  position: relative;
  padding-left: 0;
  margin-bottom: 0.3rem;
  font-size: 0.9625rem;
  line-height: 1.55;
  color: var(--gp-text-body, #374151);
}
.wts .list.ul-list li::before {
  content: "•";
  position: absolute;
  left: -1.1rem;
  top: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  color: var(--gp-brand-purple-80, #957fe0);
  font-size: 1.1em;
  line-height: 1.55;
  transform: none;
  display: inline-block;
}
.wts .list.ul-list li a {
  color: var(--gp-brand-purple, #7b66d7);
  text-decoration: none;
  font-weight: 500;
}
.wts .list.ul-list li a:hover {
  text-decoration: underline;
}

.wts .separator {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gp-border-soft, #e2d9f4) 30%, var(--gp-border-soft, #e2d9f4) 70%, transparent);
  margin: 1.75rem 0;
}

.wts figure.media {
  margin: 1.25rem 0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(123, 102, 215, 0.06);
}
.wts figure.media img {
  display: block;
  width: 100%;
  height: auto;
}

.wts .accordion { margin: 0.75rem 0 1.25rem; }
.wts .accordion-item {
  border: 1px solid var(--gp-border-soft, #e2d9f4);
  border-radius: 6px;
  margin-bottom: 0.45rem;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.wts .accordion-item:hover,
.wts .accordion-item.is-open {
  border-color: var(--gp-brand-purple-65, #ad9ce8);
  box-shadow: 0 1px 6px rgba(123, 102, 215, 0.06);
}
.wts .accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.75rem 1rem;
  background: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 0.9625rem;
  font-weight: 600;
  color: var(--gp-text-1, #1f1b33);
  transition: background 0.2s, color 0.2s;
}
.wts .accordion-item.is-open .accordion-title,
.wts .accordion-title:hover {
  background: var(--gp-surface-muted, #f7f7fa);
  color: var(--gp-brand-purple, #7b66d7);
}
.wts .accordion-title img {
  width: 12px;
  height: 10px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.wts .accordion-item.is-open .accordion-title img { transform: rotate(180deg); }
.wts .accordion-body { overflow: hidden; }
.wts .accordion-body .block-list { padding: 0 1rem 0.75rem; }
.wts .accordion-body .paragraph { font-size: 0.9375rem; margin-bottom: 0.5rem; }

.wts .cta-box {
  background: linear-gradient(135deg, var(--gp-tint-lavender, #f1ecfa), var(--gp-border-soft, #e2d9f4));
  border: 1px solid var(--gp-border-soft, #e2d9f4);
  border-radius: 8px;
  padding: 1.5rem 1.25rem;
  text-align: center;
  margin: 1.75rem 0;
}
.wts .cta-box h2.heading {
  border-bottom: none;
  margin-top: 0;
  padding-bottom: 0;
  font-size: var(--gp-h2-body, 36px);
}
.wts .cta-box .buttons-wrapper { margin-top: 0.85rem; }

.wts-cta-banner {
  background: linear-gradient(135deg, var(--gp-brand-purple-80, #957fe0) 0%, var(--gp-brand-purple, #7b66d7) 52%, var(--gp-primary-active, #5e4ab3) 100%);
  border-radius: 10px;
  padding: 2.25rem 1.75rem;
  text-align: center;
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
}
.wts-cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 25% 40%, rgba(255, 255, 255, 0.07) 0%, transparent 55%);
  pointer-events: none;
}
.wts-cta-banner__title {
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.45rem;
  position: relative;
}
.wts-cta-banner__sub {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.93);
  margin: 0 0 1.25rem;
  line-height: 1.55;
  position: relative;
}
.wts-cta-banner__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  margin-bottom: 1.25rem;
  position: relative;
}
.wts-cta-banner__btns .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.5rem;
  background: #fff;
  color: var(--gp-brand-purple, #7b66d7);
  border: none;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
}
.wts-cta-banner__btns .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);
  color: var(--gp-brand-purple, #7b66d7);
}
.wts-cta-banner__btns .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.5rem;
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}
.wts-cta-banner__btns .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  transform: translateY(-2px);
  color: #fff;
}
.wts-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  position: relative;
}
.wts-trust-row span {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.8125rem;
  font-weight: 500;
}
.wts-trust-row strong {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
}

.wts-fade.wts-animated {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.wts-fade.is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.wts a:focus-visible,
.wts .accordion-title:focus-visible,
.wts-cta-banner a:focus-visible {
  outline: 3px solid var(--gp-brand-purple-80, #957fe0);
  outline-offset: 2px;
  border-radius: 4px;
}

.wts .list.ul-list li a,
.wts .accordion-title,
.wts .cta-box .button,
.wts-cta-banner a {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  .wts-fade.wts-animated {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .wts .accordion-item,
  .wts .accordion-title,
  .wts .accordion-title img,
  .wts-cta-banner a {
    transition: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .wts-cta-banner { padding: 2rem 1.5rem; }
  .wts-cta-banner__btns { gap: 0.5rem; }
  .wts-cta-banner__btns .btn-primary,
  .wts-cta-banner__btns .btn-ghost { font-size: 0.8125rem; padding: 0.6rem 1.25rem; }
  .wts-trust-row { gap: 1rem; }
  .wts-trust-row span { font-size: 0.75rem; }
  .wts-sb-card .wts-sb__title { font-size: 1.375rem; }
  .wts-sb-card .wts-sb__desc { font-size: 0.9375rem; }
  .wts-sb-card { padding: 1.75rem 1rem 1.5rem; }
}

@media (max-width: 767px) {
  .wts-cta-banner { padding: 1.75rem 1.15rem; }
  .wts-cta-banner__btns { flex-direction: column; }
  .wts-cta-banner__btns .btn-primary,
  .wts-cta-banner__btns .btn-ghost { width: 100%; min-height: 48px; }
  .wts-trust-row { flex-direction: column; gap: 0.5rem; }
  .container._template > #sidebar { display: none !important; }
}

.about-overview-page {
  --ao-accent: var(--gp-brand-purple, #7b66d7);
  --ao-accent-2: var(--gp-brand-purple-80, #957fe0);
  --ao-border: var(--gp-border-soft, #e2d9f4);
  --ao-border-strong: rgba(123, 102, 215, 0.45);
  --ao-ink: var(--gp-text-1, #1f1b33);
  /* 左右图文：与五诊所 gp-fc-abbey-home-split 同款宽高/边距变量（不改色） */
  --gp-abbey-split-unified-h: clamp(36rem, 58vh, 52rem);
  --gp-home-split-copy-pad-block: clamp(1.5rem, 3vw, 2.5rem);
  --gp-home-split-copy-pad-inline-outer: clamp(1.25rem, 2.5vw, 2rem);
  --gp-about-wwd-text-pad-inline: 2.5rem;
  --gp-about-wwd-copy-max-w: min(40rem, 100%);
}
.about-overview-page .group.is-style-checkerboard h2.heading {
  color: var(--gp-brand-purple, #7b66d7) !important;
}
.about-overview-page .group.is-style-checkerboard h3.heading {
  color: var(--ao-ink, #1f1b33) !important;
}
.about-overview-page .group.centered { padding: 1.5rem 0; }
.about-overview-page .group.centered:first-of-type { padding-top: 1.15rem; padding-bottom: 2.15rem; }
.about-overview-page .group.centered .heading.align-center { margin-bottom: 0.75rem; }

.about-overview-page h3.heading.about-overview-subheading {
  font-size: var(--gp-font-heading-kicker);
  font-weight: 600;
  line-height: 1.35;
  margin: 0.15rem 0 0.85rem;
}
.about-overview-page h3.heading.about-overview-subheading--by-numbers {
  margin: 0.15rem 0 clamp(1.2rem, 2vw, 1.75rem);
}
.about-overview-page h3.heading.about-overview-subheading--why-gp-slot {
  margin: 0.35rem 0 1rem;
}

.about-overview-page #why-gp-fertility.group.centered {
  padding: 0;
}
.about-overview-page #why-gp-fertility .about-intro-card {
  padding: 0 !important;
  max-width: none;
}
.about-overview-page .about-intro-card {
  max-width: 52rem;
  margin: 0 auto;
  padding: 0.35rem 1.25rem 0.5rem;
  text-align: center;
}
.about-overview-page .about-intro-logo {
  text-align: center;
  margin: 0.1rem auto 0.6rem;
}
.about-overview-page .about-intro-logo img {
  height: 68px;
  width: auto;
  display: inline-block;
}
.about-overview-page .about-intro-subtitle {
  margin: 0 0 0.52rem;
  font-size: clamp(1.95rem, 4.1vw, 2.85rem) !important;
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--gp-brand-purple, #7b66d7) !important;
}

.about-overview-page .about-intro-lead-serif {
  margin: 0 auto 0.45rem;
  max-width: 680px;
  font-family: var(--gp-font-serif-display, "Cormorant Garamond", "Palatino Linotype", Palatino, Georgia, "Times New Roman", "Noto Serif SC", "Songti SC", serif);
  font-size: clamp(1.12rem, 2.1vw, 1.32rem);
  font-weight: 500;
  line-height: 1.45;
  color: var(--gp-brand-purple, #7b66d7);
}

.about-overview-page .about-intro-deck {
  margin: 0 auto 1rem;
  max-width: 680px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  color: #4b4663;
}
.about-overview-page .group.centered .paragraph.align-center {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  line-height: 1.58;
  color: var(--gp-text-body, #3f3a57);
}
.about-overview-page .group.centered .paragraph.align-center + .paragraph.align-center { margin-top: 0.25rem; }
.about-overview-page .about-overview-cta-band {
  margin-top: 1.35rem;
  margin-bottom: 2.7rem;
}
.about-overview-page .about-overview-cta-band .button {
  display: inline-block;
  padding: 0.86rem 2.45rem !important;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 12px;
  background: var(--gp-brand-purple, #7b66d7) !important;
  border-color: var(--gp-brand-purple, #7b66d7) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(123, 102, 215, 0.22);
}
.about-overview-page .about-overview-cta-band .button:hover {
  background: var(--gp-primary-active, #5e4ab3) !important;
  border-color: var(--gp-primary-active, #5e4ab3) !important;
}
.about-overview-page .buttons-wrapper .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16.5rem;
  white-space: nowrap;
  line-height: 1.15;
}

.about-overview-page .group.is-style-checkerboard { padding: 0; margin: 0; }
.about-overview-page .group.is-style-checkerboard .columns { gap: 0; }

/* About checkerboard：诊所式左右图文布局（仅结构/边距，不改 .group-inner 背景色） */
.about-overview-page .group.is-style-checkerboard > .group-inner {
  display: flex !important;
  align-items: stretch !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  min-height: var(--gp-abbey-split-unified-h) !important;
}
.about-overview-page .group.is-style-checkerboard > .group-inner > .container {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  align-self: stretch !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}
.about-overview-page .group.is-style-checkerboard .group-inner > .container > .block-list {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  width: 100% !important;
}
.about-overview-page .group.is-style-checkerboard .columns {
  align-items: stretch !important;
  width: 100% !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  gap: 0 !important;
}
.about-overview-page .group.is-style-checkerboard .columns > .column {
  display: flex !important;
  align-items: stretch !important;
  min-width: 0 !important;
}
.about-overview-page .group.is-style-checkerboard .columns > .column > .block-list {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  min-height: 0 !important;
  box-sizing: border-box !important;
}
.about-overview-page .group.is-style-checkerboard .column.image-block > .block-list {
  padding: 0 !important;
  margin: 0 !important;
}
.about-overview-page .group.is-style-checkerboard .column.text-block {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}
.about-overview-page .group.is-style-checkerboard .column.text-block > .block-list {
  flex: 0 1 auto !important;
  width: 100% !important;
  max-width: var(--gp-about-wwd-copy-max-w) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: var(--gp-home-split-copy-pad-block) var(--gp-about-wwd-text-pad-inline) !important;
  text-align: left !important;
  background: transparent !important;
}
.about-overview-page .group.is-style-checkerboard .text-block .heading {
  margin: 0 0 0.95rem !important;
  font-family: var(--gp-font-serif-display) !important;
  font-size: var(--gp-h2-display) !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: var(--gp-ls-tight, -0.02em) !important;
  text-transform: none !important;
}
.about-overview-page .group.is-style-checkerboard .text-block .paragraph {
  margin: 0 !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
}
.about-overview-page .group.is-style-checkerboard .text-block .paragraph + .paragraph {
  margin-top: 1rem !important;
}
.about-overview-page .group.is-style-checkerboard .text-block .paragraph + .list.ul-list,
.about-overview-page .group.is-style-checkerboard .text-block .paragraph + ul.ul-list {
  margin-top: 1.1rem !important;
}
.about-overview-page .group.is-style-checkerboard .image-block .bg-container {
  flex: 1 1 auto !important;
  width: 100% !important;
  min-height: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
}
.about-overview-page .group.is-style-checkerboard .image-block .bg-container > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: clamp(17rem, 42vw, 26rem) !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}
@media (min-width: 1200px) {
  .about-overview-page .group.is-style-checkerboard .columns {
    min-height: var(--gp-abbey-split-unified-h) !important;
  }
  .about-overview-page .group.is-style-checkerboard .columns {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }
  .about-overview-page .group.is-style-checkerboard .columns > .column {
    flex: 1 1 50% !important;
    width: 50% !important;
    max-width: 50% !important;
    align-self: stretch !important;
  }
  .about-overview-page .group.is-style-checkerboard .image-block .bg-container > img {
    min-height: 100% !important;
  }
}
@media (max-width: 1199px) {
  .about-overview-page .group.is-style-checkerboard > .group-inner {
    min-height: 0 !important;
  }
  .about-overview-page .group.is-style-checkerboard .columns {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }
  .about-overview-page .group.is-style-checkerboard .columns > .column {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
  }
  .about-overview-page .group.is-style-checkerboard .columns > .column.text-block:first-child {
    order: 2 !important;
  }
  .about-overview-page .group.is-style-checkerboard .columns > .column.image-block:last-child {
    order: 1 !important;
  }
  .about-overview-page .group.is-style-checkerboard .columns > .column.image-block:first-child {
    order: 1 !important;
  }
  .about-overview-page .group.is-style-checkerboard .columns > .column.text-block:last-child {
    order: 2 !important;
  }
  .about-overview-page .group.is-style-checkerboard .column.text-block > .block-list {
    padding: var(--gp-home-split-copy-pad-block) clamp(1.15rem, 3.75vw, 1.65rem) !important;
  }
}
@media (max-width: 767px) {
  .about-overview-page .group.is-style-checkerboard .column.text-block > .block-list {
    padding: var(--gp-home-split-copy-pad-block) clamp(1.15rem, 3.75vw, 1.65rem) !important;
  }
}

/* 覆盖 theme-chunk #content-box .is-style-checkerboard .paragraph { margin-bottom: 0 } */
.about-overview-page #content-box .group.is-style-checkerboard .text-block .paragraph,
.container._template #content-box .about-overview-page .group.is-style-checkerboard .text-block .paragraph {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
}
.about-overview-page #content-box .group.is-style-checkerboard .text-block .paragraph + .paragraph,
.container._template #content-box .about-overview-page .group.is-style-checkerboard .text-block .paragraph + .paragraph {
  margin-top: 1rem !important;
}

.about-overview-page #who-we-are.is-style-checkerboard .group-inner {
  background: var(--gp-tint-lavender, #f1ecfa) !important;
}
.about-overview-page #what-we-do.is-style-checkerboard .group-inner {
  background: var(--gp-surface-white, #ffffff) !important;
}
.about-overview-page #our-approach.is-style-checkerboard .group-inner {
  background: var(--gp-tint-lavender, #f1ecfa) !important;
}
.about-overview-page #global-network.is-style-checkerboard .group-inner {
  background: var(--gp-surface-white, #ffffff) !important;
}
.about-overview-page #operational-presence.is-style-checkerboard .group-inner {
  background: var(--gp-tint-lavender, #f1ecfa) !important;
}

.about-overview-page #global-network.is-style-checkerboard h2.heading {
  color: var(--gp-brand-purple, #7b66d7) !important;
}
.about-overview-page #global-network.is-style-checkerboard h3.heading {
  color: var(--ao-ink, #1f1b33) !important;
}
.about-overview-page #global-network.is-style-checkerboard .text-block .paragraph,
.about-overview-page #global-network.is-style-checkerboard .text-block li {
  color: var(--gp-text-body, #3f3a57) !important;
}

.about-overview-page #our-approach.is-style-checkerboard h2.heading {
  color: var(--gp-brand-purple, #7b66d7) !important;
}
.about-overview-page #our-approach.is-style-checkerboard h3.heading {
  color: var(--ao-ink, #1f1b33) !important;
}
.about-overview-page #our-approach.is-style-checkerboard .text-block .paragraph,
.about-overview-page #our-approach.is-style-checkerboard .text-block li {
  color: var(--gp-text-body, #3f3a57) !important;
}

.about-overview-page .about-text-tight {
  padding: 0 !important;
  max-width: none;
}
.about-overview-page .group.is-style-checkerboard .list.ul-list {
  list-style: none;
  padding-left: 0;
  margin: 1.1rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.about-overview-page .group.is-style-checkerboard .list.ul-list li {
  position: relative;
  margin: 0;
  line-height: 1.65;
  padding-left: 1rem;
}

/* #our-approach 三原则（Clarity / Alignment / Control）：仅收紧此列表行距 */
.about-overview-page #about-our-approach-list.list.ul-list,
.about-overview-page #about-our-approach-list.ul-list {
  gap: 0.3rem !important;
  margin-top: 0.75rem !important;
}
.about-overview-page #about-our-approach-intro.paragraph + #about-our-approach-list {
  margin-top: 0.75rem !important;
}
.about-overview-page #about-our-approach-list li {
  line-height: 1.48 !important;
  margin: 0 !important;
}

/* #global-network 五地列表：仅收紧行距 */
.about-overview-page #about-global-network-list.list.ul-list,
.about-overview-page #about-global-network-list.ul-list {
  gap: 0.3rem !important;
  margin-top: 0.75rem !important;
}
.about-overview-page #about-global-network-intro.paragraph + #about-global-network-list {
  margin-top: 0.75rem !important;
}
.about-overview-page #about-global-network-list li {
  line-height: 1.48 !important;
  margin: 0 !important;
}

/* #operational-presence 三行列表：收紧行距 + 小黑点 */
.about-overview-page #about-operational-list.list.ul-list,
.about-overview-page #about-operational-list.ul-list {
  gap: 0.3rem !important;
  margin-top: 0.75rem !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.about-overview-page #about-operational-intro.paragraph + #about-operational-list {
  margin-top: 0.75rem !important;
}
.about-overview-page #about-operational-list li {
  position: relative !important;
  line-height: 1.48 !important;
  margin: 0 !important;
  padding-left: 0.72rem !important;
}
.container._template #content-box .about-overview-page #about-operational-list li,
.container._template .about-overview-page #about-operational-list li {
  padding-left: 0.72rem !important;
}
.about-overview-page #about-operational-list li::before,
.container._template #content-box .about-overview-page #about-operational-list li::before,
.container._template .about-overview-page #about-operational-list li::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.58em !important;
  width: 0.34rem !important;
  height: 0.34rem !important;
  border-radius: 50% !important;
  background: #1f1b33 !important;
  color: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

/* features-simple 内 h3+列表（如 Core Clinical Capabilities）：行距 + 小黑点尺寸 */
.about-overview-page .features-simple .feature ul.ul-list,
#page.gp-fc-center-page.gp-fc-irmc-doc .section-fertility .features-simple .feature ul.ul-list,
#homepage .section-fertility .features-simple .feature ul.ul-list,
#homepage-content .section-fertility .features-simple .feature ul.ul-list {
  list-style: none !important;
  padding-left: 0.95rem !important;
  margin: 0.4rem 0 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.28rem !important;
}
.about-overview-page .features-simple .feature h3 + ul.ul-list,
#page.gp-fc-center-page.gp-fc-irmc-doc .section-fertility .features-simple .feature h3 + ul.ul-list,
#homepage .section-fertility .features-simple .feature h3 + ul.ul-list,
#homepage-content .section-fertility .features-simple .feature h3 + ul.ul-list {
  margin-top: 0.4rem !important;
}
.about-overview-page .features-simple .feature ul.ul-list li,
#page.gp-fc-center-page.gp-fc-irmc-doc .section-fertility .features-simple .feature ul.ul-list li,
#homepage .section-fertility .features-simple .feature ul.ul-list li,
#homepage-content .section-fertility .features-simple .feature ul.ul-list li,
.container._template .features-simple .feature ul.ul-list li {
  position: relative !important;
  margin: 0 !important;
  padding: 0 0 0 0.05rem !important;
  line-height: 1.45 !important;
}
.about-overview-page .features-simple .feature ul.ul-list li::before,
#page.gp-fc-center-page.gp-fc-irmc-doc .section-fertility .features-simple .feature ul.ul-list li::before,
#homepage .section-fertility .features-simple .feature ul.ul-list li::before,
#homepage-content .section-fertility .features-simple .feature ul.ul-list li::before,
.container._template .features-simple .feature ul.ul-list li::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: -0.72rem !important;
  top: 0.58em !important;
  width: 0.34rem !important;
  height: 0.34rem !important;
  border-radius: 50% !important;
  background: #1f1b33 !important;
  color: transparent !important;
  font-size: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Stronger than gp-sidebar-redesign `.container._template .block-list ul.ul-list { padding-left: 1.5rem }` */
.container._template #content-box .about-overview-page .block-list ul.list.ul-list,
.container._template .about-overview-page .block-list ul.list.ul-list {
  padding-left: 0 !important;
  margin-left: 0;
}
.container._template #content-box .about-overview-page .block-list ul.list.ul-list li,
.container._template .about-overview-page .block-list ul.list.ul-list li {
  padding-left: 0 !important;
}

.container._template .about-overview-page ul.list.ul-list li::before,
.container._template #content-box .about-overview-page ul.list.ul-list li::before {
  content: none !important;
  display: none !important;
}
.about-overview-page h1.heading {
  font-size: clamp(2.25rem, 4.4vw, 3.3rem);
  line-height: 1.2;
  margin-bottom: 0.78rem;
}
.about-overview-page h2.heading {
  font-size: var(--gp-h2-display, 56px);
  line-height: 1.3;
}
.about-overview-page h2.heading.about-network-title {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.35rem;
  border-bottom: 3px solid rgba(123, 102, 215, 0.85);
  letter-spacing: 0.04em;
}
.about-overview-page .about-network-section {
  padding-top: clamp(2.5rem, 5vw, 4.25rem) !important;
  padding-bottom: clamp(2.2rem, 4.5vw, 3.8rem) !important;
}
.about-overview-page .about-network-section .about-network-title {
  font-size: var(--gp-h2-display, 56px);
  line-height: 1.15;
  letter-spacing: 0.05em;
  color: var(--ao-accent, #7b66d7);
  border-bottom-width: 1px;
  border-bottom-color: rgba(123, 102, 215, 0.45);
  padding-bottom: 0.55rem;
  margin-bottom: 1.05rem;
}
.about-overview-page .about-network-intro {
  max-width: 44rem;
  margin: 0 auto 0.92rem;
  color: var(--gp-text-body, #3f3a57);
  font-size: 1rem;
  line-height: 1.55;
}
.about-overview-page .about-network-map {
  position: relative;
  max-width: 58.5rem;
  margin: 0.3rem auto 0.92rem;
  padding: 1.02rem 0.78rem 0.62rem;
  border: 1px solid rgba(123, 102, 215, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 236, 250, 0.9) 100%);
  box-shadow: 0 10px 22px rgba(123, 102, 215, 0.06);
}
.about-overview-page .about-network-map::before {
  content: "";
  position: absolute;
  inset: 0.4rem 0.6rem 0.3rem;
  border-radius: 14px;
  background:
    radial-gradient(42% 44% at 20% 52%, rgba(123, 102, 215, 0.055) 0%, rgba(123, 102, 215, 0.012) 52%, transparent 75%),
    radial-gradient(38% 38% at 78% 50%, rgba(159, 140, 225, 0.055) 0%, rgba(159, 140, 225, 0.012) 52%, transparent 75%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  opacity: 0.75;
  pointer-events: none;
}
.about-overview-page .about-network-map::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 20%;
  bottom: 14%;
  width: 1px;
  transform: translateX(-0.5px);
  background: linear-gradient(180deg, transparent 0%, rgba(123, 102, 215, 0.12) 18%, rgba(159, 140, 225, 0.18) 50%, rgba(123, 102, 215, 0.12) 82%, transparent 100%);
  opacity: 0.85;
  pointer-events: none;
}
.about-overview-page .about-network-grid::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.35rem;
  width: 10rem;
  height: calc(100% - 0.7rem);
  transform: translateX(-50%);
  background:
    radial-gradient(circle at left 18%, rgba(123, 102, 215, 0.12) 0 1.8px, transparent 2px),
    radial-gradient(circle at right 32%, rgba(159, 140, 225, 0.12) 0 1.8px, transparent 2px),
    radial-gradient(circle at left 63%, rgba(123, 102, 215, 0.12) 0 1.8px, transparent 2px),
    radial-gradient(circle at right 78%, rgba(159, 140, 225, 0.12) 0 1.8px, transparent 2px);
  opacity: 0.6;
  pointer-events: none;
}
.about-overview-page .about-network-grid {
  position: relative;
  z-index: 1;
  list-style: none;
  padding-left: 0;
  max-width: 54.5rem;
  margin: 0.12rem auto 0.66rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(16rem, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 0.8rem 1.06rem;
}

.about-overview-page .about-network-grid li {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0.86rem 0.5rem 0.98rem;
  min-height: 3rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  line-height: 1.38;
  color: var(--gp-text-body, #3f3a57);
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(123, 102, 215, 0.22);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(123, 102, 215, 0.06);
}
.about-overview-page .about-network-grid li::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 0.52rem;
  border-radius: 50%;
  background: rgba(159, 140, 225, 0.85);
  flex: 0 0 auto;
}

.about-overview-page .about-network-outro {
  position: relative;
  z-index: 1;
  margin-top: 0.36rem;
  font-size: 0.96rem;
  color: var(--gp-text-body, #3f3a57);
  line-height: 1.5;
}
.about-overview-page .about-section-title {
  display: inline-block;
  margin: 0 auto 0.9rem;
  padding-bottom: 0.34rem;
  font-size: var(--gp-h2-display, 56px);
  letter-spacing: 0.01em;
  line-height: 1.12;
  color: var(--ao-accent, #7b66d7);
  border-bottom: 1px solid rgba(123, 102, 215, 0.3);
}

.about-overview-page #about-begin-clarity.group.centered {
  padding: clamp(2.5rem, 5vw, 4rem) 1rem;
  background: #ffffff;
}
.about-overview-page #about-begin-clarity .about-begin-clarity-banner {
  max-width: 52rem;
  margin: 0 auto;
  padding: clamp(2.15rem, 5.2vw, 3rem) clamp(1.6rem, 4.2vw, 2.85rem);
  background: linear-gradient(165deg, var(--gp-brand-purple, #7b66d7) 0%, var(--gp-primary-hover, #6d57cd) 42%, var(--gp-primary-active, #5e4ab3) 100%);
  border: 1px solid rgba(123, 102, 215, 0.3);
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(31, 27, 51, 0.22), 0 2px 8px rgba(31, 27, 51, 0.12);
  text-align: center;
}
.about-overview-page #about-begin-clarity .about-begin-clarity-banner > h2.heading {
  font-family: var(--gp-font-serif-display, "Cormorant Garamond", "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif) !important;
  font-size: var(--gp-h2-display, 56px) !important;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #fff !important;
  margin: 0 0 0.95rem !important;
  line-height: 1.22;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.about-overview-page #about-begin-clarity .about-begin-clarity-rule {
  width: min(90%, 28rem);
  height: 1px;
  margin: 0 auto 1.35rem;
  background: rgba(255, 255, 255, 0.45);
  border: 0;
}
.about-overview-page #about-begin-clarity .about-begin-clarity-banner .paragraph.align-center {
  color: rgba(255, 255, 255, 0.94) !important;
  margin-bottom: 0.5rem !important;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(0.98rem, 1.65vw, 1.05rem);
  line-height: 1.62;
  font-weight: 400;
}
.about-overview-page #about-begin-clarity .about-begin-clarity-banner .paragraph.align-center:last-of-type {
  margin-bottom: 0 !important;
}
.about-overview-page #about-begin-clarity .about-begin-clarity-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.65rem;
}
.about-overview-page #about-begin-clarity .about-begin-clarity-actions a.button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 0 !important;
  width: auto;
  min-height: 3rem;
  padding: 0.7rem 1.65rem !important;
  border-radius: 12px !important;
  font-size: 0.94rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em;
  line-height: 1.35 !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.about-overview-page #about-begin-clarity .about-begin-clarity-btn-solid {
  background: var(--gp-brand-purple, #7b66d7) !important;
  border: 1px solid var(--gp-brand-purple, #7b66d7) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(123, 102, 215, 0.28);
}
.about-overview-page #about-begin-clarity .about-begin-clarity-btn-solid:hover {
  background: var(--gp-primary-active, #5e4ab3) !important;
  border-color: var(--gp-primary-active, #5e4ab3) !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(123, 102, 215, 0.34);
}
.about-overview-page #about-begin-clarity .about-begin-clarity-btn-ghost {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  box-shadow: none;
}
.about-overview-page #about-begin-clarity .about-begin-clarity-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.95) !important;
  color: #fff !important;
}
@media (max-width: 520px) {
  .about-overview-page #about-begin-clarity .about-begin-clarity-actions {
    flex-direction: column;
    width: 100%;
  }
  .about-overview-page #about-begin-clarity .about-begin-clarity-actions a.button {
    width: 100%;
    max-width: 18rem;
  }
}
.about-overview-page .about-kicker {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gp-text-muted, #5f567b);
  margin-bottom: 0.35rem;
}
.about-overview-page section[id] { scroll-margin-top: calc(var(--gp-fixed-chrome-bottom, 88px) + 14px); }
.about-overview-page .media.linkable-icon,
.about-overview-page .media.linkable-icon *,
.about-overview-page .media.linkable-icon img,
.about-overview-page .media.linkable-icon a {
  animation: none !important;
  transition: none !important;
  transform: none !important;
  opacity: 1 !important;
}

.about-overview-page #by-the-numbers.section-home-outcomes {
  background: #ffffff;
  color: var(--gp-text-body);
}
.about-overview-page #by-the-numbers.section-home-outcomes .group-inner {
  padding: clamp(3.5rem, 6.8vw, 5.25rem) 1.25rem;
}
.about-overview-page #by-the-numbers.section-home-outcomes h2.heading {
  margin: 0 0 clamp(1.8rem, 3vw, 2.5rem) !important;
  color: var(--gp-primary-active, #5e4ab3) !important;
  font-size: var(--gp-h2-display, 56px) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;
  font-family: var(--gp-font-serif-display) !important;
}
.about-overview-page #by-the-numbers.section-home-outcomes h3.heading.by-numbers-sub {
  color: var(--gp-text-body) !important;
}
.about-overview-page #by-the-numbers.section-home-outcomes .columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 1.8rem);
  border-top: 1px solid rgba(123, 102, 215, 0.22);
  border-bottom: 1px solid rgba(123, 102, 215, 0.16);
  padding: clamp(1.2rem, 2.2vw, 1.8rem) 0;
}
.about-overview-page #by-the-numbers.section-home-outcomes .columns > .column .block-list {
  position: relative;
  padding: clamp(0.95rem, 1.8vw, 1.35rem) 0.25rem;
}
.about-overview-page #by-the-numbers.section-home-outcomes .columns > .column .block-list::before,
.about-overview-page #by-the-numbers.section-home-outcomes .columns > .column .block-list::after {
  content: "";
  display: block;
  width: min(8.5rem, 62%);
  height: 1px;
  background: rgba(123, 102, 215, 0.28);
  margin-left: auto;
  margin-right: auto;
}
.about-overview-page #by-the-numbers.section-home-outcomes .columns > .column .block-list::before {
  margin-bottom: clamp(0.85rem, 1.6vw, 1.1rem);
}
.about-overview-page #by-the-numbers.section-home-outcomes .columns > .column .block-list::after {
  margin-top: clamp(0.85rem, 1.6vw, 1.1rem);
}
.about-overview-page #by-the-numbers.section-home-outcomes h3.heading:not(.by-numbers-sub) {
  margin: 0 0 0.5rem !important;
  font-size: clamp(2.6rem, 5.8vw, 4.5rem) !important;
  line-height: 0.95 !important;
  color: var(--gp-primary-active, #5e4ab3) !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em;
  font-family: var(--gp-font-sans) !important;
}
.about-overview-page #by-the-numbers.section-home-outcomes .paragraph {
  color: var(--gp-text-body) !important;
  font-family: var(--gp-font-sans) !important;
}
.about-overview-page #by-the-numbers.section-home-outcomes .columns .paragraph {
  margin: 0 !important;
  font-size: clamp(0.95rem, 1.25vw, 1.08rem) !important;
  line-height: 1.5 !important;
  font-family: var(--gp-font-sans) !important;
}
.about-overview-page #by-the-numbers.section-home-outcomes .home-outcomes-footnote {
  margin: clamp(1.6rem, 3vw, 2.3rem) auto 0 !important;
  max-width: 50rem;
  font-size: clamp(1rem, 1.5vw, 1.2rem) !important;
  line-height: 1.65 !important;
  color: var(--gp-text-muted) !important;
  font-family: var(--gp-font-sans) !important;
}
@media (max-width: 900px) {
  .about-overview-page #by-the-numbers.section-home-outcomes .columns {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
    border-bottom: 0;
  }
  .about-overview-page #by-the-numbers.section-home-outcomes .columns > .column {
    border-bottom: 1px solid rgba(123, 102, 215, 0.16);
  }
  .about-overview-page #by-the-numbers.section-home-outcomes .columns > .column:last-child {
    border-bottom: 0;
  }
}

.about-overview-page .about-numbers-label {
  margin: 0.64rem auto 0;
  max-width: 13.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--gp-text-body, #3f3a57);
}
.about-overview-page .about-clarity-body {
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
  color: var(--gp-text-body, #3f3a57);
}
.about-overview-page .about-clarity-body {
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  .about-overview-page .group.is-style-checkerboard .column.text-block {
    display: block;
  }
  .about-overview-page .group.is-style-checkerboard .text-block {
    padding: 1.5rem 1.2rem;
  }
  .about-overview-page .group.is-style-checkerboard .text-block .paragraph {
    font-size: 0.96rem;
  }
  .about-overview-page .about-intro-card {
    max-width: 100%;
    padding: 0.2rem 0.65rem 0.2rem;
  }
  .about-overview-page .about-intro-logo img {
    height: 50px;
  }
  .about-overview-page .about-intro-subtitle {
    margin-bottom: 0.35rem;
    font-size: clamp(1.45rem, 6.7vw, 2rem) !important;
  }
  .about-overview-page .about-network-section {
    padding-top: 1.65rem !important;
    padding-bottom: 1.85rem !important;
  }
  .about-overview-page .about-network-section .about-network-title {
    font-size: var(--gp-h2-display, 56px);
    letter-spacing: 0.06em;
  }
  .about-overview-page .about-section-title {
    font-size: var(--gp-h2-display, 56px);
    margin-bottom: 0.68rem;
    padding-bottom: 0.3rem;
  }
  .about-overview-page .about-network-grid {
    grid-template-columns: 1fr;
    gap: 0.56rem;
    margin-bottom: 0.75rem;
  }
  .about-overview-page .about-network-grid::before {
    display: none;
  }
  .about-overview-page .about-network-map {
    margin-top: 0.25rem;
    padding: 0.82rem 0.5rem 0.35rem;
  }
  .about-overview-page .about-network-map::before {
    border-radius: 14px;
  }
  .about-overview-page .about-network-map::after {
    display: none;
  }
  .about-overview-page .about-network-grid li {
    min-height: 2.6rem;
    padding: 0.5rem 0.68rem 0.5rem 0.9rem;
    border-radius: .625rem;
    transform: none !important;
  }
  .about-overview-page .buttons-wrapper .button {
    min-width: 13.5rem;
    font-size: 0.95rem;
  }
  .about-overview-page .about-numbers-label {
    margin-top: 0.46rem;
    max-width: 260px;
    font-size: 0.86rem;
    line-height: 1.3;
  }

  /* 移动端：收紧分栏内边距，避免 2.5rem 导致横向溢出 */
  .about-overview-page {
    --gp-about-wwd-text-pad-inline: clamp(1rem, 4vw, 1.35rem);
    overflow-x: clip;
  }
  .container._template.full-width.no-sidebar:has(.about-overview-page) {
    overflow-x: clip;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: max(1rem, env(safe-area-inset-left, 0px));
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
  }
  .container._template.full-width.no-sidebar:has(.about-overview-page) > #content-box {
    overflow-x: clip;
    max-width: 100%;
    box-sizing: border-box;
  }
  /* 取消 100vw 全幅突围（在 container 内会撑出横向滚动条） */
  .about-overview-page .why-gp {
    width: 100%;
    max-width: 100%;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: clamp(1rem, 4vw, 1.5rem);
    padding-right: clamp(1rem, 4vw, 1.5rem);
    box-sizing: border-box;
  }
  .about-overview-page .why-gp h2 {
    font-size: clamp(1.45rem, 5.5vw, 1.85rem);
    line-height: 1.25;
  }
  .about-overview-page .why-gp .why-list {
    grid-template-columns: 1fr !important;
  }
  .about-overview-page .group.is-style-checkerboard .text-block .heading {
    font-size: clamp(1.45rem, 5vw, 1.85rem) !important;
    line-height: 1.25 !important;
    word-wrap: break-word;
    overflow-wrap: anywhere;
  }
  .about-overview-page .about-intro-deck {
    font-size: 0.9375rem;
    line-height: 1.55;
    padding: 0 0.15rem;
  }
  .about-overview-page .buttons-wrapper,
  .about-overview-page .about-overview-cta-band {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
  }
  .about-overview-page .buttons-wrapper .button,
  .about-overview-page .about-overview-cta-band .button {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    white-space: normal;
    box-sizing: border-box;
  }
  .about-overview-page #by-the-numbers.section-home-outcomes h2.heading {
    font-size: clamp(1.45rem, 5.5vw, 1.85rem) !important;
  }
  .about-overview-page .about-network-section .about-network-title,
  .about-overview-page .about-section-title {
    font-size: clamp(1.45rem, 5.5vw, 1.85rem);
    letter-spacing: 0.02em;
  }
}

.why-gp {

  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 0;
  margin-bottom: 0;
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1.25rem, 4vw, 3rem);
  background: var(--gp-tint-lavender, #f1ecfa);
  border: none;
  box-sizing: border-box;
  text-align: center;
}

.why-gp > h2,
.why-gp h2 {
  max-width: 80rem !important;
  margin: 0 auto 0.6rem auto !important;
  text-align: center !important;
}
.why-gp .why-list {
  max-width: 80rem !important;
  margin: clamp(2rem, 3.5vw, 2.75rem) auto !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr)) !important;
}
.why-gp .why-quote {
  max-width: 50rem !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.why-gp h2 {
  text-align: center;
  font-size: var(--gp-h2-display, 56px);
  font-weight: 700;
  margin: 0 0 0.6rem;
  color: var(--gp-primary-active, #5e4ab3);
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.why-gp h2::after {
  content: "";
  display: block;
  width: 3.5rem;
  height: 3px;
  margin: 0.85rem auto 0;
  background: linear-gradient(90deg, var(--gp-brand-purple, #7b66d7), var(--gp-brand-pink, #dfa5da));
  border-radius: 999px;
}
.why-gp .why-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16.5rem), 1fr));
  gap: clamp(0.85rem, 2vw, 1.25rem);
  margin: clamp(2rem, 3.5vw, 2.75rem) auto;
  max-width: 60rem;
}
.why-gp .why-item {
  position: relative;
  background: #ffffff;
  padding: 1.15rem 1.25rem 1.15rem 3rem;
  border-radius: 0.85rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
  color: #4b4663;
  box-shadow: 0 4px 16px rgba(94, 74, 179, 0.08);
  border: 1px solid rgba(123, 102, 215, 0.1);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.why-gp .why-item::before {
  content: "✓";
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  width: 1.45rem;
  height: 1.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gp-brand-purple, #7b66d7), var(--gp-primary-active, #5e4ab3));
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(94, 74, 179, 0.25);
}
@media (hover: hover) and (pointer: fine) {
  .why-gp .why-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(94, 74, 179, 0.16);
    border-color: rgba(123, 102, 215, 0.28);
  }
}
.why-gp .why-quote {
  position: relative;
  margin: 0 auto;
  max-width: 40rem;
  padding: 0 1.5rem;
  font-style: italic;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.55;
  text-align: center;
  color: var(--gp-primary-active, #5e4ab3);
  border-left: none !important;
}
.why-gp .why-quote::before,
.why-gp .why-quote::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1px;
  margin: 0.95rem auto;
  background: linear-gradient(90deg, transparent, rgba(123, 102, 215, 0.5), transparent);
}
@media (max-width: 1023px) {
  .why-gp { padding: 2rem 1.25rem; }
  .why-gp h2 { font-size: var(--gp-h2-display, 56px); }

  .why-gp .why-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.75rem 0.65rem;
  }
  .why-gp .why-item {
    padding: 0.95rem 0.65rem 0.95rem 2.65rem;
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .why-gp .why-item::before {
    top: 0.95rem;
    left: 0.75rem;
    width: 1.3rem;
    height: 1.3rem;
    font-size: 0.78rem;
  }
  .why-gp .why-quote { font-size: 1rem; padding: 0 0.75rem; }
}

.section-testimonials figure.media,
.section-testimonials figure.media[data-v-3dd294fd],
.section-testimonials figure.media.gp-home-testimonial-photo {
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
}
.section-testimonials figure.media img,
.section-testimonials figure.media[data-v-3dd294fd] img {
  box-shadow: none !important;
  filter: none !important;
}

@media (max-width: 1199px) {

  html body #hero:not(.landing-hero):not(.practice-hero):not(.eggdonor):not(.doctor-page),
  html body #hero.practice-hero.about-overview-hero,
  html body #hero.practice-hero.gp-consult-hero,
  html body #hero.practice-hero.gp-legal-policy-hero,
  html body #hero.gp-hero-category:not(.landing-hero):not(.practice-hero):not(.eggdonor),
  html body #hero.gp-hero-lgbtq:not(.landing-hero):not(.practice-hero):not(.eggdonor) {
    background-color: var(--gp-tint-lavender, #f1ecfa) !important;
    background-image: none !important;
  }

  html body #hero.gp-hero-category:not(.landing-hero):not(.practice-hero):not(.eggdonor) > .hero.gp-hero-photo,
  html body #hero.gp-hero-lgbtq:not(.landing-hero):not(.practice-hero):not(.eggdonor) > .hero.gp-hero-photo,
  html body #hero.practice-hero.about-overview-hero > .hero,
  html body #hero.practice-hero.gp-consult-hero > .hero,
  html body #hero.practice-hero.gp-legal-policy-hero > .hero,
  html body #hero:not(.landing-hero):not(.practice-hero):not(.eggdonor) > .hero {
    margin-top: 0 !important;
  }

  html body #hero.gp-hero-category:not(.landing-hero):not(.practice-hero):not(.eggdonor) .title,
  html body #hero.gp-hero-lgbtq:not(.landing-hero):not(.practice-hero):not(.eggdonor) .title,
  html body #hero.practice-hero.about-overview-hero .title,
  html body #hero.practice-hero.gp-consult-hero .title,
  html body #hero.practice-hero.gp-legal-policy-hero .title,
  html body #hero:not(.landing-hero):not(.practice-hero):not(.eggdonor):not(.doctor-page) > .container > .title {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
  }

  html body #hero.gp-hero-category:not(.landing-hero):not(.practice-hero):not(.eggdonor) .title #title,
  html body #hero.gp-hero-lgbtq:not(.landing-hero):not(.practice-hero):not(.eggdonor) .title #title,
  html body #hero.practice-hero.about-overview-hero .title #title,
  html body #hero.practice-hero.gp-consult-hero .title #title,
  html body #hero.practice-hero.gp-legal-policy-hero .title #title,
  html body #hero:not(.landing-hero):not(.practice-hero):not(.eggdonor):not(.doctor-page) > .container > .title > #title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
  }
}

/* --- Native consultation form (request-a-consultation page, replaces iframe) --- */
/* Theme `.container.form_template #content-box>.block-list` is flex row + wrap — use column + centered band */
.container.form_template.gp-consult-page #content-box > .block-list {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100%;
  text-align: center;
}

.container.form_template.gp-consult-page #content-box > .block-list > h1.heading,
.container.form_template.gp-consult-page #content-box > .block-list > p.paragraph {
  width: min(100%, 50rem);
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}

.gp-consult-native-wrap {
  width: min(100%, 48rem);
  max-width: none;
  margin: 1.35rem auto 2rem;
  align-self: center;
  text-align: left;
}

.gp-consult-native-form {
  --gp-consult-ring: #7b66d7;
  --gp-consult-ring-soft: color-mix(in srgb, #7b66d7 22%, #d1d5db);
  --gp-consult-panel: color-mix(in srgb, #7b66d7 5.5%, #f7f5fb);
  background: linear-gradient(165deg, #fdfdff 0%, #fff 38%, #fff 100%);
  border: 1px solid color-mix(in srgb, var(--gp-border-soft, #e2d9f4) 70%, #c9bce8);
  border-radius: 16px;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 2px 4px rgba(45, 38, 64, 0.05),
    0 14px 40px rgba(123, 102, 215, 0.1);
  text-align: left;
}

/* theme-chunk hides native controls — keep visible; custom styling below */
.gp-consult-native-form input[type="radio"],
.gp-consult-native-form input[type="checkbox"] {
  position: static !important;
  z-index: auto !important;
  opacity: 1 !important;
}

.gp-consult-alert {
  margin-bottom: 1rem;
  padding: 0.65rem 0.85rem;
  border-radius: 8px;
  font-size: 0.95rem;
  line-height: 1.45;
}

.gp-consult-alert--error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}

.gp-consult-alert--ok {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
}

.container.form_template.gp-consult-page #content-box > .block-list > h1.heading:first-child {
  margin-bottom: 0.65rem;
}

.container.form_template.gp-consult-page #content-box > .block-list > p.paragraph {
  max-width: 42rem;
  color: var(--gp-text-body, #4b5568);
}

.container.form_template.gp-consult-page #content-box {
  max-width: min(100%, 72rem);
  margin-inline: auto;
}

.gp-consult-field {
  margin-bottom: 1.35rem;
}

.gp-consult-fieldset {
  border: none;
  padding: 0;
  margin: 0 0 1.45rem;
}

.gp-consult-fieldset:not(:first-of-type) {
  padding-top: 1.35rem;
  margin-top: 0.15rem;
  border-top: 1px solid color-mix(in srgb, var(--gp-border-soft, #e2d9f4) 88%, var(--gp-primary, #7b66d7));
}

.gp-consult-fieldset legend.gp-consult-label {
  text-align: left;
  padding: 0;
  margin-bottom: 0.35rem;
  font-size: 1rem;
  font-weight: 600;
}

.gp-consult-label {
  display: block;
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.012em;
  color: var(--gp-text-1, #1f1b33);
  margin-bottom: 0.5rem;
}

.gp-consult-req {
  color: #b91c1c;
}

.gp-consult-input,
.gp-consult-select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 2.75rem;
  padding: 0.65rem 0.85rem;
  font-size: 1rem;
  line-height: 1.45;
  border: 1px solid color-mix(in srgb, var(--gp-primary, #7b66d7) 18%, #d1d5db);
  border-radius: 10px;
  background: #fafafa;
  color: var(--gp-text-body, #3f3a57);
  transition:
    border-color 0.15s ease,
    background-color 0.15s ease,
    box-shadow 0.15s ease;
}

.gp-consult-input:hover,
.gp-consult-select:hover {
  border-color: color-mix(in srgb, var(--gp-primary, #7b66d7) 35%, #d1d5db);
  background: #fff;
}

.gp-consult-input:focus,
.gp-consult-select:focus {
  outline: none;
  border-color: var(--gp-primary-active, #7b66d7);
  background: #fff;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--gp-primary-active, #7b66d7) 28%, transparent);
}

.gp-consult-hint {
  margin: 0.35rem 0 0;
  font-size: 0.875rem;
  color: var(--gp-text-body, #5c5678);
  line-height: 1.4;
}

.gp-consult-hint--tight {
  margin-top: 0.1rem;
  margin-bottom: 0.65rem;
}

/* Choice lists: single column + inset panel for clearer hierarchy */
.gp-consult-fieldset > .gp-consult-radio-list,
.gp-consult-fieldset > .gp-consult-check-list {
  margin-top: 0.15rem;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--gp-consult-ring) 18%, #e5e1ef);
  background: var(--gp-consult-panel);
}

.gp-consult-radio-list,
.gp-consult-check-list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.gp-consult-radio,
.gp-consult-check {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 0.65rem;
  margin-left: -0.35rem;
  margin-right: -0.35rem;
  border-radius: 10px;
  font-size: 0.96875rem;
  line-height: 1.4;
  color: var(--gp-text-body, #3f3a57);
  cursor: pointer;
  transition: background-color 0.14s ease;
}

.gp-consult-radio:hover,
.gp-consult-check:hover {
  background: color-mix(in srgb, var(--gp-consult-ring) 9%, transparent);
}

.gp-consult-radio:focus-within,
.gp-consult-check:focus-within {
  background: color-mix(in srgb, var(--gp-consult-ring) 11%, transparent);
}

/* Custom radios — large, high contrast */
.gp-consult-native-form .gp-consult-radio input[type="radio"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  box-sizing: border-box;
  width: 1.375rem;
  height: 1.375rem;
  margin: 0 !important;
  flex-shrink: 0;
  border: 2px solid var(--gp-consult-ring-soft);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition:
    border-color 0.14s ease,
    box-shadow 0.14s ease,
    background 0.14s ease;
}

.gp-consult-native-form .gp-consult-radio input[type="radio"]:hover {
  border-color: color-mix(in srgb, var(--gp-consult-ring) 55%, #b8afd6);
}

.gp-consult-native-form .gp-consult-radio input[type="radio"]:checked {
  border-color: var(--gp-consult-ring);
  background: radial-gradient(circle, var(--gp-consult-ring) 0 42%, #fff 44% 100%);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--gp-consult-ring) 35%, transparent);
}

.gp-consult-native-form .gp-consult-radio input[type="radio"]:focus-visible {
  outline: 2px solid var(--gp-consult-ring);
  outline-offset: 3px;
}

/* Custom checkboxes */
.gp-consult-native-form .gp-consult-check input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  box-sizing: border-box;
  width: 1.3125rem;
  height: 1.3125rem;
  margin: 0 !important;
  flex-shrink: 0;
  border: 2px solid var(--gp-consult-ring-soft);
  border-radius: 7px;
  background: #fff;
  cursor: pointer;
  transition:
    border-color 0.14s ease,
    background-color 0.14s ease,
    box-shadow 0.14s ease;
}

.gp-consult-native-form .gp-consult-check input[type="checkbox"]:hover {
  border-color: color-mix(in srgb, var(--gp-consult-ring) 55%, #b8afd6);
}

.gp-consult-native-form .gp-consult-check input[type="checkbox"]:checked {
  border-color: var(--gp-consult-ring);
  background-color: var(--gp-consult-ring);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 6.2 5 8.7 9.5 3.3' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 11px;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 1px 3px rgba(123, 102, 215, 0.35);
}

.gp-consult-native-form .gp-consult-check input[type="checkbox"]:focus-visible {
  outline: 2px solid var(--gp-consult-ring);
  outline-offset: 3px;
}

/* Consent row: align multi-line text with control */
.gp-consult-check--consent {
  align-items: flex-start;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.gp-consult-check--consent input[type="checkbox"] {
  margin-top: 0.2rem !important;
}

.gp-consult-field.gp-consult-consent {
  margin-top: 1.5rem;
  margin-bottom: 0;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--gp-consult-ring) 14%, #e5e1ef);
  background: var(--gp-consult-panel);
}

/* Consent row: no extra hover/focus background (panel already tinted) */
.gp-consult-check--consent:hover,
.gp-consult-check--consent:focus-within {
  background: transparent !important;
}

.gp-consult-check--consent span {
  font-size: 0.92rem;
  line-height: 1.5;
}

.gp-consult-check--consent a {
  color: var(--gp-primary-active, #7b66d7);
  text-decoration: underline;
}

.gp-consult-check--consent a strong {
  font-weight: 700;
  color: inherit;
}

.gp-consult-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.gp-consult-actions .button.primary {
  appearance: none;
  cursor: pointer;
  width: auto;
  min-width: 13.5rem;
  max-width: 100%;
  padding: 0.88rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 11px;
}

.gp-consult-actions .button.primary:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.gp-consult-message-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.gp-consult-check--consent .gp-consult-privacy-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.12em;
  cursor: pointer;
}

.gp-consult-check--consent .gp-consult-privacy-link:hover,
.gp-consult-check--consent .gp-consult-privacy-link:focus-visible {
  color: var(--gp-consult-ring, #7b66d7);
}

body.gp-consult-privacy-modal-open {
  overflow: hidden;
}

.gp-consult-privacy-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 2rem);
}

.gp-consult-privacy-modal[hidden] {
  display: none !important;
}

.gp-consult-privacy-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(24, 20, 36, 0.55);
  backdrop-filter: blur(2px);
}

.gp-consult-privacy-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 42rem);
  max-height: min(88vh, 52rem);
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--gp-consult-ring, #7b66d7) 18%, #e5e1ef);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 18px 48px rgba(45, 38, 64, 0.22);
  overflow: hidden;
}

.gp-consult-privacy-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border-bottom: 1px solid color-mix(in srgb, var(--gp-consult-ring, #7b66d7) 12%, #ece8f4);
  background: linear-gradient(180deg, #faf8ff 0%, #fff 100%);
}

.gp-consult-privacy-modal__title {
  margin: 0;
  font-family: var(--gp-font-sans, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif) !important;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  color: var(--gp-text-strong, #2d2640);
}

.gp-consult-privacy-modal__close {
  appearance: none;
  border: none;
  background: transparent;
  color: var(--gp-text-muted, #5c5470);
  font-size: 1.75rem;
  line-height: 1;
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  cursor: pointer;
  flex-shrink: 0;
}

.gp-consult-privacy-modal__close:hover,
.gp-consult-privacy-modal__close:focus-visible {
  background: color-mix(in srgb, var(--gp-consult-ring, #7b66d7) 10%, transparent);
  color: var(--gp-consult-ring, #7b66d7);
  outline: none;
}

.gp-consult-privacy-modal__body {
  padding: 1.1rem 1.25rem 1.35rem;
  overflow: auto;
  font-family: var(--gp-font-sans, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--gp-text-body, #3f3952);
  text-align: left;
}

.gp-consult-privacy-modal__updated {
  margin-top: 0;
  font-size: 0.875rem;
  color: var(--gp-text-muted, #5c5470);
}

.gp-consult-privacy-modal__body h3 {
  margin: 1.25rem 0 0.5rem;
  font-family: inherit !important;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  color: var(--gp-text-strong, #2d2640);
}

.gp-consult-privacy-modal__body p {
  margin: 0.65rem 0 0;
}

.gp-consult-privacy-modal__body ul {
  margin: 0.5rem 0 0;
  padding-left: 1.25rem;
}

.gp-consult-privacy-modal__body li + li {
  margin-top: 0.25rem;
}

.gp-consult-privacy-modal__body a {
  color: var(--gp-consult-ring, #7b66d7);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

/* Consult form result modal (success + error) */
body.gp-consult-result-modal-open {
  overflow: hidden;
}

.gp-consult-result-modal {
  position: fixed;
  inset: 0;
  z-index: 10060;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  box-sizing: border-box;
}

.gp-consult-result-modal[hidden] {
  display: none !important;
}

.gp-consult-result-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(24, 20, 36, 0.52);
  backdrop-filter: blur(4px);
}

.gp-consult-result-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 22.5rem);
  margin: 0;
  padding: 2rem 1.75rem 1.65rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--gp-primary-active, #5e4ab3) 8%, #ece8f6);
  box-shadow:
    0 4px 6px rgba(30, 27, 46, 0.04),
    0 18px 48px rgba(30, 27, 46, 0.14);
  text-align: center;
  animation: gp-consult-result-in 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes gp-consult-result-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.gp-consult-result-modal__close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  appearance: none;
  border: none;
  background: transparent;
  color: var(--gp-text-muted, #6b6280);
  font-size: 1.45rem;
  line-height: 1;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  cursor: pointer;
  padding: 0;
}

.gp-consult-result-modal__close:hover,
.gp-consult-result-modal__close:focus-visible {
  background: color-mix(in srgb, var(--gp-primary-active, #5e4ab3) 8%, transparent);
  color: var(--gp-primary-active, #5e4ab3);
  outline: none;
}

.gp-consult-result-modal__icon {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1.1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.65rem 1.65rem;
}

.gp-consult-result-modal--success .gp-consult-result-modal__icon {
  background-color: color-mix(in srgb, var(--gp-brand-purple, #7b66d7) 14%, #f4f0fc);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235e4ab3' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}

.gp-consult-result-modal--error .gp-consult-result-modal__panel {
  border-color: color-mix(in srgb, var(--gp-brand-purple, #7b66d7) 18%, #ece8f6);
}

.gp-consult-result-modal--error .gp-consult-result-modal__icon {
  background-color: color-mix(in srgb, var(--gp-brand-purple, #7b66d7) 16%, var(--gp-tint-lavender, #f1ecfa));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235e4ab3' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 9v4'/%3E%3Ccircle cx='12' cy='16' r='0.9' fill='%235e4ab3' stroke='none'/%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3C/svg%3E");
}

.gp-consult-result-modal__title {
  margin: 0 0 0.55rem;
  font-family: var(--gp-font-serif, Georgia, "Times New Roman", serif);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--gp-text-1, #1f1b33);
  letter-spacing: 0.01em;
}

.gp-consult-result-modal__message {
  margin: 0 0 1.35rem;
  font-family: var(--gp-font-sans, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--gp-text-body, #4b5568);
}

.gp-consult-result-modal__btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.5rem;
  padding: 0.62rem 1.65rem;
  border: none;
  border-radius: 999px;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease;
}

.gp-consult-result-modal--success .gp-consult-result-modal__btn {
  color: #fff;
  background: linear-gradient(
    135deg,
    var(--gp-brand-purple, #7b66d7) 0%,
    var(--gp-primary-active, #5e4ab3) 100%
  );
  box-shadow: 0 4px 14px rgba(94, 74, 179, 0.28);
}

.gp-consult-result-modal--success .gp-consult-result-modal__btn:hover,
.gp-consult-result-modal--success .gp-consult-result-modal__btn:focus-visible {
  background: linear-gradient(
    135deg,
    var(--gp-primary-hover, #6d57cd) 0%,
    var(--gp-primary-active, #5e4ab3) 100%
  );
  box-shadow: 0 6px 18px rgba(94, 74, 179, 0.34);
  outline: none;
}

.gp-consult-result-modal--error .gp-consult-result-modal__btn {
  color: #fff;
  background: linear-gradient(
    135deg,
    var(--gp-brand-purple, #7b66d7) 0%,
    var(--gp-primary-active, #5e4ab3) 100%
  );
  box-shadow: 0 4px 14px rgba(94, 74, 179, 0.24);
}

.gp-consult-result-modal--error .gp-consult-result-modal__btn:hover,
.gp-consult-result-modal--error .gp-consult-result-modal__btn:focus-visible {
  background: linear-gradient(
    135deg,
    var(--gp-primary-hover, #6d57cd) 0%,
    #5340a8 100%
  );
  box-shadow: 0 6px 18px rgba(94, 74, 179, 0.3);
  outline: none;
}

.gp-consult-result-modal__btn:active {
  transform: translateY(1px);
}

/* --- Legal policy pages (Embryo Storage / Unclaimed Embryos) --- */
.container.gp-legal-policy-page #content-box > .block-list,
.container.gp-legal-policy-page #content-box > .gp-legal-policy-article {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  margin: 0 auto;
  text-align: left;
}

.container.gp-legal-policy-page #content-box > .gp-legal-policy-article > h1.heading,
.container.gp-legal-policy-page #content-box > .gp-legal-policy-article > .gp-legal-policy-updated {
  width: 100%;
  text-align: center !important;
}

.gp-legal-policy-updated {
  margin: 0.35rem 0 1.5rem;
  font-size: 0.875rem;
  color: var(--gp-text-muted, #5c5470);
}

.gp-legal-policy-body {
  width: 100%;
  font-family: var(--gp-font-sans, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--gp-text-body, #3f3952);
}

.gp-legal-policy-body .gp-legal-policy-section-title {
  margin: 1.35rem 0 0.5rem;
  font-family: inherit !important;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  color: var(--gp-text-strong, #2d2640);
}

.gp-legal-policy-body .paragraph {
  margin: 0.65rem 0 0;
}

.gp-legal-policy-list {
  margin: 0.5rem 0 0;
  padding-left: 1.25rem;
}

.gp-legal-policy-list li + li {
  margin-top: 0.25rem;
}

.gp-legal-policy-contact a {
  color: var(--gp-brand-purple, #7b66d7);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

/* Media list pages (list.html): hero title — single line + practice-hero font scale */

html body main.gp-blog-list > #hero.gp-hero-category:not(.landing-hero):has(> .hero.gp-hero-photo) > .container .title #title {
  font-family: var(--gp-font-serif-display, Georgia, "Times New Roman", Times, serif) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  color: #fff !important;
  max-width: none !important;
  width: auto !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  overflow-wrap: normal !important;
  padding: 0 !important;
  margin: 0 !important;
}

@media (min-width: 1200px) {
  html body main.gp-blog-list > #hero.gp-hero-category:not(.landing-hero):has(> .hero.gp-hero-photo) > .container .title #title {
    font-size: 4rem !important;
    line-height: 1 !important;
  }
}

@media (max-width: 1366px) and (min-width: 1200px) {
  html body main.gp-blog-list > #hero.gp-hero-category:not(.landing-hero):has(> .hero.gp-hero-photo) > .container .title #title {
    font-size: 3.5rem !important;
  }
}

@media (max-width: 1199px) and (min-width: 1024px) {
  html body main.gp-blog-list > #hero.gp-hero-category:not(.landing-hero):has(> .hero.gp-hero-photo) > .container .title #title {
    font-size: 3.5rem !important;
    line-height: 1 !important;
  }
}

@media (max-width: 1023px) {
  html body main.gp-blog-list > #hero.gp-hero-category:not(.landing-hero):has(> .hero.gp-hero-photo) > .container .title #title {
    font-size: 2.25rem !important;
    line-height: 1 !important;
    white-space: normal !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

main.gp-blog-list .container._template #content-box > h1.heading {
  display: none !important;
}

main.gp-blog-list .gp-blog-list-intro,
main.gp-blog-list .cat-description.gp-blog-list-intro {
  font-family: var(--gp-font-sans, "Univers", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: 1.125rem !important;
  line-height: 1.65 !important;
  color: var(--gp-text-body, #374151) !important;
  max-width: 42rem;
  margin: 0 0 2.25rem !important;
}

main.gp-blog-list .container._template #content-box .blog-previews {
  margin-top: 0.5rem;
}

main.gp-blog-list .blog-preview .post-text strong a {
  font-family: var(--gp-font-serif-display, Georgia, "Times New Roman", Times, serif) !important;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  color: var(--gp-primary-active, #5e4ab3) !important;
}

main.gp-blog-list .blog-preview .post-text .meta {
  font-size: 0.875rem !important;
  color: var(--gp-text-muted, #5f567b) !important;
  margin-bottom: 0.35rem !important;
}

main.gp-blog-list .blog-preview .excerpt p {
  font-size: 1rem !important;
  line-height: 1.6 !important;
  color: var(--gp-text-body, #374151) !important;
}

/* 预约咨询 Hero：覆盖 theme-chunk #hero .hero 定高 31.25rem + background cover 裁切 */
html body #hero.practice-hero.gp-consult-hero > .hero,
html body #hero.practice-hero.gp-consult-hero > .hero.gp-hero-photo {
  position: relative !important;
  top: auto !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  background-image: none !important;
  background-size: unset !important;
  background-position: center center !important;
  overflow: visible !important;
}
html body #hero.practice-hero.gp-consult-hero > .hero.gp-hero-photo > img.gp-hero-img {
  display: block !important;
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: unset !important;
  object-position: center center !important;
}

/* About / 预约咨询 顶栏图：移动端全宽铺满（覆盖 theme-chunk #hero .hero position:absolute） */
@media (max-width: 1199px) {
  html body section#hero.practice-hero.about-overview-hero,
  html body section#hero.practice-hero.gp-consult-hero {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    margin-top: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }
  html body section#hero.practice-hero.about-overview-hero > .hero,
  html body section#hero.practice-hero.gp-consult-hero > .hero {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    order: 1 !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }
  html body section#hero.practice-hero.gp-consult-hero > .hero.gp-hero-photo {
    aspect-ratio: auto !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    background-image: none !important;
    overflow: visible !important;
  }
  html body section#hero.practice-hero.gp-consult-hero > .hero.gp-hero-photo > img.gp-hero-img {
    display: block !important;
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: unset !important;
    object-position: center center !important;
  }
  html body section#hero.practice-hero.about-overview-hero > .container {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    padding-left: 0 !important;
    margin: 0 !important;
    grid-template-columns: none !important;
    order: 2 !important;
  }
  html body section#hero.practice-hero.gp-consult-hero > .container {
    display: none !important;
  }

  /* Hero 已让出顶栏高度，表单区勿再叠一层 padding-top（否则移动端下方大块空白） */
  .container.form_template.gp-consult-page.no-sidebar {
    padding-top: 0 !important;
    margin-top: 0 !important;
    scroll-margin-top: calc(var(--gp-fixed-chrome-bottom, 6rem) + 0.5rem);
  }
  .container.form_template.gp-consult-page #consult-page-title {
    scroll-margin-top: calc(var(--gp-fixed-chrome-bottom, 6rem) + 0.75rem);
  }
  .container.form_template.gp-consult-page #content-box {
    padding-top: clamp(0.85rem, 2.5vw, 1.25rem) !important;
    padding-bottom: clamp(1.5rem, 4vw, 2.5rem) !important;
  }
  .container.form_template.gp-consult-page #content-box > .block-list > p.paragraph:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
  }
  .gp-consult-native-wrap {
    margin-top: 0.75rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  html body #hero.practice-hero.gp-consult-hero > .hero {
    min-height: 0 !important;
    height: auto !important;
  }
  html body #hero.practice-hero.gp-consult-hero .title {
    padding: clamp(1rem, 3.5vw, 1.5rem) clamp(1rem, 4vw, 1.35rem) !important;
  }
  html body #hero.practice-hero.gp-consult-hero .title #title {
    font-size: clamp(1.35rem, 5vw, 1.75rem) !important;
  }
}

/* 预约咨询 PC：全宽图顶栏（无左紫条），压低高度让表单进入首屏 */
@media (min-width: 1200px) {
  html body #hero.practice-hero.gp-consult-hero {
    display: block !important;
    flex-direction: column !important;
    margin-top: 0 !important;
    padding-top: var(--gp-fixed-chrome-bottom, 6rem) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    box-sizing: border-box !important;
  }
  html body #hero.practice-hero.gp-consult-hero > .container {
    display: none !important;
  }
  html body #hero.practice-hero.gp-consult-hero > .hero.gp-hero-photo {
    position: relative !important;
    top: auto !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
    background-image: none !important;
    border-radius: 0 !important;
  }
  html body #hero.practice-hero.gp-consult-hero > .hero.gp-hero-photo > img.gp-hero-img {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: unset !important;
    object-position: center center !important;
  }
  html body #hero.practice-hero.gp-consult-hero > .hero::after {
    display: none !important;
  }

  .container.form_template.gp-consult-page.no-sidebar {
    padding-top: clamp(1.25rem, 2.5vw, 2rem) !important;
    margin-top: 0 !important;
  }
  .container.form_template.gp-consult-page #content-box {
    padding-top: clamp(0.75rem, 1.5vw, 1.25rem) !important;
    padding-bottom: clamp(2rem, 4vw, 3rem) !important;
  }
  .container.form_template.gp-consult-page #consult-page-title {
    margin-top: 0 !important;
    font-size: clamp(2rem, 3.2vw, 2.75rem) !important;
    line-height: 1.15 !important;
  }
}
