.menopause-page {
  --m-purple: #6741b2;
  --m-purple-dark: #4f2d91;
  --m-purple-soft: #f5f0fb;
  --m-purple-line: #ddd2ee;
  --m-white: #ffffff;
  --m-ink: #23202c;
  --m-muted: #5d5868;
  --m-max: 1060px;
  --m-gutter: clamp(20px, 6.4vw, 70px);
  --m-serif: Georgia, "Times New Roman", serif;
  --m-sans: "Segoe UI", Arial, sans-serif;
  --hero-consulta-image: image-set(
    url("../assets/hero-consulta-menopausia-desktop.avif") type("image/avif"),
    url("../assets/hero-consulta-menopausia-desktop.webp") type("image/webp"),
    url("../assets/hero-consulta-menopausia.png") type("image/png")
  );
  background: var(--m-white);
  color: var(--m-ink);
  font-family: var(--m-sans);
  line-height: 1.5;
}

.page-container {
  width: 100%;             /* Ocupa el total en pantallas pequeñas */
  max-width: 1200px;       /* Evita que se estire infinitamente al quitar zoom */
  margin-left: auto;       /* Centra el bloque horizontalmente */
  margin-right: auto;      /* Centra el bloque horizontalmente */
  padding: 0 20px;         /* Evita que el contenido toque los bordes en móviles */
  box-sizing: border-box;  /* Incluye el padding en el cálculo del ancho */
}


.menopause-page .menopause-symbols {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.menopause-page svg {
  width: 1em;
  height: 1em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.menopause-page .site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-areas: "brand nav cta";
  grid-template-columns: minmax(145px, .85fr) minmax(0, auto) minmax(145px, .85fr);
  align-items: center;
  justify-items: center;
  gap: clamp(12px, 2vw, 28px);
  min-height: 72px;
  padding: 8px max(var(--m-gutter), calc((100% - var(--m-max)) / 2));
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid rgba(103, 65, 178, .12);
  box-shadow: 0 10px 26px rgba(35, 28, 51, .05);
  backdrop-filter: blur(12px);
}

.menopause-page .brand {
  grid-area: brand;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  width: clamp(132px, 12vw, 150px);
  height: 72px;
  margin: 0;
}

.menopause-page .brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.menopause-page .main-nav {
  grid-area: nav;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: safe center;
  gap: clamp(14px, 2vw, 34px);
  min-width: 0;
  max-width: 100%;
  width: auto;
  padding: 0;
  border: 0;
  font-family: var(--m-serif);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.menopause-page .main-nav a {
  flex: 0 0 auto;
  color: var(--m-purple);
  text-decoration: none;
}

.menopause-page .main-nav a:hover {
  color: var(--m-purple-dark);
}

.menopause-page .header-cta,
.menopause-btn {
  min-height: 34px;
  border-radius: 9px;
  font-family: var(--m-sans);
  font-size: 13px;
  font-weight: 800;
}

.menopause-page .header-cta {
  grid-area: cta;
  justify-self: end;
  text-align: center;
  white-space: nowrap;
  min-width: 84px;
  padding: 8px 22px;
  background: var(--m-purple);
  color: var(--m-white);
  box-shadow: 0 16px 32px rgba(103, 65, 178, .22);
}

.menopause-page .header-cta:hover,
.menopause-btn-primary:hover {
  background: var(--m-purple-dark);
  color: var(--m-white);
}

.menopause-hero {
  position: relative;
  min-height: 366px;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, #fff 0%, #fff 42%, rgba(255, 255, 255, .28) 53%, rgba(255, 255, 255, 0) 66%),
    url("../assets/hero-consulta-menopausia.png");
  /*background-image:
    linear-gradient(90deg, #fff 0%, #fff 42%, rgba(255, 255, 255, .28) 53%, rgba(255, 255, 255, 0) 66%),
    var(--hero-consulta-image);*/
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}

.menopause-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 520px);
  gap: 0;
  align-items: center;
  justify-content: start;
  width: min(var(--m-max), calc(100% - (var(--m-gutter) * 2)));
  min-height: 366px;
  margin: 0 auto;
  padding: 28px 0 32px;
}

.menopause-hero-copy {
  max-width: 520px;
}

.menopause-kicker {
  margin: 0 0 12px;
  color: var(--m-purple);
  font-family: var(--m-sans);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .24em;
  line-height: 1.2;
  text-transform: uppercase;
}

.menopause-hero h1,
.menopause-section-title h2,
.menopause-team-copy h2,
.menopause-team-copy h3,
.menopause-final-cta h2 {
  margin: 0;
  color: var(--m-purple);
  font-family: var(--m-serif);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.04;
}

.menopause-hero h1 {
  max-width: 390px;
  font-size: 58px;
}

.menopause-page .booking-intro .eyebrow {
  margin: 0 0 12px;
  color: var(--m-purple);
  font-family: var(--m-sans);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .24em;
  line-height: 1.2;
  text-transform: uppercase;
}

.menopause-page .booking-intro h2 {
  max-width: 760px;
  margin: 0;
  color: var(--m-purple);
  font-family: var(--m-serif);
  font-size: 58px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.04;
}

.menopause-page .booking-info h3,
.menopause-page .calendar-month-head h3,
.menopause-page .slot-panel-head h3,
.menopause-page .patient-form-title span {
  color: var(--m-purple);
  font-family: var(--m-serif);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.04;
}

.menopause-page .booking-info h3 {
  max-width: 100%;
  font-size: clamp(27px, 2.6vw, 38px);
}

.menopause-page .calendar-month-head h3,
.menopause-page .slot-panel-head h3 {
  font-size: clamp(28px, 2.8vw, 40px);
}

.menopause-page .patient-form-title span {
  font-size: clamp(22px, 2.1vw, 30px);
}

.menopause-page .booking-info p,
.menopause-page .booking-meta,
.menopause-page .slot-panel-head p,
.menopause-page .patient-form > label > span,
.menopause-page .patient-form-title strong,
.menopause-page .calendar-weekdays span {
  color: var(--m-purple);
  font-family: var(--m-serif);
  letter-spacing: 0;
}

.menopause-page .booking-info p {
  color: var(--m-ink);
  font-size: 16px;
}

.menopause-page .booking-meta {
  font-size: 15px;
  font-weight: 600;
}

.menopause-page .slot-panel-head p,
.menopause-page .patient-form-title strong,
.menopause-page .patient-form > label > span,
.menopause-page .calendar-weekdays span {
  font-weight: 700;
}

.menopause-page .slot-panel-head p {
  font-size: 17px;
}

.menopause-page .patient-form > label > span {
  font-size: 16px;
}

.menopause-hero-text {
  max-width: 420px;
  margin: 18px 0 0;
  color: var(--m-ink);
  font-family: var(--m-sans);
  font-size: 15px;
  line-height: 1.55;
}

.menopause-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.menopause-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 170px;
  padding: 10px 22px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.menopause-btn svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.menopause-btn:hover,
.menopause-page .header-cta:hover {
  transform: translateY(-1px);
}

.menopause-btn-primary {
  background: var(--m-purple);
  color: var(--m-white);
  box-shadow: 0 16px 34px rgba(103, 65, 178, .24);
}

.menopause-btn-secondary {
  min-width: 166px;
  background: rgba(255, 255, 255, .86);
  color: var(--m-purple);
  border-color: var(--m-purple);
  box-shadow: 0 10px 24px rgba(103, 65, 178, .07);
}

.menopause-trust {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  max-width: 420px;
  margin: 22px 0 0;
  color: var(--m-purple);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.menopause-trust svg {
  width: 24px;
  height: 24px;
}

.menopause-section-title h2::after,
.menopause-team-copy h2::after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: var(--m-purple);
  opacity: .7;
}

.menopause-symptoms,
.menopause-services,
.menopause-team,
.menopause-locations {
  width: min(var(--m-max), calc(100% - (var(--m-gutter) * 2)));
  margin: 0 auto;
}

.menopause-symptoms {
  width: 100%;
  max-width: none;
  padding: 16px var(--m-gutter);
  background: linear-gradient(180deg, #fff 0%, #f8f5fc 100%);
}

.menopause-section-title {
  margin: 0 auto 18px;
  text-align: center;
}

.menopause-section-title h2 {
  font-size: 30px;
}

.menopause-symptom-strip {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  width: min(var(--m-max), 100%);
  margin: 0 auto;
}

.menopause-symptom-strip article {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 9px;
  min-height: 78px;
  padding: 0 12px;
  text-align: center;
  border-left: 1px solid var(--m-purple-line);
}

.menopause-symptom-strip article:first-child {
  border-left: 0;
}

.menopause-symptom-strip svg,
.menopause-service-card svg {
  width: 37px;
  height: 37px;
  color: var(--m-purple);
}

.menopause-symptom-strip h3,
.menopause-service-card h3,
.menopause-location-card h3 {
  margin: 0;
  color: var(--m-ink);
  font-family: var(--m-sans);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
}

.menopause-services {
  padding: 20px 0 18px;
}

.menopause-service-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.menopause-service-card {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 12px;
  min-height: 176px;
  padding: 18px 12px 16px;
  text-align: center;
  background: var(--m-white);
  border: 1px solid var(--m-purple-line);
  border-radius: 7px;
  box-shadow: 0 12px 26px rgba(65, 48, 92, .05);
}

.menopause-service-card h3 {
  max-width: 116px;
  color: var(--m-purple);
  font-family: var(--m-serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.05;
}

.menopause-service-card p {
  margin: 0;
  color: var(--m-ink);
  font-family: var(--m-sans);
  font-size: 11px;
  line-height: 1.5;
}

.menopause-team {
  padding: 0 0 18px;
}

.menopause-team-card {
  position: relative;
  display: grid;
  grid-template-columns: 300px minmax(270px, 1fr) 190px;
  gap: 20px;
  align-items: center;
  min-height: 238px;
  overflow: hidden; 
  padding: 0 24px 0 0;
  background: linear-gradient(105deg, #f1eff6 0%, #f8f6fb 50%, #f0ecf7 100%);
  border: 1px solid rgba(103, 65, 178, .1);
  border-radius: 8px;
  box-shadow: none;
}

.menopause-doctor-photo {
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 238px;
  background: #f1eff6; 
  
}

.menopause-doctor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  
}

.menopause-team-copy {
  padding: 26px 0 20px;
}

.menopause-team-copy h2 {
  font-size: 29px;
  text-align: left;
}

.menopause-team-copy h2::after {
  display: none;
}

.menopause-team-copy h3 {
  margin-top: 18px;
  font-size: 20px;
  white-space: nowrap;
}

.menopause-specialty {
  margin: 5px 0 9px;
  color: var(--m-ink);
  font-family: var(--m-sans);
  font-size: 14px;
}

.menopause-team-copy p:not(.menopause-specialty) {
  max-width: 380px;
  margin: 0;
  color: var(--m-muted);
  font-size: 12px;
  line-height: 1.45;
}

.menopause-team-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid var(--m-purple-line);
}

.menopause-team-values span {
  display: grid;
  gap: 7px;
  color: var(--m-muted);
  font-size: 10px;
  line-height: 1.28;
}

.menopause-team-values svg {
  width: 28px;
  height: 28px;
  color: var(--m-purple);
}

.menopause-page .menopause-line-art {
  justify-self: center;
  width: 222px;
  max-width: 100%;
  height: auto;
}

.menopause-locations {
  padding: 0 0 24px;
}

.menopause-location-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-items: center;
}

.menopause-location-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 108px;
  padding: 15px 24px;
  background: var(--m-white);
  border: 1px solid var(--m-purple-line);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(65, 48, 92, .04);
}

.menopause-location-card > span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--m-purple-soft);
  color: var(--m-purple);
}

.menopause-location-card svg {
  width: 23px;
  height: 23px;
}

.menopause-location-card h3 {
  margin: 0 0 6px;
  color: var(--m-purple);
  font-size: 16px;
  font-weight: 800;
}

.menopause-location-card p {
  margin: 0 0 8px;
  color: var(--m-ink);
  font-size: 11px;
  line-height: 1.45;
}

.menopause-location-card strong {
  color: var(--m-ink);
  font-size: 11px;
  font-weight: 600;
}

.menopause-final-cta {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 112px;
  overflow: hidden;
  padding: 18px var(--m-gutter) 16px;
  text-align: center;
  color: var(--m-white);
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 255, 255, .06) 0 1px, transparent 1px),
    radial-gradient(circle at 78% 70%, rgba(255, 255, 255, .05) 0 1px, transparent 1px),
    #5d2db2;
  background-size: 12px 12px, 16px 16px, auto;
}

.menopause-final-cta h2 {
  color: var(--m-white);
  font-size: 28px;
}

.menopause-final-cta p {
  margin: 8px 0 10px;
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
}

.menopause-final-cta > div {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: min(760px, 100%);
  margin: 0 auto;
  text-align: center;
}

.menopause-btn-light {
  min-width: 176px;
  min-height: 32px;
  padding: 7px 22px;
  border-radius: 10px;
  background: var(--m-white);
  color: var(--m-purple);
  box-shadow: 0 16px 32px rgba(0, 0, 0, .12);
}

.menopause-page .menopause-branch {
  position: absolute;
  top: 10px;
  width: 150px;
  height: auto;
  pointer-events: none;
}

.menopause-branch-left {
  left: max(44px, calc((100% - var(--m-max)) / 2 + 84px));
}

.menopause-branch-right {
  right: max(44px, calc((100% - var(--m-max)) / 2 + 84px));
}

.menopause-page .site-footer {
  display: block;
  padding: 0;
  background: #5d2db2;
  border-top: 1px solid rgba(255, 255, 255, .22);
  color: rgba(255, 255, 255, .92);
  font-family: var(--m-sans);
}

.menopause-footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(1280px, calc(100% - (var(--m-gutter) * 2)));
  min-height: 44px;
  margin: 0 auto;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  white-space: normal;
}

.menopause-footer-copy,
.menopause-footer-collab {
  margin: 0;
}

.menopause-footer-copy {
  padding-right: 20px;
  text-align: center;
}

.menopause-footer-collab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 17px;
  padding: 0 20px;
  border-left: 1px solid rgba(255, 255, 255, .38);
  border-right: 1px solid rgba(255, 255, 255, .38);
  text-align: center;
}

.menopause-footer-legal {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: nowrap;
  gap: 6px;
  min-height: 17px;
  padding-left: 20px;
  white-space: nowrap;
}

.menopause-footer-legal a {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0;
  color: var(--m-white);
  text-decoration: none;
}

.menopause-footer-legal a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.menopause-page .floating-cta {
  background: var(--m-purple);
  color: var(--m-white);
}

.patient-form .consent-group {
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
  margin: 6px 0 8px;
  display: grid;
  gap: 10px;
  border: 0;
  padding: 0;
}

.patient-form .consent-row {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 0;
  width: 100%;
  color: var(--m-ink);
  font-family: var(--m-sans);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.patient-form .consent-row span {
  min-width: 0;
  color: var(--m-ink);
  font-size: inherit;
  font-weight: inherit;
  overflow-wrap: normal;
  word-break: normal;
}

.patient-form .consent-row a,
.patient-form .consent-row strong,
.patient-form .consent-row em {
  color: var(--m-purple);
  font-weight: 800;
}

.patient-form .consent-row a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.patient-form .consent-row em {
  font-style: normal;
}

.patient-form .consent-row input[type="checkbox"] {
  justify-self: start;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--m-purple);
}

.patient-form .consent-row input[type="checkbox"]:disabled {
  cursor: not-allowed;
  opacity: .45;
}

.patient-form .consent-row-locked {
  cursor: pointer;
}

.patient-form .consent-row-locked .consent-text-button {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.patient-form .consent-text-button:focus-visible {
  outline: 2px solid rgba(107, 70, 171, .45);
  outline-offset: 4px;
  border-radius: 4px;
}

.patient-form .consent-status {
  margin: -4px 0 0 30px;
  color: rgba(75, 68, 88, .82);
  font-family: var(--m-sans);
  font-size: 12px;
  line-height: 1.35;
}

.patient-form .privacy-note {
  margin-top: 0;
  font-size: 13px;
  line-height: 1.45;
}

.consent-modal[hidden] {
  display: none;
}

.consent-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.consent-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(30, 24, 42, .58);
}

.consent-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  max-height: min(720px, calc(100vh - 48px));
  overflow: auto;
  padding: 30px;
  border-radius: 8px;
  background: var(--m-white);
  box-shadow: 0 24px 80px rgba(31, 24, 45, .28);
  color: var(--m-ink);
}

.consent-modal__dialog img {
  display: block;
  width: 154px;
  height: auto;
  margin: 0 0 10px;
}

.consent-modal__dialog h2 {
  margin: 0 0 14px;
  color: var(--m-purple);
  font-size: 27px;
  line-height: 1.15;
}

.consent-modal__dialog p,
.consent-modal__dialog li {
  color: var(--m-ink);
  font-family: var(--m-sans);
  font-size: 15px;
  line-height: 1.6;
}

.consent-modal__dialog ul {
  margin: 14px 0;
  padding-left: 20px;
}

.consent-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 22px;
}

.consent-modal-open {
  overflow: hidden;
}

.booking-intro .booking-logo {
  display: block;
  width: 220px;
  max-width: 70%;
  height: auto;
  margin: 0 auto 12px;
}

@media (max-width: 1120px) {
  .menopause-page .site-header {
    grid-template-columns: minmax(132px, .78fr) minmax(0, 1fr) minmax(132px, .78fr);
    gap: 12px;
  }

  .menopause-page .brand {
    width: 136px;
  }

  .menopause-page .main-nav {
    gap: 20px;
    font-size: 14px;
  }

  .menopause-hero h1,
  .menopause-page .booking-intro h2 {
    font-size: 50px;
  }
}

@media (max-width: 860px) {
  .menopause-page {
    --hero-consulta-image: image-set(
      url("../assets/hero-consulta-menopausia-tablet.avif") type("image/avif"),
      url("../assets/hero-consulta-menopausia-tablet.webp") type("image/webp"),
      url("../assets/hero-consulta-menopausia.png") type("image/png")
    );
  }

  .menopause-page .site-header {
    grid-template-areas:
      "brand cta"
      "nav nav";
    grid-template-columns: minmax(124px, 1fr) auto;
    min-height: 108px;
    gap: 8px 12px;
    padding-block: 8px 10px;
  }

  .menopause-page .brand {
    width: 132px;
    height: 62px;
  }

  .menopause-page .main-nav {
    justify-self: center;
    width: 100%;
    justify-content: center;
    justify-content: safe center;
    flex-wrap: nowrap;
    overflow: visible;
    gap: clamp(10px, 3vw, 22px);
    padding: 7px 0 0;
    border-top: 1px solid rgba(103, 65, 178, .12);
    font-size: 13px;
  }

  .menopause-page .header-cta {
    min-width: 0;
    min-height: 36px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .menopause-hero {
    min-height: auto;
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, .97) 0%, rgba(255, 255, 255, .9) 100%),
      url("../assets/hero-consulta-menopausia.png");
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, .97) 0%, rgba(255, 255, 255, .9) 100%),
      var(--hero-consulta-image);
    background-position: 62% center;
  }

  .menopause-hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-block: 44px;
  }

  .menopause-hero-copy {
    max-width: 620px;
  }

  .menopause-location-grid,
  .menopause-team-card {
    grid-template-columns: 1fr;
  }

  .menopause-symptom-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .menopause-symptom-strip article {
    padding-block: 16px;
    border-bottom: 1px solid var(--m-purple-line);
  }

  .menopause-symptom-strip article:nth-child(4n + 1) {
    border-left: 0;
  }

  .menopause-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menopause-team-card {
    padding: 0 24px 26px;
  }

  .menopause-doctor-photo {
    min-height: 310px;
    margin-inline: -24px;
  }

  .menopause-team-copy {
    padding: 0;
  }

  .menopause-line-art {
    display: none;
  }

  .menopause-page .site-footer {
    padding: 16px 0;
  }

  .menopause-footer-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 0;
    justify-items: center;
    text-align: center;
    font-size: 13px;
  }

  .menopause-footer-copy,
  .menopause-footer-collab,
  .menopause-footer-legal {
    min-height: 0;
    padding: 0;
    border: 0;
    justify-content: center;
    justify-content: safe center;
  }

  .menopause-footer-legal {
    flex-wrap: nowrap;
    gap: 5px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-size: clamp(10px, 2.8vw, 12px);
  }

  .menopause-footer-legal a,
  .menopause-footer-legal a:first-child {
    padding: 0;
  }

  .menopause-branch {
    opacity: .35;
  }
}

@media (max-width: 680px) {
  .menopause-page {
    --m-gutter: 18px;
    --hero-consulta-image: image-set(
      url("../assets/hero-consulta-menopausia-mobile.avif") type("image/avif"),
      url("../assets/hero-consulta-menopausia-mobile.webp") type("image/webp"),
      url("../assets/hero-consulta-menopausia.png") type("image/png")
    );
  }

  .menopause-page .site-header {
    grid-template-areas:
      "brand cta"
      "nav nav";
    grid-template-columns: minmax(108px, 1fr) auto;
    min-height: 104px;
    padding-block: 8px 10px;
    gap: 7px 10px;
  }

  .menopause-page .brand {
    width: 118px;
    height: 54px;
  }

  .menopause-page .main-nav {
    justify-content: center;
    justify-content: safe center;
    gap: clamp(7px, 2.5vw, 12px);
    padding-top: 7px;
    font-size: 11.5px;
    white-space: nowrap;
  }

  .menopause-page .header-cta {
    min-height: 34px;
    padding: 8px 10px;
    font-size: 11px;
  }

  .menopause-hero h1,
  .menopause-page .booking-intro h2 {
    max-width: 360px;
    font-size: 40px;
  }

  .menopause-page .booking-info h3,
  .menopause-page .calendar-month-head h3,
  .menopause-page .slot-panel-head h3 {
    font-size: 28px;
  }

  .menopause-page .patient-form-title span {
    font-size: 24px;
  }

  .menopause-section-title h2,
  .menopause-final-cta h2 {
    font-size: 28px;
  }

  .menopause-actions {
    display: grid;
    gap: 10px;
  }

  .menopause-btn,
  .menopause-btn-secondary,
  .menopause-btn-light {
    width: 100%;
    min-width: 0;
  }

  .menopause-symptom-strip,
  .menopause-service-grid,
  .menopause-team-values {
    grid-template-columns: 1fr;
  }

  .menopause-symptom-strip article,
  .menopause-symptom-strip article:nth-child(4n + 1) {
    border-left: 0;
  }

  .menopause-service-card {
    min-height: 0;
    padding: 24px 18px 20px;
  }

  .menopause-service-card h3 {
    max-width: none;
  }

  .menopause-location-card {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .menopause-location-card > span {
    width: 42px;
    height: 42px;
  }

  .menopause-final-cta {
    min-height: 210px;
  }

  .menopause-branch {
    top: 26px;
    width: 145px;
  }

  .menopause-branch-left {
    left: -12px;
  }

  .menopause-branch-right {
    right: -12px;
  }
}

@media (max-width: 390px) {
  .menopause-page {
    --m-gutter: 14px;
  }

  .menopause-page .brand {
    width: 104px;
    height: 48px;
  }

  .menopause-page .main-nav {
    gap: 7px;
    font-size: 10.8px;
  }

  .menopause-hero h1,
  .menopause-page .booking-intro h2 {
    font-size: 36px;
  }

  .menopause-page .booking-info h3,
  .menopause-page .calendar-month-head h3,
  .menopause-page .slot-panel-head h3 {
    font-size: 25px;
  }

}
