:root {
  --bg: #f7fbff;
  --card: #ffffff;
  --text: #132f46;
  --muted: #5f7182;
  --brand: #0066b3;
  --brand-dark: #004f8c;
  --accent: #eaf4ff;
  --line: #d7e6f2;
  --danger: #e31b23;
  --shadow: 0 18px 50px rgba(0, 68, 120, 0.12);
  --radius: 22px;
  color-scheme: light;
}

:root[data-theme="dark"] {
  --bg: #071824;
  --card: #0d2434;
  --text: #edf7ff;
  --muted: #a9bdcc;
  --brand: #4ab3ff;
  --brand-dark: #8fd0ff;
  --accent: #12314a;
  --line: #28495f;
  --danger: #ff4d5a;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Inter, Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

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

.topbar {
  background: #003f70;
  color: #edf7ff;
  font-size: 14px;
  padding: 10px 0;
}

.topbar__inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.topbar__phones {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  font-weight: 700;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.phone-link::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3 1.3.4 2.6.6 4 .6.7 0 1.2.5 1.2 1.2v3.5c0 .7-.5 1.2-1.2 1.2C10.6 21.5 2.5 13.4 2.5 3.4c0-.7.5-1.2 1.2-1.2h3.5c.7 0 1.2.5 1.2 1.2 0 1.4.2 2.8.6 4 .1.4 0 .9-.3 1.2l-2.1 2.2z'/%3E%3C/svg%3E") center/16px 16px no-repeat;
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 251, 255, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.theme-toggle {
  appearance: none;
  -webkit-appearance: none;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 15px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--brand);
  background: var(--card);
  box-shadow: 0 12px 26px rgba(0, 68, 120, 0.12);
  cursor: pointer;
  font: inherit;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.theme-toggle::before {
  content: "";
  width: 19px;
  height: 19px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 18a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0 4a1 1 0 0 1-1-1v-1.2a1 1 0 1 1 2 0V21a1 1 0 0 1-1 1zm0-17.8a1 1 0 0 1-1-1V2a1 1 0 1 1 2 0v1.2a1 1 0 0 1-1 1zM4.9 20.1a1 1 0 0 1-.7-1.7l.9-.9a1 1 0 1 1 1.4 1.4l-.9.9a1 1 0 0 1-.7.3zm12.7-12.6a1 1 0 0 1-.7-1.7l.9-.9a1 1 0 1 1 1.4 1.4l-.9.9a1 1 0 0 1-.7.3zM3.2 13H2a1 1 0 1 1 0-2h1.2a1 1 0 1 1 0 2zM22 13h-1.2a1 1 0 1 1 0-2H22a1 1 0 1 1 0 2zM5.8 7.5a1 1 0 0 1-.7-.3l-.9-.9a1 1 0 0 1 1.4-1.4l.9.9a1 1 0 0 1-.7 1.7zm13.3 12.6a1 1 0 0 1-.7-.3l-.9-.9a1 1 0 0 1 1.4-1.4l.9.9a1 1 0 0 1-.7 1.7z'/%3E%3C/svg%3E") center/19px 19px no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 18a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0 4a1 1 0 0 1-1-1v-1.2a1 1 0 1 1 2 0V21a1 1 0 0 1-1 1zm0-17.8a1 1 0 0 1-1-1V2a1 1 0 1 1 2 0v1.2a1 1 0 0 1-1 1zM4.9 20.1a1 1 0 0 1-.7-1.7l.9-.9a1 1 0 1 1 1.4 1.4l-.9.9a1 1 0 0 1-.7.3zm12.7-12.6a1 1 0 0 1-.7-1.7l.9-.9a1 1 0 1 1 1.4 1.4l-.9.9a1 1 0 0 1-.7.3zM3.2 13H2a1 1 0 1 1 0-2h1.2a1 1 0 1 1 0 2zM22 13h-1.2a1 1 0 1 1 0-2H22a1 1 0 1 1 0 2zM5.8 7.5a1 1 0 0 1-.7-.3l-.9-.9a1 1 0 0 1 1.4-1.4l.9.9a1 1 0 0 1-.7 1.7zm13.3 12.6a1 1 0 0 1-.7-.3l-.9-.9a1 1 0 0 1 1.4-1.4l.9.9a1 1 0 0 1-.7 1.7z'/%3E%3C/svg%3E") center/19px 19px no-repeat;
}

.theme-toggle:hover,
.theme-toggle:focus,
.theme-toggle:active {
  color: var(--brand);
  background: var(--card);
  border-color: var(--brand);
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 68, 120, 0.18);
  outline: none;
}

.theme-toggle:focus-visible {
  outline: 3px solid rgba(74, 179, 255, 0.32);
  outline-offset: 3px;
}

body.podolog-site .theme-toggle,
body.podolog-landing .theme-toggle,
body.podolog-site .theme-toggle:hover,
body.podolog-site .theme-toggle:focus,
body.podolog-site .theme-toggle:active,
body.podolog-landing .theme-toggle:hover,
body.podolog-landing .theme-toggle:focus,
body.podolog-landing .theme-toggle:active {
  color: var(--brand) !important;
  background: var(--card) !important;
  border-color: var(--brand) !important;
}

:root[data-theme="dark"] .theme-toggle::before {
  mask: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M21.6 14.1A8.1 8.1 0 0 1 9.9 2.4a1 1 0 0 0-1.1-1.6A10.1 10.1 0 1 0 23.2 15.2a1 1 0 0 0-1.6-1.1z'/%3E%3C/svg%3E") center/19px 19px no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M21.6 14.1A8.1 8.1 0 0 1 9.9 2.4a1 1 0 0 0-1.1-1.6A10.1 10.1 0 1 0 23.2 15.2a1 1 0 0 0-1.6-1.1z'/%3E%3C/svg%3E") center/19px 19px no-repeat;
}

body.admin-bar .header {
  top: 32px;
}

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

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: -0.03em;
  font-size: 20px;
}

.logo__image {
  width: 78px;
  height: auto;
  flex: 0 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.nav a:hover {
  color: var(--brand-dark);
}

.nav__instagram,
.nav__telegram {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background:
    radial-gradient(circle at 30% 105%, #fdf497 0 16%, #fd5949 38%, #d6249f 62%, #285aeb 100%);
  box-shadow: 0 12px 26px rgba(214, 36, 159, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nav__telegram {
  background: linear-gradient(135deg, #2aabee, #168acd);
  box-shadow: 0 12px 26px rgba(42, 171, 238, 0.22);
}

.nav__instagram::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  mask: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M7.8 2h8.4A5.8 5.8 0 0 1 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8A5.8 5.8 0 0 1 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2zm0 2A3.8 3.8 0 0 0 4 7.8v8.4A3.8 3.8 0 0 0 7.8 20h8.4a3.8 3.8 0 0 0 3.8-3.8V7.8A3.8 3.8 0 0 0 16.2 4H7.8zm8.9 2.1a1.2 1.2 0 1 1 0 2.4 1.2 1.2 0 0 1 0-2.4zM12 7.1a4.9 4.9 0 1 1 0 9.8 4.9 4.9 0 0 1 0-9.8zm0 2a2.9 2.9 0 1 0 0 5.8 2.9 2.9 0 0 0 0-5.8z'/%3E%3C/svg%3E") center/18px 18px no-repeat;
}

.nav__telegram::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  mask: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M21.6 4.2 18.4 19c-.2 1-.8 1.2-1.6.8l-4.5-3.3-2.2 2.1c-.2.2-.4.4-.9.4l.3-4.6 8.4-7.6c.4-.3-.1-.5-.6-.2L7 13.1l-4.4-1.4c-1-.3-1-1 0-1.4L20 3.6c.8-.3 1.5.2 1.6.6z'/%3E%3C/svg%3E") center/18px 18px no-repeat;
}

.nav__instagram:hover,
.nav__telegram:hover {
  transform: translateY(-2px);
}

.nav__instagram:hover {
  box-shadow: 0 16px 30px rgba(214, 36, 159, 0.3);
}

.nav__telegram:hover {
  box-shadow: 0 16px 30px rgba(42, 171, 238, 0.3);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 13px 20px;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(0, 102, 179, 0.24);
  transition: transform 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  background: var(--danger);
}

.btn--light {
  background: #fff;
  color: var(--danger);
  box-shadow: none;
  border: 1px solid var(--line);
}

.btn--light:hover,
.btn--light:focus,
.btn--light:active {
  background: var(--danger);
  color: #fff;
}

.btn--outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  background: #fff;
  color: var(--brand);
  border: 1px solid var(--brand);
  box-shadow: none;
  line-height: 1;
}

.btn--outline:hover {
  color: #fff;
  border-color: var(--brand);
  background: var(--brand);
}

.hero__actions .btn,
.hero__actions .booking-dropdown summary {
  height: 64px;
  min-height: 64px;
  padding-block: 0;
  line-height: 1;
}

.hero__actions .btn--outline {
  width: 180px;
  min-width: 180px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}

body.podolog-landing .hero__actions .btn,
body.podolog-landing .hero__actions .booking-dropdown > summary {
  height: 64px !important;
  min-height: 64px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1 !important;
}

body.podolog-landing .hero__actions .btn--outline {
  display: inline-flex !important;
  align-items: center !important;
  width: 180px !important;
  min-width: 180px !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1 !important;
}

.booking-dropdown {
  position: relative;
  display: inline-block;
}

.booking-dropdown summary {
  list-style: none;
  white-space: nowrap;
}

.booking-dropdown summary::-webkit-details-marker {
  display: none;
}

.booking-dropdown__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 40;
  width: 260px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}

.hero__actions .booking-dropdown__menu {
  left: 0;
  right: auto;
}

.booking-dropdown__menu a {
  display: block;
  border-radius: 12px;
  padding: 12px 14px;
  color: var(--text);
}

.booking-dropdown__menu a:hover {
  background: var(--accent);
}

.booking-dropdown__menu span,
.booking-dropdown__menu strong {
  display: block;
}

.booking-dropdown__menu span {
  color: var(--muted);
  font-size: 13px;
}

.booking-dropdown__menu strong {
  color: var(--brand);
  font-size: 16px;
  margin-top: 2px;
}

.service-menu {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
}

.service-menu__button {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #003f70, #006fc4);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(0, 102, 179, 0.26);
  cursor: pointer;
  list-style: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.service-menu__button::-webkit-details-marker {
  display: none;
}

.service-menu__button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #004f8c, #e31b23);
  box-shadow: 0 22px 46px rgba(0, 102, 179, 0.34);
}

.service-menu__icon {
  width: 22px;
  display: grid;
  gap: 5px;
}

.service-menu__icon span {
  display: block;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.service-menu__panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 45;
  width: 340px;
  padding: 10px;
  border: 1px solid rgba(178, 205, 224, 0.82);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 70px rgba(19, 47, 70, 0.18);
  backdrop-filter: blur(16px);
}

.service-menu__panel a {
  display: block;
  border-radius: 14px;
  padding: 13px 14px;
  color: var(--text);
  font-weight: 850;
  line-height: 1.25;
}

.service-menu__panel a:hover {
  background: var(--accent);
  color: var(--brand-dark);
}

.whatsapp-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.whatsapp-link::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #25d366 url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M16.6 13.9c-.2-.1-1.4-.7-1.6-.8-.2-.1-.4-.1-.6.1-.2.2-.6.8-.8 1-.1.2-.3.2-.5.1-.7-.3-1.4-.7-1.9-1.2-.5-.5-.9-1.1-1.3-1.8-.1-.2 0-.4.1-.5.1-.1.2-.3.4-.4.1-.1.2-.3.3-.4.1-.2 0-.3 0-.4 0-.1-.5-1.3-.7-1.7-.2-.4-.4-.4-.6-.4h-.5c-.2 0-.4.1-.6.3-.2.2-.8.8-.8 2 0 1.2.8 2.3 1 2.5.1.2 1.7 2.6 4.1 3.6.6.2 1 .4 1.4.5.6.2 1.1.1 1.5.1.5-.1 1.4-.6 1.6-1.1.2-.5.2-1 .2-1.1-.1-.2-.3-.3-.5-.4z'/%3E%3C/svg%3E") center/14px 14px no-repeat;
}

.cta__box .booking-dropdown {
  flex: 0 0 auto;
}

.cta__box .booking-dropdown summary {
  min-width: 230px;
}

body.podolog-landing .booking-dropdown {
  position: relative !important;
  display: inline-block !important;
}

body.podolog-landing .booking-dropdown > summary {
  display: inline-flex !important;
  list-style: none !important;
  white-space: nowrap !important;
}

body.podolog-landing .booking-dropdown > summary::-webkit-details-marker {
  display: none !important;
}

body.podolog-landing .booking-dropdown__menu {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  right: 0 !important;
  z-index: 9999 !important;
  width: 260px !important;
  padding: 10px !important;
  border: 1px solid var(--line) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: var(--shadow) !important;
}

body.podolog-landing .hero__actions .booking-dropdown__menu {
  left: 0 !important;
  right: auto !important;
}

body.podolog-landing .booking-dropdown__menu a {
  display: block !important;
  border-radius: 12px !important;
  padding: 12px 14px !important;
  color: var(--text) !important;
  text-decoration: none !important;
}

body.podolog-landing .cta__box .booking-dropdown {
  flex: 0 0 auto !important;
}

body.podolog-landing .cta__box .booking-dropdown > summary {
  min-width: 230px !important;
}

.hero {
  padding: 72px 0 48px;
  overflow: hidden;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 44px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--brand);
  font-weight: 900;
  font-size: 13px;
  margin-bottom: 18px;
}

h1 {
  font-size: clamp(36px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  margin-bottom: 22px;
}

.hero__text {
  font-size: 19px;
  color: var(--muted);
  max-width: 650px;
  margin-bottom: 30px;
}

.hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 650px;
}

.stat {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
}

.stat strong {
  display: block;
  font-size: 26px;
  color: var(--danger);
  line-height: 1;
  margin-bottom: 6px;
}

.stat span {
  color: var(--muted);
  font-size: 14px;
}

.hero-card {
  position: relative;
  min-height: 520px;
  border-radius: 36px;
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(0, 102, 179, 0.24), transparent 40%),
    linear-gradient(145deg, #ffffff, #eaf4ff);
  box-shadow: var(--shadow);
  overflow: hidden;
  border: 1px solid #fff;
}

.hero-card::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(227, 27, 35, 0.12);
  right: -90px;
  bottom: -90px;
}

.hero-card__image {
  position: absolute;
  inset: 120px 28px 28px;
  border-radius: 28px;
  background:
    linear-gradient(rgba(0, 63, 112, 0.08), rgba(0, 63, 112, 0.08)),
    url("assets/images/hero-podology-blue.webp?v=20260519-blue") center/cover;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.65);
}

.hero-card__label {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 20px;
  max-width: 330px;
  box-shadow: 0 14px 30px rgba(0, 68, 120, 0.1);
}

.hero-card__label b {
  display: block;
  font-size: 19px;
  margin-bottom: 4px;
}

.section {
  padding: 62px 0;
  scroll-margin-top: 32px;
}

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

.section__head h2 {
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.section__head p {
  max-width: 520px;
  color: var(--muted);
}

.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.service-card,
.doctor-card,
.contact-card,
.process-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 10px 35px rgba(0, 68, 120, 0.06);
}

.service-card {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 18px;
  border-color: rgba(178, 205, 224, 0.78);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 252, 255, 0.9)),
    radial-gradient(circle at 18% 0%, rgba(0, 102, 179, 0.12), transparent 34%);
  box-shadow:
    0 24px 60px rgba(19, 47, 70, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: inherit;
  cursor: pointer;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #0066b3, #78c7ff 45%, #d8b15f);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 102, 179, 0.28);
  box-shadow:
    0 30px 70px rgba(19, 47, 70, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card:focus-visible {
  outline: 3px solid rgba(0, 102, 179, 0.3);
  outline-offset: 4px;
}

.service-card__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 102, 179, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(145deg, #ffffff, #eaf4ff),
    var(--accent);
  color: var(--brand);
  font-size: 24px;
  margin-bottom: 24px;
  box-shadow:
    0 14px 28px rgba(0, 102, 179, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.service-card__media {
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(0, 102, 179, 0.12);
  background: var(--accent);
  box-shadow:
    0 16px 34px rgba(0, 68, 120, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.service-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.3s ease;
}

.service-card:hover .service-card__media img {
  transform: scale(1.04);
}

.service-card h3,
.doctor-card h3,
.contact-card h3,
.process-card h3 {
  font-size: 20px;
  margin-bottom: 9px;
  letter-spacing: -0.03em;
}

.service-card h3 {
  max-width: 280px;
  font-size: 21px;
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.service-card p,
.doctor-card p,
.contact-card p,
.process-card p {
  color: var(--muted);
  font-size: 15px;
}

.service-card p {
  max-width: 300px;
  color: #607385;
  font-size: 15.5px;
  line-height: 1.62;
}

.doctors {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.doctor-card {
  overflow: hidden;
  padding: 0;
}

.doctor-card__photo {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center 18%;
  background: var(--accent);
}

.doctor-card__photo--csoy {
  object-position: center 12%;
}

.doctor-card__photo--nurkalieva,
.doctor-card__photo--zhanna,
.doctor-card__photo--zhuldyzay {
  object-position: center 10%;
}

.doctor-card__photo--barkunova {
  object-position: center top;
}

.doctor-card__photo--malikova {
  object-position: center 12%;
}

.doctor-card__body {
  padding: 22px;
}

.badge {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 12px;
}

.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  counter-reset: step;
}

.process-card {
  position: relative;
}

.process-card::before {
  counter-increment: step;
  content: "0" counter(step);
  display: block;
  color: var(--danger);
  font-weight: 900;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 16px;
}

.contacts {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 20px;
  align-items: stretch;
}

.contact-list {
  display: grid;
  gap: 14px;
}

.contact-card strong {
  display: block;
  margin: 10px 0 4px;
}

.contact-card__whatsapp {
  margin-top: 8px;
  color: var(--brand);
  font-weight: 800;
}

.map-block {
  min-height: 470px;
  border-radius: 32px;
  background:
    linear-gradient(rgba(0, 63, 112, 0.22), rgba(0, 63, 112, 0.22)),
    url("https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=1200&q=80") center/cover;
  box-shadow: var(--shadow);
  display: flex;
  align-items: flex-end;
  padding: 24px;
  color: #fff;
}

.map-block__box {
  width: 100%;
  background: rgba(0, 63, 112, 0.86);
  backdrop-filter: blur(10px);
  border-radius: 22px;
  padding: 22px;
}

.map-block__box p {
  color: rgba(255, 255, 255, 0.82);
  margin-top: 6px;
}

.map-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.map-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-weight: 800;
  padding: 10px 14px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.map-links a:hover {
  background: rgba(227, 27, 35, 0.92);
  transform: translateY(-2px);
}

.cta {
  padding: 58px 0 76px;
}

.cta .container {
  width: min(1320px, calc(100% - 48px));
  margin-inline: auto;
}

body.podolog-landing .cta .container {
  width: min(1320px, calc(100% - 48px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.cta__box {
  width: min(1320px, 100%);
  margin-inline: auto;
  border-radius: 36px;
  padding: 42px;
  background: linear-gradient(135deg, #003f70, #0066b3 62%, #e31b23);
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  box-shadow: var(--shadow);
}

body.podolog-landing .cta__box {
  width: min(1320px, calc(100vw - 48px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.cta h2 {
  font-size: clamp(28px, 4vw, 46px);
  letter-spacing: -0.05em;
  line-height: 1.05;
  margin-bottom: 12px;
}

.cta p {
  color: rgba(255,255,255,0.82);
  max-width: 660px;
}

.footer {
  background: #002f54;
  color: rgba(255,255,255,0.72);
  padding: 30px 0;
  font-size: 14px;
  position: relative;
}

.footer__inner {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer__copyright span {
  display: inline;
}

body.podolog-site .site-content,
body.podolog-site #content,
body.podolog-site .content-area,
body.podolog-site .site-main,
body.podolog-site main {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

body.podolog-site .site-content,
body.podolog-site #content {
  padding: 56px 0;
}

body.podolog-site .entry-header,
body.podolog-site .page-header {
  margin-bottom: 28px;
}

body.podolog-site .entry-title,
body.podolog-site .page-title {
  color: var(--text);
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

body.podolog-site .entry-content {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

body.podolog-site .entry-content h1,
body.podolog-site .entry-content h2,
body.podolog-site .entry-content h3 {
  color: var(--text);
  letter-spacing: -0.04em;
  line-height: 1.15;
  margin: 34px 0 14px;
}

body.podolog-site .entry-content p,
body.podolog-site .entry-content ul,
body.podolog-site .entry-content ol {
  margin-bottom: 18px;
}

body.podolog-site .entry-content a {
  color: var(--brand);
  font-weight: 800;
}

.podolog-global-cta {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 42px;
}

.podolog-global-cta .container {
  width: min(100%, calc(100vw - 48px));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.podolog-global-cta .cta__box {
  width: 100%;
  max-width: none;
}

.call-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
}

.call-float summary {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25d366;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 18px 36px rgba(37, 211, 102, 0.32);
  cursor: pointer;
  list-style: none;
  position: relative;
  animation: whatsapp-bounce 2.4s ease-in-out infinite;
}

.call-float summary::after {
  content: "";
  position: absolute;
  inset: -8px;
  border: 2px solid rgba(37, 211, 102, 0.55);
  border-radius: 50%;
  animation: whatsapp-pulse 2.4s ease-out infinite;
}

.call-float summary::before {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M16.6 13.9c-.2-.1-1.4-.7-1.6-.8-.2-.1-.4-.1-.6.1-.2.2-.6.8-.8 1-.1.2-.3.2-.5.1-.7-.3-1.4-.7-1.9-1.2-.5-.5-.9-1.1-1.3-1.8-.1-.2 0-.4.1-.5.1-.1.2-.3.4-.4.1-.1.2-.3.3-.4.1-.2 0-.3 0-.4 0-.1-.5-1.3-.7-1.7-.2-.4-.4-.4-.6-.4h-.5c-.2 0-.4.1-.6.3-.2.2-.8.8-.8 2 0 1.2.8 2.3 1 2.5.1.2 1.7 2.6 4.1 3.6.6.2 1 .4 1.4.5.6.2 1.1.1 1.5.1.5-.1 1.4-.6 1.6-1.1.2-.5.2-1 .2-1.1-.1-.2-.3-.3-.5-.4z'/%3E%3Cpath fill='white' d='M12 3a8.7 8.7 0 0 0-7.4 13.3L3.6 21l4.8-1.2A8.7 8.7 0 1 0 12 3zm0 1.7a7 7 0 0 1 0 14c-1.2 0-2.3-.3-3.3-.8l-.3-.2-2.5.6.6-2.4-.2-.3A7 7 0 0 1 12 4.7z'/%3E%3C/svg%3E") center/34px 34px no-repeat;
  position: relative;
  z-index: 1;
}

.call-float summary:hover {
  background: #1ebe5d;
  animation-play-state: paused;
}

.call-float summary::-webkit-details-marker {
  display: none;
}

.call-float__menu {
  position: absolute;
  right: 0;
  bottom: 74px;
  width: 260px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}

.call-float__branch {
  border-radius: 12px;
  padding: 12px 14px;
  color: var(--text);
}

.call-float__branch:hover {
  background: var(--accent);
}

.call-float__menu a,
.call-float__branch-title {
  display: block;
}

.call-float__branch-title {
  color: var(--muted);
  font-size: 13px;
}

.call-float__menu a {
  color: var(--brand);
  font-size: 16px;
  margin-top: 2px;
  font-weight: 800;
}

.booking-dropdown__menu .whatsapp-link,
.call-float__menu .whatsapp-link {
  display: inline-flex;
}

.call-float__menu .phone-link {
  display: inline-flex;
  color: var(--text);
  margin-top: 6px;
}

.call-float__socials {
  display: flex;
  gap: 10px;
  padding: 8px 14px 12px;
}

.call-float__social {
  width: 38px;
  height: 38px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  margin-top: 0 !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.call-float__social--instagram {
  background:
    radial-gradient(circle at 30% 105%, #fdf497 0 16%, #fd5949 38%, #d6249f 62%, #285aeb 100%);
  box-shadow: 0 12px 26px rgba(214, 36, 159, 0.24);
}

.call-float__social--telegram {
  background: linear-gradient(135deg, #2aabee, #168acd);
  box-shadow: 0 12px 26px rgba(42, 171, 238, 0.24);
}

.call-float__social::before {
  content: "";
  width: 19px;
  height: 19px;
  background: #fff;
}

.call-float__social--instagram::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M7.8 2h8.4A5.8 5.8 0 0 1 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8A5.8 5.8 0 0 1 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2zm0 2A3.8 3.8 0 0 0 4 7.8v8.4A3.8 3.8 0 0 0 7.8 20h8.4a3.8 3.8 0 0 0 3.8-3.8V7.8A3.8 3.8 0 0 0 16.2 4H7.8zm8.9 2.1a1.2 1.2 0 1 1 0 2.4 1.2 1.2 0 0 1 0-2.4zM12 7.1a4.9 4.9 0 1 1 0 9.8 4.9 4.9 0 0 1 0-9.8zm0 2a2.9 2.9 0 1 0 0 5.8 2.9 2.9 0 0 0 0-5.8z'/%3E%3C/svg%3E") center/19px 19px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M7.8 2h8.4A5.8 5.8 0 0 1 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8A5.8 5.8 0 0 1 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2zm0 2A3.8 3.8 0 0 0 4 7.8v8.4A3.8 3.8 0 0 0 7.8 20h8.4a3.8 3.8 0 0 0 3.8-3.8V7.8A3.8 3.8 0 0 0 16.2 4H7.8zm8.9 2.1a1.2 1.2 0 1 1 0 2.4 1.2 1.2 0 0 1 0-2.4zM12 7.1a4.9 4.9 0 1 1 0 9.8 4.9 4.9 0 0 1 0-9.8zm0 2a2.9 2.9 0 1 0 0 5.8 2.9 2.9 0 0 0 0-5.8z'/%3E%3C/svg%3E") center/19px 19px no-repeat;
}

.call-float__social--telegram::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M21.6 4.2 18.4 19c-.2 1-.8 1.2-1.6.8l-4.5-3.3-2.2 2.1c-.2.2-.4.4-.9.4l.3-4.6 8.4-7.6c.4-.3-.1-.5-.6-.2L7 13.1l-4.4-1.4c-1-.3-1-1 0-1.4L20 3.6c.8-.3 1.5.2 1.6.6z'/%3E%3C/svg%3E") center/19px 19px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M21.6 4.2 18.4 19c-.2 1-.8 1.2-1.6.8l-4.5-3.3-2.2 2.1c-.2.2-.4.4-.9.4l.3-4.6 8.4-7.6c.4-.3-.1-.5-.6-.2L7 13.1l-4.4-1.4c-1-.3-1-1 0-1.4L20 3.6c.8-.3 1.5.2 1.6.6z'/%3E%3C/svg%3E") center/19px 19px no-repeat;
}

.call-float__social:hover {
  transform: translateY(-2px);
}

:root[data-theme="dark"] .header {
  background: rgba(7, 24, 36, 0.94);
}

:root[data-theme="dark"] .logo__image {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 12px;
  padding: 5px 7px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

:root[data-theme="dark"] .topbar,
:root[data-theme="dark"] .footer {
  background: #031321;
}

:root[data-theme="dark"] .hero-card,
:root[data-theme="dark"] .hero-card__label,
:root[data-theme="dark"] .stat,
:root[data-theme="dark"] .service-card,
:root[data-theme="dark"] .doctor-card,
:root[data-theme="dark"] .contact-card,
:root[data-theme="dark"] .booking-dropdown__menu,
:root[data-theme="dark"] .service-menu__panel,
:root[data-theme="dark"] .call-float__menu {
  background: var(--card);
  border-color: var(--line);
  box-shadow: var(--shadow);
}

:root[data-theme="dark"] .service-card::before,
:root[data-theme="dark"] .doctor-card__badge,
:root[data-theme="dark"] .eyebrow,
:root[data-theme="dark"] .service-card__icon,
:root[data-theme="dark"] .booking-dropdown__menu a:hover,
:root[data-theme="dark"] .service-menu__panel a:hover,
:root[data-theme="dark"] .call-float__branch:hover {
  background: var(--accent);
}

:root[data-theme="dark"] .hero-card,
:root[data-theme="dark"] .map-card,
:root[data-theme="dark"] .cta__box {
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

:root[data-theme="dark"] .map-card::after {
  background: linear-gradient(180deg, rgba(7, 24, 36, 0.18), rgba(7, 24, 36, 0.3));
}

:root[data-theme="dark"] .btn--light {
  background: var(--card);
  color: var(--danger);
  border-color: rgba(255, 255, 255, 0.18);
}

@keyframes whatsapp-bounce {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  12% {
    transform: translateY(-4px) scale(1.04);
  }

  24% {
    transform: translateY(0) scale(1);
  }
}

@keyframes whatsapp-pulse {
  0% {
    opacity: 0.7;
    transform: scale(0.85);
  }

  70%,
  100% {
    opacity: 0;
    transform: scale(1.35);
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-card,
  .call-float summary,
  .call-float summary::after {
    animation: none;
    transition: none;
  }

  .service-card:hover {
    transform: none;
  }
}

@media (hover: none) {
  .btn:hover {
    transform: none;
  }

  .btn--light:hover,
  .btn--light:focus,
  .btn--light:active {
    background: #fff;
    color: var(--danger);
  }
}

@media (max-width: 980px) {
  .hero__grid,
  .contacts {
    grid-template-columns: 1fr;
  }

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

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

  .nav {
    display: none;
  }

  .section__head {
    display: block;
  }

  .section__head p {
    margin-top: 12px;
  }
}

@media (max-width: 640px) {
  .section {
    scroll-margin-top: 58px;
  }

  body.admin-bar .header {
    top: 46px;
  }

  .topbar__inner,
  .cta__box {
    align-items: flex-start;
    flex-direction: column;
  }

  .topbar__phones {
    display: none;
  }

  .header__inner {
    min-height: 86px;
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }

  .logo {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 18px;
  }

  .logo__image {
    width: 74px;
  }

  .service-menu {
    margin-left: 0;
  }

  .theme-toggle {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-left: auto;
  }

  .service-menu,
  .service-menu__button {
    width: 54px;
  }

  .service-menu__button {
    height: 54px;
    border-radius: 16px;
  }

  .hero {
    padding-top: 42px;
  }

  .hero-card {
    min-height: 430px;
  }

  .hero-card__image {
    inset: 130px 18px 18px;
  }

  .stats,
  .services,
  .doctors,
  .process {
    grid-template-columns: 1fr;
  }

  .cta__box {
    padding: 28px;
    border-radius: 26px;
  }

  .call-float summary {
    width: 54px;
    height: 54px;
  }

  .call-float {
    position: fixed;
    right: 14px;
    bottom: calc(34px + env(safe-area-inset-bottom));
    top: auto;
    transform: none;
  }

  .footer__copyright span {
    display: block;
  }

  .call-float__menu {
    right: 0;
    bottom: 66px;
    width: min(260px, calc(100vw - 28px));
  }

  .booking-dropdown,
  .booking-dropdown summary {
    width: 100%;
  }

  .cta__box .booking-dropdown summary {
    min-width: 0;
  }

  .booking-dropdown__menu,
  .hero__actions .booking-dropdown__menu {
    left: 0;
    right: auto;
    width: min(280px, calc(100vw - 32px));
  }

  .service-menu__panel {
    left: auto;
    right: 0;
    width: min(340px, calc(100vw - 32px));
  }

  body.podolog-landing .booking-dropdown,
  body.podolog-landing .booking-dropdown > summary {
    width: 100% !important;
  }

  body.podolog-landing .cta__box .booking-dropdown > summary {
    min-width: 0 !important;
  }

  body.podolog-landing .booking-dropdown__menu,
  body.podolog-landing .hero__actions .booking-dropdown__menu {
    left: 0 !important;
    right: auto !important;
    width: min(280px, calc(100vw - 32px)) !important;
  }
}
