.womens-health {
  font-weight: 400;
}
.womens-health h1,
.womens-health h2,
.womens-health h3,
.womens-health .brand {
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  font-weight: 600;
}
.womens-health .button,
.womens-health summary,
.womens-health .doctor-name {
  font-weight: 600;
}
.wh-wrap {
  width: min(calc(100% - 2.5rem), 42rem);
  margin-inline: auto;
}
.wh-header {
  border-bottom: 1px solid var(--border);
}
.wh-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.5rem;
}
.wh-nav .brand,
.wh-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
}
.wh-nav-link {
  gap: 0.5rem;
  color: var(--muted-foreground);
  font-size: 0.8125rem;
  text-decoration: none;
}
.wh-skip {
  position: absolute;
  z-index: 100;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.75rem 1rem;
  background: var(--primary);
  transform: translateY(-200%);
}
.wh-skip:focus {
  transform: none;
}
.wh-hero {
  padding-block: 3.5rem 2rem;
}
.wh-eyebrow {
  margin: 0 0 1.25rem;
  color: var(--primary-foreground);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.womens-health h1 {
  max-width: none;
  font-size: clamp(2.25rem, 6vw, 3.5rem);
  letter-spacing: -0.055em;
  line-height: 1.1;
  text-wrap: balance;
}
.wh-hero-title {
  margin: 1.75rem 0 0.75rem;
  font-size: 1rem;
  font-weight: 600;
}
.wh-lede,
.wh-intro {
  color: var(--muted-foreground);
  line-height: 1.75;
}
.wh-lede {
  margin: 0 0 1.75rem;
  max-width: 37rem;
}
.wh-primary {
  min-height: 3.5rem;
  width: 100%;
  justify-content: space-between;
  gap: 1rem;
  padding-inline: 1.25rem;
  border-radius: calc(var(--radius) * 6.4);
  font-size: 0.9375rem;
}
.wh-primary span {
  font-size: 1.25rem;
}
.wh-caption {
  margin: 0.875rem 0 0;
  color: var(--muted-foreground);
  font-size: 0.75rem;
  line-height: 1.6;
}
.wh-reassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  padding-top: 1.5rem;
  margin-top: 2rem;
  border-top: 1px solid var(--border);
  color: var(--muted-foreground);
  font-size: 0.6875rem;
}
.wh-section {
  padding-block: 2.5rem;
}
.womens-health h2 {
  max-width: 25ch;
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1.2;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
.wh-intro {
  margin: 1rem 0 0;
  font-size: 0.9375rem;
}
.wh-concerns {
  display: grid;
  margin-top: 1.75rem;
}
.wh-concerns article {
  padding: 1.5rem 0;
  border-top: 1px solid var(--border);
}
.wh-index {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--primary-foreground);
  font-size: 0.75rem;
}
.womens-health h3 {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.wh-concerns p,
.wh-steps p {
  margin: 0.5rem 0 0;
  color: var(--muted-foreground);
  font-size: 0.875rem;
  line-height: 1.7;
}
.wh-trust {
  margin-block: 1rem;
  padding-block: 2.75rem;
  background: var(--muted);
}
.wh-trust p:not(.wh-eyebrow) {
  max-width: 38rem;
  margin: 1.25rem 0 0.5rem;
  color: var(--muted-foreground);
  font-size: 0.9375rem;
  line-height: 1.8;
}
.wh-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 2.75rem;
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  text-underline-offset: 0.3em;
}
#how-it-works {
  scroll-margin-top: 1rem;
}
.wh-steps {
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
}
.wh-steps li {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  gap: 1rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--border);
}
.wh-steps li > span {
  padding-top: 0.2rem;
  color: var(--primary-foreground);
  font-size: 0.75rem;
}
.wh-doctors {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.75rem;
}
.wh-doctors .doctor-card {
  padding-top: 1.25rem;
}
.wh-doctors .doctor-card + .doctor-card {
  margin-top: 0;
}
.wh-doctors .doctor-card:nth-child(n + 3) {
  display: none;
}
.wh-doctors p {
  line-height: 1.6;
  font-size: 0.8125rem;
}
.wh-doctors .doctor-name {
  font-size: 0.9375rem;
}
.wh-faq {
  margin-top: 1.75rem;
  border-top: 1px solid var(--border);
}
.wh-faq details {
  padding: 0;
}
.wh-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 3.75rem;
  padding-block: 1rem;
  list-style: none;
  font-size: 0.875rem;
}
.wh-faq summary::-webkit-details-marker {
  display: none;
}
.wh-faq summary::after {
  content: "+";
  font-size: 1.25rem;
  color: var(--primary-foreground);
}
.wh-faq details[open] summary::after {
  content: "−";
}
.wh-faq details p {
  margin: 0;
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.75;
}
.wh-safety {
  padding: 1.5rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-block: 1.5rem;
}
.wh-safety h2 {
  max-width: none;
  font-size: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.5;
}
.wh-safety p {
  margin: 0.75rem 0 0;
  color: var(--muted-foreground);
  font-size: 0.8125rem;
  line-height: 1.75;
}
.wh-close {
  padding-block: 3rem 4rem;
}
.wh-close > p:not(.wh-eyebrow):not(.wh-caption) {
  margin: 1rem 0 1.75rem;
  color: var(--muted-foreground);
  font-size: 0.9375rem;
}
.wh-footer {
  padding-block: 2rem;
  border-top: 1px solid var(--border);
}
.wh-footer p {
  color: var(--muted-foreground);
  font-size: 0.8125rem;
}
.wh-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5rem;
}
.wh-footer nav a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  font-size: 0.75rem;
  text-underline-offset: 0.3em;
}
@media (min-width: 40rem) {
  .wh-hero {
    padding-block: 5rem 2.5rem;
  }
  .wh-primary {
    width: auto;
    min-width: 20rem;
  }
  .wh-reassurance {
    font-size: 0.75rem;
    gap: 2rem;
  }
  .wh-section {
    padding-block: 3rem;
  }
  .wh-concerns,
  .wh-doctors {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2rem;
  }
  .wh-trust {
    padding-block: 3.5rem;
  }
  .wh-close {
    padding-block: 3.5rem 5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.womens-health {
  padding-bottom: calc(5rem + env(safe-area-inset-bottom));
}
.wh-sticky-cta {
  position: fixed;
  z-index: 60;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.75rem 1.25rem calc(0.75rem + env(safe-area-inset-bottom));
  border-top: 1px solid var(--border);
  background: var(--background);
}
.wh-sticky-cta .button {
  width: 100%;
  min-height: 3.25rem;
  justify-content: space-between;
  padding-inline: 1.25rem;
  font-size: 0.9375rem;
}
@media (min-width: 53.75rem) {
  .wh-sticky-cta {
    left: auto;
    right: 1.5rem;
    bottom: 1.5rem;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .wh-sticky-cta .button {
    width: auto;
    gap: 1.5rem;
  }
}
