/* =====================================================================
   Лендинг «Имплант — в подарок»
   Макет: Figma «Лендинг Имплант в подарок», 1440×7097
   ===================================================================== */

:root {
  --cyan: #00AAD2;
  --cyan-2: #1AA9D3;
  --tint: rgba(0, 170, 210, .1);   /* фон секций — cyan @ 10% */
  --tile: #E5F6FA;                 /* подложка иконок */
  --mark: #B8E8F3;                 /* декоративный «!» в полосе профгигиены */
  --ink: #000000;
  --ink-2: #001115;
  --muted: #727070;
  --line: #636363;
  --star: #FAC102;

  --container: 1160px;
  --gutter: 20px;

  --r-card: 20px;
  --r-tile: 10px;
  --r-pill: 100px;
  --r-block: 50px;

  --shadow-card: 0 4px 20px rgba(0, 0, 0, .2);
  --shadow-soft: 0 4px 30px rgba(0, 0, 0, .1);

  --font: 'Montserrat', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-display: 'Ubuntu', var(--font);
}

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

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  font-family: var(--font);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  color: var(--ink);
  background: #fff;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; }

.container {
  width: 100%;
  max-width: calc(var(--container) + var(--gutter) * 2);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--cyan); color: #fff; padding: 12px 20px; border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; }

:where(a, button, input, textarea, [tabindex]):focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
}

/* ───────────────────────── Типографика ───────────────────────── */

.h2 {
  margin: 0;
  font-size: 48px;
  line-height: 55px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}
.h2--44 { font-size: 44px; }
.h2--40 { font-size: 40px; }

.accent { color: var(--cyan); }

.pill {
  display: inline-block;
  margin: 0 0 15px;
  padding: 2px 14px;
  background: var(--cyan);
  border-radius: var(--r-pill);
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

/* ───────────────────────── Кнопки ───────────────────────── */

.cta-row { display: flex; flex-wrap: wrap; gap: 40px; align-items: center; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 60px;
  padding: 0 32px;
  border: 0;
  border-radius: var(--r-pill);
  background: var(--cyan);
  color: #fff;
  font: inherit;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .18s ease, transform .18s ease;
}
.btn:hover { background: #0095B8; }
.btn:active { transform: translateY(1px); }

.btn--primary { min-width: 360px; }
.btn--phone { min-width: 208px; padding: 0 24px; }
.btn__ico { flex: none; }

.btn--submit {
  width: 100%;
  min-height: 58px;
  font-weight: 500;
}

/* ───────────────────────── Декор (точки) ───────────────────────── */

.deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
.deco--hero-tl { top: -23px; left: -82px; width: 177px; }
.deco--hero-bl { top: 478px; left: -170px; width: 326px; }
.deco--promo   { top: 20px; right: -60px; width: 212px; }
.deco--steps   { top: 190px; left: -253px; width: 626px; }
.deco--trust   { top: 360px; right: -140px; width: 379px; }
.deco--clinics { bottom: 0; right: -200px; width: 766px; }

/* ───────────────────────── Hero ───────────────────────── */

.hero {
  position: relative;
  padding-block: 0 123px;
  overflow: hidden;
}

.hero__grid { z-index: 1; }
.hero__body { position: relative; z-index: 1; max-width: 660px; }

.brands {
  display: flex; align-items: center; gap: 30px;
  min-height: 60px;
  margin: 30px 0 81px;
}
.brands__item { height: 56px; width: auto; }

.hero__title {
  margin: 0 0 40px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 80px;
  line-height: 85px;
  text-transform: uppercase;
}

.hero__lead {
  margin: 0 0 80px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.hero__systems {
  display: inline;
  padding: 2px 9px;
  background: #E6F7FB;
  color: var(--cyan);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.hero__note {
  margin: 40px 0 0;
  max-width: 660px;
  font-size: 18px;
  line-height: 25px;
  color: var(--muted);
}

.hero__media {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: min(600px, 42vw);
  aspect-ratio: 600 / 707;
}
.hero__media img { width: 100%; height: 100%; object-fit: cover; }

/* ───────────────────────── Секция с заливкой ───────────────────────── */

.section--tint { background: var(--tint); }

/* ───────────────────── Что входит в акцию ───────────────────── */

.promo {
  position: relative;
  padding-block: 60px 86px;
  overflow: hidden;
}
.promo > .container { position: relative; z-index: 1; }

.promo__grid {
  display: grid;
  grid-template-columns: 760px 360px;
  gap: 40px;
  margin-top: 71px;
}

/* Три карточки систем: средняя крупнее и перекрывает соседние.
   Расстановка в процентах от блока, внутренности — в cqw от самой карточки,
   поэтому композиция целиком масштабируется и не разваливается на мобильном. */
.systems {
  position: relative;
  width: 100%;
  max-width: 760px;
  aspect-ratio: 760 / 563;
}

.syscard {
  position: absolute;
  top: 6.75%;
  width: 39.34%;
  height: 88.81%;
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.34cqw 4.01cqw;
  background: #fff;
  border: 1px solid var(--cyan);
  border-radius: var(--r-card);
  text-align: center;
}
.syscard:nth-child(1) { left: 0; }
.syscard:nth-child(3) { left: 60.66%; }

/* Боковые карточки — только намёк: размытие и белая вуаль поверх. */
.syscard:not(.syscard--featured) > * { filter: blur(1.2cqw); }
.syscard:not(.syscard--featured)::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, .45);
  pointer-events: none;
}

.syscard--featured {
  z-index: 2;
  top: 0;
  left: 26.32%;
  width: 47.37%;
  height: 100%;
  padding: 4.17cqw 4.44cqw 5.28cqw;
  box-shadow: var(--shadow-card);
}

.syscard__logo { height: 19.73cqw; width: auto; object-fit: contain; }
.syscard--featured .syscard__logo { height: 18.33cqw; }

.syscard__figure { position: relative; margin-top: 6.35cqw; }
.syscard--featured .syscard__figure { margin-top: 3.61cqw; }

.syscard__implant { height: 83.95cqw; width: auto; object-fit: contain; }
.syscard--featured .syscard__implant { height: 83.61cqw; }

.syscard__badge {
  position: absolute;
  left: 50%;
  bottom: 13.04cqw;
  transform: translateX(-50%);
  width: 80.27cqw;
  margin: 0;
  padding: 5.69cqw 3.34cqw;
  background: #E6F7FB;
  border-radius: var(--r-pill);
  color: var(--cyan);
  font-size: 5.35cqw;
  line-height: 1;
}
.syscard--featured .syscard__badge {
  bottom: 13.61cqw;
  width: 66.67cqw;
  padding: 4.72cqw 2.78cqw;
  font-size: 4.44cqw;
}

.syscard__old {
  margin: 3.34cqw 0 0;
  font-size: 5.35cqw;
  line-height: 10.03cqw;
  color: var(--muted);
}
.syscard--featured .syscard__old { margin-top: 2.78cqw; font-size: 4.44cqw; line-height: 8.33cqw; }
.syscard__old s { text-decoration-thickness: 1px; }

.syscard__label { margin: 2.34cqw 0 0; font-size: 8.03cqw; line-height: 10.03cqw; }
.syscard--featured .syscard__label { margin-top: 1.94cqw; font-size: 6.67cqw; line-height: 8.33cqw; }

/* Пилюля с экономией шире карточки и выступает за её края — как в макете. */
.syscard__save {
  margin: 4.01cqw 0 0;
  width: 112.37cqw;
  height: 20.07cqw;
  display: grid;
  place-items: center;
  background: var(--cyan);
  border-radius: var(--r-pill);
  color: #fff;
  font-size: 14.72cqw;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}
.syscard--featured .syscard__save {
  margin-top: 3.33cqw;
  width: 93.33cqw;
  height: 16.67cqw;
  font-size: 12.22cqw;
}

/* правая карточка «что оплачивается отдельно» */
.extras {
  align-self: center;
  min-height: 563px;
  padding: 20px 28px 28px;
  background: #fff;
  border: 1px solid var(--cyan);
  border-radius: var(--r-card);
  box-shadow: var(--shadow-card);
}
.extras__title {
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--cyan);
  white-space: nowrap;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: var(--ink-2);
}
.extras__list { margin: 0; padding: 0; list-style: none; display: grid; gap: 39px; }
.extras__list li { display: flex; gap: 15px; align-items: center; }
.extras__list img { flex: none; width: 50px; height: 50px; }
.extras__list span { font-size: 18px; line-height: 20px; color: var(--ink-2); }

/* ───────────────────── Мы вас ждём, если ───────────────────── */

.cases { padding-block: 120px 121px; }
.cases .h2 { margin-bottom: 40px; }

.cases__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; }
.case { margin: 0; }
.case img {
  width: 100%;
  height: auto;
  aspect-ratio: 260 / 160;
  object-fit: cover;
  border-radius: var(--r-card);
}
.case figcaption { width: 280px; margin-top: 10px; font-size: 18px; line-height: 25px; }

/* ───────────────────── Как проходит лечение ───────────────────── */

.steps { position: relative; padding-block: 0 120px; overflow: hidden; }
.steps__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 760px 1fr;
  gap: 40px;
}
.steps .h2 { margin-bottom: 40px; }

.steps__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.step {
  min-height: 160px;
  padding: 10px 10px 10px 10px;
  background: #fff;
  border: 1px solid var(--ink);
  border-radius: var(--r-tile);
}
.step--wide { grid-column: 1 / -1; }

.step__head {
  display: flex; align-items: center; gap: 10px;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.step__num {
  flex: none;
  display: grid; place-items: center;
  width: 40px; height: 40px;
  background: var(--cyan);
  border-radius: 5px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.step__text { margin: 0; font-size: 18px; line-height: 24px; }

.steps__media {
  position: relative;
  margin-right: calc((100vw - var(--container)) / -2);
}
.steps__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 500 / 759;
  object-fit: cover;
  border-radius: var(--r-card) 0 0 var(--r-card);
}

/* ───────────────────── Профгигиена ───────────────────── */

.hygiene {
  position: relative;
  padding-block: 40px 38px;
  background: var(--tint);
  overflow: hidden;
}
/* декоративный восклицательный знак из макета */
.hygiene__mark {
  position: absolute;
  top: 0;
  right: 153px;
  width: 85px;
  height: 254px;
  background: var(--mark);
  clip-path: polygon(0 0, 100% 0, 81% 100%, 19% 100%);
}
.hygiene__mark::after {
  content: "";
  position: absolute;
  left: -4px;
  top: 312px;
  width: 97px;
  height: 97px;
  border-radius: 50%;
  background: var(--mark);
}
.hygiene > .container { position: relative; z-index: 1; }
.hygiene .h2 { margin-bottom: 30px; }
.hygiene__text { margin: 0; font-size: 24px; line-height: 30px; max-width: 1160px; }

/* ───────────────────── Почему нам доверяют ───────────────────── */

.trust { position: relative; padding-block: 120px 120px; overflow: hidden; }
.trust__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 560px 560px;
  column-gap: 40px;
  row-gap: 0;
  align-items: start;
}
.trust__head { grid-column: 1; margin-bottom: 30px; }
.trust__claim {
  grid-column: 2;
  margin: 0;
  padding: 30px 37px;
  background: #E6F7FB;
  border-radius: var(--r-tile);
  font-size: 18px;
  line-height: 30px;
}
.trust__media { grid-column: 1; }
.trust__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 560 / 452;
  object-fit: cover;
  border-radius: var(--r-block);
}
.trust__list {
  grid-column: 2;
  margin: 0;
  padding-left: 40px;
  border-left: 1px solid var(--cyan);
  display: grid;
  gap: 40px;
  align-content: start;
}
.trust__item dt {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  text-transform: uppercase;
}
.trust__item dd { margin: 10px 0 0; font-size: 20px; line-height: 30px; }

/* ───────────────────── Отзывы ───────────────────── */

.reviews { padding-block: 60px 50px; }
.reviews__head {
  position: relative;
  margin-bottom: 60px;
}
.reviews__script {
  position: absolute;
  right: 0;
  top: -34px;
  width: 307px;
  height: auto;
}

.reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 39px;
}
.review {
  position: relative;
  min-height: 339px;
  padding: 25px;
  background: #fff;
  border: 1px solid var(--cyan);
  border-radius: var(--r-card);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
.review__top { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
.stars { color: var(--star); font-size: 28px; line-height: 1; letter-spacing: 4px; }
.review__date { font-size: 16px; line-height: 22px; color: #717070; }
.review p { margin: 0; font-size: 16px; line-height: 22px; color: var(--ink-2); }

/* ───────────────────── Заявка ───────────────────── */

.lead { padding-block: 120px; }

.lead__block {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 638px;
  align-items: center;
  min-height: 674px;
  padding: 60px;
  background: var(--cyan);
  border-radius: var(--r-block);
  overflow: hidden;
}

.lead__media {
  position: absolute;
  left: 0;
  top: 0;
  width: 460px;
  height: 674px;
  object-fit: cover;
  pointer-events: none;
}

.lead__form {
  position: relative;
  z-index: 1;
  grid-column: 2;
  padding: 30px 37px 28px;
  background: #fff;
  border-radius: var(--r-card);
}
.lead__form .h2 { margin-bottom: 24px; }

.field-row { display: grid; grid-template-columns: 260px 260px; gap: 40px; }
.field { margin: 0 0 16px; }
.field label {
  display: block;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 25px;
}
.field input, .field textarea {
  width: 100%;
  padding: 12px 16px;
  font: inherit;
  font-size: 18px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-tile);
}
.field input { height: 50px; }
.field textarea { min-height: 113px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--cyan); }
.field .is-invalid { border-color: #D33; }

.consent { display: flex; gap: 12px; align-items: flex-start; margin: 8px 0 20px; }
.consent input {
  flex: none;
  width: 20px; height: 20px;
  margin: 2px 0 0;
  accent-color: var(--cyan);
}
.consent label { font-size: 18px; line-height: 23px; font-weight: 400; }

.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form-status { margin: 14px 0 0; min-height: 24px; font-size: 18px; line-height: 24px; }
.form-status.is-ok { color: #12805C; }
.form-status.is-err { color: #D33; }

/* ───────────────────── Адреса ───────────────────── */

.clinics { position: relative; padding-block: 0 51px; overflow: hidden; }
.clinics > .container { position: relative; z-index: 1; }
.clinics .h2 { margin-bottom: 40px; }

.clinics__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 39px 40px; }
.clinic img {
  width: 100%;
  height: auto;
  aspect-ratio: 360 / 245;
  object-fit: cover;
  border-radius: var(--r-card);
}
.clinic h3 { margin: 20px 0 0; font-size: 20px; line-height: 25px; font-weight: 500; }
.clinic p { margin: 22px 0 0; font-size: 20px; line-height: 25px; }

/* ───────────────────── Подвал ───────────────────── */

.footer { padding-block: 60px 40px; background: var(--tint); }

.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.3fr 1.3fr;
  gap: 40px;
  padding-bottom: 40px;
}

.footer__col { min-width: 0; }

.footer__logos { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-bottom: 24px; }
.footer__logos img { height: 40px; width: auto; }

.footer__phone { margin: 0 0 12px; font-size: 24px; line-height: 30px; font-weight: 700; }
.footer__phone a { text-decoration: none; }
.footer__phone a:hover { color: var(--cyan); }

.footer__contact { margin: 0; font-size: 16px; line-height: 24px; color: var(--muted); }
.footer__contact a { color: var(--cyan); }

.footer__title {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer__list { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.footer__list li { font-size: 16px; line-height: 22px; color: var(--muted); }
.footer__list a { color: var(--muted); text-decoration-color: rgba(0, 170, 210, .5); }
.footer__list a:hover { color: var(--cyan); }

.footer__legal { margin: 0 0 16px; font-size: 15px; line-height: 22px; color: var(--muted); }
.footer__legal:last-child { margin-bottom: 0; }

.footer__bottom {
  padding-top: 30px;
  border-top: 1px solid rgba(0, 170, 210, .3);
  display: grid;
  gap: 12px;
}
.footer__warning { margin: 0; font-size: 16px; line-height: 22px; font-weight: 600; }
.footer__note { margin: 0; font-size: 14px; line-height: 20px; color: var(--muted); max-width: 900px; }
.footer__copy { margin: 0; font-size: 14px; line-height: 20px; color: var(--muted); }

/* ───────────────────── Всплывающий виджет ───────────────────── */

.fab {
  position: fixed;
  right: 24px; bottom: 24px;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.fab__menu {
  display: grid;
  gap: 10px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--cyan);
  border-radius: var(--r-card);
  box-shadow: var(--shadow-card);
  animation: fab-in .18s ease both;
}
.fab__menu[hidden] { display: none; }
@keyframes fab-in { from { opacity: 0; transform: translateY(8px); } }

.fab__action {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 14px;
  border-radius: var(--r-tile);
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: var(--ink-2);
  background: var(--tile);
  transition: background-color .15s ease;
}
.fab__action:hover { background: #D6EFF7; }
.fab__action svg { flex: none; color: var(--cyan); }
.fab__action b { font-weight: 700; }
.fab__action--max svg { color: #7C3AED; }

.fab__btn {
  display: grid; place-items: center;
  width: 64px; height: 64px;
  border: 0; border-radius: 50%;
  background: var(--cyan);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 170, 210, .45);
  transition: transform .18s ease, background-color .18s ease;
}
.fab__btn:hover { background: #0095B8; }
.fab__btn:not(.is-open) { animation: fab-pulse 2.6s ease-in-out infinite; }
@keyframes fab-pulse {
  0%, 82%, 100% { transform: scale(1); }
  88% { transform: scale(1.08); }
  94% { transform: scale(.97); }
}
.fab__ico--close { display: none; }
.fab__btn.is-open .fab__ico--open { display: none; }
.fab__btn.is-open .fab__ico--close { display: block; }
.fab__btn.is-open { animation: none; }

/* =====================================================================
   Адаптив
   ===================================================================== */

@media (max-width: 1259px) {
  .promo__grid { grid-template-columns: 1fr; gap: 50px; margin-top: 80px; }
  .extras { align-self: stretch; }
  .steps__grid { grid-template-columns: 1fr; }
  .steps__media { margin-right: 0; order: -1; }
  .steps__media img { min-height: 0; aspect-ratio: 16 / 10; border-radius: var(--r-card); }
  .steps .h2 { margin-bottom: 60px; }
  .trust__grid { grid-template-columns: 1fr 1fr; }
  .trust__claim { margin-top: 0; }
  .lead__block { grid-template-columns: 1fr; padding: 40px; }
  .lead__media { display: none; }
  .deco { display: none; }
  .hero__media { position: static; width: 100%; margin-top: 40px; aspect-ratio: 16 / 10; }
  .hero__body { max-width: none; }
  .brands { margin-bottom: 50px; }
}

@media (max-width: 1023px) {
  .h2 { font-size: 40px; line-height: 46px; }
  .h2--44 { font-size: 36px; }
  .hero__title { font-size: 60px; line-height: 64px; }
  .cases__grid { grid-template-columns: repeat(2, 1fr); }
  .clinics__grid { grid-template-columns: repeat(2, 1fr); }
  .reviews__grid { grid-template-columns: 1fr; }
  .review { min-height: 0; }
  .reviews__head { flex-direction: column; margin-bottom: 50px; }
  .reviews__script { width: 240px; align-self: flex-end; }
  .case figcaption { width: auto; }
  .extras { min-height: 0; }
  .extras__title { white-space: normal; }
  .reviews__script { position: static; }
  .trust__grid { grid-template-columns: 1fr; }
  .trust__head, .trust__claim, .trust__media, .trust__list { grid-column: 1; }
  .steps__list { grid-template-columns: 1fr; }
  .step--wide { grid-column: auto; }
  .hygiene__mark { display: none; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  body { font-size: 18px; }
  .h2 { font-size: 30px; line-height: 36px; }
  .h2--44, .h2--40 { font-size: 28px; line-height: 34px; }
  .pill { font-size: 16px; line-height: 24px; padding: 4px 12px; }

  .hero { padding-block: 20px 50px; }
  .hero__title { font-size: 40px; line-height: 44px; margin-bottom: 24px; }
  .hero__lead { font-size: 18px; line-height: 26px; margin-bottom: 36px; }
  .hero__note { font-size: 14px; line-height: 20px; }
  /* Три логотипа держим в одну строку: высота считается от ширины экрана. */
  .brands { flex-wrap: nowrap; justify-content: space-between; gap: 10px; margin: 20px 0 30px; min-height: 0; }
  .brands__item { height: clamp(20px, 7vw, 30px); max-width: 100%; object-fit: contain; }

  .cta-row { gap: 16px; flex-direction: column; align-items: stretch; }
  .btn { font-size: 18px; min-height: 54px; }
  .btn--primary, .btn--phone { min-width: 0; width: 100%; }

  .promo { padding-block: 40px 50px; }
  .promo__grid { margin-top: 40px; }
  .cases { padding-block: 60px 50px; }
  .cases .h2, .clinics .h2 { margin-bottom: 40px; }
  .cases__grid { grid-template-columns: 1fr; gap: 24px; }
  .clinics__grid { grid-template-columns: 1fr; gap: 30px; }
  .clinics, .trust, .lead { padding-block: 60px; }
  .steps { padding-block: 0 60px; }

  /* Боковые карточки выезжают за край: видны только края-намёки, средняя
     занимает 80% ширины. Пропорция блока подобрана так, чтобы средняя карточка
     сохранила макетное соотношение 360:563 и содержимое в неё влезало. */
  .systems { aspect-ratio: 4 / 5; margin-inline: auto; }
  .syscard { width: 55%; border-radius: 14px; }
  .syscard:nth-child(1) { left: -20%; }
  .syscard:nth-child(3) { left: 65%; }
  .syscard--featured { left: 10%; width: 80%; }

  .extras { padding: 20px; }
  .extras__list { gap: 22px; }

  .trust__claim { padding: 20px; font-size: 16px; line-height: 26px; }
  .trust__list { padding-left: 20px; }
  .trust__item dt { font-size: 20px; }
  .trust__item dd { font-size: 17px; line-height: 26px; }

  .hygiene__text { font-size: 17px; line-height: 26px; }

  .lead__block { padding: 20px; border-radius: 24px; }
  .lead__form { padding: 24px 20px 30px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .field label { font-size: 17px; }
  .consent label { font-size: 15px; line-height: 20px; }

  .clinic h3, .clinic p { font-size: 17px; line-height: 23px; }

  .footer { padding-block: 40px 30px; }
  .footer__grid { grid-template-columns: 1fr; gap: 30px; padding-bottom: 30px; }
  .footer__logos img { height: 32px; }
  .footer__phone { font-size: 20px; }

  .fab { right: 14px; bottom: 14px; }
  .fab__menu { max-width: calc(100vw - 28px); }
}
