.vm-speed-hero-shell[data-widget-mode="mental_health"],
.vm-speed-hero-shell[data-widget-mode="menopause"] {
  --vm-context-accent: #5ac2e6;
  --vm-context-accent-soft: #eaf8fc;
  --vm-context-ink: #183b4a;
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(24, 59, 74, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 55px rgba(24, 59, 74, 0.11);
  overflow: visible;
}

/* Los widgets contextuales viven dentro del hero de su landing. Se elimina el
   fondo fotográfico y el espaciado del widget global para que el slide-in sea
   un panel limpio, con el mismo flujo funcional usado por Diabetes. */
.vm-speed-hero-shell[data-widget-mode="mental_health"] {
  z-index: 2;
  min-height: 0;
  padding: 0;
  background-color: #fff;
  background-image: none;
  isolation: auto;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"]::before,
.vm-speed-hero-shell[data-widget-mode="mental_health"]::after {
  display: none;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"]:not(.is-context-service-selected):not(.is-context-package-view) .vm-speed-hero__title,
.vm-speed-hero-shell[data-widget-mode="mental_health"]:not(.is-context-service-selected):not(.is-context-package-view) .vm-speed-hero__midtext,
.vm-speed-hero-shell[data-widget-mode="mental_health"]:not(.is-context-service-selected):not(.is-context-package-view) .vm-speed-hero__subtitle,
.vm-speed-hero-shell[data-widget-mode="mental_health"]:not(.is-context-service-selected) .vm-speed-doctor-pref,
.vm-speed-hero-shell[data-widget-mode="mental_health"]:not(.is-context-service-selected) .vm-speed-booking,
.vm-speed-hero-shell[data-widget-mode="menopause"]:not(.is-context-service-selected):not(.is-context-package-view) .vm-speed-hero__title,
.vm-speed-hero-shell[data-widget-mode="menopause"]:not(.is-context-service-selected):not(.is-context-package-view) .vm-speed-hero__midtext,
.vm-speed-hero-shell[data-widget-mode="menopause"]:not(.is-context-service-selected):not(.is-context-package-view) .vm-speed-hero__subtitle,
.vm-speed-hero-shell[data-widget-mode="menopause"]:not(.is-context-service-selected) .vm-speed-doctor-pref,
.vm-speed-hero-shell[data-widget-mode="menopause"]:not(.is-context-service-selected) .vm-speed-booking,
.vm-speed-hero-shell[data-widget-mode="mental_health"].is-context-package-view .vm-speed-hero__title,
.vm-speed-hero-shell[data-widget-mode="mental_health"].is-context-package-view .vm-speed-hero__midtext,
.vm-speed-hero-shell[data-widget-mode="mental_health"].is-context-package-view .vm-speed-hero__subtitle,
.vm-speed-hero-shell[data-widget-mode="menopause"].is-context-package-view .vm-speed-hero__title,
.vm-speed-hero-shell[data-widget-mode="menopause"].is-context-package-view .vm-speed-hero__midtext,
.vm-speed-hero-shell[data-widget-mode="menopause"].is-context-package-view .vm-speed-hero__subtitle {
  display: none;
}

.vm-context-specialty-chooser {
  padding: clamp(12px, 2vw, 22px) 0 4px;
}

.vm-context-specialty-chooser__eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--vm-context-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vm-context-specialty-chooser h2 {
  margin: 0 0 7px;
  color: var(--vm-context-ink);
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.12;
}

.vm-context-specialty-chooser > p {
  margin: 0 0 22px;
  color: #687780;
}

.vm-context-specialty-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.vm-context-specialty-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 82px;
  padding: 15px 16px;
  border: 1px solid rgba(24, 59, 74, 0.12);
  border-radius: 14px;
  background: #fff;
  color: var(--vm-context-ink);
  text-align: left;
  cursor: pointer;
  transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.vm-context-specialty-card:hover,
.vm-context-specialty-card:focus-visible {
  border-color: var(--vm-context-accent);
  background: var(--vm-context-accent-soft);
  transform: translateY(-1px);
  outline: none;
}

.vm-context-specialty-card img {
  width: 42px;
  height: 42px;
  padding: 8px;
  border-radius: 12px;
  background: var(--vm-context-accent-soft);
}

.vm-context-specialty-card strong,
.vm-context-specialty-card small {
  display: block;
}

.vm-context-specialty-card strong {
  font-size: 15px;
  line-height: 1.25;
}

.vm-context-specialty-card small {
  margin-top: 4px;
  color: #687780;
  font-size: 12px;
  line-height: 1.35;
}

.vm-context-specialty-card b {
  font-size: 18px;
}

.vm-context-specialty-status {
  margin: 18px 0 0;
  color: #687780;
  text-align: center;
}

.vm-context-show-packages {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 17px 19px;
  border: 1px solid #a8dbea;
  border-radius: 14px;
  background: #eaf8fc;
  color: #183b4a;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.vm-context-show-packages:hover,
.vm-context-show-packages:focus-visible {
  border-color: #5AC2E6;
  background: #dff4fa;
  transform: translateY(-1px);
  outline: none;
}

.vm-context-show-packages strong,
.vm-context-show-packages small {
  display: block;
}

.vm-context-show-packages strong {
  font-size: 16px;
  line-height: 1.3;
}

.vm-context-show-packages small {
  margin-top: 3px;
  color: #587783;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.4;
}

.vm-context-show-packages b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #5AC2E6;
  color: #183b4a;
  font-size: 18px;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"].is-context-sliding-to-packages .vm-speed-package-panel {
  animation: vm-context-packages-slide-in .48s cubic-bezier(.16, 1, .3, 1) both;
}

@keyframes vm-context-packages-slide-in {
  from {
    opacity: 0;
    transform: translateX(48px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.vm-context-change-service {
  margin: 14px 0 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--vm-context-ink);
  font-weight: 700;
  cursor: pointer;
}

.vm-context-change-service[hidden],
.is-context-service-selected .vm-context-specialty-chooser,
.is-context-package-view .vm-context-specialty-chooser {
  display: none !important;
}

.is-context-service-selected .vm-speed-field--specialty {
  display: none;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] {
  --vm-context-accent: #dbb6e7;
  --vm-context-accent-soft: #faf3fc;
  --vm-context-ink: #563260;
  border-color: rgba(86, 50, 96, 0.12);
  box-shadow: 0 20px 55px rgba(86, 50, 96, 0.11);
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-hero,
.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-hero {
  max-width: none;
  padding: clamp(22px, 3vw, 34px);
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-hero__title,
.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-hero__title {
  color: var(--vm-context-ink);
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.1;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-hero-tabs.vm-home-tabs {
  margin-bottom: 1.7rem;
  border-color: rgba(24, 59, 74, .1);
  background: #eef9fc;
  box-shadow: none;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-hero-tabs .vm-home-tab {
  color: var(--vm-context-ink);
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-hero-tabs .vm-home-tab:hover {
  border-color: rgba(90, 194, 230, .55);
  box-shadow: none;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-home-tab.is-active,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-booking__cta,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-package-card__cta,
.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-home-tab.is-active,
.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-booking__cta,
.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-package-card__cta {
  border-color: var(--vm-context-accent);
  background: var(--vm-context-accent);
  color: var(--vm-context-ink);
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-service-item,
.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-service-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  column-gap: 10px;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-field,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-popover,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-booking,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-intake-summary,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-payment-wrap {
  border-color: rgba(24, 59, 74, .12);
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-field.is-open,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-field:focus-within,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-service-item.is-active,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-doctor-item.is-active,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-day.is-active,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-time-item.is-active {
  border-color: #5AC2E6;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-field__icon,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-field__caret,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-service-price,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-package-card__price,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-intake__back {
  color: #287d9b;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-doctor-mode.is-active,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-day.is-active,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-time-item.is-active {
  border-color: #5AC2E6;
  background: #eaf8fc;
  color: #183b4a;
}

.vm-context-service-icon {
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  padding: 6px;
  border-radius: 10px;
  background: var(--vm-context-accent-soft);
  filter: none;
}

.vm-context-package-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 16px;
}

.vm-context-package-heading strong,
.vm-context-package-heading span {
  display: block;
}

.vm-context-package-heading strong {
  color: var(--vm-context-ink);
  font-size: 19px;
}

.vm-context-package-heading span {
  margin-top: 3px;
  color: #687780;
  font-size: 13px;
}

.vm-context-package-controls {
  display: flex;
  gap: 8px;
}

.vm-context-package-controls button {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(24, 59, 74, 0.14);
  border-radius: 50%;
  background: #fff;
  color: var(--vm-context-ink);
  cursor: pointer;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-package-grid,
.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-package-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 42%);
  grid-template-columns: none;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
  padding: 2px 2px 14px;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-package-card,
.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-package-card {
  scroll-snap-align: start;
  min-width: 0;
}

@media (max-width: 700px) {
  .vm-speed-hero-shell[data-widget-mode="mental_health"],
  .vm-speed-hero-shell[data-widget-mode="menopause"] {
    border-radius: 16px;
  }

  .vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-package-grid,
  .vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-package-grid {
    grid-auto-columns: minmax(265px, 88%);
  }

  .vm-context-package-heading {
    align-items: center;
  }

  .vm-context-specialty-grid {
    grid-template-columns: 1fr;
  }
}

/* Paridad visual y espacial con el flujo embebido de Diabetes. */
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-hero__title,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-hero__midtext,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-hero__subtitle {
  display: none !important;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] {
  --vm-context-deep: #287d9b;
  --vm-context-line: rgba(40, 125, 155, .2);
  --vm-context-shadow: rgba(24, 59, 74, .11);
  min-height: 100%;
  padding: clamp(.9rem, 1.5vw, 1.35rem) 0 clamp(1.1rem, 2vw, 1.8rem);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-hero {
  width: 100%;
  max-width: 1480px;
  padding-left: clamp(1rem, 4vw, 4rem);
  padding-right: clamp(1rem, 4vw, 4rem);
  box-sizing: border-box;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-hero-tabs.vm-home-tabs {
  margin-bottom: 1.7rem;
  border-color: var(--vm-context-line);
  background: var(--vm-context-accent-soft);
  box-shadow: none;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-hero-tabs .vm-home-tab {
  color: var(--vm-context-ink);
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-hero-tabs .vm-home-tab:hover {
  border-color: var(--vm-context-accent);
  box-shadow: none;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-context-specialty-card {
  grid-template-columns: 48px minmax(0, 1fr);
  border-color: var(--vm-context-line);
  background: #FFFFFF;
  color: var(--vm-context-ink);
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-context-specialty-card:hover,
.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-context-specialty-card:focus-visible {
  border-color: var(--vm-context-accent);
  background: var(--vm-context-accent-soft);
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-context-show-packages {
  border-color: var(--vm-context-accent);
  background: var(--vm-context-accent-soft);
  color: var(--vm-context-ink);
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-context-show-packages:hover,
.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-context-show-packages:focus-visible {
  border-color: var(--vm-context-deep);
  background: #f5e9f8;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-context-show-packages b {
  background: var(--vm-context-accent);
  color: var(--vm-context-ink);
}

.vm-speed-hero-shell[data-widget-mode="mental_health"].is-context-service-selected .vm-speed-hero-tabs {
  display: none;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-doctor-pref {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  margin: 0 0 clamp(.75rem, 1.2vw, 1rem);
  padding: 0;
  gap: clamp(.6rem, 1.2vw, 1rem);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-doctor-mode {
  min-height: clamp(54px, 4.6vw, 68px);
  border: 1.5px solid var(--vm-context-line);
  border-radius: 16px;
  padding: clamp(.72rem, 1.2vw, 1rem) clamp(.8rem, 1.8vw, 1.35rem);
  background: #fff;
  color: #405d69;
  font-size: clamp(.98rem, 1.15vw, 1.16rem);
  box-shadow: 0 5px 14px rgba(24, 59, 74, .05);
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-doctor-mode:hover {
  border-color: #5AC2E6;
  background: #eef9fc;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-doctor-mode.is-active {
  border-color: #5AC2E6;
  background: #5AC2E6;
  color: #183b4a;
  box-shadow: 0 9px 20px rgba(40, 125, 155, .18);
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-booking,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-booking.is-manual {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(.7rem, 1.2vw, 1rem);
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-booking:not(.is-manual) .vm-speed-field--doctor {
  display: none;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-booking.is-manual .vm-speed-field--doctor {
  display: block;
  height: auto;
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] #vmSpeedSpecialtyPopover[hidden],
.vm-speed-hero-shell[data-widget-mode="mental_health"] #vmSpeedDoctorPopover[hidden],
.vm-speed-hero-shell[data-widget-mode="mental_health"] #vmSpeedDatePopover[hidden] {
  display: none !important;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] #vmSpeedSpecialtyPopover,
.vm-speed-hero-shell[data-widget-mode="mental_health"] #vmSpeedDoctorPopover {
  position: relative;
  inset: auto;
  width: 100%;
  margin-top: .7rem;
  border: 1px solid var(--vm-context-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px var(--vm-context-shadow);
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] #vmSpeedDoctorPopover {
  padding: .9rem;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-doctor-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-height: clamp(285px, 30vw, 410px);
  overflow-y: auto;
  gap: clamp(.7rem, 1vw, .95rem);
  padding-right: .3rem;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-doctor-item {
  min-height: clamp(72px, 5.5vw, 86px);
  border-color: var(--vm-context-line);
  border-radius: 16px;
  padding: clamp(.75rem, 1.1vw, 1rem);
  background: #f3fafc;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-doctor-item:hover,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-doctor-item.is-active {
  border-color: #5AC2E6;
  background: #e4f6fb;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-field__trigger {
  min-height: clamp(68px, 5.3vw, 84px);
  height: auto;
  border-radius: 17px;
  padding: clamp(.82rem, 1.3vw, 1.12rem) clamp(.9rem, 1.6vw, 1.3rem);
  gap: clamp(.75rem, 1.2vw, 1rem);
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-field__icon {
  width: clamp(28px, 2.2vw, 36px);
  height: clamp(28px, 2.2vw, 36px);
  color: var(--vm-context-deep);
  opacity: .9;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-field__label {
  color: var(--vm-context-deep);
  font-size: clamp(.78rem, .85vw, .92rem);
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-field__value {
  font-size: clamp(1.02rem, 1.25vw, 1.28rem);
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] #vmSpeedDateToggle {
  display: none;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] #vmSpeedDatePopover {
  position: relative;
  inset: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .85fr);
  grid-template-rows: auto auto 1fr;
  gap: clamp(.55rem, 1vw, .85rem) clamp(1rem, 2vw, 1.7rem);
  width: 100%;
  padding: clamp(1rem, 1.8vw, 1.55rem);
  border: 1px solid var(--vm-context-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 38px var(--vm-context-shadow);
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-calendar-header {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-calendar-title,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-time-wrap p {
  color: #183b4a;
  font-weight: 800;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-cal-nav {
  width: clamp(40px, 3.5vw, 48px);
  height: clamp(40px, 3.5vw, 48px);
  border: 1.5px solid var(--vm-context-line);
  background: #eef9fc;
  color: var(--vm-context-deep);
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-weekdays {
  grid-column: 1;
  grid-row: 2;
  margin-bottom: .05rem;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-days {
  grid-column: 1;
  grid-row: 3;
  gap: clamp(.3rem, .65vw, .6rem);
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-day {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: clamp(44px, 4vw, 60px);
  aspect-ratio: auto;
  border: 1px solid transparent;
  border-radius: 12px;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-day.is-available {
  border-color: var(--vm-context-line);
  background: #eef9fc;
  color: var(--vm-context-deep);
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-day.is-available:hover {
  border-color: #5AC2E6;
  background: #dff4fa;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-day.is-active {
  border-color: #5AC2E6;
  background: #5AC2E6;
  color: #183b4a;
  box-shadow: 0 7px 14px rgba(40, 125, 155, .2);
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-time-wrap {
  grid-column: 2;
  grid-row: 1 / 4;
  margin: 0;
  padding: 0 0 0 clamp(1rem, 1.8vw, 1.55rem);
  border-top: 0;
  border-left: 1px solid var(--vm-context-line);
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-time-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(.5rem, .8vw, .75rem);
  max-height: clamp(320px, 29vw, 425px);
  overflow-y: auto;
  padding-right: .3rem;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-time-item {
  min-height: clamp(50px, 4vw, 60px);
  border: 1.5px solid var(--vm-context-line);
  border-radius: 13px;
  padding: .58rem .48rem;
  background: #fff;
  color: var(--vm-context-deep);
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-time-item.is-available {
  background: #eef9fc;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-time-item.is-available:hover {
  border-color: #5AC2E6;
  background: #dff4fa;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-time-item.is-active {
  border-color: #5AC2E6;
  background: #5AC2E6;
  color: #183b4a;
  box-shadow: 0 8px 16px rgba(40, 125, 155, .2);
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-booking__cta,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-intake__submit {
  min-height: clamp(58px, 4.6vw, 70px);
  border-color: #5AC2E6;
  border-radius: 16px;
  background: #5AC2E6;
  color: #183b4a;
  font-size: clamp(1rem, 1.1vw, 1.18rem);
  box-shadow: 0 10px 22px rgba(40, 125, 155, .18);
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-hero-stage--form .vm-speed-hero {
  max-width: 1480px;
  padding-top: 0;
  padding-bottom: clamp(.5rem, 1.5vw, 1.25rem);
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-hero-stage--form .vm-speed-intake > h2 {
  margin: 0 0 clamp(.65rem, 1.2vw, 1rem);
  color: #183b4a;
  font-size: clamp(1.75rem, 2.45vw, 2.55rem);
  line-height: 1.12;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-hero-stage--form .vm-speed-intake-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.65rem, 1vw, .95rem);
  margin-bottom: clamp(.8rem, 1.4vw, 1.2rem);
  padding: clamp(.7rem, 1.1vw, 1rem);
  border-radius: 20px;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-hero-stage--form .vm-speed-intake__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.75rem, 1.25vw, 1.15rem);
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-hero-stage--form .vm-speed-intake__grid > :nth-child(2) {
  grid-column: span 2;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-hero-stage--form .vm-speed-intake__field input,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-hero-stage--form .vm-speed-intake__field select {
  min-height: clamp(54px, 4.2vw, 64px);
  border-radius: 15px;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"][data-diabetes-stage="payment"] {
  min-height: 0;
  padding-top: 1.2rem;
  padding-bottom: 2rem;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"][data-diabetes-stage="payment"] .vm-speed-hero-stage-wrap,
.vm-speed-hero-shell[data-widget-mode="mental_health"][data-diabetes-stage="payment"] .vm-speed-hero-stage--payment,
.vm-speed-hero-shell[data-widget-mode="mental_health"][data-diabetes-stage="payment"] .vm-speed-intake,
.vm-speed-hero-shell[data-widget-mode="mental_health"][data-diabetes-stage="payment"] .vm-speed-payment-wrap,
.vm-speed-hero-shell[data-widget-mode="mental_health"][data-diabetes-stage="payment"] .vm-speed-paypal-wrap,
.vm-speed-hero-shell[data-widget-mode="mental_health"][data-diabetes-stage="payment"] #vmStripeCheckout,
.vm-speed-hero-shell[data-widget-mode="mental_health"][data-diabetes-stage="payment"] #vmPayPalButtons {
  max-height: none;
  overflow: visible;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"][data-diabetes-stage="payment"] .vm-speed-hero-stage--payment .vm-speed-hero {
  width: 100%;
  max-width: 1180px;
  padding-bottom: 1rem;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"][data-diabetes-stage="payment"] .vm-speed-payment-wrap,
.vm-speed-hero-shell[data-widget-mode="mental_health"][data-diabetes-stage="payment"] .vm-speed-paypal-wrap {
  width: 100%;
  height: auto;
  min-height: 0;
}

@media (max-width: 1100px) and (min-width: 761px) {
  .vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-hero-stage--form .vm-speed-intake-summary,
  .vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-hero-stage--form .vm-speed-intake__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-hero-stage--form .vm-speed-intake__grid > :nth-child(2) {
    grid-column: auto;
  }
}

@media (max-width: 900px) and (min-width: 761px) {
  .vm-speed-hero-shell[data-widget-mode="mental_health"] #vmSpeedDatePopover {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
  }

  .vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-calendar-header,
  .vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-weekdays,
  .vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-days,
  .vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-time-wrap {
    grid-column: 1;
    grid-row: auto;
  }

  .vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-time-wrap {
    padding: 1rem 0 0;
    border-top: 1px solid var(--vm-context-line);
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .vm-speed-hero-shell[data-widget-mode="mental_health"] {
    padding: .8rem 0 1.3rem;
  }

  .vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-hero {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-specialty-grid,
  .vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-specialty-col,
  .vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-service-col {
    max-height: none;
    overflow: visible;
  }

  .vm-speed-hero-shell[data-widget-mode="mental_health"] #vmSpeedDatePopover {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    gap: .55rem;
    padding: .9rem;
    border-radius: 18px;
  }

  .vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-calendar-header,
  .vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-weekdays,
  .vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-days,
  .vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-time-wrap {
    grid-column: 1;
    grid-row: auto;
  }

  .vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-time-wrap {
    margin-top: .35rem;
    padding: .8rem 0 0;
    border-top: 1px solid var(--vm-context-line);
    border-left: 0;
  }

  .vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-time-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-doctor-list,
  .vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-hero-stage--form .vm-speed-intake-summary,
  .vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-hero-stage--form .vm-speed-intake__grid {
    grid-template-columns: minmax(0, 1fr);
    max-height: none;
    overflow: visible;
  }

  .vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-hero-stage--form .vm-speed-intake__grid > :nth-child(2) {
    grid-column: auto;
  }
}

/* Menopausia: entrada exclusiva por paquetes, presentada como el selector
   compacto de especialidades y conectada al flujo normal de compra. */
.vm-speed-hero-shell[data-widget-mode="menopause"].is-menopause-package-only .vm-speed-hero-tabs,
.vm-speed-hero-shell[data-widget-mode="menopause"].is-menopause-package-only .vm-context-specialty-chooser,
.vm-speed-hero-shell[data-widget-mode="menopause"].is-menopause-package-only .vm-context-change-service,
.vm-speed-hero-shell[data-widget-mode="menopause"].is-menopause-package-only .vm-speed-doctor-pref,
.vm-speed-hero-shell[data-widget-mode="menopause"].is-menopause-package-only .vm-speed-booking {
  display: none !important;
}

.vm-speed-hero-shell[data-widget-mode="menopause"].is-menopause-package-only .vm-speed-package-panel {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.vm-speed-hero-shell[data-widget-mode="menopause"].is-menopause-package-only .vm-context-package-heading {
  align-items: flex-start;
  margin-bottom: clamp(18px, 2.5vw, 28px);
}

.vm-speed-hero-shell[data-widget-mode="menopause"].is-menopause-package-only .vm-context-package-heading strong {
  color: var(--vm-context-ink);
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.12;
}

.vm-speed-hero-shell[data-widget-mode="menopause"].is-menopause-package-only .vm-context-package-heading span {
  max-width: 720px;
  margin-top: 7px;
  color: #725e78;
  font-size: 14px;
  line-height: 1.5;
}

.vm-speed-hero-shell[data-widget-mode="menopause"].is-menopause-package-only .vm-speed-package-grid {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  overflow: visible;
  padding: 0;
  scroll-snap-type: none;
}

.vm-context-package-option {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--vm-context-line);
  border-radius: 14px;
  background: #fff;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.vm-context-package-option:hover,
.vm-context-package-option:focus-within {
  border-color: var(--vm-context-accent);
  background: var(--vm-context-accent-soft);
  transform: translateY(-1px);
}

.vm-context-package-option__select {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 82px;
  padding: 15px 16px 10px;
  border: 0;
  background: transparent;
  color: var(--vm-context-ink);
  text-align: left;
  cursor: pointer;
}

.vm-context-package-option__select:focus-visible {
  outline: 2px solid var(--vm-context-accent);
  outline-offset: -3px;
}

.vm-context-package-option__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 8px;
  border-radius: 12px;
  background: var(--vm-context-accent-soft);
  color: var(--vm-context-deep);
}

.vm-context-package-option__icon svg {
  width: 26px;
  height: 26px;
}

.vm-context-package-option__copy strong,
.vm-context-package-option__copy small {
  display: block;
}

.vm-context-package-option__copy strong {
  color: var(--vm-context-ink);
  font-size: 15px;
  line-height: 1.25;
}

.vm-context-package-option__copy small {
  margin-top: 4px;
  color: #725e78;
  font-size: 12px;
  line-height: 1.4;
}

.vm-context-package-option__action {
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--vm-context-accent);
  color: var(--vm-context-ink);
  font-size: 12px;
  font-weight: 800;
}

.vm-context-package-option__details {
  margin: 0 16px 13px 76px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--vm-context-deep);
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.vm-context-package-option__details:hover,
.vm-context-package-option__details:focus-visible {
  text-decoration: underline;
  outline: none;
}

@media (max-width: 700px) {
  .vm-speed-hero-shell[data-widget-mode="menopause"].is-menopause-package-only .vm-speed-package-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .vm-context-package-option__select {
    grid-template-columns: 44px minmax(0, 1fr);
    padding-right: 14px;
  }

  .vm-context-package-option__action {
    grid-column: 2;
    justify-self: start;
  }

  .vm-context-package-option__details {
    margin-left: 70px;
  }
}

/* Paleta cerrada para Salud Mental: azul claro, azul profundo, morado y blanco. */
.vm-speed-hero-shell[data-widget-mode="mental_health"] {
  --vm-context-accent: #5AC2E6;
  --vm-context-accent-soft: #FFFFFF;
  --vm-context-ink: #05038D;
  --vm-context-deep: #05038D;
  --vm-context-line: rgba(90, 194, 230, .35);
  --vm-context-shadow: rgba(5, 3, 141, .1);
  color: #05038D;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-intake,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-intake-summary,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-intake-summary__row,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-auto-doctor-choice,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-payment-wrap,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-paypal-wrap,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-coupon-panel,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-success-pane,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-intake__field input,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-intake__field select,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-search-input {
  border-color: rgba(90, 194, 230, .35);
  background: #FFFFFF;
  color: #05038D;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-intake p,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-intake__field > span,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-intake-summary__label,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-intake__terms-text,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-payment-wrap p,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-paypal-wrap p {
  color: #4A24AA;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-context-specialty-card {
  grid-template-columns: 48px minmax(0, 1fr);
  border-color: rgba(90, 194, 230, .35);
  background: #FFFFFF;
  color: #05038D;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-context-specialty-card:hover,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-context-specialty-card:focus-visible,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-doctor-item:hover,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-doctor-item.is-active {
  border-color: #5AC2E6;
  background: rgba(90, 194, 230, .16);
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-context-specialty-card img,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-context-service-icon,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-doctor-item,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-doctor-mode:hover,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-day.is-available,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-time-item.is-available {
  background: #FFFFFF;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-context-specialty-card small,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-context-specialty-status,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-context-show-packages small,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-context-package-heading span {
  color: #4A24AA;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-context-show-packages,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-doctor-mode.is-active,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-day.is-active,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-time-item.is-active,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-booking__cta,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-intake__submit,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-package-card__cta {
  border-color: #5AC2E6;
  background: #5AC2E6;
  color: #05038D;
}

.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-calendar-title,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-time-wrap p,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-field__label,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-field__icon,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-field__caret,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-package-card__price,
.vm-speed-hero-shell[data-widget-mode="mental_health"] .vm-speed-hero-stage--form .vm-speed-intake > h2 {
  color: #05038D;
}

/* Menopausia comparte exactamente la estructura del flujo de Salud Mental. */
.vm-speed-hero-shell[data-widget-mode="menopause"] {
  --vm-context-deep: #563260;
  --vm-context-line: rgba(139, 90, 152, .24);
  --vm-context-shadow: rgba(86, 50, 96, .11);
  z-index: 2;
  min-height: 0;
  padding: clamp(.9rem, 1.5vw, 1.35rem) 0 clamp(1.1rem, 2vw, 1.8rem);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  isolation: auto;
}

.vm-speed-hero-shell[data-widget-mode="menopause"]::before,
.vm-speed-hero-shell[data-widget-mode="menopause"]::after {
  display: none;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-hero__title,
.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-hero__midtext,
.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-hero__subtitle {
  display: none !important;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-hero {
  width: 100%;
  max-width: 1480px;
  padding-right: clamp(1rem, 4vw, 4rem);
  padding-left: clamp(1rem, 4vw, 4rem);
  box-sizing: border-box;
}

.vm-speed-hero-shell[data-widget-mode="menopause"].is-context-service-selected .vm-speed-hero-tabs {
  display: none;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-doctor-pref {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  margin: 0 0 clamp(.75rem, 1.2vw, 1rem);
  padding: 0;
  gap: clamp(.6rem, 1.2vw, 1rem);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-doctor-mode {
  min-height: clamp(54px, 4.6vw, 68px);
  padding: clamp(.72rem, 1.2vw, 1rem) clamp(.8rem, 1.8vw, 1.35rem);
  border: 1.5px solid var(--vm-context-line);
  border-radius: 16px;
  background: #fff;
  color: var(--vm-context-ink);
  font-size: clamp(.98rem, 1.15vw, 1.16rem);
  box-shadow: 0 5px 14px rgba(86, 50, 96, .05);
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-doctor-mode:hover {
  border-color: var(--vm-context-accent);
  background: var(--vm-context-accent-soft);
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-doctor-mode.is-active {
  border-color: var(--vm-context-accent);
  background: var(--vm-context-accent);
  color: var(--vm-context-ink);
  box-shadow: 0 9px 20px rgba(86, 50, 96, .16);
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-booking,
.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-booking.is-manual {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(.7rem, 1.2vw, 1rem);
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-booking:not(.is-manual) .vm-speed-field--doctor {
  display: none;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-booking.is-manual .vm-speed-field--doctor {
  display: block;
  height: auto;
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] #vmSpeedSpecialtyPopover[hidden],
.vm-speed-hero-shell[data-widget-mode="menopause"] #vmSpeedDoctorPopover[hidden],
.vm-speed-hero-shell[data-widget-mode="menopause"] #vmSpeedDatePopover[hidden] {
  display: none !important;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] #vmSpeedSpecialtyPopover,
.vm-speed-hero-shell[data-widget-mode="menopause"] #vmSpeedDoctorPopover {
  position: relative;
  inset: auto;
  width: 100%;
  margin-top: .7rem;
  border: 1px solid var(--vm-context-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px var(--vm-context-shadow);
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] #vmSpeedDoctorPopover {
  padding: .9rem;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-doctor-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-height: clamp(285px, 30vw, 410px);
  overflow-y: auto;
  gap: clamp(.7rem, 1vw, .95rem);
  padding-right: .3rem;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-doctor-item {
  min-height: clamp(72px, 5.5vw, 86px);
  padding: clamp(.75rem, 1.1vw, 1rem);
  border-color: var(--vm-context-line);
  border-radius: 16px;
  background: var(--vm-context-accent-soft);
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-doctor-item:hover,
.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-doctor-item.is-active {
  border-color: var(--vm-context-accent);
  background: #f5e9f8;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-field__trigger {
  min-height: clamp(68px, 5.3vw, 84px);
  height: auto;
  gap: clamp(.75rem, 1.2vw, 1rem);
  padding: clamp(.82rem, 1.3vw, 1.12rem) clamp(.9rem, 1.6vw, 1.3rem);
  border-radius: 17px;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-field__icon {
  width: clamp(28px, 2.2vw, 36px);
  height: clamp(28px, 2.2vw, 36px);
  color: var(--vm-context-deep);
  opacity: .9;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-field__label {
  color: var(--vm-context-deep);
  font-size: clamp(.78rem, .85vw, .92rem);
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-field__value {
  font-size: clamp(1.02rem, 1.25vw, 1.28rem);
}

.vm-speed-hero-shell[data-widget-mode="menopause"] #vmSpeedDateToggle {
  display: none;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] #vmSpeedDatePopover {
  position: relative;
  inset: auto;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .85fr);
  grid-template-rows: auto auto 1fr;
  gap: clamp(.55rem, 1vw, .85rem) clamp(1rem, 2vw, 1.7rem);
  padding: clamp(1rem, 1.8vw, 1.55rem);
  border: 1px solid var(--vm-context-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 38px var(--vm-context-shadow);
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-calendar-header {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-calendar-title,
.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-time-wrap p {
  color: var(--vm-context-ink);
  font-weight: 800;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-cal-nav {
  width: clamp(40px, 3.5vw, 48px);
  height: clamp(40px, 3.5vw, 48px);
  border: 1.5px solid var(--vm-context-line);
  background: var(--vm-context-accent-soft);
  color: var(--vm-context-deep);
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-weekdays {
  grid-column: 1;
  grid-row: 2;
  margin-bottom: .05rem;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-days {
  grid-column: 1;
  grid-row: 3;
  gap: clamp(.3rem, .65vw, .6rem);
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-day {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: clamp(44px, 4vw, 60px);
  aspect-ratio: auto;
  border: 1px solid transparent;
  border-radius: 12px;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-day.is-available,
.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-time-item.is-available {
  border-color: var(--vm-context-line);
  background: var(--vm-context-accent-soft);
  color: var(--vm-context-deep);
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-day.is-available:hover,
.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-time-item.is-available:hover {
  border-color: var(--vm-context-accent);
  background: #f5e9f8;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-day.is-active,
.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-time-item.is-active {
  border-color: var(--vm-context-accent);
  background: var(--vm-context-accent);
  color: var(--vm-context-ink);
  box-shadow: 0 8px 16px rgba(86, 50, 96, .18);
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-time-wrap {
  grid-column: 2;
  grid-row: 1 / 4;
  margin: 0;
  padding: 0 0 0 clamp(1rem, 1.8vw, 1.55rem);
  border-top: 0;
  border-left: 1px solid var(--vm-context-line);
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-time-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(.5rem, .8vw, .75rem);
  max-height: clamp(320px, 29vw, 425px);
  overflow-y: auto;
  padding-right: .3rem;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-time-item {
  min-height: clamp(50px, 4vw, 60px);
  padding: .58rem .48rem;
  border: 1.5px solid var(--vm-context-line);
  border-radius: 13px;
  background: #fff;
  color: var(--vm-context-deep);
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-booking__cta,
.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-intake__submit {
  min-height: clamp(58px, 4.6vw, 70px);
  border-color: var(--vm-context-accent);
  border-radius: 16px;
  background: var(--vm-context-accent);
  color: var(--vm-context-ink);
  font-size: clamp(1rem, 1.1vw, 1.18rem);
  box-shadow: 0 10px 22px rgba(86, 50, 96, .16);
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-hero-stage--form .vm-speed-hero {
  max-width: 1480px;
  padding-top: 0;
  padding-bottom: clamp(.5rem, 1.5vw, 1.25rem);
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-hero-stage--form .vm-speed-intake > h2 {
  margin: 0 0 clamp(.65rem, 1.2vw, 1rem);
  color: var(--vm-context-ink);
  font-size: clamp(1.75rem, 2.45vw, 2.55rem);
  line-height: 1.12;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-hero-stage--form .vm-speed-intake-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.65rem, 1vw, .95rem);
  margin-bottom: clamp(.8rem, 1.4vw, 1.2rem);
  padding: clamp(.7rem, 1.1vw, 1rem);
  border-radius: 20px;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-hero-stage--form .vm-speed-intake__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.75rem, 1.25vw, 1.15rem);
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-hero-stage--form .vm-speed-intake__grid > :nth-child(2) {
  grid-column: span 2;
}

.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-hero-stage--form .vm-speed-intake__field input,
.vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-hero-stage--form .vm-speed-intake__field select {
  min-height: clamp(54px, 4.2vw, 64px);
  border-radius: 15px;
}

.vm-speed-hero-shell[data-widget-mode="menopause"][data-diabetes-stage="payment"] {
  min-height: 0;
  padding-top: 1.2rem;
  padding-bottom: 2rem;
}

.vm-speed-hero-shell[data-widget-mode="menopause"][data-diabetes-stage="payment"] .vm-speed-hero-stage-wrap,
.vm-speed-hero-shell[data-widget-mode="menopause"][data-diabetes-stage="payment"] .vm-speed-hero-stage--payment,
.vm-speed-hero-shell[data-widget-mode="menopause"][data-diabetes-stage="payment"] .vm-speed-intake,
.vm-speed-hero-shell[data-widget-mode="menopause"][data-diabetes-stage="payment"] .vm-speed-payment-wrap,
.vm-speed-hero-shell[data-widget-mode="menopause"][data-diabetes-stage="payment"] .vm-speed-paypal-wrap,
.vm-speed-hero-shell[data-widget-mode="menopause"][data-diabetes-stage="payment"] #vmStripeCheckout,
.vm-speed-hero-shell[data-widget-mode="menopause"][data-diabetes-stage="payment"] #vmPayPalButtons {
  max-height: none;
  overflow: visible;
}

.vm-speed-hero-shell[data-widget-mode="menopause"][data-diabetes-stage="payment"] .vm-speed-hero-stage--payment .vm-speed-hero {
  width: 100%;
  max-width: 1180px;
  padding-bottom: 1rem;
}

.vm-speed-hero-shell[data-widget-mode="menopause"][data-diabetes-stage="payment"] .vm-speed-payment-wrap,
.vm-speed-hero-shell[data-widget-mode="menopause"][data-diabetes-stage="payment"] .vm-speed-paypal-wrap {
  width: 100%;
  height: auto;
  min-height: 0;
}

@media (max-width: 1100px) and (min-width: 761px) {
  .vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-hero-stage--form .vm-speed-intake-summary,
  .vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-hero-stage--form .vm-speed-intake__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-hero-stage--form .vm-speed-intake__grid > :nth-child(2) {
    grid-column: auto;
  }
}

@media (max-width: 900px) and (min-width: 761px) {
  .vm-speed-hero-shell[data-widget-mode="menopause"] #vmSpeedDatePopover {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
  }

  .vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-calendar-header,
  .vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-weekdays,
  .vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-days,
  .vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-time-wrap {
    grid-column: 1;
    grid-row: auto;
  }

  .vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-time-wrap {
    padding: 1rem 0 0;
    border-top: 1px solid var(--vm-context-line);
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .vm-speed-hero-shell[data-widget-mode="menopause"] {
    padding: .8rem 0 1.3rem;
  }

  .vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-hero {
    padding-right: .8rem;
    padding-left: .8rem;
  }

  .vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-specialty-grid,
  .vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-specialty-col,
  .vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-service-col {
    max-height: none;
    overflow: visible;
  }

  .vm-speed-hero-shell[data-widget-mode="menopause"] #vmSpeedDatePopover {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    gap: .55rem;
    padding: .9rem;
    border-radius: 18px;
  }

  .vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-calendar-header,
  .vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-weekdays,
  .vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-days,
  .vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-time-wrap {
    grid-column: 1;
    grid-row: auto;
  }

  .vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-time-wrap {
    margin-top: .35rem;
    padding: .8rem 0 0;
    border-top: 1px solid var(--vm-context-line);
    border-left: 0;
  }

  .vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-time-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-doctor-list,
  .vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-hero-stage--form .vm-speed-intake-summary,
  .vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-hero-stage--form .vm-speed-intake__grid {
    grid-template-columns: minmax(0, 1fr);
    max-height: none;
    overflow: visible;
  }

  .vm-speed-hero-shell[data-widget-mode="menopause"] .vm-speed-hero-stage--form .vm-speed-intake__grid > :nth-child(2) {
    grid-column: auto;
  }
}
