:root {
  --bg: #f7fbfa;
  --paper: #ffffff;
  --paper-soft: #eff8f6;
  --mint: #d8eee9;
  --mint-2: #bfe3dc;
  --aqua: #2f9a9b;
  --teal: #166d75;
  --deep: #173b4b;
  --blue: #246ca8;
  --lav: #ecebff;
  --peach: #fff1e8;
  --text: #23333a;
  --muted: #63777f;
  --line: #dcebea;
  --shadow: 0 24px 70px rgba(30, 78, 88, .14);
  --radius: 26px;
  --radius-sm: 18px;
  --max: 1180px;
  --font: 'Inter', 'Segoe UI', Arial, sans-serif;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden
}

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

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

button,
input,
textarea,
select {
  font: inherit
}

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

.skip-link {
  position: absolute;
  left: -9999px;
  top: 12px;
  background: #000;
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  z-index: 1000
}

.skip-link:focus {
  left: 12px
}

.topbar {
  background: linear-gradient(90deg, var(--teal), #2f9a9b);
  color: #fff;
  font-size: 14px
}

.topbar__inner {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px
}

.topbar a {
  opacity: .95
}

.topbar__links {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap
}

.eye-btn {
  border: 1px solid rgba(255, 255, 255, .45);
  background: rgba(255, 255, 255, .12);
  color: #fff;
  padding: 7px 12px;
  border-radius: 999px;
  cursor: pointer
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 99;
  background: rgba(255, 255, 255, .86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(210, 230, 228, .8)
}

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

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 235px
}

.brand img {
  width: 150px;
  height: auto
}

.brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1.15
}

.brand__name {
  font-weight: 800;
  color: var(--deep);
  letter-spacing: .02em
}

.brand__sub {
  font-size: 13px;
  color: var(--muted)
}

.nav {
  display: flex;
  align-items: center;
  gap: 6px
}

.nav a {
  padding: 10px 13px;
  border-radius: 999px;
  color: var(--deep);
  font-weight: 650;
  font-size: 15px
}

.nav a:hover,
.nav a.active {
  background: var(--paper-soft);
  color: var(--teal)
}

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

.burger {
  display: none;
  border: 0;
  background: var(--paper-soft);
  border-radius: 14px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  align-items: center;
  justify-content: center
}

.burger span,
.burger span:before,
.burger span:after {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--deep);
  border-radius: 3px;
  content: ""
}

.burger span:before {
  transform: translateY(-7px)
}

.burger span:after {
  transform: translateY(5px)
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 14px 20px;
  background: linear-gradient(135deg, var(--teal), var(--aqua));
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(22, 109, 117, .22);
  transition: .25s
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(22, 109, 117, .28)
}

.btn--light {
  background: #fff;
  color: var(--teal);
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, .75)
}

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

.btn--soft {
  background: var(--paper-soft);
  color: var(--teal);
  box-shadow: none
}

.section {
  padding: 88px 0
}

.section--soft {
  background: linear-gradient(180deg, #fff, var(--paper-soft))
}

.section--paper {
  background: var(--paper)
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px
}

.eyebrow:before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--aqua);
  border-radius: 99px
}

.h1,
.h2,
.h3 {
  margin: 0;
  color: var(--deep);
  line-height: 1.12
}

.h1 {
  font-size: clamp(38px, 5vw, 66px);
  letter-spacing: -.04em
}

.h2 {
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: -.03em
}

.h3 {
  font-size: 24px;
  letter-spacing: -.02em
}

.lead {
  font-size: 18px;
  color: var(--muted);
  margin: 18px 0 0
}

.hero {
  position: relative;
  overflow: hidden;
  background: url('../img/calm-waves.svg') center/cover no-repeat;
  padding: 72px 0 74px
}

.hero:after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .65);
  filter: blur(5px)
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 46px;
  align-items: center
}

.hero__text {
  background: rgba(255, 255, 255, .58);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 36px;
  padding: 34px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px)
}

.hero__quote {
  margin: 22px 0 0;
  color: #36515a;
  font-size: 18px
}

.hero__signature {
  margin-top: 24px;
  padding: 18px;
  border-left: 4px solid var(--aqua);
  background: rgba(255, 255, 255, .65);
  border-radius: 0 18px 18px 0;
  color: var(--deep)
}

.hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px
}

.hero__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px
}

.mini-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 12px 32px rgba(30, 78, 88, .08)
}

.mini-card b {
  display: block;
  color: var(--deep)
}

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

.hero__visual {
  position: relative
}

.doctor-frame {
  position: relative;
  border-radius: 42px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
  border: 10px solid rgba(255, 255, 255, .7)
}

.doctor-frame img {
  width: 100%;
  height: 640px;
  object-fit: cover;
  object-position: center top
}

.hero-badge {
  position: absolute;
  left: -20px;
  bottom: 34px;
  background: #fff;
  border-radius: 22px;
  padding: 17px 18px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  max-width: 260px
}

.hero-badge b {
  font-size: 30px;
  color: var(--teal)
}

.hero-badge span {
  display: block;
  color: var(--muted);
  font-size: 14px
}

.work-card {
  position: absolute;
  right: -18px;
  top: 44px;
  background: linear-gradient(135deg, var(--teal), #5fb5a8);
  color: #fff;
  border-radius: 24px;
  padding: 18px 20px;
  box-shadow: var(--shadow);
  min-width: 245px
}

.work-card p {
  margin: 5px 0 0;
  opacity: .92
}

.quick-services {
  margin-top: -42px;
  position: relative;
  z-index: 4
}

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

.strip-card {
  background: #fff;
  padding: 24px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px rgba(30, 78, 88, .09);
  transition: .25s;
  min-height: 205px
}

.strip-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow)
}

.strip-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: var(--paper-soft);
  display: grid;
  place-items: center;
  font-size: 24px;
  margin-bottom: 14px
}

.strip-card h3 {
  font-size: 19px;
  margin: 0 0 8px;
  color: var(--deep)
}

.strip-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px
}

.section-head__text {
  max-width: 780px
}

.about-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 36px;
  align-items: center
}

.image-card {
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff
}

.image-card img {
  height: 620px;
  width: 100%;
  object-fit: cover;
  object-position: center top
}

.image-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(18, 53, 61, .48))
}

.floating-note {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  background: rgba(255, 255, 255, .92);
  border-radius: 22px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .8)
}

.floating-note b {
  display: block;
  font-size: 32px;
  color: var(--teal)
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 26px
}

.check-item {
  display: flex;
  gap: 12px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px
}

.check {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--aqua));
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  flex: 0 0 auto
}

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

.stat {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 12px 28px rgba(30, 78, 88, .07)
}

.stat b {
  display: block;
  color: var(--teal);
  font-size: 36px;
  line-height: 1
}

.stat span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .05em;
  text-transform: uppercase
}

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

.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 15px 36px rgba(30, 78, 88, .08);
  min-height: 300px;
  position: relative;
  overflow: hidden
}

.service-card:before {
  content: "";
  position: absolute;
  right: -55px;
  top: -55px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: var(--paper-soft)
}

.service-card__icon {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--mint), var(--lav));
  display: grid;
  place-items: center;
  font-size: 27px;
  margin-bottom: 20px
}

.service-card h3 {
  position: relative;
  margin: 0 0 11px;
  color: var(--deep)
}

.service-card p {
  position: relative;
  color: var(--muted);
  margin: 0 0 20px
}

.link-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 850;
  color: var(--teal);
  position: relative
}

.link-more:after {
  content: "→";
  transition: .2s
}

.link-more:hover:after {
  transform: translateX(4px)
}

.cta-band {
  position: relative;
  overflow: hidden;
  border-radius: 38px;
  background: linear-gradient(135deg, #135c69, #2f9a9b 55%, #9bd6c5);
  color: #fff;
  padding: 46px;
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 36px;
  align-items: center;
  box-shadow: var(--shadow)
}

.cta-band:before {
  content: "";
  position: absolute;
  right: 270px;
  top: -150px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14)
}

.cta-band h2 {
  color: #fff
}

.cta-band p {
  color: rgba(255, 255, 255, .88);
  font-size: 18px
}

.cta-band__img {
  border-radius: 28px;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, .28);
  height: 280px
}

.cta-band__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top
}

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

.step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
  counter-increment: steps
}

.step:before {
  content: counter(steps);
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--paper-soft);
  color: var(--teal);
  font-weight: 900;
  margin-bottom: 14px
}

.step h3 {
  font-size: 18px;
  color: var(--deep);
  margin: 0 0 8px
}

.step p {
  margin: 0;
  color: var(--muted);
  font-size: 15px
}

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

.doctor-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 15px 36px rgba(30, 78, 88, .08);
  display: flex;
  flex-direction: column
}

.doctor-card__photo {
  height: 295px;
  background: var(--paper-soft);
  overflow: hidden
}

.doctor-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: .35s
}

.doctor-card:hover .doctor-card__photo img {
  transform: scale(1.045)
}

.doctor-card__body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1
}

.doctor-card h3 {
  margin: 0;
  color: var(--deep);
  font-size: 20px;
  line-height: 1.18
}

.doctor-card p {
  margin: 0;
  color: var(--muted)
}

.doctor-card .link-more {
  margin-top: auto
}

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

.review {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 26px;
  box-shadow: 0 15px 36px rgba(30, 78, 88, .08)
}

.stars {
  color: #f2a91f;
  font-weight: 900;
  letter-spacing: .04em;
  margin-bottom: 12px
}

.review p {
  color: #4b626a;
  margin: 0
}

.review b {
  display: block;
  margin-top: 18px;
  color: var(--deep)
}

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 24px
}

.contact-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 15px 36px rgba(30, 78, 88, .08)
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 24px
}

.contact-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  background: var(--paper-soft)
}

.contact-item__ico {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #fff;
  display: grid;
  place-items: center
}

.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

.form label {
  display: grid;
  gap: 7px;
  font-weight: 750;
  color: var(--deep);
  font-size: 14px
}

.form input,
.form textarea,
.form select {
  border: 1px solid #cfdfde;
  border-radius: 15px;
  padding: 14px 15px;
  background: #fff;
  outline: none;
  color: var(--text)
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: var(--aqua);
  box-shadow: 0 0 0 4px rgba(47, 154, 155, .13)
}

.form .span-2 {
  grid-column: span 2
}

.form textarea {
  min-height: 120px;
  resize: vertical
}

.note-small {
  font-size: 13px;
  color: var(--muted);
  margin: 10px 0 0
}

.gallery {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-auto-rows: 240px;
  gap: 16px
}

.gallery a {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 36px rgba(30, 78, 88, .08);
  background: #fff;
  position: relative
}

.gallery a:first-child {
  grid-row: span 2
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: .35s
}

.gallery a:hover img {
  transform: scale(1.05)
}

.page-hero {
  background: linear-gradient(135deg, #eaf7f4, #f8f4ff);
  padding: 70px 0 62px;
  border-bottom: 1px solid var(--line)
}

.breadcrumbs {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 22px
}

.breadcrumbs a {
  color: var(--teal);
  font-weight: 750
}

.page-grid {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 34px;
  align-items: start
}

.content-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 15px 36px rgba(30, 78, 88, .08)
}

.content-card h2,
.content-card h3 {
  color: var(--deep)
}

.content-card p {
  color: #4b626a
}

.sidebar {
  position: sticky;
  top: 116px;
  display: grid;
  gap: 16px
}

.side-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 15px 36px rgba(30, 78, 88, .08)
}

.side-card h3 {
  margin: 0 0 12px;
  color: var(--deep)
}

.side-nav {
  display: grid;
  gap: 8px
}

.side-nav a {
  padding: 12px 14px;
  border-radius: 14px;
  background: var(--paper-soft);
  font-weight: 750;
  color: var(--deep)
}

.side-nav a:hover,
.side-nav a.active {
  background: var(--teal);
  color: #fff
}

.notice {
  padding: 18px 20px;
  border-radius: 18px;
  background: var(--peach);
  border: 1px solid #ffe0cc;
  color: #6b4c37
}

.doctor-detail {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 28px;
  margin-bottom: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line)
}

.doctor-detail:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0
}

.doctor-detail img {
  border-radius: 24px;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center top;
  background: var(--paper-soft)
}

.pill-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 15px
}

.pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--paper-soft);
  color: var(--teal);
  font-weight: 800;
  padding: 8px 12px;
  font-size: 13px
}

.faq {
  display: grid;
  gap: 12px
}

.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px 18px
}

.faq summary {
  cursor: pointer;
  font-weight: 850;
  color: var(--deep)
}

.faq p {
  margin: 10px 0 0;
  color: var(--muted)
}

.footer {
  background: #112f3b;
  color: #dbeaec;
  padding: 56px 0 24px
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr 1fr;
  gap: 32px
}

.footer h3 {
  margin: 0 0 14px;
  color: #fff
}

.footer a {
  color: #dbeaec
}

.footer a:hover {
  color: #fff
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  margin-top: 32px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  color: #a9c4c9;
  font-size: 14px
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(15, 43, 52, .58);
  padding: 20px
}

.modal.is-open {
  display: flex
}

.modal__box {
  width: min(720px, 100%);
  background: #fff;
  border-radius: 32px;
  padding: 30px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .25);
  position: relative
}

.modal__close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--paper-soft);
  cursor: pointer;
  font-size: 24px;
  color: var(--deep)
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: var(--deep);
  color: #fff;
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: var(--shadow);
  display: none;
  z-index: 400
}

.toast.show {
  display: block
}

.mobile-panel {
  display: none
}

@media (max-width:1100px) {
  .nav {
    display: none
  }

  .burger {
    display: flex
  }

  .header__actions .btn {
    display: none
  }

  .mobile-panel {
    display: none;
    position: fixed;
    left: 20px;
    right: 20px;
    top: 138px;
    z-index: 100;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 16px;
    box-shadow: var(--shadow)
  }

  .mobile-panel.is-open {
    display: grid;
    gap: 8px
  }

  .mobile-panel a {
    padding: 14px 16px;
    border-radius: 14px;
    background: var(--paper-soft);
    font-weight: 750
  }

  .hero__grid,
  .about-grid,
  .contact-grid,
  .page-grid {
    grid-template-columns: 1fr
  }

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

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

  .steps,
  .stats {
    grid-template-columns: repeat(2, 1fr)
  }

  .sidebar {
    position: static
  }

  .cta-band {
    grid-template-columns: 1fr
  }

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

  .doctor-frame img {
    height: 560px
  }

  .doctor-detail {
    grid-template-columns: 240px 1fr
  }
}

@media (max-width:700px) {
  .container {
    width: min(100% - 24px, var(--max))
  }

  .topbar__inner {
    height: auto;
    padding: 8px 0;
    align-items: flex-start;
    flex-direction: column
  }

  .topbar__links {
    gap: 9px
  }

  .brand img {
    width: 126px
  }

  .header {
    min-height: 76px
  }

  .hero {
    padding: 38px 0 54px
  }

  .hero__text {
    padding: 24px;
    border-radius: 26px
  }

  .hero__cards,
  .service-strip,
  .cards-grid,
  .doctors-grid,
  .stats,
  .steps,
  .form,
  .gallery {
    grid-template-columns: 1fr
  }

  .form .span-2 {
    grid-column: auto
  }

  .doctor-frame img {
    height: 450px
  }

  .hero-badge,
  .work-card {
    position: static;
    margin-top: 14px
  }

  .quick-services {
    margin-top: 0;
    padding-top: 20px
  }

  .section {
    padding: 60px 0
  }

  .section-head {
    display: block
  }

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

  .cta-band {
    padding: 28px;
    border-radius: 28px
  }

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

  .gallery a:first-child {
    grid-row: auto
  }

  .gallery {
    grid-auto-rows: 220px
  }

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

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

  .h1 {
    font-size: 36px
  }
}

.privacy-content h2 {
  font-size: 28px;
  line-height: 1.25;
  margin-top: 0
}

.privacy-content h3 {
  margin-top: 30px;
  color: var(--deep)
}

.privacy-content p {
  line-height: 1.75
}

.note-small a {
  font-weight: 850;
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 3px
}


/* Версия для слабовидящих */
.a11y-panel {
  display: none;
  border-top: 2px solid #111;
  border-bottom: 2px solid #111;
  background: #fff;
  color: #111;
  position: relative;
  z-index: 130
}

.a11y-panel__inner {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 62px;
  flex-wrap: wrap;
  padding: 10px 0
}

.a11y-group {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap
}

.a11y-group span {
  font-weight: 800;
  color: inherit
}

.a11y-panel button,
.a11y-reset {
  border: 2px solid #111;
  background: #fff;
  color: #111;
  border-radius: 12px;
  padding: 9px 13px;
  font-weight: 900;
  cursor: pointer;
  font-size: 16px;
  line-height: 1
}

.a11y-panel button.is-active {
  background: #111;
  color: #fff
}

body.eye-mode .a11y-panel {
  display: block
}

body.eye-mode {
  --a11y-bg: #fff;
  --a11y-text: #000;
  --a11y-panel: #fff;
  --a11y-link: #000;
  --a11y-border: #000;
  --a11y-accent: #000;
  background: var(--a11y-bg) !important;
  color: var(--a11y-text) !important
}

body.eye-mode.a11y-scheme-dark {
  --a11y-bg: #000;
  --a11y-text: #fff;
  --a11y-panel: #050505;
  --a11y-link: #ffd800;
  --a11y-border: #fff;
  --a11y-accent: #ffd800
}

body.eye-mode.a11y-scheme-blue {
  --a11y-bg: #eaf6ff;
  --a11y-text: #06355d;
  --a11y-panel: #d9efff;
  --a11y-link: #004f9e;
  --a11y-border: #005ea8;
  --a11y-accent: #005ea8
}

body.eye-mode .topbar,
body.eye-mode .site-header,
body.eye-mode .mobile-panel,
body.eye-mode .hero,
body.eye-mode .section,
body.eye-mode .section--soft,
body.eye-mode .quick-services,
body.eye-mode .page-hero,
body.eye-mode .footer,
body.eye-mode .modal__box,
body.eye-mode .cookie-banner {
  background: var(--a11y-bg) !important;
  color: var(--a11y-text) !important;
  box-shadow: none !important;
  text-shadow: none !important;
  background-image: none !important
}

body.eye-mode .hero__text,
body.eye-mode .mini-card,
body.eye-mode .strip-card,
body.eye-mode .content-card,
body.eye-mode .side-card,
body.eye-mode .contact-card,
body.eye-mode .doctor-card,
body.eye-mode .review,
body.eye-mode .step,
body.eye-mode .stat,
body.eye-mode .notice,
body.eye-mode .work-card,
body.eye-mode .hero-badge,
body.eye-mode .floating-note,
body.eye-mode .contact-item,
body.eye-mode .faq details,
body.eye-mode .modal__box,
body.eye-mode .a11y-panel,
body.eye-mode .cookie-banner {
  background: var(--a11y-panel) !important;
  color: var(--a11y-text) !important;
  border: 2px solid var(--a11y-border) !important;
  box-shadow: none !important
}

body.eye-mode h1,
body.eye-mode h2,
body.eye-mode h3,
body.eye-mode h4,
body.eye-mode p,
body.eye-mode li,
body.eye-mode span,
body.eye-mode strong,
body.eye-mode b,
body.eye-mode label,
body.eye-mode .lead,
body.eye-mode .eyebrow,
body.eye-mode .h1,
body.eye-mode .h2,
body.eye-mode .brand__name,
body.eye-mode .brand__sub {
  color: var(--a11y-text) !important
}

body.eye-mode a {
  color: var(--a11y-link) !important;
  text-decoration: underline !important;
  text-underline-offset: 4px
}

body.eye-mode .btn,
body.eye-mode button,
body.eye-mode input,
body.eye-mode textarea,
body.eye-mode select {
  border: 2px solid var(--a11y-border) !important;
  box-shadow: none !important
}

body.eye-mode .btn,
body.eye-mode button {
  background: var(--a11y-accent) !important;
  color: var(--a11y-bg) !important
}

body.eye-mode.a11y-scheme-dark .btn,
body.eye-mode.a11y-scheme-dark button {
  color: #000 !important
}

body.eye-mode .btn--ghost {
  background: transparent !important;
  color: var(--a11y-link) !important
}

body.eye-mode .a11y-panel button.is-active {
  outline: 4px solid var(--a11y-link) !important
}

body.eye-mode img {
  filter: grayscale(.15) contrast(1.08) !important
}

body.eye-mode.a11y-font-normal {
  font-size: 18px !important
}

body.eye-mode.a11y-font-large {
  font-size: 21px !important
}

body.eye-mode.a11y-font-xlarge {
  font-size: 24px !important
}

body.eye-mode.a11y-font-large p,
body.eye-mode.a11y-font-large a,
body.eye-mode.a11y-font-large li,
body.eye-mode.a11y-font-large label,
body.eye-mode.a11y-font-large input,
body.eye-mode.a11y-font-large textarea,
body.eye-mode.a11y-font-large select {
  font-size: 1.12em !important;
  line-height: 1.75 !important
}

body.eye-mode.a11y-font-xlarge p,
body.eye-mode.a11y-font-xlarge a,
body.eye-mode.a11y-font-xlarge li,
body.eye-mode.a11y-font-xlarge label,
body.eye-mode.a11y-font-xlarge input,
body.eye-mode.a11y-font-xlarge textarea,
body.eye-mode.a11y-font-xlarge select {
  font-size: 1.25em !important;
  line-height: 1.85 !important
}

body.eye-mode.a11y-font-large .h1 {
  font-size: 58px !important
}

body.eye-mode.a11y-font-xlarge .h1 {
  font-size: 66px !important
}

body.eye-mode.a11y-font-large .h2 {
  font-size: 44px !important
}

body.eye-mode.a11y-font-xlarge .h2 {
  font-size: 52px !important
}

/* Предупреждение о cookies */
.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 500;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1120px;
  margin: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 24px 80px rgba(15, 43, 52, .18)
}

.cookie-banner.is-visible {
  display: flex
}

.cookie-banner__text {
  display: grid;
  gap: 5px;
  color: var(--text)
}

.cookie-banner__text strong {
  color: var(--deep);
  font-size: 18px
}

.cookie-banner__text p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55
}

.cookie-banner__text a {
  font-weight: 850;
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 3px
}

.cookie-banner__actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-shrink: 0
}

.cookie-banner .btn {
  padding: 12px 18px
}

@media (max-width:700px) {
  .a11y-panel__inner {
    align-items: flex-start;
    gap: 10px
  }

  .a11y-group {
    width: 100%
  }

  .cookie-banner {
    display: none;
    left: 10px;
    right: 10px;
    bottom: 10px;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 20px
  }

  .cookie-banner.is-visible {
    display: flex
  }

  .cookie-banner__actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr
  }

  .cookie-banner .btn {
    width: 100%
  }

  body.eye-mode.a11y-font-large .h1,
  body.eye-mode.a11y-font-xlarge .h1 {
    font-size: 42px !important
  }

  body.eye-mode.a11y-font-large .h2,
  body.eye-mode.a11y-font-xlarge .h2 {
    font-size: 36px !important
  }
}

/* Исправления версии для слабовидящих: видимость панели, шрифт и цветовые схемы */

.a11y-panel[hidden] {
  display: none !important
}

body:not(.eye-mode) .a11y-panel {
  display: none !important
}

body.eye-mode .a11y-panel {
  display: block !important
}

body.eye-mode.a11y-font-normal {
  --a11y-font-body: 18px;
  --a11y-font-small: 16px;
  --a11y-font-lead: 20px;
  --a11y-font-h1: 52px;
  --a11y-font-h2: 40px;
  --a11y-font-h3: 28px
}

body.eye-mode.a11y-font-large {
  --a11y-font-body: 21px;
  --a11y-font-small: 18px;
  --a11y-font-lead: 24px;
  --a11y-font-h1: 60px;
  --a11y-font-h2: 48px;
  --a11y-font-h3: 32px
}

body.eye-mode.a11y-font-xlarge {
  --a11y-font-body: 24px;
  --a11y-font-small: 20px;
  --a11y-font-lead: 27px;
  --a11y-font-h1: 68px;
  --a11y-font-h2: 56px;
  --a11y-font-h3: 36px
}

body.eye-mode {
  font-size: var(--a11y-font-body) !important
}

body.eye-mode :is(p, a, li, label, input, textarea, select, button, summary, .topbar, .brand__sub, .mini-card span, .strip-card p, .service-card p, .doctor-card p, .review p, .contact-card p, .privacy-content p, .note-small) {
  font-size: var(--a11y-font-body) !important;
  line-height: 1.75 !important
}

body.eye-mode :is(.muted, .brand__sub, .mini-card span, .strip-card p, .service-card p, .hero-badge span, .stat span, .cookie-banner__text p) {
  font-size: var(--a11y-font-small) !important
}

body.eye-mode :is(.lead, .hero__quote, .cta-band p) {
  font-size: var(--a11y-font-lead) !important;
  line-height: 1.75 !important
}

body.eye-mode :is(.h1, h1) {
  font-size: var(--a11y-font-h1) !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important
}

body.eye-mode :is(.h2, h2) {
  font-size: var(--a11y-font-h2) !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important
}

body.eye-mode :is(.h3, h3) {
  font-size: var(--a11y-font-h3) !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important
}

body.eye-mode.a11y-scheme-light {
  --a11y-bg: #fff;
  --a11y-text: #000;
  --a11y-panel: #fff;
  --a11y-link: #000;
  --a11y-border: #000;
  --a11y-accent: #000
}

body.eye-mode.a11y-scheme-dark {
  --a11y-bg: #000;
  --a11y-text: #fff;
  --a11y-panel: #000;
  --a11y-link: #ffea00;
  --a11y-border: #fff;
  --a11y-accent: #ffea00
}

body.eye-mode.a11y-scheme-blue {
  --a11y-bg: #dff3ff;
  --a11y-text: #06355d;
  --a11y-panel: #cdeaff;
  --a11y-link: #003f80;
  --a11y-border: #004f9e;
  --a11y-accent: #004f9e
}

body.eye-mode .a11y-panel {
  background: var(--a11y-panel) !important;
  color: var(--a11y-text) !important;
  border-color: var(--a11y-border) !important
}

body.eye-mode .a11y-panel button {
  background: var(--a11y-panel) !important;
  color: var(--a11y-text) !important;
  border-color: var(--a11y-border) !important
}

body.eye-mode .a11y-panel button.is-active {
  background: var(--a11y-accent) !important;
  color: var(--a11y-bg) !important;
  outline: 3px solid var(--a11y-link) !important;
  outline-offset: 2px
}

body.eye-mode.a11y-scheme-dark .a11y-panel button.is-active {
  color: #000 !important
}

@media (max-width:700px) {
  body.eye-mode :is(.h1, h1) {
    font-size: 42px !important
  }

  body.eye-mode :is(.h2, h2) {
    font-size: 36px !important
  }

  body.eye-mode :is(.h3, h3) {
    font-size: 28px !important
  }
}


/* Мобильные кнопки и прокрутка вверх */
.mobile-a11y-btn,
.mobile-panel__call {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  border-radius: 14px;
  padding: 13px 16px;
  font-weight: 850;
  text-align: center
}

.mobile-a11y-btn {
  border: 1px solid var(--line);
  background: var(--paper-soft);
  color: var(--deep);
  cursor: pointer;
  box-shadow: none
}

.mobile-panel__call {
  background: linear-gradient(135deg, var(--teal), var(--aqua));
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(22, 109, 117, .18)
}

.mobile-call-btn {
  position: fixed;
  left: 14px;
  bottom: 16px;
  z-index: 220;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--teal), var(--aqua));
  color: #fff !important;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(22, 109, 117, .28);
  text-decoration: none !important
}

.scroll-top-btn {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 230;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--deep);
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(15, 43, 52, .22);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease
}

.scroll-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.scroll-top-btn:hover {
  transform: translateY(-3px)
}

body.eye-mode .mobile-a11y-btn,
body.eye-mode .mobile-panel__call,
body.eye-mode .mobile-call-btn,
body.eye-mode .scroll-top-btn {
  border: 2px solid var(--a11y-border) !important;
  box-shadow: none !important
}

body.eye-mode .mobile-a11y-btn {
  background: var(--a11y-panel) !important;
  color: var(--a11y-text) !important
}

body.eye-mode .mobile-panel__call,
body.eye-mode .mobile-call-btn,
body.eye-mode .scroll-top-btn {
  background: var(--a11y-accent) !important;
  color: var(--a11y-bg) !important;
  text-decoration: none !important
}

body.eye-mode.a11y-scheme-dark .mobile-panel__call,
body.eye-mode.a11y-scheme-dark .mobile-call-btn,
body.eye-mode.a11y-scheme-dark .scroll-top-btn {
  color: #000 !important
}

@media (max-width:700px) {
  .mobile-call-btn {
    display: inline-flex
  }

  .scroll-top-btn {
    bottom: 76px
  }

  .toast {
    left: 12px;
    right: 12px;
    bottom: 76px
  }

  .cookie-banner.is-visible~.mobile-call-btn {
    display: none
  }
}

@media (min-width:701px) {
  .mobile-call-btn {
    display: none !important
  }
}


/* Доработки после замечаний: первый экран и доступность верхней строки */
.hero__proofs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px
}

.proof-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 12px 32px rgba(30, 78, 88, .08)
}

.proof-item b {
  display: block;
  color: var(--deep);
  font-size: 16px;
  line-height: 1.25
}

.proof-item span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45
}

.hero__actions--single {
  margin-top: 28px
}

.hero__actions--single .btn {
  font-size: 16px;
  padding: 16px 24px
}

.doctor-caption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 3;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 22px;
  padding: 18px 20px;
  box-shadow: 0 18px 42px rgba(30, 78, 88, .16)
}

.doctor-caption strong {
  display: block;
  color: var(--deep);
  font-size: 18px;
  line-height: 1.25
}

.doctor-caption span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45
}

.hero-badge {
  bottom: 148px
}

.work-card {
  z-index: 4
}

body.eye-mode .topbar {
  display: block !important;
  position: relative !important;
  z-index: 150 !important;
  background: var(--a11y-bg) !important;
  color: var(--a11y-text) !important;
  border-top: 2px solid var(--a11y-border) !important;
  border-bottom: 2px solid var(--a11y-border) !important;
  visibility: visible !important;
  opacity: 1 !important
}

body.eye-mode .topbar__inner {
  display: flex !important;
  min-height: 56px !important;
  height: auto !important;
  padding: 12px 0 !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
  color: var(--a11y-text) !important;
  visibility: visible !important;
  opacity: 1 !important
}

body.eye-mode .topbar__inner>div:first-child {
  display: block !important;
  color: var(--a11y-text) !important;
  font-weight: 900 !important;
  visibility: visible !important;
  opacity: 1 !important
}

body.eye-mode .topbar__links {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  visibility: visible !important;
  opacity: 1 !important
}

body.eye-mode .topbar a {
  display: inline-flex !important;
  align-items: center !important;
  color: var(--a11y-link) !important;
  background: transparent !important;
  border: 2px solid var(--a11y-border) !important;
  border-radius: 999px !important;
  padding: 8px 12px !important;
  font-weight: 900 !important;
  text-decoration: underline !important;
  opacity: 1 !important;
  visibility: visible !important
}

body.eye-mode .topbar .eye-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--a11y-accent) !important;
  color: var(--a11y-bg) !important;
  border: 2px solid var(--a11y-border) !important;
  border-radius: 999px !important;
  padding: 8px 12px !important;
  font-weight: 900 !important;
  opacity: 1 !important;
  visibility: visible !important
}

body.eye-mode.a11y-scheme-dark .topbar .eye-btn {
  color: #000 !important
}

body.eye-mode .doctor-caption,
body.eye-mode .proof-item {
  background: var(--a11y-panel) !important;
  color: var(--a11y-text) !important;
  border: 2px solid var(--a11y-border) !important;
  box-shadow: none !important
}

body.eye-mode .doctor-caption strong,
body.eye-mode .doctor-caption span,
body.eye-mode .proof-item b,
body.eye-mode .proof-item span {
  color: var(--a11y-text) !important
}

@media (max-width:1100px) {
  .hero__proofs {
    grid-template-columns: 1fr
  }

  .doctor-caption {
    position: static;
    margin-top: 14px
  }

  .hero-badge {
    bottom: auto
  }

  .mobile-panel {
    top: 154px
  }

  body.eye-mode .mobile-panel {
    top: 190px
  }
}

@media (max-width:700px) {
  .topbar__inner {
    gap: 10px
  }

  .hero__actions--single .btn {
    width: 100%;
    text-align: center
  }

  .hero__proofs {
    gap: 10px
  }

  .proof-item {
    padding: 14px
  }

  .doctor-caption {
    border-radius: 18px;
    padding: 16px
  }

  .work-card {
    width: 100%
  }

  body.eye-mode .topbar__inner {
    align-items: stretch !important
  }

  body.eye-mode .topbar__links {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important
  }

  body.eye-mode .topbar a,
  body.eye-mode .topbar .eye-btn {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important
  }

  .mobile-panel {
    top: 178px
  }

  body.eye-mode .mobile-panel {
    top: 258px
  }
}

:root {
  --soft-cream: #fbf8ef;
  --soft-green: #7e9478;
  --sage: #6d8a72;
  --sage-dark: #263b2c;
  --warm-line: #e7e1d4
}

.hero.hero--premium {
  background: linear-gradient(90deg, #fbf8ef 0%, #fbf8ef 48%, #eef4ee 100%);
  padding: 74px 0 72px;
  border-bottom: 1px solid var(--warm-line)
}

.hero.hero--premium:after {
  display: none
}

.hero.hero--premium .hero__grid {
  grid-template-columns: 1fr minmax(420px, .9fr);
  gap: 58px;
  min-height: 650px
}

.hero.hero--premium .hero__text {
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  padding: 32px 0 28px;
  max-width: 690px
}

.hero.hero--premium .eyebrow {
  color: var(--sage);
  letter-spacing: .16em
}

.hero.hero--premium .eyebrow:before {
  background: var(--sage)
}

.hero.hero--premium .h1 {
  font-family: Georgia, 'Times New Roman', serif;
  color: #243226;
  font-size: clamp(42px, 5.3vw, 54px);
  font-weight: 500;
  letter-spacing: -.045em;
  max-width: 680px
}

.hero.hero--premium .hero__quote {
  max-width: 590px;
  color: #57645b;
  font-size: 20px;
  line-height: 1.65
}

.hero.hero--premium .btn {
  background: linear-gradient(135deg, #7e9478, #667b60);
  border-radius: 14px;
  padding: 17px 26px;
  box-shadow: 0 18px 40px rgba(86, 104, 79, .22)
}

.hero.hero--premium .btn:after {
  content: '→';
  font-size: 22px;
  line-height: 1
}

.hero__visual--doctor {
  /* align-self: stretch; */
  align-self: auto;
  display: flex;
  align-items: flex-end
}

.doctor-frame--premium {
  width: 100%;
  height: 650px;
  border: 0;
  border-radius: 44px 44px 44px 44px;
  box-shadow: 0 28px 70px rgba(55, 70, 56, .14);
  background: transparent;
  overflow: hidden
}

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

.hero.hero--premium .hero__proofs {
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 46px;
  border-top: 1px solid #ded8cb;
  max-width: 640px
}

.hero.hero--premium .proof-item {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 22px 20px 0;
  text-align: center;
  display: grid;
  place-items: center;
  gap: 8px
}

.hero.hero--premium .proof-item:not(:last-child) {
  border-right: 1px solid #ded8cb
}

.proof-item__icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #f1efe6;
  display: grid;
  place-items: center
}

.proof-item__icon img {
  width: 30px;
  height: 30px
}

.hero.hero--premium .proof-item b {
  font-size: 15px;
  line-height: 1.35;
  color: #39483c;
  font-weight: 700
}

.service-icon {
  background: #f5f7f1 !important;
  color: var(--sage) !important
}

.service-icon img {
  width: 34px;
  height: 34px;
  display: block;
  position: relative;
  z-index: 2
}

.strip-card__icon.service-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px
}

.service-card__icon.service-icon {
  background: #f6f7f1 !important;
  border: 1px solid #e4eadd
}

.service-card__icon.service-icon:before {
  display: none
}

.service-card {
  transition: .25s
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(30, 78, 88, .11)
}

.gallery-section {
  background: linear-gradient(180deg, #fff, #fbf8ef)
}

.gallery.gallery--atmosphere {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  grid-auto-rows: 250px;
  gap: 18px
}

.gallery--atmosphere .gallery-card {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(55, 70, 56, .12);
  background: #fff;
  position: relative;
  border: 1px solid #f0eadf
}

.gallery--atmosphere .gallery-card--large {
  grid-row: span 2
}

.gallery--atmosphere img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: .45s
}

.gallery--atmosphere .gallery-card:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 38, 28, 0) 50%, rgba(18, 38, 28, .62))
}

.gallery--atmosphere .gallery-card span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  color: #fff;
  font-weight: 800;
  line-height: 1.3;
  text-shadow: 0 3px 16px rgba(0, 0, 0, .35)
}

.gallery--atmosphere .gallery-card:hover img {
  transform: scale(1.045)
}

.doctor-card__photo {
  height: 340px;
  background: #f7f4ea
}

.doctor-card__photo img {
  object-position: center top
}

.doctor-detail img {
  aspect-ratio: 4/5;
  object-position: center top
}

.about-grid .image-card img,
.cta-band__img img {
  object-position: center top
}

body.eye-mode .service-icon img,
body.eye-mode .proof-item__icon img {
  filter: contrast(2) grayscale(1)
}

body.eye-mode .gallery-card span {
  background: var(--a11y-panel) !important;
  color: var(--a11y-text) !important;
  border: 2px solid var(--a11y-border) !important;
  padding: 6px !important
}

@media (max-width:1100px) {
  .hero.hero--premium .hero__grid {
    grid-template-columns: 1fr;
    min-height: auto
  }

  .hero__visual--doctor {
    align-items: center
  }

  .doctor-frame--premium {
    height: 620px;
    border-radius: 36px
  }

  .hero.hero--premium .hero__proofs {
    grid-template-columns: 1fr;
    border-top: 0
  }

  .hero.hero--premium .proof-item {
    display: flex;
    text-align: left;
    justify-content: flex-start;
    border-right: 0 !important;
    border-top: 1px solid #ded8cb
  }

  .gallery.gallery--atmosphere {
    grid-template-columns: 1fr 1fr
  }

  .gallery--atmosphere .gallery-card--large {
    grid-row: auto
  }
}

@media (max-width:700px) {
  .hero.hero--premium {
    padding: 42px 0 46px
  }

  .hero.hero--premium .h1 {
    font-size: 38px
  }

  .hero.hero--premium .hero__quote {
    font-size: 18px
  }

  .doctor-frame--premium {
    height: 520px;
    border-radius: 28px
  }

  .hero.hero--premium .proof-item {
    padding: 16px 0
  }

  .gallery.gallery--atmosphere {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px
  }

  .gallery--atmosphere .gallery-card--large {
    grid-row: auto
  }

  .doctor-card__photo {
    height: 410px
  }

  .service-icon img {
    width: 32px;
    height: 32px
  }
}
p.hero__quote.singature {
    font-style: italic;
}
.hero-badge {
    position: absolute;
    left: -20px;
    bottom: 34px;
    background: #fff;
    border-radius: 22px;
    padding: 17px 18px;
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
    max-width: 260px;
}
/* .hero-badge {
    bottom: 148px;
} */
/* About section clinic photo slider */
.about-slider {
  position: relative;
  min-height: 620px;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
  isolation: isolate;
}

.about-slider__viewport,
.about-slider__slide {
  position: absolute;
  inset: 0;
}

.about-slider__slide {
  margin: 0;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity .55s ease, transform .75s ease;
  pointer-events: none;
}

.about-slider__slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.about-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.about-slider__slide:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 53, 61, 0) 45%, rgba(18, 53, 61, .55));
}

.about-slider__slide figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 190px;
  z-index: 2;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.25;
  text-shadow: 0 6px 22px rgba(0, 0, 0, .35);
}

.about-slider__nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 50%;
  background: rgba(255, 255, 255, .88);
  color: var(--deep);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(18, 53, 61, .15);
  transition: .22s ease;
}

.about-slider__nav:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.06);
}

.about-slider__nav--prev {
  left: 18px;
}

.about-slider__nav--next {
  right: 18px;
}

.about-slider__dots {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 150px;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.about-slider__dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .66);
  cursor: pointer;
  transition: .22s ease;
}

.about-slider__dots button.is-active {
  width: 32px;
  background: #fff;
}

/* Gallery modal / lightbox */
body.no-scroll {
  overflow: hidden;
}

.gallery-card {
  cursor: zoom-in;
}

.gallery--atmosphere .gallery-card:before {
  content: "Смотреть фото";
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(18, 53, 61, .62);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 800;
  opacity: 0;
  transform: translateY(-6px);
  transition: .25s ease;
}

.gallery--atmosphere .gallery-card:hover:before {
  opacity: 1;
  transform: translateY(0);
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 520;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 26px;
}

.gallery-lightbox.is-open {
  display: flex;
}

.gallery-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 34, 40, .82);
  backdrop-filter: blur(8px);
}

.gallery-lightbox__dialog {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  max-height: min(88vh, 900px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-lightbox__figure {
  margin: 0;
  width: 100%;
  display: grid;
  gap: 14px;
}

.gallery-lightbox__figure img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 28px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .38);
  background: #fff;
}

.gallery-lightbox__figure figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #fff;
  font-weight: 800;
  line-height: 1.35;
}

.gallery-lightbox__figure small {
  white-space: nowrap;
  color: rgba(255, 255, 255, .78);
  font-weight: 700;
}

.gallery-lightbox__close,
.gallery-lightbox__nav {
  position: absolute;
  z-index: 5;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  color: var(--deep);
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
  transition: .22s ease;
}

.gallery-lightbox__close:hover,
.gallery-lightbox__nav:hover {
  background: #fff;
  transform: scale(1.06);
}

.gallery-lightbox__close {
  top: -16px;
  right: -16px;
  width: 48px;
  height: 48px;
  font-size: 28px;
  line-height: 1;
}

.gallery-lightbox__nav {
  top: 50%;
  width: 54px;
  height: 54px;
  font-size: 40px;
  line-height: 1;
}

.gallery-lightbox__nav--prev {
  left: -18px;
  transform: translateY(-50%);
}

.gallery-lightbox__nav--next {
  right: -18px;
  transform: translateY(-50%);
}

.gallery-lightbox__nav--prev:hover,
.gallery-lightbox__nav--next:hover {
  transform: translateY(-50%) scale(1.06);
}

body.eye-mode .about-slider,
body.eye-mode .gallery-lightbox__figure img {
  box-shadow: none;
  border: 3px solid var(--a11y-border);
}

body.eye-mode .about-slider__slide figcaption,
body.eye-mode .gallery-lightbox__figure figcaption {
  background: var(--a11y-panel) !important;
  color: var(--a11y-text) !important;
  border: 2px solid var(--a11y-border) !important;
  padding: 8px !important;
  text-shadow: none !important;
}

@media (max-width:1100px) {
  .about-slider {
    min-height: 560px;
  }
}

@media (max-width:700px) {
  .about-slider {
    min-height: 520px;
    border-radius: 28px;
  }

  .about-slider__nav {
    width: 42px;
    height: 42px;
    font-size: 30px;
  }

  .about-slider__slide figcaption {
    bottom: 210px;
    font-size: 17px;
  }

  .about-slider__dots {
    bottom: 168px;
  }

  .gallery-lightbox {
    padding: 16px;
  }

  .gallery-lightbox__figure img {
    max-height: 72vh;
    border-radius: 20px;
  }

  .gallery-lightbox__figure figcaption {
    display: block;
    font-size: 14px;
  }

  .gallery-lightbox__figure small {
    display: block;
    margin-top: 6px;
  }

  .gallery-lightbox__close {
    top: -8px;
    right: -8px;
  }

  .gallery-lightbox__nav {
    width: 44px;
    height: 44px;
    font-size: 34px;
  }

  .gallery-lightbox__nav--prev {
    left: 6px;
  }

  .gallery-lightbox__nav--next {
    right: 6px;
  }
}

.about-gallery-intro { margin-top: 26px; }
.about-gallery-intro h2 { margin: 10px 0 10px; font-size: clamp(28px, 3vw, 38px); }
.about-gallery-intro p { margin: 0; color: var(--muted); }
