@font-face { font-family: "Rubik"; src: url("../fonts/rubik-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Rubik"; src: url("../fonts/rubik-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Rubik"; src: url("../fonts/rubik-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Fira Sans"; src: url("../fonts/fira-sans-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Fira Sans"; src: url("../fonts/fira-sans-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/poppins-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/poppins-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/poppins-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }

:root {
  --teal: #006f72;
  --teal-dark: #005b5f;
  --green: #45b654;
  --ink: #233338;
  --muted: #657176;
  --line: #e1e9e7;
  --cream: #fff3c9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: #434343;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
}

.cookie-banner {
  position: fixed;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1120px;
  margin-inline: auto;
  padding: 20px 22px;
  border: 1px solid #dce8e5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 44px rgba(16, 57, 58, .2);
}
.cookie-banner-copy { max-width: 570px; }
.cookie-banner-copy strong { color: var(--ink); font-size: 18px; }
.cookie-banner-copy p { margin: 4px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.cookie-banner-actions, .cookie-modal-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.cookie-banner button, .cookie-banner .cookie-settings-link, .cookie-modal button, .external-service-placeholder button, .footer-cookie-settings {
  border: 1px solid #bad4ce;
  border-radius: 22px;
  background: #fff;
  color: var(--teal);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
}
.cookie-banner button, .cookie-banner .cookie-settings-link { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 16px; white-space: nowrap; }
.cookie-banner button.cookie-primary, .cookie-modal button.cookie-primary { border-color: var(--green); background: var(--green); color: #fff; }
.cookie-modal-backdrop { position: fixed; inset: 0; z-index: 1100; display: grid; place-items: center; padding: 20px; background: rgba(20, 43, 44, .58); }
.cookie-modal-backdrop[hidden] { display: none; }
.cookie-modal { position: relative; width: min(620px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: 30px; border-radius: 18px; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.24); }
.cookie-modal h2 { padding-right: 36px; font-size: 28px; }
.cookie-modal > p { margin: 8px 0 22px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.cookie-modal .cookie-modal-close { position: absolute; top: 16px; right: 16px; display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 0; color: var(--teal); font-size: 25px; }
.cookie-option { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 0; border-top: 1px solid var(--line); cursor: pointer; }
.cookie-option span { display: grid; gap: 2px; }
.cookie-option strong { color: var(--ink); font-size: 15px; }
.cookie-option small { color: var(--muted); font-size: 12px; line-height: 1.45; }
.cookie-option input { width: 20px; height: 20px; accent-color: var(--green); }
.cookie-option.is-required { cursor: default; }
.cookie-modal-actions { justify-content: flex-end; padding-top: 22px; }
.cookie-modal-actions button { min-height: 44px; padding: 0 18px; }
.external-service-placeholder { display: grid; place-items: center; align-content: center; min-height: 300px; padding: 30px; border: 1px dashed #9cbdb7; border-radius: 12px; background: #f4f8f7; text-align: center; }
.external-service-placeholder p { max-width: 430px; margin: 0 0 15px; color: #526563; }
.external-service-placeholder button { min-height: 42px; padding: 0 17px; }
.external-html-service iframe { width: 100%; min-height: 450px; border: 0; }
.footer-cookie-settings { padding: 0; border: 0; border-radius: 0; background: transparent; color: inherit; font-weight: inherit; }
.footer-cookie-settings:hover { color: #9ae7b0; }

@media (max-width: 760px) {
  .cookie-banner { right: 12px; bottom: 12px; left: 12px; display: block; padding: 18px; }
  .cookie-banner-actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 15px; }
  .cookie-banner-actions .cookie-primary { grid-column: 1 / -1; }
  .cookie-banner button, .cookie-banner .cookie-settings-link { width: 100%; }
  .cookie-modal { padding: 24px 20px; }
  .cookie-modal-actions { display: grid; grid-template-columns: 1fr; }
  .cookie-modal-actions button { width: 100%; }
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
img.emoji {
  display: inline !important;
  width: 1em !important;
  height: 1em !important;
  margin: 0 .07em !important;
  padding: 0 !important;
  vertical-align: -.1em !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: -92px;
  z-index: 100;
  background: #fff;
  box-shadow: 0 1px 0 rgba(15, 74, 72, .1);
}
.topbar { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.header-logo-link { display: block; flex: 0 0 auto; }
.logo { width: 206px; height: auto; }
.header-details { display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin-left: auto; }
.detail {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 14px;
  color: #314347;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  border-radius: 12px;
  transition: background .2s, color .2s;
}
.detail-phone:hover, .detail-phone:focus-visible,
.detail-address:hover, .detail-address:focus-visible { background: #eff8f5; }
.detail strong, .detail small { display: block; }
.detail strong { color: var(--teal); font-size: 17px; line-height: 1.35; }
.detail small { margin-bottom: 2px; color: #748186; font-size: 11px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
.info-icon {
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #eaf6f1;
  color: var(--green);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.main-nav {
  min-height: 60px;
  border-top: 1px solid #e9efed;
  background: rgba(255,255,255,.98);
  color: #284145;
}
.nav-inner { min-height: 60px; display: flex; align-items: stretch; justify-content: space-between; gap: 22px; }
.nav-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex: 0 1 auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-item { position: relative; display: flex; align-items: stretch; }
.nav-label { display: flex; align-items: stretch; }
.nav-label > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border-bottom: 3px solid transparent;
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: .01em;
  white-space: nowrap;
  transition: border-color .2s, color .2s;
}
.nav-label > a:hover, .nav-label > a:focus-visible { border-bottom-color: var(--green); color: var(--teal); }
.nav-item.active > .nav-label > a { border-bottom-color: var(--green); color: var(--teal); }
.submenu-toggle {
  display: grid;
  place-items: center;
  width: 20px;
  padding: 0 5px 0 0;
  border: 0;
  background: transparent;
  color: #5c6d70;
  cursor: pointer;
}
.chevron {
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .18s ease;
}
.submenu-toggle[aria-expanded="true"] .chevron {
  transform: translateY(2px) rotate(225deg);
}
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 50;
  min-width: 330px;
  max-height: calc(100vh - 145px);
  overflow-y: auto;
  margin: -1px 0 0;
  padding: 10px;
  list-style: none;
  background: #fff;
  color: #3b4447;
  border: 1px solid #e5ecea;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 18px 40px rgba(24,61,60,.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .18s, transform .18s, visibility .18s;
}
.submenu li { margin: 0; }
.submenu a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  white-space: normal;
}
.submenu a:hover, .submenu a:focus-visible,
.submenu a[aria-current="page"] { background: #f3f7f6; color: var(--green); }
.has-submenu:hover > .submenu,
.has-submenu:focus-within > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-actions { display: flex; align-items: center; gap: 12px; margin-left: auto; padding-block: 8px; }
.language-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  padding: 0 10px;
  border-radius: 9px;
  color: #536569;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}
.language-link:hover, .language-link:focus-visible { background: #f1f6f4; color: var(--teal); }
.estonia-flag { width: 14px; height: 9px; flex: 0 0 14px; border: 1px solid #dfe5e4; background: linear-gradient(to bottom,#0072ce 0 33.33%,#111 33.33% 66.66%,#fff 66.66% 100%); }
.header-booking {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 24px;
  background: var(--green);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(69,182,84,.2);
  transition: background .2s, transform .2s;
}
.header-booking:hover, .header-booking:focus-visible { background: #359f43; transform: translateY(-1px); }
.mobile-call, .menu-button { display: none; }
.menu-button {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--teal);
  padding: 10px;
}
.menu-button span { display: block; width: 20px; height: 2px; margin: 4px auto; background: #fff; transition: transform .2s, opacity .2s; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hero { position: relative; min-height: 617px; overflow: hidden; background: #40545b; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 42%, rgba(0,40,45,.24) 100%); }
.hero-content { position: relative; min-height: 617px; display: flex; align-items: center; justify-content: flex-end; }
.hero-copy { width: 53%; color: #fff; text-align: center; text-shadow: 0 2px 14px rgba(0,0,0,.42); padding: 16px 0 0 15px; }
.hero-copy p { margin: 8px 0 27px; font-size: 14px; font-weight: 400; }
.hero-copy h1 { margin: 0; font-family: "Fira Sans", "Rubik", sans-serif; font-size: clamp(34px, 3.15vw, 44px); line-height: 1.16; font-weight: 700; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 52px;
  padding: 0 29px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-outline { border: 1px solid #5dd0bc; background: rgba(0,70,72,.46); }
.button-solid { background: var(--green); color: #fff; }
.button-soft { color: var(--teal); background: #e5f4f0; }

.service-strip { display: grid; grid-template-columns: 1fr 1fr; color: #fff; }
.service { display: flex; justify-content: flex-end; gap: 26px; min-height: 155px; padding: 30px max(45px, calc((100vw - 1180px)/2)); }
.service:nth-child(2) { justify-content: flex-start; }
.service.teal { background: var(--teal); padding-right: 55px; }
.service.green { background: var(--green); padding-left: 55px; }
.service-symbol { font-family: Arial, Helvetica, sans-serif; font-size: 57px; line-height: 1; align-self: center; color: #fff; }
.service > span:last-child { display: flex; flex-direction: column; max-width: 455px; }
.service strong { font-size: 18px; margin-bottom: 9px; }
.service small { font-size: 14px; line-height: 1.6; opacity: .88; }
.service b { margin-top: 8px; font-size: 13px; }

.section { padding-block: 86px; }
.eyebrow { margin: 0 0 12px; color: var(--green); font-size: 13px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.light { color: #9ce4b0; }
h2 { margin: 0; color: var(--ink); font-size: clamp(30px, 3.2vw, 45px); line-height: 1.16; }
.intro {
  position: relative;
  min-height: 290px;
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;
  background: #fff;
}
.intro::before {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  left: 13%;
  top: -50px;
  border: 42px solid #eaf3f2;
  border-radius: 50%;
  opacity: .7;
}
.intro .shell { position: relative; z-index: 1; }
.intro h2 { color: var(--green); font-size: clamp(27px, 3vw, 40px); line-height: 1.18; font-weight: 800; }

.consultation {
  position: relative;
  min-height: 475px;
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
  background: url("../images/consultation-bg.jpeg") center center / cover no-repeat;
}
.consultation-shade { position: absolute; inset: 0; background: rgba(21,45,60,.7); }
.consultation-content { position: relative; z-index: 1; }
.consultation h2 { margin: 0 0 24px; color: #fff; font-size: clamp(29px, 3vw, 40px); font-weight: 700; }
.consultation p { max-width: 1020px; margin: 0 auto 37px; font-size: 19px; line-height: 1.55; }
.consultation .button { min-width: 174px; min-height: 43px; padding-inline: 28px; }

.doctors {
  min-height: 710px;
  padding: 77px 0 95px;
  text-align: center;
  background: #fff;
}
.doctors h2 { font-size: clamp(29px, 3vw, 38px); line-height: 1.15; font-weight: 700; }
.doctor-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 42px; margin-top: 48px; }
.doctor-card { overflow: visible; background: transparent; text-align: center; box-shadow: none; }
.doctor-image {
  display: block;
  width: min(100%, 280px);
  aspect-ratio: 1;
  margin: 0 auto;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #e7efed;
  box-shadow: 0 2px 10px rgba(31, 56, 55, .18);
}
.doctor-image img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; transition: transform .5s; }
.doctor-card:hover img { transform: scale(1.035); }
.doctor-copy { padding: 32px 0 0; text-align: center; }
.doctor-copy p {
  min-height: 96px;
  margin: 0 0 20px;
  color: #404040;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.45;
}
.doctor-copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 185px;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid var(--green);
  border-radius: 28px;
  color: var(--green);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: none;
}
.doctor-copy a:hover, .doctor-copy a:focus-visible { background: var(--green); color: #fff; }

.site-footer {
  --footer-deep: #075f63;
  --footer-dark: #064e52;
  --footer-light: #f2f8f6;
  color: #fff;
  background: var(--footer-deep);
}
.footer-appointment {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #dfeae7;
  background:
    radial-gradient(circle at 87% 10%, rgba(177, 125, 216, .14), transparent 28%),
    linear-gradient(125deg, #f1f8f6 0%, #fff 58%, #f7f2fa 100%);
  color: var(--ink);
}
.footer-appointment::before {
  position: absolute;
  bottom: -155px;
  left: -90px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(0, 111, 114, .12);
  border-radius: 50%;
  content: "";
}
.footer-appointment-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 55px;
  min-height: 220px;
  padding-block: 42px;
}
.footer-appointment-inner > div:first-child { max-width: 640px; }
.footer-appointment-inner > div:first-child > span {
  display: block;
  margin-bottom: 8px;
  color: #7d528f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.footer-appointment h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 3.2vw, 43px);
  line-height: 1.14;
  letter-spacing: -.025em;
}
.footer-appointment p { margin: 12px 0 0; color: #667472; font-size: 15px; }
.footer-appointment-actions { display: flex; align-items: center; gap: 17px; }
.footer-call {
  display: grid;
  min-width: 185px;
  padding: 4px 6px;
  color: var(--teal);
  line-height: 1.35;
  text-decoration: none;
}
.footer-call small { color: #71807d; font-size: 12px; }
.footer-call strong { font-size: 20px; }
.footer-booking {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 27px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
  box-shadow: 0 10px 25px rgba(69, 182, 84, .2);
  transition: background .2s ease, transform .2s ease;
}
.footer-booking:hover { background: #399e46; transform: translateY(-2px); }
.footer-main {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 30%, rgba(117, 207, 186, .08), transparent 26%),
    linear-gradient(130deg, var(--footer-deep), #07696d 63%, #075c61);
}
.footer-main::after {
  position: absolute;
  top: -250px;
  right: -230px;
  width: 530px;
  height: 530px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
  content: "";
}
.footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.35fr .92fr .98fr 1.05fr;
  gap: 52px;
  padding-block: 76px 72px;
}
.footer-brand-kicker {
  display: block;
  margin-bottom: 10px;
  color: #9ae7b0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.footer-brand h2 {
  max-width: 330px;
  margin: 0 0 17px;
  color: #fff;
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: -.02em;
}
.footer-brand p {
  max-width: 350px;
  margin: 0 0 16px;
  color: rgba(255,255,255,.79);
  font-size: 14px;
  line-height: 1.75;
}
.footer-brand .footer-vip { color: #fff; font-weight: 600; }
.footer-brand .languages {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 42px;
  margin-top: 9px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: 13px;
}
.footer-brand .languages b { color: #9ae7b0; }
.footer-brand .languages a { color: #fff; }
.footer-brand .languages a:not(.footer-message):hover { color: #9ae7b0; }
.footer-message {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-left: 2px;
  border-radius: 50%;
  background: rgba(255,255,255,.11);
  font-size: 14px;
}
.footer-group { min-width: 0; }
.footer-group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4px 0 22px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  list-style: none;
}
.footer-group summary::-webkit-details-marker { display: none; }
.footer-group summary > span { display: none; }
.footer-group:not([open]) > .footer-links,
.footer-group:not([open]) > .footer-contact-content { display: grid; }
.footer-links { display: grid; gap: 0; }
.footer-links a {
  position: relative;
  padding: 7px 0 7px 18px;
  color: rgba(255,255,255,.76);
  font-size: 13px;
  line-height: 1.55;
  transition: color .18s ease, transform .18s ease;
}
.footer-links a::before {
  position: absolute;
  top: 14px;
  left: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #83d8a0;
  content: "";
}
.footer-links a:hover { color: #fff; transform: translateX(3px); }
.footer-contact-content { display: grid; gap: 15px; }
.footer-contact-content > div { padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-contact-content > div:last-child { padding-bottom: 0; border-bottom: 0; }
.footer-contact-content small {
  display: block;
  margin-bottom: 3px;
  color: #9edabf;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.footer-contact-content p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 13px;
  line-height: 1.68;
}
.footer-contact-content a { color: #fff; font-weight: 500; }
.footer-contact-content a:hover { color: #9ae7b0; }
.footer-bottom { background: var(--footer-dark); }
.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 69px;
  color: rgba(255,255,255,.62);
  font-size: 12px;
}
.copyright nav { display: flex; align-items: center; gap: 25px; }
.copyright a { color: rgba(255,255,255,.7); }
.copyright a:hover { color: #fff; }

.notice {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  width: min(355px, calc(100% - 32px));
  padding: 22px 26px;
  border-radius: 6px;
  background: var(--cream);
  color: #413f35;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  font-size: 14px;
  line-height: 1.5;
}
.notice > strong { font-size: 16px; }
.notice p { margin: 7px 0 0; }
.notice a { color: #319b42; font-weight: 700; }
.notice button { position: absolute; top: 10px; right: 13px; border: 0; background: none; color: #555; font-size: 20px; cursor: pointer; }

@media (max-width: 1040px) {
  .header-details .detail:not(.detail-phone) { display: none; }
  .nav-inner { gap: 12px; }
  .nav-label > a { padding-inline: 9px; font-size: 12px; }
  .header-booking { padding-inline: 16px; }
  .doctor-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-appointment-inner { gap: 30px; }
  .footer-appointment-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .footer-call { min-width: 220px; }
  .footer-grid { grid-template-columns: 1.15fr 1fr; gap: 45px 55px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 620px); }
  .topbar { min-height: 74px; gap: 10px; }
  .site-header { top: 0; }
  .logo { width: 164px; }
  .header-details { display: none; }
  .mobile-call {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-left: auto;
    border-radius: 50%;
    background: #eaf6f1;
    color: var(--green);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
  }
  .menu-button { display: block; }
  .main-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 74px;
    max-height: calc(100vh - 74px);
    overflow-y: auto;
    border-top: 1px solid #dfe8e5;
    background: #fff;
    box-shadow: 0 18px 34px rgba(18,55,55,.18);
  }
  .main-nav.open { display: block; }
  .nav-inner { width: 100%; display: block; padding: 10px 14px 18px; }
  .nav-list { display: block; width: 100%; }
  .nav-item { display: block; }
  .nav-label { display: flex; width: 100%; }
  .nav-item.active > .nav-label > a { border-bottom-color: transparent; color: var(--teal); }
  .nav-label > a {
    flex: 1;
    justify-content: flex-start;
    min-height: 48px;
    padding-inline: 12px;
    border: 0;
    color: #284145;
    font-size: 13px;
  }
  .submenu-toggle { display: grid; width: 48px; padding: 0; color: var(--teal); }
  .submenu {
    display: none;
    position: static;
    min-width: 0;
    max-height: none;
    overflow-y: visible;
    margin: 0 0 6px;
    padding: 5px;
    border: 0;
    border-radius: 10px;
    background: #f0f7f5;
    color: #385054;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
  }
  .submenu.open { display: block; }
  .submenu a { min-height: 40px; padding: 10px 14px 10px 20px; color: #385054; }
  .submenu a:hover, .submenu a:focus-visible { background: #e5f1ed; color: var(--teal); }
  .has-submenu:hover > .submenu:not(.open),
  .has-submenu:focus-within > .submenu:not(.open) { display: none; }
  .nav-actions {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    margin: 10px 0 0;
    padding: 14px 0 0;
    border-top: 1px solid #e4ece9;
  }
  .language-link { justify-content: center; min-height: 48px; padding-inline: 14px; background: #f1f6f4; }
  .header-booking { min-height: 48px; border-radius: 12px; }
  .hero, .hero-content { min-height: 610px; }
  .hero-video { object-position: 38% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,42,46,.76)); }
  .hero-content { align-items: flex-end; }
  .hero-copy { width: 100%; padding: 0 8px 68px; }
  .hero-copy p { font-size: 13px; }
  .hero-copy h1 { font-size: 34px; }
  .service-strip { grid-template-columns: 1fr; }
  .service, .service:nth-child(2) { justify-content: flex-start; min-height: 145px; padding: 28px 24px; }
  .service-symbol { font-size: 45px; }
  .section { padding-block: 64px; }
  .intro { min-height: 245px; }
  .intro h2 br { display: none; }
  .consultation { min-height: 440px; }
  .consultation p { font-size: 16px; }
  .doctors { padding-block: 60px 72px; }
  .doctor-grid { grid-template-columns: 1fr 1fr; gap: 13px; }
  .doctor-copy { padding: 18px 15px 21px; }
  .doctor-copy h3 { font-size: 16px; }
  .doctor-copy p { min-height: 80px; font-size: 13px; }
  .footer-appointment-inner {
    align-items: flex-start;
    min-height: 0;
    padding-block: 47px 50px;
    flex-direction: column;
    gap: 28px;
  }
  .footer-appointment-actions { width: 100%; }
  .footer-call { min-width: 0; padding-inline: 0; }
  .footer-booking { width: 100%; }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding-block: 57px 49px;
  }
  .footer-brand { padding-bottom: 34px; }
  .footer-brand h2 { font-size: 26px; }
  .footer-group {
    border-top: 1px solid rgba(255,255,255,.13);
  }
  .footer-group summary {
    min-height: 61px;
    margin: 0;
    cursor: pointer;
  }
  .footer-group summary > span {
    display: block;
    width: 9px;
    height: 9px;
    margin: 0 5px 5px 18px;
    border-right: 1.5px solid #9ae7b0;
    border-bottom: 1.5px solid #9ae7b0;
    transform: rotate(45deg);
    transition: transform .18s ease;
  }
  .footer-group[open] summary > span {
    margin-bottom: -4px;
    transform: rotate(225deg);
  }
  .footer-group:not([open]) > .footer-links,
  .footer-group:not([open]) > .footer-contact-content { display: none; }
  .footer-links,
  .footer-contact-content { padding: 0 4px 22px; }
  .footer-contact-content { gap: 11px; }
  .copyright {
    align-items: flex-start;
    min-height: 0;
    padding-block: 22px 25px;
    flex-direction: column;
    gap: 10px;
  }
  .copyright nav { align-items: flex-start; flex-direction: column; gap: 5px; }
  .notice { right: 16px; bottom: 16px; }
}

/* Separate review version of the home page. */
.home-preview-page {
  --home-ink: #263334;
  --home-muted: #63716f;
  --home-green: #49b655;
  --home-teal: #087681;
  overflow: hidden;
  background: #fff;
  color: var(--home-ink);
}
.home-preview-hero {
  position: relative;
  padding: 58px 0 84px;
  background:
    radial-gradient(circle at 5% 12%, rgba(170, 121, 216, .13), transparent 27%),
    linear-gradient(135deg, #f7fbfa 0%, #edf7f5 100%);
}
.home-preview-hero::after {
  position: absolute;
  right: -170px;
  bottom: -270px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(8, 118, 129, .12);
  border-radius: 50%;
  content: "";
}
.home-preview-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  gap: clamp(42px, 6vw, 78px);
  align-items: center;
}
.home-preview-video-wrap {
  position: relative;
  min-width: 0;
  padding: 12px;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 22px 65px rgba(29, 80, 76, .16);
}
.home-preview-video-wrap::before {
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 112px;
  height: 112px;
  border: 1px solid rgba(73, 182, 85, .34);
  border-radius: 50%;
  content: "";
}
.home-preview-video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 500px;
  border-radius: 22px;
  background: #40545b;
  object-fit: cover;
}
.home-preview-hero-copy h1 {
  max-width: 680px;
  margin: 0;
  color: var(--home-ink);
  font-family: "Fira Sans", "Rubik", sans-serif;
  font-size: clamp(43px, 5.1vw, 66px);
  line-height: .99;
  font-weight: 700;
  letter-spacing: -.045em;
}
.home-preview-hero-copy p {
  max-width: 560px;
  margin: 24px 0 29px;
  color: var(--home-muted);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 600;
}
.home-preview-primary-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--home-green);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
  box-shadow: 0 10px 25px rgba(69, 182, 84, .2);
  transition: background .2s ease, transform .2s ease;
}
.home-preview-primary-button:hover,
.home-preview-primary-button:focus-visible {
  background: #399e46;
  transform: translateY(-2px);
}
.home-preview-paths {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: -40px;
}
.home-preview-path-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  min-height: 190px;
  align-items: center;
  padding: 29px 31px;
  border-radius: 25px;
  color: #fff;
  box-shadow: 0 18px 45px rgba(31, 70, 67, .15);
  transition: transform .2s ease, box-shadow .2s ease;
}
.home-preview-path-card:hover,
.home-preview-path-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 22px 52px rgba(31, 70, 67, .2);
}
.home-preview-path-teal { background: linear-gradient(135deg, #087681, #05656e); }
.home-preview-path-green { background: linear-gradient(135deg, #51bb5e, #3da54a); }
.home-preview-path-symbol {
  color: rgba(255, 255, 255, .92);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 52px;
  line-height: 1;
}
.home-preview-path-card > span:last-child { display: flex; min-width: 0; flex-direction: column; }
.home-preview-path-card strong {
  margin-bottom: 9px;
  font-size: 20px;
  line-height: 1.3;
}
.home-preview-path-card small {
  color: rgba(255, 255, 255, .84);
  font-size: 14px;
  line-height: 1.62;
}
.home-preview-path-card b {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.4;
}
.home-preview-intro {
  position: relative;
  padding: 102px 0 92px;
  text-align: center;
  background: #fff;
}
.home-preview-intro::before {
  position: absolute;
  top: 43px;
  left: 12%;
  width: 180px;
  height: 180px;
  border: 28px solid #edf6f4;
  border-radius: 50%;
  content: "";
}
.home-preview-intro .shell { position: relative; z-index: 1; }
.home-preview-intro h2 {
  max-width: 970px;
  margin: 0 auto;
  color: var(--home-green);
  font-size: clamp(31px, 3.6vw, 47px);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -.035em;
}
.home-preview-consultation {
  padding: 86px 0;
  background: linear-gradient(135deg, #f4faf8, #f8f4fa);
}
.home-preview-consultation-grid {
  display: grid;
  grid-template-columns: minmax(360px, .88fr) minmax(0, 1.12fr);
  gap: clamp(42px, 6vw, 78px);
  align-items: center;
}
.home-preview-consultation-image {
  min-height: 410px;
  border: 12px solid #fff;
  border-radius: 31px;
  background: url("../images/consultation-bg.jpeg") center / cover no-repeat;
  box-shadow: 0 22px 60px rgba(31, 75, 71, .15);
}
.home-preview-consultation-copy h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(34px, 4.3vw, 55px);
  line-height: 1.05;
  letter-spacing: -.045em;
}
.home-preview-consultation-copy p {
  max-width: 680px;
  margin: 24px 0 30px;
  color: var(--home-muted);
  font-size: 18px;
  line-height: 1.72;
}
.home-preview-doctors {
  padding: 92px 0 106px;
  background: #fff;
}
.home-preview-section-heading {
  max-width: 840px;
  margin: 0 auto 42px;
  text-align: center;
}
.home-preview-section-heading h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(33px, 4.2vw, 51px);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.home-preview-doctor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.home-preview-doctor-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #dce7e4;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(31, 70, 67, .08);
  transition: transform .22s ease, box-shadow .22s ease;
}
.home-preview-doctor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 43px rgba(31, 70, 67, .13);
}
.home-preview-doctor-image {
  display: block;
  aspect-ratio: 1 / 1.06;
  overflow: hidden;
  background: #edf4f2;
}
.home-preview-doctor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transition: transform .35s ease;
}
.home-preview-doctor-card:hover .home-preview-doctor-image img { transform: scale(1.025); }
.home-preview-doctor-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 23px 25px;
}
.home-preview-doctor-copy h3 {
  margin: 0 0 10px;
  color: var(--home-ink);
  font-size: 20px;
  line-height: 1.3;
}
.home-preview-doctor-copy p {
  min-height: 76px;
  margin: 0 0 22px;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.62;
}
.home-preview-doctor-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 0 21px;
  border: 1px solid var(--home-green);
  border-radius: 999px;
  color: var(--home-green);
  font-size: 13px;
  font-weight: 700;
  transition: background .2s ease, color .2s ease;
}
.home-preview-doctor-button:hover,
.home-preview-doctor-button:focus-visible {
  background: var(--home-green);
  color: #fff;
}
@media (max-width: 1040px) {
  .home-preview-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, .86fr);
    gap: 38px;
  }
  .home-preview-video { height: 440px; }
  .home-preview-doctor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-preview-doctor-copy p { min-height: 0; }
}
@media (max-width: 760px) {
  .home-preview-hero { padding: 28px 0 70px; }
  .home-preview-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .home-preview-video-wrap { padding: 8px; border-radius: 24px; }
  .home-preview-video { height: min(62vh, 470px); border-radius: 17px; object-position: 37% center; }
  .home-preview-video-wrap::before { display: none; }
  .home-preview-hero-copy { text-align: center; }
  .home-preview-hero-copy h1 { margin-inline: auto; font-size: clamp(38px, 11vw, 50px); line-height: 1.03; }
  .home-preview-hero-copy p { margin: 19px auto 24px; font-size: 16px; }
  .home-preview-primary-button { width: 100%; }
  .home-preview-paths { grid-template-columns: 1fr; gap: 12px; margin-top: -28px; }
  .home-preview-path-card {
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 17px;
    min-height: 0;
    padding: 25px 22px;
    border-radius: 21px;
  }
  .home-preview-path-symbol { font-size: 42px; }
  .home-preview-path-card strong { font-size: 18px; }
  .home-preview-intro { padding: 72px 0 67px; }
  .home-preview-intro::before { top: 25px; left: -35px; width: 125px; height: 125px; border-width: 20px; }
  .home-preview-intro h2 br,
  .home-preview-section-heading h2 br { display: none; }
  .home-preview-consultation { padding: 60px 0 66px; }
  .home-preview-consultation-grid { grid-template-columns: 1fr; gap: 34px; }
  .home-preview-consultation-image { min-height: 300px; border-width: 8px; border-radius: 24px; }
  .home-preview-consultation-copy { text-align: center; }
  .home-preview-consultation-copy p { margin: 20px auto 25px; font-size: 16px; }
  .home-preview-doctors { padding: 65px 0 75px; }
  .home-preview-section-heading { margin-bottom: 29px; }
  .home-preview-doctor-grid { grid-template-columns: 1fr; gap: 15px; }
  .home-preview-doctor-card { border-radius: 22px; }
  .home-preview-doctor-image { aspect-ratio: 1.12 / 1; }
  .home-preview-doctor-copy { padding: 21px 20px 23px; }
  .home-preview-doctor-copy p { margin-bottom: 18px; }
  .home-preview-doctor-button { width: 100%; }
}

/* Homepage review rebuilt from the user's desktop/mobile mockup. */
.mock-home {
  --mh-green: #35b449;
  --mh-green-dark: #179e35;
  --mh-blue: #087a9b;
  --mh-ink: #17202c;
  --mh-muted: #59616d;
  --prices-teal: #087681;
  --prices-muted: #63716f;
  --prices-ink: #263334;
  color: var(--mh-ink);
  background: #fff;
}
.mock-home .site-header { box-shadow: none; }
.mock-eyebrow {
  display: block;
  margin-bottom: 18px;
  color: #58518a;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .13em;
}
.mock-hero {
  display: grid;
  grid-template-columns: 1.28fr .72fr;
  gap: 46px;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 62px;
}
.mock-hero-media {
  position: relative;
  overflow: hidden;
  height: 430px;
  border-radius: 24px;
  background: #e7ecec;
}
.mock-hero-media video { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.mock-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  padding-left: 4px;
  border-radius: 50%;
  color: #687079;
  background: rgba(255,255,255,.93);
  font-size: 24px;
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 28px rgba(0,0,0,.13);
}
.mock-hero-copy h1 {
  margin: 0;
  font-size: clamp(37px, 4vw, 54px);
  line-height: 1.04;
  letter-spacing: -.04em;
  font-weight: 400;
}
.mock-hero-copy p { max-width: 520px; margin: 24px 0; color: #323b47; font-size: 16px; line-height: 1.65; }
.mock-hero-booking {
  width: min(100%, 390px);
  padding: 12px;
  border: 1px solid #dce7e4;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(31, 70, 67, .08);
}
.mock-hero-booking { display: grid; gap: 10px; }
.mock-hero-booking > a { display: grid; gap: 1px; min-height: 60px; align-content: center; padding: 9px 14px; border: 1px solid #dce7e4; border-radius: 14px; background: #fff; transition: border-color .2s, box-shadow .2s; }
.mock-hero-booking > a:hover,.mock-hero-booking > a:focus-visible { border-color: #9dcfc7; box-shadow: 0 7px 18px rgba(31,70,67,.08); }
.mock-hero-booking > a strong { color: var(--teal); font-size: 13px; line-height: 1.35; }
.mock-hero-booking > a span { color: #687473; font-size: 11px; line-height: 1.4; }
.mock-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 28px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #45c65a, #2faf43);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(42,174,67,.18);
}
.mock-phone { display: block; width: fit-content; margin-top: 16px; color: var(--mh-green-dark); font-size: 16px; font-weight: 700; }
.mock-paths {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding-bottom: 72px;
}
.mock-path {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  min-height: 176px;
  align-items: start;
  padding: 29px 26px;
  border: 1px solid #e5e9e7;
  border-radius: 17px;
  color: inherit;
  box-shadow: 0 8px 24px rgba(25,45,45,.055);
}
.mock-path-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  color: var(--mh-green-dark);
  background: #eff9f1;
  font-size: 33px;
  line-height: 1;
}
.mock-path-icon svg { width: 31px; height: 31px; }
.mock-path-copy { display: flex; min-width: 0; flex-direction: column; }
.mock-path-copy strong { margin: 4px 0 12px; font-size: 16px; line-height: 1.35; }
.mock-path-copy small { min-height: 42px; color: var(--mh-muted); font-size: 13px; line-height: 1.55; }
.mock-path-copy b, .mock-text-link { margin-top: 15px; color: var(--mh-green); font-size: 13px; line-height: 1.4; font-weight: 700; }
.mock-about {
  display: grid;
  grid-template-columns: .84fr 1.16fr;
  gap: 64px;
  align-items: center;
  padding-bottom: 84px;
}
.mock-about-copy h2, .mock-section-title h2, .mock-promo h2, .mock-contact h2 {
  margin: 0 0 24px;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -.025em;
}
.mock-about-copy p { margin: 0 0 19px; color: var(--mh-muted); font-size: 15px; line-height: 1.75; }
.mock-about-image { width: 100%; height: 350px; border-radius: 22px; object-fit: cover; background: #f0f2f1; }
.mock-team { padding-bottom: 76px; }
.mock-section-title { margin-bottom: 35px; text-align: center; }
.mock-section-title .mock-eyebrow { margin-bottom: 14px; }
.mock-section-title h2 { margin-bottom: 0; font-size: 31px; }
.mock-doctors { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.mock-doctor { overflow: hidden; border: 1px solid #e4e8e6; border-radius: 16px; background: #fff; box-shadow: 0 8px 22px rgba(28,52,44,.05); }
.mock-doctor > a { display: block; height: 252px; overflow: hidden; }
.mock-doctor img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.mock-doctor > div { padding: 20px 18px 23px; }
.mock-doctor h3 { margin: 0 0 12px; font-size: 16px; line-height: 1.35; }
.mock-doctor p { min-height: 45px; margin: 0; color: var(--mh-muted); font-size: 12px; line-height: 1.55; }
.mock-outline {
  display: flex;
  width: min(360px, 100%);
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 28px auto 0;
  border: 1px solid #70d380;
  border-radius: 999px;
  color: var(--mh-green);
  font-size: 13px;
  font-weight: 700;
}
.mock-promo {
  display: grid;
  overflow: hidden;
  grid-template-columns: .42fr .58fr;
  min-height: 250px;
  margin-bottom: 52px;
  border-radius: 22px;
  background: linear-gradient(120deg, #fafcff, #f6f4fb);
}
.mock-promo-image { background: url("../images/consultation-bg.jpeg") center / cover no-repeat; }
.mock-promo-copy { padding: 36px 48px; }
.mock-promo-copy h2 { margin-bottom: 13px; font-size: 25px; }
.mock-promo-copy p { margin: 0 0 8px; color: var(--mh-muted); font-size: 14px; line-height: 1.5; }
.mock-promo-copy .mock-button { min-height: 42px; margin-top: 13px; padding-inline: 24px; font-size: 13px; }
.mock-contact {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  align-items: center;
  margin-bottom: 18px;
  padding: 36px 44px;
  border-radius: 22px;
  background: linear-gradient(120deg, #fafcff, #f6f4fb);
}
.mock-contact h2 { margin-bottom: 12px; font-size: 26px; }
.mock-contact p { margin: 0 0 14px; color: var(--mh-muted); line-height: 1.65; }
.mock-contact .mock-phone { margin: 0 0 14px; color: var(--mh-blue); }
.mock-contact .mock-button { min-height: 42px; font-size: 13px; }
.mock-contact-details { display: flex; flex-direction: column; }
.mock-contact-details small { margin-bottom: 5px; color: #89909a; }
.mock-contact-details a { margin-bottom: 24px; color: var(--mh-blue); font-size: 20px; font-weight: 700; }
.mock-contact-details p { margin: 0; }

@media (max-width: 760px) {
  .mock-home .site-header { border-bottom: 1px solid #eef1ef; }
  .mock-hero {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 18px;
    padding-bottom: 26px;
  }
  .mock-hero-media { height: 190px; border-radius: 18px; }
  .mock-play { width: 45px; height: 45px; font-size: 17px; }
  .mock-hero-copy .mock-eyebrow { margin: 0 0 10px; font-size: 8px; }
  .mock-hero-copy h1 { font-size: 27px; line-height: 1.04; }
  .mock-hero-copy p { margin: 13px 0 17px; font-size: 13px; line-height: 1.55; }
  .mock-hero-booking { width: 100%; }
  .mock-button { min-height: 43px; padding-inline: 22px; font-size: 12px; }
  .mock-phone { margin-top: 12px; font-size: 13px; }
  .mock-paths { grid-template-columns: 1fr; gap: 10px; padding-bottom: 38px; }
  .mock-path { grid-template-columns: 50px 1fr; gap: 15px; min-height: 0; padding: 18px 15px; border-radius: 14px; }
  .mock-path-icon { width: 44px; height: 44px; font-size: 25px; }
  .mock-path-copy strong { margin: 1px 0 7px; font-size: 14px; }
  .mock-path-copy small { min-height: 0; font-size: 11px; }
  .mock-path-copy b { margin-top: 9px; font-size: 11px; }
  .mock-about { grid-template-columns: 1fr; gap: 20px; padding-bottom: 46px; }
  .mock-about-copy .mock-eyebrow { margin-bottom: 9px; font-size: 8px; }
  .mock-about-copy h2 { margin-bottom: 16px; font-size: 23px; }
  .mock-about-copy p { margin-bottom: 12px; font-size: 12px; line-height: 1.65; }
  .mock-about-image { height: 185px; border-radius: 15px; }
  .mock-team { padding-bottom: 45px; }
  .mock-section-title { margin-bottom: 18px; }
  .mock-section-title .mock-eyebrow { margin-bottom: 8px; font-size: 8px; }
  .mock-section-title h2 { font-size: 22px; }
  .mock-doctors { grid-template-columns: 1fr; gap: 10px; }
  .mock-doctor { display: grid; grid-template-columns: 105px 1fr; border-radius: 13px; }
  .mock-doctor > a { height: 120px; }
  .mock-doctor > div { display: flex; flex-direction: column; justify-content: center; padding: 13px 14px; }
  .mock-doctor h3 { margin-bottom: 6px; font-size: 13px; }
  .mock-doctor p { min-height: 0; font-size: 10px; }
  .mock-doctor .mock-text-link { margin-top: 8px; font-size: 10px; }
  .mock-outline { min-height: 36px; margin-top: 18px; font-size: 11px; }
  .mock-promo { grid-template-columns: 1fr; min-height: 0; margin-bottom: 14px; border-radius: 16px; }
  .mock-promo-image { height: 165px; }
  .mock-promo-copy { padding: 21px 17px 24px; }
  .mock-promo-copy h2 { font-size: 20px; }
  .mock-promo-copy p { font-size: 11px; }
  .mock-contact { grid-template-columns: 1fr; gap: 28px; margin-bottom: 12px; padding: 24px 18px; border-radius: 16px; }
  .mock-contact h2 { font-size: 21px; }
  .mock-contact > div > p { font-size: 12px; }
  .mock-contact-details a { margin-bottom: 16px; }
}

/* Modern composition for the soft manual therapy page.
   Content and links remain imported verbatim; only layout and presentation change. */
.page-magkaja_manualnaya-terapiya {
  --soft-ink: #253436;
  --soft-muted: #617174;
  --soft-green: #49b655;
  --soft-mist: #eef5f4;
  --soft-line: #dce8e6;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child {
  padding: 0 0 58px !important;
  background: linear-gradient(135deg, #f4f9f8 0%, #fff 58%, #eef6f5 100%);
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child > .legacy-row {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: start;
  gap: 44px;
  padding: 56px 0 0 !important;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child > .legacy-row > .legacy-column {
  width: auto !important;
  min-width: 0;
  padding: 0 !important;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child .legacy-image {
  width: 100%;
  margin: 0;
  border-radius: 26px;
  box-shadow: 0 24px 65px rgba(31, 74, 71, .15);
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child h3 {
  max-width: 570px;
  margin: 6px 0 18px !important;
  color: var(--soft-ink) !important;
  font-size: clamp(38px, 3.6vw, 52px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.025em;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child h3 + .legacy-column {
  color: var(--soft-muted);
  font-size: 17px;
  line-height: 1.65;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child .legacy-row-inner {
  margin-top: 25px !important;
  padding: 22px !important;
  border: 1px solid rgba(73, 182, 85, .18);
  border-radius: 22px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 50px rgba(31, 74, 71, .09);
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child .legacy-row-inner h4 {
  margin: 0 0 11px;
  color: var(--soft-ink);
  font-size: 20px;
  line-height: 1.35;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child .legacy-contact-form {
  width: 100%;
  max-width: none;
  gap: 12px;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child .legacy-contact-form label {
  gap: 5px;
  color: #475356;
  font-size: 13px;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child .legacy-contact-form button {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 48px;
  margin-top: 3px;
  font-weight: 600;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child .legacy-contact-form input,
.page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child .legacy-contact-form textarea {
  min-height: 46px;
  border-color: var(--soft-line);
  border-radius: 10px;
  background: #fbfdfd;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child .therapy-marker-list {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.62;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child .wpcf7-form p {
  margin: 0;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child .wpcf7-form label {
  display: grid;
  gap: 5px;
  color: #475356;
  font-size: 13px;
  font-weight: 500;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child .wpcf7-form input:not([type="submit"]) {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--soft-line);
  border-radius: 10px;
  background: #fbfdfd;
  color: #253436;
  font: inherit;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child .wpcf7-form p:has(.wpcf7-submit) {
  grid-column: 1 / -1;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child .wpcf7-submit {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--soft-green);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) {
  padding: 70px 0 90px !important;
  background: #fff;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) > .legacy-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: start;
  gap: 38px;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column {
  width: auto !important;
  min-width: 0;
  padding: 0 !important;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child > .legacy-column {
  color: #445255;
  font-size: 16px;
  line-height: 1.78;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) h4:not(:empty) {
  position: relative;
  margin: 44px 0 18px;
  padding-left: 20px;
  color: var(--soft-ink);
  font-size: 26px;
  line-height: 1.25;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) h4:not(:empty)::before {
  position: absolute;
  top: .12em;
  bottom: .12em;
  left: 0;
  width: 5px;
  border-radius: 5px;
  background: var(--soft-green);
  content: "";
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) h4:first-child {
  margin-top: 0;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) p {
  margin: 0 0 20px;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) p:has(img.emoji) {
  padding: 22px 26px;
  border: 1px solid var(--soft-line);
  border-radius: 18px;
  background: var(--soft-mist);
  line-height: 2.05;
}
.page-magkaja_manualnaya-terapiya .therapy-marker-list {
  white-space: pre-line;
  line-height: 2.05;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child .therapy-marker-list {
  margin: 0 0 18px;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) .therapy-marker-list {
  padding: 22px 26px;
  border: 1px solid var(--soft-line);
  border-radius: 18px;
  background: var(--soft-mist);
}
.page-magkaja_manualnaya-terapiya .therapy-purple-list {
  margin: 0 0 24px;
  overflow: hidden;
  border: 1px solid var(--soft-line);
  border-radius: 18px;
  background: var(--soft-mist);
}
.page-magkaja_manualnaya-terapiya .therapy-purple-item {
  padding: 17px 22px;
  line-height: 1.7;
}
.page-magkaja_manualnaya-terapiya .therapy-purple-item + .therapy-purple-item {
  border-top: 1px solid var(--soft-line);
}
.page-magkaja_manualnaya-terapiya .therapy-purple-item strong {
  display: block;
  margin-bottom: 4px;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) .therapy-marker-item {
  margin: 0 !important;
  padding: 17px 22px;
  border-right: 1px solid var(--soft-line);
  border-left: 1px solid var(--soft-line);
  background: var(--soft-mist);
  line-height: 1.7;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) .therapy-marker-item:not(.therapy-marker-item + .therapy-marker-item) {
  border-top: 1px solid var(--soft-line);
  border-radius: 18px 18px 0 0;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) .therapy-marker-item:has(+ .therapy-marker-item) {
  border-bottom: 1px solid var(--soft-line);
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) .therapy-marker-item:not(:has(+ .therapy-marker-item)) {
  margin-bottom: 20px !important;
  border-bottom: 1px solid var(--soft-line);
  border-radius: 0 0 18px 18px;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) h4:has(img) {
  margin: 32px 0 !important;
  padding: 0;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) h4:has(img)::before {
  display: none;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) h4:has(img) a,
.page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) h4:has(img) img {
  display: block;
  width: 100%;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) h4:has(img) img {
  height: 430px;
  margin: 0;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 18px 45px rgba(31, 74, 71, .11);
}
.page-magkaja_manualnaya-terapiya a[href="#regform"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border: 1px solid var(--soft-green);
  border-radius: 999px;
  background: var(--soft-green);
  color: #fff !important;
  font-weight: 600;
  letter-spacing: .035em;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(73, 182, 85, .2);
}
.page-magkaja_manualnaya-terapiya a[href="#regform"]:hover {
  background: #3ca348;
  border-color: #3ca348;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) .legacy-row-inner:not(:has(.legacy-menu-grid)):not(:has(table)) {
  overflow: hidden;
  border-radius: 20px;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) .legacy-row-inner:not(:has(.legacy-menu-grid)):not(:has(table)) > .legacy-column {
  display: flex;
  align-items: center;
  min-height: 240px;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:last-child {
  position: sticky;
  top: 88px;
}
.page-magkaja_manualnaya-terapiya .legacy-menu-list {
  display: grid;
  gap: 0;
  border-radius: 0 0 18px 18px;
  background: #fff;
  box-shadow: none;
}
.page-magkaja_manualnaya-terapiya .legacy-row-inner:has(.legacy-menu-list) {
  overflow: hidden;
  border: 1px solid var(--soft-line) !important;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(31, 74, 71, .11);
}
.page-magkaja_manualnaya-terapiya .legacy-row-inner:has(.legacy-menu-list) > .legacy-column {
  padding: 0 !important;
}
.page-magkaja_manualnaya-terapiya .legacy-row-inner:has(.legacy-menu-list) h3 {
  margin: 0 !important;
  padding: 20px 20px 17px;
  background: linear-gradient(135deg, #eaf5f2, #f7fbfa);
  color: var(--soft-ink) !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
}
.page-magkaja_manualnaya-terapiya .legacy-row-inner:has(.legacy-menu-list) h3::after {
  display: block;
  margin-top: 5px;
  color: #6b7c7e;
  content: "19 направлений помощи";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .025em;
}
.page-magkaja_manualnaya-terapiya .legacy-menu-list a {
  position: relative;
  padding: 8px 38px 8px 17px;
  border-bottom: 1px solid #edf1f0;
  background: #fff;
  color: #435154;
  font-size: 13.5px;
  line-height: 1.38;
}
.page-magkaja_manualnaya-terapiya .legacy-menu-list a::after {
  position: absolute;
  top: 50%;
  right: 17px;
  color: #9aabaa;
  content: "›";
  font-size: 20px;
  line-height: 1;
  transform: translateY(-52%);
}
.page-magkaja_manualnaya-terapiya .legacy-menu-list a:hover {
  background: #f4f9f8;
  color: #2f8540;
}
.page-magkaja_manualnaya-terapiya .legacy-menu-list a[href="/magkaja_manualnaya-terapiya/"] {
  background: var(--soft-mist);
  color: #2d8240;
  font-weight: 700;
  box-shadow: inset 4px 0 0 var(--soft-green);
}
.page-magkaja_manualnaya-terapiya .therapy-sidebar-cta {
  display: grid;
  gap: 8px;
  padding: 18px;
  background: #f8fbfa;
  color: #536366;
  font-size: 12.5px;
  line-height: 1.5;
}
.page-magkaja_manualnaya-terapiya .therapy-sidebar-cta strong {
  color: var(--soft-ink);
  font-size: 15px;
  line-height: 1.35;
}
.page-magkaja_manualnaya-terapiya .therapy-sidebar-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 4px;
  border-radius: 999px;
  background: var(--soft-green);
  color: #fff !important;
  font-weight: 600;
  text-decoration: none !important;
}
.page-magkaja_manualnaya-terapiya .therapy-sidebar-phone {
  color: #2f8540 !important;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:last-child > .legacy-row-inner:has(table) {
  overflow: hidden;
  border: 1px solid var(--soft-line) !important;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(31, 74, 71, .07);
}
.page-magkaja_manualnaya-terapiya .therapy-mobile-menu {
  display: none;
}
.page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) table {
  font-size: 14px;
}

@media (max-width: 980px) {
  .page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child > .legacy-row {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-inline: 24px !important;
  }
  .page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child .legacy-image {
    max-height: 620px;
    object-fit: cover;
  }
  .page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) > .legacy-row {
    grid-template-columns: 1fr;
    padding-inline: 24px;
  }
  .page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:last-child {
    position: static;
  }
  .page-magkaja_manualnaya-terapiya .therapy-mobile-menu {
    display: block;
    margin: 0 0 34px;
    overflow: hidden;
    border: 1px solid var(--soft-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(31, 74, 71, .09);
  }
  .page-magkaja_manualnaya-terapiya .therapy-mobile-menu summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 12px 18px;
    background: var(--soft-mist);
    color: var(--soft-ink);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
    list-style: none;
  }
  .page-magkaja_manualnaya-terapiya .therapy-mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .page-magkaja_manualnaya-terapiya .therapy-mobile-menu-arrow {
    width: 11px;
    height: 11px;
    margin: 0 4px 5px 16px;
    border-right: 2px solid #31823b;
    border-bottom: 2px solid #31823b;
    transform: rotate(45deg);
    transition: transform .2s ease;
  }
  .page-magkaja_manualnaya-terapiya .therapy-mobile-menu[open] .therapy-mobile-menu-arrow {
    margin-bottom: -3px;
    transform: rotate(225deg);
  }
  .page-magkaja_manualnaya-terapiya .therapy-mobile-menu nav {
    display: grid;
    padding: 7px 0;
  }
  .page-magkaja_manualnaya-terapiya .therapy-mobile-menu nav a {
    padding: 11px 18px;
    border-bottom: 1px solid #edf1f0;
    color: #3f4b4d;
    font-size: 15px;
    line-height: 1.45;
    text-decoration: none;
  }
  .page-magkaja_manualnaya-terapiya .therapy-mobile-menu nav a:last-child {
    border-bottom: 0;
  }
  .page-magkaja_manualnaya-terapiya .therapy-mobile-menu nav a[href="/magkaja_manualnaya-terapiya/"] {
    background: var(--soft-mist);
    color: #2d8240;
    font-weight: 700;
  }
  .page-magkaja_manualnaya-terapiya .legacy-row-inner:has(.legacy-menu-list) {
    display: none !important;
  }
}

@media (max-width: 620px) {
  .page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child {
    padding-bottom: 45px !important;
  }
  .page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child > .legacy-row {
    padding-top: 35px !important;
  }
  .page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child h3 {
    margin-top: 0 !important;
    font-size: 38px !important;
  }
  .page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child .legacy-row-inner {
    padding: 20px !important;
  }
  .page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child .legacy-contact-form {
    grid-template-columns: 1fr;
  }
  .page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child .wpcf7-form {
    grid-template-columns: 1fr;
  }
  .page-magkaja_manualnaya-terapiya > div > .legacy-section:first-child .legacy-contact-form .wide {
    grid-column: auto;
  }
  .page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) {
    padding: 48px 0 65px !important;
  }
  .page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) h4:not(:empty) {
    font-size: 23px;
  }
  .page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) h4:has(img) img {
    height: auto;
    border-radius: 16px;
  }
  .page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) .legacy-row-inner:not(:has(.legacy-menu-grid)):not(:has(table)) {
    display: grid;
    grid-template-columns: 1fr;
  }
  .page-magkaja_manualnaya-terapiya > div > .legacy-section:nth-child(2) .legacy-row-inner:not(:has(.legacy-menu-grid)):not(:has(table)) > .legacy-column {
    width: 100% !important;
    min-height: 210px;
  }
  .page-magkaja_manualnaya-terapiya .therapy-purple-item {
    padding: 15px 17px;
  }
}

/* Approved treatment-method template: existing content, unified presentation. */
.treatment-template {
  --treatment-ink: #243638;
  --treatment-muted: #647376;
  --treatment-green: #49b655;
  --treatment-teal: #087779;
  --treatment-mist: #eef6f4;
  --treatment-line: #dce8e5;
  overflow: hidden;
  background: #fff;
  color: var(--treatment-ink);
}
.treatment-template,
.treatment-template * { box-sizing: border-box; }
.treatment-template > div > .legacy-section:first-child {
  position: relative;
  padding: 62px 0 70px !important;
  background:
    radial-gradient(circle at 89% 9%, rgba(73, 182, 85, .11), transparent 28%),
    linear-gradient(135deg, #f2f8f7 0%, #fff 55%, #edf6f4 100%) !important;
}
.treatment-template > div > .legacy-section:first-child::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -160px;
  width: 390px;
  height: 390px;
  border: 58px solid rgba(8, 119, 121, .055);
  border-radius: 50%;
  pointer-events: none;
}
.treatment-template > div > .legacy-section:first-child > .legacy-row {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 58px;
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto !important;
  padding: 0 !important;
}
.treatment-template > div > .legacy-section:first-child > .legacy-row > .legacy-column {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
}
.treatment-template > div > .legacy-section:first-child .legacy-image {
  width: 100%;
  aspect-ratio: 1;
  border: 12px solid rgba(255,255,255,.88);
  border-radius: 28px;
  object-fit: cover;
  background: #dfeae8;
  box-shadow: 0 28px 70px rgba(26, 77, 73, .17);
}
.treatment-template > div > .legacy-section:first-child h3 {
  max-width: 680px;
  margin: 0 0 22px !important;
  color: var(--treatment-ink) !important;
  font-size: clamp(40px, 4vw, 58px) !important;
  line-height: 1.05 !important;
  letter-spacing: -.035em;
}
.treatment-template > div > .legacy-section:first-child .legacy-column[data-width=""] {
  color: var(--treatment-muted);
  font-size: 17px;
  line-height: 1.72;
}
.treatment-template > div > .legacy-section:first-child .legacy-row-inner {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
}
.treatment-template > div > .legacy-section:first-child h4 {
  margin: 0 0 12px;
  color: var(--treatment-ink);
  font-size: 21px;
  line-height: 1.38;
}
.treatment-template > div > .legacy-section:first-child p.legacy-heading {
  margin: 0 0 27px;
  color: #526361 !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
  white-space: pre-line;
}
.treatment-hero-button { margin-top: 5px; }
.treatment-template > div > .legacy-section:nth-child(2) {
  padding: 76px 0 88px !important;
  background: #fff;
}
.treatment-template > div > .legacy-section:nth-child(2) > .legacy-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 46px;
  align-items: start;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto !important;
  padding: 0 !important;
}
.treatment-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
}
.treatment-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child {
  color: #4f5e60;
  font-size: 16px;
  line-height: 1.78;
}
.treatment-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child .legacy-column[data-width=""] {
  white-space: pre-line;
}
.treatment-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child > .legacy-column {
  margin: 0 0 50px !important;
  padding: 0 !important;
}
.treatment-template > div > .legacy-section:nth-child(2) h4 {
  margin: 46px 0 18px;
  color: var(--treatment-ink);
  font-size: clamp(25px, 2.6vw, 34px);
  line-height: 1.2;
  letter-spacing: -.025em;
}
.treatment-template > div > .legacy-section:nth-child(2) h4:first-child { margin-top: 0; }
.treatment-template > div > .legacy-section:nth-child(2) p {
  margin: 0 0 22px;
  white-space: pre-line;
}
.treatment-template > div > .legacy-section:nth-child(2) ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 20px 0 28px;
  padding: 0;
  list-style: none;
}
.treatment-template > div > .legacy-section:nth-child(2) ul li {
  position: relative;
  min-height: 58px;
  padding: 16px 17px 15px 47px;
  border: 1px solid var(--treatment-line);
  border-radius: 14px;
  background: #fff;
  color: #425154;
  font-size: 14px;
  line-height: 1.55;
}
.treatment-template > div > .legacy-section:nth-child(2) ul li::before {
  position: absolute;
  top: 16px;
  left: 16px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: #e5f6e8;
  color: #379845;
  content: "✓";
  font-size: 13px;
  font-weight: 800;
}
.treatment-template > div > .legacy-section:nth-child(2) img.emoji {
  width: 22px !important;
  height: 22px !important;
  margin: 13px 8px 4px 0 !important;
  vertical-align: -5px !important;
}
.treatment-template > div > .legacy-section:nth-child(2) strong:has(> img.emoji) {
  display: inline-block;
  min-width: 27px;
}
.treatment-template > div > .legacy-section:nth-child(2) p:has(img.emoji),
.treatment-template > div > .legacy-section:nth-child(2) p[style*="margin-bottom"] {
  padding: 25px 27px;
  border: 1px solid var(--treatment-line);
  border-radius: 20px;
  background: #f8fbfa;
  line-height: 1.9;
}
.treatment-template > div > .legacy-section:nth-child(2) video:empty,
.treatment-template > div > .legacy-section:nth-child(2) video:not([src]),
.treatment-template > div > .legacy-section:nth-child(2) video[src=""] { display: none; }
.treatment-template > div > .legacy-section:nth-child(2) .legacy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 8px 0 24px;
  padding: 0 24px;
  border: 0;
  border-radius: 25px;
  background: var(--treatment-green);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  box-shadow: 0 10px 24px rgba(73, 182, 85, .2);
}
.treatment-template > div > .legacy-section:nth-child(2) .legacy-row-inner {
  overflow: hidden;
  margin: 24px 0 0 !important;
  border: 0 !important;
  border-radius: 22px;
}
.treatment-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child > .legacy-row-inner:not(:has(.legacy-form-wrap)) {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  min-height: 220px;
  background: var(--treatment-mist);
}
.treatment-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child > .legacy-row-inner:not(:has(.legacy-form-wrap)) > .legacy-column {
  display: flex;
  width: auto !important;
  min-width: 0;
  min-height: 220px;
  margin: 0 !important;
  padding: 28px !important;
  align-items: center;
  background-color: transparent !important;
}
.treatment-template > div > .legacy-section:nth-child(2) .legacy-row-inner [style*="background-image"] {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.treatment-template > div > .legacy-section:nth-child(2) .legacy-row-inner:has(.legacy-form-wrap) {
  margin-top: 54px !important;
  padding: 34px !important;
  background: linear-gradient(135deg, var(--treatment-teal), #075f62) !important;
  color: #fff;
}
.treatment-template > div > .legacy-section:nth-child(2) .legacy-row-inner:has(.legacy-form-wrap) h4,
.treatment-template > div > .legacy-section:nth-child(2) .legacy-row-inner:has(.legacy-form-wrap) p {
  color: #fff !important;
}
.treatment-template .legacy-contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
  margin-top: 20px;
}
.treatment-template .legacy-contact-form label {
  display: grid;
  gap: 7px;
  color: inherit;
  font-size: 13px;
  font-weight: 700;
}
.treatment-template .legacy-contact-form label.wide { grid-column: 1 / -1; }
.treatment-template .legacy-contact-form input,
.treatment-template .legacy-contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #dbe5e2;
  border-radius: 10px;
  outline: none;
  background: #fff;
  color: #263536;
  font: inherit;
}
.treatment-template .legacy-contact-form textarea { min-height: 108px; resize: vertical; }
.treatment-template .legacy-contact-form button {
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 25px;
  background: var(--treatment-green);
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.treatment-template a:has(> img:not(.emoji)) + div {
  margin-top: 12px !important;
  padding: 17px 19px !important;
  border: 1px solid var(--treatment-line);
  border-left: 4px solid var(--treatment-teal) !important;
  border-radius: 0 12px 12px 0 !important;
  background: #f6faf9 !important;
}
.treatment-template a:has(> img:not(.emoji)) > img {
  width: 100% !important;
  height: auto !important;
  border-radius: 20px !important;
}
.treatment-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:last-child {
  position: sticky;
  top: 82px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.treatment-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:last-child > .legacy-row-inner {
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid var(--treatment-line) !important;
  border-radius: 20px;
  background: #fff !important;
  box-shadow: 0 16px 42px rgba(31, 74, 71, .1);
}
.treatment-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:last-child > .legacy-row-inner:first-child {
  order: 2;
}
.treatment-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:last-child > .legacy-row-inner:last-child {
  order: 1;
}
.treatment-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:last-child h3 {
  margin: 0 !important;
  padding: 21px 20px 17px;
  color: var(--treatment-ink) !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
}
.treatment-template .legacy-menu-list {
  display: block !important;
  max-height: 430px;
  overflow-y: auto;
  padding: 0 9px 11px;
  scrollbar-color: #b8ceca transparent;
  scrollbar-width: thin;
}
.treatment-template .legacy-menu-list a {
  display: flex;
  align-items: center;
  min-height: 43px;
  padding: 9px 12px;
  border-radius: 8px;
  color: #536260;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}
.treatment-template .legacy-menu-list a:hover,
.treatment-template .legacy-menu-list a[aria-current="page"] {
  background: #edf7f4;
  color: var(--treatment-teal);
  box-shadow: inset 4px 0 0 var(--treatment-green);
}
.treatment-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:last-child > .legacy-row-inner:last-child h3 {
  padding: 20px;
  background: linear-gradient(135deg, var(--treatment-teal), #086669);
  color: #fff !important;
}
.treatment-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:last-child table {
  width: calc(100% - 34px);
  margin: 0 17px 17px;
  border-collapse: collapse;
  font-size: 13px;
}
.treatment-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:last-child td {
  padding: 11px 2px;
  border-bottom: 1px solid var(--treatment-line);
}
.treatment-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:last-child tr:last-child td { border-bottom: 0; }
.treatment-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:last-child .text-right {
  color: var(--treatment-ink);
  font-weight: 700;
  text-align: right;
}
.treatment-template > div > .legacy-row:last-child {
  display: flex;
  justify-content: center;
  width: min(1180px, calc(100% - 40px));
  margin: -58px auto 74px;
}
.method-booking {
  padding: 72px 0;
  background:
    linear-gradient(135deg, rgba(0, 65, 68, .94), rgba(4, 104, 104, .92)),
    url("../images/consultation-bg.jpeg") center / cover no-repeat;
}
.method-booking-shell > .legacy-row-inner {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
.method-booking-shell .legacy-column,
.method-booking-shell .legacy-column-inner {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.method-booking-shell > .legacy-row-inner > .legacy-column-inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: 58px;
}
.method-booking-shell > .legacy-row-inner > .legacy-column-inner > .legacy-column {
  grid-column: 1;
}
.method-booking-shell h4 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(29px, 3vw, 39px);
  line-height: 1.17;
  letter-spacing: -.025em;
}
.method-booking-shell p.legacy-heading {
  grid-column: 1;
  margin: 0;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 15px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.82) !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  white-space: pre-line;
}
.method-booking-shell .legacy-form-wrap {
  grid-column: 2;
  grid-row: 1 / span 3;
}
.method-booking-shell .legacy-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 29px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,.2);
}
.method-booking-shell .legacy-contact-form label {
  display: grid;
  gap: 6px;
  color: #4e5b5e;
  font-size: 12px;
  font-weight: 600;
}
.method-booking-shell .legacy-contact-form label.wide { grid-column: 1 / -1; }
.method-booking-shell .legacy-contact-form input,
.method-booking-shell .legacy-contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 10px 13px;
  border: 1px solid #d8e3e1;
  border-radius: 11px;
  outline: none;
  background: #fbfdfd;
  color: #27383a;
  font: inherit;
}
.method-booking-shell .legacy-contact-form textarea {
  min-height: 108px;
  resize: vertical;
}
.method-booking-shell .legacy-contact-form input:focus,
.method-booking-shell .legacy-contact-form textarea:focus {
  border-color: var(--treatment-green);
  box-shadow: 0 0 0 3px rgba(73, 182, 85, .12);
}
.method-booking-shell .legacy-contact-form button {
  grid-column: 1 / -1;
  min-height: 52px;
  margin-top: 4px;
  border: 0;
  border-radius: 999px;
  background: var(--treatment-green);
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}

/* Restorative treatment: compact medical list and denser editorial rhythm. */
.treatment-template-vosstanovitelnoe-lechenie {
  --manual-ink: var(--treatment-ink);
  --manual-muted: var(--treatment-muted);
  --manual-green: var(--treatment-green);
  --manual-teal: var(--treatment-teal);
  --manual-mist: var(--treatment-mist);
  --manual-line: var(--treatment-line);
}
.treatment-template-vosstanovitelnoe-lechenie > div > .legacy-section:first-child {
  padding-bottom: 42px !important;
}
.treatment-template-vosstanovitelnoe-lechenie .treatment-hero-button {
  position: relative;
  z-index: 2;
  border: 0;
  background: var(--treatment-green);
  color: #fff;
  opacity: 1;
  box-shadow: 0 14px 32px rgba(73, 182, 85, .23);
  isolation: isolate;
}
.treatment-template-vosstanovitelnoe-lechenie .treatment-hero-button::before,
.treatment-template-vosstanovitelnoe-lechenie .treatment-hero-button::after {
  content: none;
}
.treatment-template-vosstanovitelnoe-lechenie > div > .legacy-section:nth-child(2) {
  padding: 42px 0 68px !important;
}
.treatment-template-vosstanovitelnoe-lechenie > div > .legacy-section:nth-child(2) > .legacy-row {
  gap: 38px;
}
.treatment-template-vosstanovitelnoe-lechenie > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child {
  align-self: start;
  line-height: 1.68;
}
.treatment-template-vosstanovitelnoe-lechenie > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child > .legacy-column {
  margin-bottom: 28px !important;
}
.treatment-template-vosstanovitelnoe-lechenie .restorative-hero-fact {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: #526361;
  font-size: 17px;
  line-height: 1.72;
}
.treatment-template-vosstanovitelnoe-lechenie .restorative-hero-icon {
  display: flex;
  flex: 0 0 18px;
  width: 18px;
  padding-top: 5px;
}
.treatment-template-vosstanovitelnoe-lechenie .restorative-hero-icon > span {
  display: flex;
}
.treatment-template-vosstanovitelnoe-lechenie .restorative-hero-icon img {
  display: block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin: 0 !important;
}
.treatment-template-vosstanovitelnoe-lechenie .restorative-hero-text {
  min-width: 0;
}
.treatment-template-vosstanovitelnoe-lechenie p:has(> video[src=""]) {
  display: none;
}
.treatment-template-vosstanovitelnoe-lechenie .treatment-recommendations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin: 14px 0 28px;
  padding: 15px 22px;
  border: 1px solid var(--treatment-line);
  border-radius: 18px;
  background: #f7fbfa;
}
.treatment-template-vosstanovitelnoe-lechenie .treatment-recommendations p,
.treatment-template-vosstanovitelnoe-lechenie > div > .legacy-section:nth-child(2) .treatment-recommendations p:has(img.emoji) {
  min-height: 0;
  margin: 0 !important;
  padding: 9px 3px !important;
  border: 0 !important;
  border-bottom: 1px solid #e2ece9 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #425154;
  font-size: 14px;
  line-height: 1.5;
}
.treatment-template-vosstanovitelnoe-lechenie .treatment-recommendations p:nth-last-child(-n + 2) {
  border-bottom-color: transparent !important;
}
.treatment-template-vosstanovitelnoe-lechenie > div > .legacy-section:nth-child(2) .treatment-recommendations img.emoji {
  width: 10px !important;
  height: 10px !important;
  margin: 0 8px 0 0 !important;
  vertical-align: 1px !important;
}
.treatment-template-vosstanovitelnoe-lechenie > div > .legacy-section:nth-child(2) .legacy-row-inner {
  margin-top: 16px !important;
}
.treatment-template-vosstanovitelnoe-lechenie > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child > .legacy-row-inner:not(:has(.legacy-form-wrap)) {
  min-height: 178px;
}
.treatment-template-vosstanovitelnoe-lechenie > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child > .legacy-row-inner:not(:has(.legacy-form-wrap)) > .legacy-column {
  min-height: 178px;
  padding: 22px !important;
}
.treatment-template-vosstanovitelnoe-lechenie + .method-booking,
.treatment-template-vosstanovitelnoe-lechenie .method-booking {
  padding: 56px 0;
}
.treatment-template-vosstanovitelnoe-lechenie .method-booking-shell > .legacy-row-inner > .legacy-column-inner {
  gap: 38px;
}
.treatment-template-vosstanovitelnoe-lechenie .method-booking-shell .legacy-contact-form {
  gap: 12px;
  padding: 22px;
  border-radius: 18px;
}
.treatment-template-vosstanovitelnoe-lechenie .method-booking-shell .legacy-contact-form input {
  min-height: 44px;
}
.treatment-template-vosstanovitelnoe-lechenie .method-booking-shell .legacy-contact-form button {
  min-height: 48px;
}
.treatment-template-vosstanovitelnoe-lechenie .restorative-sidebar {
  position: sticky;
  top: 82px;
  display: grid;
  gap: 18px;
  align-self: start;
}
.treatment-template-vosstanovitelnoe-lechenie .restorative-sidebar .manual-hours-card,
.treatment-template-vosstanovitelnoe-lechenie .restorative-sidebar .manual-methods {
  width: 100%;
}
.treatment-template-vosstanovitelnoe-lechenie .restorative-sidebar .manual-methods summary {
  min-height: 62px;
}

/* Complex restorative programs share the approved dense editorial layout. */
.restorative-program-template > div > .legacy-section:first-child {
  overflow: hidden;
  padding-bottom: 42px !important;
}
.restorative-program-template {
  --manual-ink: var(--treatment-ink);
  --manual-muted: var(--treatment-muted);
  --manual-green: var(--treatment-green);
  --manual-teal: var(--treatment-teal);
  --manual-mist: var(--treatment-mist);
  --manual-line: var(--treatment-line);
  overflow: visible;
}
.restorative-program-template .treatment-hero-button {
  position: relative;
  z-index: 2;
  border: 0;
  background: var(--treatment-green);
  color: #fff;
  opacity: 1;
  box-shadow: 0 14px 32px rgba(73, 182, 85, .23);
  isolation: isolate;
}
.restorative-program-template .treatment-hero-button::before,
.restorative-program-template .treatment-hero-button::after {
  content: none;
}
.restorative-program-template > div > .legacy-section:nth-child(2) {
  overflow: visible;
  padding: 42px 0 68px !important;
}
.restorative-program-template > div > .legacy-section:nth-child(2) > .legacy-row {
  gap: 38px;
  align-items: start;
  overflow: visible;
}
.restorative-program-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child {
  align-self: start;
}
.restorative-program-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child .legacy-column[data-width=""] {
  white-space: normal;
}
.restorative-program-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child > .legacy-column {
  margin-bottom: 28px !important;
}
.restorative-program-template > div > .legacy-section:nth-child(2) ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin: 15px 0 28px;
  padding: 13px 22px;
  border: 1px solid var(--treatment-line);
  border-radius: 18px;
  background: #f7fbfa;
}
.restorative-program-template > div > .legacy-section:nth-child(2) ul li {
  min-height: 0;
  padding: 10px 3px 10px 22px;
  border: 0;
  border-bottom: 1px solid #e2ece9;
  border-radius: 0;
  background: transparent;
  line-height: 1.5;
}
.restorative-program-template > div > .legacy-section:nth-child(2) ul li:nth-last-child(-n + 2) {
  border-bottom-color: transparent;
}
.restorative-program-template > div > .legacy-section:nth-child(2) ul li::before {
  top: 17px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: var(--treatment-green);
  content: "";
}
.restorative-program-template > div > .legacy-section:nth-child(2) p[style*="margin-bottom"] {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: inherit;
}
.restorative-program-template > div > .legacy-section:nth-child(2) .legacy-row-inner {
  margin-top: 18px !important;
}
.restorative-program-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child > .legacy-row-inner:not(:has(.legacy-form-wrap)) {
  min-height: 178px;
}
.restorative-program-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child > .legacy-row-inner:not(:has(.legacy-form-wrap)) > .legacy-column {
  min-height: 178px;
  padding: 22px !important;
}
.restorative-program-template .restorative-sidebar {
  position: sticky;
  top: 82px;
  display: grid;
  align-self: start;
  height: max-content;
  min-height: 0;
  gap: 18px;
}
.restorative-program-template .restorative-sidebar .manual-methods nav {
  max-height: clamp(180px, calc(100vh - 455px), 430px);
  overflow-y: auto;
}
.restorative-program-template .restorative-sidebar .manual-hours-card,
.restorative-program-template .restorative-sidebar .manual-methods {
  width: 100%;
}
.restorative-program-template .restorative-sidebar .manual-methods summary {
  min-height: 62px;
}

/* Specialized cabinets reuse the approved cabinet composition while retaining
   each page's imported copy, media, specialists, prices and booking data. */
.specialized-cabinet-template {
  --manual-ink: var(--treatment-ink);
  --manual-muted: var(--treatment-muted);
  --manual-green: var(--treatment-green);
  --manual-teal: var(--treatment-teal);
  --manual-mist: var(--treatment-mist);
  --manual-line: var(--treatment-line);
  overflow: visible;
}
.specialized-cabinet-template > div > .legacy-section:first-child {
  overflow: hidden;
  padding-bottom: 50px !important;
}
.specialized-cabinet-template .treatment-hero-button {
  position: relative;
  z-index: 2;
  border: 0;
  background: var(--treatment-green);
  color: #fff;
  opacity: 1;
  box-shadow: 0 14px 32px rgba(73, 182, 85, .23);
  isolation: isolate;
}
.specialized-cabinet-template .treatment-hero-button::before,
.specialized-cabinet-template .treatment-hero-button::after {
  content: none;
}
.specialized-cabinet-template > div > .legacy-section:nth-child(2) {
  overflow: visible;
  padding: 48px 0 72px !important;
}
.specialized-cabinet-template > div > .legacy-section:nth-child(2) > .legacy-row {
  gap: 38px;
  align-items: start;
  overflow: visible;
}
.specialized-cabinet-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child {
  align-self: start;
  font-size: 17px;
  line-height: 1.72;
}
.specialized-cabinet-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child .legacy-column[data-width=""] {
  white-space: normal;
}
.specialized-cabinet-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child > .legacy-column {
  margin-bottom: 28px !important;
}
.specialized-cabinet-template > div > .legacy-section:nth-child(2) h4 {
  margin-top: 34px;
  margin-bottom: 14px;
}
.specialized-cabinet-template .cabinet-content-title {
  margin: 8px 0 22px;
  color: var(--treatment-ink);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.14;
  letter-spacing: -.02em;
}
.specialized-cabinet-template .cabinet-content-heading {
  margin: 32px 0 12px;
  color: var(--treatment-ink);
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.24;
  letter-spacing: -.01em;
}
.specialized-cabinet-template .cabinet-info-block {
  margin: 24px 0 30px;
  padding: 24px 26px;
  border: 1px solid var(--treatment-line);
  border-left: 4px solid var(--treatment-green);
  border-radius: 18px;
  background: #f3f9f7;
  box-shadow: 0 12px 30px rgba(24, 84, 78, .06);
}
.specialized-cabinet-template .cabinet-info-block h3,
.specialized-cabinet-template .cabinet-info-block h4 {
  margin: 0 0 12px;
  color: var(--treatment-ink);
  line-height: 1.3;
}
.specialized-cabinet-template .cabinet-info-block h3 {
  font-size: 21px;
}
.specialized-cabinet-template .cabinet-info-block h4 {
  margin-top: 18px;
  font-size: 17px;
}
.specialized-cabinet-template .cabinet-info-block p:last-child,
.specialized-cabinet-template .cabinet-info-block ul:last-child {
  margin-bottom: 0;
}
.specialized-cabinet-template .cabinet-info-block .cabinet-content-list {
  margin: 10px 0 0;
}
.specialized-cabinet-template .cabinet-doctor-info > h3 {
  font-size: 21px !important;
  line-height: 1.38 !important;
}
.specialized-cabinet-template .cabinet-info-list {
  display: grid;
  gap: 7px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.specialized-cabinet-template .cabinet-info-list li {
  position: relative;
  margin: 0;
  padding-left: 20px;
  line-height: 1.55;
}
.specialized-cabinet-template .cabinet-info-list li::before {
  content: "";
  position: absolute;
  top: .58em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--treatment-green);
}
.specialized-cabinet-template .cabinet-info-list-plain li {
  padding-left: 0;
}
.specialized-cabinet-template .cabinet-info-list-plain li::before {
  content: none;
}
.specialized-cabinet-template > div > .legacy-section:nth-child(2) p {
  margin: 0 0 18px;
  white-space: normal;
}
.specialized-cabinet-template .cabinet-content-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 28px;
  margin: 12px 0 26px;
  padding: 0;
  list-style: none;
}
.specialized-cabinet-template .cabinet-content-list li {
  position: relative;
  break-inside: avoid;
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 1.58;
}
.specialized-cabinet-template .cabinet-content-list li::before {
  content: "";
  position: absolute;
  top: .58em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--treatment-green);
  box-shadow: 0 0 0 4px rgba(73, 182, 85, .12);
}
.treatment-template-akupunktura .acupuncture-price-list,
.treatment-template-akupunktura .acupuncture-marker-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  margin: 12px 0 24px;
  padding: 0;
  list-style: none;
}
.treatment-template-akupunktura .acupuncture-price-list li,
.treatment-template-akupunktura .acupuncture-marker-list li {
  position: relative;
  margin: 0;
  padding-left: 21px;
  line-height: 1.55;
}
.treatment-template-akupunktura .acupuncture-price-list li::before,
.treatment-template-akupunktura .acupuncture-marker-list li::before {
  content: "";
  position: absolute;
  top: .58em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.treatment-template-akupunktura .marker-blue::before {
  background: #2f80ed;
  box-shadow: 0 0 0 4px rgba(47, 128, 237, .12);
}
.treatment-template-akupunktura .marker-green::before,
.treatment-template-akupunktura .marker-green li::before {
  background: var(--treatment-green);
  box-shadow: 0 0 0 4px rgba(73, 182, 85, .12);
}
.treatment-template-akupunktura .marker-yellow li::before {
  background: #e7b82f;
  box-shadow: 0 0 0 4px rgba(231, 184, 47, .14);
}
.specialized-cabinet-template .legacy-column:first-child > p:has(> a > img),
.specialized-cabinet-template .legacy-column:first-child > div > p:has(> a > img) {
  margin: 24px 0 28px;
}
.specialized-cabinet-template .legacy-column:first-child p > a > img,
.specialized-cabinet-template .legacy-column:first-child p > img:not(.emoji) {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  border-radius: 20px;
}
.specialized-cabinet-template > div > .legacy-section:nth-child(2) p:has(img.emoji) {
  columns: 2 270px;
  column-gap: 28px;
  margin: 14px 0 26px;
  padding: 15px 22px;
  border: 1px solid var(--treatment-line);
  border-radius: 18px;
  background: #f7fbfa;
  line-height: 1.65;
}
.specialized-cabinet-template > div > .legacy-section:nth-child(2) p:has(img.emoji) img.emoji {
  width: 10px !important;
  height: 10px !important;
  margin: 0 8px 0 0 !important;
  vertical-align: 1px !important;
}
.specialized-cabinet-template > div > .legacy-section:nth-child(2) .legacy-row-inner {
  margin-top: 18px !important;
}
.specialized-cabinet-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child > .legacy-row-inner:not(:has(.legacy-form-wrap)) {
  min-height: 178px;
}
.specialized-cabinet-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child > .legacy-row-inner:not(:has(.legacy-form-wrap)) > .legacy-column {
  min-height: 178px;
  padding: 22px !important;
}
.specialized-cabinet-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child > .legacy-row-inner:not(:has(.legacy-form-wrap)) {
  align-items: stretch;
}
.specialized-cabinet-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child > .legacy-row-inner:not(:has(.legacy-form-wrap)) > .legacy-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.specialized-cabinet-template .restorative-sidebar {
  position: sticky;
  top: 82px;
  display: grid;
  align-self: start;
  height: max-content;
  min-height: 0;
  gap: 18px;
}
.specialized-cabinet-template .restorative-sidebar .manual-methods nav {
  max-height: clamp(180px, calc(100vh - 455px), 430px);
  overflow-y: auto;
}
.specialized-cabinet-template .restorative-sidebar .manual-hours-card,
.specialized-cabinet-template .restorative-sidebar .manual-methods {
  width: 100%;
}
.specialized-cabinet-template .restorative-sidebar .manual-methods summary {
  min-height: 62px;
}

/* Three approved treatment-method pages keep their imported content while
   reusing the established sidebar and editorial rhythm. */
.classic-method-template {
  --manual-ink: var(--treatment-ink);
  --manual-muted: var(--treatment-muted);
  --manual-green: var(--treatment-green);
  --manual-teal: var(--treatment-teal);
  --manual-mist: var(--treatment-mist);
  --manual-line: var(--treatment-line);
  overflow: visible;
}
.classic-method-template > div > .legacy-section:first-child {
  overflow: hidden;
}
.classic-method-template > div > .legacy-section:nth-child(2),
.classic-method-template > div > .legacy-section:nth-child(2) > .legacy-row {
  overflow: visible;
}
.classic-method-template > div > .legacy-section:nth-child(2) > .legacy-row {
  align-items: start;
}
.classic-method-template .method-structured-content {
  margin-bottom: 26px !important;
  white-space: normal !important;
}
.classic-method-template .method-structured-content > p {
  margin: 0 0 18px;
  white-space: normal;
}
.classic-method-template .method-structured-content > h3,
.classic-method-template .method-list-pair h3 {
  margin: 32px 0 12px;
  color: var(--treatment-ink);
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.25;
  letter-spacing: -.01em;
}
.classic-method-template .method-list-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 26px 0 30px;
}
.classic-method-template .method-list-pair h3 {
  min-height: 2.5em;
  margin-top: 0;
  font-size: 19px;
}
.classic-method-template .method-compact-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  margin: 0 !important;
}
.classic-method-template .method-compact-list li {
  min-height: 0 !important;
  padding: 0 0 0 20px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: 15px !important;
  line-height: 1.58 !important;
}
.classic-method-template .method-compact-list li::before {
  content: "" !important;
  top: .62em !important;
  left: 0 !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: var(--treatment-green) !important;
  box-shadow: 0 0 0 4px rgba(73, 182, 85, .12);
}
.classic-method-template .method-info-block {
  display: grid;
  gap: 10px;
  margin: 28px 0 30px;
  padding: 23px 25px;
  border: 1px solid var(--treatment-line);
  border-left: 4px solid var(--treatment-green);
  border-radius: 18px;
  background: #f3f9f7;
  box-shadow: 0 12px 30px rgba(24, 84, 78, .06);
}
.classic-method-template .method-info-block p {
  margin: 0 !important;
  white-space: normal !important;
}
.classic-method-template .method-aftercare {
  border-left-color: var(--treatment-teal);
  background: #f1f7f8;
}
.classic-method-template .method-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 28px;
}
.classic-method-template .method-photo-grid > div {
  min-height: 250px;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.classic-method-template .restorative-sidebar {
  position: sticky;
  top: 82px;
  display: grid;
  align-self: start;
  height: max-content;
  min-height: 0;
  gap: 18px;
}
.classic-method-template .restorative-sidebar .manual-methods nav {
  max-height: clamp(180px, calc(100vh - 455px), 430px);
  overflow-y: auto;
}
.treatment-template details[data-responsive-methods] nav {
  max-height: none;
  overflow: visible;
}
.classic-method-template .restorative-sidebar .manual-hours-card,
.classic-method-template .restorative-sidebar .manual-methods {
  width: 100%;
}
.classic-method-template .restorative-sidebar .manual-methods summary {
  min-height: 62px;
}

/* Osteopathy pages use the approved treatment shell with page-specific,
   semantic content instead of the imported spacer-and-marker markup. */
.osteopathy-method-template {
  --manual-ink: var(--treatment-ink);
  --manual-muted: var(--treatment-muted);
  --manual-green: var(--treatment-green);
  --manual-teal: var(--treatment-teal);
  --manual-mist: var(--treatment-mist);
  --manual-line: var(--treatment-line);
  overflow: visible;
}
.osteopathy-method-template > div > .legacy-section:first-child {
  overflow: hidden;
}
.osteopathy-method-template > div > .legacy-section:nth-child(2),
.osteopathy-method-template > div > .legacy-section:nth-child(2) > .legacy-row {
  overflow: visible;
}
.osteopathy-method-template > div > .legacy-section:nth-child(2) > .legacy-row {
  align-items: start;
}
.osteopathy-method-template .osteopathy-hero-text {
  padding-bottom: 0 !important;
  white-space: normal;
}
.osteopathy-method-template .osteopathy-hero-text > p {
  margin: 0 0 16px;
  color: var(--treatment-muted);
  font-size: 15px;
  line-height: 1.72;
}
.osteopathy-method-template .osteopathy-hero-text > p:last-child {
  margin-bottom: 0;
}
.osteopathy-method-template .treatment-hero-button {
  margin-top: 27px;
}
.osteopathy-method-template .method-structured-content {
  margin-bottom: 26px !important;
  white-space: normal !important;
}
.osteopathy-method-template .method-structured-content > p {
  margin: 0 0 19px;
  white-space: normal;
  font-size: 16px;
  line-height: 1.78;
}
.osteopathy-method-template .method-structured-content > h3,
.osteopathy-method-template .osteopathy-section-heading {
  margin: 32px 0 12px;
  color: var(--treatment-ink);
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.25;
  letter-spacing: -.01em;
}
.osteopathy-method-template .method-compact-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  margin: 15px 0 29px !important;
  padding: 0 !important;
}
.osteopathy-method-template .method-two-column-list {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 28px !important;
}
.osteopathy-method-template .method-compact-list li {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 0 0 20px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: 15px !important;
  line-height: 1.58 !important;
}
.osteopathy-method-template .method-compact-list li::before {
  content: "" !important;
  top: .62em !important;
  left: 0 !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: var(--treatment-green) !important;
  box-shadow: 0 0 0 4px rgba(73, 182, 85, .12);
}
.osteopathy-method-template .method-info-block {
  display: grid;
  gap: 11px;
  margin: 25px 0 29px;
  padding: 22px 24px;
  border: 1px solid var(--treatment-line);
  border-left: 4px solid var(--treatment-green);
  border-radius: 18px;
  background: #f3f9f7;
  box-shadow: 0 12px 30px rgba(24, 84, 78, .06);
}
.osteopathy-method-template .method-info-block p {
  margin: 0 !important;
  color: var(--treatment-ink) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  white-space: normal !important;
}
.osteopathy-method-template .osteopathy-doctor-price {
  margin: 22px 0 0;
  padding: 19px 21px;
}
.osteopathy-method-template .method-price-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.osteopathy-method-template .method-price-list li {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--treatment-ink);
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1.55 !important;
}
.osteopathy-method-template .method-price-list li::before {
  display: none !important;
}
.osteopathy-method-template .method-video-block {
  display: block !important;
  visibility: visible !important;
  width: 100%;
  max-width: 100%;
  min-height: 320px;
  margin: 25px 0 28px;
  overflow: visible;
  opacity: 1 !important;
}
.osteopathy-method-template .method-video-block:empty,
.osteopathy-method-template .method-video-block:not(:has(video[src]:not([src=""]))) {
  display: none;
}
.osteopathy-method-template .method-video-block .method-video-player {
  display: block !important;
  visibility: visible !important;
  width: 100% !important;
  max-width: 100%;
  height: min(78vh, 760px);
  min-height: 320px;
  overflow: visible;
  object-fit: contain;
  opacity: 1 !important;
  border-radius: 18px;
  background: #111;
}
.treatment-template-stomatologicheskaya-osteopatiya .method-video-block,
.treatment-template-stomatologicheskaya-osteopatiya .method-video-block .method-video-player {
  overflow: clip;
}
.treatment-template-stomatologicheskaya-osteopatiya > div > .legacy-section:nth-child(2) {
  overflow: clip;
}
@media (max-width: 700px) {
  .osteopathy-method-template .method-video-block {
    min-height: 0;
  }
  .osteopathy-method-template .method-video-block .method-video-player {
    aspect-ratio: 9 / 16;
    height: auto;
    min-height: 0;
  }
}
.osteopathy-method-template .method-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0 29px;
}
.osteopathy-method-template .method-photo-grid > div {
  min-height: 250px;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.osteopathy-method-template .osteopathy-final-block {
  margin-bottom: 0;
}
.osteopathy-method-template .restorative-sidebar {
  position: sticky;
  top: 82px;
  display: grid;
  align-self: start;
  height: max-content;
  min-height: 0;
  gap: 18px;
}
.osteopathy-method-template .restorative-sidebar .manual-methods nav {
  max-height: clamp(180px, calc(100vh - 455px), 430px);
  overflow-y: auto;
}
.osteopathy-method-template .restorative-sidebar .manual-hours-card,
.osteopathy-method-template .restorative-sidebar .manual-methods {
  width: 100%;
}
.osteopathy-method-template .restorative-sidebar .manual-methods summary {
  min-height: 62px;
}

@media (max-width: 960px) {
  .treatment-template > div > .legacy-section:first-child > .legacy-row {
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
    gap: 32px;
  }
  .treatment-template > div > .legacy-section:first-child h3 { font-size: 42px !important; }
  .treatment-template > div > .legacy-section:nth-child(2) > .legacy-row {
    grid-template-columns: 1fr;
  }
  .treatment-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:last-child {
    position: static;
    grid-row: 1;
  }
  .treatment-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:last-child > .legacy-row-inner:first-child {
    order: 2;
  }
  .treatment-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:last-child > .legacy-row-inner:last-child {
    order: 1;
  }
  .treatment-template .legacy-menu-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px;
  }
  .method-booking-shell > .legacy-row-inner > .legacy-column-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .method-booking-shell .legacy-form-wrap {
    grid-column: 1;
    grid-row: auto;
  }
  .treatment-template-vosstanovitelnoe-lechenie .treatment-recommendations {
    gap: 0 18px;
  }
  .treatment-template-vosstanovitelnoe-lechenie .restorative-sidebar {
    position: static;
    grid-row: 1;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .restorative-program-template .restorative-sidebar {
    position: static;
    top: auto;
    grid-row: 1;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    height: auto;
  }
  .specialized-cabinet-template .restorative-sidebar {
    position: static;
    top: auto;
    grid-row: 1;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    height: auto;
  }
  .classic-method-template .restorative-sidebar {
    position: static;
    top: auto;
    grid-row: 1;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    height: auto;
  }
  .osteopathy-method-template .restorative-sidebar {
    position: static;
    top: auto;
    grid-row: auto !important;
    grid-template-columns: 1fr;
    height: auto;
  }
  .treatment-template-kabinet-manualnoi-terapii-i-osteopatii .restorative-sidebar,
  .treatment-template-vosstanovitelnoe-lechenie .restorative-sidebar,
  .treatment-template-vosstanovitelnoe-lechenie-sportsmen .restorative-sidebar,
  .treatment-template-postkovidnyj-sindrom .restorative-sidebar,
  .treatment-template-kabinet-lechenija-skolioza .restorative-sidebar,
  .treatment-template-kabinet-stopy .restorative-sidebar,
  .treatment-template-kabinet-golovnoj-boli .restorative-sidebar,
  .treatment-template-massazh-i-massazhnyj-kompleks .restorative-sidebar,
  .treatment-template-gryazelechenie-i-fitoaplikatsii .restorative-sidebar,
  .treatment-template-vytyazhenie-pozvonochnika .restorative-sidebar,
  .treatment-template-akupunktura .restorative-sidebar,
  .treatment-template-svetoterapiya .restorative-sidebar,
  .treatment-template-elektropunktura .restorative-sidebar,
  .treatment-template-lechebnaya-fizkultura .restorative-sidebar {
    grid-row: auto !important;
  }
}

@media (max-width: 680px) {
  .treatment-template > div > .legacy-section:first-child { padding: 28px 0 46px !important; }
  .treatment-template > div > .legacy-section:first-child > .legacy-row {
    grid-template-columns: 1fr;
    width: min(100% - 28px, 1180px);
  }
  .treatment-template > div > .legacy-section:first-child .legacy-image {
    max-height: none;
    border-width: 8px;
    border-radius: 24px;
  }
  .treatment-template > div > .legacy-section:first-child h3 {
    margin-bottom: 17px !important;
    font-size: 38px !important;
    line-height: 1.08 !important;
  }
  .treatment-template > div > .legacy-section:first-child .legacy-row-inner {
    margin-top: 22px !important;
    padding: 20px !important;
  }
  .treatment-template > div > .legacy-section:nth-child(2) { padding: 48px 0 68px !important; }
  .treatment-template > div > .legacy-section:nth-child(2) > .legacy-row {
    gap: 34px;
    width: min(100% - 28px, 1180px);
  }
  .treatment-template .legacy-menu-list { grid-template-columns: 1fr; }
  .treatment-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child {
    font-size: 15px;
    line-height: 1.72;
  }
  .treatment-template > div > .legacy-section:nth-child(2) h4 {
    margin-top: 37px;
    font-size: 27px;
  }
  .treatment-template > div > .legacy-section:nth-child(2) ul {
    grid-template-columns: 1fr;
  }
  .treatment-template > div > .legacy-section:nth-child(2) p:has(img.emoji),
  .treatment-template > div > .legacy-section:nth-child(2) p[style*="margin-bottom"] {
    padding: 21px 19px;
    border-radius: 16px;
  }
  .specialized-cabinet-template > div > .legacy-section:nth-child(2) p:has(img.emoji) {
    columns: 1;
  }
  .specialized-cabinet-template .cabinet-content-list {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .specialized-cabinet-template .cabinet-content-title {
    font-size: 29px;
  }
  .specialized-cabinet-template .cabinet-content-heading {
    margin-top: 28px;
    font-size: 23px;
  }
  .classic-method-template .method-list-pair,
  .classic-method-template .method-photo-grid,
  .classic-method-template .restorative-sidebar {
    grid-template-columns: 1fr;
  }
  .classic-method-template .method-list-pair {
    gap: 2px;
  }
  .classic-method-template .method-list-pair h3 {
    min-height: 0;
  }
  .classic-method-template .method-info-block {
    padding: 20px;
  }
  .osteopathy-method-template .method-two-column-list,
  .osteopathy-method-template .method-photo-grid,
  .osteopathy-method-template .restorative-sidebar {
    grid-template-columns: 1fr !important;
  }
  .osteopathy-method-template .method-info-block {
    padding: 20px;
  }
  .osteopathy-method-template .osteopathy-hero-text > p,
  .osteopathy-method-template .method-structured-content > p {
    font-size: 15px;
  }
  .treatment-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child > .legacy-row-inner:not(:has(.legacy-form-wrap)) {
    grid-template-columns: 1fr;
  }
  .treatment-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child > .legacy-row-inner:not(:has(.legacy-form-wrap)) > .legacy-column {
    min-height: 205px;
  }
  .treatment-template > div > .legacy-section:nth-child(2) .legacy-row-inner:has(.legacy-form-wrap) {
    padding: 25px 20px !important;
  }
  .treatment-template .legacy-contact-form { grid-template-columns: 1fr; }
  .treatment-template .legacy-contact-form label.wide { grid-column: auto; }
  .treatment-template > div > .legacy-row:last-child {
    width: min(100% - 28px, 1180px);
    margin: -36px auto 60px;
  }
  .method-booking {
    padding: 54px 0;
  }
  .method-booking-shell .legacy-contact-form {
    grid-template-columns: 1fr;
    padding: 23px 20px;
  }
  .method-booking-shell .legacy-contact-form label.wide,
  .method-booking-shell .legacy-contact-form button {
    grid-column: auto;
  }
  .treatment-template-vosstanovitelnoe-lechenie > div > .legacy-section:nth-child(2) {
    padding: 30px 0 52px !important;
  }
  .treatment-template-vosstanovitelnoe-lechenie > div > .legacy-section:first-child {
    padding-bottom: 32px !important;
  }
  .treatment-template-vosstanovitelnoe-lechenie .treatment-recommendations {
    grid-template-columns: 1fr;
    gap: 0;
    margin: 12px 0 22px;
    padding: 10px 17px;
    border-radius: 16px;
  }
  .treatment-template-vosstanovitelnoe-lechenie .treatment-recommendations p:nth-last-child(-n + 2) {
    border-bottom-color: #e2ece9 !important;
  }
  .treatment-template-vosstanovitelnoe-lechenie .treatment-recommendations p:last-child {
    border-bottom-color: transparent !important;
  }
  .treatment-template-vosstanovitelnoe-lechenie > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child > .legacy-row-inner:not(:has(.legacy-form-wrap)) {
    min-height: 0;
  }
  .treatment-template-vosstanovitelnoe-lechenie > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child > .legacy-row-inner:not(:has(.legacy-form-wrap)) > .legacy-column {
    min-height: 170px;
    padding: 19px !important;
  }
  .treatment-template-vosstanovitelnoe-lechenie .method-booking {
    padding: 46px 0;
  }
  .treatment-template-vosstanovitelnoe-lechenie .restorative-sidebar {
    grid-template-columns: 1fr;
  }
  .restorative-program-template > div > .legacy-section:nth-child(2) {
    padding: 30px 0 52px !important;
  }
  .restorative-program-template > div > .legacy-section:first-child {
    padding-bottom: 32px !important;
  }
  .restorative-program-template > div > .legacy-section:nth-child(2) ul {
    grid-template-columns: 1fr;
    gap: 0;
    margin: 12px 0 22px;
    padding: 10px 17px;
    border-radius: 16px;
  }
  .restorative-program-template > div > .legacy-section:nth-child(2) ul li:nth-last-child(-n + 2) {
    border-bottom-color: #e2ece9;
  }
  .restorative-program-template > div > .legacy-section:nth-child(2) ul li:last-child {
    border-bottom-color: transparent;
  }
  .restorative-program-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child > .legacy-row-inner:not(:has(.legacy-form-wrap)) {
    min-height: 0;
  }
  .restorative-program-template > div > .legacy-section:nth-child(2) > .legacy-row > .legacy-column:first-child > .legacy-row-inner:not(:has(.legacy-form-wrap)) > .legacy-column {
    min-height: 170px;
    padding: 19px !important;
  }
  .restorative-program-template .restorative-sidebar {
    grid-template-columns: 1fr;
  }
}

/* Dedicated service page: soft manual therapy */
.manual-page {
  --manual-ink: #243638;
  --manual-muted: #647376;
  --manual-green: #49b655;
  --manual-teal: #087779;
  --manual-mist: #eef6f4;
  --manual-line: #dce8e5;
  color: var(--manual-ink);
  background: #fff;
}
.manual-page h1,
.manual-page h2,
.manual-page h3,
.manual-page p { margin-top: 0; }
.manual-hero {
  position: relative;
  overflow: hidden;
  padding: 62px 0 70px;
  background:
    radial-gradient(circle at 89% 9%, rgba(73, 182, 85, .11), transparent 28%),
    linear-gradient(135deg, #f2f8f7 0%, #fff 55%, #edf6f4 100%);
}
.manual-hero::after {
  position: absolute;
  right: -90px;
  bottom: -160px;
  width: 390px;
  height: 390px;
  border: 58px solid rgba(8, 119, 121, .055);
  border-radius: 50%;
  content: "";
}
.manual-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 58px;
}
.manual-hero-image {
  position: relative;
  overflow: hidden;
  border: 12px solid rgba(255,255,255,.88);
  border-radius: 28px;
  background: #dfeae8;
  box-shadow: 0 28px 70px rgba(26, 77, 73, .17);
}
.manual-hero-image::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 17px;
  pointer-events: none;
  content: "";
}
.manual-hero-image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.manual-kicker,
.manual-section-heading > span,
.manual-faq-grid article > span,
.manual-course > div:first-child > span,
.manual-price-section .manual-section-heading > span,
.manual-warning > div > span,
.manual-photo-notes article div > span,
.manual-booking-copy > span {
  display: block;
  margin-bottom: 10px;
  color: var(--manual-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}
.manual-hero-copy h1 {
  max-width: 650px;
  margin: 0 0 22px;
  color: var(--manual-ink);
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: -.035em;
}
.manual-lead {
  max-width: 670px;
  margin-bottom: 27px;
  color: var(--manual-muted);
  font-size: 17px;
  line-height: 1.72;
}
.manual-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 27px;
  overflow: hidden;
  border: 1px solid rgba(8, 119, 121, .13);
  border-radius: 16px;
  background: rgba(255,255,255,.76);
}
.manual-facts > div {
  min-width: 0;
  padding: 15px 17px;
  border-left: 1px solid rgba(8, 119, 121, .12);
}
.manual-facts > div:first-child { border-left: 0; }
.manual-facts span,
.manual-facts strong { display: block; }
.manual-facts span {
  margin-bottom: 3px;
  color: #758285;
  font-size: 11px;
  line-height: 1.35;
}
.manual-facts strong {
  color: #324547;
  font-size: 13px;
  line-height: 1.35;
}
.manual-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 29px;
  border-radius: 999px;
  background: var(--manual-green);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 14px 32px rgba(73, 182, 85, .23);
  transition: background .2s, transform .2s;
}
.manual-primary-button:hover {
  background: #3da549;
  transform: translateY(-2px);
}
.manual-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: start;
  gap: 46px;
  padding-top: 76px;
  padding-bottom: 88px;
}
.manual-content {
  display: grid;
  gap: 56px;
  min-width: 0;
}
.manual-section-heading {
  max-width: 760px;
  margin-bottom: 27px;
}
.manual-section-heading h2,
.manual-faq-grid h2,
.manual-course h2,
.manual-warning h2,
.manual-booking h2 {
  margin-bottom: 14px;
  color: var(--manual-ink);
  font-size: clamp(27px, 2.6vw, 36px);
  line-height: 1.17;
  letter-spacing: -.025em;
}
.manual-section-heading p,
.manual-faq-grid p,
.manual-course p,
.manual-warning p {
  margin-bottom: 0;
  color: #566568;
  font-size: 16px;
  line-height: 1.75;
}
.manual-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.manual-check-list li {
  position: relative;
  min-height: 58px;
  padding: 16px 17px 15px 47px;
  border: 1px solid var(--manual-line);
  border-radius: 14px;
  background: #fff;
  color: #425154;
  font-size: 14px;
  line-height: 1.55;
}
.manual-check-list li::before {
  position: absolute;
  top: 16px;
  left: 16px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: #e5f6e8;
  color: #379845;
  content: "✓";
  font-size: 13px;
  font-weight: 800;
}
.manual-check-list-teal li::before {
  background: #e2f2f1;
  color: var(--manual-teal);
}
.manual-wide-image {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: var(--manual-mist);
  box-shadow: 0 18px 46px rgba(33, 71, 68, .1);
}
.manual-wide-image img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}
.manual-step-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.manual-step-grid article {
  position: relative;
  min-height: 230px;
  padding: 29px 27px 25px;
  overflow: hidden;
  border: 1px solid var(--manual-line);
  border-radius: 20px;
  background: linear-gradient(145deg, #fff, #f5faf9);
}
.manual-step-grid article > span {
  display: block;
  margin-bottom: 23px;
  color: rgba(8, 119, 121, .24);
  font-size: 35px;
  font-weight: 800;
  line-height: 1;
}
.manual-step-grid h3 {
  margin-bottom: 10px;
  color: var(--manual-ink);
  font-size: 19px;
  line-height: 1.34;
}
.manual-step-grid p {
  margin: 0;
  color: #617073;
  font-size: 14px;
  line-height: 1.7;
}
.manual-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.manual-faq-grid article {
  padding: 31px 30px;
  border-radius: 22px;
  background: var(--manual-mist);
}
.manual-faq-grid article:nth-child(2) {
  background: #f4f8ef;
}
.manual-faq-grid h2 {
  font-size: 25px;
}
.manual-faq-grid p { font-size: 15px; }
.manual-results {
  padding: 36px;
  border: 1px solid var(--manual-line);
  border-radius: 24px;
  background: #fbfdfd;
}
.manual-note {
  margin: 24px 0 0;
  padding: 19px 21px;
  border-left: 4px solid var(--manual-teal);
  border-radius: 0 12px 12px 0;
  background: #eef6f5;
  color: #536366;
  font-size: 14px;
  line-height: 1.7;
}
.manual-course {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  align-items: center;
  gap: 28px;
  padding: 34px 38px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--manual-teal), #075f62);
  color: #fff;
}
.manual-course > div:first-child > span { color: #a9e9c0; }
.manual-course h2,
.manual-course p { color: #fff; }
.manual-course p { opacity: .86; }
.manual-course-number {
  display: grid;
  min-height: 155px;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(255,255,255,.19);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  text-align: center;
}
.manual-course-number strong {
  font-size: 21px;
  line-height: 1;
}
.manual-course-number span {
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.35;
  opacity: .8;
}
.manual-price-section {
  padding: 37px;
  border: 1px solid var(--manual-line);
  border-radius: 24px;
  background: linear-gradient(145deg, #fff, #f2f8f6);
}
.manual-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.manual-price-grid article {
  display: flex;
  min-height: 135px;
  padding: 19px;
  border-radius: 16px;
  background: #fff;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 8px 24px rgba(31, 74, 71, .06);
}
.manual-price-grid article span {
  color: #5a696c;
  font-size: 13px;
  line-height: 1.5;
}
.manual-price-grid article strong {
  color: var(--manual-teal);
  font-size: 25px;
  line-height: 1.15;
}
.manual-price-section > p {
  margin: 21px 0 0;
  color: #59686b;
  font-size: 14px;
  line-height: 1.7;
}
.manual-warning {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 22px;
  padding: 32px 34px;
  border: 1px solid #efdfb6;
  border-radius: 22px;
  background: #fff9ea;
}
.manual-warning-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: #f5c75a;
  color: #674c0f;
  font-size: 24px;
  font-weight: 800;
}
.manual-warning > div > span { color: #9b7110; }
.manual-trust {
  padding: 35px;
  border-radius: 24px;
  background: #f5faf8;
}
.manual-license {
  display: inline-flex;
  margin-top: 22px;
  padding: 9px 15px;
  border-radius: 999px;
  background: #e1f2e4;
  color: #31813b;
  font-size: 13px;
}
.manual-photo-notes {
  display: grid;
  gap: 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 16px 45px rgba(31, 74, 71, .09);
}
.manual-photo-notes article {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 250px;
}
.manual-photo-notes article div {
  display: flex;
  padding: 32px;
  background: var(--manual-mist);
  flex-direction: column;
  justify-content: center;
}
.manual-photo-notes article:nth-child(2) div { background: #f5f8f0; }
.manual-photo-notes p {
  margin: 0;
  color: #526164;
  font-size: 14px;
  line-height: 1.75;
}
.manual-photo-notes img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}
.manual-sidebar {
  position: sticky;
  top: 82px;
  display: grid;
  gap: 18px;
}
.manual-hours-card {
  overflow: hidden;
  border: 1px solid rgba(8, 119, 121, .15);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(31, 74, 71, .1);
}
.manual-hours-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  background: linear-gradient(135deg, var(--manual-teal), #086669);
  color: #fff;
}
.manual-clock {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  font-size: 25px;
}
.manual-hours-heading span,
.manual-hours-heading h2 { display: block; }
.manual-hours-heading div > span {
  color: #b9e8dc;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.3;
  text-transform: uppercase;
}
.manual-hours-heading h2 {
  margin: 2px 0 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}
.manual-hours-card dl { margin: 0; padding: 9px 18px; }
.manual-hours-card dl > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 2px;
  border-bottom: 1px solid #edf1f0;
}
.manual-hours-card dl > div:last-child { border-bottom: 0; }
.manual-hours-card dt,
.manual-hours-card dd {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.35;
}
.manual-hours-card dt { color: #637174; }
.manual-hours-card dd { color: var(--manual-ink); font-weight: 700; text-align: right; }
.manual-hours-card > a {
  display: block;
  padding: 15px 20px 17px;
  background: #edf7f3;
  color: var(--manual-teal);
  text-align: center;
}
.manual-hours-card > a span,
.manual-hours-card > a strong { display: block; }
.manual-hours-card > a span {
  margin-bottom: 2px;
  color: #69787a;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.manual-hours-card > a strong { font-size: 18px; }
.manual-methods {
  overflow: hidden;
  border: 1px solid var(--manual-line);
  border-radius: 20px;
  background: #fff;
}
.manual-methods summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 13px 19px;
  background: #f3f8f7;
  color: var(--manual-ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  cursor: pointer;
  list-style: none;
}
.manual-methods summary::-webkit-details-marker { display: none; }
.manual-methods summary small {
  display: block;
  margin-bottom: 3px;
  color: #748183;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.manual-methods summary i {
  width: 10px;
  height: 10px;
  margin: 0 4px 5px 14px;
  border-right: 2px solid var(--manual-teal);
  border-bottom: 2px solid var(--manual-teal);
  transform: rotate(45deg);
  transition: transform .2s;
}
.manual-methods[open] summary i {
  margin-bottom: -3px;
  transform: rotate(225deg);
}
.manual-methods nav {
  display: grid;
  max-height: none;
  overflow: visible;
}

/* The shared treatment menu must grow with its full list. Template-specific
   sidebar rules above used a viewport-based height and therefore kept an
   inner scrollbar despite the generic menu reset. */
.treatment-template .restorative-sidebar details.manual-methods[data-responsive-methods] nav {
  max-height: none;
  overflow: visible;
  overflow-y: visible;
}
.manual-methods nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 15px;
  border-top: 1px solid #edf1f0;
  color: #49575a;
  font-size: 12.5px;
  line-height: 1.35;
}
.manual-methods nav a span {
  color: #99a7a6;
  font-size: 20px;
}
.manual-methods nav a:hover {
  background: #f5f9f8;
  color: #31813b;
}
.manual-methods nav a.active {
  background: #eaf5ef;
  color: #2d7f3b;
  font-weight: 700;
  box-shadow: inset 4px 0 0 var(--manual-green);
}
.manual-booking {
  padding: 72px 0;
  background:
    linear-gradient(135deg, rgba(0, 65, 68, .94), rgba(4, 104, 104, .92)),
    url("../images/consultation-bg.jpeg") center / cover no-repeat;
}
.manual-booking-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: 58px;
}
.manual-booking-copy,
.manual-booking-copy h2 { color: #fff; }
.manual-booking-copy > span { color: #a7e8b6; }
.manual-booking-copy h2 {
  margin-bottom: 27px;
  font-size: clamp(29px, 3vw, 39px);
}
.manual-booking-option {
  margin-top: 17px;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 15px;
  background: rgba(255,255,255,.08);
}
.manual-booking-option strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}
.manual-booking-option p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.6;
}
.manual-booking-option a {
  display: inline-block;
  margin-top: 8px;
  color: #b8efc5;
  font-size: 18px;
  font-weight: 700;
}
.kabinet-manual-page .manual-booking-option,
.cabinet-booking-cards .manual-booking-option {
  display: grid;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
}
.kabinet-manual-page .kabinet-booking-card,
.cabinet-booking-cards .kabinet-booking-card {
  padding: 18px 20px;
  border: 0;
  border-radius: 15px;
  background: rgba(255,255,255,.1);
}
.kabinet-manual-page .kabinet-booking-call-card a,
.cabinet-booking-cards .kabinet-booking-call-card a { margin-top: 8px; }
.manual-booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 29px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,.2);
}
.manual-booking-form label {
  display: grid;
  gap: 6px;
  color: #4e5b5e;
  font-size: 12px;
  font-weight: 600;
}
.manual-booking-form input {
  width: 100%;
  min-height: 48px;
  padding: 10px 13px;
  border: 1px solid #d8e3e1;
  border-radius: 11px;
  outline: none;
  background: #fbfdfd;
  color: #27383a;
  font: inherit;
}
.manual-booking-form input:focus {
  border-color: var(--manual-green);
  box-shadow: 0 0 0 3px rgba(73, 182, 85, .12);
}
body[class*="treatment-template-"] .manual-booking .goltsman-cf7 {
  min-width: 0;
  color: #fff;
}
body[class*="treatment-template-"] .manual-booking .goltsman-cf7 .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 29px;
  border-radius: 22px;
  background: #1b5757;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .16);
}
body[class*="treatment-template-"] .manual-booking .goltsman-cf7 .wpcf7-form > p { margin: 0; }
body[class*="treatment-template-"] .manual-booking .goltsman-cf7 .wpcf7-form > p:has(textarea),
body[class*="treatment-template-"] .manual-booking .goltsman-cf7 .wpcf7-form > p:has(select),
body[class*="treatment-template-"] .manual-booking .goltsman-cf7 .wpcf7-form > p:has(input[type="submit"]) { grid-column: 1 / -1; }
body[class*="treatment-template-"] .manual-booking .goltsman-cf7 label {
  display: grid;
  gap: 7px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}
body[class*="treatment-template-"] .manual-booking .goltsman-cf7 input:not([type="checkbox"]):not([type="submit"]),
body[class*="treatment-template-"] .manual-booking .goltsman-cf7 textarea,
body[class*="treatment-template-"] .manual-booking .goltsman-cf7 select {
  width: 100%;
  min-height: 48px;
  padding: 10px 13px;
  border: 1px solid #d8e3e1;
  border-radius: 11px;
  outline: none;
  background: #fff;
  color: #27383a;
  font: inherit;
}
body[class*="treatment-template-"] .manual-booking .goltsman-cf7 input:not([type="checkbox"]):not([type="submit"]):focus,
body[class*="treatment-template-"] .manual-booking .goltsman-cf7 textarea:focus,
body[class*="treatment-template-"] .manual-booking .goltsman-cf7 select:focus {
  border-color: #8ee09a;
  box-shadow: 0 0 0 3px rgba(142, 224, 154, .22);
}
body[class*="treatment-template-"] .manual-booking .goltsman-cf7 .wpcf7-list-item { margin: 0; }
body[class*="treatment-template-"] .manual-booking .goltsman-cf7 .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #fff;
  font-weight: 600;
}
body[class*="treatment-template-"] .manual-booking .goltsman-cf7 input[type="checkbox"] {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 1px 0 0;
  accent-color: #71d27e;
  outline: 2px solid rgba(255, 255, 255, .72);
  outline-offset: 2px;
}
body[class*="treatment-template-"] .manual-booking .goltsman-cf7 .wpcf7-not-valid-tip {
  color: #ffe2a8;
  font-size: 12px;
  font-weight: 700;
}
body[class*="treatment-template-"] .manual-booking .goltsman-cf7 .wpcf7-response-output {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  padding: 12px 14px;
  border-color: #ffe2a8;
  border-radius: 10px;
  background: rgba(0, 31, 33, .45);
  color: #fff;
  line-height: 1.5;
}
body[class*="treatment-template-"] .manual-booking .goltsman-cf7 input[type="submit"] {
  min-height: 48px;
  padding: 11px 24px;
  border: 0;
  border-radius: 999px;
  background: var(--manual-green);
  color: #fff;
  cursor: pointer;
  font: 700 13px/1.25 "Rubik", sans-serif;
  text-transform: uppercase;
}
body[class*="treatment-template-"] .manual-booking .goltsman-cf7 input[type="submit"]:disabled {
  opacity: .55;
  cursor: not-allowed;
}
body[class*="treatment-template-"] .manual-booking .goltsman-form-privacy {
  margin: 13px 4px 0;
  color: rgba(255, 255, 255, .88);
  font-size: 12px;
  line-height: 1.55;
}
body[class*="treatment-template-"] .manual-booking .goltsman-form-privacy a { color: #b8f1c1; font-weight: 700; }
.acupuncture-page .manual-hero-image img {
  object-position: center;
}
.acupuncture-hero-prices {
  margin: 0 0 27px;
}
.acupuncture-hero-prices article {
  position: relative;
  min-height: 118px;
  padding-left: 38px;
}
.acupuncture-hero-prices article::before {
  position: absolute;
  top: 22px;
  left: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
}
.acupuncture-hero-prices .marker-blue::before {
  background: #2f80ed;
  box-shadow: 0 0 0 4px rgba(47, 128, 237, .12);
}
.acupuncture-hero-prices .marker-green::before {
  background: var(--manual-green);
  box-shadow: 0 0 0 4px rgba(73, 182, 85, .12);
}
.acupuncture-intro {
  margin: 0;
  color: #566568;
  font-size: 17px;
  line-height: 1.78;
}
.acupuncture-text-grid article {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.acupuncture-text-grid article p:last-child {
  margin-bottom: 0;
}
.acupuncture-circle-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.acupuncture-circle-list li {
  position: relative;
  margin: 0;
  padding: 10px 15px 10px 36px;
  border: 1px solid var(--manual-line);
  border-radius: 12px;
  background: #fff;
  color: #425154;
  font-size: 15px;
  line-height: 1.5;
}
.acupuncture-circle-list li::before {
  position: absolute;
  top: 17px;
  left: 16px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  content: "";
}
.acupuncture-circle-list-green li::before {
  background: var(--manual-green);
  box-shadow: 0 0 0 4px rgba(73, 182, 85, .12);
}
.acupuncture-contraindications > p {
  margin: 0 0 27px;
  color: #566568;
  font-size: 16px;
  line-height: 1.75;
}
.acupuncture-circle-list-yellow li {
  border-color: #efe2bd;
  background: #fffaf0;
}
.acupuncture-circle-list-yellow li::before {
  background: #e7b82f;
  box-shadow: 0 0 0 4px rgba(231, 184, 47, .14);
}
.acupuncture-booking-form textarea {
  width: 100%;
  min-height: 108px;
  padding: 10px 13px;
  border: 1px solid #d8e3e1;
  border-radius: 11px;
  outline: none;
  background: #fbfdfd;
  color: #27383a;
  font: inherit;
  resize: vertical;
}
.acupuncture-booking-form textarea:focus {
  border-color: var(--manual-green);
  box-shadow: 0 0 0 3px rgba(73, 182, 85, .12);
}
.acupuncture-booking-form .acupuncture-message-field,
.acupuncture-booking-form button {
  grid-column: 1 / -1;
}
.kabinet-booking-form textarea {
  width: 100%;
  min-height: 108px;
  padding: 10px 13px;
  border: 1px solid #d8e3e1;
  border-radius: 11px;
  outline: none;
  background: #fbfdfd;
  color: #27383a;
  font: inherit;
  resize: vertical;
}
.kabinet-booking-form textarea:focus {
  border-color: var(--manual-green);
  box-shadow: 0 0 0 3px rgba(73, 182, 85, .12);
}
.manual-booking-form button {
  grid-column: 1 / -1;
  min-height: 52px;
  margin-top: 4px;
  border: 0;
  border-radius: 999px;
  background: var(--manual-green);
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}

/* The cabinet page uses the approved soft-manual-therapy composition
   while retaining its own doctors, copy, media, schedule and form. */
.kabinet-manual-page .manual-hero-image img { object-position: center; }
.kabinet-manual-page .manual-section-heading a {
  color: var(--manual-teal);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.kabinet-specialist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.kabinet-specialist-card {
  overflow: hidden;
  border: 1px solid var(--manual-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 13px 34px rgba(31, 74, 71, .08);
}
.kabinet-specialist-card > a {
  display: block;
  overflow: hidden;
  background: var(--manual-mist);
}
.kabinet-specialist-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}
.kabinet-specialist-card > div { padding: 20px; }
.kabinet-specialist-card > div > strong {
  display: block;
  margin-bottom: 8px;
  color: var(--manual-ink);
  font-size: 18px;
  line-height: 1.35;
}
.kabinet-specialist-card p {
  margin: 0;
  color: #566568;
  font-size: 14px;
  line-height: 1.65;
}
.kabinet-video {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #122528;
  box-shadow: 0 18px 46px rgba(33, 71, 68, .12);
}
.kabinet-video video {
  display: block;
  width: 100%;
  max-height: 720px;
}
.kabinet-booking-form .wide { grid-column: 1 / -1; }

/* Rehabilitation follows the approved treatment-page composition while
   preserving the original narrative, markers, images, hours and form fields. */
.rehabilitation-page .manual-hero-image img {
  object-position: center;
}
.rehabilitation-description {
  padding: 34px 36px;
  border: 1px solid var(--manual-line);
  border-radius: 24px;
  background: #fbfdfd;
}
.rehabilitation-description p {
  margin-bottom: 22px;
  color: #566568;
  font-size: 16px;
  line-height: 1.75;
}
.rehabilitation-description p:last-child { margin-bottom: 0; }
.rehabilitation-booking-form .wide { grid-column: 1 / -1; }
.rehabilitation-booking-form textarea {
  width: 100%;
  min-height: 108px;
  padding: 10px 13px;
  border: 1px solid #d8e3e1;
  border-radius: 11px;
  outline: none;
  background: #fbfdfd;
  color: #27383a;
  font: inherit;
  resize: vertical;
}
.rehabilitation-booking-form textarea:focus {
  border-color: var(--manual-green);
  box-shadow: 0 0 0 3px rgba(73, 182, 85, .12);
}

@media (max-width: 1040px) {
  .manual-hero-grid { gap: 36px; }
  .manual-main {
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 30px;
  }
  .manual-facts { grid-template-columns: 1fr; }
  .manual-facts > div {
    padding-block: 10px;
    border-top: 1px solid rgba(8, 119, 121, .12);
    border-left: 0;
  }
  .manual-facts > div:first-child { border-top: 0; }
}

@media (max-width: 850px) {
  .manual-hero { padding-top: 42px; }
  .manual-hero-grid,
  .manual-main,
  .manual-booking-grid { grid-template-columns: 1fr; }
  .manual-hero-image {
    width: min(100%, 620px);
    margin-inline: auto;
  }
  .manual-hero-copy { max-width: 700px; }
  .manual-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .manual-facts > div {
    padding-block: 14px;
    border-top: 0;
    border-left: 1px solid rgba(8, 119, 121, .12);
  }
  .manual-facts > div:first-child { border-left: 0; }
  .manual-main { padding-top: 58px; }
  .manual-sidebar {
    position: static;
    grid-row: 1;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .rehabilitation-page .manual-sidebar {
    grid-row: auto;
  }
  .manual-therapy-page .manual-sidebar {
    grid-row: auto;
  }
  .acupuncture-page .manual-sidebar,
  .kabinet-manual-page .manual-sidebar {
    grid-row: auto;
  }
  .manual-methods nav { max-height: none; overflow: visible; }
  .kabinet-specialist-grid { grid-template-columns: 1fr; }
  .kabinet-specialist-card {
    display: grid;
    grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr);
    align-items: center;
  }
}

@media (max-width: 620px) {
  .manual-hero { padding: 28px 0 46px; }
  .manual-hero-grid { gap: 30px; }
  .manual-hero-image {
    border-width: 7px;
    border-radius: 21px;
  }
  .manual-hero-copy h1 { margin-bottom: 16px; font-size: 38px; }
  .manual-lead { font-size: 15px; line-height: 1.65; }
  .manual-facts { grid-template-columns: 1fr; }
  .manual-facts > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 11px 14px;
    border-top: 1px solid rgba(8, 119, 121, .12);
    border-left: 0;
  }
  .manual-facts > div:first-child { border-top: 0; }
  .manual-facts span,
  .manual-facts strong { margin: 0; }
  .manual-facts strong { text-align: right; }
  .manual-primary-button { width: 100%; }
  .manual-main {
    gap: 42px;
    padding-top: 42px;
    padding-bottom: 58px;
  }
  .manual-sidebar { grid-template-columns: 1fr; }
  .manual-content { gap: 42px; }
  .manual-check-list,
  .manual-step-grid,
  .manual-faq-grid,
  .manual-price-grid,
  .manual-photo-notes article,
  .manual-booking-form { grid-template-columns: 1fr; }
  .manual-check-list li { min-height: 0; }
  .manual-wide-image { border-radius: 18px; }
  .manual-wide-image img { height: auto; max-height: none; }
  .manual-step-grid article { min-height: 0; padding: 23px 21px; }
  .manual-step-grid article > span { margin-bottom: 15px; font-size: 30px; }
  .manual-faq-grid article,
  .manual-results,
  .manual-price-section,
  .manual-trust { padding: 25px 22px; }
  .manual-course {
    grid-template-columns: 1fr;
    padding: 27px 23px;
  }
  .manual-course-number {
    width: 155px;
    min-height: 155px;
    margin-inline: auto;
  }
  .manual-warning {
    grid-template-columns: 1fr;
    padding: 25px 22px;
  }
  .manual-warning-icon { width: 46px; height: 46px; }
  .manual-photo-notes article:nth-child(2) img { order: 2; }
  .manual-photo-notes article div { padding: 25px 22px; }
  .manual-photo-notes img { min-height: 220px; }
  .manual-booking { padding: 54px 0; }
  .manual-booking-grid { gap: 32px; }
  .kabinet-manual-page .manual-booking-option,
  .cabinet-booking-cards .manual-booking-option {
    margin-top: 0;
  }
  .manual-booking-form { padding: 23px 20px; }
  .manual-booking-form button { grid-column: auto; }
  body[class*="treatment-template-"] .manual-booking .goltsman-cf7 .wpcf7-form {
    grid-template-columns: 1fr;
    padding: 23px 20px;
  }
  body[class*="treatment-template-"] .manual-booking .goltsman-cf7 .wpcf7-form > p:has(textarea),
  body[class*="treatment-template-"] .manual-booking .goltsman-cf7 .wpcf7-form > p:has(select),
  body[class*="treatment-template-"] .manual-booking .goltsman-cf7 .wpcf7-form > p:has(input[type="submit"]) { grid-column: auto; }
  .kabinet-specialist-card { grid-template-columns: 1fr; }
  .kabinet-booking-form .wide { grid-column: auto; }
  .rehabilitation-booking-form .wide { grid-column: auto; }
  .rehabilitation-description { padding: 25px 22px; }
}

@media (max-width: 460px) {
  .doctor-grid { grid-template-columns: 1fr; }
  .doctor-copy p { min-height: 0; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-video { display: none; }
  * { transition: none !important; }
}

.content-shell { width: min(1140px, calc(100% - 40px)); margin-inline: auto; padding-block: 42px 72px; }

/* Privacy policy */
.privacy-policy-page {
  background: #f5f8f7;
  color: #3e4b4e;
}
.privacy-policy-shell {
  width: min(1170px, calc(100% - 40px));
  margin-inline: auto;
}
.privacy-policy-hero {
  padding: 52px 0 50px;
  background: linear-gradient(135deg, #eef7f4 0%, #f7faf9 58%, #edf6f1 100%);
  border-bottom: 1px solid #dfe9e6;
}
.privacy-policy-hero h1 {
  max-width: 1080px;
  margin: 0;
  color: #263334;
  font-size: clamp(46px, 5vw, 68px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.045em;
}
.privacy-policy-hero p {
  margin: 18px 0 0;
  color: #63716f;
  font-size: 16px;
  line-height: 1.75;
}
.privacy-policy-content {
  padding-block: 40px 62px;
}
.privacy-policy-content section {
  margin: 0 0 14px;
  padding: 26px 30px;
  background: #fff;
  border: 1px solid #e2ebe8;
  border-radius: 22px;
  box-shadow: 0 12px 32px rgba(31, 70, 67, .06);
}
.privacy-policy-content section:last-child { margin-bottom: 0; }
.privacy-policy-content h2 {
  margin: 0 0 14px;
  color: #263334;
  font-size: clamp(26px, 2.5vw, 34px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.035em;
}
.privacy-policy-content p {
  margin: 0 0 12px;
  color: #63716f;
  font-size: 16px;
  line-height: 1.75;
}
.privacy-policy-content p:last-child { margin-bottom: 0; }
.privacy-policy-content ul {
  margin: 6px 0 14px;
  padding: 0;
  list-style: none;
}
.privacy-policy-content li {
  position: relative;
  margin: 0 0 5px;
  padding-left: 22px;
  color: #63716f;
  font-size: 16px;
  line-height: 1.75;
}
.privacy-policy-content li:last-child { margin-bottom: 0; }
.privacy-policy-content li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}
.privacy-policy-content address {
  margin: 0 0 14px;
  padding: 16px 20px;
  background: #f2f8f6;
  border-left: 3px solid var(--green);
  border-radius: 0 10px 10px 0;
  color: #63716f;
  font-size: 16px;
  font-style: normal;
  line-height: 1.75;
}
.privacy-policy-content a {
  color: var(--teal);
  text-decoration: underline;
  text-decoration-color: rgba(0, 111, 114, .3);
  text-underline-offset: 3px;
}
.privacy-policy-content a:hover,
.privacy-policy-content a:focus-visible {
  color: var(--green);
  text-decoration-color: currentColor;
}

@media (max-width: 640px) {
  .privacy-policy-shell { width: min(100% - 28px, 1170px); }
  .privacy-policy-hero { padding: 40px 0 38px; }
  .privacy-policy-hero h1 { font-size: 43px; line-height: 1.04; }
  .privacy-policy-hero p { margin-top: 14px; }
  .privacy-policy-content { padding-block: 28px 46px; }
  .privacy-policy-content section {
    margin-bottom: 12px;
    padding: 21px 19px;
    border-radius: 18px;
  }
  .privacy-policy-content h2 {
    margin-bottom: 12px;
    font-size: 25px;
  }
  .privacy-policy-content address {
    padding: 14px 15px;
    overflow-wrap: anywhere;
  }
}
.wp-content { color: #434343; font-size: 15px; line-height: 28px; overflow-wrap: anywhere; }
.wp-content > :first-child { margin-top: 0; }
.wp-content h1, .wp-content h2, .wp-content h3, .wp-content h4, .wp-content h5, .wp-content h6 {
  margin: 38px 0 16px; color: var(--ink); line-height: 1.25;
}
.wp-content h1 { font-size: 48px; line-height: 48px; font-weight: 700; letter-spacing: -1px; }
.wp-content h2 { font-size: 40px; line-height: 48px; font-weight: 700; letter-spacing: -1px; }
.wp-content h3 { font-size: 40px; line-height: 48px; font-weight: 700; }
.wp-content h4 { font-size: 20px; line-height: 30px; font-weight: 700; }
.wp-content h5 { font-size: 18px; line-height: 26px; font-weight: 500; }
.wp-content h6 { font-size: 15px; line-height: 23px; font-weight: 400; }
.wp-content a { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }
.wp-content p { margin: 0 0 19px; }
.wp-content ul, .wp-content ol { margin: 0 0 24px; padding-left: 25px; }
.wp-content img { height: auto; margin: 24px auto; }
.wp-content table { width: 100% !important; border-collapse: collapse; margin: 22px 0 32px; }
.wp-content th, .wp-content td { padding: 12px !important; border: 1px solid #d7dfdd !important; }
.wp-content th { background: #f1f5f4 !important; color: var(--ink); }
.wp-content iframe { max-width: 100%; }
.wp-content .vc_row, .wp-content .wpb_wrapper, .wp-content .wpb_column { max-width: 100%; }
.entry-title { margin-top: 18px !important; margin-bottom: 42px !important; }
.post-entry-header { margin: 0 0 35px; }
.post-entry-header h1 { margin: 0 0 13px; }
.post-entry-header p { margin: 0; color: #777; font-size: 13px; }
.post-thumbnail { margin: 0 0 30px; }
.post-thumbnail img { display: block; width: 100%; max-height: none; margin: 0; object-fit: cover; }
.full-width-content { width: 100%; padding-block: 0; }
.full-width-content .legacy-section > .legacy-row {
  width: min(1170px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}
.legacy-section { display: block; width: 100%; }
.legacy-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  margin: 0 0 30px;
}
.legacy-row-inner { gap: 18px; margin-bottom: 0; }
.legacy-column { flex: 0 0 100%; min-width: 0; }
.legacy-column[data-width]:not([data-width=""]) { flex-grow: 0; flex-shrink: 0; }
.legacy-column[data-width="1/2"] { flex-basis: calc(50% - 15px); }
.legacy-column[data-width="1/3"] { flex-basis: calc(33.333% - 20px); }
.legacy-column[data-width="2/3"] { flex-basis: calc(66.666% - 10px); }
.legacy-column[data-width="1/4"] { flex-basis: calc(25% - 23px); }
.legacy-column[data-width="3/4"] { flex-basis: calc(75% - 8px); }
.legacy-column[data-width="1/6"] { flex-basis: calc(16.666% - 25px); }
.legacy-column[data-width="5/6"] { flex-basis: calc(83.333% - 5px); }
.legacy-column[data-width="7/12"] { flex-basis: calc(58.333% - 15px); }
.legacy-column[data-width="5/12"] { flex-basis: calc(41.667% - 15px); }
.legacy-heading { max-width: 100%; }
.wp-content .legacy-image { width: 100%; height: auto; margin: 0 auto; }
.legacy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 7px 25px;
  border: 1px solid #4aaf52;
  border-radius: 35px;
  color: #4aaf52 !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none !important;
}
.legacy-button:hover { background: #4aaf52; color: #fff !important; }
.legacy-fancy-box {
  position: relative;
  min-height: 360px;
  padding: 30px 25px;
  background: #fff;
  box-shadow: 0 4px 22px rgba(22, 44, 58, .10);
}
.legacy-fancy-box h3 { max-width: 170px; margin-top: 0; font-size: 20px; line-height: 26px; font-weight: 400; }
.legacy-fancy-box i { display: block; width: 27px; height: 2px; margin: 17px 0 23px; background: #4aaf52; }
.legacy-counter strong { display: block; color: #030712; font-size: 50px; line-height: 50px; font-weight: 400; }
.legacy-feature-icon { display: inline-grid; place-items: center; color: #aaa; font-size: 42px; line-height: 1; }
.legacy-team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 42px; width: 100%; text-align: center; }
.legacy-team-grid article { overflow: visible; background: transparent; box-shadow: none; }
.legacy-team-grid img {
  width: min(100%, 280px);
  aspect-ratio: 1;
  margin: 0 auto;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(31, 56, 55, .18);
  object-fit: cover;
}
.legacy-team-grid h4 { min-height: 128px; margin: 0; padding: 32px 0 20px; color: #404040; font-size: 21px; font-weight: 800; line-height: 1.45; }
.legacy-team-grid a:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 185px;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid var(--green);
  border-radius: 28px;
  color: var(--green);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: none;
}
.legacy-team-grid a:last-child:hover, .legacy-team-grid a:last-child:focus-visible { background: var(--green); color: #fff; }
.legacy-media-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px; width: 100%; }
.legacy-media-grid img { width: 100%; height: 176px; margin: 0; object-fit: cover; }
.legacy-menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; width: 100%; }
.legacy-menu-grid .legacy-menu-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; grid-column: 1 / -1; margin: 0; padding: 0; list-style: none; }
.legacy-menu-grid .legacy-menu-items li { display: contents; }
.legacy-menu-grid a { display: grid; place-items: center; min-height: 92px; padding: 20px; border: 1px solid #dbe2e0; background: #fff; color: #2d2d2d; font-size: 17px; font-weight: 500; text-align: center; text-decoration: none; box-shadow: 0 4px 16px rgba(22,68,66,.07); }
.legacy-menu-grid a:hover { border-color: #49b655; color: #49a953; }
.legacy-menu-list { grid-template-columns: 1fr; gap: 2px; }
.legacy-menu-list a {
  display: block;
  min-height: 0;
  padding: 10px 15px 10px 20px;
  border: 0;
  background: rgba(214, 214, 214, .2);
  color: #434343;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  text-transform: none;
  box-shadow: none;
}
.legacy-menu-list a:hover { border: 0; background: rgba(73, 182, 85, .12); }
.legacy-pricing-card { overflow: hidden; background: #fff; text-align: center; box-shadow: 0 5px 22px rgba(22,68,66,.10); }
.legacy-pricing-card img { width: 100%; aspect-ratio: 1; margin: 0; object-fit: cover; }
.legacy-pricing-card h3 { margin: 22px 18px 8px; font-size: 20px; line-height: 28px; }
.legacy-pricing-card p { min-height: 62px; margin: 0 18px 18px; }
.legacy-pricing-card .legacy-button { margin-bottom: 24px; }
.legacy-testimonials { display: grid; grid-template-columns: repeat(2, 1fr); align-items: stretch; gap: 40px 30px; }
.legacy-testimonial {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  align-items: start;
  gap: 25px;
  min-width: 0;
  padding: 20px 22px 27px;
  border: 1px solid #efefef;
  background: #fff;
}
.legacy-testimonial img { width: 100px; height: 100px; margin: 0; border-radius: 50%; object-fit: cover; }
.legacy-testimonial blockquote { margin: 0; padding: 0; border: 0; background: transparent; }
.legacy-testimonial blockquote p { margin: 0; }
.legacy-testimonial cite {
  display: block;
  margin: 0 0 7px;
  color: #4aaf52;
  font-size: 14px;
  line-height: 26px;
  font-style: normal;
  font-weight: 600;
}

/* Patient reviews */
.reviews-page { background: #f7faf9; }
.reviews-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 78px;
  background:
    radial-gradient(circle at 82% 18%, rgba(119, 207, 180, .2), transparent 28%),
    linear-gradient(135deg, #eaf5f2 0%, #f8fbfa 58%, #eef7f3 100%);
}
.reviews-hero::after {
  position: absolute;
  right: -90px;
  bottom: -150px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(25, 128, 115, .12);
  border-radius: 50%;
  content: "";
}
.reviews-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}
.reviews-eyebrow,
.reviews-toolbar > div > span,
.reviews-cta-inner > div > span {
  display: block;
  margin-bottom: 13px;
  color: #198073;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.reviews-hero h1 {
  max-width: 720px;
  margin: 0 0 20px;
  color: #153b38;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.04;
  letter-spacing: -.04em;
}
.reviews-hero p {
  max-width: 690px;
  margin: 0;
  color: #55706d;
  font-size: 18px;
  line-height: 30px;
}
.reviews-hero-number {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 17px;
  min-width: 225px;
  padding: 23px 25px;
  border: 1px solid rgba(25, 128, 115, .15);
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 16px 45px rgba(29, 89, 81, .08);
  backdrop-filter: blur(8px);
}
.reviews-hero-number strong {
  color: #198073;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -.05em;
}
.reviews-hero-number span {
  color: #48635f;
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
}
.reviews-content { padding-top: 74px; padding-bottom: 88px; }
.reviews-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 38px;
}
.reviews-toolbar h2 {
  max-width: 620px;
  margin: 0;
  color: #153b38;
  font-size: clamp(28px, 3vw, 39px);
  line-height: 1.16;
  letter-spacing: -.025em;
}
.reviews-search {
  display: flex;
  align-items: center;
  flex: 0 1 350px;
  gap: 11px;
  min-height: 50px;
  padding: 0 16px;
  border: 1px solid #d6e4e0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(30, 80, 74, .04);
}
.reviews-search:focus-within { border-color: #198073; box-shadow: 0 0 0 3px rgba(25, 128, 115, .1); }
.reviews-search svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: #64807c;
  stroke-linecap: round;
  stroke-width: 1.8;
}
.reviews-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #264b47;
  font: inherit;
}
.reviews-search input::placeholder { color: #849793; }
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 24px;
}
.review-card {
  position: relative;
  min-width: 0;
  padding: 30px;
  border: 1px solid #e0ebe8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(29, 74, 69, .055);
}
.review-card-head {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 15px;
  margin-bottom: 22px;
}
.review-card-head img,
.review-avatar {
  width: 58px;
  height: 58px;
  margin: 0;
  border-radius: 50%;
  object-fit: cover;
}
.review-avatar {
  display: grid;
  place-items: center;
  background: #e3f1ed;
  color: #198073;
  font-size: 21px;
  font-weight: 700;
}
.review-card h3 {
  margin: 0 0 3px;
  color: #1a4641;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-transform: none;
}
.review-card-head > div > span {
  color: #78908c;
  font-size: 12px;
  line-height: 18px;
}
.review-quote {
  align-self: start;
  color: #7bc8b7;
  font-family: Georgia, serif;
  font-size: 47px;
  line-height: 38px;
  text-align: right;
}
.review-card-body {
  color: #536966;
  font-size: 15px;
  line-height: 26px;
}
.review-card-body p { margin: 0 0 14px; }
.review-card-body p:last-child { margin-bottom: 0; }
.reviews-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
}
.reviews-more button,
.reviews-empty button {
  min-height: 50px;
  padding: 0 27px;
  border: 1px solid #198073;
  border-radius: 11px;
  background: #fff;
  color: #14766b;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.reviews-more button:hover,
.reviews-empty button:hover { background: #eef8f5; }
.reviews-more span { color: #81938f; font-size: 12px; }
.reviews-empty {
  padding: 54px 30px;
  border: 1px solid #e0ebe8;
  border-radius: 18px;
  background: #fff;
  text-align: center;
}
.reviews-empty h3 { margin: 0 0 22px; color: #254f4a; }
.reviews-cta { padding: 0 0 90px; }
.reviews-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 46px 52px;
  border-radius: 22px;
  background: #176f68;
  box-shadow: 0 24px 60px rgba(25, 93, 85, .18);
}
.reviews-cta-inner > div > span { color: #a9ddd0; }
.reviews-cta h2 {
  max-width: 650px;
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.16;
}
.reviews-cta p { margin: 0; color: #d4ebe7; font-size: 15px; line-height: 25px; }
.reviews-cta-actions { display: flex; flex-direction: column; align-items: stretch; flex: 0 0 auto; gap: 12px; }
.reviews-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 25px;
  border-radius: 10px;
  background: #66bd58;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.reviews-primary-button:hover { background: #59aa4c; color: #fff; }
.reviews-phone { color: #fff; font-size: 15px; font-weight: 700; text-align: center; text-decoration: none; }

@media (max-width: 800px) {
  .reviews-hero { padding: 60px 0 54px; }
  .reviews-hero-inner,
  .reviews-toolbar,
  .reviews-cta-inner { align-items: stretch; flex-direction: column; }
  .reviews-hero-inner { gap: 30px; }
  .reviews-hero h1 { font-size: 42px; }
  .reviews-hero p { font-size: 16px; line-height: 27px; }
  .reviews-hero-number { align-self: flex-start; min-width: 205px; }
  .reviews-content { padding-top: 54px; padding-bottom: 65px; }
  .reviews-toolbar { gap: 25px; }
  .reviews-search { flex-basis: auto; width: 100%; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { padding: 24px 21px; border-radius: 15px; }
  .review-card-head { grid-template-columns: 52px minmax(0, 1fr) 25px; gap: 12px; }
  .review-card-head img, .review-avatar { width: 52px; height: 52px; }
  .reviews-cta { padding-bottom: 62px; }
  .reviews-cta-inner { gap: 28px; padding: 35px 27px; border-radius: 17px; }
}
.legacy-map iframe { width: 100%; min-height: 450px; border: 0; }
.legacy-contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 820px; }
.legacy-contact-form label { display: grid; gap: 6px; font-weight: 500; }
.legacy-contact-form .wide { grid-column: 1 / -1; }
.legacy-contact-form input, .legacy-contact-form textarea {
  width: 100%;
  border: 1px solid #d8dfdd;
  border-radius: 2px;
  padding: 11px 13px;
  background: #fff;
  color: #333;
  font: inherit;
}
.legacy-contact-form button {
  justify-self: start;
  min-height: 43px;
  padding: 0 27px;
  border: 0;
  border-radius: 24px;
  background: #49b655;
  color: #fff;
  font: 500 14px/1 "Rubik", sans-serif;
  text-transform: uppercase;
}
.legacy-tabs { width: 100%; }
.legacy-tab { padding: 22px 0; border-bottom: 1px solid #e3e8e6; }
.legacy-tab h3 { margin-top: 0; font-size: 24px; line-height: 32px; }
.post-article-page {
  --article-ink: #253435;
  --article-muted: #687674;
  --article-teal: #087681;
  --article-green: #47b456;
  --article-mist: #f2f8f7;
  --article-line: #dce8e5;
  overflow: hidden;
  background: #fff;
  color: var(--article-ink);
}
.post-article-shell {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}
.post-article-hero {
  position: relative;
  padding: 75px 0 70px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(174, 126, 215, .13), transparent 27%),
    linear-gradient(135deg, #eef8f6 0%, #f9fbfb 64%, #f5f0fa 100%);
}
.post-article-hero::after {
  position: absolute;
  right: -110px;
  bottom: -160px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(8, 118, 129, .13);
  border-radius: 50%;
  content: "";
}
.post-article-hero .post-article-shell { position: relative; z-index: 1; max-width: 920px; margin-left: max(20px, calc((100% - 1120px) / 2)); }
.post-article-back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 29px;
  color: var(--article-teal);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}
.post-article-back span { font-size: 19px; transition: transform .2s ease; }
.post-article-back:hover span { transform: translateX(-4px); }
.post-article-hero h1 {
  max-width: 930px;
  margin: 0;
  color: var(--article-ink);
  font-size: clamp(38px, 4.3vw, 63px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.post-article-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px;
  color: var(--article-muted);
  font-size: 14px;
  line-height: 1.5;
}
.post-article-meta p { margin: 0; }
.post-article-meta > span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #a977d4;
}
.post-article-cover {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 260px;
  max-height: 610px;
  margin-top: -1px;
  padding: 22px;
  overflow: hidden;
  border-radius: 0 0 28px 28px;
  background: linear-gradient(140deg, #edf5f4, #faf8fc);
  box-shadow: 0 18px 52px rgba(31, 72, 69, .12);
}
.post-article-cover img {
  display: block;
  width: 100%;
  max-height: 566px;
  object-fit: contain;
}
.post-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(260px, 300px);
  align-items: start;
  justify-content: space-between;
  gap: 56px;
  padding-block: 72px 88px;
}
.post-article-content { min-width: 0; }
.post-article-body {
  color: #404c4d;
  font-size: 18px;
  line-height: 1.78;
  overflow-wrap: anywhere;
}
.post-article-body > :first-child { margin-top: 0 !important; }
.post-article-body > p:first-child,
.post-article-body > span:first-child {
  color: #324142;
  font-size: 20px !important;
  line-height: 1.72;
}
.post-article-body p { margin: 0 0 24px; }
.post-article-body span,
.post-article-body font,
.post-article-body [style*="font-size"] {
  font-size: inherit !important;
  line-height: inherit !important;
}
.post-article-body h2,
.post-article-body h3,
.post-article-body h4,
.post-article-body h5,
.post-article-body h6 {
  max-width: 720px;
  margin: 52px 0 21px;
  color: var(--article-ink);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.018em;
}
.post-article-body h2 { font-size: 31px; }
.post-article-body h3 { font-size: 26px; }
.post-article-body h4 { font-size: 22px; }
.post-article-body h5,
.post-article-body h6 { font-size: 19px; }
.post-article-body p:has(> strong:only-child),
.post-article-body p:has(> span:only-child > strong:only-child),
.post-article-body p:has(> strong:only-child > span:only-child) {
  margin: 47px 0 17px;
  color: var(--article-ink);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.3;
}
.post-article-body strong,
.post-article-body b { color: #2c393a; font-weight: 750; }
.post-article-body a {
  color: var(--article-teal);
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.post-article-body ul,
.post-article-body ol {
  display: grid;
  gap: 13px;
  margin: 25px 0 31px;
  padding: 0;
  list-style: none;
}
.post-article-body li {
  position: relative;
  padding-left: 30px;
}
.post-article-body li::before {
  position: absolute;
  top: .67em;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b47bdb, #8e52bd);
  box-shadow: 0 0 0 4px #f4ebfa;
  content: "";
}
.post-article-body ol { counter-reset: article-list; }
.post-article-body ol li { counter-increment: article-list; padding-left: 45px; }
.post-article-body ol li::before {
  top: .05em;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ebf7ef;
  box-shadow: none;
  color: #30823c;
  font-size: 13px;
  font-weight: 800;
  content: counter(article-list);
}
.post-article-body img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 620px;
  margin: 38px auto;
  border-radius: 18px;
  object-fit: contain;
  box-shadow: 0 12px 35px rgba(30, 69, 67, .11);
}
.post-article-body h2:has(img),
.post-article-body h3:has(img),
.post-article-body p:has(> img:only-child) {
  max-width: none;
  margin: 38px 0;
}
.post-article-body h2:has(img) img,
.post-article-body h3:has(img) img,
.post-article-body p:has(> img:only-child) img { margin: 0 auto; }
.post-article-body blockquote {
  position: relative;
  margin: 35px 0;
  padding: 28px 31px 28px 35px;
  border: 0;
  border-left: 5px solid #ab76d3;
  border-radius: 0 17px 17px 0;
  background: #f7f2fa;
  color: #354143;
  font-size: 19px;
}
.post-article-body blockquote p:last-child { margin-bottom: 0; }
.post-article-body hr {
  margin: 42px 0;
  border: 0;
  border-top: 1px solid var(--article-line);
}
.post-article-body table {
  display: block;
  width: 100%;
  margin: 30px 0;
  overflow-x: auto;
  border-collapse: collapse;
}
.post-article-body th,
.post-article-body td {
  min-width: 140px;
  padding: 14px 16px;
  border: 1px solid var(--article-line);
  text-align: left;
}
.post-article-body th { background: var(--article-mist); color: var(--article-ink); }
.post-article-body iframe {
  width: 100%;
  max-width: 100%;
  margin: 35px 0;
  border: 0;
  border-radius: 18px;
}
.post-article-return {
  margin-top: 55px;
  padding-top: 24px;
  border-top: 1px solid var(--article-line);
}
.post-article-return a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--article-teal);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.post-article-sidebar {
  position: sticky;
  top: 105px;
  display: grid;
  gap: 18px;
}
.post-article-booking-actions {
  overflow: hidden;
  border: 1px solid var(--article-line);
  border-radius: 20px;
  box-shadow: 0 13px 36px rgba(33, 79, 75, .09);
}
.article-booking-choice {
  padding-block: 0 88px;
}
.article-booking-choice > .prices-booking-choice { margin-top: 0; }
.post-article-sidebar > .prices-booking-choice {
  gap: 15px;
  margin: 0;
  padding: 19px;
  border-radius: 20px;
}
.post-article-sidebar > .prices-booking-choice > h2:empty { display: none; }
.post-article-sidebar .prices-booking-options { grid-template-columns: 1fr; gap: 12px; }
.post-article-sidebar .prices-booking-options article { padding: 18px; }
.post-article-sidebar .prices-booking-options h3 { font-size: 17px; }
.post-article-sidebar .prices-booking-options p { margin-bottom: 14px; font-size: 13px; }
.post-article-sidebar .prices-booking-options .legacy-button { padding: 11px 13px; font-size: 12px; }
.post-article-sidebar .prices-booking-phone { font-size: 12px; line-height: 1.45; }
.post-article-sidebar .prices-booking-phone a { display: block; margin-top: 3px; font-size: 16px; }
.post-article-help {
  padding: 30px 27px;
  border: 1px solid #dce9e5;
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(168, 116, 209, .13), transparent 35%),
    #f5faf8;
  box-shadow: 0 13px 36px rgba(33, 79, 75, .09);
}
.post-article-help > span {
  color: #7b528f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.post-article-help h2 {
  margin: 11px 0 12px;
  color: var(--article-ink);
  font-size: 25px;
  line-height: 1.22;
}
.post-article-help p {
  margin: 0 0 23px;
  color: var(--article-muted);
  font-size: 14px;
  line-height: 1.65;
}
.post-article-help .legacy-button {
  width: 100%;
  border-color: var(--article-green);
  background: var(--article-green);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
}
.post-article-help .legacy-button:hover { background: #379b44; }
.post-article-phone {
  display: block;
  margin-top: 17px;
  color: var(--article-teal);
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}
.post-article-all {
  display: grid;
  gap: 8px;
  padding: 21px 23px;
  border: 1px solid var(--article-line);
  border-radius: 17px;
  background: #fff;
  color: var(--article-ink);
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease;
}
.post-article-all:hover { border-color: #a6cebf; transform: translateY(-2px); }
.post-article-all strong { font-size: 16px; }
.post-article-all span { color: var(--article-muted); font-size: 13px; }
.post-article-all b { color: var(--article-green); font-size: 17px; }
.related-articles { padding: 78px 0 88px; background: #f3f8f7; }
.related-articles .content-shell { padding-block: 0; }
.related-articles-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 33px;
}
.related-articles-heading > div > span {
  color: #7d548f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.related-articles-heading h2 {
  margin: 7px 0 0;
  color: var(--article-ink);
  font-size: 34px;
  line-height: 1.2;
}
.related-articles-heading > a {
  color: var(--article-teal);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.related-articles-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.related-articles-grid article {
  display: flex;
  min-width: 0;
  min-height: 430px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #e1e9e7;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 9px 28px rgba(31, 71, 68, .07);
}
.related-article-image { display: block; height: 220px; overflow: hidden; background: #e9f1ef; }
.related-article-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}
.related-article-image:hover img { transform: scale(1.025); }
.related-articles-grid article > div {
  display: flex;
  flex: 1;
  padding: 22px 23px 24px;
  flex-direction: column;
}
.related-articles-grid time { color: #7a8684; font-size: 12px; }
.related-articles-grid h3 {
  margin: 10px 0 18px;
  color: var(--article-ink);
  font-size: 17px;
  line-height: 1.45;
}
.related-articles-grid h3 a { color: inherit; text-decoration: none; }
.related-article-more {
  margin-top: auto;
  color: var(--article-green);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  .post-article-hero { padding: 60px 0 58px; }
  .post-article-layout {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-block: 58px 72px;
  }
  .post-article-content { max-width: 780px; margin-inline: auto; }
  .post-article-sidebar {
    position: static;
    grid-template-columns: minmax(0, 1fr) minmax(0, .8fr);
    width: min(780px, 100%);
    margin-inline: auto;
  }
  .related-articles-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .related-articles-grid article:last-child { display: none; }
}
@media (max-width: 620px) {
  .post-article-shell { width: min(100% - 30px, 1120px); }
  .post-article-hero { padding: 43px 0 47px; }
  .post-article-hero .post-article-shell {
    width: min(100% - 30px, 1120px);
    margin-inline: auto;
  }
  .post-article-back { margin-bottom: 23px; font-size: 12px; }
  .post-article-hero h1 { font-size: clamp(34px, 10.3vw, 46px); line-height: 1.1; }
  .post-article-meta { align-items: flex-start; margin-top: 22px; flex-direction: column; gap: 4px; }
  .post-article-meta > span { display: none; }
  .post-article-cover {
    width: 100%;
    min-height: 190px;
    max-height: 420px;
    padding: 14px;
    border-radius: 0;
    box-shadow: none;
  }
  .post-article-cover img { max-height: 392px; }
  .post-article-layout { gap: 42px; padding-block: 44px 62px; }
  .post-article-body { font-size: 17px; line-height: 1.75; }
  .post-article-body > p:first-child,
  .post-article-body > span:first-child { font-size: 18px !important; }
  .post-article-body p { margin-bottom: 21px; }
  .post-article-body h2,
  .post-article-body h3,
  .post-article-body h4,
  .post-article-body h5,
  .post-article-body h6 { margin-top: 39px; }
  .post-article-body h2 { font-size: 26px; }
  .post-article-body h3 { font-size: 23px; }
  .post-article-body h4 { font-size: 20px; }
  .post-article-body p:has(> strong:only-child),
  .post-article-body p:has(> span:only-child > strong:only-child),
  .post-article-body p:has(> strong:only-child > span:only-child) {
    margin-top: 37px;
    font-size: 22px;
  }
  .post-article-body img { max-height: 430px; margin-block: 29px; border-radius: 13px; }
  .post-article-body blockquote { margin-inline: 0; padding: 23px 21px 23px 24px; font-size: 17px; }
  .post-article-sidebar { grid-template-columns: 1fr; }
  .article-booking-choice { width: min(100% - 30px, 1120px); padding-bottom: 62px; }
  .related-articles { padding: 61px 0 68px; }
  .related-articles-heading { align-items: start; margin-bottom: 27px; flex-direction: column; gap: 12px; }
  .related-articles-heading h2 { font-size: 29px; }
  .related-articles-grid { grid-template-columns: 1fr; }
  .related-articles-grid article { min-height: 0; }
  .related-articles-grid article:last-child { display: flex; }
  .related-article-image { height: min(62vw, 290px); }
}
.team-profile {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 30px;
  width: min(1170px, calc(100% - 40px));
  padding-block: 100px 78px;
  align-items: start;
}
.team-profile-card {
  padding: 25px 30px 30px;
  border: 1px solid #d6dcdf;
  background: #f4f8fb;
  color: #434343;
}
.team-profile-card h1 { margin: 0 0 6px; font-size: 24px; line-height: 34px; font-weight: 700; letter-spacing: 0; }
.team-profile-card h2 { margin: 20px 0 17px; font-size: 20px; line-height: 28px; letter-spacing: 0; }
.team-profile-card p { margin: 0; font-size: 15px; line-height: 28px; }
.team-profile-card hr { margin: 26px 0 20px; border: 0; border-top: 1px solid #d9dfe1; }
.team-profession { min-height: 54px; }
.team-phone { display: flex; align-items: center; gap: 14px; }
.team-phone span { color: var(--teal); font-size: 19px; transform: rotate(-22deg); }
.team-phone a { color: #434343; text-decoration: none; }
.team-profile-content { min-width: 0; }
.team-profile-content > .legacy-row:first-child { min-height: 5px; margin-bottom: 30px; }
.team-profile-content .legacy-button { border-color: #66bd5d; background: #66bd5d; color: #fff !important; }
.team-profile-content .legacy-button + .legacy-image { margin-top: 25px; }
.team-profile-content .legacy-image { border-radius: 24px; }
.team-profile-content .team-list-marker {
  display: inline-block;
  margin: 5px 7px 5px 0;
  vertical-align: .02em;
}
.semjon-page {
  --semjon-ink: #263334;
  --semjon-muted: #687473;
  --semjon-green: #45b653;
  --semjon-teal: #087681;
  --semjon-lilac: #aa79d8;
  overflow: hidden;
  background: #fff;
  color: var(--semjon-ink);
}
.semjon-hero {
  position: relative;
  padding: 66px 0 78px;
  background:
    radial-gradient(circle at 6% 12%, rgba(170, 121, 216, .13), transparent 27%),
    linear-gradient(135deg, #f7fbfa 0%, #edf7f5 100%);
}
.semjon-hero::after {
  content: "";
  position: absolute;
  right: -170px;
  bottom: -250px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(8, 118, 129, .12);
  border-radius: 50%;
}
.semjon-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
  gap: clamp(42px, 6vw, 82px);
  align-items: start;
}
.semjon-portrait {
  position: sticky;
  top: 112px;
  padding: 14px;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 22px 65px rgba(29, 80, 76, .16);
}
.semjon-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 23px;
  object-fit: cover;
  object-position: center top;
}
.semjon-kicker,
.semjon-section-heading > span {
  display: block;
  margin: 0 0 11px;
  color: var(--semjon-teal);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.semjon-hero-copy h1 {
  max-width: 720px;
  margin: 0 0 18px;
  color: var(--semjon-ink);
  font-size: clamp(42px, 5vw, 66px);
  line-height: .98;
  letter-spacing: -.045em;
}
.semjon-qualification {
  max-width: 730px;
  margin: 0 0 18px;
  color: var(--semjon-ink);
  font-size: 20px;
  line-height: 1.55;
  font-weight: 700;
}
.semjon-hero-copy > p:not(.semjon-kicker):not(.semjon-qualification) {
  max-width: 720px;
  margin: 0;
  color: var(--semjon-muted);
  font-size: 16px;
  line-height: 1.75;
}
.semjon-booking-copy {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(38, 51, 52, .13);
}
.semjon-booking-copy h2 {
  max-width: 690px;
  margin: 0 0 17px;
  color: var(--semjon-ink);
  font-size: 25px;
  line-height: 1.32;
  letter-spacing: -.02em;
}
.semjon-booking-copy p {
  margin: 10px 0;
  color: #4e5b5a;
  font-size: 15px;
  line-height: 1.7;
}
.semjon-booking-copy a { color: var(--semjon-teal); }
.semjon-form {
  max-width: none;
  margin-top: 24px;
  padding: 25px;
  border: 1px solid rgba(69, 182, 83, .22);
  border-radius: 22px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 14px 40px rgba(31, 84, 79, .08);
}
.semjon-form input,
.semjon-form textarea {
  border-color: #dbe5e2;
  border-radius: 10px;
  background: #fff;
}
.semjon-form button { min-width: 150px; }
.semjon-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 42px;
  align-items: start;
  padding-block: 82px 96px;
}
.semjon-content { min-width: 0; }
.semjon-section { margin-bottom: 86px; }
.semjon-section-heading { max-width: 780px; margin-bottom: 30px; }
.semjon-section-heading h2,
.semjon-treatment h2,
.semjon-treatment-flow h2,
.semjon-education h2 {
  margin: 0;
  color: var(--semjon-ink);
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.15;
  letter-spacing: -.035em;
}
.semjon-section-heading p {
  margin: 17px 0 0;
  color: var(--semjon-muted);
  font-size: 17px;
  line-height: 1.75;
}
.semjon-audience-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr);
  gap: 20px;
}
.semjon-audience-card {
  padding: 32px;
  border: 1px solid #dce9e5;
  border-radius: 24px;
  background: #f7fbfa;
}
.semjon-audience-card-children {
  background: linear-gradient(150deg, #faf7fd, #f6fbfa);
}
.semjon-audience-card h3 {
  margin: 0 0 22px;
  font-size: 24px;
  line-height: 1.3;
}
.semjon-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.semjon-list-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; }
.semjon-list li {
  position: relative;
  padding-left: 24px;
  color: #465251;
  font-size: 15px;
  line-height: 1.55;
}
.semjon-list li::before {
  content: "";
  position: absolute;
  top: .52em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--semjon-green);
  box-shadow: inset 0 -2px 3px rgba(0, 0, 0, .14);
}
.semjon-list-blue li::before { background: #4596d9; }
.semjon-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.semjon-benefit-card {
  position: relative;
  min-height: 100%;
  padding: 32px 26px 28px;
  overflow: hidden;
  border: 1px solid #e0e7e5;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(28, 64, 62, .08);
}
.semjon-benefit-card > span {
  display: block;
  margin-bottom: 21px;
  color: rgba(8, 118, 129, .42);
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
}
.semjon-benefit-card p { margin: 0; color: #53605f; font-size: 15px; line-height: 1.7; }
.semjon-benefit-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--semjon-ink);
  font-size: 18px;
  line-height: 1.35;
}
.semjon-treatment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  padding: 38px;
  border: 1px solid #d8e9e6;
  border-radius: 28px;
  background: linear-gradient(135deg, #eef8f6 0%, #f4f8fb 100%);
  color: var(--semjon-ink);
}
.semjon-treatment h2 { color: var(--semjon-ink); }
.semjon-treatment-copy p {
  margin: 18px 0 0;
  color: #536260;
  font-size: 16px;
  line-height: 1.75;
}
.semjon-treatment-list {
  padding: 27px;
  border: 1px solid #d9e7e5;
  border-radius: 19px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 12px 32px rgba(31, 82, 78, .07);
}
.semjon-treatment-list .semjon-list li { color: #465553; }
.semjon-treatment-flow {
  padding: 0 4px 0 30px;
  border-left: 4px solid var(--semjon-green);
}
.semjon-treatment-flow p {
  margin: 18px 0 0;
  color: #52605f;
  font-size: 17px;
  line-height: 1.8;
}
.semjon-education {
  display: grid;
  grid-template-columns: minmax(220px, .65fr) 1fr;
  gap: 40px;
  padding: 38px;
  border-radius: 28px;
  background: linear-gradient(135deg, #f6fbfa, #f7f3fb);
}
.semjon-education .semjon-list { gap: 16px; }
.semjon-education .semjon-list li { font-size: 16px; }
.semjon-media video {
  display: block;
  overflow: hidden;
  border-radius: 28px;
  background: #111;
  box-shadow: 0 18px 45px rgba(27, 52, 50, .14);
}
.semjon-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 18px;
}
.semjon-gallery img {
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 20px;
  object-fit: cover;
}
.semjon-final-cta { text-align: center; }
.semjon-final-cta .legacy-button { min-width: 260px; }
.semjon-sticky-card {
  position: sticky;
  top: 110px;
  padding: 18px 20px 24px;
  border: 1px solid #dce7e4;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(31, 70, 67, .11);
}
.semjon-sticky-photo {
  height: 170px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 16px;
  background: #eef4f2;
}
.semjon-sticky-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}
.semjon-sticky-card h2 { margin: 0 0 9px; font-size: 22px; line-height: 1.3; }
.semjon-sticky-card p { margin: 0 0 17px; color: #687473; font-size: 14px; line-height: 1.55; }
.semjon-sticky-phone {
  display: block;
  margin-bottom: 17px;
  color: var(--semjon-teal);
  font-size: 17px;
  font-weight: 700;
}
.semjon-sticky-card .legacy-button {
  width: 100%;
  padding-inline: 16px;
  text-align: center;
}
.semjon-page.anatoly-page {
  overflow-x: clip;
  overflow-y: visible;
}
.anatoly-audience-grid { grid-template-columns: 1fr; }
.anatoly-treatment-list img {
  width: 100%;
  margin-bottom: 22px;
  border-radius: 14px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.anatoly-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}
.anatoly-gallery img:first-child {
  grid-column: 1 / -1;
  height: 430px;
}
.natalja-gallery video {
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 20px;
  object-fit: cover;
}
.anatoly-sticky-card {
  align-self: start;
  height: fit-content;
}
@media (max-width: 1050px) {
  .semjon-hero-grid { grid-template-columns: minmax(300px, .75fr) 1.25fr; gap: 40px; }
  .semjon-content-layout { grid-template-columns: minmax(0, 1fr) 270px; gap: 28px; }
  .semjon-benefits { grid-template-columns: 1fr; }
  .semjon-benefit-card { display: grid; grid-template-columns: 58px 1fr; gap: 14px; }
  .semjon-benefit-card > span { margin: 2px 0 0; }
}
@media (max-width: 820px) {
  .semjon-hero { padding: 38px 0 58px; }
  .semjon-hero-grid { grid-template-columns: 1fr; }
  .semjon-portrait { position: relative; top: auto; max-width: 560px; margin-inline: auto; }
  .semjon-portrait img { aspect-ratio: 5 / 4; }
  .semjon-content-layout { grid-template-columns: 1fr; padding-block: 58px 72px; }
  .semjon-sticky-card { display: none; }
  .semjon-sticky-card.anatoly-sticky-card {
    display: block;
    position: static;
    top: auto;
    width: 100%;
  }
  .semjon-audience-grid,
  .semjon-treatment,
  .semjon-education { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .semjon-hero-grid,
  .semjon-content-layout { width: min(100% - 28px, 1170px); }
  .semjon-hero-copy h1 { font-size: 40px; line-height: 1.05; }
  .semjon-qualification { font-size: 18px; }
  .semjon-booking-copy h2 { font-size: 23px; }
  .semjon-form { padding: 19px; }
  .semjon-section { margin-bottom: 58px; }
  .semjon-section-heading h2,
  .semjon-treatment h2,
  .semjon-treatment-flow h2,
  .semjon-education h2 { font-size: 30px; }
  .semjon-audience-card,
  .semjon-treatment,
  .semjon-education { padding: 25px 21px; border-radius: 21px; }
  .semjon-list-columns { grid-template-columns: 1fr; }
  .semjon-benefit-card {
    display: block;
    padding: 26px 22px;
  }
  .semjon-benefit-card > span { margin-bottom: 16px; }
  .semjon-treatment-flow { padding-left: 20px; }
  .semjon-gallery { grid-template-columns: 1fr; }
  .semjon-gallery img { height: auto; }
  .anatoly-gallery img:first-child { grid-column: auto; height: auto; }
  .natalja-gallery video { height: auto; }
}

/* Isolated test redesign: /test/dr-anatoly-grankovsky-redesign/ */
.anatoly-test-page {
  --at-ink: #243638;
  --at-muted: #607170;
  --at-green: #45b654;
  --at-dark: #075e5b;
  --at-teal: #087681;
  --at-line: #dbe8e4;
  overflow: clip;
  background: #fff;
  color: var(--at-ink);
}
.anatoly-test-hero {
  position: relative;
  padding: 62px 0 68px;
  background:
    radial-gradient(circle at 92% 8%, rgba(170,121,216,.14), transparent 27%),
    linear-gradient(135deg, #f7fbfa 0%, #edf7f4 100%);
}
.anatoly-test-hero::after {
  content: "";
  position: absolute;
  right: -210px;
  bottom: -300px;
  width: 570px;
  height: 570px;
  border: 1px solid rgba(8,118,129,.13);
  border-radius: 50%;
}
.anatoly-test-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
  gap: clamp(44px, 6vw, 78px);
  align-items: center;
}
.anatoly-test-portrait {
  position: relative;
  overflow: hidden;
  border: 12px solid #fff;
  border-radius: 32px;
  background: #e7efec;
  box-shadow: 0 22px 60px rgba(27,74,70,.16);
}
.anatoly-test-portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 42% center;
}
.anatoly-test-eyebrow,
.anatoly-test-section-heading > span,
.anatoly-test-booking-copy > span {
  display: block;
  margin: 0 0 11px;
  color: var(--at-teal);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.anatoly-test-hero-copy h1 {
  max-width: 680px;
  margin: 0 0 18px;
  font-size: clamp(43px, 5vw, 66px);
  line-height: 1;
  letter-spacing: -.045em;
}
.anatoly-test-qualification-card {
  max-width: 710px;
  padding: 20px 22px;
  border: 1px solid rgba(8,118,129,.16);
  border-radius: 18px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 12px 32px rgba(25,69,65,.06);
}
.anatoly-test-qualification {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.55;
}
.anatoly-test-hero-booking {
  --prices-ink: var(--at-ink);
  --prices-muted: var(--at-muted);
  --prices-teal: var(--at-teal);
  margin-top: 24px;
}
.anatoly-test-hero-booking .prices-booking-choice {
  gap: 17px;
  margin: 0;
  padding: 23px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(238,248,246,.96), rgba(247,243,250,.96));
  box-shadow: 0 12px 32px rgba(25,69,65,.06);
}
.anatoly-test-hero-booking .prices-booking-choice h2 {
  font-size: clamp(24px, 2.5vw, 31px);
}
.anatoly-test-hero-booking .prices-booking-options { gap: 13px; }
.anatoly-test-hero-booking .prices-booking-options article {
  padding: 19px;
  border-radius: 16px;
}
.anatoly-test-hero-booking .prices-booking-options h3 { font-size: 17px; }
.anatoly-test-hero-booking .prices-booking-options p { margin-bottom: 17px; font-size: 13px; }
.anatoly-test-hero-booking .prices-booking-options .legacy-button {
  padding: 12px 13px;
  font-size: 11px;
  line-height: 1.35;
}
.anatoly-test-hero-booking .prices-booking-phone { font-size: 14px; }
.anatoly-test-hero-booking .prices-booking-phone a { font-size: 16px; }
.anatoly-test-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}
.anatoly-test-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 25px;
  border-radius: 999px;
  background: var(--at-green);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 9px 22px rgba(69,182,84,.23);
  transition: transform .2s, background .2s;
}
.anatoly-test-primary-button:hover,
.anatoly-test-primary-button:focus-visible { background: #389f46; transform: translateY(-1px); }
.anatoly-test-phone-link {
  color: var(--at-dark);
  font-size: 17px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(7,94,91,.25);
  text-underline-offset: 5px;
}
.anatoly-test-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 284px;
  gap: 42px;
  align-items: start;
  padding-block: 76px 88px;
}
.anatoly-test-content { min-width: 0; }
.anatoly-test-section { margin-bottom: 72px; scroll-margin-top: 105px; }
.anatoly-test-section:last-child { margin-bottom: 0; }
.anatoly-test-section-heading { max-width: 760px; margin-bottom: 28px; }
.anatoly-test-section-heading h2,
.anatoly-test-booking h2 {
  margin: 0;
  font-size: clamp(31px, 3.2vw, 43px);
  line-height: 1.14;
  letter-spacing: -.035em;
}
.anatoly-test-section-heading p {
  margin: 17px 0 0;
  color: var(--at-muted);
  font-size: 17px;
  line-height: 1.75;
}
.anatoly-test-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
.anatoly-test-trust-card {
  min-height: 182px;
  padding: 25px 22px;
  border: 1px solid var(--at-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(25,69,65,.07);
}
.anatoly-test-trust-card-featured {
  border-color: transparent;
  background: linear-gradient(145deg, var(--at-dark), #0a7771);
  color: #fff;
}
.anatoly-test-trust-card > span {
  display: block;
  margin-bottom: 25px;
  color: rgba(8,118,129,.48);
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}
.anatoly-test-trust-card-featured > span { color: rgba(255,255,255,.72); }
.anatoly-test-trust-card > .anatoly-test-medical-symbol {
  font-family: "Segoe UI Symbol", "Noto Sans Symbols 2", sans-serif;
  font-size: 39px;
  font-weight: 600;
}
.anatoly-test-trust-card p { margin: 0; font-size: 15px; font-weight: 600; line-height: 1.6; }
.anatoly-test-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.anatoly-test-list li {
  position: relative;
  padding-left: 22px;
  color: #495856;
  font-size: 15px;
  line-height: 1.55;
}
.anatoly-test-list li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--at-green);
}
.anatoly-test-accordion {
  overflow: hidden;
  border: 1px solid var(--at-line);
  border-radius: 24px;
  background: #f8fbfa;
}
.anatoly-test-accordion details + details { border-top: 1px solid var(--at-line); }
.anatoly-test-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 21px 24px;
  color: var(--at-ink);
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  list-style: none;
}
.anatoly-test-accordion summary::-webkit-details-marker { display: none; }
.anatoly-test-accordion summary i {
  position: relative;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #e6f4ef;
}
.anatoly-test-accordion summary i::before,
.anatoly-test-accordion summary i::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 7px;
  width: 12px;
  height: 2px;
  background: var(--at-dark);
}
.anatoly-test-accordion summary i::after { transform: rotate(90deg); transition: transform .2s; }
.anatoly-test-accordion details[open] summary i::after { transform: rotate(0); }
.anatoly-test-accordion details[open] summary { color: var(--at-dark); background: #fff; }
.anatoly-test-accordion details > .anatoly-test-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 26px;
  padding: 3px 24px 25px;
  background: #fff;
}
.anatoly-test-treatment {
  padding: 38px;
  border-radius: 28px;
  background: linear-gradient(140deg, #eef8f5, #f7f4fa);
}
.anatoly-test-treatment-heading { max-width: 790px; }
.anatoly-test-treatment-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
  gap: 20px;
}
.anatoly-test-treatment-copy,
.anatoly-test-plan-card {
  padding: 27px;
  border: 1px solid rgba(7,94,91,.11);
  border-radius: 20px;
  background: rgba(255,255,255,.84);
}
.anatoly-test-treatment-copy { border-left: 4px solid var(--at-green); }
.anatoly-test-treatment-copy h3,
.anatoly-test-plan-card h3 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.3;
}
.anatoly-test-treatment-copy > p,
.anatoly-test-plan-card p {
  margin: 0;
  color: #52615f;
  font-size: 16px;
  line-height: 1.75;
}
.anatoly-test-methods { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.anatoly-test-methods a {
  padding: 7px 11px;
  border-radius: 999px;
  background: #e9f5f1;
  color: var(--at-dark);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: underline;
  text-decoration-color: rgba(7,94,91,.25);
  text-underline-offset: 3px;
  transition: background .2s, color .2s;
}
.anatoly-test-methods a:hover,
.anatoly-test-methods a:focus-visible { background: var(--at-dark); color: #fff; }
.anatoly-test-plan-card { border-left: 4px solid var(--at-green); }
.anatoly-test-gallery {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  grid-template-rows: repeat(2, 220px);
  gap: 15px;
}
.anatoly-test-gallery img {
  width: 100%;
  height: 100%;
  border-radius: 22px;
  object-fit: cover;
  background: #edf3f1;
}
.anatoly-test-gallery img:first-child { grid-row: 1 / 3; }
.anatoly-test-sticky-card {
  position: sticky;
  top: 110px;
  padding: 17px 18px 21px;
  border: 1px solid var(--at-line);
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(25,65,62,.1);
}
.anatoly-test-sticky-card > img {
  width: 100%;
  height: 164px;
  margin-bottom: 18px;
  border-radius: 15px;
  object-fit: cover;
  object-position: 42% center;
}
.anatoly-test-sticky-role { margin: 0 0 4px !important; color: var(--at-teal) !important; font-size: 12px !important; font-weight: 700; text-transform: uppercase; }
.anatoly-test-sticky-card h2 { margin: 0 0 9px; font-size: 21px; line-height: 1.3; }
.anatoly-test-sticky-card p { margin: 0 0 15px; color: var(--at-muted); font-size: 13px; line-height: 1.55; }
.anatoly-test-sticky-card > a:not(.anatoly-test-primary-button) { display: block; margin-bottom: 16px; color: var(--at-dark); font-size: 16px; font-weight: 700; }
.anatoly-test-sticky-card .anatoly-test-primary-button { width: 100%; min-height: 46px; padding-inline: 13px; font-size: 11px; }
.anatoly-test-booking {
  scroll-margin-top: 92px;
  padding: 0 0 58px;
  background: #fff;
  color: #fff;
}
.anatoly-test-booking-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
  gap: clamp(45px, 7vw, 86px);
  align-items: start;
  padding: 62px clamp(42px, 5vw, 72px) 66px;
  border-radius: 32px;
  background: linear-gradient(135deg, #064e4d 0%, #075f5c 52%, #086e68 100%);
  box-shadow: 0 24px 58px rgba(4, 65, 63, .18);
}
.anatoly-test-booking-copy > span { color: #9ee5ca; }
.anatoly-test-booking h2 { max-width: 600px; color: #fff; }
.anatoly-test-booking-choice {
  margin-top: 23px;
  padding: 20px 22px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 18px;
  background: rgba(255,255,255,.07);
}
.anatoly-test-booking-choice h3 { margin: 0 0 7px; color: #fff; font-size: 18px; line-height: 1.4; }
.anatoly-test-booking-choice p { margin: 0; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.65; }
.anatoly-test-booking-choice a { display: inline-block; margin-top: 10px; color: #fff; font-size: 21px; font-weight: 700; }
.anatoly-test-cf7 {
  padding: 27px;
  border-radius: 24px;
  background: #fff;
  color: var(--at-ink);
  box-shadow: 0 20px 54px rgba(0,34,33,.24);
}
.anatoly-test-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.anatoly-test-form label {
  display: grid;
  gap: 7px;
  color: #40504e;
  font-size: 13px;
  font-weight: 700;
}
.anatoly-test-form input,
.anatoly-test-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #d8e3e0;
  border-radius: 10px;
  background: #fff;
  color: var(--at-ink);
  font: inherit;
}
.anatoly-test-form textarea { resize: vertical; }
.anatoly-test-form-message { grid-column: 1 / -1; }
.anatoly-test-form button {
  justify-self: start;
  min-width: 148px;
  min-height: 48px;
  padding: 0 23px;
  border: 0;
  border-radius: 999px;
  background: var(--at-green);
  color: #fff;
  cursor: pointer;
  font: 700 13px/1 "Rubik", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1050px) {
  .anatoly-test-layout { grid-template-columns: minmax(0, 1fr) 255px; gap: 28px; }
  .anatoly-test-trust-grid { grid-template-columns: 1fr 1fr; }
  .anatoly-test-trust-card-featured { grid-column: 1 / -1; min-height: 145px; }
}
@media (max-width: 820px) {
  .anatoly-test-hero { padding: 38px 0 54px; }
  .anatoly-test-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .anatoly-test-portrait { max-width: 560px; margin-inline: auto; }
  .anatoly-test-portrait img { aspect-ratio: 5 / 4; object-position: 42% 38%; }
  .anatoly-test-layout { grid-template-columns: 1fr; padding-block: 58px 68px; }
  .anatoly-test-sticky-card { display: none; }
  .anatoly-test-treatment-grid { grid-template-columns: 1fr; }
  .anatoly-test-booking-grid { grid-template-columns: 1fr; gap: 34px; }
}
@media (max-width: 620px) {
  .anatoly-test-hero-grid,
  .anatoly-test-layout,
  .anatoly-test-booking-grid { width: min(100% - 28px, 1180px); }
  .anatoly-test-portrait { border-width: 8px; border-radius: 24px; }
  .anatoly-test-portrait img { border-radius: 17px; }
  .anatoly-test-hero-copy h1 { font-size: 40px; line-height: 1.04; }
  .anatoly-test-qualification { font-size: 17px; }
  .anatoly-test-hero-booking .prices-booking-choice { padding: 20px 17px; }
  .anatoly-test-hero-booking .prices-booking-options { grid-template-columns: 1fr; }
  .anatoly-test-hero-booking .prices-booking-options article { padding: 18px; }
  .anatoly-test-hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }
  .anatoly-test-phone-link { text-align: center; }
  .anatoly-test-section { margin-bottom: 56px; }
  .anatoly-test-section-heading h2,
  .anatoly-test-booking h2 { font-size: 30px; }
  .anatoly-test-trust-grid { grid-template-columns: 1fr; }
  .anatoly-test-trust-card-featured { grid-column: auto; }
  .anatoly-test-trust-card { min-height: auto; }
  .anatoly-test-accordion summary { padding: 18px; font-size: 16px; }
  .anatoly-test-accordion details > .anatoly-test-list { grid-template-columns: 1fr; padding: 2px 18px 21px; }
  .anatoly-test-treatment { padding: 24px 19px; border-radius: 22px; }
  .anatoly-test-treatment-copy,
  .anatoly-test-plan-card { padding: 21px 18px; }
  .anatoly-test-gallery { grid-template-columns: 1fr; grid-template-rows: none; }
  .anatoly-test-gallery img,
  .anatoly-test-gallery img:first-child { grid-row: auto; height: auto; aspect-ratio: 4 / 3; }
  .anatoly-test-gallery img:nth-child(n+3) { display: none; }
  .anatoly-test-booking { padding-bottom: 34px; }
  .anatoly-test-booking-grid {
    padding: 38px 18px 40px;
    border-radius: 24px;
  }
  .anatoly-test-booking-choice { padding: 18px; }
  .anatoly-test-cf7 { padding: 20px 17px; border-radius: 20px; }
  .anatoly-test-form { grid-template-columns: 1fr; }
  .anatoly-test-form-message { grid-column: auto; }
  .anatoly-test-form button { width: 100%; }
}

/* Test profile adapted from the approved Anatoly profile: Katerina Fomicheva */
.katerina-test-page .anatoly-test-portrait img { object-position: center 22%; }
.katerina-test-page .anatoly-test-sticky-card > img { object-position: center 20%; }
.katerina-test-consultation {
  padding: 38px;
  border: 1px solid rgba(8,118,129,.1);
  border-radius: 28px;
  background: linear-gradient(140deg, #f5faf8, #faf6fb);
}
.katerina-test-consultation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.katerina-test-consultation-grid > div {
  padding: 27px;
  border-left: 4px solid var(--at-green);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(25,69,65,.06);
}
.katerina-test-consultation-grid h3 { margin: 0 0 12px; font-size: 21px; line-height: 1.35; }
.katerina-test-consultation-grid p { margin: 0; color: #52615f; font-size: 15px; line-height: 1.72; }
.katerina-test-media video {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  border-radius: 22px;
  background: #102322;
  box-shadow: 0 16px 42px rgba(25,65,62,.12);
}
@media (max-width: 620px) {
  .katerina-test-consultation { padding: 24px 19px; border-radius: 22px; }
  .katerina-test-consultation-grid { grid-template-columns: 1fr; }
  .katerina-test-consultation-grid > div { padding: 21px 18px; }
}

/* Test profile adapted from the approved specialist pages: Dr Semjon Goltsman */
.semjon-test-page .anatoly-test-portrait img { object-position: center 18%; }
.semjon-test-page .anatoly-test-sticky-card > img { object-position: center 17%; }
.semjon-test-consultation {
  padding: 38px;
  border: 1px solid rgba(8,118,129,.1);
  border-radius: 28px;
  background: linear-gradient(140deg, #f5faf8, #faf6fb);
}
.semjon-test-consultation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.semjon-test-consultation-grid > div {
  padding: 25px 22px;
  border-left: 4px solid var(--at-green);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(25,69,65,.06);
}
.semjon-test-consultation-grid .anatoly-test-medical-symbol {
  display: block;
  margin-bottom: 17px;
  color: rgba(8,118,129,.55);
  font-family: "Segoe UI Symbol", "Noto Sans Symbols 2", sans-serif;
  font-size: 32px;
  line-height: 1;
}
.semjon-test-consultation-grid h3 { margin: 0 0 12px; font-size: 20px; line-height: 1.35; }
.semjon-test-consultation-grid p { margin: 0; color: #52615f; font-size: 14px; line-height: 1.7; }
.semjon-test-media video {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  border-radius: 22px;
  background: #102322;
  box-shadow: 0 16px 42px rgba(25,65,62,.12);
}
.semjon-test-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 300px; }
.semjon-test-gallery img:first-child { grid-row: auto; }
@media (max-width: 1050px) {
  .semjon-test-consultation-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .semjon-test-consultation { padding: 24px 19px; border-radius: 22px; }
  .semjon-test-consultation-grid > div { padding: 21px 18px; }
  .semjon-test-gallery { grid-template-columns: 1fr; grid-template-rows: none; }
}

/* Test profile adapted for Dr Natalja Bulattchik: no online booking */
.natalja-test-page .anatoly-test-portrait img { object-position: center 14%; }
.natalja-test-page .anatoly-test-sticky-card > img { object-position: center 13%; }
.natalja-test-hero-contact { margin-top: 24px; }
.natalja-test-contact-options {
  padding: 23px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(238,248,246,.96), rgba(247,243,250,.96));
  box-shadow: 0 12px 32px rgba(25,69,65,.06);
}
.natalja-test-contact-options > h2 {
  margin: 0 0 17px;
  font-size: clamp(24px, 2.5vw, 31px);
  line-height: 1.2;
  letter-spacing: -.025em;
}
.natalja-test-contact-options > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.natalja-test-contact-options article { display: flex; flex-direction: column; align-items: flex-start; padding: 19px; border: 1px solid rgba(8,118,129,.12); border-radius: 16px; background: rgba(255,255,255,.86); }
.natalja-test-contact-options h3 { margin: 0 0 8px; font-size: 17px; line-height: 1.35; }
.natalja-test-contact-options p { margin: 0 0 17px; color: var(--at-muted); font-size: 13px; line-height: 1.55; }
.natalja-test-contact-options article > a { margin-top: auto; }
.natalja-test-phone-button { display: inline-flex; align-items: center; min-height: 48px; padding: 0 18px; border: 1px solid rgba(7,94,91,.2); border-radius: 999px; color: var(--at-dark); font-size: 17px; font-weight: 700; }
.natalja-test-treatment-grid { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
.natalja-test-plan-card { display: flex; align-items: center; }
.natalja-test-media > video { display: block; width: 100%; margin-bottom: 18px; border-radius: 22px; background: #102322; box-shadow: 0 16px 42px rgba(25,65,62,.12); }
.natalja-test-media-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.natalja-test-media-grid img,
.natalja-test-media-grid video { width: 100%; height: 260px; border-radius: 22px; object-fit: cover; background: #edf3f1; }
.natalja-test-media-grid video { grid-column: 1 / -1; height: auto; max-height: 480px; }
.natalja-test-booking .anatoly-test-booking-grid { background: linear-gradient(135deg, #064e4d 0%, #075f5c 52%, #086e68 100%); }
@media (max-width: 820px) {
  .natalja-test-treatment-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .natalja-test-contact-options { padding: 20px 17px; }
  .natalja-test-contact-options > div { grid-template-columns: 1fr; }
  .natalja-test-contact-options article { padding: 18px; }
  .natalja-test-contact-options article > a { width: 100%; justify-content: center; }
  .natalja-test-media-grid { grid-template-columns: 1fr; }
  .natalja-test-media-grid img,
  .natalja-test-media-grid video { grid-column: auto; height: auto; aspect-ratio: 4 / 3; }
}
.modern-profile-page {
  --profile-ink: #263334;
  --profile-muted: #687473;
  --profile-green: #45b653;
  --profile-teal: #087681;
  overflow: hidden;
  background: #fff;
  color: var(--profile-ink);
}
.modern-profile-hero {
  position: relative;
  padding: 66px 0 72px;
  background:
    radial-gradient(circle at 6% 12%, rgba(170, 121, 216, .13), transparent 27%),
    linear-gradient(135deg, #f7fbfa 0%, #edf7f5 100%);
}
.modern-profile-hero::after {
  content: "";
  position: absolute;
  right: -170px;
  bottom: -250px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(8, 118, 129, .12);
  border-radius: 50%;
}
.modern-profile-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
  gap: clamp(42px, 6vw, 82px);
  align-items: center;
}
.modern-profile-portrait {
  padding: 14px;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 22px 65px rgba(29, 80, 76, .16);
}
.modern-profile-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 23px;
  object-fit: cover;
  object-position: center top;
}
.modern-profile-kicker {
  margin: 0 0 11px;
  color: var(--profile-teal);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.modern-profile-hero-copy h1 {
  max-width: 720px;
  margin: 0 0 18px;
  color: var(--profile-ink);
  font-size: clamp(42px, 5vw, 66px);
  line-height: .98;
  letter-spacing: -.045em;
}
.modern-profile-qualification {
  max-width: 730px;
  margin: 0 0 13px;
  color: var(--profile-ink);
  font-size: 20px;
  line-height: 1.55;
  font-weight: 700;
}
.modern-profile-excerpt {
  max-width: 720px;
  margin: 0 0 24px;
  color: var(--profile-muted);
  font-size: 16px;
  line-height: 1.7;
}
.modern-profile-hero-action { margin-top: 28px; }
.modern-profile-hero-action .legacy-button {
  border-color: var(--profile-green);
  background: var(--profile-green);
  color: #fff !important;
}
.modern-profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 42px;
  align-items: start;
  padding-block: 76px 96px;
}
.modern-profile-content {
  min-width: 0;
  color: #52605f;
  font-size: 16px;
  line-height: 1.75;
}
.modern-profile-content > .legacy-row:first-child {
  min-height: 0;
  margin: 0;
}
.modern-profile-content .legacy-heading {
  color: var(--profile-ink) !important;
  font-size: clamp(30px, 3.2vw, 42px) !important;
  line-height: 1.15;
  letter-spacing: -.035em;
}
.modern-profile-content .legacy-column { min-width: 0; }
.modern-profile-content .legacy-column[data-width=""] {
  color: #52605f;
  font-size: 16px;
  line-height: 1.75;
}
.modern-profile-content .legacy-column[data-width=""] > span[style*="14pt"],
.modern-profile-content .legacy-column[data-width=""] > strong > span[style*="14pt"] {
  display: inline-block;
  margin: 0 0 13px;
  color: var(--profile-ink);
  font-size: clamp(25px, 2.7vw, 34px) !important;
  line-height: 1.25;
  letter-spacing: -.025em;
}
.modern-profile-content hr {
  margin: 48px 0;
  border: 0;
  border-top: 1px solid #dce7e4;
}
.modern-profile-content .legacy-button {
  margin: 22px 0 30px;
  border-color: var(--profile-green);
  background: var(--profile-green);
  color: #fff !important;
}
.modern-profile-content .team-list-marker {
  display: inline-block;
  margin: 5px 8px 5px 0;
  vertical-align: .02em;
}
.modern-profile-content .legacy-form-wrap {
  margin: 24px 0 38px;
  padding: 25px;
  border: 1px solid rgba(69, 182, 83, .22);
  border-radius: 22px;
  background: #f8fbfa;
  box-shadow: 0 14px 40px rgba(31, 84, 79, .08);
}
.modern-profile-content .legacy-contact-form {
  max-width: none;
  margin: 0;
}
.modern-profile-content .legacy-contact-form input,
.modern-profile-content .legacy-contact-form textarea {
  border-color: #dbe5e2;
  border-radius: 10px;
  background: #fff;
}
.modern-profile-content .legacy-image {
  width: 100%;
  margin: 25px 0;
  border-radius: 24px;
}
.modern-profile-content video {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 28px 0;
  overflow: hidden;
  border-radius: 24px;
  background: #111;
  box-shadow: 0 18px 45px rgba(27, 52, 50, .14);
}
.modern-profile-sticky-card {
  position: sticky;
  top: 110px;
  padding: 18px 20px 24px;
  border: 1px solid #dce7e4;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(31, 70, 67, .11);
}
.modern-profile-sticky-photo {
  height: 170px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 16px;
  background: #eef4f2;
}
.modern-profile-sticky-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}
.modern-profile-sticky-card h2 {
  margin: 0 0 9px;
  color: var(--profile-ink);
  font-size: 22px;
  line-height: 1.3;
}
.modern-profile-sticky-card p {
  margin: 0 0 17px;
  color: var(--profile-muted);
  font-size: 14px;
  line-height: 1.55;
}
.modern-profile-sticky-phone {
  display: block;
  margin-bottom: 17px;
  color: var(--profile-teal);
  font-size: 17px;
  font-weight: 700;
}
.modern-profile-sticky-card .legacy-button {
  width: 100%;
  padding-inline: 16px;
  text-align: center;
}
@media (max-width: 1050px) {
  .modern-profile-hero-grid {
    grid-template-columns: minmax(300px, .75fr) 1.25fr;
    gap: 40px;
  }
  .modern-profile-layout {
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 28px;
  }
}
@media (max-width: 820px) {
  .modern-profile-hero { padding: 38px 0 58px; }
  .modern-profile-hero-grid { grid-template-columns: 1fr; }
  .modern-profile-portrait { max-width: 560px; margin-inline: auto; }
  .modern-profile-portrait img { aspect-ratio: 5 / 4; }
  .modern-profile-layout {
    grid-template-columns: 1fr;
    padding-block: 58px 72px;
  }
  .modern-profile-sticky-card {
    position: relative;
    top: auto;
    width: 100%;
  }
}
@media (max-width: 620px) {
  .modern-profile-hero-grid,
  .modern-profile-layout {
    width: min(100% - 28px, 1170px);
  }
  .modern-profile-hero-copy h1 { font-size: 40px; line-height: 1.05; }
  .modern-profile-qualification { font-size: 18px; }
  .modern-profile-content { font-size: 15px; line-height: 1.7; }
  .modern-profile-content .legacy-column[data-width=""] {
    font-size: 15px;
    line-height: 1.7;
  }
  .modern-profile-content .legacy-form-wrap {
    padding: 19px;
    border-radius: 20px;
  }
  .modern-profile-content hr { margin-block: 38px; }
  .modern-profile-sticky-card { padding: 18px 18px 22px; }
}
.online-booking-page {
  --booking-ink: #263334;
  --booking-muted: #62706e;
  --booking-green: #49b655;
  --booking-teal: #087681;
  overflow: hidden;
  background: #fff;
  color: var(--booking-ink);
}
.online-booking-hero {
  position: relative;
  padding: 66px 0 62px;
  background:
    radial-gradient(circle at 90% 5%, rgba(170, 121, 216, .12), transparent 30%),
    linear-gradient(135deg, #f6fbfa 0%, #edf7f5 100%);
}
.online-booking-hero::after {
  content: "";
  position: absolute;
  right: -145px;
  bottom: -285px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(8, 118, 129, .12);
  border-radius: 50%;
}
.online-booking-hero .shell { position: relative; z-index: 1; }
.online-booking-kicker {
  display: block;
  max-width: 830px;
  margin-bottom: 13px;
  color: var(--booking-teal);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.online-booking-hero h1 {
  margin: 0 0 17px;
  color: var(--booking-ink);
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -.045em;
}
.online-booking-hero > .shell > strong {
  display: block;
  color: #4e5c5a;
  font-size: 16px;
  line-height: 1.6;
}
.online-booking-intro {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 48px;
  align-items: start;
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid rgba(38, 51, 52, .13);
}
.online-booking-intro h2 {
  margin: 0;
  color: var(--booking-ink);
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.2;
  letter-spacing: -.03em;
}
.online-booking-intro p {
  margin: 0;
  color: var(--booking-muted);
  font-size: 16px;
  line-height: 1.8;
}
.online-doctors-section { padding-block: 72px 96px; }
.online-doctors-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.online-doctor-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dce7e4;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(31, 70, 67, .08);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.online-doctor-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 17px 40px rgba(31, 70, 67, .12);
}
.online-doctor-card.is-selected {
  border: 2px solid var(--booking-green);
  box-shadow: 0 16px 42px rgba(73, 182, 85, .15);
}
.online-doctor-photo-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #edf4f2;
  cursor: pointer;
}
.online-doctor-photo-button:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid var(--booking-green);
  outline-offset: -3px;
}
.online-doctor-photo {
  display: block;
  width: 100%;
  height: 218px;
  object-fit: cover;
  object-position: center top;
  background: #edf4f2;
  transition: transform .25s ease;
}
.online-doctor-photo-button:hover .online-doctor-photo { transform: scale(1.025); }
.online-doctor-photo-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  max-width: calc(100% - 28px);
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(73, 182, 85, .96);
  box-shadow: 0 5px 16px rgba(30, 87, 39, .2);
  color: #fff;
  font: 700 11px/1.3 "Rubik", sans-serif;
  text-align: left;
  text-transform: uppercase;
}
.online-doctor-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 21px 22px;
}
.online-doctor-copy h2 {
  margin: 0 0 9px;
  color: var(--booking-ink);
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -.02em;
}
.online-doctor-profession {
  min-height: 88px;
  margin: 0 0 20px;
  color: var(--booking-muted);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
}
.online-doctor-services {
  display: grid;
  gap: 10px;
  margin: 0 0 23px;
  padding: 19px 0 0;
  border-top: 1px solid #e4ebe9;
  list-style: none;
}
.online-doctor-services li {
  position: relative;
  padding-left: 20px;
  color: #495654;
  font-size: 13px;
  line-height: 1.5;
}
.online-doctor-services li::before {
  content: "";
  position: absolute;
  top: .48em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--booking-green);
  box-shadow: inset 0 -2px 3px rgba(0, 0, 0, .14);
}
.online-doctor-services li.is-blue::before { background: #4596d9; }
.online-doctor-select {
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  padding: 10px 14px;
  border: 1px solid var(--booking-green);
  border-radius: 25px;
  background: #fff;
  color: var(--booking-green);
  cursor: pointer;
  font: 700 13px/1.25 "Rubik", sans-serif;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}
.online-doctor-select:hover,
.online-doctor-select[aria-pressed="true"] {
  background: var(--booking-green);
  color: #fff;
}
.online-doctor-select > span { margin-right: 6px; font-size: 17px; line-height: 1; }
.online-booking-destination { scroll-margin-top: 105px; padding-top: 42px; }
.online-booking-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 116px;
  padding: 25px;
  border: 1px solid #cfe3de;
  border-left: 4px solid var(--booking-green);
  border-radius: 20px;
  background: #f3f9f7;
  color: var(--booking-ink);
  text-align: center;
}
.online-booking-empty-arrow {
  color: var(--booking-green);
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
}
.online-booking-empty strong {
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 1.45;
}
.online-booking-empty p { margin: 0; font-size: 15px; font-weight: 400; line-height: 1.55; }
.online-selected-booking { display: grid; gap: 18px; }
.online-selected-booking[hidden], .online-booking-empty[hidden] { display: none !important; }
.online-selected-summary {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 19px;
  border: 1px solid #d7e6e2;
  border-radius: 19px;
  background: linear-gradient(135deg, #eef8f6, #f7f4fb);
}
.online-selected-summary img {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  border: 3px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  box-shadow: 0 5px 14px rgba(31, 70, 67, .12);
}
.online-selected-summary p { margin: 0 0 2px; color: var(--booking-ink); font-size: 18px; line-height: 1.4; }
.online-selected-summary button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--booking-teal);
  cursor: pointer;
  font: 600 13px/1.5 "Rubik", sans-serif;
}
.contact-modern-map { min-height: 430px; margin-bottom: 52px; overflow: hidden; }
.contact-modern-map iframe { display: block; width: 100%; min-height: 430px; border: 0; }
.online-booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 22px;
  align-items: start;
}
.online-booking-frame {
  overflow: hidden;
  border: 1px solid #dbe7e4;
  border-radius: 26px;
  background: #f7fbfa;
  box-shadow: 0 16px 45px rgba(31, 70, 67, .1);
}
.online-booking-frame iframe {
  display: block;
  width: 100%;
  height: 800px;
  border: 0;
  background: #fff;
}
.online-booking-frame { position: relative; min-height: 300px; }
.online-booking-frame-status {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-content: center;
  gap: 14px;
  padding: 28px;
  background: rgba(247, 251, 250, .96);
  color: var(--booking-ink);
  text-align: center;
}
.online-booking-frame-status p { max-width: 470px; margin: 0; line-height: 1.6; }
.online-booking-frame-status .legacy-button { justify-self: center; }
.online-booking-information {
  position: sticky;
  top: 78px;
  padding: 25px 24px;
  border: 1px solid #dbe7e4;
  border-top: 4px solid var(--booking-green);
  border-radius: 22px;
  background: #f7fbfa;
  box-shadow: 0 14px 35px rgba(31, 70, 67, .08);
}
.online-booking-information-kicker {
  color: var(--booking-teal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.online-booking-information h2 { margin: 5px 0 17px; color: var(--booking-ink); font-size: 22px; line-height: 1.3; }
.online-booking-information dl { display: grid; gap: 0; margin: 0; }
.online-booking-information dl > div { padding: 15px 0; border-top: 1px solid #dbe7e4; }
.online-booking-information dt { margin-bottom: 4px; color: var(--booking-ink); font-size: 13px; font-weight: 700; line-height: 1.4; }
.online-booking-information dd { margin: 0; color: var(--booking-muted); font-size: 13px; line-height: 1.58; }
.online-booking-information a { color: var(--booking-teal); font-weight: 700; }
@media (max-width: 900px) {
  .online-booking-layout { grid-template-columns: 1fr; }
  .online-booking-information { position: static; grid-row: 1; }
}
@media (max-width: 1050px) {
  .online-doctors-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  .online-doctor-profession { min-height: 66px; }
}
@media (max-width: 760px) {
  .online-booking-hero { padding: 42px 0 48px; }
  .online-booking-intro { grid-template-columns: 1fr; gap: 20px; margin-top: 28px; padding-top: 25px; }
  .online-doctors-section { width: min(100% - 28px, 1170px); padding-block: 42px 65px; }
  .online-doctors-grid { grid-template-columns: 1fr; gap: 18px; }
  .online-doctor-card:hover { transform: none; }
  .online-doctor-card.is-selected { padding-bottom: 0; }
  .online-doctor-photo { height: min(72vw, 340px); }
  .online-doctor-profession { min-height: 0; }
  .online-booking-frame iframe { height: 760px; }
  .online-booking-destination { scroll-margin-top: 94px; padding-top: 28px; }
  .online-booking-empty { align-items: flex-start; min-height: 0; padding: 20px 17px; text-align: left; }
  .online-booking-empty-arrow { font-size: 28px; }
  .online-booking-empty strong { font-size: 16px; }
  .online-booking-empty p { font-size: 14px; }
  .online-selected-summary { padding: 14px; }
  .online-selected-summary img { width: 54px; height: 54px; flex-basis: 54px; }
  .online-selected-summary p { font-size: 15px; }
  .online-booking-information { padding: 21px 19px; }
}
@media (max-width: 620px) {
  .online-booking-hero .shell { width: min(100% - 28px, 1170px); }
  .online-booking-hero h1 { font-size: 42px; }
  .online-booking-kicker { font-size: 12px; }
  .online-booking-hero > .shell > strong { font-size: 14px; }
}
.contact-page {
  --contact-ink: #263334;
  --contact-muted: #63716f;
  --contact-green: #49b655;
  --contact-teal: #087681;
  overflow: hidden;
  padding-bottom: 96px;
  background: #fff;
  color: var(--contact-ink);
}
.contact-hero {
  position: relative;
  padding: 62px 0 68px;
  background:
    radial-gradient(circle at 88% 5%, rgba(170, 121, 216, .12), transparent 30%),
    linear-gradient(135deg, #f6fbfa 0%, #edf7f5 100%);
}
.contact-hero::after {
  content: "";
  position: absolute;
  right: -145px;
  bottom: -315px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(8, 118, 129, .12);
  border-radius: 50%;
}
.contact-hero .shell { position: relative; z-index: 1; }
.contact-hero span {
  display: block;
  margin-bottom: 12px;
  color: var(--contact-teal);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.contact-hero h1 {
  margin: 0;
  color: var(--contact-ink);
  font-size: clamp(46px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -.045em;
}
.contact-main {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(340px, .84fr);
  gap: 28px;
  align-items: stretch;
  padding-top: 68px;
}
.contact-registration-card,
.contact-information-card {
  border: 1px solid #dce7e4;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(31, 70, 67, .09);
}
.contact-registration-card { padding: 38px 40px 40px; }
.contact-section-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--contact-teal);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.contact-registration-card h2,
.contact-information-card h2,
.contact-map-heading h2 {
  margin: 0;
  color: var(--contact-ink);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.15;
  letter-spacing: -.035em;
}
.contact-registration-card > p {
  margin: 19px 0 0;
  color: var(--contact-muted);
  font-size: 16px;
  line-height: 1.75;
}
.contact-registration-card > p a { color: var(--contact-teal); }
.contact-registration-form {
  max-width: none;
  margin-top: 29px;
  padding-top: 28px;
  border-top: 1px solid #e0e8e6;
}
.contact-registration-form label {
  color: #465250;
  font-size: 13px;
  font-weight: 600;
}
.contact-registration-form input {
  min-height: 48px;
  border-color: #d8e3e0;
  border-radius: 11px;
  background: #fdfefe;
}
.contact-registration-form button {
  min-width: 170px;
  min-height: 48px;
  border-radius: 25px;
  font-weight: 700;
}
.contact-information-card {
  overflow: hidden;
  background: linear-gradient(145deg, #f6fbfa 0%, #f8f5fb 100%);
}
.contact-information-heading {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 30px 30px 23px;
  border-bottom: 1px solid #dce7e4;
}
.contact-information-heading > a {
  flex: 0 0 92px;
  height: 92px;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 24px rgba(31, 70, 67, .11);
}
.contact-information-heading img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact-information-heading h2 { font-size: 28px; }
.contact-details {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 9px 30px 25px;
}
.contact-details > div {
  display: grid;
  grid-template-columns: minmax(135px, .72fr) 1.28fr;
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(38, 51, 52, .1);
}
.contact-details > div:last-child { border-bottom: 0; }
.contact-details dt {
  color: #43504e;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
}
.contact-details dd {
  margin: 0;
  color: var(--contact-muted);
  font-size: 14px;
  line-height: 1.6;
}
.contact-details a { color: var(--contact-teal); font-weight: 600; }
.contact-map-section { padding-top: 72px; }
.contact-map-heading { margin-bottom: 25px; }
.contact-map-heading h2 { font-size: clamp(26px, 3vw, 36px); }
.contact-map {
  height: 500px;
  overflow: hidden;
  border: 1px solid #d8e4e1;
  border-radius: 28px;
  background: #eef4f2;
  box-shadow: 0 16px 45px rgba(31, 70, 67, .09);
}
.contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.contact-map-placeholder {
  display: flex;
  height: 100%;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px;
  text-align: center;
  background:
    radial-gradient(circle at 18% 22%, rgba(87, 178, 160, .14), transparent 31%),
    linear-gradient(145deg, #f8fbfa 0%, #edf5f2 100%);
}
.contact-map-placeholder h2 {
  max-width: 720px;
  margin: 10px 0 12px;
  color: #263433;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.2;
}
.contact-map-placeholder p {
  margin: 0 0 24px;
  color: var(--contact-muted);
  font-size: 15px;
}
.contact-map-placeholder button {
  min-height: 48px;
  padding: 0 25px;
  border: 0;
  border-radius: 999px;
  background: var(--contact-teal);
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(31, 111, 103, .2);
}
.contact-map-placeholder button:hover { filter: brightness(.94); }
.contact-map-placeholder button:focus-visible {
  outline: 3px solid rgba(31, 111, 103, .28);
  outline-offset: 3px;
}
@media (max-width: 920px) {
  .contact-main { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .contact-page { padding-bottom: 62px; }
  .contact-hero { padding: 42px 0 48px; }
  .contact-hero .shell,
  .contact-main,
  .contact-map-section { width: min(100% - 28px, 1170px); }
  .contact-hero h1 { font-size: 43px; }
  .contact-main { padding-top: 40px; }
  .contact-registration-card { padding: 27px 21px 25px; border-radius: 22px; }
  .contact-information-card { border-radius: 22px; }
  .contact-information-heading { align-items: flex-start; padding: 24px 21px 19px; }
  .contact-information-heading > a { flex-basis: 70px; height: 70px; }
  .contact-information-heading h2 { font-size: 24px; }
  .contact-details { padding-inline: 21px; }
  .contact-details > div { grid-template-columns: 1fr; gap: 4px; }
  .contact-map-section { padding-top: 48px; }
  .contact-map { height: 330px; border-radius: 22px; }
  .contact-map-placeholder { padding: 30px 20px; }
  .contact-map-placeholder h2 { font-size: 24px; }
  .contact-map-placeholder p { margin-bottom: 20px; font-size: 14px; }
}
.article-archive > h1 { margin: 15px 0 45px; color: #2d2d2d; font-size: 48px; line-height: 52px; }
.article-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.article-list article { padding: 28px; background: #fff; box-shadow: 0 5px 22px rgba(22,68,66,.09); }
.article-list time { color: #79817f; font-size: 13px; }
.article-list h2 { margin: 9px 0 14px; font-size: 23px; line-height: 31px; letter-spacing: 0; }
.article-list p { margin: 0 0 16px; }
.article-more { color: #49b655; font-size: 13px; font-weight: 700; text-transform: uppercase; }
@media (max-width: 620px) {
  .content-shell { width: min(100% - 28px, 1140px); padding-block: 38px 52px; }
  .wp-content { font-size: 15px; }
  .wp-content table { min-width: 580px; }
  .wp-content div:has(> table) { overflow-x: auto; }
  .legacy-row { display: block; }
  .legacy-column { width: 100%; margin-bottom: 24px; }
  .legacy-team-grid, .article-list { grid-template-columns: 1fr; }
  .legacy-menu-grid, .legacy-testimonials { grid-template-columns: 1fr; }
  .legacy-menu-grid .legacy-menu-items { grid-template-columns: 1fr; }
  .legacy-media-grid { grid-template-columns: repeat(2, 1fr); }
  .related-articles-grid { grid-template-columns: 1fr; }
  .legacy-contact-form { grid-template-columns: 1fr; }
  .legacy-contact-form .wide { grid-column: auto; }
  .entry-title, .article-archive > h1 { font-size: 34px !important; line-height: 41px !important; }
}

.about-page {
  --about-ink: #263334;
  --about-muted: #63716f;
  --about-green: #49b655;
  --about-teal: #087681;
  overflow: hidden;
  padding-bottom: 0;
  background: #fff;
  color: var(--about-ink);
}
.about-hero {
  position: relative;
  padding: 62px 0 76px;
  background:
    radial-gradient(circle at 6% 15%, rgba(170, 121, 216, .12), transparent 27%),
    linear-gradient(135deg, #f6fbfa 0%, #edf7f5 100%);
}
.about-hero::after {
  content: "";
  position: absolute;
  right: -170px;
  bottom: -290px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(8, 118, 129, .12);
  border-radius: 50%;
}
.about-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  gap: clamp(42px, 6vw, 82px);
  align-items: center;
}
.about-hero-copy > span,
.about-section-heading > span,
.about-final-cta > div > span {
  display: block;
  margin-bottom: 12px;
  color: var(--about-teal);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.about-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: var(--about-ink);
  font-size: clamp(38px, 4.25vw, 58px);
  line-height: 1.05;
  letter-spacing: -.045em;
}
.about-hero-copy p {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--about-muted);
  font-size: 19px;
  line-height: 1.7;
  font-weight: 600;
}
.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}
.about-hero-actions .legacy-button,
.about-secondary-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.about-secondary-button {
  border: 1px solid var(--about-teal);
  color: var(--about-teal);
  background: rgba(255, 255, 255, .65);
}
.about-hero-image {
  display: block;
  padding: 12px;
  border-radius: 31px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(31, 75, 71, .16);
}
.about-hero-image img {
  display: block;
  width: 100%;
  height: 430px;
  border-radius: 21px;
  object-fit: cover;
}
.about-counters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: -34px;
  padding: 0 0 86px;
  position: relative;
  z-index: 2;
}
.about-counter {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
  padding: 22px 20px;
  border: 1px solid #dce7e4;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(31, 70, 67, .08);
}
.about-counter-icon { color: rgba(8, 118, 129, .48); font-family: Arial, sans-serif; font-size: 35px; line-height: 1; }
.about-counter strong { display: block; color: var(--about-ink); font-size: 32px; line-height: 1; font-weight: 700; letter-spacing: -.03em; }
.about-counter small { display: block; margin-top: 6px; color: var(--about-muted); font-size: 12px; line-height: 1.45; }
.about-section-heading { max-width: 780px; margin-bottom: 33px; }
.about-section-heading h2,
.about-final-cta h2 {
  margin: 0;
  color: var(--about-ink);
  font-size: clamp(31px, 3.5vw, 45px);
  line-height: 1.13;
  letter-spacing: -.04em;
}
.about-advantages { padding-bottom: 94px; }
.advantage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.advantage-card {
  min-height: 100%;
  padding: 28px 26px 30px;
  border: 1px solid #dfe9e6;
  border-radius: 23px;
  background: linear-gradient(145deg, #fff 0%, #f8fbfa 100%);
  box-shadow: 0 12px 34px rgba(31, 70, 67, .07);
}
.advantage-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}
.advantage-card-number { color: rgba(8, 118, 129, .4); font-size: 29px; line-height: 1; font-weight: 700; }
.advantage-card-icon { display: grid; width: 42px; height: 42px; place-items: center; color: var(--about-teal); }
.advantage-card-icon svg { width: 38px; height: 38px; }
.advantage-card h3 { margin: 0 0 14px; color: var(--about-ink); font-size: 21px; line-height: 1.3; font-weight: 700; }
.advantage-card p { margin: 0; color: var(--about-muted); font-size: 15px; line-height: 1.72; }
.about-gallery-section { padding-bottom: 94px; }
.about-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.about-gallery button {
  display: block;
  flex: 1 1 245px;
  min-width: min(100%, 220px);
  height: 230px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: #edf4f2;
  cursor: zoom-in;
}
.about-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.about-gallery button:hover img { transform: scale(1.035); }
.about-lightbox {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(17, 29, 29, .9);
}
.about-lightbox figure { max-width: min(1200px, 94vw); max-height: 90vh; margin: 0; color: #fff; text-align: center; }
.about-lightbox img { display: block; max-width: 100%; max-height: 84vh; margin: auto; object-fit: contain; }
.about-lightbox figcaption { padding-top: 12px; font-size: 14px; }
.about-lightbox-close { position: fixed; top: 18px; right: 22px; width: 46px; height: 46px; border: 0; border-radius: 50%; background: #fff; color: #263334; font-size: 32px; line-height: 1; cursor: pointer; }
body.gallery-open { overflow: hidden; }
.about-admin {
  padding: 82px 0 86px;
  background: linear-gradient(135deg, #f5faf9, #f7f4fa);
}
.about-admin .about-section-heading { margin-bottom: 30px; }
.admin-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.admin-grid article {
  min-width: 0;
  padding: 26px 23px 25px;
  border: 1px solid #dce7e4;
  border-radius: 21px;
  background: rgba(255, 255, 255, .8);
  text-align: center;
}
.admin-grid h3 { margin: 0 0 7px; color: var(--about-ink); font-size: 19px; line-height: 1.35; }
.admin-grid h4 { min-height: 44px; margin: 0; color: var(--about-muted); font-size: 14px; line-height: 1.55; font-weight: 600; }
.admin-grid a { display: block; margin-top: 17px; overflow-wrap: anywhere; color: var(--about-teal); font-size: 14px; }
.about-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 72px;
  padding: 37px 42px;
  border: 1px solid #d8e8e4;
  border-radius: 27px;
  background: linear-gradient(135deg, #eef8f6, #f7f3fa);
}
.about-final-cta h2 { font-size: clamp(28px, 3vw, 38px); }
.about-final-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 18px; }
.about-final-actions > a:first-child { color: var(--about-teal); font-size: 20px; font-weight: 700; white-space: nowrap; }
.doctor-finder-page {
  --finder-ink: #263334;
  --finder-muted: #63716f;
  --finder-green: #49b655;
  --finder-teal: #087681;
  overflow: hidden;
  background: #fff;
  color: var(--finder-ink);
}
.finder-hero {
  position: relative;
  padding: 62px 0 68px;
  background:
    radial-gradient(circle at 90% 5%, rgba(170, 121, 216, .12), transparent 30%),
    linear-gradient(135deg, #f6fbfa, #edf7f5);
}
.finder-hero::after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -320px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(8, 118, 129, .12);
  border-radius: 50%;
}
.finder-hero .shell { position: relative; z-index: 1; }
.finder-hero span,
.finder-results-heading span {
  display: block;
  margin-bottom: 11px;
  color: var(--finder-teal);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.finder-hero h1 {
  margin: 0;
  color: var(--finder-ink);
  font-size: clamp(43px, 5vw, 66px);
  line-height: 1.03;
  letter-spacing: -.045em;
}
.finder-hero p {
  max-width: 900px;
  margin: 23px 0 0;
  color: var(--finder-muted);
  font-size: 17px;
  line-height: 1.75;
}
.doctor-finder { padding-block: 62px 72px; }
.finder-results { padding-top: 0; scroll-margin-top: 100px; }
.finder-results-heading { max-width: 760px; margin-bottom: 31px; }
.finder-results-heading h2 {
  margin: 0;
  color: var(--finder-ink);
  font-size: clamp(31px, 3.5vw, 44px);
  line-height: 1.13;
  letter-spacing: -.04em;
}
.finder-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.finder-list article {
  display: grid;
  grid-template-columns: 205px minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dce7e4;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(31, 70, 67, .08);
}
.finder-card-photo {
  display: flex;
  min-height: 100%;
  align-items: center;
  padding: 12px;
  overflow: hidden;
  background: linear-gradient(145deg, #edf7f4, #f5f1f8);
}
.finder-card-photo img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1;
  border-radius: 17px;
  object-fit: contain;
  transition: transform .25s ease;
}
.finder-card-photo:hover img { transform: scale(1.025); }
.finder-card-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 26px 24px 24px;
}
.finder-card-copy h3 {
  margin: 0 0 11px;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -.02em;
}
.finder-card-copy h3 a { color: var(--finder-ink); }
.finder-card-note {
  margin: 0 0 15px;
  color: var(--finder-green);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}
.finder-card-specialty {
  margin: 0 0 24px;
  color: var(--finder-muted);
  font-size: 14px;
  line-height: 1.65;
}
.finder-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}
.finder-card-actions .button { min-height: 43px; padding-inline: 18px; font-size: 12px; text-transform: none; }
.finder-more {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--finder-teal);
  border-radius: 23px;
  color: var(--finder-teal);
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 900px) {
  .team-profile { grid-template-columns: 300px minmax(0, 1fr); padding-top: 65px; }
  .about-hero-grid { grid-template-columns: 1fr; }
  .about-hero-image img { height: 420px; }
  .about-counters { grid-template-columns: repeat(2, 1fr); padding: 0 0 76px; }
  .advantage-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-grid { grid-template-columns: repeat(2, 1fr); }
  .about-final-cta { align-items: flex-start; flex-direction: column; }
  .finder-list article { grid-template-columns: 175px minmax(0, 1fr); }
  .finder-card-photo img { min-height: 0; }
}

@media (max-width: 620px) {
  .full-width-content .legacy-section > .legacy-row { width: min(100% - 28px, 1170px); }
  .team-profile { display: block; width: min(100% - 28px, 1170px); padding-block: 45px 55px; }
  .team-profile-card { margin-bottom: 38px; }
  .about-page { padding-bottom: 0; }
  .about-hero { padding: 42px 0 64px; }
  .about-hero-grid,
  .about-counters,
  .about-advantages,
  .about-gallery-section,
  .about-final-cta { width: min(100% - 28px, 1170px); }
  .about-hero-copy h1 { font-size: 36px; line-height: 1.08; }
  .about-hero-copy p { font-size: 17px; }
  .about-hero-actions { align-items: stretch; flex-direction: column; }
  .about-hero-actions a { width: 100%; }
  .about-hero-image { padding: 8px; border-radius: 23px; }
  .about-hero-image img { height: min(74vw, 330px); border-radius: 16px; }
  .about-counters { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: -30px; padding-bottom: 64px; }
  .about-counter { display: block; padding: 18px 15px; }
  .about-counter-icon { display: block; margin-bottom: 12px; font-size: 29px; }
  .about-counter strong { font-size: 27px; }
  .about-counter small { font-size: 11px; }
  .about-section-heading h2 { font-size: 30px; }
  .about-advantages { padding-bottom: 65px; }
  .advantage-grid, .admin-grid { grid-template-columns: 1fr; }
  .advantage-card { min-height: 0; padding: 25px 21px; }
  .about-gallery-section { padding-bottom: 66px; }
  .about-gallery {
    display: grid;
    grid-template-columns: 1fr;
  }
  .about-gallery button { width: 100%; min-width: 0; height: auto; aspect-ratio: 4 / 3; }
  .about-admin { padding: 58px 0 62px; }
  .admin-grid h4 { min-height: 0; }
  .finder-hero { padding: 43px 0 49px; }
  .finder-hero .shell,
  .doctor-finder { width: min(100% - 28px, 1170px); }
  .finder-hero h1 { font-size: 39px; }
  .doctor-finder { padding-block: 40px 52px; }
  .finder-results { padding-top: 0; }
  .finder-list { grid-template-columns: 1fr; }
  .finder-list article { grid-template-columns: 1fr; }
  .finder-card-photo { padding: 10px; }
  .finder-card-photo img { height: auto; min-height: 0; }
  .finder-card-copy { padding: 24px 21px; }
  .finder-card-actions { align-items: stretch; flex-direction: column; }
  .finder-card-actions a { width: 100%; }
}

.patient-info-page {
  --info-ink: #263334;
  --info-muted: #63716f;
  --info-green: #49b655;
  --info-teal: #087681;
  overflow: hidden;
  background: #fff;
  color: var(--info-ink);
}
.patient-memo-page {
  overflow: clip;
}
.patient-info-hero {
  position: relative;
  padding: 58px 0 64px;
  background:
    radial-gradient(circle at 90% 5%, rgba(170, 121, 216, .12), transparent 30%),
    linear-gradient(135deg, #f6fbfa 0%, #edf7f5 100%);
}
.patient-info-hero::after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -320px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(8, 118, 129, .12);
  border-radius: 50%;
}
.patient-info-hero .shell { position: relative; z-index: 1; }
.patient-info-hero span,
.gift-card-copy > span,
.stebby-heading > span {
  display: block;
  margin-bottom: 11px;
  color: var(--info-teal);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.patient-info-hero h1,
.gift-card-copy h1 {
  max-width: 900px;
  margin: 0 0 18px;
  color: var(--info-ink);
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.03;
  letter-spacing: -.045em;
}
.patient-info-hero strong,
.gift-card-copy > strong {
  display: block;
  color: #4f5c5a;
  font-size: 15px;
  line-height: 1.6;
}
.memo-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding-block: 68px 96px;
}
.memo-sidebar {
  position: sticky;
  top: 105px;
  overflow: hidden;
  border: 1px solid #dce7e4;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(31, 70, 67, .09);
}
.memo-sidebar > strong {
  display: block;
  padding: 21px 22px 18px;
  border-bottom: 1px solid #dce7e4;
  background: linear-gradient(135deg, #eef8f6, #f7f4fa);
  font-size: 18px;
}
.memo-sidebar nav { display: grid; padding: 10px 0; }
.memo-sidebar nav a {
  padding: 9px 22px;
  color: #53615f;
  font-size: 13px;
  line-height: 1.35;
}
.memo-sidebar nav a:hover { color: var(--info-teal); background: #f3f8f7; }
.memo-content { display: grid; gap: 17px; min-width: 0; }
.memo-content > .prices-booking-choice { margin-top: 5px; }
.memo-section {
  scroll-margin-top: 105px;
  padding: 28px 31px 30px;
  border: 1px solid #dfe8e6;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(31, 70, 67, .06);
}
.memo-section h2 {
  margin: 0 0 14px;
  color: var(--info-ink);
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: -.015em;
}
.memo-section p {
  margin: 0;
  color: var(--info-muted);
  font-size: 15px;
  line-height: 1.75;
}
.memo-section h3 { margin: 24px 0 12px; font-size: 17px; line-height: 1.4; }
.memo-section ul {
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.memo-section li {
  position: relative;
  padding-left: 23px;
  color: #53615f;
  font-size: 15px;
  line-height: 1.6;
}
.memo-section li::before {
  content: "";
  position: absolute;
  top: .53em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--info-green);
}
.memo-section-alert {
  border-color: #efdaa3;
  background: #fffaf0;
}
.memo-section-alert h2 { color: #8d6400; }
.memo-bank-account {
  padding: 17px 20px;
  border-radius: 13px;
  background: #eef7f5;
  color: var(--info-teal) !important;
  font-size: 18px !important;
  font-weight: 700;
  letter-spacing: .02em;
}
.memo-warning {
  margin-top: 22px !important;
  padding: 18px 20px;
  border-left: 4px solid #d79d1a;
  background: #fff8e7;
  color: #5f4b1e !important;
}
.memo-closing {
  margin: 3px 0 0;
  padding: 27px 30px;
  border-radius: 22px;
  background: linear-gradient(135deg, #eaf7f2, #f6f2fa);
  color: var(--info-ink);
  font-size: 17px;
  line-height: 1.7;
}
.stebby-content { padding-block: 72px 96px; }
.stebby-content > .prices-booking-choice { margin-top: 54px; }
.stebby-heading { max-width: 760px; margin-bottom: 34px; }
.stebby-heading h2 {
  margin: 0;
  color: var(--info-ink);
  font-size: clamp(31px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: -.04em;
}
.stebby-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.stebby-steps article {
  min-height: 100%;
  padding: 30px 27px;
  border: 1px solid #dce7e4;
  border-radius: 23px;
  background: linear-gradient(145deg, #fff, #f7fbfa);
  box-shadow: 0 12px 34px rgba(31, 70, 67, .07);
}
.stebby-steps article > span {
  display: block;
  margin-bottom: 25px;
  color: rgba(8, 118, 129, .42);
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}
.stebby-steps p { margin: 0; color: var(--info-muted); font-size: 16px; line-height: 1.75; }
.stebby-steps a { color: var(--info-teal); }
.gift-card-page { padding-bottom: 0; }
.gift-card-hero {
  position: relative;
  padding: 72px 0 82px;
  background:
    radial-gradient(circle at 7% 12%, rgba(170, 121, 216, .14), transparent 28%),
    linear-gradient(135deg, #f6fbfa, #edf7f5);
}
.gift-card-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, .85fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
}
.gift-card-copy p {
  max-width: 730px;
  margin: 26px 0 0;
  color: var(--info-muted);
  font-size: 18px;
  line-height: 1.75;
}
.gift-card-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 29px; }
.gift-card-actions > a:last-child { color: var(--info-teal); font-size: 18px; font-weight: 700; }
.gift-card-visual {
  position: relative;
  min-height: 310px;
  padding: 35px 37px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, .34), transparent 32%),
    linear-gradient(145deg, #0a858e, #43b66b);
  color: #fff;
  box-shadow: 0 25px 65px rgba(16, 102, 99, .25);
  transform: rotate(2deg);
}
.gift-card-visual::after {
  content: "";
  position: absolute;
  right: -82px;
  bottom: -105px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
}
.gift-card-visual > span { display: block; font-size: 15px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.gift-card-visual > strong { display: block; max-width: 310px; margin-top: 47px; font-size: 38px; line-height: 1.05; letter-spacing: -.04em; }
.gift-card-visual > div { display: flex; gap: 9px; margin-top: 32px; }
.gift-card-visual i {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 18px;
  background: rgba(255, 255, 255, .12);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
.gift-card-visual small { position: absolute; left: 37px; bottom: 25px; font-size: 12px; opacity: .76; }
.gift-denominations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-top: 64px;
}
.gift-denominations article {
  padding: 28px 27px;
  border: 1px solid #dce7e4;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(31, 70, 67, .07);
}
.gift-denominations span { display: block; color: var(--info-muted); font-size: 14px; }
.gift-denominations strong { display: block; margin: 13px 0 21px; color: var(--info-ink); font-size: 38px; line-height: 1; }
.gift-denominations a { color: var(--info-green); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.gift-card-after-cards { padding-block: 22px 90px; }
.gift-card-information {
  margin-bottom: 42px;
  padding: 25px 29px;
  border-left: 4px solid var(--info-green);
  border-radius: 0 18px 18px 0;
  background: #f2f8f6;
}
.gift-card-information p { margin: 0; color: var(--info-muted); font-size: 16px; line-height: 1.72; }
.reviews-booking-choice { padding-bottom: 88px; }
@media (max-width: 900px) {
  .memo-layout { grid-template-columns: 230px minmax(0, 1fr); gap: 24px; }
  .stebby-steps { grid-template-columns: 1fr; }
  .gift-card-hero-grid { grid-template-columns: 1fr; }
  .gift-card-visual { max-width: 620px; width: 100%; transform: none; }
}
@media (max-width: 700px) {
  .patient-info-hero { padding: 42px 0 49px; }
  .patient-info-hero .shell,
  .memo-layout,
  .stebby-content,
  .gift-card-hero-grid,
  .gift-denominations { width: min(100% - 28px, 1170px); }
  .patient-info-hero h1,
  .gift-card-copy h1 { font-size: 39px; }
  .memo-layout { display: block; padding-block: 42px 62px; }
  .memo-sidebar { position: relative; top: auto; margin-bottom: 22px; }
  .memo-sidebar nav {
    display: flex;
    padding: 10px 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .memo-sidebar nav a {
    flex: 0 0 auto;
    padding: 10px 13px;
    border-radius: 18px;
    background: #f3f8f7;
    scroll-snap-align: start;
    white-space: nowrap;
  }
  .memo-section { padding: 24px 21px; border-radius: 19px; }
  .memo-section h2 { font-size: 18px; }
  .memo-bank-account { overflow-wrap: anywhere; font-size: 15px !important; }
  .memo-closing { padding: 23px 21px; font-size: 15px; }
  .stebby-content { padding-block: 48px 65px; }
  .stebby-heading h2 { font-size: 30px; }
  .stebby-steps article { padding: 25px 21px; }
  .gift-card-page { padding-bottom: 0; }
  .gift-card-hero { padding: 47px 0 62px; }
  .gift-card-copy p { font-size: 16px; }
  .gift-card-actions { align-items: stretch; flex-direction: column; }
  .gift-card-actions a { width: 100%; text-align: center; }
  .gift-card-visual { min-height: 280px; padding: 29px 25px; border-radius: 23px; }
  .gift-card-visual > strong { margin-top: 40px; font-size: 32px; }
  .gift-card-visual small { left: 25px; }
  .gift-denominations { grid-template-columns: 1fr; padding-top: 42px; }
  .gift-card-after-cards { width: min(100% - 28px, 1170px); padding-block: 18px 62px; }
  .gift-card-information { margin-bottom: 30px; padding: 22px 20px; }
  .reviews-booking-choice { width: min(100% - 28px, 1170px); padding-bottom: 62px; }
}

.prices-page {
  --prices-ink: #263334;
  --prices-muted: #63716f;
  --prices-green: #49b655;
  --prices-teal: #087681;
  overflow: clip;
  background: #fff;
  color: var(--prices-ink);
}
.prices-hero {
  position: relative;
  padding: 62px 0 68px;
  background:
    radial-gradient(circle at 90% 5%, rgba(170, 121, 216, .12), transparent 30%),
    linear-gradient(135deg, #f6fbfa, #edf7f5);
}
.prices-hero::after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -320px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(8, 118, 129, .12);
  border-radius: 50%;
}
.prices-hero .shell { position: relative; z-index: 1; }
.prices-hero > .shell > span,
.price-section header span,
.prices-final-cta span {
  display: block;
  margin-bottom: 11px;
  color: var(--prices-teal);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.prices-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--prices-ink);
  font-size: clamp(43px, 5vw, 66px);
  line-height: 1.03;
  letter-spacing: -.045em;
}
.prices-discount {
  max-width: 800px;
  margin-top: 28px;
  padding: 19px 23px;
  border: 1px solid #d5e8e2;
  border-radius: 16px;
  background: rgba(255, 255, 255, .75);
  color: #3f5955;
  font-size: 15px;
  line-height: 1.6;
}
.prices-layout {
  display: grid;
  grid-template-columns: 275px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding-block: 70px 96px;
}
.prices-sidebar {
  position: sticky;
  top: 105px;
  overflow: hidden;
  border: 1px solid #dce7e4;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(31, 70, 67, .09);
}
.prices-sidebar > strong {
  display: block;
  padding: 21px 21px 18px;
  border-bottom: 1px solid #dce7e4;
  background: linear-gradient(135deg, #eef8f6, #f7f4fa);
  font-size: 17px;
}
.prices-sidebar nav { display: grid; padding: 10px 0; }
.prices-sidebar nav a {
  padding: 9px 21px;
  color: #53615f;
  font-size: 13px;
  line-height: 1.4;
}
.prices-sidebar nav a:hover { color: var(--prices-teal); background: #f3f8f7; }
.prices-sidebar-actions {
  display: grid;
  gap: 9px;
  padding: 14px;
  border-top: 1px solid #dce7e4;
  background: #f8fbfa;
}
.prices-sidebar-actions > a {
  display: grid;
  gap: 2px;
  padding: 12px 13px;
  border: 1px solid #d9e8e4;
  border-radius: 13px;
  background: #fff;
  color: var(--prices-teal);
  font-size: 13px;
  line-height: 1.35;
}
.prices-sidebar-actions > a:hover { border-color: #a9d2c8; background: #f2f8f6; }
.prices-sidebar-actions > a strong { font-size: 13px; }
.prices-sidebar-actions > a span { color: var(--prices-muted); font-size: 11px; }
.prices-sidebar-actions .prices-sidebar-phone {
  border-color: transparent;
  background: transparent;
}
.prices-sidebar-actions .prices-sidebar-phone strong { color: var(--prices-ink); font-size: 15px; }
.prices-content { display: grid; gap: 22px; min-width: 0; }
.price-section {
  scroll-margin-top: 105px;
  overflow: hidden;
  border: 1px solid #dce7e4;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(31, 70, 67, .07);
}
.price-section > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 27px 29px 24px;
  border-bottom: 1px solid #dce7e4;
  background: linear-gradient(135deg, #f2f9f7, #f8f5fa);
}
.price-section header h2 {
  margin: 0;
  color: var(--prices-ink);
  font-size: clamp(23px, 2.5vw, 31px);
  line-height: 1.2;
  letter-spacing: -.03em;
}
.price-section header small {
  flex: 0 0 auto;
  max-width: 220px;
  padding: 8px 12px;
  border-radius: 15px;
  background: #fff;
  color: var(--prices-muted);
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
}
.price-description {
  padding: 24px 29px;
  border-bottom: 1px solid #e2eae8;
  color: var(--prices-muted);
}
.price-description p { margin: 0; font-size: 15px; line-height: 1.75; }
.price-description a { color: var(--prices-teal); }
.price-list { display: grid; }
.price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 145px;
  gap: 24px;
  align-items: center;
  padding: 19px 29px;
  border-bottom: 1px solid #e5ecea;
  color: #4f5d5b;
  font-size: 15px;
  line-height: 1.6;
  transition: background .2s ease;
}
.price-row:last-child { border-bottom: 0; }
.price-row:hover { background: #f8fbfa; }
.price-row > strong {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  color: var(--prices-ink);
  font-size: 20px;
  line-height: 1.25;
  white-space: nowrap;
}
.price-row > strong small { color: var(--prices-muted); font-size: 11px; font-weight: 500; }
.price-row > strong b { margin-top: 9px; font-size: 20px; }
.price-free { color: var(--prices-green); font-size: 16px; }
.price-row ul {
  display: grid;
  gap: 7px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.price-row li { position: relative; padding-left: 20px; }
.price-row li::before {
  content: "";
  position: absolute;
  top: .52em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--prices-green);
}
.price-doctor-group {
  margin: 0;
  padding: 14px 29px;
  border-bottom: 1px solid #dce7e4;
  background: #eef7f5;
  color: var(--prices-teal);
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
}
.prices-booking-choice {
  display: grid;
  gap: 24px;
  margin-top: 18px;
  padding: 33px 36px;
  border: 1px solid #d8e8e4;
  border-radius: 24px;
  background: linear-gradient(135deg, #eef8f6, #f7f3fa);
}
.prices-booking-choice h2 {
  margin: 0;
  color: var(--prices-ink);
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.15;
  letter-spacing: -.035em;
}
.prices-booking-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.prices-booking-options article {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  min-width: 0;
  padding: 25px;
  border: 1px solid rgba(8, 118, 129, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .88);
}
.prices-booking-options h3 { margin: 0 0 10px; color: var(--prices-ink); font-size: 20px; line-height: 1.25; }
.prices-booking-options p { margin: 0 0 22px; color: var(--prices-muted); font-size: 14px; line-height: 1.6; }
.prices-booking-options .legacy-button { width: 100%; margin-top: auto; padding-inline: 16px; text-align: center; }
.prices-booking-phone { margin: 0; color: var(--prices-muted); font-size: 15px; text-align: center; }
.prices-booking-phone a { color: var(--prices-teal); font-size: 17px; font-weight: 700; }
.about-page > .prices-booking-choice { margin-bottom: 80px; }
@media (max-width: 920px) {
  .prices-layout { grid-template-columns: 225px minmax(0, 1fr); gap: 24px; }
  .price-row { grid-template-columns: minmax(0, 1fr) 110px; }
  .prices-booking-choice { padding-inline: 28px; }
}
@media (max-width: 700px) {
  .prices-hero { padding: 43px 0 49px; }
  .prices-hero .shell,
  .prices-layout { width: min(100% - 28px, 1170px); }
  .prices-hero h1 { font-size: 40px; }
  .prices-layout { display: block; padding-block: 42px 62px; }
  .prices-sidebar { position: relative; top: auto; margin-bottom: 22px; }
  .prices-sidebar nav {
    display: flex;
    padding: 10px 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .prices-sidebar nav a {
    flex: 0 0 auto;
    padding: 10px 13px;
    border-radius: 18px;
    background: #f3f8f7;
    scroll-snap-align: start;
    white-space: nowrap;
  }
  .prices-sidebar-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .prices-sidebar-actions .prices-sidebar-phone { grid-column: 1 / -1; justify-items: center; padding-block: 7px; }
  .price-section { border-radius: 20px; }
  .price-section > header { display: block; padding: 23px 20px 20px; }
  .price-section header h2 { font-size: 24px; }
  .price-section header small { display: inline-block; margin-top: 13px; }
  .price-description { padding: 21px 20px; }
  .price-row { grid-template-columns: 1fr; gap: 12px; padding: 18px 20px; }
  .price-row > strong { align-items: flex-start; font-size: 22px; }
  .price-doctor-group { padding-inline: 20px; }
  .prices-booking-choice { padding: 27px 21px; }
  .prices-booking-options { grid-template-columns: 1fr; }
  .prices-booking-options article { padding: 21px; }
  .about-page > .prices-booking-choice { width: min(100% - 28px, 1170px); margin-bottom: 62px; }
}

.health-archive-page {
  --health-ink: #263334;
  --health-muted: #63716f;
  --health-green: #49b655;
  --health-teal: #087681;
  overflow: hidden;
  padding-bottom: 0;
  background: #fff;
  color: var(--health-ink);
}
.health-archive-hero {
  position: relative;
  padding: 62px 0 72px;
  background:
    radial-gradient(circle at 90% 5%, rgba(170, 121, 216, .12), transparent 30%),
    linear-gradient(135deg, #f6fbfa, #edf7f5);
}
.health-archive-hero::after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -315px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(8, 118, 129, .12);
  border-radius: 50%;
}
.health-archive-hero-grid {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.health-archive-hero span,
.health-section-heading > span {
  display: block;
  margin-bottom: 11px;
  color: var(--health-teal);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.health-archive-hero h1 {
  margin: 0;
  color: var(--health-ink);
  font-size: clamp(45px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.health-archive-hero p {
  max-width: 700px;
  margin: 22px 0 0;
  color: var(--health-muted);
  font-size: 17px;
  line-height: 1.7;
}
.health-archive-hero-grid > strong {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-end;
  gap: 9px;
  color: rgba(8, 118, 129, .55);
  font-size: 66px;
  line-height: .85;
  letter-spacing: -.05em;
}
.health-archive-hero-grid > strong small {
  padding-bottom: 5px;
  color: var(--health-muted);
  font-size: 13px;
  letter-spacing: 0;
}
.health-search-section {
  position: relative;
  z-index: 2;
  margin-top: -30px;
  padding: 25px 27px;
  border: 1px solid #dce7e4;
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(31, 70, 67, .1);
}
.health-search-box label {
  display: block;
  margin-bottom: 8px;
  color: #4e5a58;
  font-size: 12px;
  font-weight: 700;
}
.health-search-box > div { position: relative; }
.health-search-box input {
  width: 100%;
  min-height: 50px;
  padding: 0 105px 0 16px;
  border: 1px solid #d2dfdc;
  border-radius: 12px;
  background: #fbfdfc;
  color: var(--health-ink);
  font: 15px/1 "Rubik", sans-serif;
}
.health-search-box > div > button {
  position: absolute;
  right: 7px;
  top: 7px;
  min-height: 36px;
  padding: 0 13px;
  border: 0;
  border-radius: 18px;
  background: #eef6f4;
  color: var(--health-teal);
  cursor: pointer;
  font: 700 11px/1 "Rubik", sans-serif;
}
.health-quick-search {
  display: flex;
  gap: 8px;
  margin-top: 14px;
  overflow-x: auto;
}
.health-quick-search button {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 15px;
  border: 1px solid #d5e2df;
  border-radius: 18px;
  background: #fff;
  color: #586563;
  cursor: pointer;
  font: 600 12px/1 "Rubik", sans-serif;
}
.health-quick-search button.is-active {
  border-color: var(--health-teal);
  background: var(--health-teal);
  color: #fff;
}
.health-featured { padding-top: 76px; }
.health-section-heading { max-width: 760px; margin-bottom: 30px; }
.health-section-heading h2 {
  margin: 0;
  color: var(--health-ink);
  font-size: clamp(31px, 3.5vw, 44px);
  line-height: 1.13;
  letter-spacing: -.04em;
}
.health-featured-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(330px, .64fr);
  gap: 20px;
}
.health-featured-main,
.health-featured-side article {
  overflow: hidden;
  border: 1px solid #dce7e4;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(31, 70, 67, .08);
}
.health-featured-main {
  display: grid;
  grid-template-rows: 370px 1fr;
}
.health-featured-side { display: grid; gap: 20px; }
.health-featured-side article {
  display: grid;
  grid-template-columns: 175px minmax(0, 1fr);
  min-height: 225px;
}
.health-featured-image { display: block; overflow: hidden; background: #edf4f2; }
.health-featured-image img,
.health-article-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}
.health-featured-image:hover img,
.health-article-image:hover img { transform: scale(1.025); }
.health-featured-main > div { padding: 28px 30px 30px; }
.health-featured-side article > div { padding: 22px 20px; }
.health-featured time,
.health-article-grid time {
  display: block;
  margin-bottom: 10px;
  color: var(--health-teal);
  font-size: 12px;
  font-weight: 700;
}
.health-featured h3,
.health-article-grid h3 {
  margin: 0 0 18px;
  color: var(--health-ink);
  font-size: 23px;
  line-height: 1.35;
  letter-spacing: -.02em;
}
.health-featured h3 a,
.health-article-grid h3 a { color: inherit; }
.health-featured-side h3 { font-size: 17px; line-height: 1.4; }
.health-read-more {
  color: var(--health-green);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.health-all-articles { padding-top: 83px; }
.health-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.health-article-grid article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dce7e4;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 11px 30px rgba(31, 70, 67, .07);
}
.health-article-image {
  display: block;
  height: 230px;
  overflow: hidden;
  background: #edf4f2;
}
.health-article-grid article > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 23px 22px 25px;
}
.health-article-grid h3 { font-size: 18px; line-height: 1.42; }
.health-article-grid .health-read-more { margin-top: auto; }
.health-load-more { padding-top: 35px; text-align: center; }
.health-load-more button,
.health-empty button {
  min-width: 190px;
  min-height: 47px;
  padding: 0 24px;
  border: 1px solid var(--health-green);
  border-radius: 24px;
  background: #fff;
  color: var(--health-green);
  cursor: pointer;
  font: 700 12px/1 "Rubik", sans-serif;
  text-transform: uppercase;
}
.health-load-more button:hover,
.health-empty button:hover { background: var(--health-green); color: #fff; }
.health-empty {
  padding: 45px 28px;
  border-radius: 22px;
  background: #f4f8f7;
  text-align: center;
}
.health-empty h3 { margin: 0 0 8px; font-size: 24px; }
.health-empty p { margin: 0 0 22px; color: var(--health-muted); }
.health-archive-booking { padding-block: 74px 88px; }
.health-archive-booking > .prices-booking-choice { margin-top: 0; }
@media (max-width: 920px) {
  .health-featured-grid { grid-template-columns: 1fr; }
  .health-featured-side { grid-template-columns: repeat(2, 1fr); }
  .health-featured-side article { grid-template-columns: 1fr; }
  .health-featured-side .health-featured-image { height: 220px; }
  .health-article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .health-archive-hero { padding: 43px 0 65px; }
  .health-archive-hero-grid,
  .health-search-section,
  .health-featured,
  .health-all-articles,
  .health-archive-booking { width: min(100% - 28px, 1170px); }
  .health-archive-hero-grid { display: block; }
  .health-archive-hero h1 { font-size: 42px; }
  .health-archive-hero-grid > strong { margin-top: 29px; font-size: 48px; }
  .health-search-section { margin-top: -28px; padding: 20px 18px; }
  .health-featured { padding-top: 55px; }
  .health-featured-grid,
  .health-featured-side { grid-template-columns: 1fr; }
  .health-featured-main { grid-template-rows: 260px 1fr; }
  .health-featured-side article { display: grid; grid-template-columns: 125px minmax(0, 1fr); min-height: 190px; }
  .health-featured-side .health-featured-image { height: auto; }
  .health-featured-main > div { padding: 23px 21px 25px; }
  .health-featured-side article > div { padding: 18px 16px; }
  .health-featured h3 { font-size: 20px; }
  .health-featured-side h3 { font-size: 15px; }
  .health-all-articles { padding-top: 61px; }
  .health-section-heading h2 { font-size: 30px; }
  .health-article-grid { grid-template-columns: 1fr; }
  .health-article-image { height: min(68vw, 300px); }
  .health-archive-booking { padding-block: 50px 62px; }
}

/* WordPress adapters. The visual rules above are synced from the approved published Site. */
.admin-bar .site-header{top:-60px}.nav-list>.menu-item{position:relative;display:flex;align-items:stretch}.nav-list>.menu-item>a{display:flex;align-items:center;justify-content:center;padding:0 13px;border-bottom:3px solid transparent;font-size:13px;font-weight:600;line-height:26px;letter-spacing:.01em;white-space:nowrap}.nav-list>.menu-item>a:hover,.nav-list>.current-menu-item>a{border-bottom-color:var(--green);color:var(--teal)}.sub-menu{position:absolute;top:100%;left:0;z-index:50;min-width:330px;max-height:calc(100vh - 145px);overflow-y:auto;margin:-1px 0 0;padding:10px;list-style:none;background:#fff;color:#3b4447;border:1px solid #e5ecea;border-radius:0 0 14px 14px;box-shadow:0 18px 40px rgba(24,61,60,.14);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .18s,transform .18s,visibility .18s}.sub-menu li{margin:0;list-style:none}.sub-menu a{display:block;padding:10px 12px;border-radius:8px;font-size:13px;font-weight:500;line-height:21px;white-space:normal}.sub-menu a:hover,.sub-menu .current-menu-item>a{background:#f3f7f6;color:var(--green)}.menu-item-has-children:hover>.sub-menu,.menu-item-has-children:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.mock-promo-image{background-image:var(--promo-image,url("../images/consultation-bg.jpeg"))}.mock-hero-booking>.prices-booking-choice{margin:0;padding:0;border:0;background:transparent}.mock-hero-booking>.prices-booking-choice>h2:empty{display:none}.mock-hero-booking .prices-booking-options{grid-template-columns:1fr}.mock-hero-booking .prices-booking-options article{padding:13px}.mock-hero-booking .prices-booking-phone{font-size:12px}.mock-hero-media>img{width:100%;height:100%;object-fit:cover}.specialist-gutenberg-content>.wp-block-group,.specialist-gutenberg-content>section{margin-bottom:72px}.specialist-gutenberg-content .wp-block-image img,.specialist-gutenberg-content .wp-block-video video{border-radius:22px}.anatoly-test-cf7 .wpcf7-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.anatoly-test-cf7 .wpcf7-form>p{margin:0}.anatoly-test-cf7 .wpcf7-form>p:nth-last-of-type(-n+3){grid-column:1/-1}.anatoly-test-cf7 label{display:grid;gap:7px;color:#40504e;font-size:13px;font-weight:700}.anatoly-test-cf7 input:not([type=checkbox]),.anatoly-test-cf7 textarea{width:100%;min-height:48px;padding:10px 12px;border:1px solid #d8e3e0;border-radius:10px;background:#fff;color:#243332;font:inherit}.anatoly-test-cf7 input[type=submit]{min-width:148px;border:0;border-radius:999px;background:#45b654;color:#fff;font-weight:700;text-transform:uppercase;cursor:pointer}.goltsman-form-admin-notice{padding:18px;border:1px solid #dba617;background:#fff8dc;color:#604900}.prices-sidebar-actions>.prices-booking-choice{margin:0;padding:0;border:0;border-radius:0;background:transparent}.prices-sidebar-actions>.prices-booking-choice>h2:empty{display:none}.prices-sidebar-actions .prices-booking-options{grid-template-columns:1fr}.prices-sidebar-actions .prices-booking-options article{padding:12px}.prices-sidebar-actions .prices-booking-options h3{font-size:13px}.prices-sidebar-actions .prices-booking-options p{margin-bottom:10px;font-size:11px}.prices-sidebar-actions .prices-booking-phone{font-size:11px}
.online-booking-page{background:#fff}.online-booking-hero,.find-doctor-hero,.contact-modern-hero,.reviews-modern-hero{position:relative;padding:58px 0 64px;background:radial-gradient(circle at 90% 5%,rgba(170,121,216,.12),transparent 30%),linear-gradient(135deg,#f6fbfa,#edf7f5)}.online-booking-hero span,.find-doctor-hero span,.contact-modern-hero span,.reviews-modern-hero span{display:block;margin-bottom:11px;color:#087681;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.online-booking-hero h1,.find-doctor-hero h1,.contact-modern-hero h1,.reviews-modern-hero h1{max-width:900px;margin:0;color:#263334;font-size:clamp(42px,5vw,66px);line-height:1.03;letter-spacing:-.045em}.online-booking-list{display:grid;gap:28px;padding-block:68px 90px}.online-booking-specialist{overflow:hidden;border:1px solid #dce7e4;border-radius:24px;background:#fff;box-shadow:0 12px 34px rgba(31,70,67,.07)}.online-booking-specialist>header{display:flex;align-items:center;gap:18px;padding:22px 25px;border-bottom:1px solid #dce7e4;background:linear-gradient(135deg,#f2f9f7,#f8f5fa)}.online-booking-specialist>header img{width:72px;height:72px;border-radius:50%;object-fit:cover}.online-booking-specialist h2{margin:0 0 5px;font-size:25px}.online-booking-specialist header p{margin:0;color:#63716f}.online-booking-specialist>.external-html-service{margin:24px}.find-doctor-team{padding-top:68px}.contact-modern-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:44px;align-items:start;padding-block:68px}.contact-modern-card{position:sticky;top:105px;padding:25px;border:1px solid #dce7e4;border-radius:22px;box-shadow:0 14px 38px rgba(31,70,67,.09)}.contact-modern-card p{display:grid;gap:5px;margin:0 0 19px}.contact-modern-card small{color:#75817f;text-transform:uppercase}.contact-modern-card a{color:#087681;font-weight:700}.contact-modern-form{margin-bottom:82px;padding:34px;border-radius:24px;background:linear-gradient(135deg,#eef8f6,#f7f3fa)}.contact-modern-form h2{font-size:32px}.reviews-modern-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding-block:68px}.reviews-modern-card{display:grid;grid-template-columns:80px 1fr;gap:18px;padding:25px;border:1px solid #dce7e4;border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(31,70,67,.07)}.reviews-modern-card>img{width:80px;height:80px;border-radius:50%;object-fit:cover}.reviews-modern-card blockquote{grid-column:2;margin:0;color:#53615f}.reviews-modern-card cite{grid-column:2;font-weight:700}.reviews-modern-booking{padding-bottom:82px}
.price-row>div>strong{display:block;color:#263334}.price-row>div>small{display:block;color:#087681}.price-row>div>p{margin:5px 0 0}.site-footer .languages a{color:#9ae7b0}.treatment-wordpress-page .content-shell{padding-top:0;padding-bottom:0}.wp-content .wp-block-details{border:1px solid #dce7e4;border-radius:14px;background:#fff}.wp-content .wp-block-details summary{padding:16px 18px;font-weight:700;cursor:pointer}.wp-content .wp-block-details>*:not(summary){margin-left:18px;margin-right:18px}
@media(max-width:900px){.contact-modern-layout{grid-template-columns:1fr}.contact-modern-card{position:relative;top:auto}.reviews-modern-grid{grid-template-columns:1fr}}@media(max-width:700px){.nav-list>.menu-item{display:block}.sub-menu{position:static;max-height:none;display:none;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0}.menu-item-has-children.is-open>.sub-menu{display:block}.anatoly-test-cf7 .wpcf7-form{grid-template-columns:1fr}.anatoly-test-cf7 .wpcf7-form>p{grid-column:auto}.online-booking-hero,.find-doctor-hero,.contact-modern-hero,.reviews-modern-hero{padding:42px 0 49px}.online-booking-list,.find-doctor-team,.contact-modern-layout,.reviews-modern-grid{width:min(100% - 28px,1170px);padding-block:42px 62px}.online-booking-specialist>header{padding:18px}.reviews-modern-card{grid-template-columns:1fr}.reviews-modern-card blockquote,.reviews-modern-card cite{grid-column:auto}}
.legacy-form-wrap:empty{display:none}

/* Free Elementor is intentionally limited to the explicit Landing template. */
.goltsman-landing-page{--e-global-color-primary:var(--teal);--e-global-color-secondary:var(--green);--e-global-color-text:#434343;--e-global-color-accent:var(--green);font-family:"Rubik",Arial,sans-serif;color:#434343}.goltsman-landing-page>.elementor{width:100%}.goltsman-landing-page .elementor-section.elementor-section-boxed>.elementor-container,.goltsman-landing-page .e-con-boxed>.e-con-inner{max-width:1170px}.goltsman-landing-page .elementor-button{min-height:46px;padding:14px 25px;border-radius:999px;background:var(--green);color:#fff;font:700 13px/1.2 "Rubik",Arial,sans-serif}.goltsman-landing-page .elementor-button:hover{background:var(--teal);color:#fff}.goltsman-landing-page h1,.goltsman-landing-page h2,.goltsman-landing-page h3{font-family:"Rubik",Arial,sans-serif;color:#263334}.goltsman-landing-page a{color:var(--teal)}

.site-notice-card{position:fixed;right:20px;bottom:20px;z-index:900;width:min(360px,calc(100vw - 40px));max-height:calc(100vh - 40px);overflow:auto;padding:18px 20px 17px;border:1px solid #eadcae;border-radius:10px;background:#fff7dc;color:#35413f;box-shadow:0 8px 26px rgba(31,48,46,.18)}
.site-notice-card h2{margin:0 38px 8px 0;color:var(--ink);font-size:18px;line-height:1.3}.site-notice-text{color:#4f5b58;font-size:14px;line-height:1.55}.site-notice-text p{margin:0 0 9px}.site-notice-text p:last-child{margin-bottom:0}
.site-notice-close{position:absolute;top:8px;right:9px;display:grid;place-items:center;width:38px;height:38px;padding:0;border:0;border-radius:50%;background:transparent;color:#59635f;font-size:26px;line-height:1;cursor:pointer}.site-notice-close:hover{background:rgba(75,93,87,.08)}.site-notice-close:focus-visible,.site-notice-action:focus-visible{outline:3px solid rgba(25,130,117,.35);outline-offset:2px}
.site-notice-action{display:inline-flex;align-items:center;justify-content:center;min-height:40px;margin-top:13px;padding:8px 16px;border-radius:999px;background:var(--green);color:#fff;font-size:13px;font-weight:700;line-height:1.3}.goltsman-form-privacy{margin:12px 0 0;color:var(--muted);font-size:12px;line-height:1.55}.goltsman-form-privacy a{color:var(--teal);font-weight:700}
@media(max-width:600px){.site-notice-card{right:12px;bottom:12px;width:calc(100vw - 24px);max-height:calc(100vh - 24px);padding:17px 18px 16px}.site-notice-action{min-height:44px}}
.treatment-generic .manual-hero-grid:not(:has(.manual-hero-image)){grid-template-columns:1fr}.treatment-generic .manual-content:empty{display:none}.specialist-generic .anatoly-test-hero-grid:not(:has(.anatoly-test-portrait)){grid-template-columns:1fr}.specialist-generic .anatoly-test-layout{grid-template-columns:1fr}.specialist-generic .anatoly-test-content:empty{display:none}.specialist-generic .anatoly-test-booking .goltsman-cf7 .wpcf7-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.specialist-generic .anatoly-test-booking .goltsman-cf7 .wpcf7-form>p{margin:0}.specialist-generic .anatoly-test-booking .goltsman-cf7 textarea,.specialist-generic .anatoly-test-booking .goltsman-cf7 select,.specialist-generic .anatoly-test-booking .goltsman-cf7 p:has(input[type=submit]){grid-column:1/-1}@media(max-width:700px){.specialist-generic .anatoly-test-booking .goltsman-cf7 .wpcf7-form{grid-template-columns:1fr}.specialist-generic .anatoly-test-booking .goltsman-cf7 textarea,.specialist-generic .anatoly-test-booking .goltsman-cf7 select,.specialist-generic .anatoly-test-booking .goltsman-cf7 p:has(input[type=submit]){grid-column:auto}}
