
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

:root {
  --primary: #d95f79;
  --primary-light: #faf6f3;
  --text-dark: #211b1d;
  --paragraph-gray: #686064;
  --black: #211b1d;
  --white: #fff;
  --vu-ink: #211b1d;
  --vu-muted: #70686b;
  --vu-primary: #d95f79;
  --vu-primary-dark: #b94460;
  --vu-peach: #f3ad68;
  --vu-cream: #faf6f3;
  --vu-soft: #f4ece8;
  --vu-line: rgba(33, 27, 29, .12);
  --vu-line-strong: rgba(33, 27, 29, .2);
  --vu-green: #3f735d;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
  background: var(--vu-cream);
}

html:not(.vu-ready) {
  overflow: hidden;
}

.social-grid,
.social-card,
.promotion-labels-wrapper-to-remove,
.footer-rights-wrapper {
  display: none !important;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  background: var(--vu-cream);
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  transition: opacity .22s ease, visibility .22s ease;
}

html.vu-ready body::after {
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  body::after {
    transition: none;
  }
}

body.vu-modernized,
html.vu-about-modern,
html.vu-team-modern,
html.vu-reviews-modern,
html.vu-contacts-modern,
html.vu-pricing-modern,
html.vu-services-index-modern,
html.vu-home-modern,
body.vu-about-modern,
body.vu-team-modern,
body.vu-reviews-modern,
body.vu-contacts-modern,
body.vu-pricing-modern {
  background: var(--vu-cream);
  color: var(--vu-ink);
  font-family: "Inter Tight", Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.vu-dialog-open,
body.vu-menu-open {
  overflow: hidden;
}

.vu-modernized *,
.vu-modernized *::before,
.vu-modernized *::after {
  box-sizing: border-box;
}

.vu-modernized button,
.vu-modernized input,
.vu-modernized textarea,
.vu-modernized select {
  font: inherit;
}

.vu-modernized .navbar-absolute,
.vu-modernized .home-3-navbar,
.vu-modernized .vu-legacy-form-section,
.vu-modernized .vu-legacy-final-cta,
.vu-modernized .w-commerce-commercecartcontainerwrapper,
.vu-modernized a[href*="wcopilot"],
.vu-modernized a[href*="webflow.com/templates"],
.vu-modernized .promotion-label-holder {
  display: none !important;
}

.navbar-absolute,
.home-3-navbar,
.white-bg-form,
.map-contacts,
.contacts-grid,
.contact-form-grid,
.about-history-grid,
.testimonials-wrap,
.home-1-testimonials-grid,
.team-member-collection-list,
.home-3-team-grid {
  display: none !important;
}

html.vu-about-modern body > section:not([class*="vu-"]):not(.footer):not(:has(.footer)),
html.vu-about-modern body > .section:not([class*="vu-"]):not(.footer):not(:has(.footer)),
html.vu-about-modern .section.inner-banner,
html.vu-about-modern .image-bg-banner,
html.vu-about-modern .about-services,
html.vu-team-modern body > section:not([class*="vu-"]):not(.footer):not(:has(.footer)),
html.vu-team-modern body > .section:not([class*="vu-"]):not(.footer):not(:has(.footer)),
html.vu-team-modern .section.inner-banner,
html.vu-team-modern .image-bg-banner,
html.vu-team-modern .left-align-title-wrapper,
html.vu-team-modern .home-1-team-grid,
html.vu-reviews-modern body > section:not([class*="vu-"]):not(.footer):not(:has(.footer)),
html.vu-reviews-modern body > .section:not([class*="vu-"]):not(.footer):not(:has(.footer)),
html.vu-reviews-modern .section.inner-banner,
html.vu-reviews-modern .image-bg-banner,
html.vu-contacts-modern body > section:not([class*="vu-"]):not(.footer):not(:has(.footer)),
html.vu-contacts-modern body > .section:not([class*="vu-"]):not(.footer):not(:has(.footer)),
html.vu-contacts-modern .section.inner-banner,
html.vu-contacts-modern .image-bg-banner,
html.vu-contacts-modern .about-services,
html.vu-contacts-modern .home-1-services-grid,
html.vu-contacts-modern .home-1-services-grid-collection-list,
html.vu-contacts-modern .primary-bg-block,
html.vu-contacts-modern .left-align-title-wrapper,
html.vu-contacts-modern .grid-button-wrapper,
html.vu-pricing-modern .section.inner-banner,
html.vu-pricing-modern .home-1-team-grid,
html.vu-services-index-modern .image-bg-banner,
html.vu-services-index-modern .services-page-wrapper,
html.vu-services-index-modern body > section:not([class*="vu-"]):not(.footer):not(:has(.footer)),
html.vu-services-index-modern body > .section:not([class*="vu-"]):not(.footer):not(:has(.footer)),
html.vu-home-modern .full-width-compare,
html.vu-home-modern .compare-container,
html.vu-home-modern .primary-bg-block,
html.vu-home-modern .section.without-top-spacing {
  display: none !important;
}

.vu-site-shell {
  width: min(100% - 48px, 1240px);
  margin-inline: auto;
}

.vu-kicker {
  display: inline-block;
  color: var(--vu-primary-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.vu-site-header {
  position: sticky;
  z-index: 2000;
  top: 0;
  width: 100%;
  color: var(--vu-ink);
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--vu-line);
  transition: background-color .2s ease, border-color .2s ease;
}

.vu-site-header.is-scrolled {
  background: #fff;
  border-bottom-color: var(--vu-line-strong);
}

.vu-utility-bar {
  min-height: 36px;
  color: #5f575a;
  background: #f7f1ed;
  border-bottom: 1px solid rgba(33, 27, 29, .07);
}

.vu-utility-inner,
.vu-utility-group,
.vu-main-inner,
.vu-header-actions,
.vu-header-phone,
.vu-modern-mega-head,
.vu-modern-mega-bottom,
.vu-modern-mega-bottom > div,
.vu-modern-mega-actions,
.vu-service-hero-actions,
.vu-catalog-hero-actions,
.vu-modern-cta-actions,
.vu-footer-contacts a,
.vu-dialog-meta span,
.vu-dialog-meta a {
  display: flex;
  align-items: center;
}

.vu-utility-inner {
  justify-content: space-between;
  min-height: 36px;
}

.vu-utility-group {
  gap: 24px;
}

.vu-utility-group > a,
.vu-utility-group > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: inherit;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

.vu-utility-group a:hover {
  color: var(--vu-primary-dark);
}

.vu-utility-group svg,
.vu-header-phone svg,
.vu-modern-mega-bottom svg,
.vu-modern-cta-actions svg,
.vu-footer-contacts svg,
.vu-dialog-meta svg {
  width: 15px;
  height: 15px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.vu-main-bar {
  background: inherit;
}

.vu-main-inner {
  justify-content: space-between;
  min-height: 76px;
  gap: 26px;
}

.vu-header-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: none;
  min-width: 0;
}

.vu-modern-logo {
  display: block;
  width: 158px;
  flex: 0 0 158px;
}

.vu-header-address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  min-width: 0;
  color: #5f575a;
  text-decoration: none;
  line-height: 1.2;
}

.vu-header-address span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .02em;
}

.vu-header-address strong {
  font-size: 13px;
  font-weight: 650;
  color: inherit;
}

.vu-header-address:hover {
  color: var(--vu-primary-dark);
}

.vu-modern-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 42px;
  object-fit: contain;
}

.vu-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 0;
}

.vu-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 42px;
  margin: 0;
  padding: 11px 12px;
  color: #453e40;
  background: transparent;
  border: 0;
  border-radius: 9px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 550;
  line-height: 1.2;
  text-decoration: none;
  transition: color .18s ease, background-color .18s ease;
}

.vu-nav-link:hover,
.vu-nav-link:focus-visible,
.vu-nav-link.is-active {
  color: var(--vu-primary-dark);
  background: #f9f2ef;
  outline: none;
}

.vu-nav-link.is-active::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 5px;
  left: 12px;
  height: 2px;
  background: var(--vu-primary);
  border-radius: 2px;
}

.vu-nav-link svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  transition: transform .18s ease;
}

.vu-nav-link[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.vu-services-menu {
  position: static;
}

.vu-header-actions {
  justify-content: flex-end;
  gap: 16px;
  flex: none;
}

.vu-header-phone {
  flex-direction: column;
  align-items: flex-end;
  color: var(--vu-ink);
  line-height: 1.1;
  text-decoration: none;
}

.vu-header-phone span {
  color: var(--vu-muted);
  font-size: 11px;
}

.vu-header-phone strong {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
}

.vu-header-phone:hover {
  color: var(--vu-primary-dark);
}

.vu-book-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 0;
  padding: 12px 20px;
  color: #fff;
  background: var(--vu-primary);
  border: 1px solid var(--vu-primary);
  border-radius: 11px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.vu-book-button:hover,
.vu-book-button:focus-visible {
  color: #fff;
  background: var(--vu-primary-dark);
  border-color: var(--vu-primary-dark);
  outline: none;
  transform: translateY(-1px);
}

.vu-book-button.is-light {
  color: var(--vu-ink);
  background: #fff;
  border-color: #fff;
}

.vu-book-button.is-light:hover,
.vu-book-button.is-light:focus-visible {
  color: var(--vu-primary-dark);
  background: #fff7f3;
  border-color: #fff7f3;
}

.vu-modern-mega {
  position: absolute;
  z-index: 2100;
  top: calc(100% + 10px);
  left: 50%;
  width: min(1180px, calc(100vw - 40px));
  overflow: hidden;
  color: var(--vu-ink);
  background: #fff;
  border: 1px solid var(--vu-line);
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(33, 27, 29, .16);
  transform: translateX(-50%);
}

.vu-modern-mega::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 18px;
}

.vu-modern-mega.is-open {
  animation: vu-menu-in .18s ease both;
}

@keyframes vu-menu-in {
  from { opacity: 0; transform: translate(-50%, -8px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}

.vu-modern-mega-head {
  justify-content: space-between;
  gap: 24px;
  padding: 20px 28px 16px;
  border-bottom: 1px solid var(--vu-line);
}

.vu-modern-mega-head > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.vu-modern-mega-head strong {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -.02em;
}

.vu-modern-mega-head > a,
.vu-catalog-hero-actions > a,
.vu-catalog-more,
.vu-modern-cta-card > a,
.vu-dialog-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--vu-primary-dark);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.vu-modern-mega-head > a svg,
.vu-catalog-hero-actions > a svg,
.vu-catalog-more svg,
.vu-modern-cta-card > a svg,
.vu-dialog-contact-link svg,
.vu-catalog-links svg,
.vu-mobile-action-bar svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform .18s ease;
}

.vu-modern-mega-head > a:hover svg,
.vu-catalog-hero-actions > a:hover svg,
.vu-catalog-more:hover svg,
.vu-modern-cta-card > a:hover svg,
.vu-dialog-contact-link:hover svg,
.vu-catalog-links a:hover svg {
  transform: translateX(3px);
}

.vu-modern-mega-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 14px 16px 10px;
}

.vu-modern-mega-group {
  min-height: 0;
  padding: 14px 14px 12px;
  border-radius: 16px;
  transition: background-color .18s ease;
}

.vu-modern-mega-group:hover {
  background: var(--vu-cream);
}

.vu-modern-mega-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: var(--vu-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.vu-modern-mega-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: none;
  color: var(--vu-primary-dark);
  background: #fff3ee;
  border: 1px solid rgba(185, 68, 96, .12);
  border-radius: 11px;
}

.vu-modern-mega-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.vu-modern-mega-name {
  min-width: 0;
}

.vu-modern-mega-title:hover {
  color: var(--vu-primary-dark);
}

.vu-modern-mega-links {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding-left: 44px;
}

.vu-modern-mega-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  color: var(--vu-muted);
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
}

.vu-modern-mega-links a::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: none;
  background: currentColor;
  border-radius: 50%;
  opacity: .35;
}

.vu-modern-mega-links a:hover {
  color: var(--vu-primary-dark);
}

.vu-modern-mega-bottom {
  justify-content: space-between;
  gap: 24px;
  padding: 15px 26px;
  background: #f8f2ee;
  border-top: 1px solid var(--vu-line);
}

.vu-modern-mega-bottom > div:first-child {
  gap: 10px;
  color: #5e5659;
  font-size: 13px;
}

.vu-modern-mega-bottom strong {
  color: var(--vu-ink);
}

.vu-status-dot {
  width: 8px;
  height: 8px;
  flex: none;
  background: var(--vu-green);
  border-radius: 50%;
}

.vu-modern-mega-actions {
  gap: 8px;
}

.vu-modern-mega-actions a,
.vu-modern-mega-actions button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 8px 12px;
  color: var(--vu-ink);
  background: #fff;
  border: 1px solid var(--vu-line);
  border-radius: 9px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.vu-modern-mega-actions button {
  color: #fff;
  background: var(--vu-primary);
  border-color: var(--vu-primary);
}

.vu-mobile-menu-button {
  display: none;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 12px;
  color: var(--vu-ink);
  background: #f8f2ee;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.vu-mobile-menu-button svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.vu-mobile-panel {
  position: fixed;
  z-index: 2050;
  inset: 77px 0 0;
  overflow-y: auto;
  color: var(--vu-ink);
  background: #fff;
}

.vu-mobile-panel[hidden],
.vu-appointment[hidden] {
  display: none !important;
}

.vu-mobile-panel-inner {
  width: min(100% - 36px, 720px);
  margin-inline: auto;
  padding: 18px 0 120px;
}

.vu-mobile-services {
  border-bottom: 1px solid var(--vu-line);
}

.vu-mobile-services summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  list-style: none;
}

.vu-mobile-services summary::-webkit-details-marker {
  display: none;
}

.vu-mobile-services summary svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.vu-mobile-services[open] summary svg {
  transform: rotate(180deg);
}

.vu-mobile-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding-bottom: 18px;
}

.vu-mobile-services-grid a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 8px;
  padding: 13px;
  color: var(--vu-ink);
  background: var(--vu-cream);
  border: 1px solid transparent;
  border-radius: 11px;
  text-decoration: none;
}

.vu-mobile-services-grid a:hover {
  border-color: var(--vu-line-strong);
}

.vu-mobile-services-grid span {
  grid-row: 1 / 3;
  color: var(--vu-primary);
  font-size: 10px;
}

.vu-mobile-services-grid strong {
  font-size: 14px;
}

.vu-mobile-services-grid small {
  color: var(--vu-muted);
  font-size: 11px;
}

.vu-mobile-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
  padding: 12px 0 22px;
}

.vu-mobile-links a {
  padding: 14px 0;
  color: var(--vu-ink);
  border-bottom: 1px solid var(--vu-line);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.vu-mobile-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 18px;
  background: #f8f2ee;
  border-radius: 13px;
}

.vu-mobile-contact span,
.vu-mobile-contact small {
  color: var(--vu-muted);
  font-size: 12px;
}

.vu-mobile-contact a {
  color: var(--vu-ink);
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.vu-mobile-contact .vu-mobile-address {
  margin-top: 6px;
  color: var(--vu-muted);
  font-size: 14px;
  font-weight: 600;
}

.vu-mobile-action-bar {
  display: none;
}

.vu-appointment {
  position: fixed;
  z-index: 4000;
  inset: 0;
  padding: 24px;
}

.vu-appointment-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 27, 29, .58);
  border: 0;
  cursor: pointer;
}

.vu-appointment-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  max-height: calc(100vh - 48px);
  margin: 4vh auto 0;
  overflow-y: auto;
  padding: 38px;
  color: var(--vu-ink);
  background: #fff;
  border: 1px solid var(--vu-line);
  border-radius: 20px;
  animation: vu-dialog-in .2s ease both;
}

@keyframes vu-dialog-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.vu-dialog-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: var(--vu-ink);
  background: #f6f0ed;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
}

.vu-dialog-close svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.7;
}

.vu-appointment-dialog h2 {
  max-width: 420px;
  margin: 12px 0 12px;
  color: var(--vu-ink);
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 520;
  letter-spacing: -.045em;
  line-height: 1;
}

.vu-appointment-dialog > p {
  max-width: 460px;
  margin: 0 0 24px;
  color: var(--vu-muted);
  font-size: 15px;
  line-height: 1.55;
}

.vu-dialog-options {
  display: grid;
  gap: 9px;
}

.vu-dialog-option {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 15px;
  color: var(--vu-ink);
  background: #fff;
  border: 1px solid var(--vu-line);
  border-radius: 12px;
  text-decoration: none;
  transition: border-color .18s ease, background-color .18s ease;
}

.vu-dialog-option:hover {
  color: var(--vu-ink);
  background: var(--vu-cream);
  border-color: var(--vu-line-strong);
}

.vu-dialog-option.is-primary {
  color: #fff;
  background: var(--vu-primary);
  border-color: var(--vu-primary);
}

.vu-dialog-option.is-primary:hover {
  color: #fff;
  background: var(--vu-primary-dark);
  border-color: var(--vu-primary-dark);
}

.vu-dialog-option > svg:first-child {
  width: 22px;
  height: 22px;
  margin-inline: auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.vu-dialog-option > svg:last-child {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.vu-dialog-option span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.vu-dialog-option small {
  opacity: .76;
  font-size: 11px;
}

.vu-dialog-option strong {
  font-size: 16px;
}

.vu-dialog-meta {
  display: grid;
  gap: 9px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--vu-line);
}

.vu-dialog-meta span,
.vu-dialog-meta a {
  gap: 8px;
  margin: 0;
  color: var(--vu-muted);
  font-size: 12px;
  text-decoration: none;
}

.vu-dialog-contact-link {
  margin-top: 18px;
}

.vu-proof-strip {
  position: relative;
  z-index: 2;
  padding: 0;
  background: #fff;
  border-block: 1px solid var(--vu-line);
}

.vu-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vu-proof-grid > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 100px;
  padding: 24px 26px;
  border-right: 1px solid var(--vu-line);
}

.vu-proof-grid > div:last-child {
  border-right: 0;
}

.vu-proof-grid strong {
  color: var(--vu-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.vu-proof-grid span {
  color: var(--vu-muted);
  font-size: 12px;
  line-height: 1.35;
}

.vu-modern-cta {
  padding: 100px 0;
  color: #fff;
  background: var(--vu-ink);
}

.vu-modern-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  align-items: end;
  gap: 70px;
}

.vu-modern-cta .vu-kicker {
  color: #f1b5c1;
}

.vu-modern-cta-copy h2 {
  max-width: 750px;
  margin: 14px 0 18px;
  color: #fff;
  font-size: clamp(42px, 5.6vw, 76px);
  font-weight: 470;
  letter-spacing: -.055em;
  line-height: .98;
}

.vu-modern-cta-copy > p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 17px;
  line-height: 1.55;
}

.vu-modern-cta-actions {
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.vu-modern-cta-actions > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.vu-modern-cta-card {
  padding: 26px;
  color: var(--vu-ink);
  background: #f6eee9;
  border-radius: 16px;
}

.vu-modern-cta-card > span {
  display: block;
  margin-bottom: 10px;
  color: var(--vu-muted);
  font-size: 12px;
}

.vu-modern-cta-card > strong {
  display: block;
  font-size: 22px;
  line-height: 1.25;
}

.vu-modern-cta-card > p {
  margin: 16px 0 20px;
  color: var(--vu-muted);
  font-size: 14px;
  line-height: 1.55;
}

.vu-footer-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .7fr);
  align-items: end;
  gap: 28px 48px;
  width: 100%;
  padding: 28px 0 20px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.vu-footer-intro .vu-kicker {
  color: #efaebe;
}

.vu-footer-intro h2 {
  max-width: 520px;
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 560;
  letter-spacing: -.03em;
  line-height: 1.15;
}

.vu-footer-contacts {
  display: grid;
  gap: 4px;
}

.vu-footer-contacts a {
  gap: 12px;
  padding: 8px 0;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.vu-footer-contacts a:hover {
  color: #f3bbc6;
}

.vu-footer-contacts svg {
  width: 18px;
  height: 18px;
}

.vu-footer-contacts span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.vu-footer-contacts small {
  color: rgba(255, 255, 255, .55);
  font-size: 11px;
}

.vu-footer-contacts strong {
  font-size: 14px;
  font-weight: 650;
}

.vu-modernized .footer {
  padding-top: 0;
  padding-bottom: 18px;
  background: #171315;
}

.vu-modernized .footer .base-container {
  max-width: 1280px;
}

.vu-modernized .social-grid,
.vu-modernized .social-card {
  display: none !important;
}

.vu-modernized .footer-wrapper {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  align-items: start;
  gap: 28px 32px;
  margin-bottom: 16px;
  padding-top: 22px;
}

.vu-modernized .footer-brand-wrapper,
.vu-modernized .footer-logo-wrapper,
.vu-modernized .footer-brand {
  height: auto;
  width: auto;
}

.vu-modernized .footer-brand.vu-footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  height: auto;
  margin: 0;
  text-decoration: none;
}

.vu-modernized .footer-logo {
  display: block;
  width: 78px !important;
  height: 38px !important;
  max-width: 78px;
  object-fit: cover;
  object-position: left center;
}

.vu-footer-brand-name {
  color: #fff;
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: .01em;
  line-height: 1.2;
  text-transform: none;
}

.vu-modernized .footer-links-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: auto;
  flex: 1 1 auto;
  width: auto;
  margin: 0;
  gap: 18px 24px;
}

.vu-modernized .footer-label {
  color: rgba(255, 255, 255, .48);
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: .08em;
}

.vu-modernized .footer-link,
.vu-modernized .footer-copyright,
.vu-modernized .footer-copyright-link {
  color: rgba(255, 255, 255, .78);
  text-transform: none;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.35;
}

.vu-modernized .footer-link:hover {
  color: #fff;
}

.vu-modernized .footer-collection-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 16px;
}

.vu-modernized .vu-footer-doctors {
  min-width: 0;
}

.vu-modernized .vu-footer-doctors .footer-collection-list {
  grid-template-columns: 1fr;
}

.vu-modernized .footer-links-wrapper {
  min-width: 0;
}

.vu-modernized .footer-bottom-wrapper {
  padding-top: 14px;
}

/* Главная */
.vu-home-modern .banner-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 650px;
  padding-top: 24px;
  padding-bottom: 58px;
  background: #171315;
}

.vu-home-modern .home-1-banner-text-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  gap: 50px;
  width: min(80%, 960px);
  margin-top: 52px;
}

.vu-home-modern .home-1-banner-text-grid h1 {
  max-width: 620px;
  color: #fff;
  font-size: clamp(60px, 6vw, 92px);
  font-weight: 430;
  letter-spacing: -.065em;
  line-height: .94;
}

.vu-home-modern .home-1-banner-paragraph {
  max-width: 430px;
  color: rgba(255, 255, 255, .9);
  font-size: 17px;
  line-height: 1.5;
}

.vu-home-modern .home-1-paragraph-banner-wrap {
  justify-content: center;
  gap: 28px;
}

.vu-home-modern .banner-section .secondary-button {
  min-height: 46px;
  padding: 13px 22px;
  color: var(--vu-ink);
  background: #fff;
  border: 1px solid #fff;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}

.vu-home-modern .banner-section .secondary-button:hover {
  color: #fff;
  background: var(--vu-primary);
  border-color: var(--vu-primary);
}

.vu-home-modern .services-block-white-bg,
.vu-home-modern .white-bg-block,
.vu-modernized .white-service-card,
.vu-modernized .service-card {
  border: 1px solid var(--vu-line);
  border-radius: 16px;
}

.vu-home-modern .services-block-white-bg {
  padding: 34px;
}

.vu-home-modern .services-list-link-block {
  color: var(--vu-ink);
  border-color: var(--vu-line-strong);
  border-radius: 8px;
  font-size: 12px;
}

.vu-home-modern .services-list-link-block:hover {
  color: #fff;
  background: var(--vu-primary);
  border-color: var(--vu-primary);
}

.vu-modernized .primary-label {
  color: var(--vu-primary-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
}

.vu-modernized .section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.vu-modernized .primary-button,
.vu-modernized .secondary-button,
.vu-modernized .service-button {
  min-height: 44px;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
}

.vu-modernized .primary-button {
  background: var(--vu-primary);
  border-color: var(--vu-primary);
}

.vu-modernized .primary-button:hover {
  color: #fff;
  background: var(--vu-primary-dark);
  border-color: var(--vu-primary-dark);
}

.vu-modernized .service-name-link {
  color: var(--vu-ink);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -.02em;
}

.vu-modernized .white-service-card,
.vu-modernized .service-card {
  padding: 26px;
  transition: border-color .18s ease, transform .18s ease;
}

.vu-modernized .white-service-card:hover,
.vu-modernized .service-card:hover {
  border-color: var(--vu-line-strong);
  transform: translateY(-3px);
}

/* Каталог услуг */
.vu-services-index-modern .vu-legacy-services-hero,
.vu-services-index-modern .vu-legacy-services-grid {
  display: none !important;
}

.vu-services-modern {
  color: var(--vu-ink);
  background: var(--vu-cream);
}

.vu-catalog-hero {
  padding: 92px 0 76px;
  background: #f6eee9;
}

.vu-catalog-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  align-items: end;
  gap: 80px;
}

.vu-catalog-hero h1 {
  max-width: 830px;
  margin: 16px 0 22px;
  color: var(--vu-ink);
  font-size: clamp(58px, 7vw, 96px);
  font-weight: 440;
  letter-spacing: -.068em;
  line-height: .92;
}

.vu-catalog-hero-grid > div:first-child > p {
  max-width: 680px;
  margin: 0;
  color: var(--vu-muted);
  font-size: 18px;
  line-height: 1.55;
}

.vu-catalog-hero-actions {
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 30px;
}

.vu-catalog-hero-aside {
  padding: 26px;
  background: #fff;
  border: 1px solid var(--vu-line);
  border-radius: 16px;
}

.vu-catalog-hero-aside > span {
  color: var(--vu-primary-dark);
  font-size: 12px;
  font-weight: 700;
}

.vu-catalog-hero-aside h2 {
  margin: 12px 0;
  color: var(--vu-ink);
  font-size: 30px;
  font-weight: 550;
  letter-spacing: -.04em;
  line-height: 1;
}

.vu-catalog-hero-aside p {
  margin: 0 0 22px;
  color: var(--vu-muted);
  font-size: 14px;
  line-height: 1.5;
}

.vu-catalog-hero-aside > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--vu-ink);
  font-size: 16px;
  text-decoration: none;
}

.vu-catalog-hero-aside svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: var(--vu-primary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.vu-catalog-section {
  padding: 110px 0 120px;
}

.vu-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .45fr);
  gap: 12px 60px;
  align-items: end;
  margin-bottom: 48px;
}

.vu-section-heading .vu-kicker {
  grid-column: 1 / -1;
}

.vu-section-heading h2 {
  max-width: 720px;
  margin: 0;
  color: var(--vu-ink);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 460;
  letter-spacing: -.055em;
  line-height: .96;
}

.vu-section-heading p {
  margin: 0;
  color: var(--vu-muted);
  font-size: 15px;
  line-height: 1.55;
}

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

.vu-catalog-card {
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--vu-line);
  border-radius: 17px;
  transition: border-color .18s ease, transform .18s ease;
}

.vu-catalog-card:hover {
  border-color: var(--vu-line-strong);
  transform: translateY(-3px);
}

.vu-catalog-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 42px;
}

.vu-catalog-card-head > span {
  color: var(--vu-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.vu-catalog-card-head > small {
  padding: 6px 9px;
  color: var(--vu-muted);
  background: var(--vu-cream);
  border-radius: 7px;
  font-size: 11px;
}

.vu-catalog-card h2 {
  margin: 0 0 14px;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 470;
  letter-spacing: -.055em;
  line-height: .97;
}

.vu-catalog-card h2 a {
  color: var(--vu-ink);
  font-size: inherit;
  text-decoration: none;
}

.vu-catalog-card h2 a:hover {
  color: var(--vu-primary-dark);
}

.vu-catalog-card > p {
  max-width: 520px;
  margin: 0 0 28px;
  color: var(--vu-muted);
  font-size: 15px;
  line-height: 1.55;
}

.vu-catalog-links {
  display: grid;
  gap: 0;
  margin-bottom: 30px;
  border-top: 1px solid var(--vu-line);
}

.vu-catalog-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  color: var(--vu-ink);
  border-bottom: 1px solid var(--vu-line);
  font-size: 14px;
  text-decoration: none;
}

.vu-catalog-links a:hover {
  color: var(--vu-primary-dark);
}

.vu-catalog-more {
  margin-top: auto;
}

.vu-catalog-tile {
  display: grid;
  grid-template-rows: 210px minmax(0, 1fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--vu-line);
  border-radius: 22px;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.vu-catalog-tile.is-active {
  border-color: rgba(217, 95, 121, .28);
  box-shadow: 0 22px 48px rgba(33, 27, 29, .1);
  transform: translateY(-4px);
}

.vu-catalog-tile figure {
  margin: 0;
  overflow: hidden;
  background: #ece4dc;
}

.vu-catalog-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vu-catalog-tile-copy {
  display: flex;
  flex-direction: column;
  padding: 22px 24px 18px;
}

.vu-catalog-tile-copy > small {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 10px;
  padding: 5px 10px;
  color: var(--vu-primary-dark);
  background: var(--vu-cream);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 650;
}

.vu-catalog-tile h2 {
  margin: 0 0 10px;
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 560;
  letter-spacing: -.04em;
  line-height: 1.05;
}

.vu-catalog-tile h2 a {
  color: var(--vu-ink);
  text-decoration: none;
}

.vu-catalog-tile h2 a:hover {
  color: var(--vu-primary-dark);
}

.vu-catalog-tile > .vu-catalog-tile-copy > p {
  margin: 0 0 16px;
  color: var(--vu-muted);
  font-size: 15px;
  line-height: 1.5;
}

.vu-catalog-tile .vu-catalog-links {
  margin-bottom: 16px;
}

.vu-catalog-tile-bar {
  display: block;
  height: 2px;
  margin-top: 16px;
  overflow: hidden;
  background: rgba(33, 27, 29, .08);
  border-radius: 99px;
}

.vu-catalog-tile-bar i {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f3ad68, #d95f79);
  transform: scaleX(0);
  transform-origin: left center;
}

.vu-catalog-tile.is-active .vu-catalog-tile-bar i {
  animation: vu-showcase-bar 3.2s linear;
}

.vu-catalog-section[data-vu-catalog-tiles].is-paused .vu-catalog-tile.is-active .vu-catalog-tile-bar i {
  animation-play-state: paused;
}

/* Страницы услуг */
body.vu-service .solutions-grid,
body.vu-service .home-1-services-grid,
body.vu-service .service-collection-list,
body.vu-service .accordion-wrapper.service-details,
body.vu-service .section.overflow,
body.vu-service .section.without-top-spacing {
  display: none !important;
}

body.vu-service .section.banner-career {
  display: block !important;
}

.vu-service-modern .vu-service-hero {
  padding: 68px 24px 0;
  background: #f6eee9;
}

.vu-service-hero .base-container {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 58px;
}

.vu-service-hero .banner-title-wrapper.service-details-page {
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: stretch !important;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0 0 56px;
  text-align: left;
}

.vu-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-bottom: 28px;
  color: #8a7f82;
  font-size: 12px;
}

.vu-breadcrumbs a,
.vu-breadcrumbs span {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}

.vu-breadcrumbs a:hover {
  color: var(--vu-primary-dark);
}

.vu-service-hero h1 {
  margin: 0;
  color: var(--vu-ink);
  font-size: clamp(54px, 6vw, 84px);
  font-weight: 450;
  letter-spacing: -.065em;
  line-height: .92;
}

.vu-service-hero .banner-title-wrapper > p {
  max-width: 640px;
  margin: 22px 0 0;
  color: var(--vu-muted);
  font-size: 17px;
  line-height: 1.55;
}

.vu-service-hero .service-details-image-wrap {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: end !important;
  justify-self: stretch !important;
  margin: 0 !important;
  height: 560px;
}

.vu-service-hero .service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px 20px 0 0;
}

.vu-service-hero-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 28px;
}

.vu-service-hero-facts > span {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, .65);
  border: 1px solid var(--vu-line);
  border-radius: 10px;
}

.vu-service-hero-facts strong {
  color: var(--vu-ink);
  font-size: 14px;
}

.vu-service-hero-facts small {
  color: var(--vu-muted);
  font-size: 10px;
}

.vu-service-hero-actions {
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
}

.vu-service-hero-actions > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--vu-ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.vu-service-hero-actions svg,
.vu-aside-phone svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--vu-primary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.vu-service-body {
  padding: 74px 24px 120px;
  background: var(--vu-cream);
}

.vu-service-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.vu-service-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 34px;
}

.vu-service-jump a {
  padding: 8px 11px;
  color: var(--vu-muted);
  background: #fff;
  border: 1px solid var(--vu-line);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.vu-service-jump a:hover {
  color: var(--vu-primary-dark);
  border-color: var(--vu-line-strong);
}

.vu-service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: start;
  gap: 58px;
}

.vu-service-content {
  min-width: 0;
}

.vu-service-content > h2 {
  margin: 64px 0 16px;
  color: var(--vu-ink);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 490;
  letter-spacing: -.05em;
  line-height: 1;
}

.vu-service-content > h2:first-child {
  margin-top: 0;
}

.vu-service-content > p {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--vu-muted);
  font-size: 17px;
  line-height: 1.7;
}

.vu-service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 38px;
}

.vu-service-card {
  min-height: 180px;
  padding: 23px;
  background: #fff;
  border: 1px solid var(--vu-line);
  border-radius: 14px;
  transition: border-color .18s ease, transform .18s ease;
}

.vu-service-card:hover {
  border-color: var(--vu-line-strong);
  transform: translateY(-2px);
}

.vu-service-card h3 {
  margin: 0 0 10px;
  color: var(--vu-ink);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.12;
}

.vu-service-card p {
  margin: 0;
  color: var(--vu-muted);
  font-size: 14px;
  line-height: 1.58;
}

.vu-service-docs {
  max-width: none !important;
  margin-top: 28px !important;
  padding: 22px;
  color: var(--vu-muted) !important;
  background: #f4e9e5;
  border-radius: 13px;
  font-size: 13px !important;
}

.vu-doctor-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.vu-doctor-links a {
  padding: 7px 10px;
  color: var(--vu-ink);
  background: #fff;
  border: 1px solid var(--vu-line);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.vu-doctor-links a:hover {
  color: var(--vu-primary-dark);
  border-color: var(--vu-line-strong);
}

.vu-service-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.vu-service-cta a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 10px 14px;
  color: var(--vu-primary-dark);
  background: #fff;
  border: 1px solid var(--vu-line);
  border-radius: 9px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.vu-service-aside {
  position: sticky;
  top: 132px;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--vu-line);
  border-radius: 16px;
}

.vu-service-aside h3 {
  margin: 12px 0;
  color: var(--vu-ink);
  font-size: 29px;
  font-weight: 520;
  letter-spacing: -.04em;
  line-height: 1;
}

.vu-service-aside > p {
  margin: 0 0 20px;
  color: var(--vu-muted);
  font-size: 14px;
  line-height: 1.55;
}

.vu-service-aside .vu-book-button {
  width: 100%;
}

.vu-aside-phone {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 20px;
  padding: 15px 0;
  color: var(--vu-ink);
  border-bottom: 1px solid var(--vu-line);
  text-decoration: none;
}

.vu-aside-phone span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.vu-aside-phone small {
  color: var(--vu-muted);
  font-size: 10px;
}

.vu-aside-phone strong {
  font-size: 14px;
}

.vu-aside-price {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  color: var(--vu-primary-dark);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.vu-aside-price svg {
  width: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

/* Цены и служебные страницы */
.vu-price-intro {
  max-width: 780px;
  margin: 0 0 36px;
}

.vu-price-intro > p {
  font-size: 17px;
  line-height: 1.6;
}

.section.light-background .accordion-wrapper-one-column {
  width: 100%;
}

.vu-price-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.vu-price-tabs .secondary-button {
  margin: 0;
  color: var(--vu-ink);
  background: #fff;
  border: 1px solid var(--vu-line);
  text-decoration: none;
}

.accordion-wrapper-one-column .accordion-item {
  margin-bottom: 12px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--vu-line);
  border-radius: 15px;
}

.accordion-wrapper-one-column .accordion-item h3 {
  margin: 0 0 12px;
  font-size: clamp(27px, 3vw, 38px);
  letter-spacing: -.04em;
}

.vu-price-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
  padding: 15px 0;
  border-bottom: 1px solid var(--vu-line);
}

.vu-price-line:last-child {
  border-bottom: 0;
}

.vu-price-line h6 {
  margin: 0;
  font-weight: 700;
  white-space: nowrap;
}

.vu-price-line .small-paragraph {
  margin: 5px 0 0;
}

.vu-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.vu-gallery-grid img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 13px;
}

.home-1-cta-image {
  width: 100%;
  height: 100%;
  min-height: 340px;
  max-width: 420px !important;
  object-fit: cover !important;
  object-position: 28% 30% !important;
  opacity: 1 !important;
}

body.vu-team .section.without-top-spacing,
body.vu-faq .section.without-top-spacing {
  display: none !important;
}

body.vu-team .team-member-social-icon {
  display: none !important;
}

body.vu-team .team-member-wrapper,
body.vu-team .left-align-title-wrapper,
body.vu-team .left-align-title-wrapper h2,
body.vu-faq .accordion-item,
body.vu-faq h1,
body.vu-faq h2,
body.vu-team h1,
body.vu-team h2 {
  opacity: 1 !important;
}

@media (max-width: 1180px) {
  .vu-main-inner {
    gap: 16px;
  }

  .vu-modern-logo {
    width: 140px;
    flex-basis: 140px;
  }

  .vu-nav-link {
    padding-inline: 9px;
    font-size: 13px;
  }

  .vu-header-phone {
    display: none;
  }

  .vu-modern-mega {
    left: 50%;
    width: min(720px, calc(100vw - 36px));
    transform: translateX(-50%);
  }

  @keyframes vu-menu-in {
    from { opacity: 0; transform: translate(-50%, -6px); }
    to { opacity: 1; transform: translate(-50%, 0); }
  }

  .vu-service-hero .base-container {
    gap: 34px;
  }
}

@media (max-width: 991px) {
  html {
    scroll-padding-top: 88px;
  }

  .vu-site-shell {
    width: min(100% - 36px, 900px);
  }

  .vu-utility-bar,
  .vu-desktop-nav,
  .vu-header-actions {
    display: none;
  }

  .vu-main-inner {
    min-height: 76px;
  }

  .vu-modern-logo {
    width: 148px;
    flex-basis: 148px;
  }

  .vu-mobile-menu-button {
    display: inline-flex;
  }

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

  .vu-proof-grid > div:nth-child(2) {
    border-right: 0;
  }

  .vu-proof-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--vu-line);
  }

  .vu-modern-cta-inner,
  .vu-footer-intro,
  .vu-catalog-hero-grid,
  .vu-section-heading {
    grid-template-columns: 1fr;
  }

  .vu-modern-cta-inner,
  .vu-catalog-hero-grid {
    gap: 42px;
  }

  .vu-footer-intro {
    gap: 24px;
    padding: 24px 0 18px;
  }

  .vu-modernized .footer-wrapper,
  .vu-modernized .footer-links-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .vu-section-heading {
    gap: 18px;
  }

  .vu-section-heading .vu-kicker {
    grid-column: auto;
  }

  .vu-service-hero .base-container {
    grid-template-columns: 1fr;
  }

  .vu-service-hero .banner-title-wrapper.service-details-page {
    grid-column: 1 !important;
    grid-row: 1 !important;
    padding-bottom: 20px;
  }

  .vu-service-hero .service-details-image-wrap {
    grid-column: 1 !important;
    grid-row: 2 !important;
    height: min(62vw, 520px);
  }

  .vu-service-hero .service-image {
    border-radius: 18px 18px 0 0;
  }

  .vu-service-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .vu-service-aside {
    position: relative;
    max-width: 560px;
  }

  .vu-home-modern .home-1-banner-text-grid {
    grid-template-columns: 1fr 320px;
    width: 90%;
    gap: 30px;
  }

  .vu-home-modern .home-1-banner-text-grid h1 {
    font-size: clamp(52px, 8vw, 74px);
  }
}

@media (max-width: 767px) {
  body.vu-modernized {
    padding-bottom: 64px;
  }

  .vu-site-shell {
    width: min(100% - 28px, 720px);
  }

  .vu-main-inner {
    min-height: 68px;
  }

  .vu-modern-logo {
    width: 132px;
    flex-basis: 132px;
  }

  .vu-mobile-panel {
    inset: 69px 0 64px;
  }

  .vu-mobile-panel-inner {
    width: min(100% - 28px, 720px);
    padding-top: 10px;
  }

  .vu-mobile-services-grid,
  .vu-mobile-links {
    grid-template-columns: 1fr;
  }

  .vu-mobile-action-bar {
    position: fixed;
    z-index: 2400;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    min-height: 64px;
    padding: 8px;
    background: #fff;
    border-top: 1px solid var(--vu-line);
  }

  .vu-mobile-action-bar a,
  .vu-mobile-action-bar button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    color: var(--vu-ink);
    background: #f6f0ed;
    border: 0;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }

  .vu-mobile-action-bar button {
    color: #fff;
    background: var(--vu-primary);
  }

  .vu-mobile-action-bar svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
  }

  .vu-appointment {
    padding: 10px;
  }

  .vu-appointment-dialog {
    max-height: calc(100vh - 20px);
    margin-top: 0;
    padding: 30px 20px 24px;
    border-radius: 16px;
  }

  .vu-appointment-dialog h2 {
    padding-right: 30px;
    font-size: 36px;
  }

  .vu-dialog-option {
    grid-template-columns: 34px 1fr auto;
    padding: 13px 11px;
  }

  .vu-proof-grid {
    grid-template-columns: 1fr;
  }

  .vu-proof-grid > div {
    min-height: 0;
    padding: 17px 4px;
    border-right: 0;
    border-bottom: 1px solid var(--vu-line);
  }

  .vu-proof-grid > div:last-child {
    border-bottom: 0;
  }

  .vu-modern-cta,
  .vu-catalog-section {
    padding-block: 78px;
  }

  .vu-modern-cta-inner {
    gap: 34px;
  }

  .vu-modern-cta-copy h2 {
    font-size: 44px;
  }

  .vu-modern-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .vu-modern-cta-actions .vu-book-button {
    width: 100%;
  }

  .vu-catalog-hero {
    padding-block: 64px 58px;
  }

  .vu-catalog-hero h1 {
    font-size: 56px;
  }

  .vu-catalog-hero-grid > div:first-child > p {
    font-size: 16px;
  }

  .vu-catalog-grid {
    grid-template-columns: 1fr;
  }

  .vu-catalog-tile {
    grid-template-rows: 180px auto;
  }

  .vu-catalog-card-head {
    margin-bottom: 28px;
  }

  .vu-catalog-card h2 {
    font-size: 38px;
  }

  .vu-service-modern .vu-service-hero {
    padding: 48px 14px 0;
  }

  .vu-service-hero h1 {
    font-size: 52px;
  }

  .vu-service-hero .banner-title-wrapper > p {
    font-size: 16px;
  }

  .vu-service-hero-facts {
    grid-template-columns: 1fr;
  }

  .vu-service-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .vu-service-hero-actions .vu-book-button {
    width: 100%;
  }

  .vu-service-hero .service-details-image-wrap {
    height: 76vw;
    min-height: 320px;
  }

  .vu-service-body {
    padding: 50px 14px 82px;
  }

  .vu-service-list {
    grid-template-columns: 1fr;
  }

  .vu-service-card {
    min-height: 0;
  }

  .vu-service-content > p {
    font-size: 16px;
  }

  .vu-price-line {
    flex-direction: column;
    gap: 7px;
  }

  .vu-price-line h6 {
    white-space: normal;
  }

  .vu-modernized .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .vu-home-modern .banner-section {
    min-height: 670px;
    padding-top: 36px;
  }

  .vu-home-modern .home-1-banner-text-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 34px;
  }

  .vu-home-modern .home-1-banner-text-grid h1 {
    max-width: 500px;
    font-size: 58px;
  }

  .vu-home-modern .home-1-paragraph-banner-wrap {
    max-width: 420px;
  }

  .vu-home-modern .services-block-white-bg {
    padding: 24px 20px;
  }
}

@media (max-width: 479px) {
  .vu-mobile-menu-button span {
    display: none;
  }

  .vu-mobile-menu-button {
    width: 42px;
    justify-content: center;
    padding-inline: 0;
  }

  .vu-mobile-contact a {
    font-size: 21px;
  }

  .vu-catalog-hero h1,
  .vu-service-hero h1,
  .vu-home-modern .home-1-banner-text-grid h1 {
    font-size: 46px;
  }

  .vu-service-hero-actions > a {
    font-size: 13px;
  }

  .vu-modern-cta-copy h2 {
    font-size: 39px;
  }

  .vu-footer-intro {
    grid-template-columns: minmax(0, 1fr);
  }

  .vu-footer-contacts {
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .vu-modernized *,
  .vu-modernized *::before,
  .vu-modernized *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Восстановление визуальной системы из сохранённых записей сайта */
body.vu-modernized:not(.vu-header-overlay) {
  padding-top: 78px;
}

body.vu-modernized.vu-header-overlay {
  padding-top: 0;
}

.vu-site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  color: var(--vu-ink);
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid var(--vu-line);
  transition: color .24s ease, background-color .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.vu-site-header.is-scrolled,
.vu-site-header.is-menu-open {
  color: var(--vu-ink);
  background: rgba(255, 255, 255, .98);
  border-bottom-color: var(--vu-line);
  box-shadow: 0 8px 30px rgba(33, 27, 29, .07);
}

.vu-header-overlay .vu-site-header:not(.is-scrolled):not(.is-menu-open) {
  color: #fff;
  background: transparent;
  border-bottom-color: rgba(255, 255, 255, .18);
  box-shadow: none;
}

.vu-main-inner {
  min-height: 78px;
  gap: 22px;
}

.vu-modern-logo {
  position: relative;
  width: 152px;
  flex-basis: 152px;
}

.vu-modern-logo .vu-logo-light {
  display: none;
}

.vu-header-overlay .vu-site-header:not(.is-scrolled):not(.is-menu-open) .vu-logo-dark {
  display: none;
}

.vu-header-overlay .vu-site-header:not(.is-scrolled):not(.is-menu-open) .vu-logo-light {
  display: block;
}

.vu-header-overlay .vu-site-header:not(.is-scrolled):not(.is-menu-open) .vu-nav-link,
.vu-header-overlay .vu-site-header:not(.is-scrolled):not(.is-menu-open) .vu-header-phone,
.vu-header-overlay .vu-site-header:not(.is-scrolled):not(.is-menu-open) .vu-header-account,
.vu-header-overlay .vu-site-header:not(.is-scrolled):not(.is-menu-open) .vu-header-address {
  color: #fff;
}

.vu-header-overlay .vu-site-header:not(.is-scrolled):not(.is-menu-open) .vu-nav-link:hover,
.vu-header-overlay .vu-site-header:not(.is-scrolled):not(.is-menu-open) .vu-nav-link:focus-visible,
.vu-header-overlay .vu-site-header:not(.is-scrolled):not(.is-menu-open) .vu-nav-link.is-active {
  color: #fff;
  background: rgba(255, 255, 255, .12);
}

.vu-header-overlay .vu-site-header:not(.is-scrolled):not(.is-menu-open) .vu-header-address:hover,
.vu-header-overlay .vu-site-header:not(.is-scrolled):not(.is-menu-open) .vu-header-address:focus-visible {
  color: #fff;
  opacity: .82;
}

.vu-nav-link {
  min-height: 40px;
  padding: 10px 11px;
  font-size: 14px;
  font-weight: 600;
}

.vu-header-actions {
  gap: 10px;
}

.vu-header-actions .vu-book-button {
  min-height: 54px;
  height: 54px;
  padding: 0 18px;
  font-size: 16px;
  line-height: 1;
}

.vu-header-phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 9px;
  color: var(--vu-ink);
}

.vu-header-phone > span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: inherit;
}

.vu-header-phone small {
  color: currentColor;
  font-size: 9px;
  font-weight: 500;
  opacity: .62;
}

.vu-header-phone strong {
  margin-top: 2px;
  font-size: 13px;
  white-space: nowrap;
}

.vu-header-phone svg {
  width: 17px;
  height: 17px;
}

.vu-header-account {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  min-height: 54px;
  height: 54px;
  padding: 0 18px;
  flex: none;
  box-sizing: border-box;
  color: #fff;
  background-color: var(--vu-primary);
  background-image: linear-gradient(110deg, #f2a45f 0%, #df657d 52%, #c84f88 100%);
  border: 0;
  border-radius: 10px;
  font-family: "Inter Tight", Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-image .18s ease, transform .18s ease;
}

.vu-header-account:hover,
.vu-header-account:focus-visible {
  color: #fff;
  background-image: linear-gradient(110deg, #e8954e 0%, #d65370 52%, #b94179 100%);
  outline: none;
  transform: translateY(-1px);
}

.vu-header-overlay .vu-site-header:not(.is-scrolled):not(.is-menu-open) .vu-header-account:hover,
.vu-header-overlay .vu-site-header:not(.is-scrolled):not(.is-menu-open) .vu-header-account:focus-visible {
  color: #fff;
  background-image: linear-gradient(110deg, #e8954e 0%, #d65370 52%, #b94179 100%);
}

.vu-header-account svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.vu-book-button,
.vu-modernized .primary-button,
.vu-reference-primary,
.vu-dialog-option.is-primary,
.vu-mobile-action-bar button,
.vu-floating-book {
  color: #fff;
  background-color: var(--vu-primary);
  background-image: linear-gradient(110deg, #f2a45f 0%, #df657d 52%, #c84f88 100%);
  border-color: transparent;
}

.vu-book-button:hover,
.vu-book-button:focus-visible,
.vu-modernized .primary-button:hover,
.vu-reference-primary:hover,
.vu-dialog-option.is-primary:hover,
.vu-mobile-action-bar button:hover,
.vu-floating-book:hover {
  color: #fff;
  background-color: var(--vu-primary-dark);
  background-image: linear-gradient(110deg, #e8954e 0%, #d65370 52%, #b94179 100%);
  border-color: transparent;
}

.vu-book-button {
  min-height: 42px;
  padding: 11px 18px;
  border-radius: 10px;
}

.vu-modern-mega {
  box-shadow: 0 28px 80px rgba(33, 27, 29, .16);
}

.vu-floating-book {
  position: fixed;
  z-index: 1800;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 16px;
  color: #fff;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 14px 36px rgba(185, 68, 96, .28);
  transition: transform .18s ease, box-shadow .18s ease;
}

.vu-floating-book:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(185, 68, 96, .34);
}

.vu-floating-book > span {
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .2);
}

.vu-floating-book svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

/* Главный экран в стилистике утерянной версии */
.vu-home-modern .banner-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 760px;
  padding-top: 124px;
  padding-bottom: 74px;
  background: #171315;
}

.vu-home-modern .background-video,
.vu-home-modern .w-background-video {
  z-index: 0;
  height: 100%;
  transform: none;
}

.vu-home-modern .background-video > video,
.vu-home-modern .w-background-video > video {
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vu-home-modern .black-overlay {
  z-index: 1;
  background: linear-gradient(90deg, rgba(23, 19, 21, .78) 6%, rgba(23, 19, 21, .42) 55%, rgba(23, 19, 21, .28) 100%);
}

.vu-home-modern .banner-section > .w-container,
.vu-home-modern .banner-section .home-1-banner-text-grid {
  position: relative;
  z-index: 2;
}

.vu-home-modern .home-1-banner-text-grid {
  grid-template-rows: auto 1fr;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
  align-items: center;
  gap: 18px 70px;
  width: min(90%, 1080px);
  margin-top: 30px;
}

.vu-home-eyebrow {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, .76);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vu-home-modern .home-1-banner-text-grid h1 {
  grid-column: 1;
  grid-row: 2;
  max-width: 670px;
  margin: 0;
  font-size: clamp(68px, 7vw, 104px);
  line-height: .89;
}

.vu-gradient-text {
  color: #f1a25f;
  background: linear-gradient(100deg, #f4b264 0%, #e46d7d 55%, #d45a94 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vu-home-modern .home-1-paragraph-banner-wrap {
  grid-column: 2;
  grid-row: 2;
  justify-content: center;
  gap: 24px;
}

.vu-home-modern .home-1-banner-paragraph {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
}

.vu-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.vu-home-modern .banner-section .vu-reference-primary {
  min-height: 46px;
  margin: 0;
  padding: 13px 21px;
  color: #fff;
  background-color: var(--vu-primary) !important;
  background-image: linear-gradient(110deg, #f2a45f 0%, #df657d 52%, #c84f88 100%) !important;
  border: 0;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
}

.vu-home-modern .banner-section .vu-reference-primary:hover,
.vu-home-modern .banner-section .vu-reference-primary:focus-visible {
  background-color: var(--vu-primary-dark) !important;
  background-image: linear-gradient(110deg, #e8954e 0%, #d65370 52%, #b94179 100%) !important;
}

.vu-home-price-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 11px 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.vu-home-price-link:hover {
  color: #f4b264;
}

.vu-home-price-link svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.vu-home-hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  margin-top: 10px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.vu-home-hero-meta > span {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-right: 12px;
}

.vu-home-hero-meta strong {
  color: #fff;
  font-size: 17px;
}

.vu-home-hero-meta small {
  color: rgba(255, 255, 255, .62);
  font-size: 10px;
  line-height: 1.25;
}

/* Тёмный hero и насыщенное содержание услуг */
.vu-service-modern .vu-service-hero {
  min-height: 680px;
  padding: 126px 24px 0;
  color: #fff;
  background: #181416;
}

.vu-service-hero .base-container {
  grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr);
  gap: 70px;
}

.vu-service-hero .banner-title-wrapper.service-details-page {
  padding-bottom: 68px;
}

.vu-service-hero .vu-breadcrumbs {
  color: rgba(255, 255, 255, .5);
}

.vu-service-hero .vu-breadcrumbs a:hover {
  color: #f4b264;
}

.vu-service-hero h1 {
  color: #fff;
  font-size: clamp(58px, 6vw, 90px);
}

.vu-service-hero .banner-title-wrapper > p {
  color: rgba(255, 255, 255, .7);
  font-size: 18px;
}

.vu-service-hero-facts > span {
  background: rgba(255, 255, 255, .07);
  border-color: rgba(255, 255, 255, .15);
}

.vu-service-hero-facts strong {
  color: #fff;
}

.vu-service-hero-facts small {
  color: rgba(255, 255, 255, .54);
}

.vu-service-hero-actions > a {
  color: #fff;
}

.vu-service-hero .service-details-image-wrap {
  height: 570px;
}

.vu-service-hero .service-image {
  border-radius: 22px 22px 0 0;
}

.vu-service-body {
  padding-top: 86px;
}

.vu-service-content > h2 {
  max-width: 800px;
  margin-top: 78px;
  font-size: clamp(40px, 4.7vw, 64px);
  line-height: .96;
}

.vu-service-content > p {
  max-width: 820px;
  font-size: 18px;
}

.vu-service-card {
  min-height: 200px;
  padding: 26px;
}

.vu-service-card h3 {
  font-size: 24px;
}

.vu-service-aside {
  overflow: hidden;
  box-shadow: 0 18px 52px rgba(33, 27, 29, .08);
}

.vu-service-aside::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, #f4b264, #dc617d, #c94f88);
}

.vu-service-system {
  margin-top: 96px;
  padding: 42px;
  color: #fff;
  background: #1a1618;
  border-radius: 18px;
}

.vu-service-system .vu-kicker {
  color: #f1a864;
}

.vu-service-system > h2 {
  max-width: 680px;
  margin: 14px 0 18px;
  color: #fff;
  font-size: clamp(38px, 4.4vw, 58px);
  font-weight: 470;
  letter-spacing: -.055em;
  line-height: .96;
}

.vu-service-system > p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, .64);
  font-size: 16px;
  line-height: 1.6;
}

.vu-service-system-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 34px;
}

.vu-service-system-grid article {
  min-height: 190px;
  padding: 20px;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
}

.vu-service-system-grid article > span {
  color: #ef9b68;
  font-size: 11px;
  font-weight: 700;
}

.vu-service-system-grid h3 {
  margin: 34px 0 9px;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.1;
}

.vu-service-system-grid p {
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  line-height: 1.5;
}

.vu-service-faq {
  margin-top: 100px;
  padding-top: 64px;
  border-top: 1px solid var(--vu-line-strong);
}

.vu-service-faq h2 {
  max-width: 650px;
  margin: 14px 0 34px;
  color: var(--vu-ink);
  font-size: clamp(40px, 4.7vw, 64px);
  font-weight: 480;
  letter-spacing: -.055em;
  line-height: .96;
}

.vu-service-faq-list {
  border-top: 1px solid var(--vu-line-strong);
}

.vu-service-faq-list details {
  border-bottom: 1px solid var(--vu-line-strong);
}

.vu-service-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  color: var(--vu-ink);
  cursor: pointer;
  font-size: 17px;
  font-weight: 650;
  list-style: none;
}

.vu-service-faq-list summary::-webkit-details-marker {
  display: none;
}

.vu-service-faq-list summary svg {
  width: 20px;
  height: 20px;
  flex: none;
  fill: none;
  stroke: var(--vu-primary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform .18s ease;
}

.vu-service-faq-list details[open] summary svg {
  transform: rotate(180deg);
}

.vu-service-faq-list p {
  max-width: 720px;
  margin: -4px 0 22px;
  color: var(--vu-muted);
  font-size: 15px;
  line-height: 1.65;
}

.vu-dialog-option.is-primary {
  box-shadow: 0 12px 30px rgba(185, 68, 96, .18);
}

@media (max-width: 1240px) {
  .vu-header-address {
    display: none;
  }
}

@media (max-width: 1100px) {
  .vu-header-phone {
    display: none;
  }

  .vu-service-hero .base-container {
    gap: 38px;
  }
}

@media (max-width: 991px) {
  body.vu-modernized:not(.vu-header-overlay) {
    padding-top: 70px;
  }

  .vu-main-inner {
    min-height: 70px;
  }

  .vu-mobile-panel {
    inset: 70px 0 0;
  }

  .vu-header-overlay .vu-site-header:not(.is-scrolled):not(.is-menu-open) .vu-mobile-menu-button {
    color: #fff;
    background: rgba(255, 255, 255, .12);
  }

  .vu-service-modern .vu-service-hero {
    padding-top: 112px;
  }

  .vu-service-hero .base-container {
    grid-template-columns: 1fr;
  }

  .vu-home-modern .home-1-banner-text-grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
    gap: 18px 36px;
  }
}

@media (max-width: 767px) {
  body.vu-modernized:not(.vu-header-overlay) {
    padding-top: 66px;
  }

  .vu-main-inner {
    min-height: 66px;
  }

  .vu-mobile-panel {
    inset: 66px 0 64px;
  }

  .vu-floating-book {
    display: none;
  }

  .vu-modern-logo {
    width: 136px;
    flex-basis: 136px;
  }

  .vu-home-modern .banner-section {
    min-height: 760px;
    padding-top: 108px;
  }

  .vu-home-modern .home-1-banner-text-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 16px;
    margin-top: 0;
  }

  .vu-home-eyebrow,
  .vu-home-modern .home-1-banner-text-grid h1,
  .vu-home-modern .home-1-paragraph-banner-wrap {
    grid-column: 1;
  }

  .vu-home-eyebrow {
    grid-row: 1;
  }

  .vu-home-modern .home-1-banner-text-grid h1 {
    grid-row: 2;
    font-size: clamp(50px, 15vw, 66px);
  }

  .vu-home-modern .home-1-paragraph-banner-wrap {
    grid-row: 3;
    max-width: 520px;
  }

  .vu-home-modern .home-1-banner-paragraph {
    font-size: 16px;
  }

  .vu-home-hero-meta {
    margin-top: 2px;
  }

  .vu-service-modern .vu-service-hero {
    min-height: 0;
    padding-top: 104px;
  }

  .vu-service-hero h1 {
    font-size: clamp(48px, 14vw, 64px);
  }

  .vu-service-hero .service-details-image-wrap {
    height: 82vw;
    min-height: 330px;
  }

  .vu-service-faq {
    margin-top: 70px;
    padding-top: 48px;
  }

  .vu-service-system {
    margin-top: 70px;
    padding: 30px 20px;
  }

  .vu-service-system-grid {
    grid-template-columns: 1fr;
  }

  .vu-service-system-grid article {
    min-height: 0;
  }

  .vu-service-system-grid h3 {
    margin-top: 22px;
  }

  .vu-service-faq-list summary {
    padding: 19px 0;
    font-size: 15px;
  }
}

/* Насыщенные блоки главной из сохранённой версии */
.vu-restored-technology,
.vu-restored-team,
.vu-home-faq {
  padding: 118px 0;
}

.vu-restored-technology {
  color: #fff;
  background: #181416;
}

.vu-restored-tech-head,
.vu-restored-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .55fr);
  align-items: end;
  gap: 16px 70px;
  margin-bottom: 52px;
}

.vu-restored-tech-head .vu-kicker,
.vu-restored-heading .vu-kicker {
  grid-column: 1 / -1;
}

.vu-restored-tech-head .vu-kicker {
  color: #f1a864;
}

.vu-restored-tech-head h2,
.vu-restored-heading h2,
.vu-home-faq h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(44px, 5.4vw, 76px);
  font-weight: 450;
  letter-spacing: -.06em;
  line-height: .94;
}

.vu-restored-tech-head h2 {
  color: #fff;
}

.vu-restored-tech-head > p,
.vu-restored-heading > p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}

.vu-restored-tech-head > p {
  color: rgba(255, 255, 255, .62);
}

.vu-restored-tech-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.vu-restored-tech-grid article {
  min-height: 270px;
  padding: 24px;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 14px;
}

.vu-restored-tech-grid article > span {
  color: #ef9b68;
  font-size: 11px;
  font-weight: 700;
}

.vu-restored-tech-grid h3 {
  margin: 92px 0 12px;
  color: #fff;
  font-size: 22px;
  font-weight: 560;
  letter-spacing: -.025em;
  line-height: 1.08;
}

.vu-restored-tech-grid p {
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  line-height: 1.55;
}

.vu-restored-tech-gallery {
  display: grid;
  grid-template-columns: 1.35fr .8fr .8fr;
  gap: 8px;
  margin-top: 8px;
}

.vu-restored-tech-gallery img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 14px;
}

.vu-restored-team {
  background: #f6eee9;
}

.vu-restored-heading h2 {
  color: var(--vu-ink);
}

.vu-restored-heading > p {
  color: var(--vu-muted);
}

.vu-restored-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.vu-restored-doctor-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--vu-line);
  border-radius: 16px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.vu-restored-doctor-card:hover {
  border-color: var(--vu-line-strong);
  box-shadow: 0 18px 45px rgba(33, 27, 29, .08);
  transform: translateY(-4px);
}

.vu-restored-doctor-photo {
  display: block;
  overflow: hidden;
  aspect-ratio: .82;
  background: #e8dfda;
}

.vu-restored-doctor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform .35s ease;
}

.vu-restored-doctor-card:hover .vu-restored-doctor-photo img {
  transform: scale(1.025);
}

.vu-restored-doctor-card > div {
  padding: 21px;
}

.vu-restored-doctor-card > div > span {
  display: block;
  min-height: 28px;
  color: var(--vu-primary-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.35;
  text-transform: uppercase;
}

.vu-restored-doctor-card h3 {
  min-height: 58px;
  margin: 13px 0 20px;
  font-size: 21px;
  font-weight: 570;
  letter-spacing: -.03em;
  line-height: 1.15;
}

.vu-restored-doctor-card h3 a {
  color: var(--vu-ink);
  text-decoration: none;
}

.vu-restored-doctor-more,
.vu-restored-section-link,
.vu-restored-reviews-link a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--vu-ink);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.vu-restored-doctor-more svg,
.vu-restored-section-link svg,
.vu-restored-reviews-link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--vu-primary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.vu-restored-section-link {
  margin-top: 30px;
  font-size: 14px;
}

.vu-home-faq {
  background: var(--vu-cream);
}

.vu-home-faq-grid {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 110px;
}

.vu-home-faq h2 {
  margin: 14px 0 22px;
  color: var(--vu-ink);
}

.vu-home-faq-grid > div:first-child > p {
  max-width: 470px;
  margin: 0 0 28px;
  color: var(--vu-muted);
  font-size: 15px;
  line-height: 1.65;
}

.vu-home-faq-list {
  border-top: 1px solid var(--vu-line-strong);
}

.vu-home-faq-list details {
  border-bottom: 1px solid var(--vu-line-strong);
}

.vu-home-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  color: var(--vu-ink);
  cursor: pointer;
  font-size: 17px;
  font-weight: 650;
  list-style: none;
}

.vu-home-faq-list summary::-webkit-details-marker {
  display: none;
}

.vu-home-faq-list summary svg {
  width: 20px;
  height: 20px;
  flex: none;
  fill: none;
  stroke: var(--vu-primary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform .18s ease;
}

.vu-home-faq-list details[open] summary svg {
  transform: rotate(180deg);
}

.vu-home-faq-list p {
  max-width: 680px;
  margin: -4px 0 23px;
  color: var(--vu-muted);
  font-size: 15px;
  line-height: 1.65;
}

.vu-restored-reviews-link {
  width: min(100% - 48px, 1200px);
  margin: -52px auto 92px;
  text-align: center;
}

.vu-restored-reviews-link a {
  justify-content: center;
  font-size: 14px;
}

/* Карточки профильных врачей внутри услуг */
.vu-doctor-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.vu-doctor-links a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 68px;
  padding: 8px;
}

.vu-doctor-links a > img {
  width: 50px;
  height: 50px;
  flex: none;
  object-fit: cover;
  object-position: center top;
  background: #eee5e1;
  border-radius: 8px;
}

.vu-doctor-links a > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.vu-doctor-links a strong {
  color: var(--vu-ink);
  font-size: 11px;
  line-height: 1.25;
}

.vu-doctor-links a small {
  color: var(--vu-muted);
  font-size: 9px;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .vu-floating-book {
    display: none;
  }

  .vu-restored-tech-head,
  .vu-restored-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .vu-restored-tech-head .vu-kicker,
  .vu-restored-heading .vu-kicker {
    grid-column: auto;
  }

  .vu-restored-tech-grid,
  .vu-restored-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vu-restored-tech-gallery {
    grid-template-columns: 1.25fr 1fr;
  }

  .vu-restored-tech-gallery img:last-child {
    display: none;
  }

  .vu-home-faq-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }
}

@media (max-width: 767px) {
  .vu-restored-technology,
  .vu-restored-team,
  .vu-home-faq {
    padding: 78px 0;
  }

  .vu-restored-tech-head,
  .vu-restored-heading {
    margin-bottom: 36px;
  }

  .vu-restored-tech-head h2,
  .vu-restored-heading h2,
  .vu-home-faq h2 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .vu-restored-tech-grid {
    grid-template-columns: 1fr;
  }

  .vu-restored-tech-grid article {
    min-height: 0;
  }

  .vu-restored-tech-grid h3 {
    margin-top: 42px;
  }

  .vu-restored-tech-gallery {
    grid-template-columns: 1fr;
  }

  .vu-restored-tech-gallery img {
    height: 68vw;
    min-height: 260px;
  }

  .vu-restored-tech-gallery img:nth-child(n + 2) {
    display: none;
  }

  .vu-restored-doctor-card > div {
    padding: 17px;
  }

  .vu-restored-doctor-card > div > span {
    min-height: 42px;
    font-size: 9px;
  }

  .vu-restored-doctor-card h3 {
    min-height: 72px;
    margin-block: 10px 16px;
    font-size: 17px;
  }

  .vu-restored-doctor-more {
    font-size: 11px;
  }

  .vu-doctor-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 479px) {
  .vu-restored-team-grid {
    gap: 7px;
  }

  .vu-restored-doctor-card > div {
    padding: 14px 12px;
  }

  .vu-restored-doctor-card h3 {
    font-size: 15px;
  }

  .vu-restored-doctor-more svg {
    display: none;
  }
}

/* Подробные страницы отдельных процедур */
.vu-detail-page {
  color: var(--vu-ink);
  background: var(--vu-cream);
}

.vu-detail-page main {
  overflow: visible;
}

.vu-detail-hero {
  min-height: 760px;
  padding: 118px 0 0;
  color: #fff;
  background:
    radial-gradient(circle at 18% 28%, rgba(212, 90, 148, .12), transparent 34%),
    #181416;
}

.vu-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(450px, 1.06fr);
  align-items: end;
  gap: 72px;
  min-height: 642px;
}

.vu-detail-hero-copy {
  min-width: 0;
  padding-bottom: 70px;
}

.vu-detail-hero .vu-breadcrumbs {
  margin-bottom: 38px;
  color: rgba(255, 255, 255, .48);
}

.vu-detail-hero .vu-breadcrumbs a:hover {
  color: #f4b264;
}

.vu-detail-hero .vu-kicker {
  color: #f1a864;
}

.vu-detail-hero h1 {
  max-width: 720px;
  margin: 16px 0 22px;
  color: #fff;
  font-size: clamp(56px, 5.8vw, 88px);
  font-weight: 440;
  letter-spacing: -.066em;
  line-height: .91;
}

.vu-detail-hero-copy > p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 18px;
  line-height: 1.55;
}

.vu-detail-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.vu-detail-hero-actions > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.vu-detail-hero-actions svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #ef7188;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.vu-detail-hero-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 34px;
}

.vu-detail-hero-facts > span,
.vu-detail-hero-facts > a {
  display: flex;
  min-height: 76px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 11px;
}

.vu-detail-hero-facts strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
}

.vu-detail-hero-facts small {
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
}

.vu-detail-hero-media {
  overflow: hidden;
  height: 610px;
  margin: 0;
  background: #2b2528;
  border-radius: 22px 22px 0 0;
}

.vu-detail-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vu-detail-hero-media.is-placeholder {
  background:
    linear-gradient(135deg, rgba(244, 178, 100, .28), rgba(204, 86, 137, .15)),
    #2b2528;
}

.vu-detail-jump {
  position: sticky;
  z-index: 1500;
  top: 78px;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--vu-line);
  box-shadow: 0 12px 36px rgba(33, 27, 29, .05);
  backdrop-filter: blur(18px);
}

.vu-detail-jump .vu-site-shell {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 8px;
}

.vu-detail-jump a,
.vu-detail-jump button {
  padding: 9px 12px;
  color: var(--vu-muted);
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}

.vu-detail-jump a:hover {
  color: var(--vu-primary-dark);
  background: #f7f0ec;
}

.vu-detail-jump button {
  margin-left: auto;
  color: #fff;
  background: linear-gradient(110deg, #f2a45f, #df657d 52%, #c84f88);
}

.vu-detail-lead,
.vu-detail-editorial,
.vu-detail-doctors,
.vu-detail-faq,
.vu-detail-related {
  padding: 116px 0;
}

.vu-detail-lead {
  background: #f6eee9;
}

.vu-detail-lead-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  align-items: start;
  gap: 100px;
}

.vu-detail-lead h2,
.vu-detail-editorial h2,
.vu-detail-section-heading h2,
.vu-detail-faq h2,
.vu-detail-related > .vu-site-shell > h2 {
  margin: 14px 0 0;
  color: var(--vu-ink);
  font-size: clamp(44px, 5.2vw, 72px);
  font-weight: 450;
  letter-spacing: -.06em;
  line-height: .95;
}

.vu-detail-richtext > p,
.vu-detail-editorial-copy > p {
  margin: 0 0 20px;
  color: var(--vu-muted);
  font-size: 18px;
  line-height: 1.72;
}

.vu-detail-richtext > p:first-child {
  color: var(--vu-ink);
  font-size: 22px;
  letter-spacing: -.018em;
  line-height: 1.55;
}

.vu-detail-richtext blockquote,
.vu-detail-editorial-copy blockquote {
  position: relative;
  margin: 32px 0 0;
  padding: 24px 26px 24px 30px;
  color: var(--vu-ink);
  background: #fff;
  border: 1px solid var(--vu-line);
  border-radius: 14px;
  font-size: 16px;
  font-style: normal;
  line-height: 1.65;
}

.vu-detail-richtext blockquote::before,
.vu-detail-editorial-copy blockquote::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 4px;
  background: linear-gradient(#f2a45f, #cc5689);
  border-radius: 0 4px 4px 0;
}

.vu-detail-prices {
  padding: 116px 0 126px;
  background: #fff;
}

.vu-detail-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .55fr);
  align-items: end;
  gap: 20px 70px;
  margin-bottom: 48px;
}

.vu-detail-section-heading > p {
  margin: 0;
  color: var(--vu-muted);
  font-size: 15px;
  line-height: 1.65;
}

.vu-detail-price-card {
  overflow: hidden;
  max-width: 1050px;
  background: var(--vu-cream);
  border: 1px solid var(--vu-line);
  border-radius: 17px;
}

.vu-detail-price-card > h3 {
  margin: 0;
  padding: 24px 28px;
  color: #fff;
  background: #1a1618;
  font-size: 20px;
  font-weight: 560;
}

.vu-detail-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  min-height: 76px;
  padding: 16px 28px;
  border-bottom: 1px solid var(--vu-line);
}

.vu-detail-price-row:last-child {
  border-bottom: 0;
}

.vu-detail-price-row > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.vu-detail-price-row strong {
  color: var(--vu-ink);
  font-size: 15px;
}

.vu-detail-price-row small {
  max-width: 660px;
  color: var(--vu-muted);
  font-size: 11px;
  line-height: 1.4;
}

.vu-detail-price-row > span {
  color: var(--vu-primary-dark);
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
}

.vu-detail-editorial {
  background: var(--vu-cream);
}

.vu-detail-editorial + .vu-detail-editorial {
  padding-top: 0;
}

.vu-detail-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .82fr);
  align-items: center;
  gap: 90px;
}

.vu-detail-editorial-grid:not(:has(.vu-detail-media)) {
  grid-template-columns: minmax(0, 860px);
}

.vu-detail-editorial.is-reversed .vu-detail-editorial-copy {
  grid-column: 2;
}

.vu-detail-editorial.is-reversed .vu-detail-media {
  grid-column: 1;
  grid-row: 1;
}

.vu-detail-editorial h2 {
  max-width: 760px;
  margin-bottom: 28px;
}

.vu-detail-media {
  overflow: hidden;
  min-height: 470px;
  margin: 0;
  background: #eae0db;
  border-radius: 18px;
}

.vu-detail-media img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}

.vu-detail-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 54px;
}

.vu-detail-feature-grid article {
  min-height: 220px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--vu-line);
  border-radius: 14px;
}

.vu-detail-feature-grid article > span {
  color: var(--vu-primary);
  font-size: 11px;
  font-weight: 700;
}

.vu-detail-feature-grid h3 {
  margin: 46px 0 10px;
  color: var(--vu-ink);
  font-size: 21px;
  font-weight: 580;
  letter-spacing: -.025em;
  line-height: 1.12;
}

.vu-detail-feature-grid p {
  margin: 0;
  color: var(--vu-muted);
  font-size: 13px;
  line-height: 1.55;
}

.vu-detail-doctors {
  color: #fff;
  background: #181416;
}

.vu-detail-doctors .vu-kicker {
  color: #f1a864;
}

.vu-detail-doctors .vu-detail-section-heading h2 {
  color: #fff;
}

.vu-detail-doctors .vu-detail-section-heading > p {
  color: rgba(255, 255, 255, .6);
}

.vu-detail-doctor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.vu-detail-doctor {
  display: grid;
  grid-template-columns: 210px 1fr;
  overflow: hidden;
  min-height: 320px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 16px;
}

.vu-detail-doctor > a {
  display: block;
  min-height: 100%;
}

.vu-detail-doctor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.vu-detail-doctor > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 28px 26px;
}

.vu-detail-doctor > div > span {
  color: #ef9b68;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.35;
  text-transform: uppercase;
}

.vu-detail-doctor h3 {
  margin: 15px 0 18px;
  font-size: 27px;
  font-weight: 520;
  letter-spacing: -.04em;
  line-height: 1.05;
}

.vu-detail-doctor h3 a {
  color: #fff;
  text-decoration: none;
}

.vu-detail-doctor p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, .57);
  font-size: 13px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.vu-detail-text-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  margin-top: auto;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.vu-detail-text-link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #ef7188;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.vu-detail-faq {
  background: #f6eee9;
}

.vu-detail-faq-grid {
  display: grid;
  grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: 110px;
}

.vu-detail-faq h2 {
  margin-bottom: 22px;
}

.vu-detail-faq-grid > div:first-child > p {
  margin: 0 0 28px;
  color: var(--vu-muted);
  font-size: 15px;
  line-height: 1.65;
}

.vu-detail-faq-list {
  border-top: 1px solid var(--vu-line-strong);
}

.vu-detail-faq-list details {
  border-bottom: 1px solid var(--vu-line-strong);
}

.vu-detail-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 23px 0;
  color: var(--vu-ink);
  cursor: pointer;
  font-size: 17px;
  font-weight: 650;
  list-style: none;
}

.vu-detail-faq-list summary::-webkit-details-marker {
  display: none;
}

.vu-detail-faq-list summary svg {
  width: 20px;
  height: 20px;
  flex: none;
  fill: none;
  stroke: var(--vu-primary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform .18s ease;
}

.vu-detail-faq-list details[open] summary svg {
  transform: rotate(180deg);
}

.vu-detail-faq-list p {
  max-width: 720px;
  margin: -3px 0 23px;
  color: var(--vu-muted);
  font-size: 15px;
  line-height: 1.65;
}

.vu-detail-related {
  background: #fff;
}

.vu-category-procedures {
  padding: 116px 0 126px;
  background: #fff;
}

.vu-category-procedure-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.vu-category-procedure-grid > a {
  display: flex;
  min-height: 340px;
  flex-direction: column;
  padding: 28px;
  color: var(--vu-ink);
  background:
    radial-gradient(circle at 100% 0, rgba(218, 90, 139, .08), transparent 42%),
    var(--vu-cream);
  border: 1px solid var(--vu-line);
  border-radius: 16px;
  text-decoration: none;
  transition: border-color .18s ease, transform .18s ease;
}

.vu-category-procedure-grid > a:hover {
  border-color: var(--vu-line-strong);
  transform: translateY(-3px);
}

.vu-category-procedure-grid > a > span {
  color: var(--vu-primary);
  font-size: 11px;
  font-weight: 700;
}

.vu-category-procedure-grid h3 {
  max-width: 600px;
  margin: 60px 0 16px;
  color: var(--vu-ink);
  font-size: clamp(31px, 3.3vw, 46px);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: .98;
}

.vu-category-procedure-grid p {
  display: -webkit-box;
  overflow: hidden;
  max-width: 600px;
  margin: 0 0 28px;
  color: var(--vu-muted);
  font-size: 14px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.vu-category-procedure-grid small {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--vu-primary-dark);
  font-size: 12px;
  font-weight: 700;
}

.vu-category-procedure-grid svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--vu-primary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.vu-detail-related > .vu-site-shell > h2 {
  max-width: 760px;
  margin-bottom: 46px;
}

.vu-detail-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.vu-detail-related-grid > a {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: 25px;
  color: var(--vu-ink);
  background: var(--vu-cream);
  border: 1px solid var(--vu-line);
  border-radius: 15px;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease;
}

.vu-detail-related-grid > a:hover {
  border-color: var(--vu-line-strong);
  transform: translateY(-3px);
}

.vu-detail-related-grid > a > span {
  color: var(--vu-primary);
  font-size: 11px;
  font-weight: 700;
}

.vu-detail-related-grid h3 {
  max-width: 360px;
  margin: 70px 0 30px;
  color: var(--vu-ink);
  font-size: 28px;
  font-weight: 520;
  letter-spacing: -.04em;
  line-height: 1.04;
}

.vu-detail-related-grid small {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--vu-muted);
  font-size: 12px;
  font-weight: 700;
}

.vu-detail-related-grid svg,
.vu-service-card-link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--vu-primary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.vu-detail-footer-shell {
  width: min(100% - 48px, 1200px);
  margin: 0 auto;
}

.vu-detail-footer-links {
  display: grid;
  grid-template-columns: minmax(220px, 1.1fr) repeat(3, minmax(130px, .6fr));
  gap: 46px;
  padding: 52px 0;
}

.vu-detail-footer-links > a img {
  width: 155px;
  height: auto;
}

.vu-detail-footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vu-detail-footer-links > div > span {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, .42);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vu-detail-footer-links > div > a {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  text-decoration: none;
}

.vu-detail-footer-links > div > a:hover {
  color: #fff;
}

.vu-detail-footer-bottom {
  padding: 22px 0 34px;
  color: rgba(255, 255, 255, .42);
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: 11px;
}

.vu-service-card h3 a {
  color: inherit;
  text-decoration: none;
}

.vu-service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 22px;
  color: var(--vu-primary-dark);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .vu-detail-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, .8fr);
    gap: 40px;
  }

  .vu-detail-hero h1 {
    font-size: clamp(50px, 6.2vw, 72px);
  }

  .vu-detail-editorial-grid {
    gap: 50px;
  }
}

@media (max-width: 991px) {
  .vu-detail-hero {
    padding-top: 104px;
  }

  .vu-detail-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .vu-detail-hero-copy {
    padding-bottom: 0;
  }

  .vu-detail-hero-media {
    height: min(68vw, 620px);
  }

  .vu-detail-jump {
    top: 70px;
    overflow-x: auto;
  }

  .vu-detail-jump .vu-site-shell {
    width: max-content;
    min-width: calc(100% - 36px);
  }

  .vu-detail-lead-grid,
  .vu-detail-section-heading,
  .vu-detail-faq-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .vu-detail-editorial-grid,
  .vu-detail-editorial.is-reversed .vu-detail-editorial-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .vu-detail-editorial.is-reversed .vu-detail-editorial-copy,
  .vu-detail-editorial.is-reversed .vu-detail-media {
    grid-column: auto;
    grid-row: auto;
  }

  .vu-detail-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vu-detail-doctor-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .vu-detail-hero {
    min-height: 0;
    padding-top: 98px;
  }

  .vu-detail-hero-grid {
    gap: 42px;
  }

  .vu-detail-hero .vu-breadcrumbs {
    margin-bottom: 28px;
  }

  .vu-detail-hero h1 {
    max-width: 100%;
    font-size: clamp(42px, 11vw, 58px);
    overflow-wrap: anywhere;
  }

  .vu-detail-hero-copy > p {
    font-size: 16px;
  }

  .vu-detail-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .vu-detail-hero-actions .vu-book-button {
    width: 100%;
  }

  .vu-detail-hero-facts {
    grid-template-columns: 1fr;
  }

  .vu-detail-hero-media {
    height: 92vw;
    min-height: 350px;
    border-radius: 17px 17px 0 0;
  }

  .vu-detail-jump {
    top: 66px;
  }

  .vu-detail-jump button {
    display: none;
  }

  .vu-detail-lead,
  .vu-detail-editorial,
  .vu-detail-doctors,
  .vu-detail-faq,
  .vu-detail-related,
  .vu-category-procedures,
  .vu-detail-prices {
    padding: 78px 0;
  }

  .vu-detail-lead h2,
  .vu-detail-editorial h2,
  .vu-detail-section-heading h2,
  .vu-detail-faq h2,
  .vu-detail-related > .vu-site-shell > h2 {
    font-size: clamp(39px, 11.8vw, 52px);
  }

  .vu-detail-richtext > p,
  .vu-detail-editorial-copy > p {
    font-size: 16px;
  }

  .vu-detail-richtext > p:first-child {
    font-size: 19px;
  }

  .vu-detail-price-row {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 18px 20px;
  }

  .vu-detail-price-row > span {
    white-space: normal;
  }

  .vu-detail-feature-grid,
  .vu-category-procedure-grid,
  .vu-detail-related-grid {
    grid-template-columns: 1fr;
  }

  .vu-detail-feature-grid article {
    min-height: 0;
  }

  .vu-detail-media,
  .vu-detail-media img {
    min-height: 320px;
  }

  .vu-detail-doctor {
    grid-template-columns: 128px 1fr;
    min-height: 280px;
  }

  .vu-detail-doctor > div {
    padding: 21px 17px;
  }

  .vu-detail-doctor h3 {
    font-size: 21px;
  }

  .vu-detail-doctor p {
    display: none;
  }

  .vu-detail-footer-shell {
    width: min(100% - 28px, 720px);
  }

  .vu-detail-footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 20px;
  }

  .vu-detail-footer-links > a {
    grid-column: 1 / -1;
  }
}

@media (max-width: 479px) {
  .vu-detail-hero-facts strong {
    font-size: 13px;
  }

  .vu-detail-doctor {
    grid-template-columns: 112px 1fr;
  }

  .vu-detail-doctor > div > span {
    font-size: 8px;
  }

  .vu-detail-doctor h3 {
    font-size: 18px;
  }

  .vu-detail-related-grid > a {
    min-height: 230px;
  }
}

/* Композиция услуг по видео-референсу: плотнее, модульнее, контрастнее */
.vu-detail-page {
  background: #f7f3f1;
}

.vu-detail-page :where(ul, ol, li) {
  -webkit-text-fill-color: currentColor;
}

.vu-detail-page .vu-site-shell {
  width: min(100% - 48px, 1240px);
}

.vu-detail-hero {
  min-height: 640px;
  padding-top: 96px;
  background:
    linear-gradient(90deg, rgba(22, 18, 20, .98) 0%, rgba(22, 18, 20, .96) 45%, rgba(22, 18, 20, .76) 100%),
    #171315;
}

.vu-detail-hero-grid {
  grid-template-columns: minmax(0, .92fr) minmax(430px, .82fr);
  gap: 54px;
  min-height: 544px;
}

.vu-detail-hero-copy {
  padding-bottom: 42px;
}

.vu-detail-hero .vu-breadcrumbs {
  margin-bottom: 24px;
  font-size: 10px;
}

.vu-detail-hero h1 {
  max-width: 740px;
  margin: 12px 0 18px;
  font-size: clamp(48px, 5vw, 68px);
  letter-spacing: -.057em;
  line-height: .94;
}

.vu-detail-hero-copy > p {
  max-width: 590px;
  font-size: 16px;
  line-height: 1.5;
}

.vu-detail-hero-actions {
  margin-top: 24px;
}

.vu-detail-hero .vu-book-button {
  min-height: 45px;
  padding: 12px 21px;
}

.vu-detail-hero-facts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin-top: 27px;
}

.vu-detail-hero-facts > span {
  min-height: 70px;
  padding: 12px;
  background: rgba(255, 255, 255, .045);
  border-color: rgba(255, 255, 255, .1);
}

.vu-detail-hero-facts strong {
  font-size: 12px;
}

.vu-detail-hero-facts small {
  font-size: 9px;
}

.vu-detail-hero-media {
  height: 510px;
  margin-bottom: 0;
  border-radius: 19px 19px 0 0;
}

.vu-detail-hero-media img {
  filter: saturate(.88) contrast(.96);
}

.vu-detail-jump .vu-site-shell {
  min-height: 54px;
}

.vu-detail-jump a,
.vu-detail-jump button {
  padding: 7px 11px;
  font-size: 11px;
}

.vu-detail-lead,
.vu-detail-editorial,
.vu-detail-doctors,
.vu-detail-faq,
.vu-detail-related {
  padding: 78px 0;
}

.vu-detail-lead {
  background: #f7f3f1;
}

.vu-detail-lead-grid {
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 72px;
}

.vu-detail-lead h2,
.vu-detail-editorial h2,
.vu-detail-section-heading h2,
.vu-detail-faq h2,
.vu-detail-related > .vu-site-shell > h2 {
  font-size: clamp(38px, 4.2vw, 55px);
  letter-spacing: -.052em;
  line-height: .98;
}

.vu-detail-richtext > p,
.vu-detail-editorial-copy > p {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.65;
}

.vu-detail-richtext > p:first-child {
  font-size: 17px;
  line-height: 1.6;
}

.vu-detail-richtext blockquote,
.vu-detail-editorial-copy blockquote {
  margin-top: 24px;
  padding: 19px 22px 19px 26px;
  background: #fff;
  border-radius: 11px;
  font-size: 14px;
  line-height: 1.55;
}

.vu-detail-prices {
  padding: 78px 0 128px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 20%, rgba(211, 78, 139, .13), transparent 30%),
    #171315;
}

.vu-detail-prices .vu-kicker {
  color: #f2a15f;
}

.vu-detail-prices .vu-detail-section-heading {
  margin-bottom: 32px;
}

.vu-detail-prices .vu-detail-section-heading h2 {
  color: #fff;
}

.vu-detail-prices .vu-detail-section-heading > p {
  color: rgba(255, 255, 255, .58);
}

.vu-detail-price-card {
  display: grid;
  max-width: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.vu-detail-price-card > h3 {
  grid-column: 1 / -1;
  padding: 0 0 8px;
  color: rgba(255, 255, 255, .72);
  background: transparent;
  font-size: 15px;
}

.vu-detail-price-row {
  display: flex;
  min-height: 156px;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
  padding: 20px;
  background: #fff;
  border: 0;
  border-radius: 12px;
}

.vu-detail-price-row > div {
  gap: 7px;
}

.vu-detail-price-row strong {
  font-size: 14px;
  line-height: 1.35;
}

.vu-detail-price-row small {
  font-size: 10px;
}

.vu-detail-price-row > span {
  margin-top: auto;
  padding-top: 14px;
  color: var(--vu-primary-dark);
  border-top: 1px solid var(--vu-line);
  font-size: 20px;
}

.vu-detail-editorial {
  background: #f7f3f1;
}

.vu-detail-editorial + .vu-detail-editorial {
  padding-top: 78px;
}

.vu-detail-editorial-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  gap: 64px;
}

.vu-detail-editorial h2 {
  margin-bottom: 22px;
}

.vu-detail-media {
  min-height: 390px;
  border-radius: 14px;
  box-shadow: 0 18px 55px rgba(38, 29, 33, .09);
}

.vu-detail-media img {
  min-height: 390px;
}

.vu-detail-editorial.is-dark {
  color: #fff;
  background:
    radial-gradient(circle at 10% 100%, rgba(231, 105, 126, .11), transparent 31%),
    #191517;
}

.vu-detail-editorial.is-dark .vu-kicker {
  color: #ef9c65;
}

.vu-detail-editorial.is-dark h2,
.vu-detail-editorial.is-dark .vu-detail-editorial-copy > p {
  color: #fff;
}

.vu-detail-editorial.is-dark .vu-detail-editorial-copy > p {
  color: rgba(255, 255, 255, .68);
}

.vu-detail-editorial.is-dark blockquote {
  color: #fff;
  background: rgba(255, 255, 255, .07);
  border-color: rgba(255, 255, 255, .12);
}

.vu-detail-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  background: transparent;
  list-style: none;
}

.vu-detail-checklist li {
  position: relative;
  min-height: 74px;
  padding: 17px 16px 17px 42px;
  color: var(--vu-ink);
  background: #fff;
  border: 1px solid var(--vu-line);
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.45;
}

.vu-detail-checklist li::before {
  content: "✓";
  position: absolute;
  top: 16px;
  left: 16px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #f1a060, #cc4f89);
  border-radius: 50%;
  font-size: 9px;
  font-weight: 800;
}

.vu-detail-editorial.is-dark .vu-detail-checklist li {
  color: #fff;
  background: rgba(255, 255, 255, .07);
  border-color: rgba(255, 255, 255, .12);
}

.vu-detail-feature-grid {
  gap: 9px;
  margin-top: 36px;
}

.vu-detail-feature-grid article {
  min-height: 178px;
  padding: 20px;
  border-radius: 11px;
}

.vu-detail-feature-grid h3 {
  margin: 30px 0 8px;
  font-size: 18px;
}

.vu-detail-feature-grid p {
  font-size: 12px;
}

.vu-detail-editorial.is-dark .vu-detail-feature-grid article {
  background: rgba(255, 255, 255, .07);
  border-color: rgba(255, 255, 255, .12);
}

.vu-detail-editorial.is-dark .vu-detail-feature-grid h3 {
  color: #fff;
}

.vu-detail-editorial.is-dark .vu-detail-feature-grid p {
  color: rgba(255, 255, 255, .6);
}

.vu-detail-section-heading {
  grid-template-columns: minmax(0, 1fr) minmax(280px, .45fr);
  gap: 50px;
  margin-bottom: 34px;
}

.vu-detail-doctors {
  padding: 82px 0;
}

.vu-detail-doctor-grid {
  display: grid;
  justify-content: start;
  gap: 9px;
}

.vu-detail-doctor-grid.has-1 {
  grid-template-columns: minmax(280px, 360px);
}

.vu-detail-doctor-grid.has-2 {
  grid-template-columns: repeat(2, minmax(280px, 380px));
}

.vu-detail-doctor-grid.has-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vu-detail-doctor-grid.has-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vu-detail-doctor {
  display: flex;
  min-height: 0;
  flex-direction: column;
  background: rgba(255, 255, 255, .055);
  border-radius: 13px;
}

.vu-detail-doctor > a {
  min-height: 0;
  height: 300px;
  background: #272124;
}

.vu-detail-doctor img {
  object-position: center 15%;
}

.vu-detail-doctor > div {
  min-height: 194px;
  padding: 20px;
}

.vu-detail-doctor h3 {
  margin: 12px 0 14px;
  font-size: 22px;
}

.vu-detail-doctor p {
  font-size: 11px;
  -webkit-line-clamp: 2;
}

.vu-detail-faq {
  background: #f7f3f1;
}

.vu-detail-faq-grid {
  grid-template-columns: minmax(280px, .62fr) minmax(0, 1.38fr);
  gap: 80px;
}

.vu-detail-faq-list summary {
  padding: 19px 0;
  font-size: 15px;
}

.vu-detail-faq-list p {
  font-size: 13px;
}

.vu-detail-related {
  padding: 72px 0 78px;
}

.vu-detail-related > .vu-site-shell > h2 {
  margin-bottom: 32px;
}

.vu-detail-related-grid > a {
  min-height: 205px;
  padding: 20px;
  border-radius: 11px;
}

.vu-detail-related-grid h3 {
  margin: 45px 0 22px;
  font-size: 24px;
}

.vu-category-procedures {
  padding: 76px 0 84px;
  background: #f7f3f1;
}

.vu-category-procedure-grid {
  gap: 10px;
}

.vu-category-procedure-grid > a {
  display: grid;
  min-height: 330px;
  grid-template-columns: minmax(190px, .72fr) minmax(0, 1fr);
  padding: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 14px;
}

.vu-category-procedure-image {
  position: relative;
  min-height: 100%;
  background: #e8deda;
}

.vu-category-procedure-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vu-category-procedure-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 23px;
}

.vu-category-procedure-copy > span {
  color: var(--vu-primary);
  font-size: 10px;
  font-weight: 700;
}

.vu-category-procedure-grid h3 {
  margin: 44px 0 12px;
  font-size: clamp(27px, 2.7vw, 38px);
}

.vu-category-procedure-grid p {
  font-size: 12px;
  -webkit-line-clamp: 4;
}

.vu-category-procedure-grid small {
  font-size: 11px;
}

.vu-category-page .vu-detail-doctor-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1100px) {
  .vu-detail-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(370px, .75fr);
    gap: 32px;
  }

  .vu-detail-hero-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vu-detail-doctor-grid.has-4,
  .vu-category-page .vu-detail-doctor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .vu-detail-page .vu-site-shell {
    width: min(100% - 36px, 860px);
  }

  .vu-detail-lead-grid,
  .vu-detail-section-heading,
  .vu-detail-faq-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }

  .vu-detail-hero {
    min-height: 0;
    padding-top: 102px;
  }

  .vu-detail-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
  }

  .vu-detail-hero-media {
    height: min(62vw, 540px);
  }

  .vu-detail-price-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vu-detail-editorial-grid,
  .vu-detail-editorial.is-reversed .vu-detail-editorial-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .vu-detail-editorial.is-reversed .vu-detail-editorial-copy,
  .vu-detail-editorial.is-reversed .vu-detail-media {
    grid-column: auto;
    grid-row: auto;
  }

  .vu-category-procedure-grid > a {
    grid-template-columns: 170px minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .vu-detail-page .vu-site-shell {
    width: min(100% - 28px, 720px);
  }

  .vu-detail-hero {
    padding-top: 92px;
  }

  .vu-detail-hero h1 {
    font-size: clamp(39px, 10.8vw, 52px);
  }

  .vu-detail-hero-copy > p {
    font-size: 15px;
  }

  .vu-detail-hero-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vu-detail-hero-facts > span {
    min-height: 62px;
  }

  .vu-detail-hero-media {
    height: 78vw;
    min-height: 310px;
  }

  .vu-detail-lead,
  .vu-detail-editorial,
  .vu-detail-doctors,
  .vu-detail-faq,
  .vu-detail-related,
  .vu-category-procedures,
  .vu-detail-prices {
    padding: 60px 0;
  }

  .vu-detail-editorial + .vu-detail-editorial {
    padding-top: 60px;
  }

  .vu-detail-lead h2,
  .vu-detail-editorial h2,
  .vu-detail-section-heading h2,
  .vu-detail-faq h2,
  .vu-detail-related > .vu-site-shell > h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .vu-detail-price-card,
  .vu-detail-checklist,
  .vu-detail-feature-grid,
  .vu-detail-related-grid {
    grid-template-columns: 1fr;
  }

  .vu-detail-price-row {
    min-height: 138px;
  }

  .vu-detail-media,
  .vu-detail-media img {
    min-height: 285px;
  }

  .vu-detail-doctor-grid.has-1,
  .vu-detail-doctor-grid.has-2,
  .vu-detail-doctor-grid.has-3,
  .vu-detail-doctor-grid.has-4,
  .vu-category-page .vu-detail-doctor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vu-detail-doctor > a {
    height: 230px;
  }

  .vu-detail-doctor > div {
    min-height: 170px;
    padding: 15px;
  }

  .vu-detail-doctor h3 {
    font-size: 18px;
  }

  .vu-detail-doctor p {
    display: none;
  }

  .vu-category-procedure-grid {
    grid-template-columns: 1fr;
  }

  .vu-category-procedure-grid > a {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .vu-category-procedure-image {
    width: 100%;
    height: 220px;
    min-height: 220px;
  }

  .vu-category-procedure-copy {
    min-height: 265px;
  }
}

@media (max-width: 479px) {
  .vu-detail-doctor-grid.has-1,
  .vu-detail-doctor-grid.has-2,
  .vu-detail-doctor-grid.has-3,
  .vu-detail-doctor-grid.has-4,
  .vu-category-page .vu-detail-doctor-grid {
    grid-template-columns: 1fr;
  }

  .vu-detail-doctor > a {
    height: 310px;
  }
}

/* Общая подача фотографий, усиленная типографика и motion-система */
.vu-service-hero .service-image,
.vu-detail-hero-media {
  border-radius: clamp(18px, 1.7vw, 26px);
}

.vu-detail-hero-media {
  position: relative;
  isolation: isolate;
  margin-bottom: 28px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .24);
}

.vu-detail-hero-media::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 52%, rgba(17, 13, 15, .24)),
    linear-gradient(135deg, rgba(255, 255, 255, .22), transparent 22%);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: inherit;
}

.vu-detail-hero-media::after {
  content: "Симферополь · с 2007 года";
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 18px;
  padding: 9px 12px;
  color: #fff;
  background: rgba(24, 20, 22, .7);
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 999px;
  backdrop-filter: blur(12px);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vu-detail-hero-media img {
  position: relative;
  z-index: 1;
  transform: scale(1.035) translate3d(0, var(--vu-hero-shift, 0), 0);
  transition: transform .18s linear;
}

.vu-service-hero .service-details-image-wrap {
  overflow: hidden;
  margin-bottom: 28px !important;
  border-radius: clamp(18px, 1.7vw, 26px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .22);
}

.vu-detail-hero h1 {
  font-size: clamp(56px, 5.35vw, 78px);
  font-weight: 600;
}

.vu-detail-lead h2,
.vu-detail-editorial h2,
.vu-detail-section-heading h2,
.vu-detail-faq h2,
.vu-detail-related > .vu-site-shell > h2 {
  font-size: clamp(44px, 4.65vw, 64px);
  font-weight: 600;
}

.vu-detail-richtext > p,
.vu-detail-editorial-copy > p {
  font-size: 17px;
  font-weight: 450;
}

.vu-detail-richtext > p:first-child {
  font-size: 19px;
}

.vu-detail-richtext blockquote,
.vu-detail-editorial-copy blockquote {
  font-size: 16px;
}

.vu-detail-checklist li {
  min-height: 84px;
  font-size: 14px;
}

.vu-detail-feature-grid h3 {
  font-size: 22px;
}

.vu-detail-feature-grid p {
  font-size: 14px;
}

.vu-detail-price-row strong {
  font-size: 16px;
}

.vu-detail-price-row small {
  font-size: 12px;
}

.vu-detail-price-row > span {
  font-size: 28px;
  font-weight: 700;
}

.vu-detail-faq-list summary {
  font-size: 18px;
  font-weight: 600;
}

.vu-detail-faq-list p,
.vu-category-procedure-grid p {
  font-size: 15px;
}

.vu-category-procedure-grid small {
  font-size: 13px;
}

.vu-category-procedure-image img {
  transition: transform .65s cubic-bezier(.2, .7, .2, 1), filter .4s ease;
}

.vu-category-procedure-grid > a:hover .vu-category-procedure-image img {
  filter: saturate(1.06);
  transform: scale(1.045);
}

.vu-book-button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.vu-book-button::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -80%;
  bottom: -80%;
  left: -45%;
  width: 24%;
  pointer-events: none;
  background: rgba(255, 255, 255, .32);
  filter: blur(4px);
  transform: rotate(18deg);
  transition: left .55s cubic-bezier(.2, .7, .2, 1);
}

.vu-book-button:hover::after {
  left: 125%;
}

.vu-scroll-progress {
  position: fixed;
  z-index: 5000;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
}

.vu-scroll-progress > span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f3a25f, #e36b7e 52%, #cf4c91);
  box-shadow: 0 2px 12px rgba(215, 79, 133, .45);
  transform: scaleX(var(--vu-scroll-progress, 0));
  transform-origin: left center;
  will-change: transform;
}

.vu-detail-jump a.is-current {
  color: #fff;
  background: linear-gradient(110deg, #f2a15f, #cf4f8e);
  border-radius: 999px;
}

.vu-motion-ready .vu-reveal-item {
  opacity: 0;
  filter: blur(5px);
  transform: translate3d(0, 36px, 0) scale(.988);
  transition:
    opacity .72s cubic-bezier(.2, .7, .2, 1),
    transform .86s cubic-bezier(.16, 1, .3, 1),
    filter .72s ease;
  transition-delay: var(--vu-motion-delay, 0ms);
  will-change: opacity, transform, filter;
}

.vu-motion-ready .vu-reveal-item.vu-reveal-step {
  filter: blur(8px);
  transform: translate3d(-16px, 48px, 0) scale(.965);
  transition-duration: .78s, .94s, .78s;
}

.vu-motion-ready .vu-reveal-item.vu-reveal-step:nth-child(even) {
  transform: translate3d(16px, 48px, 0) scale(.965);
}

.vu-motion-ready .vu-reveal-item.is-in-view {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.vu-motion-ready .vu-reveal-item.vu-reveal-step.is-in-view,
.vu-motion-ready .vu-reveal-item.vu-reveal-step:nth-child(even).is-in-view {
  transform: translate3d(0, 0, 0) scale(1);
}

@media (max-width: 767px) {
  .vu-motion-ready .vu-reveal-item.vu-reveal-step,
  .vu-motion-ready .vu-reveal-item.vu-reveal-step:nth-child(even) {
    transform: translate3d(0, 38px, 0) scale(.975);
  }

  .vu-motion-ready .vu-reveal-item.vu-reveal-step.is-in-view {
    transform: translate3d(0, 0, 0) scale(1);
  }

  .vu-detail-hero h1 {
    font-size: clamp(42px, 11.8vw, 56px);
  }

  .vu-detail-lead h2,
  .vu-detail-editorial h2,
  .vu-detail-section-heading h2,
  .vu-detail-faq h2,
  .vu-detail-related > .vu-site-shell > h2 {
    font-size: clamp(36px, 10.5vw, 47px);
  }

  .vu-detail-richtext > p,
  .vu-detail-editorial-copy > p {
    font-size: 16px;
  }

  .vu-detail-hero-media::after {
    right: 12px;
    bottom: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vu-scroll-progress {
    display: none;
  }

  .vu-detail-hero-media img {
    transform: none;
    transition: none;
  }
}

/* Главная: все направления в одной клинике */
.vu-home-directions {
  padding: 116px 0 124px;
  color: var(--vu-ink);
  background:
    radial-gradient(circle at 88% 0%, rgba(219, 89, 137, .09), transparent 25%),
    #f7f3f1;
}

.vu-home-directions-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .55fr);
  align-items: end;
  gap: 64px;
  margin-bottom: 48px;
}

.vu-home-directions-head h2 {
  max-width: 820px;
  margin: 12px 0 0;
  font-size: clamp(50px, 5.4vw, 76px);
  font-weight: 600;
  letter-spacing: -.06em;
  line-height: .94;
}

.vu-home-directions-head > p {
  margin: 0 0 4px;
  color: var(--vu-muted);
  font-size: 17px;
  line-height: 1.6;
}

.vu-home-directions-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
}

.vu-home-direction-card {
  display: flex;
  min-width: 0;
  grid-column: span 4;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  color: var(--vu-ink);
  background: #fff;
  border: 1px solid rgba(66, 51, 58, .13);
  border-radius: 18px;
  box-shadow: 0 15px 38px rgba(49, 37, 42, .055);
  text-decoration: none;
  transition: transform .35s cubic-bezier(.2, .7, .2, 1), box-shadow .35s ease, border-color .35s ease;
}

.vu-home-direction-card.is-featured {
  grid-column: span 8;
}

.vu-home-direction-card figure {
  position: relative;
  align-self: stretch;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  height: 230px;
  margin: 0;
  background: #e6ddda;
  border-radius: 18px 18px 0 0;
}

.vu-home-direction-card.is-featured figure,
.vu-home-direction-card.is-prosthetics figure {
  height: 340px;
}

.vu-home-direction-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 62%, rgba(28, 20, 24, .12));
}

.vu-home-direction-card img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .65s cubic-bezier(.16, 1, .3, 1), filter .4s ease;
}

.vu-home-direction-card:hover {
  color: var(--vu-ink);
  border-color: rgba(198, 73, 125, .3);
  box-shadow: 0 24px 58px rgba(49, 37, 42, .11);
  transform: translateY(-6px);
}

.vu-home-direction-card:hover img {
  filter: saturate(1.05);
  transform: scale(1.035);
}

.vu-home-direction-copy {
  display: flex;
  min-height: 245px;
  flex: 1;
  flex-direction: column;
  padding: 23px 24px 22px;
}

.vu-home-direction-card.is-featured .vu-home-direction-copy,
.vu-home-direction-card.is-prosthetics .vu-home-direction-copy {
  min-height: 230px;
}

.vu-home-direction-copy > span {
  color: var(--vu-primary-dark);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vu-home-direction-copy h3 {
  margin: 11px 0 12px;
  font-size: clamp(27px, 2.5vw, 38px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1;
}

.vu-home-direction-card.is-featured h3 {
  font-size: clamp(34px, 3.2vw, 48px);
}

.vu-home-direction-copy > p {
  margin: 0;
  color: var(--vu-muted);
  font-size: 14px;
  line-height: 1.55;
}

.vu-home-direction-copy > div {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 22px;
}

.vu-home-direction-copy strong {
  color: var(--vu-ink);
  font-size: 18px;
  letter-spacing: -.025em;
}

.vu-home-direction-copy small,
.vu-home-direction-diagnostic small,
.vu-home-directions-all {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--vu-primary-dark);
  font-size: 12px;
  font-weight: 700;
}

.vu-home-direction-copy svg,
.vu-home-direction-diagnostic svg,
.vu-home-directions-all svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform .2s ease;
}

.vu-home-direction-card:hover .vu-home-direction-copy svg,
.vu-home-direction-diagnostic:hover svg,
.vu-home-directions-all:hover svg {
  transform: translateX(4px);
}

.vu-home-direction-diagnostic {
  position: relative;
  display: grid;
  min-height: 205px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(240px, .72fr) minmax(320px, 1fr) minmax(260px, .72fr) auto;
  align-items: center;
  gap: 34px;
  overflow: hidden;
  padding: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 50%, rgba(222, 87, 141, .24), transparent 28%),
    #191517;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 18px;
  text-decoration: none;
}

.vu-home-direction-diagnostic::before {
  content: "3D";
  position: absolute;
  right: 8%;
  color: rgba(255, 255, 255, .035);
  font-size: 180px;
  font-weight: 800;
  letter-spacing: -.08em;
}

.vu-home-direction-diagnostic > span {
  color: #f2a15f;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vu-home-direction-diagnostic > strong {
  position: relative;
  z-index: 1;
  max-width: 480px;
  color: #fff;
  font-size: clamp(26px, 2.8vw, 40px);
  letter-spacing: -.045em;
  line-height: 1;
}

.vu-home-direction-diagnostic > p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
  line-height: 1.55;
}

.vu-home-direction-diagnostic small {
  position: relative;
  z-index: 1;
  color: #fff;
  white-space: nowrap;
}

.vu-home-directions-all {
  width: fit-content;
  margin-top: 28px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}

.vu-home-directions-all:hover {
  color: var(--vu-primary);
}

@media (max-width: 991px) {
  .vu-home-directions-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .vu-home-directions-head > p {
    max-width: 680px;
  }

  .vu-home-direction-card,
  .vu-home-direction-card.is-prosthetics {
    grid-column: span 6;
  }

  .vu-home-direction-card.is-featured {
    grid-column: 1 / -1;
  }

  .vu-home-direction-diagnostic {
    grid-template-columns: minmax(180px, .5fr) minmax(0, 1fr);
  }

  .vu-home-direction-diagnostic > p {
    grid-column: 2;
  }

  .vu-home-direction-diagnostic small {
    grid-column: 2;
  }
}

@media (max-width: 767px) {
  .vu-home-directions {
    padding: 78px 0 86px;
  }

  .vu-home-directions-head {
    margin-bottom: 34px;
  }

  .vu-home-directions-head h2 {
    font-size: clamp(43px, 13vw, 59px);
  }

  .vu-home-direction-card,
  .vu-home-direction-card.is-featured,
  .vu-home-direction-card.is-prosthetics {
    grid-column: 1 / -1;
  }

  .vu-home-direction-card figure,
  .vu-home-direction-card.is-featured figure,
  .vu-home-direction-card.is-prosthetics figure {
    height: 245px;
  }

  .vu-home-direction-copy,
  .vu-home-direction-card.is-featured .vu-home-direction-copy,
  .vu-home-direction-card.is-prosthetics .vu-home-direction-copy {
    min-height: 235px;
  }

  .vu-home-direction-diagnostic {
    display: flex;
    min-height: 330px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 18px;
    padding: 26px;
  }

  .vu-home-direction-diagnostic::before {
    top: 18px;
    right: 22px;
    font-size: 124px;
  }

  .vu-home-direction-diagnostic > p {
    max-width: 520px;
  }
}

/* Sticky-этапы и сравнение «до / после» */
.vu-detail-result-fact {
  color: inherit;
  text-decoration: none;
}

.vu-detail-result-fact:hover {
  color: #fff;
}

.vu-detail-story {
  --vu-story-count: 3;
  height: calc(var(--vu-story-count) * 100vh);
  padding: 0;
  scroll-margin-top: 140px;
  color: #fff;
  background: var(--vu-cream);
}

.vu-story-pin {
  position: sticky;
  top: 140px;
  z-index: 2;
  display: flex;
  height: calc(100vh - 160px);
  align-items: stretch;
  overflow: hidden;
  width: calc(100% - 40px);
  max-width: 1880px;
  margin: 0 auto;
  padding: 36px 48px 32px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 18%, rgba(222, 87, 141, .16), transparent 24%),
    #171315;
}

.vu-detail-page .vu-story-pin,
.vu-catalog-story .vu-story-pin {
  top: 140px;
  height: calc(100vh - 160px);
}

.vu-story-pin > .vu-site-shell {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  margin-inline: 0;
}

.vu-story-heading {
  flex: 0 0 auto;
  margin-bottom: 16px;
}

.vu-story-heading h2 {
  max-width: 18ch;
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: .96;
}

.vu-story-layout {
  display: grid;
  flex: 1;
  grid-template-columns: minmax(520px, 1.2fr) minmax(420px, 1fr);
  gap: 28px 48px;
  align-items: stretch;
  min-height: 0;
  height: 100%;
}

.vu-story-copy-col {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  height: 100%;
  padding: 8px 8px 0 0;
}

.vu-story-copy-stack {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.vu-story-step {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .45s ease, visibility .45s ease;
}

.vu-story-step.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.vu-story-step:not(:has(.vu-story-points)):not(:has(.vu-catalog-links)) {
  justify-content: center;
}

.vu-story-step:has(.vu-story-points),
.vu-story-step:has(.vu-catalog-links) {
  justify-content: flex-start;
}

.vu-story-step-number {
  color: #f2a15f;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.vu-story-step h3 {
  max-width: none;
  margin: 14px 0 22px;
  color: #fff;
  font-size: clamp(32px, 3.2vw, 52px);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1.08;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.vu-story-step:not(:has(.vu-story-points)):not(:has(.vu-catalog-links)) h3 {
  max-width: none;
  margin: 16px 0 28px;
  font-size: clamp(34px, 3.6vw, 56px);
  line-height: 1.08;
}

.vu-story-copy {
  display: grid;
  gap: 18px;
}

.vu-story-copy p {
  max-width: 58ch;
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: 17px;
  line-height: 1.55;
}

.vu-story-step:not(:has(.vu-story-points)):not(:has(.vu-catalog-links)) .vu-story-copy p {
  max-width: 58ch;
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.55;
  color: rgba(255, 255, 255, .82);
}

.vu-story-quote {
  max-width: 58ch;
  margin: 0;
  padding: 0 0 0 18px;
  color: rgba(255, 255, 255, .7);
  background: none;
  border: 0;
  border-left: 2px solid rgba(242, 161, 95, .85);
  border-radius: 0;
  font-size: 16px;
  line-height: 1.55;
}

.vu-story-copy:not(:has(p)) .vu-story-quote {
  max-width: 58ch;
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.48;
}

.vu-story-points {
  display: grid;
  flex: 1 1 auto;
  align-content: space-evenly;
  gap: 0;
  min-height: 0;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.vu-story-points li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 8px 14px;
  padding: 16px 0;
  background: none;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-radius: 0;
}

.vu-story-points li:last-child {
  padding-bottom: 4px;
}

.vu-story-points span {
  color: #f2a15f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.4;
}

.vu-story-points strong {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.25;
}

.vu-story-points small {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, .58);
  font-size: 14px;
  line-height: 1.5;
}

.vu-story-step.is-shown .vu-story-step-number,
.vu-story-step.is-shown h3,
.vu-story-step.is-shown .vu-story-copy > *,
.vu-story-step.is-shown .vu-story-points li,
.vu-story-step.is-shown .vu-catalog-links a,
.vu-story-step.is-shown .vu-catalog-more,
.vu-story-step.is-shown .vu-catalog-story-price {
  animation: vu-story-rise .85s cubic-bezier(.16, 1, .3, 1) both;
}

.vu-story-step.is-shown h3 { animation-delay: .08s; }
.vu-story-step.is-shown .vu-catalog-story-price { animation-delay: .05s; }
.vu-story-step.is-shown .vu-story-copy > *:nth-child(1) { animation-delay: .16s; }
.vu-story-step.is-shown .vu-story-copy > *:nth-child(2) { animation-delay: .24s; }
.vu-story-step.is-shown .vu-story-points li:nth-child(1),
.vu-story-step.is-shown .vu-catalog-links a:nth-child(1) { animation-delay: .22s; }
.vu-story-step.is-shown .vu-story-points li:nth-child(2),
.vu-story-step.is-shown .vu-catalog-links a:nth-child(2) { animation-delay: .3s; }
.vu-story-step.is-shown .vu-story-points li:nth-child(3),
.vu-story-step.is-shown .vu-catalog-links a:nth-child(3) { animation-delay: .38s; }
.vu-story-step.is-shown .vu-story-points li:nth-child(4),
.vu-story-step.is-shown .vu-catalog-links a:nth-child(4) { animation-delay: .46s; }
.vu-story-step.is-shown .vu-catalog-more { animation-delay: .42s; }

@keyframes vu-story-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 32px, 0);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}

.vu-story-stage {
  position: relative;
  overflow: hidden;
  min-height: 0;
  height: 100%;
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

.vu-story-frames,
.vu-story-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.vu-story-frame {
  overflow: hidden;
  margin: 0;
  background: #1a1517;
  opacity: 0;
  visibility: hidden;
  transition: opacity .7s ease;
}

.vu-story-frame.is-active {
  opacity: 1;
  visibility: visible;
}

.vu-story-step-number,
.vu-story-progress,
.vu-story-frame figcaption {
  display: none !important;
}

.vu-story-frame img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: none;
}

.vu-story-frame.is-active img {
  transform: none;
}

.vu-story-frame figcaption {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: #fff;
  background: rgba(20, 16, 18, .7);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

.vu-story-frame figcaption span {
  color: #f2a15f;
  font-size: 11px;
  font-weight: 800;
}

.vu-story-frame figcaption small {
  max-width: 28ch;
  overflow: hidden;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vu-story-progress {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
  padding-top: 8px;
}

.vu-story-book {
  flex: 0 0 auto;
  margin-left: auto;
  height: 36px;
  padding: 0 16px;
  color: #fff;
  background: linear-gradient(110deg, #f2a15f, #cf4f8e);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}

.vu-story-progress > div {
  display: flex;
  gap: 8px;
}

.vu-story-progress button {
  min-width: 42px;
  height: 36px;
  padding: 0 10px;
  color: rgba(255, 255, 255, .55);
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  cursor: pointer;
}

.vu-story-progress button.is-active {
  color: #fff;
  background: linear-gradient(110deg, #f2a15f, #cf4f8e);
  border-color: transparent;
}

.vu-story-progress > span {
  position: relative;
  flex: 1;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, .12);
  border-radius: 99px;
}

.vu-story-progress > span > i {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f3a25f, #cf4c91);
  transform: scaleX(0);
  transform-origin: left center;
  animation: vu-showcase-bar 3.2s linear infinite;
}

.vu-detail-story.is-paused .vu-story-progress > span > i {
  animation-play-state: paused;
}

.vu-catalog-story .vu-story-step h3 a {
  color: inherit;
  text-decoration: none;
}

.vu-catalog-story .vu-story-step h3 a:hover {
  color: #f2a15f;
}

.vu-catalog-story-price {
  display: inline-block;
  margin: 10px 0 0;
  padding: 6px 10px;
  color: rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  font-size: 11px;
}

.vu-catalog-story .vu-catalog-links {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 10px 0 8px;
  border-top-color: rgba(255, 255, 255, .12);
}

.vu-catalog-story .vu-catalog-links a {
  padding: 10px 0;
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .1);
}

.vu-catalog-story .vu-catalog-links a:hover {
  color: #f2a15f;
}

.vu-catalog-story .vu-catalog-more {
  color: #f2a15f;
}

.vu-before-after {
  position: relative;
  z-index: 5;
  padding: 110px 0 120px;
  scroll-margin-top: 140px;
  background: #f7f3f1;
}

.vu-before-after-grid {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 56px;
  align-items: center;
}

.vu-before-after-copy h2 {
  max-width: 12ch;
  margin: 12px 0 16px;
  font-size: clamp(40px, 4.6vw, 62px);
  font-weight: 600;
  letter-spacing: -.05em;
  line-height: .94;
}

.vu-before-after-copy p {
  margin: 0;
  color: var(--vu-muted);
  font-size: 16px;
  line-height: 1.55;
}

.vu-before-after-copy small {
  display: none;
}

.vu-result-gallery {
  position: relative;
  z-index: 5;
  padding: 110px 0 120px;
  scroll-margin-top: 140px;
  background: #f7f3f1;
}

.vu-result-gallery-grid {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: 56px;
  align-items: center;
}

.vu-result-gallery-copy h2 {
  max-width: 14ch;
  margin: 12px 0 16px;
  font-size: clamp(36px, 4.2vw, 56px);
  font-weight: 600;
  letter-spacing: -.05em;
  line-height: .96;
}

.vu-result-gallery-copy p {
  margin: 0;
  color: var(--vu-muted);
  font-size: 16px;
  line-height: 1.55;
}

.vu-result-photos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  min-height: 460px;
}

.vu-result-photos figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 460px;
  border-radius: 22px;
}

.vu-result-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.vu-result-photos figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-shadow: 0 8px 18px rgba(0, 0, 0, .45);
}

.vu-compare {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 520px;
  aspect-ratio: 5 / 4;
  background: #1b1719;
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(49, 37, 42, .16);
  cursor: ew-resize;
  touch-action: none;
  user-select: none;
}

.vu-compare img,
.vu-compare-before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.vu-compare img {
  object-fit: cover;
  pointer-events: none;
}

.vu-compare-before {
  z-index: 1;
  overflow: hidden;
  width: auto;
  clip-path: inset(0 calc(100% - var(--vu-compare-position, 50%)) 0 0);
}

.vu-compare-label {
  position: absolute;
  z-index: 3;
  top: 18px;
  padding: 7px 11px;
  color: #fff;
  background: rgba(20, 16, 18, .7);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
  pointer-events: none;
}

.vu-compare-label.is-before {
  left: 18px;
}

.vu-compare-label.is-after {
  right: 18px;
}

.vu-compare-handle {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: var(--vu-compare-position, 50%);
  width: 44px;
  transform: translateX(-50%);
  pointer-events: none;
}

.vu-compare-handle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, .35);
  transform: translateX(-50%);
}

.vu-compare-handle i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  border: 2px solid #fff;
  border-radius: 50%;
  background:
    linear-gradient(110deg, #f2a15f, #cf4f8e);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .28);
  transform: translate(-50%, -50%);
}

.vu-compare-handle i::before,
.vu-compare-handle i::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.vu-compare-handle i::before {
  left: 12px;
  transform: translateY(-50%) rotate(-135deg);
}

.vu-compare-handle i::after {
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
}

.vu-compare input[type="range"] {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.vu-compare.is-dragging .vu-compare-handle i {
  transform: translate(-50%, -50%) scale(1.06);
}

.vu-works {
  padding: 110px 0 120px;
  background: #f4eee9;
}

.vu-works-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 28px 48px;
  margin-bottom: 42px;
}

.vu-works-head h2 {
  max-width: 16ch;
  margin: 10px 0 16px;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: .94;
}

.vu-works-head p {
  max-width: 46ch;
  margin: 0;
  color: var(--vu-muted);
  font-size: 16px;
  line-height: 1.6;
}

.vu-works-all {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  color: var(--vu-primary-dark);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.vu-works-all svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform .2s ease;
}

.vu-works-all:hover svg {
  transform: translateX(4px);
}

.vu-works-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vu-works-card {
  min-width: 0;
}

.vu-works .vu-compare {
  min-height: 0;
  aspect-ratio: 3 / 4;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(49, 37, 42, .1);
}

.vu-works .vu-compare-label.is-after {
  top: auto;
  right: 14px;
  bottom: 14px;
}

.vu-works .vu-compare-handle i {
  background: #fff;
}

.vu-works .vu-compare-handle i::before,
.vu-works .vu-compare-handle i::after {
  border-color: #211b1d;
}

.vu-works-card-copy {
  padding: 16px 4px 0;
}

.vu-works-card-copy h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.25;
}

@media (max-width: 991px) {
  .vu-story-layout,
  .vu-before-after-grid,
  .vu-result-gallery-grid,
  .vu-works-head,
  .vu-works-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .vu-result-photos {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .vu-detail-story {
    height: calc(var(--vu-story-count) * 100vh);
    padding: 0;
  }

  .vu-story-pin {
    top: 70px;
    width: min(100% - 16px, 1240px);
    height: calc(100dvh - 84px);
    margin: 0 auto;
    padding: 18px 14px 16px;
    border-radius: 22px;
  }

  .vu-catalog-story .vu-story-pin {
    padding-bottom: 16px;
  }

  .vu-story-heading h2,
  .vu-before-after-copy h2 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .vu-story-step h3 {
    max-width: none;
    font-size: clamp(26px, 8vw, 34px);
  }

  .vu-story-layout {
    grid-template-rows: 280px 1fr;
    grid-template-columns: 1fr;
    min-height: 0;
    height: auto;
  }

  .vu-story-stage {
    min-height: 280px;
    height: 280px;
    grid-row: 1;
  }

  .vu-story-copy-col,
  .vu-story-copy-stack {
    min-height: 240px;
    grid-row: 2;
  }

  .vu-catalog-story .vu-story-heading > p {
    display: none;
  }

  .vu-catalog-story .vu-story-heading h2 {
    font-size: clamp(26px, 8vw, 34px);
  }

  .vu-catalog-story .vu-story-copy-stack {
    min-height: 0;
  }

  .vu-catalog-story .vu-catalog-links a {
    padding: 8px 0;
    font-size: 13px;
  }

  .vu-before-after {
    padding: 72px 0 84px;
  }

  .vu-compare {
    min-height: 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vu-detail-story {
    height: auto;
    padding: 24px 0 48px;
  }

  .vu-story-pin {
    position: relative;
    top: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 28px 24px 24px;
  }

  .vu-story-copy-stack {
    display: grid;
    gap: 28px;
  }

  .vu-story-step {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    animation: none;
  }

  .vu-story-step.is-shown .vu-story-step-number,
  .vu-story-step.is-shown h3,
  .vu-story-step.is-shown .vu-story-copy > *,
  .vu-story-step.is-shown .vu-story-points li,
  .vu-story-step.is-shown .vu-catalog-links a,
  .vu-story-step.is-shown .vu-catalog-more,
  .vu-story-step.is-shown .vu-catalog-story-price,
  .vu-story-frame img {
    animation: none;
    filter: none;
    transform: none;
  }

  .vu-story-frames {
    position: relative;
    min-height: 280px;
  }

  .vu-story-frame:not(.is-active) {
    display: none;
  }

  .vu-catalog-story .vu-story-pin > .vu-site-shell,
  .vu-catalog-story .vu-story-layout {
    height: auto;
    flex: none;
  }

  .vu-catalog-story .vu-story-copy-col,
  .vu-catalog-story .vu-story-copy-stack,
  .vu-catalog-story .vu-story-stage {
    height: auto;
    min-height: 280px;
  }
}

/* Readability: body uses Inter so copy does not fuse; display titles keep Inter Tight. */
body.vu-modernized {
  font-family: Inter, "Inter Tight", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
}

body.vu-modernized h1,
body.vu-modernized h2,
body.vu-modernized .vu-nav-link,
body.vu-modernized .vu-book-button {
  font-family: "Inter Tight", Inter, Arial, sans-serif;
}

body.vu-modernized h1,
body.vu-modernized h2 {
  letter-spacing: -.02em;
  line-height: 1.12;
}

.vu-detail-hero h1,
.vu-detail-lead h2,
.vu-detail-editorial h2,
.vu-detail-section-heading h2,
.vu-detail-faq h2,
.vu-detail-related > .vu-site-shell > h2,
.vu-home-directions-head h2 {
  letter-spacing: -.02em;
  line-height: 1.12;
}

.vu-detail-prices .vu-detail-section-heading > p {
  color: rgba(255, 255, 255, .78);
}

body.vu-modernized p,
body.vu-modernized li,
body.vu-modernized td,
body.vu-modernized th,
body.vu-modernized small,
body.vu-modernized label,
body.vu-modernized blockquote,
body.vu-modernized .small-paragraph,
body.vu-modernized .paragraph-no-margin,
body.vu-modernized .rich-text-style,
body.vu-modernized .rich-text-style p,
body.vu-modernized .w-richtext,
body.vu-modernized .w-richtext p,
body.vu-modernized .vu-detail-section-heading > p,
body.vu-modernized .vu-detail-price-card > h3,
body.vu-modernized .vu-detail-price-lead,
body.vu-modernized .dantist-info-banner-details p,
body.vu-modernized .about-block-text-wrap p {
  letter-spacing: .015em;
}

body.vu-modernized h3,
body.vu-modernized h4,
body.vu-modernized h5,
body.vu-modernized h6 {
  letter-spacing: -.015em;
}

.vu-nav-link {
  min-height: 44px;
  padding: 11px 13px;
  font-size: 18px;
  letter-spacing: .01em;
}

.vu-header-phone span,
.vu-header-phone small {
  font-size: 13px;
}

.vu-header-phone strong {
  font-size: 16px;
}

.vu-book-button {
  min-height: 46px;
  font-size: 16px;
}

.vu-utility-group > a,
.vu-utility-group > span {
  font-size: 13px;
}

.vu-modern-mega-title {
  font-size: 16px;
}

.vu-modern-mega-links a {
  font-size: 15px;
}

.vu-kicker {
  font-size: 13px;
}

.vu-detail-jump a,
.vu-detail-jump button {
  font-size: 15px;
}

.vu-detail-hero .vu-breadcrumbs {
  font-size: 14px;
}

.vu-detail-hero-copy > p {
  font-size: 19px;
  line-height: 1.65;
  letter-spacing: .015em;
}

.vu-detail-hero-facts strong {
  font-size: 17px;
}

.vu-detail-hero-facts small {
  font-size: 13px;
}

.vu-detail-section-heading > p {
  font-size: 17px;
  line-height: 1.65;
}

.vu-detail-richtext > p,
.vu-detail-editorial-copy > p {
  font-size: 19px;
  line-height: 1.7;
}

.vu-detail-richtext > p:first-child {
  font-size: 21px;
  letter-spacing: .01em;
}

.vu-detail-price-card > h3,
.vu-detail-price-lead {
  grid-column: 1 / -1;
  max-width: 72ch;
  margin: 0 0 8px;
  padding: 0 4px 12px;
  color: rgba(255, 255, 255, .78);
  background: transparent;
  font-family: Inter, "Inter Tight", Arial, sans-serif;
  font-size: 18px;
  font-weight: 450;
  line-height: 1.65;
  letter-spacing: .015em;
}

.vu-detail-price-row strong {
  font-size: 16px;
}

.vu-detail-price-row small {
  font-size: 14px;
}

.vu-detail-doctor h3 {
  font-size: 26px;
  letter-spacing: -.03em;
}

.vu-detail-doctor p {
  font-size: 16px;
  letter-spacing: .015em;
  -webkit-line-clamp: 4;
}

.vu-detail-doctor > div > span {
  font-size: 12px;
}

.vu-doctor-links a strong {
  font-size: 15px;
}

.vu-doctor-links a small {
  font-size: 13px;
}

.vu-detail-checklist li,
.vu-detail-feature-grid p,
.vu-detail-faq-list p {
  font-size: 17px;
  letter-spacing: .015em;
}

.vu-detail-faq-list summary {
  font-size: 20px;
}

body.vu-team-readable .contacts-detail:has(.brand-icon) {
  display: none !important;
}

body.vu-team-readable .details-heading-wrapper {
  display: block;
}

body.vu-team-readable .details-heading-wrapper h2 {
  margin: 0 0 16px;
}
body.vu-modernized .dantist-info-banner-details h1,
body.vu-modernized .team-details-banner-section h1,
body.vu-team-readable h1 {
  font-size: clamp(40px, 4.6vw, 64px);
  line-height: 1.15;
  letter-spacing: -.02em;
}

body.vu-modernized .dantist-info-banner-details p,
body.vu-modernized .dantist-info-banner-details .small-paragraph,
body.vu-modernized .team-details-white-bg-block p,
body.vu-modernized .rich-text-style p,
body.vu-modernized .w-richtext p,
body.vu-team-readable p,
body.vu-team-readable .small-paragraph {
  font-size: 18px;
  line-height: 1.7;
}

body.vu-modernized h6,
body.vu-modernized .h6-link-text,
body.vu-team-readable h6,
body.vu-team-readable .h6-link-text {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: -.02em;
}

body.vu-modernized .small-paragraph {
  font-size: 16px;
  line-height: 1.6;
}

.vu-mobile-links a {
  font-size: 18px;
}

.vu-mobile-services-grid strong {
  font-size: 16px;
}

.vu-mobile-services-grid small {
  font-size: 13px;
}

.vu-story-step h3 {
  max-width: none;
  letter-spacing: -.028em;
  line-height: 1.14;
}

.vu-story-step:not(:has(.vu-story-points)):not(:has(.vu-catalog-links)) h3 {
  max-width: none;
  line-height: 1.12;
}

.vu-story-copy p,
.vu-story-quote {
  font-family: Inter, "Inter Tight", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: .015em;
}

@media (max-width: 1180px) {
  .vu-nav-link {
    padding-inline: 10px;
    font-size: 16px;
  }
}

/* Large screens: grow the content column instead of leaving empty side gutters. */
.vu-site-shell,
.vu-detail-page .vu-site-shell {
  width: min(100% - 48px, 1320px);
}

.vu-home-modern .base-container,
.vu-home-modern .banner-section .base-container {
  max-width: none;
  width: min(100% - 64px, 1320px);
}

.vu-home-modern .home-1-banner-text-grid {
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 28px 72px;
}

.vu-home-eyebrow {
  font-size: clamp(14px, 1.05vw, 18px);
  letter-spacing: .1em;
  color: rgba(255, 255, 255, .86);
}

.vu-home-modern .home-1-banner-text-grid h1 {
  max-width: 14ch;
  font-size: clamp(48px, 4.4vw, 82px);
  line-height: 1.02;
  letter-spacing: -.03em;
}

.vu-home-modern .home-1-banner-paragraph {
  max-width: 22em;
  font-size: clamp(22px, 1.85vw, 34px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #fff;
}

.vu-home-hero-meta {
  gap: 18px;
  margin-top: 18px;
  padding-top: 22px;
}

.vu-home-hero-meta strong {
  font-size: clamp(24px, 2.1vw, 36px);
  line-height: 1.1;
  letter-spacing: -.02em;
}

.vu-home-hero-meta small {
  font-size: clamp(15px, 1.15vw, 19px);
  line-height: 1.35;
  color: rgba(255, 255, 255, .84);
}

.vu-home-modern .banner-section .vu-reference-primary,
.vu-home-price-link {
  font-size: 16px;
}

.vu-home-directions-head > p {
  font-size: clamp(18px, 1.3vw, 22px);
  line-height: 1.55;
}

.vu-home-direction-copy > p {
  font-size: 16px;
  line-height: 1.55;
}

.vu-story-step {
  overflow: hidden;
  scrollbar-width: none;
}

.vu-story-step::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.vu-story-layout {
  grid-template-columns: minmax(520px, 1.2fr) minmax(420px, 1fr);
  gap: 28px 48px;
  height: 100%;
  min-height: 0;
}

.vu-story-copy {
  max-width: none;
}

.vu-story-copy p,
.vu-story-quote {
  max-width: 58ch;
}

.vu-story-copy:has(> :nth-child(3)) {
  grid-template-columns: 1fr 1fr;
  align-content: start;
  gap: 12px 24px;
}

.vu-story-copy:has(> :nth-child(3)) p,
.vu-story-copy:has(> :nth-child(3)) .vu-story-quote {
  font-size: 16px;
  line-height: 1.45;
}

.vu-story-step {
  padding-top: 4px;
}

.vu-detail-page .vu-story-pin {
  top: 140px;
  height: calc(100vh - 160px);
  width: calc(100% - 40px);
  max-width: 1880px;
  padding: 36px 48px 32px;
}

@media (min-width: 1500px) {
  .vu-site-shell,
  .vu-detail-page .vu-site-shell,
  .vu-home-modern .base-container,
  .vu-home-modern .banner-section .base-container {
    width: min(100% - 72px, 1560px);
  }

  .vu-story-pin,
  .vu-detail-page .vu-story-pin,
  .vu-catalog-story .vu-story-pin {
    width: calc(100% - 40px);
    max-width: 2040px;
    padding: 28px 36px 24px;
  }

  body.vu-modernized {
    font-size: 19px;
  }
}

@media (min-width: 1800px) {
  .vu-site-shell,
  .vu-detail-page .vu-site-shell,
  .vu-home-modern .base-container,
  .vu-home-modern .banner-section .base-container {
    width: min(100% - 96px, 1760px);
  }

  .vu-story-pin,
  .vu-detail-page .vu-story-pin,
  .vu-catalog-story .vu-story-pin {
    width: calc(100% - 64px);
    max-width: 2200px;
  }

  body.vu-modernized {
    font-size: 20px;
  }

  .vu-home-modern .home-1-banner-text-grid {
    gap: 36px 88px;
  }
}

@media (min-width: 2100px) {
  .vu-site-shell,
  .vu-detail-page .vu-site-shell,
  .vu-home-modern .base-container,
  .vu-home-modern .banner-section .base-container {
    width: min(100% - 120px, 1960px);
  }

  .vu-story-pin,
  .vu-detail-page .vu-story-pin,
  .vu-catalog-story .vu-story-pin {
    width: calc(100% - 80px);
    max-width: 2360px;
  }
}

.vu-legacy-hidden,
html.vu-team-modern .image-bg-banner,
html.vu-reviews-modern .image-bg-banner,
html.vu-contacts-modern .image-bg-banner,
html.vu-about-modern .image-bg-banner,
body.vu-team-modern .image-bg-banner,
body.vu-reviews-modern .image-bg-banner,
body.vu-contacts-modern .image-bg-banner,
body.vu-about-modern .image-bg-banner {
  display: none !important;
}

html.vu-about-modern body > section:not([class*="vu-"]):not(.footer):not(:has(.footer)),
html.vu-about-modern body > .section:not([class*="vu-"]):not(.footer):not(:has(.footer)),
body.vu-about-modern > section:not([class*="vu-"]):not(.footer):not(:has(.footer)),
body.vu-about-modern > .section:not([class*="vu-"]):not(.footer):not(:has(.footer)),
html.vu-team-modern body > section:not([class*="vu-"]):not(.footer):not(:has(.footer)),
html.vu-team-modern body > .section:not([class*="vu-"]):not(.footer):not(:has(.footer)),
body.vu-team-modern > section:not([class*="vu-"]):not(.footer):not(:has(.footer)),
body.vu-team-modern > .section:not([class*="vu-"]):not(.footer):not(:has(.footer)),
html.vu-reviews-modern body > section:not([class*="vu-"]):not(.footer):not(:has(.footer)),
html.vu-reviews-modern body > .section:not([class*="vu-"]):not(.footer):not(:has(.footer)),
body.vu-reviews-modern > section:not([class*="vu-"]):not(.footer):not(:has(.footer)),
body.vu-reviews-modern > .section:not([class*="vu-"]):not(.footer):not(:has(.footer)),
html.vu-contacts-modern body > section:not([class*="vu-"]):not(.footer):not(:has(.footer)),
html.vu-contacts-modern body > .section:not([class*="vu-"]):not(.footer):not(:has(.footer)),
body.vu-contacts-modern > section:not([class*="vu-"]):not(.footer):not(:has(.footer)),
body.vu-contacts-modern > .section:not([class*="vu-"]):not(.footer):not(:has(.footer)),
html.vu-contacts-modern .about-services,
body.vu-contacts-modern .about-services,
html.vu-contacts-modern .home-1-services-grid,
body.vu-contacts-modern .home-1-services-grid,
html.vu-contacts-modern .home-1-services-grid-collection-list,
body.vu-contacts-modern .home-1-services-grid-collection-list,
html.vu-contacts-modern .primary-bg-block,
body.vu-contacts-modern .primary-bg-block,
body.vu-contacts-modern .vu-modern-cta {
  display: none !important;
}

.vu-page-hero {
  position: relative;
  overflow: hidden;
  padding: 148px 0 72px;
  background: #f4ece8;
}

.vu-page-hero.is-compact {
  padding: 28px 0 20px;
}

.vu-page-hero.is-compact h1 {
  margin: 8px 0 10px;
  font-size: clamp(32px, 3.4vw, 48px);
}

.vu-page-hero.is-compact p {
  margin: 0 0 18px;
  font-size: clamp(16px, 1.2vw, 18px);
}

.vu-page-hero.is-compact .vu-page-hero-actions {
  margin-top: 0;
}

.vu-page-hero.is-dark {
  color: #fff;
  background-color: #171315;
  background-position: 82% 28%;
  background-size: cover;
  background-repeat: no-repeat;
}

.vu-page-hero.is-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(23, 19, 21, .92) 0%, rgba(23, 19, 21, .78) 26%, rgba(23, 19, 21, .28) 52%, rgba(23, 19, 21, .08) 72%, transparent 100%);
}

.vu-page-hero.is-dark h1,
.vu-page-hero.is-dark h2,
.vu-page-hero.is-dark strong {
  color: #fff;
}

.vu-page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
}

.vu-page-hero.is-dark .vu-page-hero-inner {
  max-width: min(100% - 48px, 1240px);
}

.vu-page-hero.is-dark .vu-kicker,
.vu-page-hero.is-dark h1,
.vu-page-hero.is-dark p,
.vu-page-hero.is-dark .vu-page-hero-actions {
  max-width: 36rem;
}

.vu-page-hero h1 {
  margin: 12px 0 18px;
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: clamp(42px, 4.2vw, 78px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -.03em;
}

.vu-page-hero p {
  max-width: 760px;
  margin: 0 0 28px;
  font-size: clamp(18px, 1.4vw, 24px);
  line-height: 1.5;
}

.vu-page-hero.is-dark p {
  max-width: 38ch;
}

.vu-page-hero.is-dark p,
.vu-page-hero.is-dark .vu-kicker {
  color: rgba(255, 255, 255, .82);
}

.vu-page-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin: 0 0 32px;
}

.vu-page-hero-meta span {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 120px;
}

.vu-page-hero-meta strong {
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 650;
  letter-spacing: -.03em;
}

.vu-page-hero-meta small {
  color: var(--vu-muted);
  font-size: 14px;
}

.vu-page-hero.is-dark .vu-page-hero-meta small {
  color: rgba(255, 255, 255, .68);
}

.vu-page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 22px;
}

.vu-page-hero-actions > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

.vu-page-hero-actions > a svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.vu-about-story,
.vu-about-why,
.vu-about-help,
.vu-about-gallery,
.vu-about-team,
.vu-team-page,
.vu-reviews-page,
.vu-contacts-page {
  padding: 84px 0;
  color: var(--vu-ink);
  background: var(--vu-cream);
}

.vu-about-story-grid,
.vu-contacts-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 48px 56px;
  align-items: center;
}

.vu-about-story-grid figure {
  margin: 0;
  align-self: stretch;
  overflow: hidden;
  isolation: isolate;
  background: #ece4dc;
  border-radius: 24px;
  clip-path: inset(0 round 24px);
  height: 440px;
}

.vu-about-story-grid img {
  display: block !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}

.vu-about-story h2,
.vu-about-why-head h2,
.vu-reviews-copy h2,
.vu-contacts-card h2,
.vu-team-card h2 {
  margin: 8px 0 18px;
  color: var(--vu-ink);
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: clamp(32px, 3vw, 52px);
  line-height: 1.12;
  letter-spacing: -.03em;
}

.vu-about-story blockquote {
  margin: 0 0 18px;
  padding: 0;
  color: var(--vu-ink);
  font-size: 20px;
  line-height: 1.55;
}

.vu-about-story p,
.vu-about-why article p,
.vu-about-help article p,
.vu-reviews-copy p,
.vu-contacts-card p,
.vu-team-card p {
  color: var(--vu-muted);
  font-size: 18px;
  line-height: 1.6;
}

.vu-about-showcase {
  height: auto;
  color: #fff;
  background: transparent;
}

.vu-about-showcase-pin {
  position: relative;
  top: auto;
  z-index: 2;
  padding: 28px 0 32px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(222, 87, 141, .14), transparent 28%),
    #171315;
}

.vu-about-showcase .vu-kicker {
  color: #f3ad68;
}

.vu-about-showcase-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 16px 32px;
  margin-bottom: 22px;
}

.vu-about-showcase-heads {
  display: grid;
  min-height: 76px;
}

.vu-about-showcase-copy {
  grid-area: 1 / 1;
  max-width: 760px;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity .4s ease, transform .45s cubic-bezier(.16, 1, .3, 1);
}

.vu-about-showcase-copy.is-active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.vu-about-showcase-copy p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
}

.vu-about-showcase-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 10px;
  min-width: 210px;
}

.vu-about-showcase-nav button {
  padding: 0;
  color: rgba(255, 255, 255, .48);
  background: none;
  border: 0;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
}

.vu-about-showcase-nav button.is-active {
  color: #fff;
}

.vu-about-showcase-bar {
  display: block;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, .14);
  border-radius: 99px;
}

.vu-about-showcase-bar i {
  display: block;
  width: 100%;
  height: 100%;
  background: #f3ad68;
  transform: scaleX(0);
  transform-origin: left center;
  animation: vu-showcase-bar 2s linear infinite;
}

.vu-about-showcase.is-paused .vu-about-showcase-bar i {
  animation-play-state: paused;
}

@keyframes vu-showcase-bar {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.vu-about-showcase-stage {
  display: grid;
  min-height: 198px;
}

.vu-about-showcase-panel {
  grid-area: 1 / 1;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity .4s ease, transform .45s cubic-bezier(.16, 1, .3, 1);
}

.vu-about-showcase-panel.is-active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.vu-about-numbers > .vu-site-shell > p,
.vu-about-awards h2 {
  max-width: 760px;
  margin: 10px 0 28px;
}

@media (prefers-reduced-motion: reduce) {
  .vu-about-showcase-heads,
  .vu-about-showcase-stage {
    display: flex;
    flex-direction: column;
    gap: 22px;
    min-height: 0;
  }

  .vu-about-showcase-copy,
  .vu-about-showcase-panel,
  .vu-about-showcase-copy[data-vu-showcase-copy="0"],
  .vu-about-showcase-copy[data-vu-showcase-copy="1"],
  .vu-about-showcase-panel[data-vu-showcase-panel="0"],
  .vu-about-showcase-panel[data-vu-showcase-panel="1"] {
    position: relative;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .vu-about-showcase-nav {
    display: none;
  }

  .vu-about-showcase-bar i {
    animation: none;
    transform: none;
  }
}

.vu-about-number-grid,
.vu-about-award-grid,
.vu-about-why-grid,
.vu-about-help-grid,
.vu-about-team-grid,
.vu-about-gallery-grid {
  display: grid;
  gap: 16px;
}

.vu-about-number-grid,
.vu-about-award-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vu-about-help-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vu-about-why-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vu-about-number-grid article,
.vu-about-award-grid article,
.vu-about-why-grid article,
.vu-about-help-grid article {
  padding: 20px 18px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
}

.vu-about-why-grid article,
.vu-about-help-grid article {
  background: #fff;
  border: 1px solid var(--vu-line);
}

.vu-about-number-grid article,
.vu-about-award-grid article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
}

.vu-about-stat-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  color: #f3ad68;
  background: rgba(243, 173, 104, .14);
  border: 1px solid rgba(243, 173, 104, .28);
  border-radius: 14px;
}

.vu-about-stat-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.vu-about-number-grid strong,
.vu-about-award-grid strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: clamp(26px, 2.2vw, 38px);
  letter-spacing: -.04em;
}

.vu-about-award-grid strong {
  font-size: clamp(22px, 1.8vw, 30px);
  letter-spacing: -.03em;
}

.vu-about-number-grid > article > span:not(.vu-about-stat-icon),
.vu-about-award-grid > article > span:not(.vu-about-stat-icon) {
  color: rgba(255, 255, 255, .74);
  font-size: 16px;
  line-height: 1.45;
}

.vu-about-why-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 8px 24px;
  margin-bottom: 28px;
}

.vu-about-why-head .vu-kicker {
  flex: 1 0 100%;
}

.vu-about-why-head a,
.vu-reviews-yandex-link,
.vu-contacts-actions a,
.vu-team-card-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--vu-primary-dark);
  font-weight: 650;
  text-decoration: none;
}

.vu-about-why-head a svg,
.vu-reviews-yandex-link svg,
.vu-contacts-actions a svg,
.vu-team-card-more svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.vu-about-why-grid h3,
.vu-about-help-grid h3 {
  margin: 0 0 10px;
  font-size: 22px;
  letter-spacing: -.02em;
}

.vu-about-help-grid article > span {
  display: block;
  margin-bottom: 12px;
  color: var(--vu-primary-dark);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .08em;
}

.vu-about-gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vu-about-gallery-grid img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 16px;
}

.vu-about-team-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vu-about-doctor {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(66, 51, 58, .13);
  border-radius: 18px;
}

.vu-about-doctor figure {
  position: relative;
  align-self: stretch;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  margin: 0;
  background: #ece4dc;
  border-radius: 18px 18px 0 0;
}

.vu-about-doctor img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
}

.vu-about-doctor span,
.vu-about-doctor strong {
  display: block;
  padding: 0 16px;
}

.vu-about-doctor span {
  padding-top: 14px;
  color: var(--vu-muted);
  font-size: 13px;
}

.vu-about-doctor strong {
  padding-bottom: 16px;
  font-size: 16px;
}

.vu-team-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.vu-team-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--vu-line);
  border-radius: 22px;
}

.vu-team-card-photo {
  overflow: hidden;
  border-radius: 16px;
}

.vu-team-card-photo img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.vu-team-card span {
  color: var(--vu-primary-dark);
  font-size: 14px;
  font-weight: 650;
}

.vu-team-card h2 {
  font-size: 28px;
}

.vu-team-card h2 a {
  color: inherit;
  text-decoration: none;
}

body.vu-pricing-modern .vu-page-hero {
  text-align: center;
  padding: 12px 0 4px;
  background: #f6eee9;
}

body.vu-pricing-modern .vu-page-hero-inner {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

body.vu-pricing-modern .vu-page-hero h1 {
  margin: 6px 0 8px;
  font-size: clamp(30px, 3.2vw, 46px);
}

body.vu-pricing-modern .vu-page-hero p {
  margin: 0 auto 16px;
  font-size: 16px;
}

body.vu-pricing-modern .vu-page-hero-actions {
  justify-content: center;
}

body.vu-pricing-modern .vu-page-hero-actions .vu-book-button {
  min-height: 42px;
  padding: 10px 18px;
}

body.vu-pricing-modern .accordion-wrapper-one-column .accordion-item h3 {
  font-family: Inter, "Inter Tight", sans-serif;
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -.02em;
}

body.vu-pricing-modern .section.light-background {
  padding: 8px 0 72px;
  background: var(--vu-cream);
}

body.vu-pricing-modern .section.light-background > .base-container {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
}

.vu-price-intro {
  max-width: 720px;
  margin: 0 auto 12px;
  text-align: center;
}

.vu-price-intro > p:not(.vu-pricing-note) {
  display: none;
}

.vu-price-tabs {
  justify-content: center;
  margin-top: 0;
}

.vu-price-tabs .secondary-button {
  border-radius: 999px;
  min-height: 36px;
  padding: 7px 14px;
  font-size: 13px;
}

body.vu-pricing-modern #vu-prices.accordion-wrapper-one-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: start;
}

body.vu-pricing-modern .accordion-wrapper-one-column .accordion-item {
  margin-bottom: 0;
  padding: 16px 18px 12px;
  box-shadow: 0 10px 28px rgba(33, 27, 29, .04);
}

body.vu-pricing-modern .accordion-wrapper-one-column .accordion-item h3 {
  margin: 0 0 8px;
}

body.vu-pricing-modern .vu-price-line {
  gap: 12px;
  padding: 7px 0;
}

body.vu-pricing-modern .vu-price-line > div > div {
  font-size: 14px;
  line-height: 1.35;
}

body.vu-pricing-modern .vu-price-line h6 {
  font-size: 13px;
  font-weight: 700;
}

body.vu-pricing-modern .vu-price-line .small-paragraph {
  margin: 2px 0 0;
  font-size: 12px;
}

.vu-pricing-note {
  display: none;
}

@media (max-width: 991px) {
  body.vu-pricing-modern #vu-prices.accordion-wrapper-one-column {
    grid-template-columns: 1fr;
  }

  body.vu-pricing-modern .vu-page-hero {
    padding: 16px 0 4px;
  }
}

.vu-reviews-page {
  padding: 48px 0 96px;
}

.vu-reviews-layout {
  display: grid;
  grid-template-columns: minmax(300px, 380px) minmax(0, 1fr);
  gap: 36px 48px;
  align-items: start;
}

.vu-reviews-yandex {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vu-reviews-widget iframe {
  display: block;
  width: 100%;
  height: 720px;
  border: 0;
  border-radius: 22px;
  background: #fff;
}

.vu-reviews-site {
  display: grid;
  align-content: start;
  gap: 14px;
}

.vu-reviews-site-head h2 {
  margin: 8px 0 6px;
  color: var(--vu-ink);
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.12;
  letter-spacing: -.03em;
}

.vu-reviews-site article {
  padding: 22px 24px;
  background: #fff;
  border: 1px solid var(--vu-line);
  border-radius: 20px;
}

.vu-reviews-site article p {
  margin: 0 0 12px;
  color: var(--vu-ink);
  font-size: 17px;
  line-height: 1.55;
}

.vu-reviews-site cite {
  color: var(--vu-muted);
  font-size: 14px;
  font-style: normal;
}

.vu-contacts-map iframe {
  display: block;
  width: 100%;
  height: 640px;
  border: 0;
  border-radius: 22px;
  background: #fff;
}

.vu-contacts-card {
  padding: 32px;
  background: #fff;
  border: 1px solid var(--vu-line);
  border-radius: 24px;
}

.vu-contacts-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: 0 0 18px;
  color: inherit;
  text-decoration: none;
}

.vu-contacts-row svg {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-top: 4px;
  fill: none;
  stroke: var(--vu-primary-dark);
  stroke-width: 1.7;
}

.vu-contacts-row small {
  display: block;
  color: var(--vu-muted);
  font-size: 13px;
}

.vu-contacts-row strong {
  font-size: 18px;
  font-weight: 650;
}

.vu-contacts-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

@media (max-width: 1180px) {
  .vu-about-story-grid,
  .vu-reviews-layout,
  .vu-contacts-layout,
  .vu-team-page-grid,
  .vu-about-number-grid,
  .vu-about-award-grid,
  .vu-about-why-grid,
  .vu-about-help-grid,
  .vu-about-team-grid,
  .vu-about-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .vu-about-showcase-top {
    grid-template-columns: 1fr;
  }

  .vu-about-showcase-nav {
    justify-content: flex-start;
  }

  .vu-team-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .vu-about-number-grid,
  .vu-about-award-grid,
  .vu-about-why-grid,
  .vu-about-help-grid,
  .vu-about-team-grid,
  .vu-about-gallery-grid,
  .vu-modernized .footer-wrapper,
  .vu-modernized .footer-links-wrap,
  .vu-modernized .footer-collection-list {
    grid-template-columns: 1fr;
  }

  .vu-about-story-grid figure {
    height: 320px;
  }
}

/* Sticky story fills the viewport; inner shell must not shrink it again. */
.vu-story-pin > .vu-site-shell,
.vu-detail-page .vu-story-pin > .vu-site-shell,
.vu-catalog-story .vu-story-pin > .vu-site-shell {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.vu-story-step-number,
.vu-story-progress,
.vu-story-frame figcaption {
  display: none !important;
}

@media (min-width: 768px) {
  .vu-story-layout,
  .vu-detail-page .vu-story-layout {
    grid-template-columns: minmax(380px, .9fr) minmax(520px, 1.25fr);
    gap: 36px 40px;
  }

  .vu-story-step h3,
  .vu-story-step:not(:has(.vu-story-points)):not(:has(.vu-catalog-links)) h3 {
    max-width: none;
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
  }

  .vu-story-copy p,
  .vu-story-quote,
  .vu-story-step:not(:has(.vu-story-points)):not(:has(.vu-catalog-links)) .vu-story-copy p,
  .vu-story-copy:not(:has(p)) .vu-story-quote {
    max-width: 58ch;
  }
}

@media (max-width: 767px) {
  .vu-story-pin,
  .vu-detail-page .vu-story-pin,
  .vu-catalog-story .vu-story-pin {
    width: min(100% - 16px, 1240px);
    max-width: none;
    padding: 18px 14px 16px;
  }

  .vu-story-layout,
  .vu-detail-page .vu-story-layout {
    grid-template-columns: 1fr;
  }
}

/* Story: one readable column, photo flush right, no cream shoulders. */
.vu-detail-story,
.vu-catalog-story {
  background: #171315;
}

.vu-story-pin,
.vu-detail-page .vu-story-pin,
.vu-catalog-story .vu-story-pin {
  width: 100%;
  max-width: none;
  border-radius: 0;
  padding: 22px 36px 28px 48px;
}

.vu-story-pin > .vu-site-shell,
.vu-detail-page .vu-story-pin > .vu-site-shell,
.vu-catalog-story .vu-story-pin > .vu-site-shell {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

@media (min-width: 768px) {
  .vu-story-layout,
  .vu-detail-page .vu-story-layout {
    grid-template-columns: minmax(380px, .9fr) minmax(520px, 1.25fr);
    align-items: center;
    gap: 36px 40px;
  }

  .vu-story-stage {
    align-self: center;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: none;
    background: #1a1517;
  }

  .vu-story-copy-col {
    padding: 4px 8px 8px 0;
  }
}

.vu-story-copy,
.vu-detail-page .vu-story-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 22px;
  max-width: none;
  min-height: 0;
}

.vu-story-copy:has(> :nth-child(3)) {
  grid-template-columns: none;
}

.vu-story-step h3,
.vu-story-step:not(:has(.vu-story-points)):not(:has(.vu-catalog-links)) h3 {
  max-width: 18ch;
  margin: 0 0 8px;
  font-size: calc(clamp(34px, 3.6vw, 56px) * var(--vu-story-fit, 1));
  line-height: 1.08;
  hyphens: none;
  overflow-wrap: break-word;
}

.vu-story-copy p,
.vu-story-quote,
.vu-story-step:not(:has(.vu-story-points)):not(:has(.vu-catalog-links)) .vu-story-copy p,
.vu-story-copy:not(:has(p)) .vu-story-quote,
.vu-story-copy:has(> :nth-child(3)) p,
.vu-story-copy:has(> :nth-child(3)) .vu-story-quote {
  max-width: 34em;
  font-size: calc(clamp(18px, 1.45vw, 24px) * var(--vu-story-fit, 1));
  line-height: 1.62;
}

.vu-story-quote {
  width: 100%;
  margin: 4px 0 0;
  padding: 12px 0 0 16px;
  color: rgba(255, 255, 255, .86);
  background: none;
  border: 0;
  border-left: 2px solid #f2a15f;
  border-radius: 0;
  text-align: left;
}

.vu-story-step.is-shown h3,
.vu-story-step.is-shown .vu-story-copy > *,
.vu-story-step.is-shown .vu-story-points li {
  animation: none;
}

.vu-story-step,
.vu-story-step:not(:has(.vu-story-points)):not(:has(.vu-catalog-links)) {
  overflow: hidden;
  justify-content: space-between;
  gap: 18px;
}

.vu-story-points {
  flex: 1 1 auto;
  align-content: space-evenly;
}

/* Doctors: light block after the dark story, portraits not cropped. */
.vu-detail-doctors {
  color: var(--vu-ink);
  background: #f7f3f1;
  border-radius: 0;
}

.vu-detail-doctors .vu-kicker {
  color: var(--vu-primary-dark);
}

.vu-detail-doctors .vu-detail-section-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  max-width: 640px;
  margin-bottom: 36px;
}

.vu-detail-doctors .vu-detail-section-heading h2 {
  color: var(--vu-ink);
}

.vu-detail-doctors .vu-detail-section-heading > p {
  max-width: 46ch;
  color: var(--vu-muted);
}

.vu-detail-doctor {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--vu-line);
}

.vu-detail-doctor > a {
  display: block;
  height: auto;
  aspect-ratio: 3 / 4;
  background: #ece4dc;
}

.vu-detail-doctor > div {
  min-height: 0;
}

.vu-detail-doctor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
}

.vu-detail-doctor > div > span {
  color: #c45d42;
}

.vu-detail-doctor h3 a {
  color: var(--vu-ink);
}

.vu-detail-doctor p {
  color: var(--vu-muted);
}

.vu-detail-doctors .vu-detail-text-link {
  color: var(--vu-ink);
}

@media (max-width: 767px) {
  .vu-detail-story,
  .vu-catalog-story {
    background: #171315;
  }

  .vu-story-pin,
  .vu-detail-page .vu-story-pin,
  .vu-catalog-story .vu-story-pin {
    width: 100%;
    padding: 16px 16px 18px;
    border-radius: 0;
  }

  .vu-story-stage {
    border-radius: 18px;
  }
}

/* Pricing: one frozen screen, categories scroll in sequence. */
body.vu-pricing-modern {
  overflow-x: hidden;
}

body.vu-pricing-modern .vu-page-hero {
  padding: 8px 0 0;
}

body.vu-pricing-modern .section.light-background,
body.vu-pricing-modern .vu-pricing-shell {
  padding: 0 0 48px;
  overflow: visible;
}

body.vu-pricing-modern .section.light-background > .base-container {
  width: min(100% - 40px, 1320px);
}

.vu-pricing-story {
  --vu-price-count: 4;
  height: calc(var(--vu-price-count) * 100vh);
  margin: 0 -24px;
}

.vu-pricing-pin {
  position: sticky;
  top: 86px;
  z-index: 2;
  display: flex;
  height: calc(100vh - 96px);
  align-items: stretch;
  overflow: hidden;
}

.vu-pricing-pin-inner {
  display: flex;
  flex-direction: column;
  width: min(100% - 40px, 1320px);
  height: 100%;
  min-height: 0;
  margin-inline: auto;
  padding: 12px 0 20px;
}

.vu-pricing-pin .vu-price-tabs {
  flex: 0 0 auto;
  justify-content: flex-start;
  gap: 8px;
  margin: 0 0 16px;
}

.vu-pricing-pin .vu-price-tabs .secondary-button {
  min-height: 40px;
  padding: 8px 16px;
  color: var(--vu-muted);
  background: #fff;
  border: 1px solid var(--vu-line);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 650;
}

.vu-pricing-pin .vu-price-tabs .secondary-button.is-active {
  color: #fff;
  background: linear-gradient(110deg, #f2a15f, #cf4f8e);
  border-color: transparent;
}

body.vu-pricing-modern #vu-prices.accordion-wrapper-one-column,
body.vu-pricing-modern #vu-prices.vu-pricing-page {
  position: relative;
  display: block;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
}

body.vu-pricing-modern .vu-pricing-pin .accordion-item {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 28px 36px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #fff;
  border: 1px solid var(--vu-line);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(33, 27, 29, .06);
}

body.vu-pricing-modern .vu-pricing-pin .accordion-item.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.vu-pricing-modern .vu-pricing-pin .accordion-item h3 {
  flex: 0 0 auto;
  margin: 0 0 12px;
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1.05;
}

body.vu-pricing-modern .vu-pricing-pin .vu-price-line {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  gap: 24px;
  min-height: 0;
  padding: 0;
  border-bottom: 1px solid var(--vu-line);
}

body.vu-pricing-modern .vu-pricing-pin .vu-price-line:last-child {
  border-bottom: 0;
}

body.vu-pricing-modern .vu-pricing-pin .vu-price-line > div > div {
  font-size: clamp(16px, 1.15vw, 20px);
  font-weight: 550;
  line-height: 1.3;
}

body.vu-pricing-modern .vu-pricing-pin .vu-price-line h6 {
  flex: 0 0 auto;
  font-size: clamp(16px, 1.15vw, 20px);
  font-weight: 700;
  white-space: nowrap;
}

body.vu-pricing-modern .vu-pricing-pin .vu-price-line .small-paragraph {
  margin: 2px 0 0;
  font-size: 13px;
  line-height: 1.35;
}

.vu-price-intro:not(:has(.vu-price-tabs)) {
  display: none;
}

.vu-pricing-pin .vu-price-tabs {
  display: flex;
}

@media (max-width: 991px) {
  .vu-pricing-story {
    margin: 0;
    height: auto;
  }

  .vu-pricing-pin {
    position: relative;
    top: auto;
    height: auto;
    overflow: visible;
  }

  body.vu-pricing-modern .vu-pricing-pin .accordion-item {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    margin-bottom: 12px;
    height: auto;
  }
}

/* Inner-page heroes: text stays left inside the shell, photo stays visible on the right. */
.vu-page-hero.is-dark {
  min-height: 520px;
  background-position: 84% 24%;
}

.vu-page-hero.is-dark .vu-page-hero-inner {
  max-width: min(100% - 48px, 1240px);
}

.vu-page-hero.is-dark h1 {
  max-width: 16ch;
}

.vu-detail-hero-media {
  height: auto;
  aspect-ratio: 16 / 10;
}

.vu-detail-hero-media img {
  transform: none;
  object-fit: cover;
  object-position: center;
}

/* About: text on the right so the face on the left stays open. */
html.vu-about-modern .vu-page-hero.is-dark,
body.vu-about-modern .vu-page-hero.is-dark {
  background-position: 16% 22%;
}

html.vu-about-modern .vu-page-hero.is-dark::before,
body.vu-about-modern .vu-page-hero.is-dark::before {
  background: linear-gradient(270deg, rgba(23, 19, 21, .92) 0%, rgba(23, 19, 21, .78) 26%, rgba(23, 19, 21, .28) 56%, rgba(23, 19, 21, .08) 76%, transparent 100%);
}

html.vu-about-modern .vu-page-hero.is-dark .vu-page-hero-inner,
body.vu-about-modern .vu-page-hero.is-dark .vu-page-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

html.vu-about-modern .vu-page-hero.is-dark .vu-kicker,
html.vu-about-modern .vu-page-hero.is-dark h1,
html.vu-about-modern .vu-page-hero.is-dark p,
html.vu-about-modern .vu-page-hero.is-dark .vu-page-hero-actions,
body.vu-about-modern .vu-page-hero.is-dark .vu-kicker,
body.vu-about-modern .vu-page-hero.is-dark h1,
body.vu-about-modern .vu-page-hero.is-dark p,
body.vu-about-modern .vu-page-hero.is-dark .vu-page-hero-actions {
  width: min(32rem, 100%);
  max-width: 32rem;
}

html.vu-about-modern .vu-page-hero.is-dark h1,
body.vu-about-modern .vu-page-hero.is-dark h1 {
  max-width: 32rem;
}

@media (max-width: 900px) {
  html.vu-about-modern .vu-page-hero.is-dark,
  body.vu-about-modern .vu-page-hero.is-dark {
    background-position: 24% 22%;
  }

  html.vu-about-modern .vu-page-hero.is-dark::before,
  body.vu-about-modern .vu-page-hero.is-dark::before {
    background: linear-gradient(90deg, rgba(23, 19, 21, .92) 0%, rgba(23, 19, 21, .78) 26%, rgba(23, 19, 21, .28) 52%, rgba(23, 19, 21, .08) 72%, transparent 100%);
  }

  html.vu-about-modern .vu-page-hero.is-dark .vu-page-hero-inner,
  body.vu-about-modern .vu-page-hero.is-dark .vu-page-hero-inner {
    align-items: flex-start;
  }
}
