body.medmental-site h2,
body.medmental-site .medmental-h2 {
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.015em;
  color: var(--mm-text);
}
body.medmental-site h3,
body.medmental-site .medmental-h3 {
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--mm-text);
}
body.medmental-site h4,
body.medmental-site .medmental-h4 {
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--mm-text);
}
}

/* Font inheritance for form elements */
body.medmental-site button,
body.medmental-site input,
body.medmental-site select,
body.medmental-site textarea {
  font-family: var(--mm-font);
}
body.medmental-site {
  font-family: var(--mm-font);
  background: linear-gradient(180deg, #f7fafd 0%, #f3f7fb 100%);
  color: var(--mm-text);
}
body.medmental-site .site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(10px);
  background: rgba(247, 250, 253, 0.92);
  border-bottom: 1px solid rgba(16, 36, 59, 0.08);
}
body.medmental-site .top__social {
  background: linear-gradient(90deg, #1f4f75, #11766a);
}
body.medmental-site .top__contact {
  margin-top: 14px;
  margin-bottom: 14px;
}
body.medmental-site .header__menu_item a,
body.medmental-site .header-menu-buton {
  border: 1px solid transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
body.medmental-site .header__menu_item a:hover,
body.medmental-site .header__menu_item a:focus-visible,
body.medmental-site .header-menu-buton:hover,
body.medmental-site .header-menu-buton:focus-visible {
  background: #fff;
  border-color: var(--mm-border);
}
.medmental-shell-section {
  padding-top: clamp(var(--mm-space-3xl), 5vw, var(--mm-space-4xl));
  padding-bottom: clamp(var(--mm-space-3xl), 5vw, var(--mm-space-4xl));
}
.medmental-shell-section + .medmental-shell-section {
  border-top: 1px solid var(--mm-border);
}
.medmental-ui-title {
  letter-spacing: -0.02em;
  line-height: 1.08;
}
.medmental-ui-copy {
  color: var(--mm-text-muted);
  line-height: 1.68;
}
.medmental-astro-hero__layout {
  border: 1px solid var(--mm-border);
  border-radius: 24px;
  padding: clamp(20px, 3vw, 34px);
  background:
    radial-gradient(90% 70% at 0% 0%, rgba(27, 154, 140, 0.08), transparent 55%),
    linear-gradient(145deg, #ffffff 0%, #f8fcfb 100%);
  box-shadow: 0 20px 46px rgba(14, 42, 72, 0.1);
}
.medmental-action-button {
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 22px rgba(13, 44, 73, 0.12);
}
.medmental-action-button.is-primary {
  background: linear-gradient(135deg, var(--mm-accent) 0%, var(--mm-accent-strong) 100%);
}
.medmental-stat-card,
.medmental-home-scenario,
.medmental-direction-card,
.medmental-route-card,
.medmental-home-doctor-lead,
.medmental-home-doctor-mini,
.medmental-home-gallery-card {
  border: 1px solid var(--mm-border);
  box-shadow: 0 10px 30px rgba(12, 37, 66, 0.08);
  border-radius: 18px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.medmental-stat-card:hover,
.medmental-home-scenario:hover,
.medmental-direction-card:hover,
.medmental-route-card:hover,
.medmental-home-doctor-lead:hover,
.medmental-home-doctor-mini:hover,
.medmental-home-gallery-card:hover {
  transform: translateY(-2px);
  border-color: var(--mm-border-strong);
  box-shadow: 0 14px 34px rgba(12, 37, 66, 0.12);
}
.medmental-direction-card__head p,
.medmental-home-scenario p,
.medmental-stat-card__copy,
.medmental-route-card__meta,
.medmental-footer-brand-copy,
.medmental-footer-contact-copy {
  color: var(--mm-text-muted);
}
.medmental-inline-link {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
@media (max-width: 991.98px) {
  body.medmental-site .site-header {
    position: relative;
    top: auto;
  }

  .medmental-astro-hero__layout {
    border-radius: 18px;
    padding: 18px;
  }
}
/* Header actions: calmer, in-line with site style */
body.medmental-site .site-header #btn-back .btn,
body.medmental-site .site-header #btn-back a.btn {
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 600;
  letter-spacing: 0;
  border: 1px solid var(--mm-border);
  box-shadow: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
body.medmental-site .site-header #btn-back .btn:first-child {
  background: #ffffff;
  color: var(--mm-text);
}
body.medmental-site .site-header #btn-back .btn:last-child,
body.medmental-site .site-header #btn-back a.btn:last-child {
  background: #eef7f5;
  color: var(--mm-accent-strong);
  border-color: rgba(22, 143, 131, 0.28);
}
body.medmental-site .site-header #btn-back .btn:hover,
body.medmental-site .site-header #btn-back .btn:focus-visible,
body.medmental-site .site-header #btn-back a.btn:hover,
body.medmental-site .site-header #btn-back a.btn:focus-visible {
  background: #f7fbfa;
  border-color: rgba(16, 36, 59, 0.2);
  color: var(--mm-text);
}
/* Hero right column: single stack like homepage (context or stat cards) */
body.medmental-shell-page .medmental-astro-hero__stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-content: start;
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(244, 251, 248, 0.94));
  color: var(--mm-text);
}
.medmental-hero-context {
  border: 1px solid var(--mm-border);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(12, 37, 66, 0.08);
  padding: 16px 16px 14px;
}
.medmental-hero-context__title {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.2;
  color: var(--mm-text);
}
/* Section vertical rhythm (all shell pages, aligned with homepage) */
body.medmental-shell-page .medmental-shell-section {
  padding-top: clamp(36px, 4vw, 52px);
  padding-bottom: clamp(36px, 4vw, 52px);
}
.medmental-page-home .medmental-panel-title {
  max-width: 18ch;
  line-height: 1.12;
  letter-spacing: -0.01em;
}
.medmental-page-home .medmental-ui-copy {
  max-width: 66ch;
  line-height: 1.6;
}
body.medmental-shell-page .medmental-astro-hero__content .medmental-anchor-list {
  gap: 8px;
}
body.medmental-shell-page .medmental-astro-hero__content .medmental-anchor-chip {
  background: #f4f8fb;
  border: 1px solid rgba(16, 36, 59, 0.1);
  color: var(--mm-text-muted);
  font-weight: 500;
}
body.medmental-shell-page .medmental-astro-hero__content .medmental-anchor-chip:hover,
body.medmental-shell-page .medmental-astro-hero__content .medmental-anchor-chip:focus-visible {
  background: #ffffff;
  color: var(--mm-text);
  outline: none;
}
.medmental-page-home .medmental-home-prices-hero {
  padding-top: clamp(28px, 3vw, 44px);
  padding-bottom: clamp(36px, 4vw, 52px);
}
.medmental-page-home .medmental-home-scenario,
.medmental-page-home .medmental-direction-card,
.medmental-page-home .medmental-route-card {
  box-shadow: 0 4px 14px rgba(12, 37, 66, 0.06);
  border-color: rgba(16, 36, 59, 0.1);
}
.medmental-page-home .medmental-home-scenario p,
.medmental-page-home .medmental-direction-card__head p,
.medmental-page-home .medmental-route-card__meta {
  line-height: 1.5;
}
:root {
  --mm-bg: #f2f7f6;
  --mm-surface: #ffffff;
  --mm-surface-strong: #e5f4f1;
  --mm-text: #10243b;
  --mm-text-strong: #0c1c30;
  --mm-text-muted: #5f7187;
  --mm-border: rgba(16, 36, 59, 0.12);
  --mm-border-strong: rgba(16, 36, 59, 0.2);
  --mm-accent: #1b9a8c;
  --mm-accent-strong: #0d6c63;
  --mm-accent-soft: rgba(27, 154, 140, 0.12);
  --mm-highlight: #f08d63;
  --mm-highlight-soft: rgba(240, 141, 99, 0.14);
  --mm-shadow: 0 24px 80px rgba(10, 35, 66, 0.16);
  --mm-control-height: 40px;
  --mm-control-padding-x: 16px;
}
body.medmental-site {
  background:
    radial-gradient(circle at top left, rgba(27, 154, 140, 0.08), transparent 28%),
    radial-gradient(circle at top right, rgba(240, 141, 99, 0.08), transparent 24%),
    linear-gradient(180deg, #f8fbfb 0%, #f1f7f6 34%, #f8fbff 100%);
  color: var(--mm-text);
}
body.medmental-site .site-header,
body.medmental-site main,
body.medmental-site footer {
  position: relative;
  z-index: 1;
}
body.medmental-site .top__social {
  background: linear-gradient(90deg, #114365, #0b7568);
  color: #f6fffd;
}
body.medmental-site .top__social,
body.medmental-site .top__social * {
  color: #f6fffd !important;
  opacity: 1;
}
body.medmental-site .top__social a,
body.medmental-site .top__social span {
  color: inherit;
}
body.medmental-site .top__social a {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(246, 255, 253, 0.44);
  text-underline-offset: 4px;
}
body.medmental-site .top__social [data-mobile="modal2"] {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}
body.medmental-site .top__social a:hover,
body.medmental-site .top__social a:focus-visible {
  color: #ffffff;
  text-decoration-color: rgba(255, 255, 255, 0.82);
}
body.medmental-site .top__contact {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
body.medmental-site .top__contact__call a {
  color: var(--mm-text);
  font-weight: 800;
}
body.medmental-site a[href^="tel:"] {
  text-decoration: none !important;
}
body.medmental-site .btn,
body.medmental-site input.btn,
body.medmental-site .price-a-btn.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--mm-control-height);
  padding: 8px var(--mm-control-padding-x);
  line-height: 1.2;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(12, 49, 78, 0.12);
}
body.medmental-site .site-header .btn,
body.medmental-site .site-header input.btn {
  border-radius: 10px;
  box-shadow: none;
}
body.medmental-site .site-header #btn-back {
  gap: 10px;
}
body.medmental-site .site-header #btn-back .btn,
body.medmental-site .site-header #btn-back .medmental-city-trigger {
  margin: 0;
}
body.medmental-site .header__menu {
  gap: 8px;
}
body.medmental-site ul.header__menu {
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: thin;
  padding-bottom: 4px;
}
body.medmental-site ul.header__menu::-webkit-scrollbar {
  height: 6px;
}
body.medmental-site ul.header__menu::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(16, 36, 59, 0.2);
}
body.medmental-site .header__menu li {
  min-width: 0;
}
body.medmental-site .header__menu_item a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
body.medmental-site .header__menu_item a.is-active {
  background: rgba(229, 244, 241, 0.96);
  border-color: rgba(27, 154, 140, 0.22);
  color: var(--mm-accent-strong);
}
body.medmental-site .top__contact__work {
  display: flex;
  align-items: center;
}
body.medmental-site.medmental-shell-page .top__contact__work {
  display: block;
}
body.medmental-site.medmental-shell-page .top__contact__call {
  text-align: left;
}
body.medmental-site .site-header #btn-back .medmental-city-trigger {
  min-height: 42px;
  justify-content: center;
  padding: 8px 15px;
  margin: 0;
  border: 1px solid #e4003a;
  border-radius: 10px;
  background: #fff;
  color: #e4003a;
  font-weight: 600;
  line-height: 1.2;
}
body.medmental-site .site-header #btn-back .medmental-city-trigger:hover,
body.medmental-site .site-header #btn-back .medmental-city-trigger:focus-visible {
  background: #fff4f7;
  color: #bf0031;
}
body.medmental-site .site-header #btn-back .medmental-city-trigger__label {
  white-space: normal;
}
body.medmental-site .medmental-legacy-hero .content__first {
  padding-top: 26px;
  padding-bottom: 12px;
}
body.medmental-site .medmental-legacy-hero .row.pb-4 {
  row-gap: 22px;
}
body.medmental-site .medmental-legacy-hero .col-12.col-md-9.d-flex.align-items-end.rel.border-r {
  overflow: hidden;
  min-height: 430px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: var(--mm-shadow);
}
body.medmental-site .medmental-legacy-hero .banner-bg,
body.medmental-site .medmental-legacy-hero .img-baner-bg {
  border-radius: 34px;
}
body.medmental-site .medmental-legacy-hero h1 {
  position: relative;
  z-index: 2;
  max-width: 78%;
  padding: 30px !important;
  font-size: clamp(36px, 4.6vw, 66px);
  line-height: 0.96;
  text-shadow: 0 14px 34px rgba(9, 25, 42, 0.24);
}
body.medmental-site .medmental-legacy-hero h1 span {
  display: block;
  margin-top: 12px;
  font-size: clamp(18px, 2vw, 30px);
  color: #d8f5ef;
}
body.medmental-site .medmental-legacy-hero .bread {
  position: absolute;
  left: 20px;
  top: 18px;
  z-index: 2;
  padding-right: 20px;
}
body.medmental-site .medmental-legacy-hero .bread ol {
  margin: 0;
  padding: 10px 14px !important;
  border-radius: 999px;
  background: rgba(12, 29, 49, 0.4);
  backdrop-filter: blur(12px);
}
body.medmental-site .medmental-legacy-hero .bread a,
body.medmental-site .medmental-legacy-hero .bread span {
  color: #effaf6;
}
body.medmental-site .medmental-legacy-hero .twice-block {
  display: grid;
  gap: 18px;
}
body.medmental-site .medmental-legacy-hero .twice-block .blue-bg,
body.medmental-site .medmental-legacy-hero .twice-block .white-bg {
  margin: 0 !important;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 40px rgba(10, 35, 66, 0.14);
}
body.medmental-site .medmental-legacy-hero .twice-block .blue-bg {
  background: linear-gradient(180deg, #0d6c63, #123e63) !important;
  color: #fff;
}
body.medmental-site .medmental-legacy-hero .twice-block .blue-bg a,
body.medmental-site .medmental-legacy-hero .twice-block .blue-bg .anon,
body.medmental-site .medmental-legacy-hero .twice-block .blue-bg .text {
  color: inherit;
}
body.medmental-site .medmental-legacy-hero .twice-block .white-bg {
  background: rgba(255, 255, 255, 0.96) !important;
}
body.medmental-site .medmental-legacy-benefits {
  padding-top: 8px;
}
body.medmental-site .medmental-benefit-card {
  border-radius: 28px;
  border: 1px solid var(--mm-border);
  box-shadow: 0 18px 40px rgba(10, 35, 66, 0.08);
  background: rgba(255, 255, 255, 0.96) !important;
}
body.medmental-site .medmental-benefit-card[data-medmental-tone="1"] {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 248, 247, 0.92)) !important;
}
body.medmental-site .medmental-benefit-card[data-medmental-tone="2"] {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 240, 0.88)) !important;
}
body.medmental-site .medmental-legacy-cta .content__fourth {
  padding: 22px 24px;
  border-radius: 34px;
  background: linear-gradient(135deg, #0d6c63, #123e63);
  box-shadow: var(--mm-shadow);
  color: #fff;
}
body.medmental-site .medmental-legacy-cta-surface {
  padding: 22px 24px;
  border-radius: 34px;
  background: linear-gradient(135deg, #0d6c63, #123e63);
  box-shadow: var(--mm-shadow);
  color: #fff;
}
body.medmental-site .medmental-legacy-cta .now,
body.medmental-site .medmental-legacy-cta .free,
body.medmental-site .medmental-legacy-cta .tel a {
  color: inherit;
}
body.medmental-site .medmental-legacy-cta-surface .now,
body.medmental-site .medmental-legacy-cta-surface .free,
body.medmental-site .medmental-legacy-cta-surface .tel a {
  color: inherit;
}
body.medmental-site .medmental-legacy-price {
  padding-top: 12px;
}
body.medmental-site .medmental-legacy-price .swiper-slide {
  height: auto;
}
body.medmental-site .medmental-legacy-price .block {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  border: 1px solid rgba(16, 36, 59, 0.08);
  box-shadow: 0 18px 40px rgba(10, 35, 66, 0.08);
  background: rgba(255, 255, 255, 0.98);
}
body.medmental-site .medmental-legacy-price .content {
  padding: 28px 30px 34px;
  height: calc(100% + 58px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 246, 0.9));
}
body.medmental-site .medmental-legacy-price .price-header {
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 18px;
}
body.medmental-site .medmental-legacy-price .price-name {
  margin: 0;
  max-width: none;
  min-width: 0;
  font-size: clamp(24px, 2.6vw, 31px);
  line-height: 1.16;
}
body.medmental-site .medmental-legacy-price .text-price {
  display: grid;
  gap: 16px;
  padding-bottom: 56px;
}
body.medmental-site .medmental-legacy-price .text-price p {
  margin: 0;
  color: var(--mm-text-muted);
  line-height: 1.72;
}
body.medmental-site .medmental-legacy-price .text-price ul,
body.medmental-site .medmental-legacy-price .text-price ol {
  margin: 0;
  padding-left: 22px;
  display: grid;
  gap: 10px;
}
body.medmental-site .medmental-legacy-price .text-price li {
  color: var(--mm-text-muted);
  line-height: 1.65;
}
body.medmental-site .medmental-legacy-price .toggle-btn {
  padding: 50px 28px 14px;
  font-size: 14px;
  font-weight: 700;
}
body.medmental-site .medmental-legacy-price .price-footer {
  gap: 18px;
  margin-bottom: 0;
  padding: 22px 24px;
  border-radius: 0 0 30px 30px;
}
body.medmental-site .medmental-legacy-price .price-footer-text {
  font-size: 14px;
  line-height: 1.58;
}
body.medmental-site .medmental-price-card {
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(16, 36, 59, 0.08);
  box-shadow: 0 18px 40px rgba(10, 35, 66, 0.08);
  background: rgba(255, 255, 255, 0.96);
}
body.medmental-site .medmental-price-card .content {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 246, 0.9));
}
body.medmental-site .medmental-price-card .price-footer {
  background: linear-gradient(180deg, rgba(16, 36, 59, 0.03), rgba(27, 154, 140, 0.08));
}
body.medmental-site .medmental-price-card .new-price {
  color: var(--mm-accent-strong);
  font-weight: 800;
}
body.medmental-site .medmental-price-card .old-price {
  color: var(--mm-text-muted);
}
body.medmental-site .medmental-legacy-benefits .slider__item {
  height: auto;
}
body.medmental-site .medmental-legacy-benefits .swiper-slide.white-bg {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
body.medmental-site .medmental-legacy-benefits .swiper-slide > .white-bg {
  display: grid;
  align-content: start;
  min-height: 100%;
  padding: 26px 28px !important;
}
body.medmental-site .medmental-legacy-benefits .white-bg {
  border-radius: 28px;
  border: 1px solid rgba(16, 36, 59, 0.08);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 40px rgba(10, 35, 66, 0.08);
}
body.medmental-site .medmental-legacy-benefits .row {
  --bs-gutter-x: 18px;
  --bs-gutter-y: 14px;
  align-items: flex-start;
}
body.medmental-site .medmental-legacy-benefits .garanties_tab {
  display: grid;
  gap: 12px;
}
body.medmental-site .medmental-legacy-benefits .garanties__title {
  margin: 0;
  color: var(--mm-text-strong);
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.2;
}
body.medmental-site .medmental-legacy-benefits .garanties_tab > div:last-child {
  margin: 0;
  color: var(--mm-text-muted);
  font-size: 16px;
  line-height: 1.72;
}
body.medmental-site .medmental-legacy-benefits picture {
  display: flex;
  justify-content: flex-end;
}
body.medmental-site .medmental-legacy-benefits img.border-r {
  display: block;
  width: min(100%, 92px);
  max-height: 92px;
  object-fit: contain;
}
body.medmental-site .medmental-legacy-specialists form {
  border: 1px solid rgba(16, 36, 59, 0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 246, 0.9));
  box-shadow: 0 18px 40px rgba(10, 35, 66, 0.08);
}
body.medmental-site .medmental-legacy-reviews {
  padding-top: 18px;
  padding-bottom: 18px;
  background: linear-gradient(180deg, rgba(16, 36, 59, 0.02), rgba(27, 154, 140, 0.04));
}
body.medmental-site .medmental-review-card {
  border-radius: 28px;
  border: 1px solid rgba(16, 36, 59, 0.08);
  box-shadow: 0 18px 40px rgba(10, 35, 66, 0.08);
  background: rgba(255, 255, 255, 0.96);
}
body.medmental-site .medmental-legacy-licenses {
  padding-top: 18px;
}
body.medmental-site .medmental-legacy-licenses h2 {
  margin: 0 0 20px;
  color: var(--mm-text-strong);
  font-size: clamp(30px, 2.8vw, 40px);
  line-height: 1.12;
}
body.medmental-site .medmental-legacy-licenses h3 {
  margin: 0 0 14px;
  color: #f8ffff;
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.18;
}
body.medmental-site .medmental-legacy-licenses h4 {
  margin: 0 0 10px;
  color: #f8ffff;
  font-size: 18px;
  line-height: 1.3;
}
body.medmental-site .medmental-legacy-licenses p {
  margin: 0 0 14px;
  line-height: 1.68;
}
body.medmental-site .medmental-legacy-licenses .border.border-r {
  padding: 28px 30px !important;
  border-radius: 30px !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  box-shadow: 0 18px 40px rgba(10, 35, 66, 0.14);
}
body.medmental-site .medmental-legacy-licenses .border.border-r a {
  color: inherit;
}
body.medmental-site .medmental-legacy-licenses img {
  display: block;
  max-width: 100%;
  height: auto;
}
body.medmental-site footer.medmental-legacy-footer,
footer.medmental-legacy-footer.medmental-shell-footer {
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 0%, rgba(27, 154, 140, 0.22), transparent 32%),
    radial-gradient(circle at 85% 0%, rgba(240, 141, 99, 0.18), transparent 28%),
    radial-gradient(circle at 50% 100%, rgba(16, 36, 59, 0.4), transparent 50%),
    linear-gradient(180deg, #0f2236, #081420) !important;
  color: #eef7f9 !important;
}
body.medmental-site footer.medmental-legacy-footer a,
body.medmental-site footer.medmental-legacy-footer p,
body.medmental-site footer.medmental-legacy-footer div,
body.medmental-site footer.medmental-legacy-footer span,
body.medmental-site footer.medmental-legacy-footer h3,
body.medmental-site footer.medmental-legacy-footer button {
  color: inherit !important;
}
.medmental-ui-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(27, 154, 140, 0.1);
  color: var(--mm-accent-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.medmental-ui-title {
  margin: 14px 0 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.03;
  font-weight: 800;
}
.medmental-ui-copy {
  margin: 14px 0 0;
  max-width: 760px;
  color: var(--mm-text-muted);
  line-height: 1.7;
}
.medmental-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.medmental-action-inline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  color: var(--mm-text-muted);
  font-weight: 600;
}
.medmental-action-link {
  color: var(--mm-text);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(16, 36, 59, 0.2);
}
.medmental-action-link:hover,
.medmental-action-link:focus-visible {
  color: var(--mm-accent-strong);
  border-color: rgba(13, 108, 99, 0.6);
  outline: none;
}
.medmental-action-button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--mm-control-height);
  padding: 8px var(--mm-control-padding-x);
  border-radius: 999px;
  border: 1px solid rgba(16, 36, 59, 0.08);
  background: rgba(255, 255, 255, 0.94);
  color: var(--mm-text);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.medmental-action-button.is-primary {
  border-color: rgba(27, 154, 140, 0.34);
  background: linear-gradient(135deg, var(--mm-accent), var(--mm-accent-strong));
  color: #fff;
}
.medmental-action-button.is-secondary {
  border-color: rgba(240, 141, 99, 0.28);
  background: rgba(255, 244, 238, 0.96);
  color: #ad5430;
}
.medmental-action-button:hover,
.medmental-action-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--mm-shadow-hover);
  outline: none;
}
.medmental-action-button.is-primary:hover,
.medmental-action-button.is-primary:focus-visible {
  background: linear-gradient(135deg, #1ca596, #0b625a);
  box-shadow: 0 14px 32px rgba(13, 108, 99, 0.28);
}
.medmental-action-button.is-secondary:hover,
.medmental-action-button.is-secondary:focus-visible {
  background: rgba(255, 238, 228, 0.96);
  border-color: rgba(240, 141, 99, 0.4);
}
body.medmental-site a[href^="tel:"] {
  text-decoration: none;
}
.medmental-anchor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.medmental-anchor-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: inherit;
  text-decoration: none;
  transition: background 0.2s ease;
}
.medmental-anchor-chip:hover,
.medmental-anchor-chip:focus-visible {
  background: rgba(255, 255, 255, 0.2);
  outline: none;
}
.medmental-page-home .medmental-action-row {
  gap: 10px;
}
.medmental-page-home .medmental-action-button {
  min-height: var(--mm-control-height);
  padding: 8px var(--mm-control-padding-x);
  font-size: 14px;
}
.medmental-page-home .medmental-action-row .medmental-inline-link {
  align-self: center;
}
.medmental-regional-hub,
.medmental-home-catalog,
.medmental-city-switchboard,
.medmental-direction-blueprint,
.medmental-editorial-strip {
  padding: 20px 0 44px;
}
body.medmental-site.medmental-shell-page > main {
  background:
    radial-gradient(circle at top left, rgba(27, 154, 140, 0.07), transparent 32%),
    linear-gradient(180deg, #eef5f6 0%, #f7fafb 28%, #eef4f7 100%);
  color: var(--mm-text);
}
body.medmental-shell-page .medmental-astro-hero {
  padding-top: 28px;
}
body.medmental-shell-page .medmental-astro-hero__content .medmental-ui-copy {
  max-width: 62ch;
}
.medmental-page-home .medmental-home-scenario p,
.medmental-page-home .medmental-home-doctor-lead__copy {
  max-width: 62ch;
}
.medmental-regional-hub__intro .medmental-ui-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: #d8f5ef;
}
.medmental-regional-hub__intro .medmental-ui-copy,
.medmental-regional-hub__intro .medmental-ui-title {
  color: inherit;
}
.medmental-stat-card,
.medmental-regional-hub__panel,
.medmental-regional-hub__cities,
.medmental-home-catalog__head,
.medmental-city-switchboard__layout {
  border-radius: 30px;
  border: 1px solid rgba(16, 36, 59, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 40px rgba(10, 35, 66, 0.08);
}
.medmental-panel-head {
  display: grid;
  gap: 10px;
}
.medmental-panel-title {
  margin: 0;
  font-size: 26px;
  line-height: 1.1;
  color: var(--mm-text);
}
.medmental-service-next .medmental-action-row {
  margin-top: 16px;
}
.medmental-home-catalog__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 28px;
  margin-bottom: 26px;
}
.medmental-direction-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.medmental-legacy-content .medmental-legacy-text-section .container,
.medmental-legacy-content section.text .container {
  position: relative;
}
body.medmental-site section.text {
  padding: 14px 0;
}
body.medmental-site section.text > .container {
  position: relative;
}
.medmental-legacy-content .medmental-legacy-text-section > .container > .row,
.medmental-legacy-content .medmental-legacy-text-section > .container > [class*='col-'],
.medmental-legacy-content section.text > .container > [class*='col-'],
body.medmental-site section.text > .container > .row,
body.medmental-site section.text > .container > [class*='col-'] {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 0;
  padding: 28px 30px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 253, 0.98));
  border: 1px solid rgba(16, 36, 59, 0.08);
  box-shadow: 0 22px 48px rgba(10, 35, 66, 0.1);
}
.medmental-legacy-content .medmental-legacy-text-section > .container > .row {
  --bs-gutter-x: 0;
}
.medmental-legacy-content .medmental-legacy-text-section > .container > .row > [class*='col-'],
body.medmental-site section.text > .container > .row > [class*='col-'] {
  width: 100%;
  max-width: none;
  padding: 0;
}
.medmental-legacy-content .medmental-legacy-text-section h2,
.medmental-legacy-content .medmental-legacy-text-section h3,
.medmental-legacy-content section.text h2,
.medmental-legacy-content section.text h3,
body.medmental-site section.text h2,
body.medmental-site section.text h3 {
  color: var(--mm-text-strong) !important;
}
.medmental-legacy-content .medmental-legacy-text-section h2,
.medmental-legacy-content section.text h2,
body.medmental-site section.text h2 {
  margin: 0 0 18px;
  font-size: clamp(32px, 3vw, 42px) !important;
  line-height: 1.12 !important;
  font-weight: 800 !important;
}
.medmental-legacy-content .medmental-legacy-text-section h2:not(:first-child),
.medmental-legacy-content section.text h2:not(:first-child),
body.medmental-site section.text h2:not(:first-child) {
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid rgba(16, 36, 59, 0.1);
}
.medmental-legacy-content .medmental-legacy-text-section h3,
.medmental-legacy-content section.text h3,
body.medmental-site section.text h3 {
  margin: 30px 0 14px;
  font-size: clamp(24px, 2.3vw, 30px) !important;
  line-height: 1.22 !important;
  font-weight: 700 !important;
}
.medmental-legacy-content .medmental-legacy-text-section p,
.medmental-legacy-content .medmental-legacy-text-section li,
.medmental-legacy-content section.text p,
.medmental-legacy-content section.text li,
body.medmental-site section.text p,
body.medmental-site section.text li {
  color: var(--mm-text-muted);
}
.medmental-legacy-content .medmental-legacy-text-section p,
.medmental-legacy-content section.text p,
body.medmental-site section.text p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.78;
}
.medmental-legacy-content .medmental-legacy-text-section li,
.medmental-legacy-content section.text li,
body.medmental-site section.text li {
  font-size: 17px;
  line-height: 1.72;
}
.medmental-legacy-content .medmental-legacy-text-section ul,
.medmental-legacy-content .medmental-legacy-text-section ol,
.medmental-legacy-content section.text ul,
.medmental-legacy-content section.text ol,
body.medmental-site section.text ul,
body.medmental-site section.text ol {
  margin: 0 0 20px;
  padding-left: 22px;
}
.medmental-legacy-content .medmental-legacy-text-section ul,
.medmental-legacy-content .medmental-legacy-text-section ol,
.medmental-legacy-content section.text ul,
.medmental-legacy-content section.text ol,
body.medmental-site section.text ul,
body.medmental-site section.text ol {
  display: grid;
  gap: 10px;
}
.medmental-legacy-content .medmental-legacy-text-section b,
.medmental-legacy-content .medmental-legacy-text-section strong,
.medmental-legacy-content section.text b,
.medmental-legacy-content section.text strong,
body.medmental-site section.text b,
body.medmental-site section.text strong {
  color: var(--mm-text-strong);
}
.medmental-legacy-content .medmental-legacy-text-section h2 > b,
.medmental-legacy-content .medmental-legacy-text-section h3 > b,
.medmental-legacy-content section.text h2 > b,
.medmental-legacy-content section.text h3 > b,
body.medmental-site section.text h2 > b,
body.medmental-site section.text h3 > b {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}
.medmental-direction-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-content: start;
  gap: 14px;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(16, 36, 59, 0.08);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 40px rgba(10, 35, 66, 0.08);
}
.medmental-direction-card::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  opacity: 0.95;
}
.medmental-direction-card.is-current {
  background: linear-gradient(180deg, rgba(229, 244, 241, 0.72), rgba(255, 255, 255, 0.96));
  border-color: rgba(27, 154, 140, 0.2);
}
.medmental-direction-card_accent {
  background: linear-gradient(180deg, rgba(230, 245, 242, 0.9), rgba(255, 255, 255, 0.98));
  border-color: rgba(27, 154, 140, 0.18);
}
.medmental-direction-card_accent::before {
  background: linear-gradient(90deg, rgba(27, 154, 140, 0.92), rgba(93, 201, 188, 0.84));
}
.medmental-direction-card_soft {
  background: linear-gradient(180deg, rgba(238, 245, 251, 0.94), rgba(255, 255, 255, 0.98));
  border-color: rgba(16, 48, 76, 0.12);
}
.medmental-direction-card_soft::before {
  background: linear-gradient(90deg, rgba(16, 48, 76, 0.85), rgba(73, 119, 162, 0.82));
}
.medmental-direction-card_deep {
  background: linear-gradient(180deg, rgba(253, 243, 237, 0.92), rgba(255, 255, 255, 0.98));
  border-color: rgba(240, 141, 99, 0.18);
}
.medmental-direction-card_deep::before {
  background: linear-gradient(90deg, rgba(240, 141, 99, 0.92), rgba(246, 185, 154, 0.84));
}
.medmental-direction-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.medmental-direction-card__head h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
}
.medmental-direction-card__head p {
  margin: 8px 0 0;
  color: var(--mm-text-muted);
  line-height: 1.5;
}
.medmental-direction-card__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--mm-accent-soft);
  color: var(--mm-accent-strong);
  font-size: 14px;
  font-weight: 800;
}
.medmental-direction-links {
  display: grid;
  gap: 8px;
}
.medmental-direction-links a {
  color: var(--mm-text);
  text-decoration: none;
  line-height: 1.5;
}
.medmental-direction-links a:hover,
.medmental-direction-links a:focus-visible {
  color: var(--mm-accent-strong);
  outline: none;
}
.medmental-direction-card__more {
  appearance: none;
  margin-top: 4px;
  justify-self: start;
  min-height: var(--mm-control-height);
  padding: 8px var(--mm-control-padding-x);
  border: 1px solid rgba(27, 154, 140, 0.18);
  border-radius: 999px;
  background: rgba(27, 154, 140, 0.08);
  color: var(--mm-accent-strong);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}
.medmental-service-intent__lead .medmental-ui-copy,
.medmental-service-intent__lead .medmental-panel-title {
  color: inherit;
}
.medmental-service-intent__lead .medmental-ui-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: #d8f5ef;
}
.medmental-service-intent__lead .medmental-action-row {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.medmental-cities-directory__head .medmental-ui-copy {
  margin-top: 0;
}
.medmental-inline-link {
  color: var(--mm-accent-strong);
  font-weight: 700;
  text-decoration: none;
}
.medmental-inline-link:hover,
.medmental-inline-link:focus-visible {
  text-decoration: underline;
  outline: none;
}
body.medmental-site section.text h2[id],
body.medmental-site section.text h3[id] {
  scroll-margin-top: 132px;
}
.medmental-author-hero > .container > .medmental-astro-hero__layout {
  grid-template-columns: 1fr;
}
.medmental-author-hero__intro .medmental-ui-copy,
.medmental-author-hero__intro .medmental-ui-title {
  color: inherit;
}
.medmental-author-hero__intro .medmental-ui-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: #d8f5ef;
}
.medmental-home-intake__lead .medmental-panel-title,
.medmental-home-intake__lead .medmental-ui-copy {
  color: inherit;
}
.medmental-home-intake__lead .medmental-ui-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: #d8f5ef;
}
.medmental-home-doctors .medmental-home-catalog__head {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(236, 244, 241, 0.92));
}
.medmental-home-doctor-lead .medmental-home-doctor-meta .medmental-ui-eyebrow {
  margin: 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #e8faf7;
  font-size: 11px;
  letter-spacing: 0.06em;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.medmental-home-doctor-links .medmental-inline-link {
  color: #ffffff;
  font-size: 14px;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.26);
  text-underline-offset: 3px;
}
.medmental-home-doctor-links .medmental-inline-link:hover,
.medmental-home-doctor-links .medmental-inline-link:focus-visible {
  text-decoration-color: rgba(255, 255, 255, 0.6);
}
.medmental-home-doctor-mini .medmental-home-doctor-meta .medmental-ui-eyebrow {
  margin: 0;
  padding: 4px 10px;
  font-size: 10px;
  letter-spacing: 0.07em;
  border-radius: 999px;
  background: rgba(27, 154, 140, 0.1);
  color: var(--mm-accent-strong);
  border: 1px solid rgba(27, 154, 140, 0.2);
}
.medmental-home-gallery__intro .medmental-action-row {
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}
.medmental-page-home .medmental-home-doctor-lead__cta-primary {
  flex: 1 1 200px;
  align-self: stretch;
  min-height: 42px;
  height: auto;
  max-height: none;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  border-radius: 12px;
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 6px 18px rgba(0, 0, 0, 0.22);
}
.medmental-home-gallery__intro .medmental-action-button {
  min-height: 42px;
  padding: 0 18px;
  font-size: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.medmental-home-doctor-lead__cta-primary.is-primary {
  background: linear-gradient(180deg, #ffffff 0%, #ecf9f6 55%, #dff5ef 100%);
  color: #085048;
  border: 1px solid rgba(255, 255, 255, 0.55);
}
.medmental-home-doctor-lead__cta-primary.is-primary:hover,
.medmental-home-doctor-lead__cta-primary.is-primary:focus-visible {
  background: linear-gradient(180deg, #f7fffd 0%, #e2f7f2 100%);
  color: #063d38;
  outline: none;
}
.medmental-home-gallery__intro .medmental-ui-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: #d8f5ef;
}
.medmental-home-gallery__intro .medmental-panel-title,
.medmental-home-gallery__intro .medmental-ui-copy,
.medmental-home-gallery__intro .medmental-editorial-list {
  color: inherit;
}
.medmental-home-gallery__intro .medmental-ui-copy,
.medmental-home-gallery__intro .medmental-editorial-list {
  color: rgba(235, 247, 248, 0.84);
}
.medmental-home-gallery__intro .medmental-action-button.is-secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}
.medmental-home-gallery__intro .medmental-action-button.is-secondary:hover,
.medmental-home-gallery__intro .medmental-action-button.is-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.18);
}
.medmental-inline-break__head .medmental-ui-copy {
  max-width: none;
}
.medmental-services-trigger,
.medmental-city-trigger,
.medmental-mobile-search-trigger {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
}
.medmental-services-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, #e5013b, #f05476);
  border: 1px solid #e5013b;
  box-shadow: none;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.medmental-services-trigger__main {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  justify-content: center;
}
.medmental-services-trigger__label {
  white-space: nowrap;
}
.medmental-services-trigger__arrow {
  display: none;
}
.medmental-services-trigger:hover,
.medmental-services-trigger:focus-visible {
  background: linear-gradient(135deg, #d10036, #ea4f70);
  border-color: #d10036;
  outline: none;
}
.medmental-mobile-search-slot {
  display: none;
}
.medmental-mobile-search-trigger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(16, 36, 59, 0.1);
  background: rgba(255, 255, 255, 0.96);
  color: var(--mm-text);
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(10, 35, 66, 0.08);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.medmental-mobile-search-trigger svg {
  width: 20px;
  height: 20px;
}
.medmental-mobile-search-trigger:hover,
.medmental-mobile-search-trigger:focus-visible {
  border-color: rgba(27, 154, 140, 0.28);
  color: var(--mm-accent-strong);
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(10, 35, 66, 0.12);
  outline: none;
}
.medmental-city-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 3px 10px;
  margin: 0 2px;
  border-radius: 999px;
  background: rgba(87, 190, 237, 0.12);
  color: var(--mm-accent-strong);
  font-weight: 700;
  line-height: 1.2;
  transition: background 0.2s ease, color 0.2s ease;
}
.medmental-city-trigger__label {
  white-space: nowrap;
}
.medmental-city-trigger:hover,
.medmental-city-trigger:focus-visible {
  background: rgba(87, 190, 237, 0.22);
  color: #083d73;
  outline: none;
}
.medmental-mobile-action.is-primary {
  background: linear-gradient(135deg, var(--mm-accent), var(--mm-accent-strong));
  color: #fff;
}
@media (min-width: 992px) {
  .medmental-panel__toolbar {
    flex-direction: row;
    align-items: center;
  }

  .medmental-panel__toolbar .medmental-search {
    flex: 1 1 auto;
  }

  .medmental-results-pill {
    white-space: nowrap;
  }
}
.medmental-search {
  position: relative;
  width: 100%;
  min-width: 0;
  flex: none;
  box-sizing: border-box;
}
.medmental-search input {
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  border-radius: 16px;
  border: 1px solid var(--mm-border);
  background: rgba(255, 255, 255, 0.9);
  padding: 0 18px 0 46px;
  color: var(--mm-text);
  font-size: 15px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.medmental-search input:focus {
  border-color: rgba(30, 136, 229, 0.4);
  outline: none;
  box-shadow: 0 0 0 4px rgba(30, 136, 229, 0.12);
}
.medmental-search::before {
  content: "⌕";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--mm-text-muted);
  font-size: 18px;
  pointer-events: none;
}
body.medmental-site .doc-list .swiper-wrapper {
  align-items: stretch;
}
body.medmental-site .doc-list .swiper-slide.medmental-doctor-slide {
  height: auto;
}
body.medmental-site .doc-list .slider__item.medmental-doctor-slide {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch;
  height: auto !important;
  min-height: 0 !important;
}
body.medmental-site .doc-list .slider__item.medmental-doctor-slide .description {
  position: static !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
  padding: 0 !important;
  background: transparent !important;
  text-align: left !important;
}
body.medmental-site .doc-list .slider__item.medmental-doctor-slide .photo {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}
body.medmental-site .doc-list .slider__item.medmental-doctor-slide .medmental-doctor-summary {
  display: none !important;
}
.medmental-privacy-note .medmental-policy-link,
.medmental-privacy-note .medmental-inline-link,
.medmental-shell-footer__legal {
  justify-self: start;
  color: #f4fbfb;
}
.medmental-privacy-note .medmental-policy-link:hover,
.medmental-privacy-note .medmental-policy-link:focus-visible,
.medmental-privacy-note .medmental-inline-link:hover,
.medmental-privacy-note .medmental-inline-link:focus-visible,
.medmental-shell-footer__legal:hover,
.medmental-shell-footer__legal:focus-visible {
  color: #c7efe8;
}
.medmental-footer-link-row .medmental-inline-link {
  color: #c7efe8;
}
.medmental-shell-page main {
  padding-bottom: 40px;
}
.medmental-shell-topbar {
  gap: 18px 0;
}
.medmental-shell-logo {
  display: inline-flex;
  align-items: center;
}
body.medmental-site .site-header img.logo,
body.medmental-site .top__contact img.logo {
  max-height: 48px !important;
  width: auto !important;
  height: auto !important;
}
.medmental-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.medmental-header-search {
  width: 100%;
}
.medmental-header-search__field {
  position: relative;
}
.medmental-header-search__field input {
  padding-right: 82px;
  border-color: rgba(16, 36, 59, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 248, 0.96));
}
.medmental-header-search__button {
  position: absolute;
  right: 6px;
  top: 6px;
  min-width: 70px;
  height: 40px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--mm-accent), var(--mm-accent-strong));
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 18px rgba(13, 108, 99, 0.24);
  display: none !important;
}
.medmental-header-search__button:hover,
.medmental-header-search__button:focus-visible {
  outline: none;
  background: linear-gradient(135deg, #1ca596, #0b625a);
}
.medmental-header-search__hint {
  display: block;
  margin-top: 8px;
  padding-left: 2px;
  color: var(--mm-text-muted);
  font-size: 12px;
  line-height: 1.35;
}
.medmental-search-hero .medmental-ui-copy {
  max-width: 720px;
}
.medmental-search-page .container {
  display: grid;
  gap: 24px;
}
.medmental-shell-actions .btn {
  margin: 0;
}
.medmental-shell-menu-row {
  margin-top: 4px;
}
.medmental-footer-logo-shell .logo {
  display: block;
  width: min(100%, 220px);
  height: auto;
}
.medmental-footer-actions .btn,
.medmental-footer-actions a.btn {
  margin: 0;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.medmental-footer-actions .btn:first-child,
.medmental-footer-actions a.btn:first-child {
  background: #ffffff;
  color: #0c324f;
}
.medmental-footer-actions .btn:last-child,
.medmental-footer-actions a.btn:last-child {
  background: rgba(255, 255, 255, 0.1);
  color: #f5fcfc;
}
.medmental-footer-bottom-links .medmental-inline-link,
.medmental-footer-bottom-links .medmental-city-trigger,
.medmental-footer-bottom-links .medmental-policy-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #f4fbfb;
  text-decoration: none;
}
.medmental-footer-bottom-links .medmental-inline-link:hover,
.medmental-footer-bottom-links .medmental-inline-link:focus-visible,
.medmental-footer-bottom-links .medmental-city-trigger:hover,
.medmental-footer-bottom-links .medmental-city-trigger:focus-visible,
.medmental-footer-bottom-links .medmental-policy-link:hover,
.medmental-footer-bottom-links .medmental-policy-link:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  outline: none;
}
.medmental-astro-hero,
.medmental-shell-section {
  padding: 14px 0 18px;
}
.medmental-astro-hero__layout,
.medmental-doctor-hero,
.medmental-doctor-panels,
.medmental-dual-grid,
.medmental-quiz-shell {
  display: grid;
  gap: 18px;
}
.medmental-astro-hero__layout,
.medmental-doctor-hero,
.medmental-quiz-shell {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.medmental-astro-hero_doctor .medmental-astro-hero__layout {
  grid-template-columns: 1fr;
}
.medmental-astro-hero__content,
.medmental-astro-hero__stats,
.medmental-shell-form,
.medmental-quiz-shell__aside,
.medmental-quiz-shell__content {
  border-radius: 32px;
  border: 1px solid rgba(16, 36, 59, 0.08);
  box-shadow: 0 18px 40px rgba(10, 35, 66, 0.08);
}
.medmental-astro-hero__content {
  padding: 32px;
  background: linear-gradient(135deg, #10304c, #0d6c63);
  color: #f4fbfb;
}
.medmental-astro-hero__content .medmental-ui-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: #d8f5ef;
}
.medmental-astro-hero__content .medmental-ui-title,
.medmental-astro-hero__content .medmental-ui-copy {
  color: inherit;
}
.medmental-quiz-shell__aside .medmental-ui-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: #d8f5ef;
}
@media (max-width: 980px) {
  body.medmental-site .medmental-legacy-hero h1 {
    max-width: 100%;
  }

  .medmental-regional-hub__layout,
  .medmental-city-switchboard__layout,
  .medmental-direction-blueprint__layout,
  .medmental-editorial-strip__layout,
  .medmental-home-signal-grid,
  .medmental-home-entry__grid,
  .medmental-home-intake__layout,
  .medmental-home-doctors__showcase,
  .medmental-home-doctor-lead,
  .medmental-home-doctor-lead__top,
  .medmental-home-doctor-mini__top,
  .medmental-home-gallery__layout,
  .medmental-price-overview__shell,
  .medmental-direction-blueprint__grid,
  .medmental-direction-signals__grid,
  .medmental-inline-break__grid,
  .medmental-direction-grid,
  .medmental-astro-hero__layout,
  .medmental-author-hero__layout,
  .medmental-doctor-hero,
  .medmental-doctor-grid,
  .medmental-doctor-grid_compact,
  .medmental-doctor-panels,
  .medmental-dual-grid,
  .medmental-promo-card__top,
  .medmental-quiz-shell {
    grid-template-columns: 1fr;
  }

  .medmental-footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .medmental-footer-bottom {
    flex-direction: column;
    padding-inline: 0;
  }

  .medmental-footer-bottom-links {
    justify-content: flex-start;
  }

  .medmental-home-catalog__head {
    align-items: stretch;
    flex-direction: column;
  }

  .medmental-service-intent__lead {
    flex-direction: column;
    align-items: stretch;
  }

  .medmental-city-switchboard__meta,
  .medmental-regional-hub__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .medmental-service-review-grid,
  .medmental-service-related__grid,
  .medmental-reviews-grid {
    grid-template-columns: 1fr;
  }

  .medmental-promo-card {
    grid-template-columns: 1fr;
  }

  .medmental-price-overview__shell {
    gap: 28px;
    padding: 28px;
  }

  .medmental-price-overview__list {
    padding-left: 0;
    padding-top: 22px;
    border-top: 1px solid rgba(16, 36, 59, 0.1);
    border-left: 0;
  }

  .medmental-promo-card__art {
    justify-self: end;
    width: min(100%, 260px);
  }

  .medmental-service-review-summary {
    grid-template-columns: 1fr;
  }

  .medmental-cities-directory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .medmental-home-gallery__grid {
    grid-template-columns: 1fr 1fr;
  }

  .medmental-home-gallery-card.is-wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 320px;
  }

  .medmental-panel {
    top: 12px;
    grid-template-columns: 1fr;
    height: calc(100vh - 24px);
  }

  .medmental-panel__aside {
    padding-bottom: 12px;
  }

  .medmental-panel__content {
    min-height: auto;
    padding-top: 18px;
  }

  .medmental-footer-top {
    grid-template-columns: 1fr;
  }

  .medmental-footer-brand,
  .medmental-footer-column,
  .medmental-footer-contact {
    padding: 20px;
  }

  .medmental-footer-actions {
    flex-direction: column;
  }

  .medmental-footer-actions .btn,
  .medmental-footer-actions a.btn {
    width: 100%;
    justify-content: center;
  }

  .medmental-link-grid,
  .medmental-city-groups {
    grid-template-columns: 1fr;
  }

  .medmental-price-row {
    grid-template-columns: 1fr;
  }

  .medmental-price-row__aside {
    justify-items: start;
    min-width: 0;
  }

  .medmental-content-head {
    flex-direction: column;
  }

  .medmental-doctor-card {
    grid-template-columns: 1fr;
    padding: 14px;
    gap: 12px;
  }

  .medmental-doctor-card img,
  .medmental-doctor-grid_compact .medmental-doctor-card img,
  .medmental-doctor-hero__media img {
    min-height: 220px;
    max-height: none;
  }

  .medmental-shell-form__grid,
  .medmental-option-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  body.medmental-site .top__social .text-md-right {
    text-align: left !important;
  }

  body.medmental-site .top__social .row {
    row-gap: 6px;
  }

  body.medmental-site .top__contact {
    margin-top: 14px;
    margin-bottom: 14px;
    row-gap: 10px;
  }

  body.medmental-site:not(.medmental-shell-page) .top__contact__work {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
  }

  body.medmental-site.medmental-shell-page .top__contact__work {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
  }

  body.medmental-site:not(.medmental-shell-page) .top__contact > .col-6.col-md-3.px-md-0 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  body.medmental-site:not(.medmental-shell-page) .top__contact > .top__contact__call {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    text-align: right;
  }

  body.medmental-site .site-header #btn-back {
    display: none !important;
  }

  body.medmental-site.medmental-shell-page .top__contact > .col-6.col-md-3.px-md-0,
  body.medmental-site.medmental-shell-page .top__contact > .top__contact__call {
    flex: 0 0 50%;
    max-width: 50%;
  }

  body.medmental-site.medmental-shell-page .top__contact > .top__contact__call {
    margin: 0;
    text-align: right;
  }

  body.medmental-site .medmental-legacy-hero .col-12.col-md-9.d-flex.align-items-end.rel.border-r {
    min-height: 360px;
  }

  body.medmental-site .medmental-legacy-hero .bread {
    position: static;
    padding: 16px 20px 0;
  }

  body.medmental-site .medmental-legacy-hero h1 {
    padding: 20px !important;
    font-size: clamp(28px, 9vw, 40px);
  }

  body.medmental-site .medmental-legacy-hero .twice-block .blue-bg {
    padding-right: 92px !important;
  }

  body.medmental-site .medmental-legacy-hero .twice-block .blue-bg .fly {
    top: 50%;
    right: 6px;
    width: min(112px, 34vw);
    max-width: 112px;
    height: auto;
    max-height: calc(100% - 20px);
    transform: translateY(-50%) rotate(10deg);
  }

  .medmental-city-switchboard__meta,
  .medmental-regional-hub__stats,
  .medmental-astro-hero__stats {
    grid-template-columns: 1fr;
  }

  body.medmental-site.medmental-has-mobile-actions {
    padding-bottom: calc(94px + env(safe-area-inset-bottom));
  }

  body.medmental-site.medmental-mobile-nav-enhanced .top__social {
    display: none !important;
  }

  body.medmental-site.medmental-mobile-nav-enhanced .top__contact__call {
    text-align: right;
  }

  body.medmental-site.medmental-mobile-nav-enhanced .top__contact__call span {
    display: none;
  }

  body.medmental-site.medmental-mobile-nav-enhanced .site-header #btn-back {
    display: none;
  }

  .medmental-action-inline {
    flex-wrap: wrap;
  }

  .medmental-regional-hub__intro,
  .medmental-regional-hub__panel,
  .medmental-regional-hub__cities,
  .medmental-home-catalog__head,
  .medmental-home-scenario,
  .medmental-home-doctor-lead,
  .medmental-home-gallery__intro,
  .medmental-home-intake__lead,
  .medmental-home-intake__aside,
  .medmental-price-overview__shell,
  .medmental-service-intent__lead,
  .medmental-city-switchboard__layout,
  .medmental-direction-blueprint__intro,
  .medmental-direction-blueprint__grid,
  .medmental-direction-signals,
  .medmental-service-related,
  .medmental-cities-directory__group,
  .medmental-editorial-card,
  .medmental-article-toc,
  .medmental-astro-hero__content,
  .medmental-author-hero__intro,
  .medmental-author-hero__card,
  .medmental-doctor-hero__content,
  .medmental-doctor-hero__media,
  .medmental-shell-form,
  .medmental-quiz-shell__aside,
  .medmental-quiz-shell__content {
    padding: 20px 16px;
  }

  .medmental-home-scenario strong {
    font-size: 24px;
  }

  .medmental-price-overview__shell {
    gap: 22px;
    padding: 22px 18px;
    border-radius: 24px;
  }

  .medmental-price-overview__signal {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 0;
  }

  .medmental-price-overview__signal-index {
    width: 38px;
    height: 38px;
    font-size: 12px;
  }

  .medmental-price-overview__list {
    gap: 14px;
    padding-top: 18px;
  }

  .medmental-price-overview__list-title {
    font-size: 24px;
  }

  .medmental-price-overview__item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px 0;
  }

  .medmental-price-overview__item-aside {
    justify-items: start;
    min-width: 0;
  }

  .medmental-home-doctor-mini {
    grid-template-columns: 1fr;
  }

  .medmental-home-doctor-lead__top,
  .medmental-home-doctor-mini__top {
    grid-template-columns: 1fr;
  }

  .medmental-home-doctor-lead__media {
    justify-self: center;
    width: min(100%, 168px);
    margin-inline: auto;
  }

  .medmental-promo-card__art {
    justify-self: start;
    width: min(100%, 120px);
  }

  .medmental-home-doctor-mini__photo {
    width: min(112px, 42vw);
    margin-inline: auto;
  }

  .medmental-home-doctor-lead__cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .medmental-page-home .medmental-home-doctor-lead__cta-primary {
    flex: 1 1 auto;
    width: 100%;
    justify-content: center;
  }

  .medmental-home-doctor-lead__cta-all {
    text-align: center;
    width: 100%;
  }

  .medmental-home-gallery__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }

  .medmental-home-gallery-card,
  .medmental-home-gallery-card.is-wide {
    min-height: 240px;
  }

  .medmental-service-toc-section .medmental-article-toc__links {
    grid-template-columns: 1fr;
  }

  .medmental-services-trigger {
    min-height: 44px;
    padding: 0 16px;
    font-size: 14px;
  }

  body.medmental-site.medmental-mobile-nav-enhanced .top__contact__work {
    display: none !important;
  }

  body.medmental-site.medmental-mobile-nav-enhanced .header__menu li.home-btn,
  body.medmental-site.medmental-mobile-nav-enhanced .header__menu li.header__menu_item.pc {
    display: none !important;
  }

  body.medmental-site.medmental-mobile-nav-enhanced .medmental-shell-menu-row .header__menu {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    align-items: center;
    width: 100%;
  }

  body.medmental-site.medmental-mobile-nav-enhanced .medmental-services-trigger {
    justify-content: flex-start;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 16px;
  }

  body.medmental-site.medmental-mobile-nav-enhanced .medmental-mobile-search-slot,
  body.medmental-site.medmental-mobile-nav-enhanced .medmental-mobile-search-trigger {
    display: flex;
  }

  .medmental-services-trigger__main {
    min-width: 0;
    overflow: hidden;
  }

  .medmental-services-trigger__label {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .medmental-article-toc__link.is-h3 {
    padding-left: 12px;
  }

  .medmental-panel,
  .medmental-city-modal,
  .medmental-feedback-modal,
  .medmental-consent-modal,
  .medmental-search-modal {
    width: calc(100vw - 16px);
    border-radius: 22px;
  }

  .medmental-panel__aside,
  .medmental-panel__content,
  .medmental-city-modal__header,
  .medmental-city-modal__body,
  .medmental-feedback-modal__header,
  .medmental-feedback-modal__body,
  .medmental-consent-modal__header,
  .medmental-consent-modal__body,
  .medmental-search-modal__header,
  .medmental-search-modal__body {
    padding-left: 16px;
    padding-right: 16px;
  }

  .medmental-mobile-actions {
    display: grid;
  }

  .medmental-cities-directory__grid {
    grid-template-columns: 1fr;
  }

  .medmental-doctor-slide {
    padding: 12px;
    border-radius: 22px;
  }

  .medmental-doctor-photo-link {
    margin-bottom: 12px;
    padding: 8px 8px 0;
    border-radius: 16px;
  }

  .medmental-doctor-slide .photo {
    aspect-ratio: 4 / 5;
    border-radius: 16px;
    transform: none;
  }

  .medmental-doctor-slide .name {
    font-size: 17px;
  }

  .medmental-doctor-slide .description {
    gap: 10px;
  }

  body.medmental-site .doc-list .slider__item.medmental-doctor-slide .description {
    gap: 8px !important;
  }

  .medmental-doctor-slide .info,
  .medmental-doctor-experience {
    min-height: 30px;
    padding: 0 10px;
    font-size: 11px;
  }

  .medmental-doctor-summary {
    font-size: 14px;
  }

  .medmental-doctor-link {
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
  }

  body.medmental-site .doc-list .slider__item.medmental-doctor-slide {
    padding: 10px !important;
    border-radius: 18px;
  }

  body.medmental-site .doc-list .slider__item.medmental-doctor-slide .medmental-doctor-photo-link {
    margin-bottom: 10px;
    padding: 6px 6px 0;
    border-radius: 14px;
  }

  body.medmental-site .doc-list .slider__item.medmental-doctor-slide .photo {
    border-radius: 14px;
  }

  body.medmental-site .doc-list .slider__item.medmental-doctor-slide .name {
    font-size: 16px;
    line-height: 1.15;
  }

  body.medmental-site .doc-list .slider__item.medmental-doctor-slide .info,
  body.medmental-site .doc-list .slider__item.medmental-doctor-slide .medmental-doctor-experience {
    min-height: 28px;
    padding: 0 9px;
    font-size: 10px;
  }

  body.medmental-site .doc-list .slider__item.medmental-doctor-slide .medmental-doctor-link {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }

  .medmental-panel {
    top: auto;
    bottom: 8px;
    height: min(78vh, calc(100vh - 16px));
  }

  .medmental-panel__aside {
    padding-top: 14px;
    padding-right: 64px;
    padding-bottom: 6px;
    border-right: 0;
    border-bottom: 0;
    background: transparent;
  }

  .medmental-panel__title {
    font-size: 18px;
    margin-right: 0;
  }

  .medmental-panel__copy,
  .medmental-services-copy {
    display: none;
  }

  .medmental-panel__eyebrow {
    display: none;
  }

  .medmental-category-list {
    display: flex;
    gap: 10px;
    max-height: none;
    overflow: auto;
    padding-right: 0;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  .medmental-category-button {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    max-width: calc(100vw - 108px);
    padding: 10px 14px;
    border-radius: 14px;
    scroll-snap-align: start;
  }

  .medmental-category-button strong {
    font-size: 13px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .medmental-category-button__copy span {
    display: none;
  }

  .medmental-category-button__count {
    flex: 0 0 auto;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    font-size: 11px;
  }

  .medmental-panel__content {
    padding-top: 10px;
    padding-bottom: 18px;
  }

  .medmental-panel__toolbar {
    gap: 8px;
  }

  .medmental-search input {
    height: 46px;
    padding-left: 42px;
    font-size: 14px;
  }

  .medmental-search::before {
    left: 14px;
    font-size: 16px;
  }

  .medmental-pill {
    min-height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }

  .medmental-services-summary {
    padding: 6px 0 2px;
  }

  .medmental-services-heading {
    font-size: 18px;
  }

  .medmental-link-grid {

    grid-template-columns: 1fr;
    gap: 8px;
    padding: 4px 0 8px;
  }

  .medmental-service-card {
    gap: 10px;
    padding: 12px 38px 12px 14px;
    border-radius: 16px;
  }

  .medmental-service-card__title {
    font-size: 14px;
  }

  .medmental-service-card__meta {
    min-height: 22px;
    font-size: 10px;
  }

  .medmental-service-card__arrow {
    font-size: 11px;
  }

  .medmental-route-card {
    width: 100%;
    gap: 12px;
    padding: 14px 16px;
    box-sizing: border-box;
  }

  .medmental-route-card__title {
    font-size: 14px;
    line-height: 1.35;
  }

  .medmental-route-card__meta {
    font-size: 11px;
    line-height: 1.45;
  }

  body.medmental-site .price-list {
    overflow: hidden;
  }

  body.medmental-site .price-list .swiper-wrapper {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px;
    width: 100% !important;
    transform: none !important;
  }

  body.medmental-site .price-list .swiper-slide {
    width: auto !important;
    height: auto !important;
    margin-right: 0 !important;
  }

  body.medmental-site .medmental-legacy-price .price-header {
    align-items: flex-start;
    gap: 12px;
  }

  body.medmental-site .medmental-legacy-price .price-name {
    max-width: none;
    min-width: 0;
    font-size: 22px;
    line-height: 1.2;
  }

  body.medmental-site .medmental-legacy-price .content {
    padding: 22px 20px 28px;
    height: calc(100% + 54px);
  }

  body.medmental-site .medmental-legacy-price .text-price {
    gap: 14px;
    padding-bottom: 50px;
  }

  body.medmental-site .medmental-legacy-price .text-price p,
  body.medmental-site .medmental-legacy-price .text-price li {
    font-size: 15px;
    line-height: 1.65;
  }

  body.medmental-site .medmental-legacy-price .img-price-block {
    flex: 0 0 64px;
    width: 64px;
    max-height: 64px;
  }

  body.medmental-site .medmental-legacy-price .price-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  body.medmental-site .medmental-legacy-price .price-footer-text,
  body.medmental-site .medmental-legacy-price .price-footer-price {
    width: 100%;
    text-align: left;
  }

  body.medmental-site .medmental-legacy-price .price-footer-price {
    display: grid;
    gap: 8px;
  }

  body.medmental-site .medmental-legacy-price .price-a-btn {
    width: 100%;
  }

  body.medmental-site .medmental-legacy-benefits .swiper-slide > .white-bg {
    padding: 22px 20px !important;
  }

  body.medmental-site .medmental-legacy-benefits .garanties__title {
    font-size: 20px;
  }

  body.medmental-site .medmental-legacy-benefits .garanties_tab > div:last-child {
    font-size: 15px;
    line-height: 1.62;
  }

  body.medmental-site .medmental-legacy-licenses h2 {
    font-size: 28px;
    line-height: 1.14;
  }

  body.medmental-site .medmental-legacy-licenses h3 {
    font-size: 22px;
  }

  body.medmental-site .medmental-legacy-licenses .border.border-r {
    padding: 22px 20px !important;
  }

  body.medmental-site .medmental-legacy-benefits picture {
    justify-content: flex-start;
  }

  .medmental-legacy-content .medmental-legacy-text-section > .container > .row,
  .medmental-legacy-content .medmental-legacy-text-section > .container > [class*='col-'],
  .medmental-legacy-content .medmental-legacy-text-section > .container > div,
  .medmental-legacy-content section.text > .container > [class*='col-'],
  body.medmental-site section.text > .container > .row,
  body.medmental-site section.text > .container > [class*='col-'] {
    padding: 22px 20px;
    border-radius: 24px;
  }

  .medmental-legacy-content .medmental-legacy-text-section h2,
  .medmental-legacy-content section.text h2,
  body.medmental-site section.text h2 {
    font-size: 28px !important;
    line-height: 1.16 !important;
  }

  .medmental-legacy-content .medmental-legacy-text-section h2:not(:first-child),
  .medmental-legacy-content section.text h2:not(:first-child),
  body.medmental-site section.text h2:not(:first-child) {
    margin-top: 34px;
    padding-top: 26px;
  }

  .medmental-legacy-content .medmental-legacy-text-section h3,
  .medmental-legacy-content section.text h3,
  body.medmental-site section.text h3 {
    margin-top: 26px;
    font-size: 22px !important;
  }

  .medmental-legacy-content .medmental-legacy-text-section p,
  .medmental-legacy-content .medmental-legacy-text-section li,
  .medmental-legacy-content section.text p,
  .medmental-legacy-content section.text li,
  body.medmental-site section.text p,
  body.medmental-site section.text li {
    font-size: 16px;
    line-height: 1.68;
  }

  body.medmental-site .doc-list,
  body.medmental-site .content__fifth .slider_block,
  body.medmental-site .doc-list .swiper {
    overflow: hidden;
  }

  body.medmental-site .doc-list .swiper-wrapper {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px;
    width: 100% !important;
    transform: none !important;
  }

  body.medmental-site .doc-list .swiper-slide,
  body.medmental-site .doc-list .slider__item,
  body.medmental-site .doc-list .swiper-slide.medmental-doctor-slide {
    width: auto !important;
    height: auto !important;
    margin-right: 0 !important;
  }

  body.medmental-site .doc-list .slider__item {
    display: flex;
    flex-direction: column;
  }

  body.medmental-site .doc-list .slider__item .photo {
    width: 100%;
    display: block;
  }

  .medmental-panel__stats {
    grid-template-columns: 1fr;
  }

  .medmental-letter-chip {
    width: 32px;
    height: 32px;
  }

  .medmental-shell-nav,
  .medmental-shell-actions {
    justify-content: flex-start;
  }

  .medmental-shell-note {
    padding: 14px 16px;
  }

  .medmental-header-search__field input {
    height: 48px;
    padding-right: 74px;
    font-size: 14px;
  }

  .medmental-header-search__button {
    top: 4px;
    right: 4px;
    min-width: 64px;
    height: 40px;
    font-size: 12px;
  }

  .medmental-search-page__form {
    flex-direction: column;
    align-items: stretch;
  }

  .medmental-search-modal {
    top: auto;
    bottom: 8px;
  }

  .medmental-close {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .medmental-search-modal__chips,
  .medmental-search-modal__links {
    gap: 8px;
  }

  .medmental-search-chip,
  .medmental-search-quicklink {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }
}
dialog[aria-label="Навигация по услугам"] > button {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(16, 36, 59, 0.16);
  background: #fff;
}
dialog[aria-label="Навигация по услугам"] [role="complementary"] button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 44px;
  padding: 8px 14px;
  border-radius: 14px;
  border: 1px solid rgba(16, 36, 59, 0.12);
  background: #fff;
  font-size: 14px;
  text-align: left;
}
dialog[aria-label="Навигация по услугам"] [role="complementary"] button strong {
  font-size: 14px;
  line-height: 1.25;
}
dialog[aria-label="Навигация по услугам"] [role="complementary"] button span {
  color: var(--mm-text-muted);
  font-weight: 700;
}
dialog[aria-label="Навигация по услугам"] a {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 14px;
  text-decoration: none;
  border: 1px solid transparent;
  position: relative;
  line-height: 1.4;
  font-size: 14px;
  white-space: normal;
  word-break: break-word;
  min-height: 44px;
}
dialog[aria-label="Навигация по услугам"] > div:not([role="complementary"]) {
  max-height: 52vh;
  overflow: auto;
  padding-right: 4px;
}
dialog[aria-label="Навигация по услугам"] a:hover,
dialog[aria-label="Навигация по услугам"] a:focus-visible {
  border-color: rgba(27, 154, 140, 0.2);
  outline: none;
  background: rgba(27, 154, 140, 0.06);
}
@media (max-width: 640px) {
  dialog[aria-label="Навигация по услугам"] {
    width: 94vw;
    max-height: 86vh;
    padding: 14px;
  }

  dialog[aria-label="Навигация по услугам"] [role="complementary"] button {
    min-height: 48px;
    font-size: 13px;
  }

  dialog[aria-label="Навигация по услугам"] a {
    min-height: 44px;
  }

  .doc-list,
  .rew-list,
  .price-list {
    min-height: 220px;
  }
}
/* ============================================================
   Sprint A: New homepage components
   ============================================================ */

/* --- Hero trust facts (replaces workflow steps) --- */
.medmental-hero-trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--medmental-space-sm);
}
.medmental-hero-trust__item {
  display: flex;
  gap: var(--medmental-space-xs);
  align-items: flex-start;
}
.medmental-hero-trust__icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  line-height: 1;
}
.medmental-hero-trust__item strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 2px;
}
.medmental-hero-trust__item p {
  font-size: 0.85rem;
  color: var(--medmental-text-muted, #6c757d);
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .medmental-hero-trust {
    grid-template-columns: 1fr;
    gap: var(--medmental-space-xs);
  }
}
.medmental-advantage-card {
  background: var(--medmental-surface-card, #fff);
  border-radius: var(--medmental-radius-lg, 16px);
  padding: var(--medmental-space-md);
  box-shadow: var(--medmental-shadow-sm, 0 1px 3px rgba(0,0,0,0.08));
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.medmental-advantage-card:hover {
  box-shadow: var(--medmental-shadow-md, 0 4px 12px rgba(0,0,0,0.12));
  transform: translateY(-2px);
}
.medmental-advantage-card strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 4px;
}
.medmental-advantage-card p {
  font-size: 0.9rem;
  color: var(--medmental-text-muted, #6c757d);
  margin: 0;
  line-height: 1.5;
}
.medmental-license-strip .medmental-panel-title {
  font-size: 1.35rem;
}
.medmental-license-strip .medmental-ui-copy {
  font-size: 0.95rem;
}
.medmental-cta-strip .medmental-panel-title {
  color: #fff;
}
.medmental-cta-strip .medmental-ui-copy {
  color: rgba(255,255,255,0.85);
}
.medmental-cta-strip .medmental-action-row {
  justify-content: center;
}
.medmental-cta-strip .medmental-action-button.is-primary {
  background: #fff;
  color: var(--medmental-accent, var(--bs-primary, #2A6DD6));
}
.medmental-cta-strip .medmental-action-button.is-primary:hover {
  background: rgba(255,255,255,0.9);
}
.medmental-cta-strip .medmental-action-button.is-secondary {
  border-color: rgba(255,255,255,0.5);
  color: #fff;
}
.medmental-cta-strip .medmental-action-button.is-secondary:hover {
  background: rgba(255,255,255,0.1);
}
/* --- Hero tone variants --- */
.medmental-astro-hero.is-alert {
  border-bottom: 3px solid #dc2626;
}
.medmental-astro-hero.is-alert .medmental-stat-card.is-accent {
  border-left: 4px solid #dc2626;
}
.medmental-action-button.is-urgent {
  background: #dc2626 !important;
  border-color: #dc2626 !important;
}
.medmental-action-button.is-urgent:hover {
  background: #b91c1c !important;
}
.medmental-astro-hero.is-soft {
  border-bottom: 3px solid #2563eb;
}
.medmental-astro-hero.is-warm {
  border-bottom: 3px solid #059669;
}
.medmental-astro-hero.is-age {
  border-bottom: 3px solid #7c3aed;
}
.medmental-astro-hero.is-age .medmental-stat-card.is-accent {
  border-left: 4px solid #7c3aed;
}
.medmental-cta-strip .medmental-action-row {
    justify-content: flex-start;
  }
}


/* ============================================================
   FA icons + Hero readability fixes
   ============================================================ */

/* --- FA icon styling in trust & advantage blocks --- */
.medmental-hero-trust__icon i,
.medmental-advantage-card__icon i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 1.15rem;
}
.medmental-hero-trust__icon i {
  background: rgba(27, 154, 140, 0.12);
  color: var(--mm-accent, #1b9a8c);
}
/* --- H1 readability in hero --- */
.medmental-astro-hero__content .medmental-ui-title {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
  letter-spacing: -0.02em;
}
/* --- Phone & action links readable in hero --- */
.medmental-astro-hero__content .medmental-action-inline {
  color: rgba(255, 255, 255, 0.75);
}
.medmental-astro-hero__content .medmental-action-inline span {
  color: rgba(255, 255, 255, 0.7);
}
.medmental-astro-hero__content .medmental-action-link {
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 800;
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.medmental-astro-hero__content .medmental-action-link:hover,
.medmental-astro-hero__content .medmental-action-link:focus-visible {
  color: #d8f5ef;
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
/* --- Hero copy more readable --- */
.medmental-astro-hero__content .medmental-ui-copy {
  color: rgba(244, 251, 251, 0.88);
  font-size: 1.05rem;
  line-height: 1.6;
}
/* --- Hero eyebrow more visible --- */
.medmental-astro-hero__content .medmental-ui-eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}
/* --- Inline link in hero --- */
.medmental-astro-hero__content .medmental-inline-link {
  color: rgba(255, 255, 255, 0.85);
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.medmental-astro-hero__content .medmental-inline-link:hover {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.6);
}
/* --- Anchor chips in hero --- */
.medmental-astro-hero__content .medmental-anchor-chip {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.2);
}
.medmental-astro-hero__content .medmental-anchor-chip:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.35);
}
/* --- Action button in hero more prominent --- */
.medmental-astro-hero__content .medmental-action-button.is-primary {
  background: #ffffff;
  color: #10304c;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.medmental-astro-hero__content .medmental-action-button.is-primary:hover {
  background: #f0f8f7;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
/* ============================================================
   Fix: White text for headings inside dark/green containers
   ============================================================ */
.medmental-astro-hero__content h1,
.medmental-astro-hero__content h2,
.medmental-astro-hero__content h3,
.medmental-astro-hero__content h4,
.medmental-astro-hero__content .medmental-panel-title,
.medmental-astro-hero__content .medmental-ui-title,
.medmental-regional-hub__intro h1,
.medmental-regional-hub__intro h2,
.medmental-regional-hub__intro h3,
.medmental-regional-hub__intro .medmental-panel-title,
.medmental-regional-hub__intro .medmental-ui-title,
.medmental-home-scenario_accent h2,
.medmental-home-scenario_accent h3,
.medmental-home-scenario_accent .medmental-panel-title,
.medmental-service-intent__lead h2,
.medmental-service-intent__lead h3,
.medmental-service-intent__lead .medmental-panel-title,
.medmental-home-intake__lead h2,
.medmental-home-intake__lead h3,
.medmental-home-intake__lead .medmental-panel-title,
.medmental-home-gallery__intro h2,
.medmental-home-gallery__intro h3,
.medmental-home-gallery__intro .medmental-panel-title,
.medmental-home-doctor-lead h2,
.medmental-home-doctor-lead h3,
.medmental-home-doctor-lead .medmental-panel-title,
.medmental-home-doctor-lead strong,
.medmental-quiz-shell__aside h2,
.medmental-quiz-shell__aside h3,
.medmental-quiz-shell__aside .medmental-panel-title,
.medmental-author-hero__intro h1,
.medmental-author-hero__intro h2,
.medmental-author-hero__intro h3,
.medmental-author-hero__intro .medmental-panel-title,
.medmental-author-hero__intro .medmental-ui-title,
.medmental-legacy-cta-surface h2,
.medmental-legacy-cta-surface h3,
.medmental-legacy-cta-surface strong,
body.medmental-site .medmental-legacy-cta .content__fourth h2,
body.medmental-site .medmental-legacy-cta .content__fourth h3,
body.medmental-site .medmental-legacy-cta .content__fourth strong,
body.medmental-site .medmental-legacy-hero .twice-block .blue-bg h2,
body.medmental-site .medmental-legacy-hero .twice-block .blue-bg h3 {
  color: #ffffff !important;
}
.medmental-404-content .medmental-panel-title {
  font-size: clamp(24px, 3vw, 36px);
  margin-bottom: 12px;
}
.medmental-404-content .medmental-ui-copy {
  font-size: 1.05rem;
  color: var(--mm-text-muted, #5f7187);
  margin-bottom: 32px;
}
.medmental-404-actions .medmental-action-button.is-outline {
  background: transparent;
  border: 2px solid var(--mm-accent, #1b9a8c);
  color: var(--mm-accent, #1b9a8c);
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s, color 0.2s;
}
.medmental-404-actions .medmental-action-button.is-outline:hover {
  background: var(--mm-accent, #1b9a8c);
  color: #fff;
}
.medmental-relatives-block__cta .medmental-action-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media(max-width:767px){
  .medmental-mini-form-inline{flex-direction:column;text-align:center;}
  .medmental-mini-form-inline__actions{width:100%;flex-direction:column;}
  .medmental-mini-form-inline__actions .medmental-action-button{width:100%;text-align:center;}
}
.medmental-stories-cta .medmental-action-row{flex-direction:column;align-items:center}
.medmental-article-card__body .medmental-action-button{font-size:.85rem}
.medmental-article-inline-cta .medmental-action-row{justify-content:center}
/* SVG icons (replaced FontAwesome) */
.medmental-icon { width: 1em; height: 1em; fill: currentColor; vertical-align: -0.125em; display: inline-block; }


.medmental-footer-shell {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: transparent;
  box-shadow: none;
}


.medmental-hero-context__lead {
  margin: 0 0 12px;
  color: var(--mm-text-muted);
  line-height: 1.55;
}


.medmental-hero-context__list {
  display: grid;
  gap: 8px;
}


.medmental-hero-context__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f7fafc;
  border: 1px solid rgba(16, 36, 59, 0.08);
}


.medmental-hero-context__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 24px;
  margin-top: 1px;
  border-radius: 999px;
  background: #edf4f8;
  color: var(--mm-accent-strong);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}


.medmental-hero-context__item strong {
  display: block;
  margin: 0 0 2px;
  font-size: 15px;
  line-height: 1.3;
  color: var(--mm-text);
  font-weight: 700;
}


.medmental-hero-context__item p {
  margin: 0;
  color: var(--mm-text-muted);
  font-size: 14px;
  line-height: 1.45;
}


.medmental-city-pill-list,
.medmental-city-switchboard__cities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}


.medmental-city-pill.is-current {
  background: linear-gradient(135deg, rgba(27, 154, 140, 0.16), rgba(240, 141, 99, 0.12));
  border-color: rgba(27, 154, 140, 0.34);
  color: #0b5953;
}


.medmental-city-pill:hover,
.medmental-city-pill:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(27, 154, 140, 0.32);
  box-shadow: 0 12px 24px rgba(10, 35, 66, 0.08);
  outline: none;
}


.medmental-city-switchboard__links {
  grid-column: 1 / -1;
  display: grid;
  gap: 18px;
}


.medmental-city-card {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(16, 36, 59, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 246, 0.92));
  color: var(--mm-text);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}


.medmental-city-card strong {
  font-size: 20px;
  line-height: 1.15;
}


.medmental-city-card span {
  color: var(--mm-text-muted);
  line-height: 1.55;
}


.medmental-city-card:hover,
.medmental-city-card:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(10, 35, 66, 0.08);
  border-color: rgba(27, 154, 140, 0.2);
  outline: none;
}


.medmental-home-intake__lead,
.medmental-home-intake__aside {
  border-radius: 32px;
  border: 1px solid rgba(16, 36, 59, 0.08);
  box-shadow: 0 18px 40px rgba(10, 35, 66, 0.08);
}


.medmental-home-intake__lead .medmental-route-card {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  box-shadow: none;
}


.medmental-home-intake__lead .medmental-route-card:hover,
.medmental-home-intake__lead .medmental-route-card:focus-visible {
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: none;
}


.medmental-home-intake__lead .medmental-route-card__meta {
  color: rgba(235, 247, 248, 0.8);
}


.medmental-home-intake__lead .medmental-route-card__icon {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}


.medmental-home-intake__support {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(240, 141, 99, 0.18);
  background: linear-gradient(180deg, rgba(253, 243, 237, 0.96), rgba(255, 255, 255, 0.98));
}


.medmental-home-intake__support strong {
  font-size: 18px;
  line-height: 1.2;
}


.medmental-home-intake__support p {
  margin: 0;
  color: var(--mm-text-muted);
  line-height: 1.65;
}


.medmental-city-trigger__meta {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--mm-text-muted);
  font-size: 11px;
  font-weight: 700;
}


.medmental-panel,
.medmental-city-modal,
.medmental-feedback-modal,
.medmental-search-modal {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(24px);
  width: min(1120px, calc(100vw - 32px));
  max-height: calc(100vh - 40px);
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(87, 190, 237, 0.18), transparent 30%),
    linear-gradient(180deg, #ffffff, #f8fbff 55%, #f3f8fd 100%);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: var(--mm-shadow);
  color: var(--mm-text);
  opacity: 0;
  transition: transform 0.24s ease, opacity 0.24s ease;
}


.medmental-overlay.is-open .medmental-panel,
.medmental-overlay.is-open .medmental-city-modal,
.medmental-overlay.is-open .medmental-feedback-modal,
.medmental-overlay.is-open .medmental-search-modal {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}


.medmental-panel__eyebrow,
.medmental-city-modal__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(30, 136, 229, 0.08);
  color: var(--mm-accent-strong);
}


.medmental-panel__title,
.medmental-city-modal__title {
  margin: 0;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.05;
  font-weight: 800;
}


.medmental-panel__copy,
.medmental-city-modal__copy {
  margin: 12px 0 20px;
  color: var(--mm-text-muted);
  font-size: 15px;
  line-height: 1.6;
}


.medmental-panel__toolbar,
.medmental-city-modal__toolbar {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}


.medmental-feedback-modal__header,
.medmental-consent-modal__header,
.medmental-search-modal__header {
  padding: 28px 28px 20px;
  border-bottom: 1px solid var(--mm-border);
}


.medmental-feedback-modal__body,
.medmental-consent-modal__body,
.medmental-search-modal__body {
  padding: 24px 28px 28px;
}


.medmental-search-modal__form {
  display: grid;
  gap: 14px;
}


.medmental-search-modal__section {
  display: grid;
  gap: 10px;
}


.medmental-search-modal__chips,
.medmental-search-modal__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}


.medmental-search-chip,
.medmental-search-quicklink {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(16, 36, 59, 0.09);
  background: rgba(255, 255, 255, 0.96);
  color: var(--mm-text);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}


.medmental-search-chip:hover,
.medmental-search-chip:focus-visible,
.medmental-search-quicklink:hover,
.medmental-search-quicklink:focus-visible {
  border-color: rgba(27, 154, 140, 0.28);
  background: rgba(229, 244, 241, 0.96);
  color: var(--mm-accent-strong);
  transform: translateY(-1px);
  outline: none;
}


.medmental-shell-note strong {
  font-size: 16px;
  line-height: 1.2;
}


.medmental-shell-note span {
  color: var(--mm-text-muted);
  line-height: 1.5;
}


.medmental-search-page__field {
  flex: 1 1 auto;
}


.medmental-search-results {
  display: grid;
  gap: 16px;
}


.medmental-search-result:hover,
.medmental-search-result:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(27, 154, 140, 0.24);
  box-shadow: 0 22px 44px rgba(10, 35, 66, 0.12);
  outline: none;
}


.medmental-search-result__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}


.medmental-search-result__path {
  color: var(--mm-text-muted);
  font-size: 13px;
}


.medmental-search-result__snippet {
  margin: 0;
  color: var(--mm-text);
  line-height: 1.65;
}


.medmental-search-empty {
  padding: 28px;
  border-radius: 28px;
  border: 1px solid var(--mm-border);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 40px rgba(10, 35, 66, 0.08);
}


.medmental-search-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}


.medmental-shell-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 36, 59, 0.08);
  color: var(--mm-text);
  font-weight: 700;
  text-decoration: none;
}


.medmental-shell-nav a.is-accent {
  background: linear-gradient(135deg, var(--mm-accent), var(--mm-accent-strong));
  border-color: rgba(27, 154, 140, 0.34);
  color: #fff;
}


.medmental-footer-brand,
.medmental-footer-column,
.medmental-footer-contact {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 26px;
  border-radius: var(--mm-radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  box-shadow: 0 22px 48px rgba(3, 11, 18, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}


.medmental-footer-brand:hover,
.medmental-footer-column:hover,
.medmental-footer-contact:hover {
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 22px 48px rgba(3, 11, 18, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}


.medmental-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}


.medmental-shell-footer__title {
  margin: 0;
  color: #f5fcfc;
  font-size: 18px;
  line-height: 1.2;
}


.medmental-footer-links {
  display: grid;
  gap: 10px;
}


.medmental-footer-links a,
.medmental-footer-links button {
  justify-self: start;
  color: rgba(238, 247, 249, 0.88);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}


.medmental-footer-links a:hover,
.medmental-footer-links a:focus-visible,
.medmental-footer-links button:hover,
.medmental-footer-links button:focus-visible {
  color: #ffffff;
  transform: translateX(4px);
  outline: none;
  text-shadow: 0 0 20px rgba(27, 154, 140, 0.3);
}


.medmental-footer-phone {
  color: #ffffff;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
}


.medmental-footer-meta {
  display: grid;
  gap: 8px;
  color: rgba(238, 247, 249, 0.88);
  font-size: 14px;
  line-height: 1.6;
}


.medmental-footer-meta a {
  color: #c7efe8;
  text-decoration: none;
}


.medmental-footer-disclaimer {
  display: grid;
  gap: 10px;
  max-width: 760px;
}


.medmental-footer-disclaimer p {
  margin: 0;
  color: rgba(228, 239, 243, 0.82);
  font-size: 13px;
  line-height: 1.72;
}


.medmental-doctor-hero__media,
.medmental-doctor-hero__content,
.medmental-shell-form,
.medmental-quiz-shell__aside,
.medmental-quiz-shell__content {
  padding: 28px;
  background: rgba(255, 255, 255, 0.95);
}


.medmental-city-summary {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(30, 136, 229, 0.12);
}


.medmental-city-summary__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(30, 136, 229, 0.08);
  color: var(--mm-accent-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}


.medmental-city-summary__title {
  display: block;
  margin-top: 12px;
  font-size: 22px;
  line-height: 1.1;
}


.medmental-city-summary__copy {
  margin: 8px 0 0;
  color: var(--mm-text-muted);
  line-height: 1.6;
}


.medmental-city-chip {
  border: 1px solid rgba(30, 136, 229, 0.16);
  border-radius: 999px;
  background: rgba(30, 136, 229, 0.08);
  color: var(--mm-accent-strong);
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 700;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}


.medmental-city-chip:hover,
.medmental-city-chip:focus-visible {
  background: rgba(30, 136, 229, 0.14);
  border-color: rgba(30, 136, 229, 0.28);
  transform: translateY(-1px);
  outline: none;
}


.medmental-city-chip.is-active {
  background: linear-gradient(135deg, rgba(87, 190, 237, 0.2), rgba(30, 136, 229, 0.14));
  border-color: rgba(30, 136, 229, 0.32);
  color: var(--mm-accent-strong);
}


.medmental-city-group h4 {
  margin: 0 0 12px;
  font-size: 14px;
  color: var(--mm-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}


.medmental-city-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}


.medmental-city-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 46px;
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--mm-text);
  text-align: left;
  cursor: pointer;
}


.medmental-city-link span {
  display: grid;
  gap: 3px;
}


.medmental-city-link span span {
  font-size: 15px;
  line-height: 1.35;
}


.medmental-city-link small {
  color: var(--mm-text-muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}


.medmental-city-link strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  background: rgba(30, 136, 229, 0.08);
  color: var(--mm-accent-strong);
  font-size: 12px;
}


.medmental-city-link.is-current strong {
  background: rgba(51, 189, 112, 0.14);
  color: #128048;
}


.medmental-city-link:hover span,
.medmental-city-link:focus-visible span {
  color: var(--mm-accent-strong);
}


.medmental-city-link.is-current span span {
  color: var(--mm-accent-strong);
  font-weight: 800;
}

.medmental-package-card {
  background: var(--medmental-surface-card, #fff);
  border-radius: var(--medmental-radius-lg, 16px);
  padding: var(--medmental-space-md);
  box-shadow: var(--medmental-shadow-sm, 0 1px 3px rgba(0,0,0,0.08));
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 2px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.medmental-package-card.is-featured {
  border-color: var(--medmental-accent, var(--bs-primary, #2A6DD6));
  box-shadow: var(--medmental-shadow-md, 0 4px 12px rgba(0,0,0,0.12));
}

.medmental-package-card__badge {
  position: absolute;
  top: -12px;
  left: 16px;
  background: var(--medmental-accent, var(--bs-primary, #2A6DD6));
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 999px;
}

.medmental-package-card__name {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0;
}

.medmental-package-card__price {
  font-size: 1.25rem;
  color: var(--medmental-accent, var(--bs-primary, #2A6DD6));
}

.medmental-package-card__price strong {
  font-weight: 700;
}

.medmental-package-card__unit {
  font-size: 0.85rem;
  color: var(--medmental-text-muted, #6c757d);
  font-weight: 400;
}

.medmental-package-card__desc {
  font-size: 0.9rem;
  color: var(--medmental-text-muted, #6c757d);
  margin: 0;
  line-height: 1.5;
  flex: 1;
}


/* Subtext inside dark containers */
.medmental-regional-hub__intro p,
.medmental-home-scenario_accent p,
.medmental-service-intent__lead p,
.medmental-home-intake__lead p,
.medmental-home-gallery__intro p,
.medmental-home-doctor-lead p,
.medmental-quiz-shell__aside p,
.medmental-author-hero__intro p,
.medmental-legacy-cta-surface p,
.medmental-home-doctor-lead__copy {
  color: rgba(244, 251, 251, 0.85);
}


/* Links inside dark containers */
.medmental-regional-hub__intro a,
.medmental-home-scenario_accent a,
.medmental-service-intent__lead a,
.medmental-home-intake__lead a,
.medmental-home-gallery__intro a,
.medmental-home-doctor-lead a,
.medmental-author-hero__intro a {
  color: #d8f5ef;
}

.medmental-regional-hub__intro a:hover,
.medmental-home-scenario_accent a:hover,
.medmental-service-intent__lead a:hover,
.medmental-home-intake__lead a:hover,
.medmental-home-gallery__intro a:hover,
.medmental-home-doctor-lead a:hover,
.medmental-author-hero__intro a:hover {
  color: #ffffff;
}


/* ================================================================
   I.3: Site search overlay
   ================================================================ */
.medmental-search-trigger {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border: none; border-radius: 8px;
  background: transparent; color: var(--mm-heading, #1e293b);
  cursor: pointer; transition: background .15s;
}

.medmental-search-trigger:hover { background: rgba(0,0,0,.06); }


.medmental-search-overlay {
  position: fixed; inset: 0; z-index: 9999;
  display: none; align-items: flex-start; justify-content: center;
  padding-top: 10vh;
}

.medmental-search-overlay.is-open { display: flex; }

.medmental-search-overlay__backdrop {
  position: absolute; inset: 0; background: rgba(0,0,0,.5);
  animation: mmSearchFadeIn .15s ease;
}

.medmental-search-overlay__panel {
  position: relative; z-index: 1;
  width: 90%; max-width: 640px; max-height: 70vh;
  background: #fff; border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,.2);
  display: flex; flex-direction: column;
  animation: mmSearchSlideIn .2s ease;
}

.medmental-search-overlay__header {
  display: flex; align-items: center; gap: 8px;
  padding: 16px 20px; border-bottom: 1px solid rgba(0,0,0,.06);
}

.medmental-search-overlay__input {
  flex: 1; border: none; outline: none;
  font-size: 1.1rem; background: transparent;
  color: var(--mm-heading, #1e293b);
}

.medmental-search-overlay__input::placeholder { color: var(--mm-muted, #94a3b8); }

.medmental-search-overlay__close {
  border: none; background: none; font-size: 1.5rem;
  color: var(--mm-muted, #94a3b8); cursor: pointer; line-height: 1;
}

.medmental-search-overlay__results {
  overflow-y: auto; padding: 8px;
}

.medmental-search-result__title {
  font-size: .95rem; font-weight: 600; color: var(--mm-heading, #1e293b);
}

.medmental-search-result__badge {
  display: inline-block; font-size: .7rem; font-weight: 500;
  padding: 2px 8px; border-radius: 4px;
  background: rgba(27,154,140,.1); color: var(--mm-primary, #1b9a8c);
  vertical-align: middle; margin-left: 6px;
}