:root {
  --vc-blue: #1296db;
  --vc-blue-dark: #0b74b4;
  --vc-dark: #0b1b35;
  --vc-text: #2d3436;
  --vc-muted: #697789;
  --vc-green: #3fa43b;
  --vc-pistachio: #bfd8a3;
  --vc-bg: #f7fafc;
  --vc-white: #ffffff;
  --vc-border: #ddeaf5;
  --vc-soft: #eef7fd;
  --vc-radius: 22px;
  --vc-shadow: 0 18px 50px rgba(11, 27, 53, .10);
  --vc-container: 1360px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Manrope, Montserrat, Arial, sans-serif;
  color: var(--vc-text);
  background: var(--vc-bg);
}

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

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

a {
  color: inherit;
}

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

.vc-section {
  padding: 94px 0;
}

.vc-section h2,
.vc-hero h1 {
  margin: 0;
  color: var(--vc-dark);
  letter-spacing: 0;
  line-height: 1.06;
}

.vc-section h2 {
  max-width: 920px;
  font-size: clamp(32px, 4vw, 56px);
}

.vc-lead {
  max-width: 780px;
  margin: 20px 0 42px;
  color: var(--vc-muted);
  font-size: 18px;
  line-height: 1.65;
}

.vc-btn {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 0 30px;
  border: 1px solid transparent;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.vc-btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--vc-shadow);
}

.vc-btn--primary {
  background: var(--vc-blue);
  color: var(--vc-white);
}

.vc-btn--primary:hover {
  background: var(--vc-blue-dark);
}

.vc-btn--secondary {
  background: var(--vc-white);
  color: var(--vc-dark);
  border-color: var(--vc-border);
}

.vc-card {
  border: 1px solid var(--vc-border);
  border-radius: var(--vc-radius);
  background: var(--vc-white);
  box-shadow: 0 12px 34px rgba(11, 27, 53, .06);
}

.vc-topbar {
  background: var(--vc-dark);
  color: var(--vc-white);
  font-size: 14px;
}

.vc-topbar .vc-container {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.vc-topbar a {
  text-decoration: none;
  font-weight: 700;
}

.vc-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--vc-border);
  backdrop-filter: blur(16px);
}

.vc-nav .vc-container {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.vc-logo {
  display: grid;
  color: var(--vc-dark);
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.vc-logo small {
  margin-top: 6px;
  color: var(--vc-green);
  font-size: 13px;
  font-weight: 800;
}

.vc-menu {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--vc-dark);
  font-size: 15px;
  font-weight: 800;
}

.vc-menu a {
  text-decoration: none;
}

.vc-social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 800;
}

.vc-social-link img,
.vc-social-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  flex: 0 0 22px;
}

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

.vc-icon-link,
.vc-burger {
  min-width: 46px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--vc-border);
  border-radius: 999px;
  background: var(--vc-white);
  color: var(--vc-dark);
  font-weight: 900;
  text-decoration: none;
}

.vc-icon-link--max {
  border-color: rgba(83, 68, 238, .28);
  background: rgba(76, 204, 255, .12);
}

.vc-icon-link .vc-social-icon {
  width: 24px;
  height: 24px;
}

.vc-phone-card {
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--vc-soft);
  color: var(--vc-dark);
  text-decoration: none;
  font-weight: 900;
}

.vc-burger {
  display: none;
}

.vc-hero {
  padding: 78px 0 88px;
  overflow: hidden;
  background: linear-gradient(135deg, #eef8ff 0%, #ffffff 52%, #f0f8ec 100%);
}

.vc-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .88fr);
  align-items: center;
  gap: 56px;
}

.vc-hero__badge {
  display: inline-flex;
  margin: 0 0 20px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--vc-white);
  color: var(--vc-blue);
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(18, 150, 219, .12);
}

.vc-hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 5.2vw, 74px);
}

.vc-hero__text {
  margin: 24px 0;
  max-width: 620px;
  color: var(--vc-muted);
  font-size: 22px;
  line-height: 1.55;
}

.vc-hero__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 640px;
  margin: 0 0 30px;
}

.vc-hero__benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid var(--vc-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, .82);
  color: var(--vc-dark);
  font-weight: 800;
}

.vc-hero__benefit:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--vc-green);
}

.vc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.vc-hero__media {
  position: relative;
  min-height: 540px;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(135deg, #b9e6fb, #eff9ff 55%, #d9ebca);
  box-shadow: var(--vc-shadow);
}

.vc-hero__slider {
  position: absolute;
  inset: 0;
}

.vc-hero__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .8s ease;
}

.vc-hero__slide.is-active {
  opacity: 1;
}

.vc-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  opacity: .92;
}

.vc-hero__dots {
  position: absolute;
  z-index: 4;
  left: 24px;
  bottom: 22px;
  display: inline-flex;
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 10px 24px rgba(11, 27, 53, .12);
}

.vc-hero__dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(11, 27, 53, .28);
  cursor: pointer;
}

.vc-hero__dots button.is-active {
  background: var(--vc-blue);
}

.vc-hero__media > img {
  display: none;
}

.vc-hero__float {
  position: relative;
  z-index: 2;
  display: inline-grid;
  gap: 4px;
  min-width: 160px;
  margin: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 30px rgba(11, 27, 53, .13);
}

.vc-hero__float strong {
  color: var(--vc-dark);
}

.vc-grid-4,
.vc-grid-3,
.vc-grid-2 {
  display: grid;
  gap: 22px;
}

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

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

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

.vc-stat,
.vc-service,
.vc-promo,
.vc-benefit,
.vc-client,
.vc-equipment,
.vc-step,
.vc-review,
.vc-faq,
.vc-contact-card {
  padding: 24px;
}

.vc-stat strong {
  display: block;
  margin-bottom: 8px;
  color: var(--vc-blue);
  font-size: 40px;
  line-height: 1;
}

.vc-service img,
.vc-promo img,
.vc-equipment img,
.vc-step img,
.vc-review__object {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 18px;
  background: var(--vc-soft);
}

.vc-service h3,
.vc-promo h3,
.vc-benefit h3,
.vc-equipment h3,
.vc-step h3,
.vc-review h3 {
  margin: 0 0 10px;
  color: var(--vc-dark);
  font-size: 22px;
}

.vc-service p,
.vc-promo p,
.vc-benefit p,
.vc-equipment p,
.vc-step p,
.vc-review p,
.vc-faq p {
  color: var(--vc-muted);
  line-height: 1.6;
}

.vc-service__price {
  display: block;
  margin: 18px 0;
  color: var(--vc-green);
  font-size: 20px;
  font-weight: 900;
}

.vc-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding: 26px;
  border-radius: var(--vc-radius);
  background: var(--vc-dark);
  color: var(--vc-white);
}

.vc-note p {
  margin: 0;
  max-width: 820px;
  line-height: 1.55;
}

.vc-about__grid,
.vc-contacts__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 46px;
  align-items: start;
}

.vc-about__media img,
.vc-contacts__media img {
  width: 100%;
  border-radius: 28px;
  box-shadow: var(--vc-shadow);
}

.vc-about__content {
  display: grid;
  gap: 22px;
}

.vc-about__text {
  color: var(--vc-muted);
  font-size: 18px;
  line-height: 1.7;
}

.vc-about__cards {
  display: grid;
  gap: 14px;
}

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

.vc-client {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--vc-dark);
  font-size: 18px;
  font-weight: 900;
}

.vc-step__number {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--vc-blue);
  color: var(--vc-white);
  font-weight: 900;
}

.vc-review__head {
  display: flex;
  gap: 14px;
  align-items: center;
}

.vc-review__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--vc-soft);
}

.vc-review__rating {
  color: #f2b01e;
  font-size: 18px;
  letter-spacing: 2px;
}

.vc-review-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -16px 0 28px;
}

.vc-review-filters button {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--vc-border);
  border-radius: 999px;
  background: var(--vc-white);
  color: var(--vc-dark);
  font-weight: 800;
}

.vc-review-filters button.is-active {
  background: var(--vc-blue);
  color: var(--vc-white);
}

.vc-faq {
  padding: 0;
  overflow: hidden;
}

.vc-faq-section .vc-grid-2 {
  grid-template-columns: 1fr;
  gap: 12px;
}

.vc-faq-section .vc-faq {
  border-radius: 14px;
}

.vc-faq button {
  width: 100%;
  min-height: 86px;
  padding: 22px 90px 22px 120px;
  border: 0;
  background: var(--vc-white);
  color: var(--vc-dark);
  font: inherit;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.vc-faq button::before {
  content: "?";
  position: absolute;
}

.vc-faq button {
  position: relative;
}

.vc-faq button::before {
  left: 34px;
  top: 50%;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #eef5ff;
  color: var(--vc-blue);
  font-size: 28px;
}

.vc-faq__answer {
  display: none;
  margin: 0 24px 24px 120px;
  padding: 24px;
  border-radius: 12px;
  background: #f6faff;
}

.vc-faq.is-open .vc-faq__answer {
  display: block;
}

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

.vc-contact-card {
  display: grid;
  gap: 6px;
}

.vc-contact-card span {
  color: var(--vc-muted);
  font-size: 14px;
  font-weight: 800;
}

.vc-form {
  display: grid;
  gap: 14px;
}

.vc-form input {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid var(--vc-border);
  border-radius: 16px;
  font: inherit;
}

.vc-form label {
  display: grid;
  gap: 7px;
  color: var(--vc-dark);
  font-weight: 800;
}

.vc-form__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--vc-muted);
  font-size: 14px;
  line-height: 1.45;
}

.vc-form__check input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.vc-footer {
  padding: 64px 0 16px;
  background: var(--vc-dark);
  color: var(--vc-white);
}

.vc-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 32px;
}

.vc-footer a {
  color: inherit;
  text-decoration: none;
}

.vc-footer__links {
  display: grid;
  gap: 10px;
}

.vc-footer__links .vc-social-link {
  justify-content: flex-start;
}

.vc-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.72);
  font-size: 14px;
}

.vc-mobilebar {
  display: none;
}

@media (max-width: 1200px) {
  .vc-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 992px) {
  .vc-topbar .vc-container span:nth-child(2),
  .vc-header__actions {
    display: none;
  }

  .vc-burger {
    display: inline-flex;
  }

  .vc-menu {
    position: fixed;
    inset: 130px 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    border: 1px solid var(--vc-border);
    border-radius: 22px;
    background: var(--vc-white);
    box-shadow: var(--vc-shadow);
  }

  .vc-menu.is-open {
    display: flex;
  }

  .vc-hero__grid,
  .vc-about__grid,
  .vc-contacts__grid {
    grid-template-columns: 1fr;
  }

  .vc-hero__media,
  .vc-hero__media img {
    min-height: 420px;
  }

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

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

@media (max-width: 768px) {
  .vc-section {
    padding: 64px 0;
  }

  .vc-topbar .vc-container {
    justify-content: center;
  }

  .vc-topbar .vc-container span {
    display: none;
  }

  .vc-nav .vc-container {
    min-height: 76px;
  }

  .vc-hero {
    padding: 48px 0 64px;
  }

  .vc-hero__text {
    font-size: 18px;
  }

  .vc-hero__benefits,
  .vc-grid-4,
  .vc-grid-3,
  .vc-grid-2,
  .vc-logo-grid,
  .vc-footer__grid {
    grid-template-columns: 1fr;
  }

  .vc-note {
    display: grid;
  }

  .vc-btn {
    width: 100%;
  }

  .vc-mobilebar {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 8px;
    border-radius: 20px;
    background: rgba(255,255,255,.94);
    box-shadow: var(--vc-shadow);
  }

  .vc-mobilebar a {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: var(--vc-blue);
    color: var(--vc-white);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
  }

  .vc-mobilebar a[href="#max"] {
    gap: 6px;
  }

  .vc-mobilebar a[href="#max"]::before {
    content: "";
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    background: url("/assets/templates/vita-cleaning/img/icons/max.svg") center / contain no-repeat;
  }

  body {
    padding-bottom: 76px;
  }
}

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

  .vc-section h2 {
    font-size: 31px;
  }

  .vc-hero h1 {
    font-size: 38px;
  }

  .vc-hero__media,
  .vc-hero__media img {
    min-height: 320px;
  }

  .vc-stat,
  .vc-service,
  .vc-promo,
  .vc-benefit,
  .vc-client,
  .vc-equipment,
  .vc-step,
  .vc-review,
  .vc-contact-card {
    padding: 20px;
  }
}

/* Design match pass: brings proportions closer to the provided PNG blocks. */
.vc-section {
  background: #fff;
}

.vc-section:nth-of-type(even) {
  background: linear-gradient(180deg, #fff 0%, #f6fbff 100%);
}

.vc-section > .vc-container > h2,
.vc-section > .vc-container > .vc-lead {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.vc-section > .vc-container > .vc-lead {
  margin-bottom: 48px;
}

.vc-topbar {
  background: #061d3c;
}

.vc-topbar .vc-container {
  min-height: 64px;
  font-size: 16px;
}

.vc-nav .vc-container {
  min-height: 136px;
}

.vc-logo {
  position: relative;
  padding-left: 70px;
  font-size: 30px;
}

.vc-logo::before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 52px;
  height: 64px;
  border-radius: 26px 26px 28px 28px;
  background: linear-gradient(145deg, #0d7ee8 0 45%, #fff 45% 54%, #3fa43b 54% 100%);
  box-shadow: inset 0 0 0 8px #fff, 0 0 0 2px #e5f0f8;
}

.vc-logo small {
  color: #66758a;
  font-size: 14px;
}

.vc-menu {
  gap: 34px;
  font-size: 17px;
}

.vc-phone-card {
  min-height: 72px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--vc-border);
  border-radius: 10px;
  background: #fff;
  padding: 0 24px;
}

.vc-hero {
  padding: 68px 0 76px;
  background: linear-gradient(90deg, #f3faff 0%, #fff 48%, #eef7ff 100%);
}

.vc-hero__grid {
  grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr);
  gap: 26px;
}

.vc-hero h1 {
  font-size: clamp(44px, 5vw, 72px);
}

.vc-hero__text {
  color: #0b1b35;
  font-size: 26px;
}

.vc-hero__text br + * {
  color: var(--vc-green);
}

.vc-hero__benefits {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 410px;
}

.vc-hero__benefit {
  border: 0;
  background: transparent;
  padding: 4px 0;
  font-size: 18px;
}

.vc-hero__benefit::before {
  width: 22px;
  height: 22px;
  box-shadow: inset 0 0 0 6px var(--vc-green);
  background: #fff;
}

.vc-hero__actions {
  margin-top: 48px;
}

.vc-hero__actions .vc-btn {
  min-width: 310px;
  min-height: 76px;
  border-radius: 10px;
}

.vc-hero__media {
  min-height: 705px;
  border-radius: 0;
  box-shadow: none;
}

.vc-hero__media img {
  min-height: 705px;
  opacity: 1;
}

.vc-hero__float {
  position: absolute;
  right: 22px;
  width: 280px;
  min-height: 110px;
  margin: 0;
  padding: 24px;
  border-radius: 14px;
}

.vc-hero__float:nth-of-type(1) {
  top: 250px;
}

.vc-hero__float:nth-of-type(2) {
  top: 392px;
}

.vc-hero__float:nth-of-type(3) {
  top: 536px;
}

.vc-stats {
  padding-top: 78px;
}

.vc-stats .vc-container {
  display: block;
}

.vc-stats .vc-grid-4 {
  margin-top: 42px;
}

.vc-stat {
  min-height: 190px;
  display: grid;
  align-content: center;
  text-align: center;
}

.vc-stat strong {
  color: #061d3c;
  font-size: 58px;
}

.vc-services .vc-grid-3 {
  gap: 26px;
}

.vc-service {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  column-gap: 26px;
  align-items: start;
  padding: 0 24px 20px 0;
  overflow: hidden;
}

.vc-service img {
  grid-row: 1 / 6;
  width: 138px;
  height: 100%;
  min-height: 318px;
  aspect-ratio: auto;
  margin: 0;
  border-radius: 18px 0 0 18px;
}

.vc-service h3 {
  margin-top: 34px;
}

.vc-service .vc-btn {
  min-height: 50px;
  border-color: var(--vc-green);
  color: var(--vc-green);
  border-radius: 8px;
}

.vc-service__icon {
  border-radius: 50%;
  background: #eef5ff;
  object-fit: cover;
}

.vc-about__grid {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.vc-about__media img {
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
}

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

.vc-promo {
  position: relative;
  overflow: hidden;
  padding: 0 0 38px;
  text-align: center;
}

.vc-promo img {
  aspect-ratio: 1.08 / 1;
  margin: 0 0 64px;
  border-radius: 18px 18px 0 0;
}

.vc-promo .vc-hero__badge {
  position: absolute;
  top: 28px;
  left: 28px;
  background: var(--vc-green);
  color: #fff;
  border-radius: 8px;
}

.vc-promo h3,
.vc-promo p {
  padding-left: 28px;
  padding-right: 28px;
}

.vc-equipment {
  position: relative;
  min-height: 300px;
  padding: 28px 190px 28px 28px;
  overflow: hidden;
}

.vc-equipment img {
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 170px;
  height: 170px;
  margin: 0;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
}

.vc-step {
  min-height: 520px;
  display: grid;
  text-align: center;
  align-content: start;
}

.vc-step__number {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  background: #eef5ff;
  color: var(--vc-blue);
  font-size: 24px;
}

.vc-step img {
  align-self: end;
  aspect-ratio: 1 / 1.05;
  margin: 22px 0 0;
}

#reviews .vc-review-filters {
  justify-content: center;
  margin: -18px 0 28px;
}

#reviews .vc-review-filters button {
  min-width: 178px;
  min-height: 58px;
  border-radius: 8px;
  font-size: 16px;
}

#reviews .vc-review-filters + .vc-grid-3 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vc-review {
  padding: 12px 12px 24px;
}

.vc-review__object {
  aspect-ratio: 1.55 / 1;
  border-radius: 10px;
}

.vc-review__rating {
  color: var(--vc-green);
  font-size: 20px;
  letter-spacing: 3px;
}

.vc-steps .vc-grid-3 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.vc-steps .vc-step {
  min-height: 570px;
  padding: 24px 18px;
}

.vc-steps .vc-step h3 {
  font-size: 18px;
}

.vc-steps .vc-step p {
  font-size: 14px;
  line-height: 1.55;
}

.vc-steps .vc-step img {
  aspect-ratio: 1 / 1.12;
}

#contacts .vc-contacts__grid {
  grid-template-columns: .78fr .82fr .7fr;
  gap: 0;
  align-items: stretch;
  border: 1px solid var(--vc-border);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 34px rgba(11, 27, 53, .06);
}

#contacts .vc-contacts__grid > div {
  padding: 34px;
}

#contacts .vc-contacts__grid > .vc-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #f5f9ff;
}

.vc-contacts__media {
  padding: 0 !important;
}

.vc-contacts__media img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

.vc-footer {
  background: #061d3c;
}

@media (max-width: 1200px) {
  .vc-nav .vc-container {
    min-height: 104px;
  }

  .vc-menu {
    gap: 18px;
  }

  #reviews .vc-review-filters + .vc-grid-3,
  .vc-steps .vc-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #contacts .vc-contacts__grid {
    grid-template-columns: 1fr 1fr;
  }

  .vc-contacts__media {
    display: none;
  }
}

@media (max-width: 992px) {
  .vc-nav .vc-container {
    min-height: 84px;
  }

  .vc-hero__media,
  .vc-hero__media img {
    min-height: 520px;
  }

  .vc-service {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .vc-service img {
    width: 120px;
  }
}

@media (max-width: 768px) {
  .vc-topbar .vc-container {
    min-height: 42px;
  }

  .vc-logo {
    padding-left: 52px;
    font-size: 22px;
  }

  .vc-logo::before {
    width: 40px;
    height: 50px;
  }

  .vc-hero__actions .vc-btn {
    min-width: 0;
  }

  .vc-hero__float {
    position: relative;
    right: auto;
    top: auto !important;
    width: calc(100% - 24px);
    margin: 8px 12px;
  }

  .vc-hero__media,
  .vc-hero__media img {
    min-height: 430px;
  }

  .vc-service {
    display: block;
    padding: 20px;
  }

  .vc-service img {
    width: 100%;
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 10;
    margin-bottom: 18px;
    border-radius: 14px;
  }

  .vc-service h3 {
    margin-top: 0;
  }

  .vc-service .vc-service__icon {
    width: 58px;
    height: 58px;
    min-height: 0;
    margin: 0 0 12px;
    border-radius: 50%;
  }

  .vc-equipment {
    padding-right: 24px;
  }

  .vc-equipment img {
    position: static;
    width: 100%;
    margin-top: 14px;
  }

#contacts .vc-contacts__grid {
  grid-template-columns: 1fr;
  }

  #reviews .vc-review-filters + .vc-grid-3,
  .vc-steps .vc-grid-3 {
    grid-template-columns: 1fr;
  }
}

/* Design match pass 2: tighten desktop heights to the original section PNGs. */
@media (min-width: 1201px) {
  .vc-section {
    padding: 72px 0;
  }

  .vc-section h2 {
    font-size: 52px;
  }

  .vc-lead {
    margin-top: 14px;
    margin-bottom: 34px;
    font-size: 18px;
    line-height: 1.5;
  }

  .vc-hero {
    padding: 0 0 45px;
  }

  .vc-hero__grid {
    align-items: stretch;
  }

  .vc-hero__content {
    padding-top: 38px;
  }

  .vc-hero h1 {
    font-size: 64px;
  }

  .vc-hero__text {
    margin: 18px 0;
    font-size: 25px;
    line-height: 1.45;
  }

  .vc-hero__actions {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 650px;
  }

  .vc-hero__media {
    min-height: 740px;
  }

  .vc-hero__media img {
    height: 740px;
    min-height: 740px;
  }

  .vc-hero__slide {
    height: 740px;
  }

  .vc-hero__actions .vc-btn {
    min-width: 0;
  }

  .vc-hero__float:nth-of-type(1) {
    top: 210px;
  }

  .vc-hero__float:nth-of-type(2) {
    top: 350px;
  }

  .vc-hero__float:nth-of-type(3) {
    top: 490px;
  }

  .vc-stats {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .vc-stats .vc-grid-4 {
    margin-top: 28px;
  }

  .vc-stat {
    min-height: 150px;
  }

  .vc-services {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .vc-services .vc-grid-3 {
    gap: 22px 26px;
  }

  .vc-service {
    height: 300px;
    grid-template-columns: 132px minmax(0, 1fr);
    column-gap: 20px;
    padding: 0 20px 18px 0;
  }

  .vc-service img {
    width: 132px;
    min-height: 300px;
  }

  .vc-service .vc-service__photo {
    grid-row: 1 / 7;
  }

  .vc-service .vc-service__icon {
    grid-column: 2;
    grid-row: auto;
    width: 62px;
    height: 62px;
    min-height: 0;
    margin: 23px 0 6px;
    border-radius: 50%;
  }

  .vc-service h3 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 20px;
  }

  .vc-service p {
    margin: 0;
    font-size: 15px;
    line-height: 1.42;
  }

  .vc-service__price {
    margin: 12px 0;
    font-size: 17px;
  }

  .vc-service .vc-btn {
    min-height: 40px;
    padding: 0 16px;
    font-size: 14px;
  }

  .vc-note {
    margin-top: 22px;
    padding: 22px 26px;
  }

  .vc-about {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .vc-about__layout {
    display: grid;
    grid-template-columns: .86fr .92fr .88fr;
    gap: 30px;
    align-items: start;
  }

  .vc-about__layout .vc-about__media img {
    aspect-ratio: .82 / 1;
  }

  .vc-about__layout .vc-about__content h2 {
    font-size: 40px;
    text-align: left;
  }

  .vc-about__layout .vc-about__text {
    font-size: 17px;
    line-height: 1.58;
  }

  .vc-about__layout .vc-about__cards {
    grid-template-columns: 1fr 1fr;
  }

  .vc-about__side {
    display: grid;
    gap: 14px;
  }

  .vc-about__panel {
    padding: 22px;
    border: 1px solid var(--vc-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(11, 27, 53, .05);
  }

  .vc-about__panel h3 {
    margin: 0 0 14px;
    color: var(--vc-blue);
    font-size: 19px;
  }

  .vc-about__logos {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    align-items: center;
  }

  .vc-about__logos span {
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #fff;
    color: #0b1b35;
    font-size: 13px;
    font-weight: 900;
  }

  .vc-about__panel ul {
    margin: 0;
    padding-left: 18px;
    color: #0b1b35;
    font-size: 14px;
    line-height: 1.65;
  }

  .vc-about__panel li::marker {
    color: var(--vc-green);
  }

  .vc-about__strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
    padding: 18px 24px;
    border: 1px solid var(--vc-border);
    border-radius: 14px;
    background: #f5f9ff;
  }

  .vc-about__strip strong {
    display: block;
    color: #0b1b35;
    font-size: 16px;
  }

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

  .vc-promo img {
    margin-bottom: 52px;
  }

  .vc-promo h3 {
    font-size: 21px;
  }

  .vc-promo p {
    font-size: 16px;
    line-height: 1.55;
  }

  .vc-equipment {
    min-height: 255px;
    padding: 24px 155px 22px 24px;
  }

  .vc-equipment h3 {
    font-size: 20px;
  }

  .vc-equipment p {
    font-size: 15px;
    line-height: 1.45;
  }

  .vc-equipment img {
    width: 142px;
    height: 142px;
  }

  .vc-steps {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .vc-steps .vc-step {
    min-height: 500px;
    padding: 22px 16px;
  }

  .vc-step__number {
    width: 62px;
    height: 62px;
    margin-bottom: 14px;
  }

  .vc-steps .vc-step img {
    margin-top: 16px;
  }

  #reviews {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  #reviews .vc-review-filters {
    margin-bottom: 22px;
  }

  #reviews .vc-review-filters button {
    min-height: 52px;
  }

  .vc-review {
    padding: 10px 10px 20px;
  }

  .vc-review__object {
    margin-bottom: 14px;
  }

  .vc-review h3 {
    font-size: 19px;
  }

  .vc-review p {
    font-size: 15px;
    line-height: 1.5;
  }

  .vc-faq-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .vc-faq button {
    min-height: 78px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .vc-faq__answer {
    margin-bottom: 18px;
    padding: 18px 22px;
  }

  #contacts {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  #contacts .vc-contacts__grid > div {
    padding: 28px;
  }

  .vc-contacts__media img {
    min-height: 475px;
  }

  .vc-footer {
    padding-top: 72px;
  }

  .vc-footer__grid {
    align-items: start;
  }

  .vc-logo-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
  }

  .vc-client {
    min-height: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
  }

  .vc-client img {
    width: 100%;
    aspect-ratio: 1.12 / 1;
    object-fit: cover;
  }
}

/* Mobile adaptation pass. Desktop keeps the pixel-match layout above. */
@media (max-width: 768px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    padding-bottom: 72px;
  }

  .vc-container {
    width: min(100% - 24px, var(--vc-container));
  }

  .vc-section {
    padding: 42px 0;
  }

  .vc-section h2,
  .vc-hero h1 {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.12;
    text-align: center;
  }

  .vc-lead {
    margin: 12px auto 24px;
    font-size: 15px;
    line-height: 1.48;
    text-align: center;
  }

  .vc-topbar {
    display: none;
  }

  .vc-nav {
    top: 0;
  }

  .vc-nav .vc-container {
    min-height: 68px;
    gap: 12px;
  }

  .vc-logo {
    min-height: 42px;
    padding-left: 46px;
    font-size: 18px;
  }

  .vc-logo small {
    font-size: 11px;
  }

  .vc-logo::before {
    top: -4px;
    width: 34px;
    height: 42px;
  }

  .vc-menu {
    inset: 78px 12px auto;
    max-height: calc(100vh - 100px);
    overflow: auto;
  }

  .vc-hero {
    padding: 28px 0 38px;
  }

  .vc-hero__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .vc-hero__content {
    width: 100%;
    text-align: center;
  }

  .vc-hero__badge {
    margin-bottom: 14px;
    padding: 8px 12px;
    font-size: 13px;
  }

  .vc-hero h1 {
    font-size: 36px;
  }

  .vc-hero__text {
    margin: 16px auto;
    font-size: 18px;
    line-height: 1.45;
  }

  .vc-hero__benefits {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 100%;
  }

  .vc-hero__benefit {
    justify-content: flex-start;
    min-height: 44px;
    padding: 8px 10px;
    border: 1px solid var(--vc-border);
    border-radius: 12px;
    background: #fff;
    font-size: 13px;
    text-align: left;
  }

  .vc-hero__benefit::before {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    box-shadow: inset 0 0 0 5px var(--vc-green);
  }

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

  .vc-hero__actions .vc-btn,
  .vc-btn {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    border-radius: 12px;
    padding: 0 18px;
    font-size: 15px;
  }

  .vc-hero__media {
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 18px;
    overflow: hidden;
  }

  .vc-hero__media img {
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .vc-hero__slide {
    height: 100%;
  }

  .vc-hero__dots {
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
  }

  .vc-hero__float {
    position: static;
    width: auto;
    min-height: 0;
    margin: 8px 10px;
    padding: 12px 14px;
    border-radius: 12px;
    text-align: left;
  }

  .vc-hero__float span {
    font-size: 13px;
  }

  .vc-stats .vc-container,
  .vc-grid-4,
  .vc-grid-3,
  .vc-grid-2 {
    grid-template-columns: 1fr;
  }

  .vc-stats .vc-container {
    display: block;
  }

  .vc-stats .vc-grid-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 22px;
  }

  .vc-stat {
    min-height: 108px;
    padding: 18px 12px;
  }

  .vc-stat strong {
    font-size: 34px;
  }

  .vc-service {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px 14px;
    align-items: start;
    padding: 12px;
    overflow: hidden;
  }

  .vc-service .vc-service__photo,
  .vc-service img:first-child {
    grid-column: 1;
    grid-row: 1 / 6;
    width: 96px;
    height: 100%;
    min-height: 210px;
    aspect-ratio: auto;
    margin: 0;
    border-radius: 12px;
    object-fit: cover;
  }

  .vc-service .vc-service__icon {
    width: 46px;
    height: 46px;
    min-height: 0;
    margin: 0 0 2px;
  }

  .vc-service h3,
  .vc-service p,
  .vc-service__price,
  .vc-service .vc-btn {
    grid-column: 2;
  }

  .vc-service h3 {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.18;
  }

  .vc-service p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
  }

  .vc-service__price {
    margin: 8px 0;
    font-size: 15px;
  }

  .vc-service .vc-btn {
    min-height: 42px;
    font-size: 13px;
  }

  .vc-note {
    display: grid;
    margin-top: 18px;
    padding: 18px;
    border-radius: 14px;
    text-align: center;
  }

  .vc-about__layout,
  .vc-about__grid,
  .vc-contacts__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .vc-about__media img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 18px;
  }

  .vc-about__content {
    gap: 14px;
  }

  .vc-about__content h2 {
    text-align: center;
  }

  .vc-about__text {
    font-size: 15px;
    line-height: 1.55;
  }

  .vc-about__cards,
  .vc-about__layout .vc-about__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .vc-benefit {
    padding: 18px;
  }

  .vc-benefit h3,
  .vc-about__panel h3 {
    font-size: 18px;
    overflow-wrap: anywhere;
  }

  .vc-benefit p,
  .vc-about__panel li,
  .vc-about__strip span {
    font-size: 14px;
    line-height: 1.45;
  }

  .vc-about__side {
    display: grid;
    gap: 12px;
  }

  .vc-about__panel {
    padding: 18px;
    border: 1px solid var(--vc-border);
    border-radius: 14px;
    background: #fff;
  }

  .vc-about__logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .vc-about__logos span {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f6faff;
    font-size: 12px;
    font-weight: 900;
  }

  .vc-about__strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
    padding: 18px;
    border-radius: 14px;
    background: #f5f9ff;
  }

  .vc-promo {
    padding-bottom: 24px;
  }

  .vc-promo img {
    margin-bottom: 42px;
  }

  .vc-promo h3,
  .vc-promo p {
    padding-left: 18px;
    padding-right: 18px;
  }

  #clients .vc-logo-grid,
  .vc-section > .vc-container > .vc-grid-4:has(.vc-equipment),
  .vc-steps .vc-grid-3,
  #reviews .vc-review-filters + .vc-grid-3 {
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding: 2px 4px 14px;
    margin-left: -4px;
    margin-right: -4px;
    scrollbar-width: thin;
  }

  #clients .vc-client,
  .vc-equipment,
  .vc-steps .vc-step,
  #reviews .vc-review {
    flex: 0 0 82%;
    scroll-snap-align: start;
  }

  #clients .vc-client {
    padding: 0;
    overflow: hidden;
  }

  #clients .vc-client img {
    width: 100%;
    aspect-ratio: 1.12 / 1;
    object-fit: cover;
  }

  .vc-equipment {
    position: relative;
    min-height: 260px;
    padding: 20px 128px 20px 20px;
  }

  .vc-equipment h3 {
    font-size: 18px;
  }

  .vc-equipment p {
    font-size: 14px;
    line-height: 1.45;
  }

  .vc-equipment img {
    position: absolute;
    right: 14px;
    bottom: 16px;
    width: 112px;
    height: 112px;
    object-fit: contain;
    background: transparent;
  }

  .vc-steps .vc-step {
    min-height: 0;
    padding: 18px;
  }

  .vc-step__number {
    width: 52px;
    height: 52px;
    margin-bottom: 12px;
    font-size: 20px;
  }

  .vc-step img {
    aspect-ratio: 4 / 3;
    margin-top: 14px;
  }

  .vc-review-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  #reviews .vc-review-filters button {
    min-width: max-content;
    min-height: 46px;
    font-size: 14px;
  }

  .vc-review__object {
    aspect-ratio: 16 / 10;
  }

  .vc-review h3 {
    font-size: 18px;
  }

  .vc-faq button {
    min-height: 64px;
    padding: 16px 44px 16px 66px;
    font-size: 15px;
  }

  .vc-faq button::before {
    left: 16px;
    width: 38px;
    height: 38px;
    font-size: 20px;
  }

  .vc-faq__answer {
    margin: 0 14px 16px 66px;
    padding: 14px;
  }

  #contacts .vc-contacts__grid {
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  #contacts .vc-contacts__grid > div {
    padding: 18px;
  }

  .vc-contact-list {
    gap: 10px;
  }

  .vc-contact-card {
    padding: 18px;
  }

  .vc-contacts__media {
    display: block;
  }

  .vc-contacts__media img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .vc-footer {
    padding: 42px 0 16px;
  }

  .vc-footer__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .vc-footer__bottom {
    display: grid;
    gap: 10px;
    margin-top: 28px;
    text-align: left;
  }
}

@media (max-width: 430px) {
  .vc-hero h1 {
    font-size: 32px;
  }

  .vc-section h2 {
    font-size: 27px;
  }

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

  .vc-stats .vc-grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  #clients .vc-client,
  .vc-equipment,
  .vc-steps .vc-step,
  #reviews .vc-review {
    flex-basis: 88%;
  }
}

/* Vector block icons pass. */
.vc-topbar span,
.vc-phone-card,
.vc-hero__badge,
.vc-btn,
.vc-stat,
.vc-benefit,
.vc-promo h3,
.vc-equipment,
.vc-step h3,
.vc-review-filters button,
.vc-faq button,
.vc-contact-list .vc-contact-card,
.vc-footer__links a,
.vc-about__panel h3 {
  position: relative;
}

.vc-topbar span::before,
.vc-phone-card::before,
.vc-hero__badge::before,
.vc-btn::before,
.vc-stat::before,
.vc-benefit::before,
.vc-promo h3::before,
.vc-equipment::before,
.vc-step h3::before,
.vc-review-filters button::before,
.vc-faq button::before,
.vc-contact-list .vc-contact-card::before,
.vc-footer__links a[href^="tel:"]::before,
.vc-footer__links a[href^="mailto:"]::before,
.vc-footer__links span::before,
.vc-about__panel h3::before {
  content: "";
  display: inline-block;
  width: var(--vc-icon-size, 22px);
  height: var(--vc-icon-size, 22px);
  flex: 0 0 var(--vc-icon-size, 22px);
  background: var(--vc-icon-color, var(--vc-blue));
  -webkit-mask: var(--vc-icon) center / contain no-repeat;
  mask: var(--vc-icon) center / contain no-repeat;
}

.vc-topbar span,
.vc-phone-card,
.vc-hero__badge,
.vc-btn,
.vc-review-filters button,
.vc-footer__links a[href^="tel:"],
.vc-footer__links a[href^="mailto:"],
.vc-footer__links span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.vc-topbar span::before,
.vc-topbar a[href^="tel:"]::before {
  --vc-icon-color: #fff;
  opacity: .95;
}

.vc-topbar span:first-child {
  --vc-icon: url("/assets/templates/vita-cleaning/img/icons/clock.svg");
}

.vc-topbar span:nth-child(2) {
  --vc-icon: url("/assets/templates/vita-cleaning/img/icons/map-pin.svg");
}

.vc-phone-card {
  --vc-icon: url("/assets/templates/vita-cleaning/img/icons/phone.svg");
}

.vc-hero__badge {
  --vc-icon: url("/assets/templates/vita-cleaning/img/icons/star.svg");
  --vc-icon-color: var(--vc-green);
}

.vc-btn--primary {
  --vc-icon: url("/assets/templates/vita-cleaning/img/icons/calculator.svg");
}

.vc-btn--secondary {
  --vc-icon: url("/assets/templates/vita-cleaning/img/icons/chat.svg");
  --vc-icon-color: var(--vc-green);
}

.vc-btn--secondary.vc-btn--max {
  --vc-icon: url("/assets/templates/vita-cleaning/img/icons/max.svg");
  --vc-icon-color: var(--vc-blue);
}

.vc-btn--secondary[href="#max"] {
  --vc-icon: url("/assets/templates/vita-cleaning/img/icons/max.svg");
  --vc-icon-color: var(--vc-blue);
}

.vc-btn--secondary.vc-btn--max::before,
.vc-btn--secondary[href="#max"]::before {
  background: url("/assets/templates/vita-cleaning/img/icons/max.svg") center / contain no-repeat;
  -webkit-mask: none;
  mask: none;
}

.vc-hero__benefit::before {
  --vc-icon: url("/assets/templates/vita-cleaning/img/icons/check.svg");
  --vc-icon-size: 20px;
  box-shadow: none;
  background: var(--vc-green);
  -webkit-mask: var(--vc-icon) center / contain no-repeat;
  mask: var(--vc-icon) center / contain no-repeat;
}

.vc-stat {
  text-align: center;
}

.vc-stat::before,
.vc-benefit::before,
.vc-equipment::before {
  --vc-icon-size: 48px;
  display: flex;
  margin: 0 0 16px;
  border-radius: 50%;
}

.vc-stat::before {
  margin-left: auto;
  margin-right: auto;
}

.vc-stat:nth-child(1) { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/clock.svg"); }
.vc-stat:nth-child(2) { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/star.svg"); }
.vc-stat:nth-child(3) { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/thumbs-up.svg"); }
.vc-stat:nth-child(4) { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/users.svg"); }

.vc-benefit:nth-child(1) { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/shield.svg"); }
.vc-benefit:nth-child(2) { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/users.svg"); }
.vc-benefit:nth-child(3) { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/equipment.svg"); }
.vc-benefit:nth-child(4) { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/spray.svg"); }
.vc-benefit:nth-child(5) { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/calendar.svg"); }
.vc-benefit:nth-child(6) { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/wallet.svg"); }

.vc-about__panel h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vc-about__panel h3::before {
  --vc-icon-size: 26px;
}

.vc-about__panel:nth-child(1) h3 { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/users.svg"); }
.vc-about__panel:nth-child(2) h3 { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/building.svg"); }
.vc-about__panel:nth-child(3) h3 { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/equipment.svg"); }

.vc-promo h3 {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.vc-promo h3::before {
  --vc-icon-size: 44px;
  --vc-icon: url("/assets/templates/vita-cleaning/img/icons/gift.svg");
}

.vc-promo:nth-child(3) h3::before {
  --vc-icon: url("/assets/templates/vita-cleaning/img/icons/percent.svg");
}

.vc-equipment:nth-child(1) { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/vacuum.svg"); }
.vc-equipment:nth-child(2) { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/equipment.svg"); }
.vc-equipment:nth-child(3) { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/sofa.svg"); }
.vc-equipment:nth-child(4) { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/equipment.svg"); }
.vc-equipment:nth-child(5) { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/building.svg"); }
.vc-equipment:nth-child(6) { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/spray.svg"); }
.vc-equipment:nth-child(7) { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/spray.svg"); }
.vc-equipment:nth-child(8) { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/equipment.svg"); }

.vc-step h3 {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.vc-step h3::before {
  --vc-icon-size: 38px;
}

.vc-step:nth-child(1) h3 { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/phone.svg"); }
.vc-step:nth-child(2) h3 { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/briefcase.svg"); }
.vc-step:nth-child(3) h3 { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/calculator.svg"); }
.vc-step:nth-child(4) h3 { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/users.svg"); }
.vc-step:nth-child(5) h3 { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/spray.svg"); }
.vc-step:nth-child(6) h3 { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/shield.svg"); }

.vc-review-filters button::before {
  --vc-icon-size: 20px;
}

.vc-review-filters button:nth-child(1) { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/star.svg"); }
.vc-review-filters button:nth-child(2),
.vc-review-filters button:nth-child(3) { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/home.svg"); }
.vc-review-filters button:nth-child(4) { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/broom.svg"); }
.vc-review-filters button:nth-child(5) { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/sofa.svg"); }

.vc-faq button::before {
  position: absolute;
  transform: translateY(-50%);
  --vc-icon-size: 46px;
  --vc-icon-color: var(--vc-blue);
}

.vc-faq:nth-child(1) button { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/wallet.svg"); }
.vc-faq:nth-child(2) button { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/spray.svg"); }
.vc-faq:nth-child(3) button { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/calendar.svg"); }
.vc-faq:nth-child(4) button { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/briefcase.svg"); }
.vc-faq:nth-child(5) button { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/credit-card.svg"); }
.vc-faq:nth-child(6) button { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/headset.svg"); }

.vc-contact-list .vc-contact-card {
  padding-left: 72px;
}

.vc-contact-list .vc-contact-card::before {
  --vc-icon-size: 34px;
  position: absolute;
  left: 22px;
  top: 22px;
}

.vc-contact-list .vc-contact-card:nth-child(1) { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/phone.svg"); }
.vc-contact-list .vc-contact-card:nth-child(2) { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/phone.svg"); }
.vc-contact-list .vc-contact-card:nth-child(3) { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/chat.svg"); }
.vc-contact-list .vc-contact-card:nth-child(4) { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/map-pin.svg"); }
.vc-contact-list .vc-contact-card:nth-child(5) { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/clock.svg"); }

.vc-footer__links a[href^="tel:"] { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/phone.svg"); }
.vc-footer__links a[href^="mailto:"] { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/chat.svg"); }
.vc-footer__links span { --vc-icon: url("/assets/templates/vita-cleaning/img/icons/map-pin.svg"); }

@media (max-width: 768px) {
  .vc-stat::before,
  .vc-benefit::before,
  .vc-equipment::before {
    --vc-icon-size: 38px;
    margin-bottom: 10px;
  }

  .vc-step h3::before {
    --vc-icon-size: 30px;
  }

  .vc-contact-list .vc-contact-card {
    padding-left: 60px;
  }

  .vc-contact-list .vc-contact-card::before {
    --vc-icon-size: 28px;
    left: 18px;
    top: 18px;
  }
}

/* Multipage inner screens */
.vc-inner-main {
  background: #f7fafc;
}

.vc-page-hero {
  padding: 56px 0 64px;
  background: linear-gradient(135deg, #eef8ff 0%, #fff 58%, #edf8ec 100%);
}

.vc-page-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
  align-items: stretch;
  gap: 42px;
}

.vc-page-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vc-page-hero__eyebrow,
.vc-page-label {
  display: inline-flex;
  width: max-content;
  margin-bottom: 14px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #fff;
  color: var(--vc-blue);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(18, 150, 219, .10);
}

.vc-page-hero h1 {
  max-width: 850px;
  margin: 0;
  color: var(--vc-dark);
  font-size: clamp(38px, 4.4vw, 64px);
  line-height: 1.05;
  letter-spacing: 0;
}

.vc-page-hero__text {
  max-width: 760px;
  margin: 20px 0 28px;
  color: var(--vc-muted);
  font-size: 21px;
  line-height: 1.55;
}

.vc-page-hero__actions,
.vc-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vc-page-hero__media {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--vc-shadow);
  background: var(--vc-soft);
}

.vc-page-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.vc-page-hero__fact {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: 250px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  color: var(--vc-dark);
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(11, 27, 53, .13);
}

.vc-page-section {
  padding: 74px 0;
}

.vc-page-section--soft {
  background: #eef7fd;
}

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

.vc-section-head h2,
.vc-page-section h2 {
  margin: 0;
  color: var(--vc-dark);
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

.vc-section-head p,
.vc-page-section > .vc-container > p.vc-lead {
  margin-bottom: 0;
}

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

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

.vc-info-card,
.vc-article-card,
.vc-case-card {
  padding: 24px;
  border: 1px solid var(--vc-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(11, 27, 53, .06);
}

.vc-info-card h3,
.vc-article-card h3,
.vc-case-card h3 {
  margin: 0 0 10px;
  color: var(--vc-dark);
  font-size: 22px;
  line-height: 1.2;
}

.vc-info-card p,
.vc-article-card p,
.vc-case-card p {
  margin: 0;
  color: var(--vc-muted);
  line-height: 1.6;
}

.vc-info-card__icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 14px;
  background: rgba(18, 150, 219, .10);
}

.vc-info-card__icon img {
  width: 24px;
  height: 24px;
}

.vc-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--vc-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(11, 27, 53, .06);
}

.vc-price-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.vc-price-table th,
.vc-price-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--vc-border);
  text-align: left;
  vertical-align: top;
}

.vc-price-table th {
  background: #eef7fd;
  color: var(--vc-dark);
  font-size: 14px;
  text-transform: uppercase;
}

.vc-price-table td:last-child {
  color: var(--vc-blue-dark);
  font-weight: 900;
  white-space: nowrap;
}

.vc-price-note {
  margin: 16px 0 0;
  color: var(--vc-muted);
  line-height: 1.55;
}

.vc-check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vc-check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--vc-text);
  line-height: 1.55;
}

.vc-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--vc-green);
  box-shadow: inset 0 0 0 5px #fff;
}

.vc-service--link {
  display: flex;
  color: inherit;
  text-decoration: none;
}

.vc-service--link .vc-btn {
  margin-top: auto;
}

.vc-inner-main .vc-card-grid .vc-service--link {
  display: block;
  height: auto;
  min-height: 0;
  padding: 0 0 22px;
  overflow: hidden;
}

.vc-inner-main .vc-card-grid .vc-service--link .vc-service__photo,
.vc-inner-main .vc-card-grid .vc-service--link img:first-child {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 10;
  margin: 0 0 18px;
  border-radius: 0;
  object-fit: cover;
}

.vc-inner-main .vc-card-grid .vc-service--link h3,
.vc-inner-main .vc-card-grid .vc-service--link p,
.vc-inner-main .vc-card-grid .vc-service--link .vc-btn,
.vc-inner-main .vc-card-grid .vc-service--link .vc-service__price {
  margin-left: 22px;
  margin-right: 22px;
}

.vc-inner-main .vc-card-grid .vc-service--link h3 {
  min-height: 0;
  font-size: 22px;
}

.vc-inner-main .vc-card-grid .vc-service--link p {
  min-height: 118px;
  font-size: 16px;
}

.vc-inner-main .vc-card-grid .vc-service--link .vc-btn {
  width: calc(100% - 44px);
}

.vc-case-card > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 16px;
}

.vc-service-detail {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: start;
}

.vc-before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.vc-before-after figure {
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #eef7fd;
}

.vc-before-after img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.vc-before-after figcaption {
  padding: 10px 12px;
  color: var(--vc-dark);
  font-weight: 900;
}

.vc-case-meta {
  display: grid;
  gap: 8px;
  margin: 16px 0;
  color: var(--vc-muted);
  font-size: 15px;
}

.vc-case-meta span {
  display: block;
}

.vc-review-card {
  min-height: 220px;
}

.vc-stars {
  color: #ffc107;
  font-size: 18px;
  letter-spacing: 0;
}

.vc-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 22px;
}

.vc-map {
  min-height: 360px;
  display: grid;
  place-items: center;
  border: 1px solid var(--vc-border);
  border-radius: 18px;
  background: linear-gradient(135deg, #e6f4fd, #fff);
  color: var(--vc-muted);
  text-align: center;
  line-height: 1.5;
}

.vc-form--wide {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.vc-form--wide label:last-of-type,
.vc-form--wide .vc-form__check,
.vc-form--wide button,
.vc-form--wide textarea {
  grid-column: 1 / -1;
}

.vc-form textarea,
.vc-form select {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--vc-border);
  border-radius: 12px;
  padding: 12px 14px;
  font: inherit;
}

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

.vc-requisites {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.vc-requisite-item {
  padding: 18px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--vc-border);
}

.vc-requisite-item span {
  display: block;
  margin-bottom: 6px;
  color: var(--vc-muted);
  font-size: 14px;
}

.vc-requisite-item strong {
  color: var(--vc-dark);
}

.vc-article-body {
  max-width: 920px;
  margin: 0 auto;
}

.vc-article-body h2,
.vc-article-body h3 {
  color: var(--vc-dark);
}

.vc-article-body p,
.vc-article-body li {
  color: var(--vc-text);
  font-size: 18px;
  line-height: 1.7;
}

.vc-article-body img {
  width: 100%;
  margin: 26px 0;
  border-radius: 22px;
  box-shadow: var(--vc-shadow);
}

@media (max-width: 992px) {
  .vc-page-hero__grid,
  .vc-service-detail,
  .vc-contact-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 768px) {
  .vc-page-hero {
    padding: 28px 0 38px;
  }

  .vc-page-hero h1 {
    font-size: 34px;
  }

  .vc-page-hero__text {
    font-size: 17px;
  }

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

  .vc-page-hero__media,
  .vc-page-hero__media img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .vc-page-hero__fact {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
  }

  .vc-page-section {
    padding: 46px 0;
  }

  .vc-section-head {
    display: block;
  }

  .vc-card-grid,
  .vc-card-grid--2,
  .vc-before-after,
  .vc-form--wide,
  .vc-requisites {
    grid-template-columns: 1fr;
  }

  .vc-info-card,
  .vc-article-card,
  .vc-case-card {
    padding: 18px;
    border-radius: 14px;
  }

  .vc-price-table {
    min-width: 620px;
  }
}

/* Company logo asset */
.vc-logo {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  padding-left: 0;
}

.vc-logo::before {
  display: none;
}

.vc-logo__image {
  display: block;
  width: 214px;
  max-width: 100%;
  height: auto;
}

.vc-footer__brand-logo {
  display: block;
  width: 188px;
  max-width: 100%;
  height: auto;
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .vc-logo__image {
    width: 154px;
  }

  .vc-footer__brand-logo {
    width: 170px;
  }
}

/* Compact desktop header after installing the full logo */
.vc-nav .vc-container {
  min-height: 84px;
  gap: 16px;
}

.vc-menu {
  gap: 10px;
  font-size: 14px;
}

.vc-menu a {
  white-space: nowrap;
}

.vc-logo__image {
  width: 176px;
}

@media (max-width: 1200px) {
  .vc-nav .vc-container {
    min-height: 76px;
    gap: 12px;
  }

  .vc-menu {
    gap: 7px;
    font-size: 13px;
  }

  .vc-logo__image {
    width: 154px;
  }
}

@media (max-width: 768px) {
  .vc-nav .vc-container {
    min-height: 74px;
  }

  .vc-logo__image {
    width: 154px;
  }
}

/* Hero slider fix and soft photo-to-content transition */
.vc-hero__media {
  isolation: isolate;
}

.vc-hero__slider {
  z-index: 1;
}

.vc-hero__media img.vc-hero__slide {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.vc-hero__media img.vc-hero__slide.is-active {
  opacity: 1;
}

.vc-hero__media::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 20px;
  pointer-events: none;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .72) 45%, rgba(255, 255, 255, 0) 100%);
}

.vc-hero__dots,
.vc-hero__float {
  z-index: 4;
}

@media (min-width: 993px) {
  .vc-hero__float {
    right: 20px;
    width: 280px;
    min-height: 104px;
    padding: 22px 24px;
    top: auto;
    bottom: auto;
  }

  .vc-hero__float:nth-last-of-type(3) {
    top: auto;
    bottom: 268px;
  }

  .vc-hero__float:nth-last-of-type(2) {
    top: auto;
    bottom: 144px;
  }

  .vc-hero__float:nth-last-of-type(1) {
    top: auto;
    bottom: 20px;
  }
}

@media (max-width: 992px) {
  .vc-hero__media::before {
    display: none;
  }
}

/* Services cards: readable content with compact vector icon badges */
.vc-services .vc-grid-3 {
  align-items: stretch;
  gap: 28px;
}

.vc-services .vc-service {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: 18px;
}

.vc-services .vc-service .vc-service__photo,
.vc-services .vc-service img:first-child {
  display: block;
  width: 100%;
  height: 172px;
  min-height: 0;
  aspect-ratio: auto;
  margin: 0;
  border-radius: 18px 18px 0 0;
  object-fit: cover;
}

.vc-services .vc-service .vc-service__icon {
  position: absolute;
  top: 134px;
  right: 22px;
  width: 68px;
  height: 68px;
  min-height: 0;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(11, 116, 209, .14);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(11, 27, 53, .14);
  object-fit: contain;
}

.vc-services .vc-service h3 {
  margin: 30px 24px 10px;
  font-size: 22px;
  line-height: 1.18;
}

.vc-services .vc-service p {
  margin: 0 24px 18px;
  color: var(--vc-muted);
  font-size: 15px;
  line-height: 1.5;
}

.vc-services .vc-service__price {
  display: block;
  margin: auto 24px 18px;
  color: var(--vc-dark);
  font-size: 16px;
  line-height: 1.25;
}

.vc-services .vc-service .vc-btn {
  align-self: flex-start;
  min-height: 44px;
  margin: 0 24px 24px;
  padding: 0 20px;
  font-size: 14px;
}

@media (max-width: 992px) {
  .vc-services .vc-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .vc-services .vc-grid-3 {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .vc-services .vc-service .vc-service__photo,
  .vc-services .vc-service img:first-child {
    height: 158px;
  }

  .vc-services .vc-service .vc-service__icon {
    top: 120px;
    right: 18px;
    width: 58px;
    height: 58px;
    padding: 14px;
    border-radius: 16px;
  }

  .vc-services .vc-service h3 {
    margin: 26px 18px 8px;
    font-size: 20px;
  }

  .vc-services .vc-service p,
  .vc-services .vc-service__price {
    margin-left: 18px;
    margin-right: 18px;
  }

  .vc-services .vc-service .vc-btn {
    margin: 0 18px 20px;
    width: auto;
    min-width: 0;
    max-width: calc(100% - 36px);
  }
}

/* Services cards variant with photo on the left */
.vc-services .vc-service {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  grid-template-rows: auto auto auto auto auto;
  gap: 0 18px;
  min-height: 318px;
  padding: 0 18px 18px 0;
}

.vc-services .vc-service .vc-service__photo,
.vc-services .vc-service img:first-child {
  grid-column: 1;
  grid-row: 1 / -1;
  width: 118px;
  height: 100%;
  min-height: 318px;
  border-radius: 18px 0 0 18px;
}

.vc-services .vc-service .vc-service__icon {
  position: static;
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
  width: 48px;
  height: 48px;
  margin: 20px 0 10px;
  padding: 12px;
  border-radius: 14px;
}

.vc-services .vc-service h3,
.vc-services .vc-service p,
.vc-services .vc-service__price,
.vc-services .vc-service .vc-btn {
  grid-column: 2;
}

.vc-services .vc-service h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.18;
}

.vc-services .vc-service p {
  margin: 0;
  font-size: 14px;
  line-height: 1.42;
}

.vc-services .vc-service__price {
  margin: 12px 0 14px;
  font-size: 15px;
}

.vc-services .vc-service .vc-btn {
  align-self: end;
  justify-self: start;
  min-height: 40px;
  margin: 0;
  padding: 0 16px;
  font-size: 13px;
}

@media (max-width: 768px) {
  .vc-services .vc-service {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 0 14px;
    min-height: 286px;
    padding: 0 14px 14px 0;
  }

  .vc-services .vc-service .vc-service__photo,
  .vc-services .vc-service img:first-child {
    width: 104px;
    min-height: 286px;
  }

  .vc-services .vc-service .vc-service__icon {
    width: 44px;
    height: 44px;
    margin: 16px 0 8px;
    padding: 11px;
  }

  .vc-services .vc-service h3 {
    margin: 0 0 7px;
    font-size: 18px;
  }

  .vc-services .vc-service p {
    font-size: 13px;
    line-height: 1.36;
  }

  .vc-services .vc-service__price {
    margin: 10px 0 12px;
    font-size: 14px;
  }

  .vc-services .vc-service .vc-btn {
    width: auto;
    max-width: 100%;
  }
}

/* About block cards moved into a standalone row above the schedule strip */
.vc-about__layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 26px 42px;
  align-items: start;
}

.vc-about__media {
  grid-column: 1;
  grid-row: 1 / 3;
}

.vc-about__media img {
  width: 100%;
  min-height: 620px;
  max-height: 720px;
  object-fit: cover;
}

.vc-about__content {
  grid-column: 2;
  grid-row: 1;
}

.vc-about__side {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  gap: 14px;
}

.vc-about__cards--row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 30px 0 22px;
}

.vc-about__cards--row .vc-benefit {
  min-height: 150px;
  padding: 26px;
}

.vc-about__cards--row .vc-benefit h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.vc-about__cards--row .vc-benefit p {
  margin: 0;
  color: var(--vc-muted);
  line-height: 1.55;
}

@media (max-width: 992px) {
  .vc-about__layout {
    display: block;
  }

  .vc-about__media img {
    min-height: 0;
    max-height: none;
  }

  .vc-about__side {
    display: grid;
  }

  .vc-about__cards--row {
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .vc-about__cards--row .vc-benefit {
    min-height: 0;
    padding: 20px;
  }
}

.vc-about__strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
  padding: 18px 24px;
  border: 1px solid var(--vc-border);
  border-radius: 14px;
  background: #f5f9ff;
}

.vc-about__strip strong {
  display: block;
  color: var(--vc-dark);
  font-size: 16px;
  line-height: 1.2;
}

.vc-about__strip span {
  display: block;
  margin-top: 4px;
  color: var(--vc-muted);
  font-size: 14px;
  line-height: 1.35;
}

@media (max-width: 768px) {
  .vc-about__strip {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px;
  }
}

/* Process section: compact 3 cards per row on desktop */
.vc-steps .vc-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.vc-steps .vc-step {
  min-height: 0;
  height: auto;
  padding: 28px 24px;
  text-align: left;
}

.vc-steps .vc-step__number {
  margin: 0 0 18px;
}

.vc-steps .vc-step h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.22;
  text-align: left;
}

.vc-steps .vc-step h3::before {
  margin: 0 0 12px;
}

.vc-steps .vc-step p {
  margin: 0;
  color: var(--vc-muted);
  font-size: 15px;
  line-height: 1.48;
  text-align: left;
}

.vc-steps .vc-step img {
  display: block;
  width: 100%;
  height: 122px;
  min-height: 0;
  margin-top: 20px;
  border-radius: 14px;
  object-fit: cover;
}

@media (max-width: 992px) {
  .vc-steps .vc-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .vc-steps .vc-grid-3 {
    display: grid;
    grid-template-columns: 1fr;
    overflow-x: visible;
    scroll-snap-type: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .vc-steps .vc-step {
    flex: none;
    scroll-snap-align: unset;
    padding: 22px;
  }

  .vc-steps .vc-step img {
    height: 130px;
    margin-top: 16px;
  }
}

/* Process section: photo first with the step number over the image */
.vc-steps .vc-step {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 24px 26px;
  overflow: hidden;
  text-align: left;
}

.vc-steps .vc-step img {
  order: 1;
  align-self: stretch;
  width: calc(100% + 48px);
  max-width: none;
  height: 190px;
  margin: 0 -24px 22px;
  border-radius: 18px 18px 0 0;
  object-fit: cover;
}

.vc-steps .vc-step__number {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  margin: 0;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 24px rgba(11, 27, 53, .14);
}

.vc-steps .vc-step h3 {
  order: 2;
}

.vc-steps .vc-step h3::before {
  margin-top: 0;
}

.vc-steps .vc-step p {
  order: 3;
}

@media (max-width: 768px) {
  .vc-steps .vc-step {
    padding: 0 20px 22px;
  }

  .vc-steps .vc-step img {
    width: calc(100% + 40px);
    height: 176px;
    margin: 0 -20px 20px;
  }

  .vc-steps .vc-step__number {
    top: 14px;
    left: 14px;
  }
}

/* Responsive QA fixes for the legacy static blocks and mixed vc-* sections. */
html body .menu a,
html body .vc-topbar a,
html body .vc-menu a {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
}

html body .vc-logo {
  min-height: 44px;
}

html body .service-card__top,
html body .service-card h3,
html body .vc-equipment h3 {
  min-width: 0;
}

html body .service-card h3,
html body .vc-equipment h3 {
  overflow-wrap: anywhere;
}

html body .vc-service,
html body .vc-promo,
html body .vc-benefit,
html body .vc-equipment,
html body .vc-step,
html body .vc-service h3,
html body .vc-promo h3,
html body .vc-benefit h3,
html body .vc-equipment h3,
html body .vc-step h3,
html body .vc-service p,
html body .vc-promo p,
html body .vc-benefit p,
html body .vc-equipment p,
html body .vc-step p {
  text-align: left;
}

/* Unified header shared by new and legacy MODX templates */
html body header:has(> .topbar + .header) {
  display: contents;
}

html body .page {
  overflow-x: clip;
  overflow-y: visible;
}

html body .topbar {
  min-height: 52px;
  color: #071d42;
  background: linear-gradient(180deg, #fbfdff 0%, #f5f9fe 100%);
  border-bottom: 1px solid #dbe6f4;
  font-size: 14px;
  font-weight: 600;
}

html body .topbar .container,
html body .topbar__group,
html body .topbar__item,
html body .social-line {
  display: flex;
  align-items: center;
}

html body .topbar .container,
html body .header .container {
  width: min(100% - 40px, 1196px);
  margin: 0 auto;
}

html body .topbar .container {
  min-height: 52px;
  justify-content: space-between;
  gap: 24px;
}

html body .topbar__group {
  gap: 34px;
  white-space: nowrap;
}

html body .topbar__item,
html body .social-line {
  position: relative;
  gap: 8px;
  min-height: 52px;
}

html body .topbar__item .icon,
html body .topbar__group .social-line:nth-child(2) .icon,
html body .topbar__group .social-line:nth-child(3) .icon {
  color: #0876f2;
}

html body .topbar__group .social-line:nth-child(1) .icon {
  color: #25b43d;
}

html body .topbar__group .social-line:nth-child(3) {
  font-size: 16px;
  font-weight: 900;
}

html body .topbar__group .social-line:nth-child(3)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  border-radius: 2px;
  background: #0876f2;
}

html body .icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

html body .icon--solid {
  fill: currentColor;
  stroke: none;
}

html body .header {
  position: sticky;
  top: 0;
  z-index: 95;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(7, 29, 66, .08);
}

html body .header .container {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

html body .brand {
  display: inline-flex;
  align-items: center;
  min-width: 250px;
}

html body .brand__image {
  display: block;
  width: 252px;
  height: auto;
}

html body .menu {
  display: flex;
  align-items: center;
  gap: 29px;
  color: #071d42;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

html body .menu a,
html body .topbar a,
html body .mobile-menu a {
  text-decoration: none;
}

html body .burger {
  width: 46px;
  height: 46px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid #dbe6f4;
  border-radius: 8px;
  background: #ffffff;
  color: #071d42;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(7, 29, 66, .08);
}

html body .burger span {
  width: 22px;
  height: 2px;
  display: block;
  border-radius: 2px;
  background: currentColor;
  transition: transform .18s ease, opacity .18s ease;
}

html body .burger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

html body .burger.is-open span:nth-child(2) {
  opacity: 0;
}

html body .burger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

html body .mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  padding: 118px 20px 24px;
  background: rgba(7, 29, 66, .34);
  backdrop-filter: blur(7px);
}

html body .mobile-menu:not([hidden]) {
  display: block;
}

html body .mobile-menu__panel {
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 18px;
  border: 1px solid #dbe6f4;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 20px 46px rgba(7, 29, 66, .18);
}

html body .mobile-menu__nav,
html body .mobile-menu__contacts {
  display: grid;
  gap: 8px;
}

html body .mobile-menu__nav a,
html body .mobile-menu__contacts a {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 8px;
  color: #071d42;
  background: #f5f9fe;
  font-size: 15px;
  font-weight: 900;
}

html body .mobile-menu__contacts {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #dbe6f4;
}

html body.mobile-menu-open {
  overflow: hidden;
}

@media (max-width: 1180px) {
  html body .brand {
    min-width: 245px;
  }

  html body .menu {
    gap: 16px;
  }
}

@media (max-width: 920px) {
  html body .topbar__group:first-child {
    display: none;
  }

  html body .topbar .container {
    justify-content: center;
  }

  html body .header .container {
    min-height: 78px;
  }

  html body .menu {
    display: none;
  }

  html body .burger {
    position: relative;
    z-index: 130;
    display: inline-flex;
    margin-left: auto;
  }
}

@media (max-width: 520px) {
  html body .topbar {
    font-size: 14px;
  }

  html body .topbar__group {
    gap: 15px;
  }

  html body .topbar__group a:nth-child(-n+2) {
    display: none;
  }

  html body .brand__image {
    width: 224px;
  }
}

@media (min-width: 921px) and (max-width: 1180px) {
  html body .topbar .container {
    gap: 12px;
  }

  html body .topbar__group {
    gap: 18px;
  }

  html body .topbar {
    font-size: 13px;
  }
}

@media (max-width: 920px) {
  html body .header .container {
    gap: 12px;
  }

  html body .brand {
    min-width: 0;
    flex: 1 1 auto;
  }

  html body .brand__image {
    width: min(224px, calc(100vw - 104px));
  }

  html body .burger {
    width: 46px;
    min-width: 46px;
    flex: 0 0 46px;
  }
}

@media (max-width: 1024px) {
  html body .btn,
  html body .btn--primary,
  html body .btn--secondary,
  html body .service-card .btn {
    min-height: 44px;
  }
}

@media (max-width: 768px) {
  html body .breadcrumbs a,
  html body .seo-related a,
  html body .vc-contact-card a,
  html body .vc-social-link,
  html body .vc-footer__links a,
  html body .vc-footer__bottom a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  html body .vc-contact-card a,
  html body .vc-social-link,
  html body .vc-footer__links a,
  html body .vc-footer__bottom a {
    width: 100%;
  }

  html body .vc-form__check {
    min-height: 44px;
    align-items: center;
  }

  html body #reviews .vc-review-filters {
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow-x: visible;
    gap: 8px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  html body #reviews .vc-review-filters button {
    min-width: 0;
    flex: 0 1 auto;
  }

  html body #clients .vc-logo-grid,
  html body .vc-section > .vc-container > .vc-grid-4:has(.vc-equipment),
  html body #reviews .vc-review-filters + .vc-grid-3 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  html body .vc-section-head,
  html body .vc-section-head h2,
  html body .vc-section-head p,
  html body .vc-page-section > .vc-container > p.vc-lead {
    text-align: left;
  }

  html body .vc-section-head {
    align-items: flex-start;
  }

  html body .vc-table-wrap {
    overflow-x: visible;
    border-radius: 14px;
  }

  html body .vc-price-table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
  }

  html body .vc-price-table th,
  html body .vc-price-table td {
    padding: 10px 8px;
    font-size: 12px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  html body .vc-price-table th {
    font-size: 10px;
  }

  html body .vc-price-table th:nth-child(1),
  html body .vc-price-table td:nth-child(1) {
    width: 34%;
  }

  html body .vc-price-table th:nth-child(2),
  html body .vc-price-table td:nth-child(2) {
    width: 42%;
  }

  html body .vc-price-table th:nth-child(3),
  html body .vc-price-table td:nth-child(3) {
    width: 24%;
  }

  html body .vc-price-table td:last-child {
    white-space: normal;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  html body .breadcrumbs a,
  html body .seo-related a,
  html body .vc-contact-card a,
  html body .vc-social-link,
  html body .vc-footer__links a,
  html body .vc-footer__bottom a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  html body .vc-social-link {
    min-width: 44px;
  }
}

@media (max-width: 640px) {
  html body .service-card {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  html body .service-card__body {
    padding-left: 14px;
  }

  html body .service-card__top {
    gap: 8px;
    align-items: flex-start;
  }
}

@media (max-width: 340px) {
  html body .brand__image {
    width: min(216px, calc(100vw - 104px));
  }

  html body .service-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }
}
