:root {
  --bg: #eef5fb;
  --bg-deep: #dfeaf4;
  --panel: rgba(255, 255, 255, 0.84);
  --panel-strong: rgba(255, 255, 255, 0.96);
  --panel-dark: #12324f;
  --text: #18344c;
  --text-strong: #10283d;
  --muted: #5c7388;
  --line: rgba(122, 154, 182, 0.22);
  --line-strong: rgba(74, 117, 153, 0.3);
  --brand: #2677f0;
  --brand-dark: #154fb3;
  --brand-soft: #ebf5ff;
  --accent: #38c4c8;
  --gold: #cba96a;
  --success: #0b6c57;
  --shadow: 0 28px 80px rgba(21, 54, 86, 0.14);
  --shadow-soft: 0 14px 34px rgba(18, 52, 79, 0.09);
  --shadow-strong: 0 24px 56px rgba(17, 49, 80, 0.18);
  --radius-2xl: 34px;
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Manrope", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(38, 119, 240, 0.16), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(56, 196, 200, 0.13), transparent 22%),
    linear-gradient(180deg, #f8fbfe 0%, var(--bg) 46%, #e8f1f7 100%);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: var(--brand-dark);
  text-decoration: none;
}

.skip-link {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2000;
  padding: 10px 14px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 35, 60, 0.16);
  color: #102d4a;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-160%);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.skip-link:focus {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

section[id],
article[id],
div[id] {
  scroll-margin-top: 160px;
}

img {
  max-width: 100%;
  height: auto;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  padding-top: 10px;
  transition:
    transform 0.3s ease,
    padding 0.3s ease;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: calc(100% + 14px);
  background: linear-gradient(180deg, rgba(248, 251, 254, 0.94), rgba(248, 251, 254, 0.72));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  pointer-events: none;
}

.site-header.is-scrolled {
  padding-top: 6px;
}

.site-header__wrap {
  position: relative;
}

.header-topbar,
.site-header__shell,
.mobile-menu {
  position: relative;
  z-index: 1;
}

.header-topbar {
  margin-bottom: 12px;
}

.header-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 6px;
}

.header-topbar__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 22px;
  color: #587187;
  font-size: 0.82rem;
  font-weight: 700;
}

.header-topbar__meta strong {
  color: var(--text-strong);
}

.topbar-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(15, 43, 69, 0.86);
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 14px 26px rgba(15, 43, 69, 0.18);
}

.header-topbar__callback {
  color: var(--text-strong);
  font-size: 0.84rem;
  font-weight: 800;
}

.site-header__shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 16px;
  min-height: 88px;
  padding: 14px 18px;
  border: 1px solid rgba(211, 225, 236, 0.78);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 250, 253, 0.88)),
    linear-gradient(120deg, rgba(255, 255, 255, 0.4), transparent);
  box-shadow:
    0 30px 60px rgba(16, 40, 61, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.site-header.is-scrolled .site-header__shell {
  box-shadow:
    0 24px 56px rgba(16, 40, 61, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: var(--text-strong);
}

.brand__mark {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.34), transparent 42%),
    linear-gradient(140deg, #123a5d, #2677f0 65%, #73d7de);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
  box-shadow:
    0 20px 36px rgba(24, 79, 179, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.brand__copy {
  display: block;
}

.brand strong {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
}

.brand small {
  display: block;
  margin-top: 2px;
  color: #7690a8;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  flex-wrap: wrap;
}

.nav-link,
.nav-link--dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 16px;
  border: 0;
  border-radius: 16px;
  background: transparent;
  color: var(--text);
  font-size: 0.93rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition:
    color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.nav-link::after,
.nav-link--dropdown::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 9px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), rgba(56, 196, 200, 0.5));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.24s ease;
}

.nav-link:hover,
.nav-link[aria-current="page"],
.nav-link--dropdown:hover,
.nav-link--dropdown[aria-expanded="true"] {
  color: var(--text-strong);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 0 0 1px rgba(146, 173, 196, 0.18);
}

.nav-link:hover::after,
.nav-link[aria-current="page"]::after,
.nav-link--dropdown:hover::after,
.nav-link--dropdown[aria-expanded="true"]::after {
  transform: scaleX(1);
}

.nav-dropdown {
  position: relative;
}

.nav-link--dropdown {
  padding-right: 34px;
}

.nav-link--dropdown::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-60%) rotate(45deg);
  transition: transform 0.24s ease;
}

.nav-link--dropdown[aria-expanded="true"]::before {
  transform: translateY(-25%) rotate(-135deg);
}

.nav-dropdown__panel {
  position: absolute;
  left: 0;
  top: calc(100% + 14px);
  width: 560px;
  max-width: 92dvw;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(205, 219, 232, 0.88);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 248, 241, 0.96));
  box-shadow: 0 26px 60px rgba(16, 40, 61, 0.15);
  backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition:
    opacity 0.24s ease,
    transform 0.24s ease,
    visibility 0.24s ease;
}

.nav-dropdown:hover .nav-dropdown__panel,
.nav-dropdown:focus-within .nav-dropdown__panel,
.nav-link--dropdown[aria-expanded="true"] + .nav-dropdown__panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-dropdown__eyebrow {
  margin-bottom: 14px;
  color: var(--brand-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-dropdown__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.nav-dropdown__grid a {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 12px 14px;
  border-radius: 18px;
  color: var(--text);
  font-weight: 700;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(203, 217, 229, 0.7);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.nav-dropdown__grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(38, 119, 240, 0.24);
  box-shadow: 0 18px 30px rgba(16, 40, 61, 0.08);
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-contact__text {
  display: grid;
  gap: 4px;
  padding: 0 4px;
}

.header-contact__text span {
  color: #6f899f;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-contact__text a {
  color: var(--text-strong);
  font-size: 1rem;
  font-weight: 800;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  position: relative;
  z-index: 2;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 1px solid rgba(200, 215, 228, 0.88);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background: var(--text-strong);
  border-radius: 999px;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.menu-toggle span + span {
  margin-top: 5px;
}

.site-header.is-menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.is-menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  display: none;
}

.mobile-menu__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(9, 24, 38, 0.48);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  cursor: pointer;
  transition:
    opacity 0.24s ease,
    visibility 0.24s ease;
}

.mobile-menu__surface {
  position: relative;
  z-index: 1;
  padding: 20px;
  border-radius: 28px 0 0 28px;
  border: 1px solid rgba(205, 219, 232, 0.9);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 253, 0.96));
  box-shadow: 0 28px 56px rgba(16, 40, 61, 0.14);
}

.mobile-menu__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.mobile-menu__meta {
  display: grid;
  gap: 10px;
  color: #617d95;
  font-weight: 700;
}

.mobile-menu__close {
  position: relative;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(205, 219, 232, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--text-strong);
  cursor: pointer;
  box-shadow: var(--shadow-soft);
}

.mobile-menu__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.mobile-menu__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-menu__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-nav {
  display: grid;
  gap: 10px;
}

.mobile-nav > a,
.mobile-nav__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(212, 224, 236, 0.9);
  background: rgba(255, 255, 255, 0.84);
  color: var(--text-strong);
  font-weight: 700;
}

.mobile-nav__toggle {
  width: 100%;
  cursor: pointer;
}

.mobile-nav__toggle::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.22s ease;
}

.mobile-nav__toggle[aria-expanded="true"]::after {
  transform: rotate(-135deg);
}

.mobile-nav__submenu {
  display: grid;
  gap: 8px;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  transition:
    max-height 0.28s ease,
    margin-top 0.28s ease;
}

.mobile-nav__toggle[aria-expanded="true"] + .mobile-nav__submenu {
  max-height: 820px;
  margin-top: 8px;
}

.mobile-nav__submenu > a {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 16px;
  color: var(--text);
  background: rgba(240, 246, 251, 0.96);
  border: 1px solid rgba(212, 224, 236, 0.9);
}

.mobile-menu__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.button,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.button {
  background: linear-gradient(135deg, #1a5dc8, #0f3f93);
  color: #fff;
  box-shadow: 0 20px 34px rgba(24, 79, 179, 0.28);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand-dark);
  border: 1px solid rgba(124, 158, 188, 0.24);
  box-shadow: var(--shadow-soft);
}

.button:hover,
.button-secondary:hover {
  transform: translateY(-2px);
}

.button--header,
.button-secondary--header {
  min-height: 52px;
  padding: 0 22px;
}

.button--header {
  background:
    linear-gradient(135deg, #d8b472, #c39a57 42%, #9d753b);
  box-shadow: 0 18px 28px rgba(150, 107, 47, 0.24);
}

.button-secondary--header {
  background: rgba(255, 255, 255, 0.86);
}

body.has-menu-open {
  overflow: hidden;
  overscroll-behavior: none;
}

.button--hero {
  min-height: 58px;
  padding: 0 28px;
  font-size: 1rem;
  box-shadow: 0 24px 42px rgba(34, 93, 186, 0.32);
}

.button-secondary--hero {
  min-height: 58px;
  padding: 0 26px;
}

.main {
  padding-bottom: 128px;
}

.section {
  padding: 44px 0;
}

.hero {
  padding: 34px 0 28px;
}

.hero-shell {
  display: grid;
  gap: 18px;
}

.hero__grid {
  display: grid;
  gap: 20px;
}

.hero__panel,
.glass-card,
.grid-card,
.price-card,
.review-card,
.doctor-card,
.faq-card,
.article-card,
.city-card,
.feature-box,
.contact-card,
.cta-banner,
.service-card,
.timeline-card,
.case-card {
  background: var(--panel);
  border: 1px solid rgba(214, 228, 239, 0.92);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.hero__panel {
  position: relative;
  overflow: hidden;
  padding: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(239, 247, 255, 0.88)),
    linear-gradient(180deg, #fff, #fff);
  box-shadow: var(--shadow);
}

.hero--premium .hero__panel,
.hero--premium .hero-visual {
  border-radius: 34px;
}

.hero__panel::before {
  content: "";
  position: absolute;
  inset: -60px auto auto -40px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(38, 119, 240, 0.14), transparent 68%);
  pointer-events: none;
}

.hero__panel::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -24px;
  width: 180px;
  height: 180px;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(56, 196, 200, 0.12), rgba(38, 119, 240, 0.03));
  transform: rotate(18deg);
  pointer-events: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(24, 79, 179, 0.07);
  color: var(--brand-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow--gold {
  background: rgba(203, 169, 106, 0.14);
  color: #8f692d;
}

h1,
h2,
h3 {
  margin: 0 0 14px;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--text-strong);
}

h1,
h2 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 700;
}

h1 {
  font-size: clamp(2.3rem, 5.8vw, 5rem);
  max-width: 12ch;
}

h2 {
  font-size: clamp(1.65rem, 3.5vw, 2.85rem);
}

h3 {
  font-size: 1.18rem;
  font-weight: 700;
}

p {
  margin: 0 0 16px;
  color: var(--muted);
}

.hero__lead {
  font-size: 1.12rem;
  max-width: 58ch;
  color: #4a667d;
}

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

.hero-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.hero-note {
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(198, 216, 230, 0.88);
}

.hero-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text-strong);
}

.hero-note p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-proof span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(126, 158, 185, 0.2);
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.stat {
  padding: 18px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 252, 0.96));
  border: 1px solid rgba(198, 216, 230, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.stat strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.5rem;
  color: var(--text-strong);
}

.hero-visual {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 32px;
  background:
    linear-gradient(180deg, rgba(21, 52, 82, 0.98), rgba(26, 72, 114, 0.96)),
    linear-gradient(180deg, #fff, #fff);
  color: #fff;
  box-shadow: var(--shadow-strong);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: auto -36px -36px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(203, 169, 106, 0.22), transparent 68%);
}

.hero-visual::after {
  content: "";
  position: absolute;
  top: -24px;
  right: 24px;
  width: 140px;
  height: 140px;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transform: rotate(20deg);
}

.hero-visual h2,
.hero-visual h3,
.hero-visual p,
.hero-visual a {
  color: #fff;
}

.hero-visual__topline {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 16px;
  margin-bottom: 14px;
}

.hero-visual__topline strong {
  display: block;
  max-width: 12em;
  font-size: 1.2rem;
  line-height: 1.18;
  font-family: Georgia, "Times New Roman", serif;
}

.hero-visual__topline span {
  color: rgba(255, 255, 255, 0.72);
}

.hero-trust-score {
  flex: 0 0 auto;
  min-width: 138px;
  padding: 12px 16px;
  border-radius: 24px;
  background: rgba(244, 250, 255, 0.96);
  color: var(--brand-dark);
  box-shadow: 0 14px 28px rgba(5, 18, 31, 0.16);
}

.hero-trust-score strong {
  display: block;
  max-width: none;
  margin-bottom: 2px;
  color: var(--brand-dark);
  font-family: "Manrope", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
}

.hero-trust-score span {
  display: block;
  color: #315b86;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
}

.hero-trust-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}

.hero-trust-strip span {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.22;
  text-align: center;
}

.hero-highlight {
  position: relative;
  z-index: 1;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 14px;
  backdrop-filter: blur(8px);
}

.hero-highlight--featured {
  padding: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.hero-highlight__label {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-journey {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.journey-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(5, 18, 31, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.journey-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(203, 169, 106, 0.84), rgba(255, 255, 255, 0.22));
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
}

.journey-step strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
}

.journey-step p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
}

.hero-quote {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
}

.hero-quote strong {
  color: #fff;
}

.hero-signature {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.signature-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 248, 253, 0.9)),
    linear-gradient(120deg, rgba(203, 169, 106, 0.06), transparent);
  border: 1px solid rgba(214, 228, 239, 0.92);
  box-shadow: var(--shadow-soft);
}

.signature-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(15, 43, 69, 0.92);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.signature-card p {
  margin-bottom: 0;
}

.doctor-avatar {
  width: 74px;
  height: 74px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.32), transparent 38%),
    linear-gradient(140deg, #123a5d, #2677f0 68%, #73d7de);
  color: #fff;
  box-shadow: 0 20px 36px rgba(24, 79, 179, 0.2);
}

.doctor-avatar span {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.doctor-avatar--large {
  width: 92px;
  height: 92px;
  border-radius: 28px;
}

.doctor-card--full {
  padding-top: 28px;
}

.doctor-quote {
  margin: 22px 0 0;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(15, 43, 69, 0.06);
  border: 1px solid rgba(214, 228, 239, 0.92);
  color: var(--text);
  font-weight: 600;
}

.map-card {
  overflow: hidden;
  border-radius: 24px;
  min-height: 320px;
  border: 1px solid rgba(214, 228, 239, 0.92);
  box-shadow: var(--shadow-soft);
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  display: block;
}

.section--tint {
  position: relative;
}

.section--tint::before {
  content: "";
  position: absolute;
  inset: 10px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(232, 241, 247, 0.18));
  border-top: 1px solid rgba(220, 231, 240, 0.9);
  border-bottom: 1px solid rgba(220, 231, 240, 0.9);
  pointer-events: none;
}

.section--tint .container {
  position: relative;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 24px;
}

.section-heading p {
  max-width: 60ch;
  margin: 0;
}

.grid {
  display: grid;
  gap: 16px;
}

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

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

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

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

.grid-card,
.service-card,
.article-card,
.city-card,
.doctor-card,
.review-card,
.price-card,
.faq-card,
.contact-card,
.timeline-card,
.case-card,
.feature-box {
  padding: 26px;
}

.service-card,
.article-card,
.city-card,
.doctor-card,
.review-card,
.price-card,
.faq-card,
.contact-card,
.timeline-card,
.case-card,
.feature-box,
.grid-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 250, 254, 0.9));
}

.feature-box--premium,
.service-card--premium,
.doctor-card--premium,
.review-card--premium {
  position: relative;
  overflow: hidden;
}

.feature-box--premium::before,
.service-card--premium::before,
.doctor-card--premium::before,
.review-card--premium::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, rgba(203, 169, 106, 0.95), rgba(38, 119, 240, 0.8));
}

.feature-box__index,
.service-card__meta {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  margin-bottom: 16px;
  background: rgba(15, 43, 69, 0.08);
  color: var(--text-strong);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pill-row--space {
  justify-content: space-between;
  align-items: center;
}

.faq-card--accordion {
  padding: 0;
  overflow: hidden;
}

.faq-card--accordion summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 26px;
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--text-strong);
}

.faq-card--accordion summary::-webkit-details-marker {
  display: none;
}

.faq-card--accordion summary::after {
  content: "+";
  float: right;
  color: var(--brand-dark);
  font-size: 1.3rem;
  line-height: 1;
}

.faq-card--accordion[open] summary::after {
  content: "−";
}

.faq-card--accordion p {
  padding: 0 26px 24px;
  margin: 0;
}

.text-link {
  font-weight: 800;
  color: var(--text-strong);
}

.text-link:hover,
.link-arrow:hover {
  color: var(--brand-dark);
}

.offer-card,
.license-card,
.service-placeholder {
  padding: 28px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(214, 228, 239, 0.92);
  box-shadow: var(--shadow-soft);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(244, 249, 253, 0.92));
}

.offer-card {
  position: relative;
  overflow: hidden;
}

.offer-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--accent), var(--brand));
}

.offer-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  margin-bottom: 16px;
  background: rgba(15, 43, 69, 0.08);
  color: var(--text-strong);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.license-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(242, 248, 252, 0.94)),
    linear-gradient(120deg, rgba(203, 169, 106, 0.06), transparent);
}

.service-card h3,
.article-card h3,
.city-card h3,
.doctor-card h3,
.review-card h3,
.price-card h3,
.faq-card h3,
.contact-card h3,
.timeline-card h3,
.case-card h3,
.feature-box h3 {
  margin-bottom: 10px;
}

.premium-media,
.card-media,
.page-media,
.inline-media,
.cta-banner__media,
.trust-icon-media {
  display: block;
  margin: 0;
  overflow: hidden;
  background: #edf5fb;
  border: 1px solid rgba(214, 228, 239, 0.9);
  box-shadow: 0 18px 42px rgba(18, 52, 79, 0.12);
  line-height: 0;
}

.premium-media img,
.card-media img,
.page-media img,
.inline-media img,
.cta-banner__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.trust-icon-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.premium-media--hero {
  position: relative;
  z-index: 1;
  aspect-ratio: 16 / 9;
  margin-bottom: 20px;
  border-radius: 28px;
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 26px 56px rgba(5, 18, 31, 0.26);
}

.premium-media--hero::after,
.page-media::after,
.card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(15, 43, 69, 0.08));
}

.card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  margin: -26px -26px 20px;
  border-radius: 28px 28px 18px 18px;
  border-width: 0 0 1px;
}

.service-card:hover .card-media img,
.article-card:hover .card-media img,
.city-card:hover .card-media img,
.doctor-card:hover .card-media img {
  transform: scale(1.045);
  filter: saturate(1.04) contrast(1.03);
}

.service-card--premium:hover,
.doctor-card--premium:hover,
.article-card:hover,
.city-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(18, 52, 79, 0.14);
}

.service-card,
.doctor-card,
.article-card,
.city-card {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.page-media,
.inline-media {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-xl);
}

.page-media--service img {
  object-position: center top;
}

.inline-media {
  margin-bottom: 22px;
}

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

.doctor-card__media--large {
  aspect-ratio: 4 / 5;
  margin-bottom: 20px;
}

.doctor-card__media {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.58), transparent 42%),
    linear-gradient(145deg, rgba(237, 245, 251, 0.96), rgba(225, 237, 247, 0.92));
  box-shadow:
    0 18px 42px rgba(18, 52, 79, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.52);
}

@media (max-width: 768px) {
  .doctor-card__media {
    aspect-ratio: 4 / 5;
  }
}

.cta-banner__media {
  aspect-ratio: 16 / 9;
  margin-bottom: 22px;
  border-radius: 24px;
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 42px rgba(5, 18, 31, 0.24);
}

.trust-icon-media {
  width: 74px;
  height: 74px;
  margin-bottom: 16px;
  border-radius: 22px;
  box-shadow: 0 14px 28px rgba(18, 52, 79, 0.12);
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.pill {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(138, 169, 195, 0.24);
  color: var(--text);
  font-weight: 700;
}

.list {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.list li + li {
  margin-top: 10px;
}

.cta-banner {
  padding: 30px;
  background:
    radial-gradient(circle at top right, rgba(203, 169, 106, 0.25), transparent 28%),
    linear-gradient(135deg, rgba(15, 45, 74, 0.98), rgba(28, 92, 157, 0.96));
  color: #fff;
  box-shadow: var(--shadow-strong);
}

.cta-banner p,
.cta-banner h2,
.cta-banner h3,
.cta-banner a {
  color: #fff;
}

.cta-banner .button-secondary {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.section--hygiene-promo {
  background:
    linear-gradient(135deg, rgba(248, 252, 255, 0.98), rgba(235, 246, 252, 0.94)),
    radial-gradient(circle at 14% 18%, rgba(69, 155, 211, 0.14), transparent 34%);
}

.hygiene-promo {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 28px;
  align-items: stretch;
}

.hygiene-promo__content,
.hygiene-promo__card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(72, 123, 160, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 60px rgba(20, 54, 83, 0.11);
}

.hygiene-promo__content {
  padding: clamp(28px, 5vw, 52px);
}

.hygiene-promo__content h2 {
  max-width: 760px;
  margin: 12px 0 18px;
}

.hygiene-promo__content p {
  max-width: 760px;
  color: rgba(18, 45, 69, 0.78);
  font-size: 18px;
}

.hygiene-promo__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 28px;
}

.hygiene-promo__benefits span {
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid rgba(72, 123, 160, 0.12);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(244, 250, 253, 0.86));
  color: #153452;
  font-weight: 800;
}

.hygiene-promo__card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 18px;
}

.hygiene-promo__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin: 0 0 18px;
  border-radius: 22px;
  background: #eef7fb;
}

.hygiene-promo__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hygiene-promo__price {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding: 16px 18px;
  border-radius: 20px;
  background: #f3f9fc;
  color: #143451;
}

.hygiene-promo__price span {
  font-size: 14px;
  font-weight: 800;
}

.hygiene-promo__price strong {
  color: #1c74a8;
  font-size: 22px;
}

.hygiene-promo__card p {
  margin: 0;
  color: rgba(18, 45, 69, 0.74);
}

.payment-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
}

.payment-badges span,
.payment-badges a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid rgba(203, 169, 106, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #173752;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(20, 54, 83, 0.08);
}

.payment-badges--hero {
  margin-top: 16px;
}

.section--payment-promo,
.payment-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(203, 169, 106, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(247, 251, 255, 0.98), rgba(235, 246, 252, 0.95));
}

.payment-card,
.payment-strip,
.payment-summary__item {
  border: 1px solid rgba(72, 123, 160, 0.13);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(246, 251, 253, 0.88));
  box-shadow: 0 22px 58px rgba(20, 54, 83, 0.1);
}

.payment-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px;
}

.payment-card__icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(145deg, #eaf7ff, #fff7e6);
  color: #1a6f9e;
  font-size: 22px;
  font-weight: 900;
}

.payment-card h3,
.payment-summary__item h2 {
  margin: 0;
}

.payment-card p,
.payment-summary__item p,
.payment-strip p {
  color: rgba(18, 45, 69, 0.76);
}

.payment-card .button-secondary {
  margin-top: auto;
}

.payment-promo__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.payment-note {
  margin-top: 18px;
  color: rgba(18, 45, 69, 0.64);
  font-size: 14px;
  line-height: 1.65;
}

.payment-summary {
  display: grid;
  gap: 14px;
}

.payment-summary__item {
  padding: 24px;
}

.payment-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 4vw, 38px);
}

.payment-strip h2 {
  margin: 10px 0 12px;
}

.payment-strip__actions {
  display: grid;
  gap: 12px;
  min-width: 260px;
}

.breadcrumbs {
  padding: 18px 0 0;
  font-size: 14px;
  color: var(--muted);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs li::after {
  content: "/";
  margin-left: 8px;
  color: #89a0b6;
}

.breadcrumbs li:last-child::after {
  display: none;
}

.breadcrumbs a {
  color: var(--muted);
}

.page-hero {
  padding-top: 28px;
}

.service-seo-section {
  position: relative;
}

.service-seo-card {
  max-width: 1120px;
  padding: 34px 36px;
  border-color: rgba(196, 216, 232, 0.82);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.94));
}

.service-seo-card .section-heading {
  margin-bottom: 20px;
}

.service-seo-card h2 {
  max-width: 980px;
}

.service-seo-block {
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(126, 158, 185, 0.16);
}

.service-seo-block:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.service-seo-block h3 {
  max-width: 900px;
  margin-bottom: 12px;
  font-size: 1.28rem;
  letter-spacing: -0.02em;
}

.service-seo-block p {
  max-width: 960px;
  margin-bottom: 13px;
  color: #5f7487;
  font-size: 1.02rem;
  line-height: 1.72;
}

.service-seo-block p:last-child {
  margin-bottom: 0;
}

.service-faq-section {
  padding-bottom: calc(42px + env(safe-area-inset-bottom, 0px));
}

.two-column {
  display: grid;
  gap: 18px;
}

.sidebar-stack {
  display: grid;
  gap: 16px;
}

.form-card {
  padding: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 249, 255, 0.96));
}

.form-grid {
  display: grid;
  gap: 12px;
}

.field label {
  display: block;
  margin-bottom: 7px;
  color: var(--text-strong);
  font-weight: 700;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid rgba(131, 164, 191, 0.28);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  padding: 14px 16px;
  color: var(--text);
  resize: vertical;
  min-height: 54px;
}

.field textarea {
  min-height: 120px;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
}

.consent input {
  margin-top: 4px;
}

.success-note {
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #e8fbf5;
  color: var(--success);
  border: 1px solid #b8e7d7;
}

.footer {
  padding: 56px 0 116px;
  border-top: 1px solid rgba(215, 230, 242, 0.9);
}

.footer-grid {
  display: grid;
  gap: 18px;
}

.footer small,
.footer p,
.footer a {
  color: var(--muted);
}

.footer-legal {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.footer-legal h3 {
  margin-bottom: 8px;
}

.footer-legal p {
  color: var(--muted);
  font-size: 0.85rem;
  margin: 2px 0;
}

.branch-card .map-card {
  margin-top: 16px;
}

.branch-card__badge {
  display: inline-block;
  margin: 4px 0 0;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--brand);
  background: rgba(180, 148, 74, 0.16);
  border: 1px solid rgba(180, 148, 74, 0.32);
}

.topbar-telegram {
  color: inherit;
  opacity: 0.9;
}

.mobile-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 8px;
  z-index: 55;
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 7px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(12, 34, 55, 0.92), rgba(13, 39, 64, 0.88));
  box-shadow: 0 12px 28px rgba(10, 29, 48, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body.has-menu-open .mobile-bar {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.mobile-bar a,
.mobile-bar button {
  min-height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.86rem;
  font-weight: 750;
  letter-spacing: 0;
  border: 0;
  font: inherit;
  text-align: center;
  line-height: 1.1;
}

.mobile-bar__call {
  background: rgba(255, 255, 255, 0.075);
  color: #fff;
}

.mobile-bar__book {
  background: linear-gradient(135deg, var(--accent), var(--brand));
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.mobile-bar__chat,
.mobile-bar__telegram {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.mobile-bar__chat {
  background: rgba(37, 211, 102, 0.18);
}

.mobile-bar__telegram {
  background: rgba(34, 158, 217, 0.18);
}

.rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #edf7ff;
  color: var(--brand-dark);
  font-weight: 700;
}

.muted {
  color: var(--muted);
}

.spaced-top {
  margin-top: 24px;
}

.link-arrow {
  font-weight: 700;
}

@media (min-width: 860px) {
  .hero__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    align-items: stretch;
  }

  .two-column {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: start;
  }

  .footer-grid {
    grid-template-columns: 1.1fr 0.9fr 0.9fr;
  }
}

@media (max-width: 859px) {
  .header-topbar {
    display: none;
  }

  .site-header {
    padding-top: 8px;
  }

  .site-header__shell {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    min-height: 78px;
    padding: 12px 14px;
  }

  .site-header__wrap {
    overflow: visible;
  }

  .site-nav,
  .header-contact {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 140;
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.24s ease,
      visibility 0.24s ease;
    pointer-events: none;
  }

  .mobile-menu__overlay {
    opacity: 0;
  }

  .mobile-menu__surface {
    margin-left: auto;
    width: min(420px, calc(100vw - 24px));
    max-width: 100%;
    height: 100dvh;
    max-height: 100dvh;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding:
      calc(20px + env(safe-area-inset-top, 0px))
      20px
      calc(24px + env(safe-area-inset-bottom, 0px) + 84px);
    border-radius: 28px 0 0 28px;
    transform: translateX(100%);
    transition: transform 0.28s ease;
  }

  .mobile-bar {
    display: grid;
  }

  .main {
    padding-bottom: calc(112px + env(safe-area-inset-bottom, 0px));
  }

  .site-header.is-menu-open .mobile-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .site-header.is-menu-open .mobile-menu__overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .site-header.is-menu-open .mobile-menu__surface {
    transform: translateX(0);
  }
}

@media (min-width: 761px) and (max-width: 1080px) {
  .grid--3,
  .grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-grid,
  .previsit-grid {
    align-items: stretch;
  }

  .hero__panel {
    padding: 30px;
  }

  .card-media {
    margin-bottom: 18px;
  }
}

@media (max-width: 760px) {
  .section {
    padding: 28px 0;
  }

  .hero {
    padding-top: 20px;
  }

  .stats,
  .hero-notes,
  .hero-signature,
  .grid--2,
  .grid--3,
  .grid--4 {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  h1 {
    font-size: clamp(2.1rem, 9vw, 3.2rem);
    max-width: none;
  }

  h2 {
    font-size: clamp(1.6rem, 6vw, 2.2rem);
  }

  .site-header__inner {
    gap: 12px;
    padding: 12px 0;
  }

  .brand {
    gap: 10px;
    max-width: min(100%, 240px);
  }

  .brand__mark {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .site-header__shell {
    border-radius: 24px;
  }

  .brand strong {
    font-size: 1rem;
  }

  .brand small {
    font-size: 0.66rem;
    letter-spacing: 0.12em;
  }

  .mobile-menu__surface,
  .offer-card,
  .license-card,
  .service-placeholder {
    padding: 22px;
    border-radius: 24px;
  }

  .mobile-menu__actions {
    grid-template-columns: 1fr;
  }

  .hero__panel,
  .hero-visual,
  .grid-card,
  .service-card,
  .article-card,
  .city-card,
  .doctor-card,
  .review-card,
  .price-card,
  .faq-card,
  .contact-card,
  .timeline-card,
  .case-card,
  .feature-box,
  .cta-banner {
    padding: 22px;
    border-radius: 24px;
  }

  .hygiene-promo {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hygiene-promo__content,
  .hygiene-promo__card {
    border-radius: 24px;
  }

  .hygiene-promo__content {
    padding: 24px;
  }

  .hygiene-promo__content p {
    font-size: 16px;
  }

  .hygiene-promo__benefits {
    grid-template-columns: 1fr;
  }

  .hygiene-promo__price {
    align-items: flex-start;
    flex-direction: column;
  }

  .payment-badges {
    gap: 8px;
  }

  .payment-badges span,
  .payment-badges a {
    flex: 1 1 auto;
    padding: 10px 12px;
    font-size: 13px;
  }

  .payment-card {
    padding: 22px;
    border-radius: 24px;
  }

  .payment-promo__actions,
  .payment-strip,
  .payment-strip__actions {
    grid-template-columns: 1fr;
  }

  .payment-promo__actions,
  .payment-strip__actions {
    display: grid;
  }

  .payment-strip {
    padding: 24px;
    border-radius: 24px;
  }

  .payment-strip__actions {
    min-width: 0;
  }

  .card-media {
    margin: -22px -22px 18px;
    border-radius: 24px 24px 16px 16px;
  }

  .premium-media--hero,
  .page-media,
  .inline-media,
  .cta-banner__media {
    border-radius: 22px;
  }

  .premium-media--hero {
    aspect-ratio: 4 / 3;
  }

  .hero-visual__topline {
    display: grid;
    gap: 12px;
  }

  .hero-visual__topline strong {
    max-width: none;
    font-size: 1.1rem;
  }

  .hero-trust-score {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 18px;
  }

  .hero-trust-score strong {
    margin-bottom: 0;
  }

  .hero-trust-score span {
    text-align: right;
  }

  .hero-trust-strip {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .hero-trust-strip span {
    min-height: 40px;
    justify-content: flex-start;
    text-align: left;
  }

  .hero__actions,
  .inline-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button,
  .button-secondary,
  .button--hero,
  .button-secondary--hero,
  .button--header,
  .button-secondary--header {
    width: 100%;
  }

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

  .mobile-bar {
    left: 10px;
    right: 10px;
    bottom: 8px;
    padding: 6px;
    gap: 7px;
  }

  .mobile-bar a,
  .mobile-bar button {
    min-height: 42px;
    font-size: 0.84rem;
  }
}

@media (max-width: 992px) {
  .arm-header .header-shell {
    position: relative;
  }

  .arm-header .main-nav {
    position: static !important;
  }

  .arm-header .main-nav > .nav-menu {
    position: absolute !important;
    top: calc(100% + 10px) !important;
    left: 16px !important;
    right: 16px !important;
    width: auto !important;
    display: flex !important;
    max-height: min(72vh, 620px);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, -10px, 0) scale(0.985);
    transform-origin: top right;
    transition:
      opacity 0.28s ease,
      transform 0.28s ease,
      visibility 0.28s ease;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .arm-header.is-menu-open .main-nav > .nav-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

/* Premium clinic header refresh */
.arm-header.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
  padding-top: 0;
  isolation: isolate;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0));
  color: #11293e;
  font-family: "Manrope", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  transition: none;
}

.arm-header.site-header::before {
  content: none;
  display: none;
}

.arm-header.site-header.is-scrolled {
  padding-top: 0;
}

.arm-header__container {
  width: min(1220px, calc(100% - 36px));
}

.arm-header__topbar.topbar {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(213, 224, 233, 0.72);
  background: rgba(253, 251, 247, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.arm-header__topbar::before {
  display: none;
}

.arm-header__topbar-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 40px;
  flex-wrap: wrap;
  padding: 4px 0;
}

.arm-header__topbar-meta,
.arm-header__topbar-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  flex-wrap: wrap;
}

.arm-header__topbar-mobile,
.arm-header__compact-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.arm-header__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #52687b;
  font-size: 0.78rem;
  font-weight: 700;
}

.arm-header__meta-icon {
  color: #b88a45;
}

.arm-header__phone-link {
  color: #10273b;
  font-size: 0.88rem;
  text-decoration: none;
  font-weight: 800;
}

.arm-header__social-link,
.arm-header__compact-chip,
.arm-header__compact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(184, 138, 69, 0.24);
  border-radius: 999px;
  border-color: rgba(184, 138, 69, 0.24);
  background: rgba(255, 255, 255, 0.68);
  color: #143047;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.arm-header__compact-icon {
  min-width: 36px;
}

.arm-header__topbar-mobile {
  display: none;
}

.arm-header__social-link:hover,
.arm-header__compact-chip:hover,
.arm-header__compact-icon:hover {
  transform: translateY(-1px);
  border-color: rgba(184, 138, 69, 0.42);
  background: #fffaf1;
  box-shadow: 0 12px 28px rgba(63, 44, 18, 0.08);
}

.arm-header__frame {
  position: relative;
  z-index: 3;
  padding: 8px 0 12px;
}

.arm-header__panel {
  display: grid;
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  min-height: 76px;
  padding: 11px 14px 11px 18px;
  border: 1px solid rgba(220, 226, 231, 0.86);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 248, 244, 0.9)),
    rgba(255, 255, 255, 0.9);
  box-shadow:
    0 22px 54px rgba(17, 41, 62, 0.11),
    0 1px 0 rgba(255, 255, 255, 0.92) inset;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.header-inner {
  position: relative;
}

.arm-header.is-scrolled .arm-header__panel {
  min-height: 68px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 18px;
  box-shadow:
    0 18px 44px rgba(17, 41, 62, 0.15),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.arm-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  color: #11293e;
  text-decoration: none;
}

.brand {
  flex: 0 0 auto;
}

.arm-header__brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.42), transparent 36%),
    linear-gradient(145deg, #102b43 0%, #173e61 54%, #c5a064 140%);
  box-shadow:
    0 16px 32px rgba(16, 43, 67, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
}

.arm-header__brand-copy {
  display: grid;
  gap: 1px;
}

.arm-header__brand-name {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: #0f263a;
  font-size: 1.52rem;
  font-weight: 700;
  line-height: 0.95;
}

.brand-title {
  letter-spacing: 0.01em;
}

.arm-header__brand-note {
  display: block;
  color: #9a7a4a;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.brand-subtitle {
  text-transform: uppercase;
}

.arm-header__nav.main-nav,
.nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
  min-width: 0;
  flex-wrap: nowrap;
}

.arm-header__nav-list,
.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.arm-header__nav-list > li {
  display: flex;
  align-items: center;
}

.header-actions {
  justify-content: flex-end;
}

.arm-header__nav-link.nav-link,
.arm-header__nav-button.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 11px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #18344d;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
  cursor: pointer;
  transition:
    color 0.28s ease,
    background-color 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease;
}

.arm-header__nav-button.nav-link {
  padding-right: 14px;
}

.arm-header__nav-link::after,
.arm-header__nav-button::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 7px;
  height: 2px;
  background: linear-gradient(90deg, #d7bd82, #a87836);
  border-radius: 999px;
  transform: scaleX(0);
  transition: transform 0.28s ease;
}

.arm-header__nav-link:hover,
.arm-header__nav-link[aria-current="page"],
.arm-header__nav-button:hover,
.arm-header__nav-button[aria-current="page"],
.arm-header__nav-button[aria-expanded="true"] {
  color: #0f263a;
  background: rgba(246, 239, 226, 0.82);
  box-shadow: inset 0 0 0 1px rgba(190, 151, 91, 0.18);
}

.arm-header__nav-link:hover::after,
.arm-header__nav-link[aria-current="page"]::after,
.arm-header__nav-button:hover::after,
.arm-header__nav-button[aria-current="page"]::after,
.arm-header__nav-button[aria-expanded="true"]::after {
  transform: scaleX(1);
}

.arm-header__dropdown.nav-item,
.nav-item--services,
.services-dropdown {
  position: relative;
  flex: 0 0 auto;
}

.arm-header__caret {
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  color: #a87836;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.25s ease;
}

.arm-header__nav-button[aria-expanded="true"] .arm-header__caret,
.arm-header__mobile-toggle[aria-expanded="true"] .arm-header__caret {
  transform: translateY(2px) rotate(-135deg);
}

.arm-header__dropdown-panel.services-menu,
.arm-header__dropdown-panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 280px;
  max-width: 420px;
  display: grid;
  gap: 10px;
  padding: 18px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 1000;
}

.arm-header__dropdown-panel::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 14px;
  height: 14px;
  border-left: 1px solid rgba(218, 225, 231, 0.92);
  border-top: 1px solid rgba(218, 225, 231, 0.92);
  background: rgba(255, 255, 255, 0.98);
  transform: translateX(-50%) rotate(45deg);
}

@media (min-width: 993px) {
  .nav-item--services:hover .services-menu,
  .arm-header__dropdown:hover .arm-header__dropdown-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}

@media (max-width: 992px) {
  .arm-header__dropdown-panel.services-menu,
  .arm-header__dropdown-panel {
    position: static;
    min-width: 100%;
    max-width: none;
    margin-top: 10px;
    display: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    padding: 10px 0 0;
  }

  .arm-header__dropdown.is-open .services-menu {
    display: grid;
  }
}

.arm-header__dropdown-panel a {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #18314f;
  font-size: 15px;
  line-height: 1.35;
  text-decoration: none;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    background-color 0.24s ease,
    color 0.24s ease;
}

.arm-header__dropdown-panel a:hover {
  color: #b8955b;
}

.arm-header__primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(245, 222, 176, 0.56);
  border-radius: 999px;
  background: linear-gradient(135deg, #dfc283, #b98a43 48%, #8f622b);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  box-shadow:
    0 16px 32px rgba(142, 94, 38, 0.23),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    background 0.24s ease;
}

.header-cta {
  white-space: nowrap;
}

.arm-header__primary-cta:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #e7cd91, #c3964f 48%, #96692f);
  box-shadow:
    0 18px 36px rgba(142, 94, 38, 0.29),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.arm-header__secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(184, 138, 69, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #15324a;
  text-decoration: none;
  font-weight: 800;
  border-color: rgba(184, 138, 69, 0.24);
}

.arm-header__burger.mobile-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(211, 221, 229, 0.9);
  border-color: rgba(211, 221, 229, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px rgba(18, 52, 79, 0.08);
  cursor: pointer;
}

.arm-header__burger span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 0 auto;
  border-radius: 999px;
  background: #11293e;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.arm-header__burger span + span {
  margin-top: 5px;
}

.arm-header.is-menu-open .arm-header__burger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.arm-header.is-menu-open .arm-header__burger span:nth-child(2) {
  opacity: 0;
}

.arm-header.is-menu-open .arm-header__burger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.arm-header__close {
  position: relative;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(211, 221, 229, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px rgba(18, 52, 79, 0.08);
  cursor: pointer;
}

.arm-header__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #11293e;
}

.arm-header__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.arm-header__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.arm-header__overlay,
.arm-header__drawer {
  display: none;
}

.arm-header__overlay[hidden],
.arm-header__drawer[hidden] {
  display: none !important;
}

body.arm-menu-lock {
  overflow: hidden;
  overscroll-behavior: none;
}

@media (max-width: 1180px) {
  .arm-header__panel {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
  }

  .arm-header__brand-note {
    display: none;
  }

  .arm-header__nav-link.nav-link,
  .arm-header__nav-button.nav-link {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 0.8rem;
  }

  .arm-header__nav-button.nav-link {
    padding-right: 10px;
  }
}

@media (max-width: 980px) {
  .arm-header__panel {
    grid-template-columns: auto auto;
    justify-content: space-between;
    min-height: 70px;
    padding: 10px 12px 10px 14px;
  }

  .arm-header__nav.main-nav,
  .nav-menu,
  .arm-header__actions {
    display: none;
  }

  .arm-header__burger.mobile-menu-toggle {
    display: block;
  }

  .arm-header__overlay {
    position: fixed;
    inset: 0;
    display: block;
    border: 0;
    padding: 0;
    background: rgba(10, 25, 38, 0.34);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 150;
    transition:
      opacity 0.28s ease,
      visibility 0.28s ease;
  }

  .arm-header__drawer {
    position: fixed;
    top: 10px;
    right: 10px;
    bottom: 10px;
    display: block;
    width: min(390px, calc(100vw - 20px));
    height: auto;
    max-height: calc(100dvh - 20px);
    z-index: 160;
    padding: 16px 16px calc(22px + env(safe-area-inset-bottom, 0px));
    border: 1px solid rgba(217, 225, 232, 0.94);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 246, 240, 0.99));
    box-shadow: -18px 20px 58px rgba(15, 38, 58, 0.2);
    transform: translateX(calc(100% + 24px));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow-y: auto;
    transition:
      transform 0.28s ease,
      opacity 0.28s ease,
      visibility 0.28s ease;
  }

  .arm-header.is-menu-open .arm-header__overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .arm-header.is-menu-open .arm-header__drawer {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .arm-header__drawer-meta,
  .arm-header__mobile-nav > a,
  .arm-header__mobile-toggle,
  .arm-header__mobile-services a,
  .arm-header__drawer-phone {
    border-color: rgba(218, 225, 232, 0.92);
  }

  .arm-header__mobile-nav > a,
  .arm-header__mobile-toggle {
    min-height: 54px;
    border-radius: 16px;
    background: #fff;
  }

  .arm-header__mobile-toggle[aria-expanded="true"] {
    background: #fff8eb;
    box-shadow: inset 0 0 0 1px rgba(184, 138, 69, 0.18);
  }

  .arm-header__mobile-services {
    display: grid;
    gap: 8px;
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    transition:
      max-height 0.3s ease,
      margin-top 0.3s ease;
  }

  .arm-header__mobile-toggle[aria-expanded="true"] + .arm-header__mobile-services {
    max-height: 920px;
    margin-top: 10px;
  }

  .arm-header__mobile-services a {
    min-height: 46px;
    border-radius: 14px;
    background: #fbf8f1;
  }
}

@media (max-width: 760px) {
  .arm-header__container {
    width: min(1220px, calc(100% - 20px));
  }

  .arm-header__topbar-inner {
    min-height: 42px;
  }

  .arm-header__topbar-actions {
    display: none;
  }

  .arm-header__topbar-meta {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 6px 12px;
    text-align: center;
  }

  .arm-header__meta-item {
    max-width: 100%;
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .arm-header__topbar-mobile {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 8px;
  }

  .arm-header__frame {
    padding: 7px 0 10px;
  }

  .arm-header__panel {
    min-height: 64px;
    border-radius: 18px;
  }

  .arm-header__brand {
    max-width: min(100%, 210px);
  }

  .arm-header__brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .arm-header__brand-name {
    font-size: 1.34rem;
  }

  .arm-header__drawer {
    top: 8px;
    right: 8px;
    bottom: 8px;
    width: min(360px, calc(100vw - 16px));
    max-height: calc(100dvh - 16px);
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 520px) {
  .arm-header__brand-note {
    display: block;
  }

  .arm-header__compact-chip {
    max-width: 190px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .arm-header__drawer-socials {
    grid-template-columns: 1fr;
  }
}

/* Final guard: services list must never render as normal header text. */
.arm-header .nav-item--services {
  position: relative !important;
}

.arm-header .nav-item--services > .services-menu {
  position: absolute !important;
  top: calc(100% + 12px) !important;
  left: 0 !important;
  min-width: 280px;
  max-width: 420px;
  display: grid !important;
  gap: 10px;
  height: auto !important;
  max-height: none !important;
  padding: 18px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 1000;
}

@media (min-width: 993px) {
  .arm-header .nav-item--services:hover > .services-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}

@media (max-width: 992px) {
  .arm-header .nav-item--services > .services-menu {
    position: static !important;
    min-width: 100%;
    max-width: none;
    margin-top: 10px;
    display: none !important;
    padding: 10px 0 0;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .arm-header .nav-item--services.is-open > .services-menu {
    display: grid !important;
  }
}

/* Integrated nav replacement: one menu, local services dropdown, no fullscreen services overlay. */
.arm-header .main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.arm-header .main-nav > .mobile-menu-toggle {
  display: none;
}

.arm-header .nav-item--cta {
  display: flex;
  align-items: center;
}

.arm-header .nav-item--cta .header-cta {
  min-height: 44px;
  padding: 0 18px;
  white-space: nowrap;
}

@media (min-width: 981px) {
  .arm-header .nav-menu {
    display: flex !important;
    align-items: center;
  }
}

@media (max-width: 980px) {
  .arm-header .header-inner {
    position: relative;
  }

  .arm-header .main-nav {
    display: flex !important;
    justify-content: flex-end;
  }

  .arm-header .main-nav > .mobile-menu-toggle {
    display: block;
  }

  .arm-header .main-nav > .nav-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: none !important;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    max-height: min(74vh, 640px);
    overflow-y: auto;
    padding: 14px;
    border: 1px solid rgba(214, 222, 229, 0.92);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 22px 46px rgba(15, 38, 58, 0.15);
    z-index: 140;
  }

  .arm-header.is-menu-open .main-nav > .nav-menu {
    display: flex !important;
  }

  .arm-header .main-nav .nav-link,
  .arm-header .main-nav .header-cta {
    width: 100%;
    justify-content: space-between;
  }

.arm-header .nav-item--cta .header-cta {
  justify-content: center;
  margin-top: 4px;
  }
}

/* Final scoped nav code from the replacement block. */
.arm-header .main-nav {
  position: relative;
}

.arm-header .mobile-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(24, 49, 79, 0.12);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.arm-header .mobile-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #18314f;
  border-radius: 2px;
}

.arm-header .nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.arm-header .nav-item {
  position: relative;
}

.arm-header .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 0;
  padding: 0;
  font: inherit;
  color: #18314f;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  transition: color 0.25s ease;
}

.arm-header .nav-link:hover,
.arm-header .nav-link:focus-visible {
  color: #b8955b;
  outline: none;
}

.arm-header .nav-arrow {
  font-size: 12px;
  transition: transform 0.25s ease;
}

.arm-header .nav-item--services:hover .nav-arrow {
  transform: rotate(180deg);
}

.arm-header .services-menu {
  position: absolute !important;
  top: calc(100% + 14px) !important;
  left: 0 !important;
  min-width: 320px;
  max-width: 460px;
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid rgba(24, 49, 79, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 1000;
}

.arm-header .nav-item--services:hover .services-menu,
.arm-header .nav-item--services:focus-within .services-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.arm-header .services-menu a {
  color: #18314f;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.35;
  transition: color 0.25s ease, transform 0.25s ease;
}

.arm-header .services-menu a:hover,
.arm-header .services-menu a:focus-visible {
  color: #b8955b;
  transform: translateX(3px);
  outline: none;
}

.arm-header .nav-item--cta {
  margin-left: 8px;
}

.arm-header .header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, #d7c09a 0%, #b8955b 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(184, 149, 91, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.arm-header .header-cta:hover,
.arm-header .header-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(184, 149, 91, 0.28);
  outline: none;
}

@media (max-width: 992px) {
  .arm-header .mobile-menu-toggle {
    display: inline-flex;
  }

  .arm-header .nav-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    left: 0;
    display: none !important;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px;
    background: #ffffff;
    border: 1px solid rgba(24, 49, 79, 0.08);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    z-index: 1000;
  }

  .arm-header .main-nav.is-open .nav-menu,
  .arm-header.is-menu-open .main-nav > .nav-menu {
    display: flex !important;
  }

  .arm-header .nav-item {
    width: 100%;
  }

  .arm-header .nav-link {
    width: 100%;
    justify-content: space-between;
    padding: 14px 0;
  }

  .arm-header .services-menu {
    position: static !important;
    min-width: 100%;
    max-width: none;
    margin-top: 4px;
    display: none !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0 0 10px 12px;
  }

  .arm-header .nav-item--services:hover .services-menu,
  .arm-header .nav-item--services:focus-within .services-menu {
    display: none !important;
  }

  .arm-header .nav-item--services.is-open .services-menu {
    display: grid !important;
  }

  .arm-header .nav-item--services.is-open .nav-arrow {
    transform: rotate(180deg);
  }

  .arm-header .nav-item--cta {
    margin-left: 0;
    padding-top: 12px;
  }

  .arm-header .header-cta {
    width: 100%;
  }
}

/* Premium header replacement for Armclinic. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1100;
  background: rgba(245, 248, 252, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(24, 49, 79, 0.08);
}

.site-header::before {
  content: none;
}

.topbar {
  border-bottom: 1px solid rgba(24, 49, 79, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.topbar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.4;
  color: #18314f;
}

.topbar-item,
.topbar-link,
.topbar-socials a {
  color: #18314f;
  text-decoration: none;
}

.topbar-link:hover,
.topbar-socials a:hover {
  color: #b8955b;
}

.topbar-socials {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.header-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 20px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #18314f;
  flex-shrink: 0;
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f2eadf 0%, #d8c09a 100%);
  color: #18314f;
  font-size: 22px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(184, 149, 91, 0.16);
}

.brand-logo {
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
  object-position: center;
  padding: 0;
  background: transparent;
  box-shadow: 0 12px 24px rgba(184, 149, 91, 0.16);
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-title {
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-subtitle {
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.24em;
  color: rgba(24, 49, 79, 0.72);
}

.main-nav {
  position: relative;
}

.mobile-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(24, 49, 79, 0.12);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.mobile-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #18314f;
  border-radius: 2px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 0;
  padding: 0;
  font: inherit;
  color: #18314f;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  transition: color 0.25s ease;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link[aria-current="page"] {
  color: #b8955b;
  outline: none;
}

.nav-arrow {
  font-size: 12px;
  transition: transform 0.25s ease;
}

.nav-item--services:hover .nav-arrow,
.nav-item--services:focus-within .nav-arrow,
.nav-item--services.is-open .nav-arrow {
  transform: rotate(180deg);
}

.services-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  min-width: 320px;
  max-width: 460px;
  display: none;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid rgba(24, 49, 79, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 1200;
}

.nav-item--services:hover .services-menu,
.nav-item--services:focus-within .services-menu {
  display: grid;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.services-menu a {
  color: #18314f;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.35;
  transition: color 0.25s ease, transform 0.25s ease;
}

.services-menu a:hover,
.services-menu a:focus-visible {
  color: #b8955b;
  transform: translateX(3px);
  outline: none;
}

.nav-item--cta {
  margin-left: 8px;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, #d7c09a 0%, #b8955b 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(184, 149, 91, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(184, 149, 91, 0.28);
  outline: none;
}

@media (max-width: 1200px) {
  .nav-menu {
    gap: 18px;
  }

  .brand-title {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .header-inner {
    min-height: 64px;
  }

  .mobile-menu-toggle {
    display: inline-flex;
  }

  .nav-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px;
    background: #ffffff;
    border: 1px solid rgba(24, 49, 79, 0.08);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    z-index: 1200;
  }

  .main-nav.is-open .nav-menu {
    display: flex;
  }

  .nav-item {
    width: 100%;
  }

  .nav-link {
    width: 100%;
    justify-content: space-between;
    padding: 14px 0;
  }

  .services-menu {
    position: static;
    min-width: 100%;
    max-width: none;
    margin-top: 4px;
    display: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0 0 10px 12px;
  }

  .nav-item--services:hover .services-menu,
  .nav-item--services:focus-within .services-menu {
    display: none;
  }

  .nav-item--services.is-open .services-menu {
    display: grid;
  }

  .nav-item--services.is-open .nav-arrow {
    transform: rotate(180deg);
  }

  .nav-item--cta {
    margin-left: 0;
    padding-top: 12px;
  }

  .header-cta {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .service-seo-section {
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .service-seo-card {
    padding: 22px 20px;
    border-radius: 26px;
    box-shadow: 0 14px 34px rgba(37, 75, 112, 0.1);
  }

  .service-seo-card .section-heading {
    margin-bottom: 14px;
  }

  .service-seo-card .eyebrow,
  .service-faq-section .eyebrow {
    padding: 8px 13px;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .service-seo-card h2,
  .service-faq-section h2 {
    font-size: 1.7rem;
    line-height: 1.08;
    letter-spacing: -0.02em;
  }

  .service-seo-block {
    margin-top: 16px;
    padding-top: 16px;
  }

  .service-seo-block h3 {
    margin-bottom: 8px;
    font-size: 1.05rem;
    line-height: 1.22;
  }

  .service-seo-block p {
    margin-bottom: 10px;
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .service-faq-section {
    padding-top: 24px;
    padding-bottom: calc(120px + env(safe-area-inset-bottom, 0px));
  }

  .service-faq-section .section-heading {
    margin-bottom: 16px;
  }

  .service-faq-section .grid {
    gap: 10px;
  }

  .service-faq-section .faq-card {
    padding: 16px 18px;
    border-radius: 18px;
  }

  .service-faq-section .faq-card--accordion summary {
    font-size: 0.98rem;
    line-height: 1.3;
  }

  .service-faq-section .faq-card--accordion p {
    font-size: 0.94rem;
    line-height: 1.56;
  }

  .topbar-inner {
    font-size: 13px;
    gap: 10px;
    padding: 8px 14px;
  }

  .header-shell {
    padding: 12px 14px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 20px;
  }

  .brand-title {
    font-size: 22px;
  }

  .brand-subtitle {
    font-size: 10px;
    letter-spacing: 0.18em;
  }
}

/* Premium motion layer: subtle, fast and transform-only. */
.reveal,
.hero-reveal {
  --reveal-delay: 0ms;
}

.motion-ready .reveal,
.motion-ready .hero-reveal {
  opacity: 0.72;
  transform: translate3d(0, 14px, 0);
  transition:
    opacity 0.46s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.46s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay);
}

.motion-ready .reveal-scale {
  transform: translate3d(0, 12px, 0) scale(0.992);
}

.motion-ready .reveal.is-visible,
.motion-ready .hero-reveal.is-visible,
.motion-ready .hero-visual .hero-reveal,
.motion-ready .hero__panel .hero-reveal {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.hero-visual .hero-reveal,
.hero__panel .hero-reveal {
  animation: premiumHeroIn 0.62s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--reveal-delay);
}

@keyframes premiumHeroIn {
  from {
    opacity: 0.82;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animated-gradient {
  background-size: 130% 130%, 100% 100%;
}

@keyframes premiumGradientDrift {
  from {
    background-position: 0% 0%, center;
  }
  to {
    background-position: 100% 100%, center;
  }
}

.hero__panel::before,
.hero__panel::after,
.hero-visual::before,
.hero-visual::after {
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.hero__panel:hover::before,
.hero-visual:hover::before {
  transform: translate3d(8px, -8px, 0);
}

.floating-element {
  animation: floatingElement 7s ease-in-out infinite alternate;
}

@keyframes floatingElement {
  from {
    transform: translate3d(0, 0, 0) rotate(18deg);
  }
  to {
    transform: translate3d(8px, -10px, 0) rotate(22deg);
  }
}

.premium-media--hero img {
  transform: translate3d(0, 0, 0) scale(1.01);
}

.hero-visual:hover .premium-media--hero img {
  transform: translate3d(0, -3px, 0) scale(1.035);
}

.button,
.button-secondary,
.header-cta,
.mobile-bar__book,
.mobile-bar__call,
.mobile-bar__chat,
.mobile-bar__telegram {
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    color 0.24s ease;
}

.button-shine {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.button-shine::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -55%;
  width: 42%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  opacity: 0;
  pointer-events: none;
}

.button-shine:hover,
.button-shine:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(21, 79, 179, 0.22);
}

.button-shine:hover::after,
.button-shine:focus-visible::after {
  opacity: 1;
  animation: buttonShineSweep 0.86s ease forwards;
}

@keyframes buttonShineSweep {
  to {
    left: 120%;
  }
}

.button--hero,
.mobile-bar__book {
  animation: ctaSoftPulse 2.4s ease-in-out 1 1.1s;
}

@keyframes ctaSoftPulse {
  0%,
  100% {
    box-shadow: 0 14px 30px rgba(38, 119, 240, 0.22);
  }
  50% {
    box-shadow: 0 18px 42px rgba(38, 119, 240, 0.32);
  }
}

.premium-hover {
  --mx: 50%;
  --my: 0%;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease,
    border-color 0.32s ease;
}

.premium-hover::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(255, 255, 255, 0.32), transparent 32%),
    linear-gradient(135deg, rgba(203, 169, 106, 0.08), transparent 42%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.32s ease;
}

.premium-hover:hover,
.premium-hover:focus-within {
  transform: translate3d(0, -4px, 0);
  border-color: rgba(203, 169, 106, 0.42);
  box-shadow: 0 28px 70px rgba(18, 52, 79, 0.16);
}

.premium-hover:hover::after,
.premium-hover:focus-within::after {
  opacity: 1;
}

.soft-glow:hover,
.soft-glow:focus-within,
.price-card:hover,
.price-card:focus-within {
  box-shadow:
    0 28px 70px rgba(18, 52, 79, 0.15),
    0 0 0 1px rgba(203, 169, 106, 0.24);
}

.card-media,
.page-media,
.premium-media {
  position: relative;
}

.card-media::before,
.page-media::before,
.premium-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0));
  transform: translateX(-120%);
  animation: imageShimmer 1.5s ease-in-out infinite;
  pointer-events: none;
}

.card-media:has(img.is-loaded)::before,
.page-media:has(img.is-loaded)::before,
.premium-media:has(img.is-loaded)::before {
  content: none;
}

@keyframes imageShimmer {
  to {
    transform: translateX(120%);
  }
}

.service-card .text-link,
.article-card .button-secondary,
.link-arrow,
.footer a,
.contact-card a {
  position: relative;
}

.service-card .text-link::after,
.link-arrow::after,
.footer a::after,
.contact-card a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
}

.service-card .text-link:hover::after,
.link-arrow:hover::after,
.footer a:hover::after,
.contact-card a:hover::after {
  transform: scaleX(1);
}

.service-card .text-link:hover,
.link-arrow:hover {
  transform: translateX(4px);
}

.arm-header .nav-link {
  position: relative;
}

.arm-header .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--brand));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
}

.arm-header .nav-link:hover::after,
.arm-header .nav-link:focus-visible::after,
.arm-header .nav-link[aria-current="page"]::after {
  transform: scaleX(1);
}

.arm-header .services-menu {
  transition:
    opacity 0.32s ease,
    transform 0.32s ease,
    visibility 0.32s ease,
    box-shadow 0.32s ease;
}

.arm-header .services-menu a {
  border-radius: 12px;
  padding: 8px 10px;
}

.arm-header .services-menu a:hover,
.arm-header .services-menu a:focus-visible {
  background: rgba(203, 169, 106, 0.1);
}

.doctor-card .rating,
.service-card__meta,
.feature-box__index,
.pill {
  transition: transform 0.26s ease, background 0.26s ease, box-shadow 0.26s ease;
}

.doctor-card:hover .rating,
.service-card:hover .service-card__meta,
.feature-box:hover .feature-box__index,
.pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(18, 52, 79, 0.08);
}

.faq-card--accordion summary {
  transition: color 0.25s ease, background 0.25s ease;
}

.faq-card--accordion summary::after {
  transition: transform 0.28s ease, color 0.28s ease;
}

.faq-card--accordion[open] summary::after {
  transform: rotate(180deg);
}

.faq-card--accordion[open] p {
  animation: faqAnswerIn 0.38s ease both;
}

@keyframes faqAnswerIn {
  from {
    opacity: 0;
    transform: translate3d(0, -6px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 760px) {
  .mobile-bar {
    transform: translate3d(0, calc(100% + 18px), 0);
    opacity: 0;
    transition: transform 0.34s ease, opacity 0.34s ease;
    padding-bottom: calc(7px + env(safe-area-inset-bottom, 0px));
  }

  .mobile-bar.is-visible,
  .mobile-bar:focus-within {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  .section .container.grid:has(.review-card) {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 12px;
    -webkit-overflow-scrolling: touch;
  }

  .section .container.grid:has(.review-card) .review-card {
    flex: 0 0 min(88vw, 360px);
    scroll-snap-align: start;
    opacity: 1 !important;
    transform: none !important;
  }

  .premium-hover,
  .premium-hover:hover,
  .premium-hover:focus-within {
    transform: translateY(0);
  }

  .button--hero,
  .header-cta,
  .mobile-bar__book {
    animation-duration: 5.5s;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal,
  .hero-reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  .mobile-bar {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 992px) {
  .site-header .header-shell,
  .arm-header .header-shell {
    position: relative !important;
  }

  .site-header .main-nav,
  .arm-header .main-nav {
    position: static !important;
  }

  .site-header .main-nav > .nav-menu,
  .arm-header .main-nav > .nav-menu {
    position: absolute !important;
    top: calc(100% + 10px) !important;
    left: 16px !important;
    right: 16px !important;
    width: auto !important;
    display: flex !important;
    max-height: min(72vh, 620px);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, -10px, 0) scale(0.985);
    transform-origin: top right;
    transition:
      opacity 0.28s ease,
      transform 0.28s ease,
      visibility 0.28s ease;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .site-header.is-menu-open .main-nav > .nav-menu,
  .arm-header.is-menu-open .main-nav > .nav-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

/* Fixed premium header polish */
:root {
  --site-header-height: 142px;
}

html {
  scroll-padding-top: calc(var(--site-header-height) + 18px);
}

body {
  padding-top: var(--site-header-height);
}

section[id],
article[id],
div[id] {
  scroll-margin-top: calc(var(--site-header-height) + 18px);
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1200;
  width: 100%;
  background: rgba(250, 252, 255, 0.9);
  border-bottom: 1px solid rgba(24, 49, 79, 0.08);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.72) inset;
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  transition: background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: rgba(24, 49, 79, 0.1);
  box-shadow: 0 16px 42px rgba(15, 35, 60, 0.12);
}

.topbar {
  background: rgba(255, 255, 255, 0.58);
  border-bottom: 1px solid rgba(24, 49, 79, 0.07);
}

.topbar-inner {
  max-width: 1320px;
  min-height: 38px;
  padding: 8px 24px;
  gap: 14px 20px;
  flex-wrap: nowrap;
  font-size: 14px;
  line-height: 1.35;
}

.topbar-item,
.topbar-link,
.topbar-book,
.topbar-socials a {
  white-space: nowrap;
}

.topbar-item {
  color: rgba(24, 49, 79, 0.78);
}

.topbar-link,
.topbar-book,
.topbar-socials a {
  color: #18314f;
  text-decoration: none;
}

.topbar-link {
  font-weight: 800;
}

.topbar-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid rgba(184, 149, 91, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 8px 22px rgba(15, 35, 60, 0.07);
  font-weight: 800;
  color: #8b6d3e;
}

.topbar-socials {
  gap: 10px;
}

.topbar-socials a {
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(24, 49, 79, 0.055);
  font-weight: 750;
}

.topbar-link:hover,
.topbar-book:hover,
.topbar-socials a:hover,
.topbar-link:focus-visible,
.topbar-book:focus-visible,
.topbar-socials a:focus-visible {
  color: #9b7844;
  outline: none;
}

.header-shell {
  max-width: 1320px;
  padding: 14px 24px;
  transition: padding 0.22s ease;
}

.site-header.is-scrolled .header-shell {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-inner {
  min-height: 66px;
  gap: 20px;
}

.brand {
  min-width: 0;
  max-width: min(320px, 36vw);
}

.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 15px;
}

.brand-title {
  font-size: clamp(22px, 2vw, 27px);
  letter-spacing: 0;
}

.brand-subtitle {
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-menu {
  gap: clamp(12px, 1.5vw, 22px);
}

.nav-link {
  font-size: 15px;
}

.services-menu {
  z-index: 1250;
}

.mobile-menu-toggle {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(24, 49, 79, 0.1);
  box-shadow: 0 12px 28px rgba(15, 35, 60, 0.11);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus-visible {
  transform: translateY(-1px);
  background: #ffffff;
  border-color: rgba(184, 149, 91, 0.24);
  box-shadow: 0 16px 34px rgba(15, 35, 60, 0.14);
  outline: none;
}

.mobile-menu-toggle:active {
  transform: translateY(0);
  box-shadow: 0 8px 20px rgba(15, 35, 60, 0.11);
}

.main-nav.is-open .nav-menu {
  z-index: 1300;
}

.mobile-bar {
  z-index: 900;
}

body.arm-menu-lock {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .topbar-inner {
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .topbar-inner::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 992px) {
  :root {
    --site-header-height: 118px;
  }

  .topbar-inner {
    min-height: 40px;
    padding: 7px 16px;
    font-size: 14px;
  }

  .header-shell {
    padding: 9px 16px;
  }

  .site-header.is-scrolled .header-shell {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .header-inner {
    min-height: 58px;
  }

  .brand {
    max-width: calc(100vw - 100px);
    gap: 11px;
  }

  .brand-mark {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 20px;
  }

  .brand-title {
    font-size: 22px;
  }

  .brand-subtitle {
    max-width: 132px;
    font-size: 10px;
    letter-spacing: 0.15em;
  }

  .mobile-menu-toggle {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
    border-radius: 18px;
  }

  .nav-menu {
    top: calc(100% + 10px) !important;
    right: 16px !important;
    left: auto !important;
    width: min(356px, calc(100vw - 32px)) !important;
    max-height: calc(100vh - var(--site-header-height) - 24px);
    overflow-y: auto;
    justify-content: flex-start !important;
    border-radius: 20px;
    box-shadow: 0 22px 52px rgba(15, 35, 60, 0.18);
  }

  .services-menu {
    position: static !important;
    display: none !important;
    min-width: 100%;
    max-width: none;
    max-height: min(44vh, 360px);
    margin-top: 2px;
    padding: 0 0 10px 12px;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .nav-item--services:hover .services-menu,
  .nav-item--services:focus-within .services-menu {
    display: none !important;
  }

  .nav-item--services.is-open .services-menu {
    display: grid !important;
  }

  .services-menu a {
    min-height: 38px;
    padding: 8px 0;
  }
}

@media (max-width: 430px) {
  :root {
    --site-header-height: 112px;
  }

  .topbar-inner {
    gap: 8px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 14px;
  }

  .topbar-book,
  .topbar-socials a {
    min-height: 34px;
    padding: 0 11px;
  }

  .header-shell {
    padding-right: 14px;
    padding-left: 14px;
  }

  .header-inner {
    gap: 12px;
    min-height: 56px;
  }

  .brand-text {
    min-width: 0;
  }

  .brand-title {
    font-size: 21px;
  }

  .brand-subtitle {
    max-width: 116px;
  }

  .mobile-menu-toggle {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
    border-radius: 17px;
  }

  .nav-menu {
    width: calc(100vw - 28px) !important;
  }
}

@media (max-width: 374px) {
  .brand-mark {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .brand-title {
    font-size: 20px;
  }

  .brand-subtitle {
    max-width: 104px;
    font-size: 9px;
  }

  .mobile-menu-toggle {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }
}

/* Mobile header: compact logo + burger only. */
@media (max-width: 768px) {
  :root {
    --site-header-height: 96px;
  }

  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

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

  body {
    padding-top: var(--site-header-height);
  }

  .site-header {
    position: sticky;
    top: 0;
    right: auto;
    left: auto;
    z-index: 1200;
    background: rgba(248, 251, 255, 0.96);
    border-bottom: 1px solid rgba(15, 35, 60, 0.08);
    box-shadow: 0 6px 22px rgba(15, 35, 60, 0.06);
    padding-top: 0;
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
  }

  .site-header.is-scrolled {
    background: rgba(255, 255, 255, 0.98);
    border-bottom-color: rgba(15, 35, 60, 0.1);
    box-shadow: 0 12px 34px rgba(15, 35, 60, 0.13);
  }

  .topbar {
    display: none !important;
  }

  .header-shell {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .header-inner {
    min-height: 86px;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }

  .brand {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    gap: 12px;
    min-width: 0;
    max-width: none;
    overflow: hidden;
  }

  .brand-mark {
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    border-radius: 20px;
  }

  .brand-text {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
  }

  .brand-title {
    display: block;
    overflow: visible;
    color: #102d4a;
    font-size: clamp(28px, 8vw, 38px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
    text-overflow: clip;
    white-space: nowrap;
  }

  .brand-subtitle {
    display: block;
    max-width: 100%;
    margin-top: 5px;
    overflow: hidden;
    color: rgba(16, 45, 74, 0.68);
    font-size: clamp(10px, 3vw, 13px);
    line-height: 1;
    letter-spacing: 0.14em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .main-nav {
    flex: 0 0 auto;
  }

  .mobile-menu-toggle {
    display: flex;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(15, 35, 60, 0.1);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 35, 60, 0.1);
    align-items: center;
    justify-content: center;
  }

  .mobile-menu-toggle span {
    background: #102d4a;
  }

  .nav-menu {
    top: calc(100% + 10px) !important;
    right: 30px !important;
    left: auto !important;
    width: min(356px, calc(100vw - 60px)) !important;
    max-height: calc(100vh - 118px);
  }
}

@media (max-width: 390px) {
  :root {
    --site-header-height: 82px;
  }

  .header-inner {
    min-height: 78px;
    padding: 12px 18px;
    gap: 10px;
  }

  .brand-mark {
    flex-basis: 54px;
    width: 54px;
    height: 54px;
    border-radius: 18px;
  }

  .brand-title {
    font-size: 30px;
    letter-spacing: -0.05em;
  }

  .brand-subtitle {
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .mobile-menu-toggle {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
    border-radius: 18px;
  }

  .nav-menu {
    right: 24px !important;
    width: min(356px, calc(100vw - 48px)) !important;
  }
}

@media (max-width: 360px) {
  .header-inner {
    padding-right: 18px;
    padding-left: 18px;
  }

  .brand-title {
    font-size: 29px;
  }

  .brand-subtitle {
    display: none;
  }

  .nav-menu {
    right: 18px !important;
    width: calc(100vw - 36px) !important;
  }
}

/* Mobile sticky guard: keep the compact header visible while scrolling. */
@media (max-width: 768px) {
  body {
    padding-top: var(--site-header-height) !important;
  }

  header.site-header,
  .site-header {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 9999 !important;
    width: 100% !important;
    background: rgba(248, 251, 255, 0.97) !important;
    border-bottom: 1px solid rgba(15, 35, 60, 0.08) !important;
    box-shadow: 0 8px 24px rgba(15, 35, 60, 0.08) !important;
    transform: none !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
  }

  header.site-header.is-scrolled,
  .site-header.is-scrolled {
    top: 0 !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 12px 34px rgba(15, 35, 60, 0.13) !important;
    transform: none !important;
  }

  .site-header .header-shell,
  .site-header.is-scrolled .header-shell {
    padding: 0 !important;
  }
}
