:root {
  --color-dark: #0b1220;
  --color-dark-2: #111827;
  --color-title: #0f172a;
  --color-text: #334155;
  --color-muted: #64748b;
  --color-page: #f3f6fa;
  --color-section: #f8fafc;
  --color-card: #ffffff;
  --color-border: #e2e8f0;
  --color-border-strong: #d8e0ea;
  --color-accent: #f97316;
  --color-accent-hover: #ea580c;
  --color-accent-soft: #fff7ed;
  --color-accent-border: #fdba74;
  --color-blue: #2563eb;
  --shadow-card: 0 14px 30px rgba(15, 23, 42, 0.06);
  --shadow-card-hover: 0 18px 36px rgba(15, 23, 42, 0.1);
  --primary: var(--color-title);
  --primary-2: #162339;
  --accent: var(--color-accent);
  --white: var(--color-card);
  --bg: var(--color-page);
  --text: var(--color-text);
  --muted: var(--color-muted);
  --line: var(--color-border);
  --radius-xl: 20px;
  --radius-lg: 14px;
  --shadow: var(--shadow-card);
  --container: min(1280px, calc(100% - 36px));
}

/* Final unified header baseline */
.site-header.site-header--new {
  background: #ffffff;
  border-bottom: 1px solid #e8eef5;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.site-header--new .header-topline {
  display: none !important;
}

.site-header--new .header-main {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
}

.site-header--new .logo--new {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.site-header--new .logo--new .logo__text {
  display: grid;
  gap: 2px;
  min-width: 0;
  line-height: 1.05;
}

.site-header--new .logo--new .logo__text strong {
  display: block;
  font-size: 13px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.site-header--new .logo--new .logo__text small {
  display: block;
  font-size: 10px;
  color: #64748b;
  white-space: nowrap;
}

.site-header--new .header-nav--new {
  min-width: 0;
  justify-self: center;
  display: flex;
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.site-header--new .header-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.site-header--new .header-menu > li {
  position: relative;
  flex: 0 0 auto;
}

.site-header--new .header-nav--new .nav-link,
.site-header--new .header-nav--new .services-nav__trigger {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  color: #334155;
}

.site-header--new .header-menu > li.active > .nav-link,
.site-header--new .header-menu > li.active > .services-nav > .services-nav__trigger,
.site-header--new .header-nav--new .nav-link.is-active,
.site-header--new .header-nav--new .nav-link:hover,
.site-header--new .header-nav--new .services-nav__trigger:hover,
.site-header--new .header-nav--new .services-nav__trigger.is-active {
  background: #eff6ff;
  color: #1d4ed8;
}

.site-header--new .header-contact--new {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 12px;
  margin-left: 12px;
  padding-left: 8px;
  white-space: nowrap;
}

.site-header--new .header-contact__phone {
  white-space: nowrap;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
}

.site-header--new .header-contact--new .btn,
.site-header--new .header-nav__cta {
  min-height: 38px;
  border-radius: 10px;
  white-space: nowrap;
}

.site-header--new .header-nav__cta {
  display: none;
}

.site-header--new .burger {
  display: none;
}

@media (max-width: 1340px) {
  .site-header--new .header-main {
    gap: 14px;
  }

  .site-header--new .header-nav--new .nav-link,
  .site-header--new .header-nav--new .services-nav__trigger {
    padding-inline: 8px;
    font-size: 12.5px;
  }

  .site-header--new .header-contact--new {
    gap: 10px;
    margin-left: 8px;
    padding-left: 4px;
  }
}

@media (max-width: 1180px) {
  .site-header.site-header--new {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 220;
  }

  body {
    padding-top: 76px;
  }

  .site-header--new .header-main {
    grid-template-columns: 1fr auto;
    min-height: 64px;
  }

  .site-header--new .header-contact--new {
    display: none;
  }

  .header-nav.is-open .header-menu {
    display: grid;
    gap: 6px;
  }

  .header-nav.is-open .header-menu > li {
    width: 100%;
  }

  .header-nav.is-open .header-menu > li > .nav-link,
  .header-nav.is-open .header-menu > li > .services-nav > .services-nav__trigger {
    display: block;
    width: 100%;
    text-align: left;
  }

  .site-header--new .header-nav__cta {
    display: inline-flex;
    justify-content: center;
  }

  .site-header--new .burger {
    display: block;
  }
}

@media (max-width: 760px) {
  body {
    padding-top: 70px;
  }
}

/* HOME FINAL OVERRIDES */
.site-header,
.site-header--new,
.home-page .site-header--new {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.home-page main,
.home-page .services-main {
  background: #f3f6fa;
}

.home-page section {
  scroll-margin-top: 88px;
}

.home-page .season-strip {
  padding: 22px 0 24px;
}

.home-page .home-benefits {
  padding: 34px 0;
}

.home-page .quick-calc--new,
.home-page #calculator,
.home-page .quick-calc {
  margin-top: 10px;
  margin-bottom: 34px;
}

.home-page .home-process {
  padding: 22px 0 20px;
}

.home-page .home-result {
  padding: 20px 0 42px;
}

.home-page .home-works,
.home-page .home-services {
  padding: 36px 0 38px;
}

.home-page .home-prices-reviews,
.home-page .insights {
  padding: 36px 0 38px;
}

.home-page .home-faq,
.home-page .faq {
  padding: 34px 0 36px;
}

.home-page .home-updates,
.home-page .home-promos-news,
.home-page .marketing {
  padding: 34px 0 42px;
  background: #f3f6fa;
}

.home-page .home-final-cta,
.home-page .final-cta {
  padding: 32px 0 42px;
  background: #f3f6fa;
}

.home-page .home-section-head,
.home-page .home-block-head,
.home-page .section-head {
  margin-bottom: 16px;
}

.home-page .home-updates__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.home-page .home-updates-card {
  padding: 22px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
}

.home-page .home-updates-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.home-page .home-updates-card__head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.home-page .home-updates-card__head a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #c2410c;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.home-page .home-update-item {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 16px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
}

.home-page .home-update-item + .home-update-item {
  margin-top: 14px;
}

.home-page .home-update-item--promo {
  border-color: #fdba74;
  background: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
}

.home-page .home-update-item__image {
  border-radius: 13px;
  overflow: hidden;
  background: #e2e8f0;
}

.home-page .home-update-item__image img {
  width: 100%;
  height: 132px;
  display: block;
  object-fit: cover;
}

.home-page .home-update-item__content {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 7px;
}

.home-page .home-update-item__badge,
.home-page .home-update-item__date {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.home-page .home-update-item__badge {
  background: #ffedd5;
  color: #c2410c;
}

.home-page .home-update-item__date {
  background: #eff6ff;
  color: #1d4ed8;
}

.home-page .home-update-item h3 {
  margin: 0;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.18;
  font-weight: 900;
}

.home-page .home-update-item p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.45;
}

.home-page .home-update-item a {
  width: fit-content;
  color: #2563eb;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.home-page .home-update-item--promo a {
  color: #ea580c;
}

.home-page .home-final-cta__inner {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: center;
  padding: 26px 28px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.15), transparent 32%),
    linear-gradient(135deg, #0f172a 0%, #111827 100%);
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.2);
  color: #ffffff;
}

.home-page .home-final-cta__media {
  width: 170px;
  height: 170px;
  border-radius: 18px;
  overflow: hidden;
  background: #1e293b;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
}

.home-page .home-final-cta__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.home-page .home-final-cta__content {
  min-width: 0;
}

.home-page .home-final-cta__eyebrow {
  margin: 0 0 8px;
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 900;
}

.home-page .home-final-cta__content h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.home-page .home-final-cta__content > p:not(.home-final-cta__eyebrow) {
  max-width: 540px;
  margin: 10px 0 0;
  color: #d6dfeb;
  font-size: 15px;
  line-height: 1.5;
}

.home-page .home-final-cta__content ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
}

.home-page .home-final-cta__content li {
  position: relative;
  padding-left: 17px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.home-page .home-final-cta__content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #f97316;
}

.home-page .home-final-cta__form {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.home-page .home-final-cta__form label {
  display: grid;
  gap: 6px;
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 800;
}

.home-page .home-final-cta__form input {
  width: 100%;
  min-height: 42px;
  border-radius: 10px;
  border: 1px solid #334155;
  background: #0b1220;
  color: #ffffff;
  padding: 0 13px;
  outline: none;
}

.home-page .home-final-cta__form button {
  min-height: 46px;
  border: 0;
  border-radius: 10px;
  background: #f97316;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.home-page .home-final-cta__form small,
.home-page .home-final-cta__form small a {
  color: #cbd5e1;
  font-size: 11px;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .home-page .home-final-cta__inner {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .home-page .home-final-cta__form {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  body.home-page {
    padding-bottom: 82px;
  }

  .home-page .season-strip {
    padding: 16px 0 18px;
  }

  .home-page .home-benefits,
  .home-page .home-process,
  .home-page .home-result,
  .home-page .home-works,
  .home-page .home-services,
  .home-page .home-prices-reviews,
  .home-page .insights,
  .home-page .home-faq,
  .home-page .faq,
  .home-page .home-updates,
  .home-page .home-promos-news,
  .home-page .marketing,
  .home-page .home-final-cta,
  .home-page .final-cta {
    padding-top: 28px;
    padding-bottom: 30px;
  }

  .home-page .home-section-head,
  .home-page .home-block-head,
  .home-page .section-head {
    margin-bottom: 12px;
  }

  .home-page .home-updates__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-page .home-updates-card {
    padding: 14px;
    border-radius: 18px;
  }

  .home-page .home-updates-card__head {
    flex-direction: column;
    gap: 10px;
  }

  .home-page .home-updates-card__head h2 {
    font-size: 28px;
  }

  .home-page .home-update-item {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
  }

  .home-page .home-update-item__image img {
    height: 100px;
  }

  .home-page .home-update-item h3 {
    font-size: 14px;
  }

  .home-page .home-update-item p {
    font-size: 12px;
  }

  .home-page .home-final-cta__inner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
    border-radius: 20px;
  }

  .home-page .home-final-cta__media {
    width: 100%;
    height: 180px;
  }

  .home-page .home-final-cta__content h2 {
    font-size: 28px;
  }

  .home-page .home-final-cta__content ul {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .home-page .home-final-cta__form {
    padding: 14px;
  }
}

/* HOME FINAL RHYTHM FIX */
.site-header,
.site-header--new,
.home-page .site-header--new {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.home-page main,
.home-page .services-main {
  background: #f3f6fa;
}

.home-page section {
  scroll-margin-top: 88px;
}

.home-page .season-strip {
  padding: 22px 0 24px;
}

.home-page .home-benefits {
  padding: 34px 0;
}

.home-page .quick-calc--new,
.home-page #calculator,
.home-page .quick-calc {
  margin-top: 10px;
  margin-bottom: 34px;
}

.home-page .home-process {
  padding: 22px 0 20px;
}

.home-page .home-result {
  padding: 20px 0 42px;
}

.home-page .home-works,
.home-page .home-services {
  padding: 36px 0 38px;
}

.home-page .home-prices-reviews,
.home-page .insights {
  padding: 36px 0 38px;
}

.home-page .home-faq,
.home-page .faq {
  padding: 34px 0 36px;
}

.home-page .home-updates,
.home-page .home-promos-news,
.home-page .marketing {
  padding: 34px 0 42px;
}

.home-page .home-final-cta,
.home-page .final-cta {
  padding: 32px 0 42px;
}

.home-page .home-section-head,
.home-page .home-block-head,
.home-page .section-head {
  margin-bottom: 16px;
}

.home-page .home-updates__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.home-page .home-updates-card {
  padding: 22px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
}

.home-page .home-updates-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.home-page .home-updates-card__head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.home-page .home-updates-card__head a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #c2410c;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.home-page .home-update-item {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 16px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
}

.home-page .home-update-item + .home-update-item {
  margin-top: 14px;
}

.home-page .home-update-item--promo {
  border-color: #fdba74;
  background: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
}

.home-page .home-update-item__image {
  border-radius: 13px;
  overflow: hidden;
  background: #e2e8f0;
}

.home-page .home-update-item__image img {
  width: 100%;
  height: 132px;
  display: block;
  object-fit: cover;
}

.home-page .home-update-item__content {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 7px;
}

.home-page .home-update-item__badge,
.home-page .home-update-item__date {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.home-page .home-update-item__badge {
  background: #ffedd5;
  color: #c2410c;
}

.home-page .home-update-item__date {
  background: #eff6ff;
  color: #1d4ed8;
}

.home-page .home-update-item h3 {
  margin: 0;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.18;
  font-weight: 900;
}

.home-page .home-update-item p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.45;
}

.home-page .home-update-item a {
  width: fit-content;
  color: #2563eb;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.home-page .home-update-item--promo a {
  color: #ea580c;
}

.home-page .home-final-cta__inner {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: center;
  padding: 26px 28px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.15), transparent 32%),
    linear-gradient(135deg, #0f172a 0%, #111827 100%);
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.2);
  color: #ffffff;
}

.home-page .home-final-cta__media {
  width: 170px;
  height: 170px;
  border-radius: 18px;
  overflow: hidden;
  background: #1e293b;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
}

.home-page .home-final-cta__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.home-page .home-final-cta__content {
  min-width: 0;
}

.home-page .home-final-cta__eyebrow {
  margin: 0 0 8px;
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 900;
}

.home-page .home-final-cta__content h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.home-page .home-final-cta__content > p:not(.home-final-cta__eyebrow) {
  max-width: 540px;
  margin: 10px 0 0;
  color: #d6dfeb;
  font-size: 15px;
  line-height: 1.5;
}

.home-page .home-final-cta__content ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
}

.home-page .home-final-cta__content li {
  position: relative;
  padding-left: 17px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.home-page .home-final-cta__content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #f97316;
}

.home-page .home-final-cta__form {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.home-page .home-final-cta__form label {
  display: grid;
  gap: 6px;
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 800;
}

.home-page .home-final-cta__form input {
  width: 100%;
  min-height: 42px;
  border-radius: 10px;
  border: 1px solid #334155;
  background: #0b1220;
  color: #ffffff;
  padding: 0 13px;
  outline: none;
}

.home-page .home-final-cta__form input::placeholder {
  color: #94a3b8;
}

.home-page .home-final-cta__form input:focus {
  border-color: #f97316;
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.18);
}

.home-page .home-final-cta__form button {
  min-height: 46px;
  border: 0;
  border-radius: 10px;
  background: #f97316;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.home-page .home-final-cta__form small,
.home-page .home-final-cta__form small a {
  color: #cbd5e1;
  font-size: 11px;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .home-page .home-final-cta__inner {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .home-page .home-final-cta__form {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  body.home-page {
    padding-bottom: 82px;
  }

  .home-page .season-strip {
    padding: 16px 0 18px;
  }

  .home-page .home-benefits,
  .home-page .home-process,
  .home-page .home-result,
  .home-page .home-works,
  .home-page .home-services,
  .home-page .home-prices-reviews,
  .home-page .insights,
  .home-page .home-faq,
  .home-page .faq,
  .home-page .home-updates,
  .home-page .home-promos-news,
  .home-page .marketing,
  .home-page .home-final-cta,
  .home-page .final-cta {
    padding-top: 28px;
    padding-bottom: 30px;
  }

  .home-page .home-section-head,
  .home-page .home-block-head,
  .home-page .section-head {
    margin-bottom: 12px;
  }

  .home-page .home-updates__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-page .home-updates-card {
    padding: 14px;
    border-radius: 18px;
  }

  .home-page .home-updates-card__head {
    flex-direction: column;
    gap: 10px;
  }

  .home-page .home-updates-card__head h2 {
    font-size: 28px;
  }

  .home-page .home-update-item {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
  }

  .home-page .home-update-item__image img {
    height: 100px;
  }

  .home-page .home-update-item h3 {
    font-size: 14px;
  }

  .home-page .home-update-item p {
    font-size: 12px;
  }

  .home-page .home-final-cta__inner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
    border-radius: 20px;
  }

  .home-page .home-final-cta__media {
    width: 100%;
    height: 180px;
  }

  .home-page .home-final-cta__content h2 {
    font-size: 28px;
  }

  .home-page .home-final-cta__content ul {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .home-page .home-final-cta__form {
    padding: 14px;
  }
}

/* HOME REFERENCE FINAL */
.home-page {
  background: #f3f6fa;
  color: #0f172a;
  overflow-x: hidden;
}

.home-page .site-header--new {
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}

.home-page .header-main {
  min-height: 70px;
}

.home-page .header-nav--new {
  gap: 24px;
}

.home-page .header-nav--new .nav-link {
  font-size: 13px;
  font-weight: 700;
}

.home-page .header-contact--new .btn,
.home-page .header-nav__cta {
  min-height: 38px;
  border-radius: 10px;
}

.home-page .home-hero {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0f172a;
}

.home-page .home-hero__media,
.home-page .home-hero__media img,
.home-page .home-hero__overlay {
  position: absolute;
  inset: 0;
}

.home-page .home-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  display: block;
}

.home-page .home-hero__overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, .92) 0%, rgba(15, 23, 42, .70) 42%, rgba(2, 6, 23, .58) 100%),
    radial-gradient(circle at 68% 22%, rgba(249, 115, 22, .20), transparent 30%);
}

.home-page .home-hero__inner {
  position: relative;
  z-index: 2;
}

.home-page .home-hero__content {
  max-width: 760px;
  padding: 52px 0;
}

.home-page .home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .22);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.home-page .home-hero h1 {
  margin: 22px 0 14px;
  color: #ffffff;
  font-size: clamp(42px, 5vw, 64px);
  line-height: .98;
  letter-spacing: -.05em;
  font-weight: 900;
}

.home-page .home-hero h1 span {
  display: block;
  color: #f97316;
}

.home-page .home-hero__lead {
  max-width: 640px;
  margin: 0;
  color: #d6dfeb;
  font-size: 17px;
  line-height: 1.5;
}

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

.home-page .home-hero__pills {
  gap: 10px;
  margin-top: 20px;
}

.home-page .home-hero__btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid transparent;
}

.home-page .home-hero__btn--accent {
  background: #f97316;
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(249, 115, 22, .28);
}

.home-page .home-hero__btn--ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .24);
}

.home-page .home-hero__pills span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .20);
  font-size: 13px;
  font-weight: 800;
}

.home-page .home-hero__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.home-page .home-hero__cards article {
  min-height: 132px;
  padding: 18px;
  border-radius: 16px;
  background: rgba(15, 23, 42, .78);
  border: 1px solid rgba(255, 255, 255, .10);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .22);
}

.home-page .home-hero__cards i {
  color: #f97316;
  font-size: 20px;
}

.home-page .home-hero__cards h3 {
  margin: 12px 0 7px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
}

.home-page .home-hero__cards p {
  margin: 0;
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.45;
}

.home-page .season-strip {
  padding: 24px 0 10px;
}

.home-page .season-strip__inner {
  min-height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 10px 18px;
  border-radius: 16px;
  background: #fff7ed;
  border: 1px solid #fdba74;
}

.home-page .season-strip p {
  margin: 0;
  color: #c2410c;
  font-weight: 900;
}

.home-page .season-strip__inner div {
  display: flex;
  gap: 10px;
}

.home-page .season-strip__btn {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 10px;
  font-weight: 900;
  text-decoration: none;
}

.home-page .season-strip__btn--accent {
  background: #f97316;
  color: #ffffff;
}

.home-page .season-strip__btn--ghost {
  background: #ffffff;
  color: #c2410c;
  border: 1px solid #f97316;
}

.home-page .home-section-head,
.home-page .home-block-head {
  margin-bottom: 22px;
}

.home-page .home-block-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.home-page .home-section-head h2,
.home-page .home-block-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.05;
  letter-spacing: -.03em;
  font-weight: 900;
}

.home-page .home-section-head p {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 16px;
}

.home-page .home-block-head a {
  color: #f97316;
  font-weight: 900;
  text-decoration: none;
}

.home-page .home-benefits {
  padding: 54px 0 44px;
}

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

.home-page .home-benefits__grid article,
.home-page .home-process__grid article {
  padding: 22px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .06);
}

.home-page .home-benefits__grid article {
  min-height: 150px;
}

.home-page .home-benefits__grid i {
  color: #f97316;
  font-size: 22px;
}

.home-page .home-benefits__grid h3 {
  margin: 18px 0 10px;
  color: #0f172a;
  font-size: 19px;
  line-height: 1.2;
}

.home-page .home-benefits__grid p,
.home-page .home-process__grid p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.55;
}

.home-page .home-process {
  padding: 54px 0 26px;
}

.home-page .home-process__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.home-page .home-process__grid article {
  min-height: 150px;
  padding: 18px;
  border-radius: 16px;
}

.home-page .home-process__grid span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff7ed;
  color: #f97316;
  font-weight: 900;
}

.home-page .home-process__grid h3 {
  margin: 18px 0 8px;
  color: #0f172a;
  font-size: 16px;
  line-height: 1.2;
}

.home-page .home-result {
  padding: 28px 0 56px;
}

.home-page .home-result__inner {
  padding: 28px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, .14), transparent 34%),
    linear-gradient(135deg, #0f172a 0%, #111827 100%);
  color: #ffffff;
  box-shadow: 0 22px 45px rgba(15, 23, 42, .18);
}

.home-page .home-result__head p {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(249, 115, 22, .16);
  color: #fdba74;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
}

.home-page .home-result__head h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.1;
}

.home-page .home-result__head span {
  display: block;
  margin-top: 10px;
  color: #d6dfeb;
}

.home-page .home-result__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.home-page .home-result__cards article {
  padding: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .10);
}

.home-page .home-result__cards i {
  color: #f97316;
}

.home-page .home-result__cards h3 {
  margin: 10px 0 7px;
  font-size: 16px;
}

.home-page .home-result__cards p {
  margin: 0;
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.45;
}

.home-page .home-result__actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}

.home-page .home-result__btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 10px;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid transparent;
}

.home-page .home-result__btn--accent {
  background: #f97316;
  color: #ffffff;
}

.home-page .home-result__btn--ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, .22);
}

.home-page .home-works,
.home-page .home-services {
  padding: 54px 0;
  background: #f3f6fa;
}

.home-page .home-works__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.home-page .home-works__filters button {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #dbe2ea;
  background: #ffffff;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.home-page .home-works__filters button.is-active {
  background: #0f172a;
  border-color: #0f172a;
  color: #ffffff;
}

.home-page .home-works__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-page .home-works .case-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .07);
}

.home-page .home-works .case-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.home-page .home-works .case-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 15px;
}

.home-page .home-works .case-card__place {
  margin: 0 0 8px;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

.home-page .home-works .case-card h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
}

.home-page .home-works .case-card__metrics {
  display: flex;
  gap: 14px;
  margin-bottom: 10px;
  color: #64748b;
  font-size: 13px;
}

.home-page .home-works .case-card__metrics span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.home-page .home-works .case-card__price {
  display: block;
  color: #0f172a;
  font-size: 18px;
  font-weight: 900;
}

.home-page .home-works .case-card__more {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #dbe2ea;
  color: #0f172a;
  font-size: 0;
  font-weight: 900;
  text-decoration: none;
}

.home-page .home-works .case-card__more i,
.home-page .home-works .case-card__more .visually-hidden {
  display: none;
}

.home-page .home-works .case-card__more::before {
  content: "РЎРјРѕС‚СЂРµС‚СЊ РїСЂРѕРµРєС‚";
  font-size: 13px;
}

.home-page .home-services__layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 250px;
  gap: 18px;
  align-items: stretch;
}

.home-page .home-services__tabs {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 10px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .06);
}

.home-page .home-services__tabs button {
  min-height: 42px;
  padding: 0 12px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #0f172a;
  font-weight: 800;
  text-align: left;
}

.home-page .home-services__tabs button.is-active {
  background: #f97316;
  border-color: #f97316;
  color: #ffffff;
}

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

.home-page .home-services .home-service-card {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  min-height: 128px;
  padding: 14px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 26px rgba(15, 23, 42, .05);
}

.home-page .home-services .home-service-card.is-featured,
.home-page .home-services .home-service-card:hover {
  background: linear-gradient(180deg, #fff7ed 0%, #ffffff 100%);
  border-color: #fdba74;
}

.home-page .home-services .home-service-card > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #f97316;
}

.home-page .home-services .home-service-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.25;
}

.home-page .home-services .home-service-card p {
  margin: 7px 0 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.4;
}

.home-page .home-services .home-service-card strong {
  display: block;
  margin-top: 8px;
  color: #f97316;
  font-size: 14px;
  font-weight: 900;
}

.home-page .home-services .home-service-card a {
  display: inline-flex;
  margin-top: 8px;
  color: #2563eb;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.home-page .home-services__cta {
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fff7ed 100%);
  border: 1px solid #fed7aa;
  box-shadow: 0 16px 32px rgba(15, 23, 42, .08);
}

.home-page .home-services__cta-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #f97316;
  font-size: 30px;
  margin-bottom: 18px;
}

.home-page .home-services__cta h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.05;
}

.home-page .home-services__cta p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.45;
}

.home-page .home-services__cta ul {
  display: grid;
  gap: 8px;
  margin: 16px 0;
  padding: 0;
  list-style: none;
}

.home-page .home-services__cta li {
  position: relative;
  padding-left: 16px;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
}

.home-page .home-services__cta li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #f97316;
}

.home-page .home-services__cta-btn {
  min-height: 44px;
  width: 100%;
  border: 0;
  border-radius: 12px;
  background: #f97316;
  color: #ffffff;
  font-weight: 900;
  cursor: pointer;
}

.home-page .home-services__more {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
  color: #2563eb;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .home-page .home-benefits__grid,
  .home-page .home-result__cards,
  .home-page .home-works__grid,
  .home-page .home-services__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .home-page .home-services__layout {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .home-page .home-services__cta {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  body.home-page {
    padding-bottom: 82px;
  }

  .home-page .home-hero {
    min-height: auto;
    padding: 74px 0 42px;
  }

  .home-page .home-hero h1 {
    font-size: 34px;
    line-height: 1.02;
  }

  .home-page .home-hero__content {
    padding: 0;
  }

  .home-page .home-hero__btn,
  .home-page .home-result__btn {
    width: 100%;
  }

  .home-page .home-hero__cards,
  .home-page .home-benefits__grid,
  .home-page .home-process__grid,
  .home-page .home-result__cards,
  .home-page .home-works__grid,
  .home-page .home-services__layout,
  .home-page .home-services__items {
    grid-template-columns: 1fr;
  }

  .home-page .season-strip__inner,
  .home-page .home-block-head,
  .home-page .home-result__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-page .season-strip__inner div {
    flex-direction: column;
  }

  .home-page .home-benefits,
  .home-page .home-process,
  .home-page .home-works,
  .home-page .home-services {
    padding: 34px 0;
  }

  .home-page .home-result {
    padding: 20px 0 38px;
  }

  .home-page .home-works__filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .home-page .home-works__filters button {
    flex: 0 0 auto;
  }

  .home-page .home-works .case-card img {
    height: 220px;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.42;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: var(--container); margin-inline: auto; }
section.reveal {
  content-visibility: auto;
  contain-intrinsic-size: 1px 800px;
}

.btn {
  border: 0;
  border-radius: 10px;
  padding: 11px 16px;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  transition: .2s ease;
}
.btn--accent { background: var(--accent); color: #fff; }
.btn--accent:hover { transform: translateY(-1px); box-shadow: 0 10px 20px rgba(249, 115, 22, 0.34); }
.btn--ghost { background: rgba(255,255,255,.06); color: #fff; border: 1px solid rgba(255,255,255,.24); }
.btn--ghost:hover { background: rgba(255,255,255,.12); }
.btn--lg { padding: 12px 18px; font-size: 13px; }
.btn--full { width: 100%; }

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  backdrop-filter: blur(8px);
}
.site-header.is-scrolled {
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}
.header__inner {
  min-height: 70px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
}
.logo { display: inline-flex; align-items: center; gap: 9px; color: #0f172a; }
.logo__icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  color: #c2410c;
  background: linear-gradient(140deg, #fff7ed, #ffedd5);
  border: 1px solid #fed7aa;
}
.logo__text strong { display: block; font-size: 13px; letter-spacing: .08em; }
.logo__text small { display: block; font-size: 10px; color: #64748b; }

.header-nav {
  display: flex;
  justify-content: center;
  gap: 14px;
  color: #334155;
  font-size: 12px;
  font-weight: 600;
}
.header-nav a:hover { color: #1d4ed8; }
.header-nav button:hover { color: #1d4ed8; }
.header-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}
.header-menu > li {
  position: relative;
}
.header-menu > li.active > .nav-link,
.header-menu > li.active > .services-nav > .services-nav__trigger {
  background: #eff6ff;
  color: #1d4ed8;
}
.header-menu > li.menu-children > .services-nav > .services-nav__trigger::after {
  content: "в–ѕ";
  margin-left: 6px;
  font-size: 10px;
  color: #64748b;
}

.services-nav {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: -12px;
}
.services-nav__trigger {
  appearance: none;
  border: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  cursor: pointer;
  padding: 0;
}
.header-nav .services-nav__trigger {
  padding: 5px 8px;
  border-radius: 999px;
}
.services-nav::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 14px;
}
.services-nav__panel {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  width: min(320px, 92vw);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.18);
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 120;
}
.services-nav:hover .services-nav__panel,
.services-nav:focus-within .services-nav__panel,
.services-nav.is-open .services-nav__panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.services-nav__menu {
  display: grid;
  gap: 8px;
  min-width: 0;
}
.services-nav__link {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #e6edf8;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  color: #0f172a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.services-nav__link:hover,
.services-nav__link:focus-visible {
  border-color: #cbd5e1;
  background: #f8fafc;
  color: #1d4ed8;
  transform: translateY(-1px);
}
.services-nav__all {
  margin-top: 4px;
  min-height: 44px;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.services-nav__all::after { content: "\2192"; }
.services-nav__layout,
.services-nav__categories,
.services-nav__content,
.services-nav__title,
.services-nav__preview,
.services-nav__cat,
.services-nav__item,
#navServicesPreview {
  display: none !important;
}
.services-nav__item--all {
  border-color: #dbeafe;
  background: #f8fbff;
}
.header-nav .nav-link.is-active,
.header-nav .services-nav__trigger.is-active { color: #1d4ed8; }
.header-nav .nav-link.is-active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  border-radius: 999px;
  background: #1d4ed8;
}
.header-nav__cta { display: none; }

.header-contact { display: grid; justify-items: end; gap: 1px; }
.header-contact__phone { color: #0f172a; font-weight: 800; font-size: 13px; }
.header-contact__time { color: #94a3b8; font-size: 10px; }
.header-contact .btn { padding: 9px 13px; font-size: 12px; }

.burger {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
}
.burger span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: #0f172a;
  transition: .2s ease;
}
.burger.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.header-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 23, 0.42);
  opacity: 0;
  pointer-events: none;
  transition: .2s ease;
  z-index: 120;
}
.header-backdrop.is-open { opacity: 1; pointer-events: auto; }

/* Unified Header Variant */
.site-header--new .header-topline { display: none; }
.site-header--new .header-main {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  position: relative;
}
.site-header--new .header-nav--new {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.site-header--new .header-nav--new .nav-link {
  color: #334155;
  padding: 5px 8px;
  border-radius: 999px;
}
.site-header--new .header-nav--new .nav-link:hover,
.site-header--new .header-nav--new .nav-link.is-active,
.site-header--new .header-nav--new .services-nav__trigger:hover {
  background: #eff6ff;
  color: #1d4ed8;
}
.site-header--new .header-nav .nav-link.is-active::after { display: none; }
.site-header--new .header-contact--new {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-header--new .header-contact--new .btn {
  padding: 10px 14px;
  border-radius: 10px;
  background: #2563eb;
}

/* HERO */
.hero {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.hero__media { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1fr; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, 0.88) 16%, rgba(15, 23, 42, 0.52) 50%, rgba(2, 6, 23, 0.84) 84%),
    radial-gradient(circle at 50% 50%, rgba(249, 115, 22, 0.14), transparent 38%);
}
.hero__content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 720px;
  padding-top: 28px;
}
.hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.26);
  background: rgba(255,255,255,.1);
}
.hero h1 {
  margin: 14px 0 12px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.02;
}
.hero h1 span { color: #fb923c; }
.hero__lead {
  margin: 0;
  color: #dbeafe;
  max-width: 640px;
  font-size: 15px;
}
.hero__chips {
  list-style: none;
  margin: 16px 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.hero__chips li {
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 10px;
  padding: 9px 10px;
  font-size: 12px;
  font-weight: 600;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 8px; }
.hero__note { margin-top: 8px; font-size: 12px; color: #d1fae5; font-weight: 600; }

.season-banner {
  padding: 20px 0 8px;
}
.season-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid #fed7aa;
  background: linear-gradient(140deg, #fff7ed 0%, #fffbeb 100%);
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: 0 10px 24px rgba(249, 115, 22, 0.12);
}
.season-banner__label {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #9a3412;
}
.season-banner__label i {
  color: var(--accent);
}
.season-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.season-banner__btn {
  background: #ffffff;
  color: #c2410c;
  border: 1px solid #fdba74;
}
.season-banner__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(194, 65, 12, 0.2);
}

/* SECTIONS */
section { padding: 46px 0; }
.quick-calc { margin-top: -26px; position: relative; z-index: 4; padding-top: 0; }
.quick-calc__grid {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 72%);
  color: #fff;
  border-radius: var(--radius-xl);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.28);
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 290px;
  gap: 16px;
}
.quick-calc h2 { margin: 0 0 4px; font-size: clamp(21px, 2.5vw, 30px); }
.quick-calc p { margin: 0 0 12px; color: #cbd5e1; font-size: 13px; }
.tabs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.tabs button {
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.08);
  color: #fff;
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 600;
  font-size: 11px;
  cursor: pointer;
}
.tabs button.is-active { background: #f97316; color: #fff; border-color: #f97316; }
.quick-form { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.quick-form label { display: grid; gap: 6px; font-size: 12px; color: #cbd5e1; }
.quick-form input, .quick-form select {
  border: 1px solid #334155;
  border-radius: 10px;
  background: #0b1224;
  color: #fff;
  padding: 10px;
  font-size: 13px;
}
.quick-form .field {
  position: relative;
  z-index: 2;
}
.quick-form select {
  appearance: auto;
  -webkit-appearance: menulist;
  pointer-events: auto;
}
.quick-calc__result {
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 16px;
  display: grid;
  gap: 8px;
}
.quick-calc__result p { margin: 0; font-size: 12px; }
.quick-calc__result h3 { margin: 0; font-size: 36px; color: #fb923c; }
.quick-calc__result small { color: #cbd5e1; font-size: 11px; }
.quick-calc__meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 4px;
}
.quick-calc__meta li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  font-size: 12px;
  color: #cbd5e1;
}
.quick-calc__meta strong {
  color: #fff;
  font-weight: 700;
  text-align: right;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.section-head h2 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 36px);
  line-height: 1.04;
  color: #111827;
}
.section-head a { font-size: 12px; color: var(--accent); font-weight: 700; }

/* WORKS */
.works { background: #fff; }
.works-filter { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.works-filter button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.works-filter .is-active { background: var(--primary); border-color: var(--primary); color: #fff; }
.works-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; }
.case-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: .2s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.case-card:hover { transform: translateY(-3px); }
.case-card img { width: 100%; height: 108px; object-fit: cover; transition: transform .25s ease; }
.case-card:hover img { transform: scale(1.03); }
.case-card__body {
  padding: 9px;
  display: block;
  flex: 1;
  position: relative;
}
.case-card__body > p { margin: 0; color: #6b7280; font-size: 12px; }
.case-card__body > h3 { margin: 0; font-size: 12px; line-height: 1.3; min-height: 30px; }
.case-card__body > div { display: grid; gap: 3px; font-size: 12px; color: #6b7280; }
.case-card__body > div { padding-right: 54px; }
.case-card__body strong { color: #111827; font-size: 12px; }

/* SERVICES */
.services { background: #f8fafc; padding-top: 32px; }
.services__grid { display: grid; grid-template-columns: 220px 1fr 250px; gap: 10px; align-items: start; }
.services__tabs, .services__list, .services__cta {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
}
.services__tabs { padding: 8px; display: grid; gap: 6px; }
.services__tabs button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 9px;
  text-align: left;
  padding: 9px;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  transition: .2s ease;
}
.services__tabs button:hover { transform: translateX(2px); }
.services__tabs .is-active { background: #f97316; color: #fff; border-color: #f97316; }
.services__list { padding: 10px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.service-item {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 9px;
  display: grid;
  gap: 5px;
  cursor: pointer;
  transition: .2s ease;
}
.service-item:hover { border-color: #cbd5e1; transform: translateY(-2px); }
.service-item.is-active {
  border-color: #f97316;
  background: #fff7ed;
  box-shadow: 0 8px 20px rgba(249, 115, 22, 0.18);
}
.service-item__head {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 8px;
}
.service-item__icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  color: #1d4ed8;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.service-item h4 { margin: 0; font-size: 12px; line-height: 1.32; }
.service-item i { width: auto; color: inherit; margin-top: 0; }
.service-item.is-active i { color: #ea580c; }
.service-item.is-active .service-item__icon {
  background: #ffedd5;
  border-color: #fdba74;
  color: #c2410c;
}
.service-item p { margin: 0; color: var(--muted); font-size: 12px; }
.service-item strong { color: var(--accent); font-size: 12px; }
.service-item__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  border-radius: 8px;
  border: 1px solid #dbeafe;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
}
.service-item__page:hover {
  background: #dbeafe;
}
.service-item.is-active .service-item__page {
  border-color: #fdba74;
  background: #ffedd5;
  color: #9a3412;
}
.services__more {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 10px;
  border: 1px dashed #cbd5e1;
  background: #f8fafc;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 700;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.services__more:hover {
  border-color: #93c5fd;
  background: #eff6ff;
}
.services__cta {
  padding: 14px;
  background: linear-gradient(180deg, #fff, #fff7ed);
}
.services__cta-icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  border: 1px solid #fdba74;
  background: #ffedd5;
  display: grid;
  place-items: center;
  color: #ea580c;
  font-size: 32px;
  margin-bottom: 8px;
}
.services__cta h3 { margin: 0 0 8px; font-size: 20px; line-height: 1.05; color: #111827; }
.services__cta p { margin: 0 0 12px; font-size: 12px; color: #6b7280; }

/* ADV */
.advantages { background: #f8fafc; padding-top: 26px; }
.advantages__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.advantages__grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 12px;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 8px;
  align-items: center;
}
.advantages__grid i {
  font-size: 36px;
  color: var(--accent);
  line-height: 1;
  margin-top: 0;
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: center;
}
.advantages__grid h3 {
  margin: 0 0 2px;
  font-size: 14px;
  grid-column: 2;
}
.advantages__grid p {
  margin: 0;
  font-size: 12px;
  color: #6b7280;
  grid-column: 2;
}

/* INSIGHTS */
.insights { padding-top: 28px; }
.insights__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-items: stretch; }
.prices, .reviews { padding: 0; display: flex; flex-direction: column; }
.prices-card, .review-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
}
.prices-card { overflow: hidden; flex: 1; }
table { width: 100%; border-collapse: collapse; }
th, td { text-align: left; border-bottom: 1px solid var(--line); padding: 11px 12px; font-size: 12px; }
th { background: #f8fafc; color: #6b7280; font-size: 12px; text-transform: uppercase; letter-spacing: .03em; }
.reviews__grid { display: grid; grid-template-columns: 1fr; gap: 8px; flex: 1; }
.review-card { padding: 12px; height: 100%; }
.review-card__head { display: flex; gap: 9px; align-items: center; margin-bottom: 8px; }
.review-card__head img {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
}
.review-card__head h3 { margin: 0; font-size: 13px; }
.review-card__head p { margin: 0; font-size: 12px; color: #6b7280; }
.stars { color: #f59e0b; font-size: 12px; letter-spacing: 1px; }
.review-card p { margin: 0 0 8px; font-size: 12px; color: #374151; }
.review-card__gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; }
.review-card__gallery img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 8px; }
.reviews-slider {
  overflow: hidden;
  border-radius: 12px;
}
.reviews-slider__track {
  display: flex;
  transition: transform .35s ease;
  will-change: transform;
}
.reviews-slider__slide {
  min-width: 100%;
}
.reviews-slider__dots {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.reviews-slider__dots button {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 0;
  background: #cbd5e1;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.reviews-slider__dots button:hover {
  transform: scale(1.1);
  background: #94a3b8;
}
.reviews-slider__dots button.is-active {
  background: #f97316;
}

/* NEWS & OFFERS */
.marketing {
  padding-top: 18px;
}
.marketing__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.marketing-block {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 12px;
}
.marketing-cards {
  display: grid;
  gap: 8px;
}
.marketing-card {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 8px;
  background: #ffffff;
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 10px;
  align-items: stretch;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.marketing-card:hover {
  transform: translateY(-2px);
  border-color: #bfdbfe;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}
.marketing-card--offer {
  background: linear-gradient(145deg, #fff7ed, #ffffff);
  border-color: #fdba74;
}
.marketing-card__media {
  min-height: 136px;
  border-radius: 10px;
  overflow: hidden;
}
.marketing-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}
.marketing-card:hover .marketing-card__media img {
  transform: scale(1.04);
}
.marketing-card__content {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 6px;
}
.marketing-card__badge {
  margin: 0;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1e40af;
  font-size: 11px;
  font-weight: 700;
}
.marketing-card--offer .marketing-card__badge {
  background: #ffedd5;
  color: #9a3412;
}
.marketing-card h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.18;
  color: #111827;
}
.marketing-card__content > p {
  margin: 0;
  color: #475569;
  font-size: 13px;
}
.marketing-card a {
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 800;
}
.marketing-card a:hover,
.marketing-card a:focus-visible {
  color: #1e40af;
}

.page-hero {
  background: linear-gradient(135deg, #0f172a 0%, #111827 100%);
  color: #ffffff;
  padding: 58px 0 34px;
}
.page-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(32px, 4.5vw, 48px);
  line-height: 1.06;
}
.page-hero p {
  margin: 0;
  max-width: 760px;
  color: #cbd5e1;
}
.listing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.listing-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  overflow: hidden;
  display: grid;
}
.listing-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.listing-card__body {
  padding: 12px;
  display: grid;
  gap: 7px;
}
.listing-card__meta {
  margin: 0;
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
}
.listing-card__body h2 {
  margin: 0;
  font-size: 19px;
  line-height: 1.2;
}
.listing-card__body p {
  margin: 0;
  color: #475569;
  font-size: 13px;
}
.listing-card__body a {
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
}
.listing-card__body a:hover,
.listing-card__body a:focus-visible {
  color: #1e40af;
}
.breadcrumbs {
  padding: 14px 0 0;
}
.breadcrumbs__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #64748b;
  font-size: 12px;
}
.breadcrumbs__list li + li::before {
  content: "/";
  margin-right: 8px;
  color: #94a3b8;
}
.breadcrumbs__list a:hover,
.breadcrumbs__list a:focus-visible {
  color: #1d4ed8;
}
.article-page {
  padding-top: 14px;
}
.article-page__grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 12px;
  align-items: start;
}
.article-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.article-card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.article-card__body {
  padding: 16px;
}
.article-card__meta {
  margin: 0 0 8px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}
.article-card__body h1 {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.06;
}
.article-card__body h2 {
  margin: 18px 0 8px;
  font-size: 22px;
}
.article-card__body p,
.article-card__body li {
  color: #334155;
  font-size: 15px;
  line-height: 1.55;
}
.article-card__body ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 6px;
}
.article-aside {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 14px;
  display: grid;
  gap: 10px;
  position: sticky;
  top: 92px;
}
.article-aside h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.15;
}
.article-aside p {
  margin: 0;
  color: #475569;
  font-size: 13px;
}
.article-aside .btn {
  margin-top: 2px;
}
.offer-timer {
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  background: #fff7ed;
  border: 1px solid #fb923c;
  color: #9a3412;
  font-size: 11px;
  font-weight: 800;
}
.offer-timer i {
  color: #f97316;
}
.offer-timer--ended {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #64748b;
}
.offer-timer--ended i {
  color: #94a3b8;
}

/* FINAL CTA */
.final-cta { padding-top: 36px; padding-bottom: 36px; }
.final-cta__grid {
  background: linear-gradient(135deg, #111827 0%, #0f172a 82%);
  color: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 14px;
  padding: 16px;
}
.final-cta__left { display: grid; grid-template-columns: 164px 1fr; gap: 12px; align-items: center; }
.final-cta__left img { width: 100%; height: 180px; object-fit: cover; border-radius: 12px; }
.final-cta__left h2 { margin: 0 0 7px; font-size: 32px; line-height: 1.02; }
.final-cta__left p { margin: 0; color: #cbd5e1; font-size: 13px; }
.final-cta__form { display: grid; align-content: center; gap: 9px; }
.final-cta__form label { display: grid; gap: 6px; font-size: 12px; color: #cbd5e1; }
.final-cta__form input {
  border: 1px solid #334155;
  background: #0b1224;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
}
.final-cta__form small { color: #94a3b8; font-size: 11px; }

/* FOOTER */
.site-footer {
  background: #0b1220;
  color: #e2e8f0;
  padding-top: 18px;
  margin-top: 0;
  border-top: 1px solid #1e293b;
}
.site-footer__inner,
.site-footer__columns {
  align-items: start;
}
.site-footer__brand,
.site-footer__column,
.site-footer__contacts {
  min-width: 0;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
  gap: 12px;
}
.footer__col h3 { margin: 0 0 8px; font-size: 14px; color: #fff; }
.footer__grid p { margin: 4px 0; color: #cbd5e1; font-size: 12px; }
.footer__links {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .site-footer__links--grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  column-gap: 28px;
  row-gap: 0;
  align-items: start;
}
.site-footer .site-footer__link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
@media (max-width: 767px) {
  .site-footer .site-footer__links--grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.footer-link {
  display: inline-block;
  color: #cbd5e1;
  font-size: 12px;
  line-height: 1.35;
  transition: color 0.2s ease;
}
.footer-link:hover { color: #ffffff; }
.footer-link.is-active {
  color: #fb923c;
  font-weight: 700;
}
.footer-contact {
  display: grid;
  gap: 7px;
}
.footer-contact__item {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  color: #cbd5e1;
  font-size: 12px;
}
.footer-contact__item i {
  width: 14px;
  margin-top: 2px;
  color: #fb923c;
}
.footer-social {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid #334155;
  background: #111827;
  color: #e2e8f0;
  font-size: 12px;
  font-weight: 600;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.footer-social a:hover {
  border-color: #fb923c;
  background: #1f2937;
  color: #fff;
}
.footer-social__avito-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #2563eb;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}
.logo--footer .logo__icon { background: #1e293b; }
.site-footer .logo--footer { color: #ffffff; }
.site-footer .logo--footer .logo__text strong { color: #ffffff; }
.site-footer .logo--footer .logo__text small { color: #94a3b8; }
.footer__bottom { border-top: 1px solid #1e293b; margin-top: 12px; }
.footer__bottom .container {
  min-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #94a3b8;
}

/* MOBILE BAR & MODAL */
.mobile-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  border-top: 1px solid var(--line);
  padding-bottom: env(safe-area-inset-bottom);
  z-index: 110;
}
.mobile-bar a { min-height: 50px; display: grid; place-items: center; font-size: 11px; font-weight: 700; color: var(--primary); }
.mobile-bar a:nth-child(3) { background: var(--accent); color: #fff; }
.modal { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; opacity: 0; pointer-events: none; transition: .2s ease; }
.modal.is-open { opacity: 1; pointer-events: auto; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(15,23,42,.58); }
.modal__dialog {
  position: relative;
  width: min(480px, calc(100% - 20px));
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  box-shadow: var(--shadow);
}
.modal__dialog h3 { margin: 0 0 6px; }
.modal__dialog p { margin: 0 0 10px; font-size: 13px; color: #6b7280; }
.modal__dialog form { display: grid; gap: 8px; }
.modal__dialog input { border: 1px solid var(--line); border-radius: 10px; padding: 10px; }
.modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  border: 0;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}

/* Safe fallback: content stays visible even if JS fails on hosting */
.reveal { opacity: 1; transform: none; }
.reveal.reveal-pending { opacity: 0; transform: translateY(14px); transition: .5s ease; }
.reveal.reveal-pending.is-visible { opacity: 1; transform: translateY(0); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible {
  outline: 3px solid #fb923c;
  outline-offset: 2px;
}

@media (max-width: 1180px) {
  .site-header.site-header--new {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 220;
  }
  body { padding-top: 76px; }
  .site-header--new .header-main {
    grid-template-columns: 1fr auto;
    min-height: 64px;
  }
  .site-header--new .header-contact--new { display: none; }
  .header-nav { display: none; }
  .header-nav.is-open {
    position: absolute;
    top: calc(100% + 8px);
    left: 16px;
    right: 16px;
    display: grid;
    gap: 6px;
    background: #fff;
    color: #111827;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 10px;
    box-shadow: var(--shadow);
    z-index: 110;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
  }
  .header-nav.is-open .header-menu {
    display: grid;
    gap: 6px;
  }
  .header-nav.is-open .header-menu > li {
    width: 100%;
  }
  .header-nav.is-open .header-menu > li > .nav-link,
  .header-nav.is-open .header-menu > li > .services-nav > .services-nav__trigger {
    display: block;
    width: 100%;
    text-align: left;
    color: #111827 !important;
    background: #ffffff;
    border-radius: 10px;
    padding: 9px 10px;
  }
  .header-nav.is-open .header-menu > li.active > .nav-link,
  .header-nav.is-open .header-menu > li.active > .services-nav > .services-nav__trigger {
    background: #fff7ed !important;
    color: #b45309 !important;
  }
  .header-nav__cta { display: inline-flex; justify-content: center; }
  .header-contact { display: none; }
  .burger { display: block; }
  .header__inner { grid-template-columns: 1fr auto; min-height: 64px; }
  .works-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .services__grid { grid-template-columns: 1fr; }
  .services__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .advantages__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .insights__grid { grid-template-columns: 1fr; }
  .final-cta__grid { grid-template-columns: 1fr; }
  .final-cta__left { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  :root { --container: calc(100% - 24px); }
  body { padding-top: 70px; }
  body { overflow-x: hidden; }
  .hero { min-height: 620px; }
  .hero__media { grid-template-columns: 1fr; }
  .hero__media img:nth-child(2) { display: none; }
  .hero__chips { grid-template-columns: 1fr; }
  .season-banner {
    padding-top: 14px;
    padding-bottom: 6px;
  }
  .season-banner__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .season-banner__actions {
    width: 100%;
  }
  .season-banner__actions .btn {
    flex: 1 1 auto;
    text-align: center;
  }
  .quick-calc { margin-top: -16px; }
  .quick-calc--new { padding-top: 20px; }
  .quick-calc__grid { grid-template-columns: 1fr; padding: 14px; }
  .quick-form { grid-template-columns: 1fr; }
  .works-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    overflow: visible;
    padding-bottom: 0;
  }
  .advantages__grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom .container { flex-direction: column; justify-content: center; padding: 6px 0; }
  body { padding-bottom: calc(56px + env(safe-area-inset-bottom)); }
  .mobile-bar { display: grid; }
}

/* Static Pages */
.page-main { padding-top: 20px; }
.page-section { padding: 28px 0 40px; }
.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}
.filter-pills button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #334155;
  cursor: pointer;
}
.filter-pills button.is-active {
  border-color: #2563eb;
  background: #2563eb;
  color: #fff;
}
.review-card.is-hidden,
.case-card.is-hidden {
  display: none;
}
.reviews__grid--wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.works-grid--portfolio {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.works-grid--portfolio .case-card img {
  height: 180px;
}

/* === GLOBAL MOBILE HEADER FIX === */

.site-header--new .header-nav__mobile {
  display: none;
}

.site-header--new .header-nav__mobile-phone,
.site-header--new .header-nav__mobile-cta {
  display: none;
}

@media (max-width: 980px) {
  html,
  body {
    overflow-x: hidden;
  }

  body.menu-open {
    overflow: hidden;
  }

  .site-header.site-header--new {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 2200 !important;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  }

  body {
    padding-top: 74px;
  }

  .site-header--new .header-main {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
  }

  .site-header--new .logo--new {
    min-width: 0;
    gap: 10px;
  }

  .site-header--new .logo--new .logo__text {
    min-width: 0;
  }

  .site-header--new .logo--new .logo__text strong {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    letter-spacing: 0.05em;
  }

  .site-header--new .logo--new .logo__text small {
    display: none !important;
  }

  .site-header--new .header-contact--new {
    display: none !important;
  }

  .site-header--new .burger {
    width: 44px;
    height: 44px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    justify-self: end;
    align-self: center;
    margin-left: auto;
    flex: 0 0 44px;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    border-radius: 13px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
  }

  .site-header--new .burger span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0;
    border-radius: 999px;
    background: #0f172a;
    transform-origin: center;
  }

  .site-header--new .burger:hover,
  .site-header--new .burger:active,
  .site-header--new .burger.is-open {
    background: #eff6ff;
    border-color: rgba(37, 99, 235, 0.24);
    box-shadow: none;
  }

  .site-header--new .burger:focus,
  .site-header--new .burger:active {
    outline: none;
  }

  .site-header--new .burger:focus-visible {
    outline: 2px solid rgba(37, 99, 235, 0.35);
    outline-offset: 2px;
  }

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

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

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

  .header-backdrop,
  .header-backdrop.is-open,
  .site-header--new .header-backdrop,
  .site-header--new .header-backdrop.is-open {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .site-header--new .header-nav--new {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 12px;
    right: 12px;
    min-width: 0;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.16);
    z-index: 2210;
  }

  .site-header--new .header-nav--new.is-open {
    display: grid !important;
    position: fixed !important;
    gap: 8px;
    justify-self: stretch !important;
    align-self: start !important;
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    transform: none !important;
    top: 80px !important;
    max-height: calc(100vh - 90px);
    padding-bottom: 84px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .site-header--new .header-menu {
    display: grid !important;
    gap: 5px;
    width: 100%;
    min-width: 0;
  }

  .site-header--new .header-menu > li {
    width: 100%;
  }

  .site-header--new .header-nav--new .nav-link,
  .site-header--new .header-nav--new .services-nav__trigger {
    width: 100%;
    min-height: 42px;
    justify-content: flex-start;
    text-align: left;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 1.35;
    border-radius: 12px;
    color: #0f172a;
    background: #ffffff;
  }

  .site-header--new .header-menu > li.active > .nav-link,
  .site-header--new .header-menu > li.active > .services-nav > .services-nav__trigger,
  .site-header--new .header-nav--new .nav-link.is-active,
  .site-header--new .header-nav--new .services-nav__trigger.is-active {
    background: #eff6ff;
    color: #0f172a;
    border: 1px solid #dbeafe;
    box-shadow: inset 3px 0 0 #f97316;
  }

  .site-header--new .header-nav__cta {
    width: 100%;
    min-height: 48px;
    display: inline-flex !important;
    justify-content: center;
    font-size: 14px;
  }

  .site-header--new .header-nav__mobile {
    display: grid;
    gap: 8px;
    padding-top: 2px;
    border-top: 1px solid #e2e8f0;
    width: 100%;
    min-width: 0;
  }

  .site-header--new .header-nav--new.is-open .header-nav__mobile-phone,
  .site-header--new .header-nav--new.is-open .header-nav__mobile-cta {
    display: flex;
  }

  .site-header--new .header-nav__mobile-phone {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .site-header--new .header-nav__mobile-cta {
    width: 100%;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    white-space: normal;
    text-align: center;
    padding-inline: 16px;
    border: 1px solid transparent;
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.22);
  }

  .site-header--new .header-nav__mobile-cta:hover,
  .site-header--new .header-nav__mobile-cta:focus-visible,
  .site-header--new .header-nav__mobile-cta:active {
    background: #1d4ed8;
    color: #ffffff;
    border-color: transparent;
  }

  .site-header--new .header-nav--new.is-open .services-nav__panel {
    position: static !important;
    width: 100% !important;
    margin-top: 4px;
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 4px 0 0 !important;
    display: none;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .site-header--new .header-nav--new.is-open .services-nav.is-open .services-nav__panel {
    display: block !important;
  }

  .site-header--new .header-nav--new.is-open .services-nav__menu {
    gap: 6px;
  }

  .site-header--new .header-nav--new.is-open .services-nav__link {
    min-height: 42px;
    padding: 9px 12px;
    border-radius: 10px;
    font-size: 13px;
    border-color: #e2e8f0;
    background: #ffffff;
  }

  .site-header--new .header-nav--new.is-open .services-nav__all {
    min-height: 42px;
    margin-top: 2px;
    padding: 9px 12px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  body {
    padding-top: 70px;
  }

  .site-header--new .header-main {
    min-height: 68px;
    gap: 10px;
  }

  .site-header--new .logo--new .logo__icon {
    width: 40px;
    height: 40px;
  }

  .site-header--new .logo--new .logo__text strong {
    font-size: 11px;
  }

  .site-header--new .header-nav--new {
    left: 10px;
    right: 10px;
    padding: 10px;
  }

  .site-header--new .header-nav--new .nav-link,
  .site-header--new .header-nav--new .services-nav__trigger {
    min-height: 44px;
    padding-inline: 12px;
    font-size: 14px;
  }
}

.portfolio-calc__card {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 12px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 14px;
}
.portfolio-calc__form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
}
.portfolio-calc__form label {
  display: grid;
  gap: 6px;
  font-size: 12px;
  color: #64748b;
}
.portfolio-calc__form select,
.portfolio-calc__form input {
  min-height: 42px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #0f172a;
  padding: 10px;
  font-size: 13px;
}
.portfolio-calc__result {
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: #eff6ff;
  padding: 12px;
  display: grid;
  align-content: center;
  gap: 6px;
}
.portfolio-calc__result p {
  margin: 0;
  font-size: 12px;
  color: #64748b;
}
.portfolio-calc__result h3 {
  margin: 0;
  color: #1d4ed8;
  font-size: clamp(28px, 3vw, 34px);
}
.portfolio-calc__result small {
  color: #64748b;
  font-size: 12px;
}

@media (max-width: 960px) {
  .reviews__grid--wide {
    grid-template-columns: 1fr;
  }
  .works-grid--portfolio {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .portfolio-calc__card {
    grid-template-columns: 1fr;
  }
  .portfolio-calc__form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .works-grid--portfolio {
    grid-template-columns: 1fr;
  }
  .portfolio-calc__form {
    grid-template-columns: 1fr;
  }
}

/* ===== Stability Fixes (Mobile + Prices + Reviews) ===== */
.quick-calc__meta li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: start;
}
.quick-calc__meta strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Calculator (restored stable styling) */
.quick-calc--new {
  margin-top: 0;
  padding-top: 44px;
}
.quick-calc--new .quick-calc__head {
  margin-bottom: 14px;
}
.quick-calc--new .quick-calc__head h2 {
  margin: 0 0 6px;
  color: #0f172a;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.07;
}
.quick-calc--new .quick-calc__head p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
}
.quick-calc--new .quick-calc__grid--new {
  background: linear-gradient(140deg, #f8fafc, #eef2ff 55%, #f8fafc);
  border: 1px solid #dbe4f0;
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.10);
  padding: 18px;
  gap: 14px;
  grid-template-columns: 1fr 320px;
}
.quick-calc--new .tabs--new {
  margin-bottom: 10px;
}
.quick-calc--new .tabs--new button {
  font-size: 12px;
  padding: 7px 11px;
  border-color: #cbd5e1;
  background: #ffffff;
  color: #334155;
}
.quick-calc--new .tabs--new button.is-active {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
}
.quick-calc--new .quick-form--new {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.quick-calc--new .field {
  display: grid;
  gap: 7px;
}
.quick-calc--new .field span {
  font-size: 12px;
  color: #475569;
}
.quick-calc--new .field select,
.quick-calc--new .field input {
  width: 100%;
  min-height: 44px;
  border-radius: 10px;
  padding: 10px 11px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #0f172a;
  font-size: 13px;
}
.quick-calc--new .field select:focus-visible,
.quick-calc--new .field input:focus-visible {
  outline-color: #2563eb;
}
.quick-calc--new .quick-calc__hints {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.quick-calc--new .quick-calc__hints article {
  background: #ffffff;
  border: 1px solid #dbe4f0;
  border-radius: 10px;
  padding: 8px 10px;
  color: #334155;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.quick-calc--new .quick-calc__hints i { color: #2563eb; }
.quick-calc--new .quick-form__actions {
  margin-top: 10px;
  display: grid;
  gap: 8px;
}
.quick-calc--new .quick-form__actions .btn {
  width: 100%;
  min-height: 44px;
  font-weight: 700;
}
.quick-form__hint {
  margin: 0;
  color: #000000 !important;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
  background: #eaf2ff;
  border: 1px solid #cfe0ff;
  border-radius: 8px;
  padding: 8px 10px;
}
.quick-calc--new .quick-calc__result--new {
  background: linear-gradient(180deg, #ffffff, #f1f5f9);
  border: 1px solid #d7e1ee;
  border-radius: 14px;
  padding: 14px;
  position: relative;
}
.quick-calc--new .quick-calc__result--new p {
  margin: 0;
  color: #64748b;
  font-size: 12px;
}
.quick-calc--new .quick-calc__result--new h3 {
  margin: 4px 0 8px;
  font-size: clamp(30px, 3.1vw, 38px);
  color: #1e40af;
}
.quick-calc--new .quick-calc__result--new .quick-calc__meta {
  margin-bottom: 6px;
}
.quick-calc--new .quick-calc__meta li {
  color: #64748b;
}
.quick-calc--new .quick-calc__meta strong {
  color: #0f172a;
}
.quick-calc__items-wrap {
  border: 1px solid #dbe4f0;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  padding: 10px;
}
.quick-calc__items-wrap--left {
  margin-top: 10px;
}
.quick-calc__items-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.quick-calc__items-head strong {
  color: #0f172a;
  font-size: 12px;
}
.quick-calc__clear {
  border: 0;
  background: transparent;
  color: #64748b;
  font-size: 12px;
  cursor: pointer;
}
.quick-calc__clear:hover,
.quick-calc__clear:focus-visible {
  color: #1d4ed8;
}
.quick-calc__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
  max-height: 204px;
  overflow: auto;
}
.quick-calc__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 8px 9px;
  background: #fff;
}
.quick-calc__item strong {
  display: block;
  color: #0f172a;
  font-size: 12px;
  line-height: 1.25;
}
.quick-calc__item small {
  display: block;
  color: #64748b;
  font-size: 11px;
}
.quick-calc__item-right {
  display: grid;
  justify-items: end;
  gap: 4px;
}
.quick-calc__item-right b {
  color: #1e3a8a;
  font-size: 12px;
}
.quick-calc__item-right button {
  border: 0;
  background: #f1f5f9;
  color: #64748b;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  cursor: pointer;
}
.quick-calc__item-right button:hover,
.quick-calc__item-right button:focus-visible {
  background: #dbeafe;
  color: #1d4ed8;
}
.quick-calc__items-note {
  margin: 8px 0 0;
  font-size: 11px;
  color: #6b7280;
}
.quick-calc__items-note i {
  font-size: 10px;
}
.quick-calc__item--empty {
  color: #64748b;
  font-size: 12px;
  border-style: dashed;
  justify-content: flex-start;
}
.quick-calc--new .quick-calc__result--new small {
  display: block;
  margin-bottom: 10px;
  color: #64748b;
  line-height: 1.35;
}
.quick-calc--new .quick-calc__result--new .btn--accent { background: #2563eb; }

@media (max-width: 1180px) {
  .quick-calc--new .quick-calc__grid--new {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .quick-calc--new {
    padding-top: 20px;
  }
  .quick-calc--new .quick-calc__head h2 {
    font-size: clamp(24px, 8vw, 32px);
  }
  .quick-calc--new .quick-form--new,
  .quick-calc--new .quick-calc__hints {
    grid-template-columns: 1fr;
  }
  .quick-calc--new .quick-calc__result--new {
    padding: 12px;
  }
  .quick-calc--new .quick-calc__result--new h3 {
    font-size: clamp(26px, 8vw, 34px);
  }
  .quick-calc__items {
    max-height: 240px;
  }
  .quick-calc__item {
    align-items: flex-start;
  }
  .quick-calc__item-right {
    justify-items: end;
    align-self: center;
  }
}

.final-cta__left img {
  object-position: center 16%;
}

.reviews-slider {
  overflow: hidden;
}
.reviews-slider__dots {
  position: static;
  margin-top: 14px;
  justify-content: center;
}
.reviews-slider__track,
.prices-slider__track {
  flex-wrap: nowrap;
}
.reviews-slider__slide,
.prices-slider__slide {
  flex: 0 0 100%;
  max-width: 100%;
}

.price-slider-block {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 14px;
}
.price-slider-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.price-slider-tabs button,
.price-page-tabs button {
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #334155;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
}
.price-slider-tabs button.is-active,
.price-page-tabs button.is-active {
  background: #f97316;
  color: #fff;
  border-color: #f97316;
}
.price-slider-controls {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 10px;
}
.price-slider-controls button {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid #dbe4f0;
  background: #fff;
  color: #334155;
  cursor: pointer;
}
.price-slider-controls button:hover {
  background: #f8fafc;
}
.price-slider-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 1fr);
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 4px;
}
.price-slider-track::-webkit-scrollbar {
  height: 8px;
}
.price-slider-track::-webkit-scrollbar-thumb {
  background: #d1d9e6;
  border-radius: 999px;
}
.price-slide-card {
  scroll-snap-align: start;
  border: 1px solid #e8edf5;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  border-radius: 12px;
  padding: 12px;
  display: grid;
  gap: 8px;
  align-content: start;
  min-height: 174px;
}
.price-slide-card h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  color: #0f172a;
}
.price-slide-card p {
  margin: 0;
  font-size: 12px;
  color: #64748b;
}
.price-slide-card strong {
  font-size: 20px;
  color: #1d4ed8;
}
.price-slide-card a {
  margin-top: auto;
  font-size: 12px;
  font-weight: 700;
  color: #2563eb;
}

.prices-slider {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-width: 0;
}
.prices-slider__track {
  display: flex;
  transition: transform 0.35s ease;
  will-change: transform;
  flex: 1;
  min-width: 0;
}
.prices-slider__slide {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
}
.prices-slider__title {
  margin: 0 0 10px;
  font-size: 15px;
  color: #0f172a;
}
.prices-slider__slide .prices-card {
  max-height: 430px;
  overflow: auto;
  flex: 1;
}
.prices-slider__slide .prices-card table {
  min-width: 100%;
  table-layout: fixed;
}
.prices-slider__slide .prices-card th,
.prices-slider__slide .prices-card td {
  vertical-align: top;
  word-break: break-word;
}
.prices-slider__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  position: relative;
  z-index: 2;
  min-height: 22px;
  align-items: center;
  padding-bottom: 2px;
}
.prices-slider__dots button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: #f59e0b;
  opacity: 0.35;
  cursor: pointer;
  transition: 0.2s ease;
}
.prices-slider__dots button:hover {
  opacity: 0.6;
  transform: scale(1.08);
}
.prices-slider__dots button.is-active {
  width: 24px;
  background: #f97316;
  opacity: 1;
}

.price-page-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}
#pricePageRows a {
  color: #1d4ed8;
}
#pricePageRows a:hover {
  text-decoration: underline;
}

@media (max-width: 960px) {
  .insights__grid {
    grid-template-columns: 1fr;
  }
  .prices-slider__slide .prices-card {
    max-height: 390px;
  }
}

@media (max-width: 760px) {
  .price-slider-track {
    grid-auto-columns: 86%;
  }
  .prices .section-head {
    gap: 10px;
  }
  .prices-slider__title {
    font-size: 14px;
  }
  .prices-slider__slide .prices-card {
    max-height: 340px;
    border-radius: 10px;
  }
  .prices-slider__slide .prices-card th,
  .prices-slider__slide .prices-card td {
    padding: 9px 10px;
    font-size: 11px;
  }
  .prices-slider__dots {
    margin-top: 12px;
  }
}

/* Final Layout Guard: no horizontal page scroll + same level blocks on desktop */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}
main,
section,
.container,
.insights__grid,
.prices,
.reviews,
.prices-slider,
.reviews-slider,
.prices-slider__track,
.reviews-slider__track,
.prices-slider__slide,
.reviews-slider__slide,
.prices-card,
.review-card {
  min-width: 0;
}
.insights__grid > .prices,
.insights__grid > .reviews {
  display: flex;
  flex-direction: column;
}
.prices-slider,
.reviews-slider {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.reviews-slider__dots {
  margin-top: auto;
  min-height: 22px;
  align-items: center;
}

@media (max-width: 760px) {
  .mobile-bar {
    left: 0;
    right: 0;
    width: auto;
    max-width: 100%;
  }
  .prices-card,
  .review-card {
    overflow: hidden;
  }
}

/* Final Fixes: sliders + work cards + work pages */
.case-card__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 0;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
  position: absolute;
  right: 9px;
  bottom: 9px;
  float: none;
  margin: 0;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.case-card__more:hover,
.case-card__more:focus-visible {
  color: #ffffff;
  border-color: #2563eb;
  background: #2563eb;
  transform: translateX(2px);
}

.insights {
  padding-bottom: 28px;
}
.prices,
.reviews {
  overflow: hidden;
}
.prices-slider,
.reviews-slider {
  padding-bottom: 6px;
}
.prices-slider__dots,
.reviews-slider__dots {
  margin-top: 14px !important;
  margin-bottom: 0;
  min-height: 22px;
  justify-content: center;
  align-items: center;
  position: static;
}
.reviews-slider__dots button.is-active {
  width: 24px;
  background: #f97316;
}

.work-page {
  padding: 28px 0 40px;
}
.work-breadcrumbs {
  margin-bottom: 14px;
  font-size: 12px;
  color: #64748b;
}
.work-breadcrumbs a {
  color: #1d4ed8;
}
.work-breadcrumbs a:hover,
.work-breadcrumbs a:focus-visible {
  color: #1e40af;
}
.work-hero {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.work-hero img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.work-hero__content {
  padding: 16px;
  display: grid;
  gap: 10px;
}
.work-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.work-meta article {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px;
  background: #f8fafc;
}
.work-meta h3 {
  margin: 0 0 4px;
  font-size: 12px;
  color: #64748b;
}
.work-meta p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}
.work-gallery {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.work-gallery img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 12px;
}
.work-content {
  margin-top: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 16px;
}
.work-content h2 {
  margin: 0 0 10px;
}
.work-content p {
  margin: 0 0 10px;
  color: #374151;
}
.work-content ul {
  margin: 0;
  padding-left: 18px;
  color: #374151;
}

/* Thanks page */
.thanks-page {
  padding: 34px 0 46px;
}
.thanks-card {
  max-width: 760px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--shadow);
  padding: 28px 22px;
  text-align: center;
}
.thanks-card__icon {
  display: inline-flex;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: #ecfdf3;
  color: #16a34a;
  font-size: 28px;
  margin-bottom: 10px;
}
.thanks-card h1 {
  margin: 0 0 8px;
}
.thanks-card p {
  margin: 0 auto 14px;
  max-width: 560px;
  color: #4b5563;
}
.thanks-card__actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* Portfolio lead form */
.portfolio-lead {
  padding-top: 0;
}
.work-lead {
  margin-top: 14px;
  padding-top: 0;
}
.work-content--lead {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.work-content--lead .work-offer__card {
  margin: 0;
}
.portfolio-lead__card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
  display: grid;
  grid-template-columns: 320px 1fr;
}
.portfolio-lead__media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center 20%;
}
.portfolio-lead__content {
  padding: 18px;
}
.portfolio-lead__content h2 {
  margin: 0 0 8px;
}
.portfolio-lead__content p {
  margin: 0 0 14px;
  color: #4b5563;
}
.portfolio-lead__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.portfolio-lead__form label {
  display: grid;
  gap: 6px;
  color: #64748b;
  font-size: 12px;
}
.portfolio-lead__form input,
.portfolio-lead__form textarea {
  min-height: 42px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  font-family: inherit;
}
.portfolio-lead__form textarea {
  min-height: 92px;
  resize: vertical;
}
.portfolio-lead__form-full {
  grid-column: 1 / -1;
}
.portfolio-lead__form small {
  color: #6b7280;
}

@media (max-width: 960px) {
  .portfolio-lead__card {
    grid-template-columns: 1fr;
  }
  .portfolio-lead__media img {
    min-height: 240px;
  }
}

@media (max-width: 760px) {
  .portfolio-lead__form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1180px) {
  .listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .article-page__grid {
    grid-template-columns: 1fr;
  }
  .article-aside {
    position: static;
    top: auto;
  }
}

@media (max-width: 760px) {
  .marketing__grid {
    grid-template-columns: 1fr;
  }
  .marketing-card {
    grid-template-columns: 1fr;
    padding: 8px;
    gap: 8px;
  }
  .marketing-card__media {
    min-height: 170px;
  }
  .listing-grid {
    grid-template-columns: 1fr;
  }
  .article-card img {
    height: 220px;
  }
  .article-card__body {
    padding: 12px;
  }
  .insights {
    padding-bottom: 20px;
  }
  .prices-slider__dots,
  .reviews-slider__dots {
    margin-top: 10px !important;
  }
  .work-hero img {
    height: 230px;
  }
  .work-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .work-gallery {
    grid-template-columns: 1fr;
  }
}

/* Step 1: strict slider alignment */
.insights__grid {
  align-items: stretch;
}
.insights__grid > .prices,
.insights__grid > .reviews {
  display: flex;
  flex-direction: column;
}
.prices .section-head,
.reviews .section-head {
  margin-bottom: 10px;
}
.prices-slider,
.reviews-slider {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.prices-slider__track,
.reviews-slider__track {
  flex: 1;
}
.prices-slider__dots,
.reviews-slider__dots {
  position: static !important;
  margin-top: 12px !important;
  margin-bottom: 0 !important;
}

@media (max-width: 760px) {
  .prices-slider__dots,
  .reviews-slider__dots {
    margin-top: 10px !important;
  }
}

/* ===== Homepage Reference Rebuild (Header + Calculator untouched) ===== */
.home-page {
  background: #f6f8fb;
  color: #0f172a;
}

.home-page .container {
  width: min(1200px, calc(100% - 40px));
}

.home-page main > section {
  padding: 34px 0 40px;
}

.home-page .hero {
  min-height: 710px;
  padding: 0 !important;
  margin: 0;
  display: flex;
  align-items: stretch;
}

.home-page .hero__media {
  inset: 0;
  display: block;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, .88) 0%, rgba(15, 23, 42, .58) 48%, rgba(2, 6, 23, .78) 100%),
    #0f172a;
}

.home-page .hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  color: transparent;
  font-size: 0;
}

.home-page .hero__overlay {
  background: linear-gradient(90deg, rgba(2, 6, 23, .88) 0%, rgba(15, 23, 42, .58) 48%, rgba(2, 6, 23, .78) 100%);
}

.home-page .hero__content {
  max-width: 620px;
  padding-top: 52px;
  padding-bottom: 34px;
}

.home-page .hero__kicker {
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 18px;
}

.home-page .hero h1 {
  margin: 0 0 16px;
  font-size: clamp(38px, 4.4vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: #fff;
}

.home-page .hero h1 span {
  color: #f97316;
}

.home-page .hero__lead {
  margin: 0 0 22px;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.55;
}

.home-page .hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.home-page .hero__actions .btn {
  min-height: 44px;
  border-radius: 12px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.home-page .hero__actions .btn--accent {
  background: #f97316;
  border: 1px solid #f97316;
  color: #fff;
}

.home-page .hero__actions .btn--ghost {
  background: rgba(15, 23, 42, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  backdrop-filter: blur(6px);
}

.home-page .hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
}

.home-page .hero__chips li {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
}

.home-page .hero__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.home-page .hero__features article {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 23, 42, 0.58);
  backdrop-filter: blur(10px);
  padding: 18px;
}

.home-page .hero__features h3 {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}

.home-page .hero__features p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #cbd5e1;
}

.home-page .season-banner {
  padding-top: 20px;
  padding-bottom: 12px;
}

.home-page .season-banner__inner {
  min-height: 58px;
  border-radius: 18px;
  border: 1px solid #fed7aa;
  background: #fffaf5;
  padding: 10px 14px;
  box-shadow: none;
}

.home-page .season-banner__label {
  font-size: 14px;
  font-weight: 700;
  color: #c2410c;
}

.home-page .season-banner__actions .btn {
  height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 13px;
}

.home-page .works {
  background: #fbfcff;
  padding-top: 58px;
  padding-bottom: 52px;
}

.home-page .services {
  background: transparent;
  padding-top: 34px;
  padding-bottom: 38px;
}

.home-page .advantages,
.home-page .home-benefits {
  background: transparent;
}

.home-page .home-faq {
  padding-top: 28px;
}

.home-page .home-process {
  background: transparent;
}

.home-page .home-trust {
  background: transparent;
  padding-top: 8px;
}

.home-page .insights {
  padding-top: 28px;
}

.home-page .section-head {
  margin-bottom: 14px;
}

.home-page .section-head h2 {
  font-size: clamp(30px, 3.2vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 800;
}

.home-page .section-head a {
  border: 1px solid #fed7aa;
  background: #fff;
  color: #c2410c;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.home-page .section-subtitle {
  margin: -4px 0 18px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
}

.home-page .advantages__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-page .advantages__grid article {
  border-radius: 18px;
  border: 1px solid #e7edf5;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  padding: 20px;
  min-height: 124px;
}

.home-page .advantages__grid i {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: #fff7ed;
  color: #f97316;
  display: grid;
  place-items: center;
  font-size: 16px;
}

.home-page .advantages__grid h3 {
  margin: 10px 0 8px;
  font-size: 16px;
  line-height: 1.3;
  color: #0f172a;
}

.home-page .advantages__grid p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #64748b;
}

.home-page .process-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.home-page .process-grid article {
  border-radius: 18px;
  border: 1px solid #e7edf5;
  background: #fff;
  min-height: 108px;
  padding: 16px;
}

.home-page .process-grid span {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #fff7ed;
  color: #f97316;
  font-size: 13px;
  font-weight: 700;
  display: inline-grid;
  place-items: center;
  margin-bottom: 10px;
}

.home-page .process-grid h3 {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.3;
  color: #0f172a;
}

.home-page .process-grid p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #64748b;
}

.home-page .trust-band {
  border-radius: 22px;
  padding: 22px 24px;
  background: linear-gradient(135deg, #0b1220 0%, #111827 100%);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.18);
}

.home-page .trust-band__intro h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: clamp(24px, 2.3vw, 30px);
}

.home-page .trust-band__intro p {
  margin: 0;
  color: #cbd5e1;
}

.home-page .trust-band__cards {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.home-page .trust-band__cards article {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 23, 42, 0.45);
  padding: 12px;
}

.home-page .trust-band__cards h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 14px;
}

.home-page .trust-band__cards p {
  margin: 0;
  color: #cbd5e1;
  font-size: 12px;
  line-height: 1.45;
}

.home-page .trust-band__actions {
  margin-top: 14px;
  display: flex;
  gap: 10px;
}

.home-page .trust-band__actions .btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.home-page .works .container {
  max-width: 1200px;
}

.home-page .works .section-head,
.home-page .works__head {
  margin-bottom: 10px;
  align-items: center;
}

.home-page .works .section-head h2,
.home-page .works__head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(32px, 3.1vw, 38px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.home-page .works .section-head a,
.home-page .works__head a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #f97316;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.home-page .works .section-head a:hover,
.home-page .works__head a:hover {
  color: #ea580c;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-page .works-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
}

.home-page .works-filter button {
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #334155;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.home-page .works-filter button:hover {
  border-color: #fdba74;
  background: #fffaf5;
  color: #ea580c;
}

.home-page .works-filter .is-active {
  border-color: #0f172a;
  background: #0f172a;
  color: #ffffff;
}

.home-page .works-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-page .case-card {
  min-height: 370px;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.home-page .case-card:hover {
  transform: translateY(-3px);
  border-color: #fdba74;
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.12);
}

.home-page .case-card img {
  display: block;
  width: 100%;
  height: 182px;
  object-fit: cover;
  object-position: center;
  transition: transform .25s ease;
}

.home-page .case-card:hover img {
  transform: scale(1.025);
}

.home-page .case-card__body {
  flex: 1;
  display: grid;
  grid-template-rows: auto auto auto auto 1fr;
  gap: 9px;
  padding: 15px;
  position: relative;
}

.home-page .case-card__place,
.home-page .case-card__body > p {
  margin: 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
}

.home-page .case-card__body > h3 {
  margin: 0;
  min-height: 0;
  color: #0f172a;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}

.home-page .case-card__metrics,
.home-page .case-card__body > div.case-card__metrics {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding-right: 0;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

.home-page .case-card__metrics span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.home-page .case-card__metrics i {
  color: #cbd5e1;
  font-size: 12px;
}

.home-page .case-card__price,
.home-page .case-card__body strong.case-card__price {
  display: block;
  margin: 0 0 2px;
  color: #0f172a;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
}

.home-page .case-card__more {
  position: static;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  height: auto;
  margin: auto 0 0;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid #dbeafe;
  background: #f8fbff;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transform: none;
}

.home-page #works .case-card__more {
  font-size: 0;
}

.home-page #works .case-card__more i,
.home-page #works .case-card__more .visually-hidden {
  display: none;
}

.home-page #works .case-card__more::before {
  content: "РЎРјРѕС‚СЂРµС‚СЊ РїСЂРѕРµРєС‚";
  font-size: 13px;
  line-height: 1;
}

.home-page .case-card__more:hover,
.home-page .case-card__more:focus-visible {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
  transform: none;
}

.home-page .services .section-head {
  margin-bottom: 16px;
}

.home-page .services .section-head h2 {
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 0;
}

.home-page .services .section-head a {
  padding: 0;
  border: 0;
  background: transparent;
  color: #f97316;
  font-size: 12px;
}

.home-page .services__grid {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 250px;
  gap: 14px;
  align-items: stretch;
}

.home-page .services__tabs {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 10px;
  min-height: 318px;
  border: 1px solid #e7edf5;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.home-page .services__tabs button {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #e7edf5;
  border-radius: 9px;
  background: #ffffff;
  color: #0f172a;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
}

.home-page .services__tabs button:hover {
  transform: none;
  border-color: #fdba74;
  background: #fffaf5;
}

.home-page .services__tabs .is-active {
  color: #ffffff;
  border-color: #f97316;
  background: #f97316;
  box-shadow: 0 8px 18px rgba(249, 115, 22, 0.28);
}

.home-page .services__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .service-item {
  min-height: 120px;
  display: grid;
  gap: 7px;
  padding: 14px;
  border: 1px solid #e7edf5;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
  cursor: pointer;
}

.home-page .service-item:hover {
  transform: none;
  border-color: #fdba74;
  background: #fffaf5;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.07);
}

.home-page .service-item.is-active {
  border-color: #fdba74;
  background: #fffaf5;
  box-shadow: 0 10px 26px rgba(249, 115, 22, 0.12);
}

.home-page .service-item__head {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 8px;
  align-items: start;
}

.home-page .service-item__icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #f97316;
  font-size: 14px;
}

.home-page .service-item__badge {
  display: none;
}

.home-page .service-item h4 {
  margin: 0;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.28;
}

.home-page .service-item p {
  margin: 0;
  color: #64748b;
  font-size: 11px;
  line-height: 1.35;
}

.home-page .service-item__meta {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: auto;
}

.home-page .service-item__meta strong {
  color: #f97316;
  font-size: 13px;
  font-weight: 900;
}

.home-page .service-item__meta span {
  color: #f97316;
  font-size: 11px;
  font-weight: 800;
}

.home-page .service-item__page {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2563eb;
  justify-content: flex-end;
  font-size: 11px;
  font-weight: 800;
}

.home-page .service-item__page::after {
  content: "в†’";
  margin-left: 5px;
}

.home-page .services__more {
  grid-column: 1 / -1;
  min-height: 38px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  box-shadow: none;
}

.home-page .services__more::after {
  content: " в†’";
}

.home-page .services__cta {
  position: relative;
  min-height: 318px;
  padding: 22px 18px 18px;
  overflow: hidden;
  border: 1px solid #e7edf5;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
}

.home-page .services__cta h3 {
  max-width: 190px;
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
}

.home-page .services__cta p {
  max-width: 190px;
  margin: 0 0 10px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.35;
}

.home-page .services__cta-list {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 4px;
  list-style: none;
  color: #475569;
  font-size: 11px;
  font-weight: 700;
}

.home-page .services__cta-list li::before {
  content: "вЂў";
  margin-right: 6px;
  color: #f97316;
}

.home-page .services__cta-visual {
  position: absolute;
  right: 8px;
  bottom: 70px;
  width: 150px;
  height: 110px;
  transform: rotate(-7deg);
}

.home-page .services__cta-visual i {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 72px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fafc, #cbd5e1);
  border: 1px solid #cbd5e1;
  color: #475569;
  font-size: 40px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
}

.home-page .services__cta-visual span,
.home-page .services__cta-visual small {
  position: absolute;
  left: 4px;
  bottom: 16px;
  display: block;
  width: 82px;
  height: 54px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #fed7aa;
  box-shadow: 0 10px 18px rgba(249, 115, 22, 0.12);
}

.home-page .services__cta-visual span::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 11px;
  width: 40px;
  height: 8px;
  border-radius: 999px;
  background: #f97316;
}

.home-page .services__cta-visual span::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 27px;
  width: 56px;
  height: 5px;
  border-radius: 999px;
  background: #e2e8f0;
  box-shadow: 0 10px 0 #e2e8f0;
}

.home-page .services__cta-visual small {
  left: 30px;
  bottom: 0;
  width: 78px;
  height: 48px;
  z-index: -1;
  opacity: 0.86;
}

.home-page .services__cta .btn {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  width: auto;
  min-height: 42px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(249, 115, 22, 0.28);
}

.home-page .home-trust-cards {
  padding: 18px 0 30px;
  background: transparent;
}

.home-page .home-trust-cards__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-page .home-trust-cards article {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 88px;
  padding: 18px;
  border: 1px solid #e7edf5;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.home-page .home-trust-cards i {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #fff7ed;
  color: #f97316;
}

.home-page .home-trust-cards h3 {
  margin: 0 0 5px;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.25;
}

.home-page .home-trust-cards p {
  margin: 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.45;
}

.home-page .insights__grid {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.home-page .prices-card,
.home-page .review-card {
  border-radius: 18px;
  border: 1px solid #e7edf5;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.home-page .home-faq__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.home-page .home-faq details {
  border: 1px solid #e7edf5;
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
}

.home-page .marketing__grid {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.home-page .marketing-block {
  border-radius: 18px;
  border: 1px solid #e7edf5;
  background: #fff;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.home-page .marketing-card {
  border: 1px solid #eef2f7;
  border-radius: 14px;
}

.home-page .final-cta__grid {
  grid-template-columns: 220px 1fr 360px;
  gap: 20px;
  border-radius: 22px;
  background: linear-gradient(135deg, #0b1220 0%, #111827 100%);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.18);
}

.home-page .final-cta__left {
  grid-column: 1 / span 2;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 18px;
  align-items: center;
}

.home-page .final-cta__left img {
  width: 100%;
  max-width: 180px;
  height: 180px;
  border-radius: 18px;
  object-fit: cover;
}

.home-page .final-cta__eyebrow {
  margin: 0 0 8px;
  color: #fdba74;
  font-size: 12px;
  font-weight: 700;
}

.home-page .final-cta__left h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 32px;
  line-height: 1.08;
}

.home-page .final-cta__left p {
  color: #cbd5e1;
}

.home-page .final-cta__list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 12px;
  color: #fff;
  font-size: 13px;
}

.home-page .final-cta__list li::before {
  content: "вЂў";
  color: #f97316;
  margin-right: 8px;
}

.home-page .final-cta__form {
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 16px;
}

.home-page .final-cta__form label {
  color: #e2e8f0;
}

.home-page .final-cta__form input {
  background: rgba(2, 6, 23, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.35);
  color: #fff;
}

.home-page .final-cta__form small {
  color: #cbd5e1;
}

.home-page .site-footer {
  background: #0b1220;
}

@media (max-width: 1180px) {
  .home-page .container {
    width: min(1200px, calc(100% - 36px));
  }

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

  .home-page .works-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .home-page .services__grid {
    grid-template-columns: 170px minmax(0, 1fr);
  }

  .home-page .services__cta {
    grid-column: 1 / -1;
    min-height: 230px;
  }

  .home-page .final-cta__grid {
    grid-template-columns: 1fr;
  }

  .home-page .final-cta__left {
    grid-column: 1;
  }
}

@media (max-width: 760px) {
  body.home-page {
    padding-bottom: 76px;
  }

  .home-page .container {
    width: calc(100% - 28px);
  }

  .home-page main > section {
    padding: 22px 0 26px;
  }

  .home-page .works {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .home-page .works .section-head,
  .home-page .works__head {
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
  }

  .home-page .works .section-head h2,
  .home-page .works__head h2 {
    font-size: 30px;
  }

  .home-page .works-filter {
    flex-wrap: nowrap;
    gap: 8px;
    margin-bottom: 16px;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }

  .home-page .works-filter button {
    flex: 0 0 auto;
  }

  .home-page .hero {
    min-height: 620px;
  }

  .home-page .hero__content {
    max-width: 100%;
    padding-top: 36px;
  }

  .home-page .hero h1 {
    font-size: clamp(30px, 9vw, 34px);
  }

  .home-page .hero__lead {
    font-size: 14px;
  }

  .home-page .hero__actions {
    flex-direction: column;
  }

  .home-page .hero__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .home-page .hero__chips {
    gap: 8px;
  }

  .home-page .hero__features {
    grid-template-columns: 1fr;
  }

  .home-page .season-banner__inner {
    flex-direction: column;
    align-items: stretch;
  }

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

  .home-page .works-grid,
  .home-page .advantages__grid,
  .home-page .home-faq__grid,
  .home-page .marketing__grid,
  .home-page .insights__grid,
  .home-page .services__grid,
  .home-page .process-grid,
  .home-page .trust-band__cards {
    grid-template-columns: 1fr;
  }

  .home-page .works-grid {
    gap: 14px;
  }

  .home-page .case-card {
    min-height: 0;
  }

  .home-page .case-card img {
    height: 190px;
  }

  .home-page .case-card__body {
    padding: 12px;
  }

  .home-page .case-card__body > h3 {
    font-size: 15px;
  }

  .home-page .case-card__price,
  .home-page .case-card__body strong.case-card__price {
    font-size: 20px;
  }

  .home-page .services .section-head {
    align-items: flex-start;
  }

  .home-page .services__grid {
    gap: 12px;
  }

  .home-page .services__tabs {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 8px;
  }

  .home-page .services__tabs button {
    min-height: 38px;
    font-size: 12px;
    padding: 0 10px;
  }

  .home-page .services__list {
    grid-template-columns: 1fr;
  }

  .home-page .service-item {
    min-height: 118px;
  }

  .home-page .services__cta {
    min-height: 250px;
  }

  .home-page .services__cta-visual {
    width: 132px;
    height: 96px;
    right: 4px;
    bottom: 68px;
  }

  .home-page .home-faq summary {
    font-size: 14px;
  }

  .home-page .final-cta__left {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-page .final-cta__left img {
    max-width: 120px;
    height: 120px;
  }

  .home-page .final-cta__left h2 {
    font-size: 26px;
  }

  .home-page .final-cta__list {
    grid-template-columns: 1fr;
  }
}

/* Fresh rebuild: prices slider */
.prices#prices {
  display: block !important;
}
.prices#prices .section-head {
  margin-bottom: 14px !important;
}
.prices#prices .prices-slider {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  overflow: hidden !important;
  min-width: 0 !important;
}
.prices#prices .prices-slider__track {
  display: flex !important;
  flex-wrap: nowrap !important;
  transition: transform .45s ease !important;
  will-change: transform !important;
}
.prices#prices .prices-slider__slide {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}
.prices#prices .prices-card {
  border: 1px solid var(--line) !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08) !important;
  overflow: auto !important;
  max-height: 430px !important;
}
.prices#prices .prices-card table {
  width: 100% !important;
  border-collapse: collapse !important;
}
.prices#prices .prices-card thead th {
  position: sticky !important;
  top: 0 !important;
  background: #f8fafc !important;
  z-index: 1 !important;
}
.prices#prices .prices-slider__dots {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 2px 0 4px !important;
}
.prices#prices .prices-slider__dots button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 999px !important;
  border: none !important;
  background: #facc15 !important;
  opacity: .45 !important;
  cursor: pointer !important;
  transition: transform .2s ease, opacity .2s ease, background .2s ease !important;
}
.prices#prices .prices-slider__dots button:hover {
  opacity: .75 !important;
  transform: scale(1.08) !important;
}
.prices#prices .prices-slider__dots button.is-active {
  width: 24px !important;
  background: #f59e0b !important;
  opacity: 1 !important;
}

/* Homepage FAQ */
.home-page .home-faq {
  padding: 28px 0 18px;
}

.home-page .home-faq__head {
  margin-bottom: 12px;
}

.home-page .home-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-page .home-faq details {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #ffffff;
  padding: 12px 14px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.home-page .home-faq summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  color: #0f172a;
  position: relative;
  padding-right: 18px;
}

.home-page .home-faq summary::-webkit-details-marker {
  display: none;
}

.home-page .home-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: #f97316;
  font-weight: 800;
}

.home-page .home-faq details[open] summary::after {
  content: "в€’";
}

.home-page .home-faq details p {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 760px) {
  .home-page .home-faq__grid {
    grid-template-columns: 1fr;
  }
}
/* HOME HERO FINAL */
.home-page .home-hero-final {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0f172a;
}

.home-page .home-hero-final__bg,
.home-page .home-hero-final__overlay {
  position: absolute;
  inset: 0;
}

.home-page .home-hero-final__bg {
  display: grid;
  grid-template-columns: 50% 50%;
}

.home-page .home-hero-final__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-page .home-hero-final__bg-left {
  object-position: center;
}

.home-page .home-hero-final__bg-right {
  object-position: center;
}

.home-page .home-hero-final__overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, .92) 0%, rgba(15, 23, 42, .70) 43%, rgba(2, 6, 23, .82) 100%),
    radial-gradient(circle at 58% 22%, rgba(249, 115, 22, .18), transparent 28%);
}

.home-page .home-hero-final__inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-page .home-hero-final__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin: 0;
  padding: 0 14px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .22);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.home-page .home-hero-final__title {
  max-width: 780px;
  margin: 22px 0 14px;
  color: #ffffff;
  font-size: clamp(44px, 5vw, 72px);
  line-height: .96;
  letter-spacing: -.05em;
  font-weight: 900;
}

.home-page .home-hero-final__title span {
  color: #f97316;
}

.home-page .home-hero-final__lead {
  max-width: 650px;
  margin: 0;
  color: #d6dfeb;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
}

.home-page .home-hero-final__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.home-page .home-hero-final__pills span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .22);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.home-page .home-hero-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.home-page .home-hero-final__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 12px;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
}

.home-page .home-hero-final__btn--accent {
  background: #f97316;
  border-color: #f97316;
  color: #ffffff;
}

.home-page .home-hero-final__btn--accent:hover {
  background: #ea580c;
}

.home-page .home-hero-final__btn--ghost {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .24);
  color: #ffffff;
}

.home-page .home-hero-final__note {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 14px 0 0;
  color: #d1fae5;
  font-weight: 800;
}

/* HOME WORKS FINAL */
.home-page .home-works-final {
  padding: 64px 0;
  background: #f3f6fa;
}

.home-page .home-works-final__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.home-page .home-works-final__head h2,
.home-page .home-services-final__head h2 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: clamp(32px, 3vw, 44px);
  line-height: 1.05;
  letter-spacing: -.03em;
  font-weight: 900;
}

.home-page .home-works-final__head > a,
.home-page .home-services-final__head > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #f97316;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.home-page .home-works-final__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-page .home-works-final__filters button {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #dbe2ea;
  background: #ffffff;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.home-page .home-works-final__filters button.is-active {
  background: #0f172a;
  border-color: #0f172a;
  color: #ffffff;
}

.home-page .home-works-final__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-page .home-works-final .case-card {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.home-page .home-works-final .case-card:hover {
  transform: translateY(-3px);
  border-color: #fdba74;
  box-shadow: 0 20px 38px rgba(15, 23, 42, .11);
}

.home-page .home-works-final .case-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.home-page .home-works-final .case-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 14px 16px 16px;
}

.home-page .home-works-final .case-card__place {
  margin: 0 0 8px;
  color: #64748b;
  font-size: 13px;
}

.home-page .home-works-final .case-card h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}

.home-page .home-works-final .case-card__metrics {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
  color: #64748b;
  font-size: 13px;
}

.home-page .home-works-final .case-card__metrics span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.home-page .home-works-final .case-card__price {
  color: #0f172a;
  font-size: 18px;
  font-weight: 900;
}

.home-page .home-works-final .case-card__more {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: auto;
  border-radius: 12px;
  border: 1px solid #dbeafe;
  background: #f8fbff;
  color: #2563eb;
  font-size: 0;
  font-weight: 900;
  text-decoration: none;
}

.home-page .home-works-final .case-card__more i,
.home-page .home-works-final .case-card__more .visually-hidden {
  display: none;
}

.home-page .home-works-final .case-card__more::before {
  content: "РЎРјРѕС‚СЂРµС‚СЊ РїСЂРѕРµРєС‚";
  font-size: 13px;
}

/* HOME SERVICES FINAL */
.home-page .home-services-final {
  padding: 60px 0;
  background: #f3f6fa;
}

.home-page .home-services-final__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.home-page .home-services-final__layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 260px;
  gap: 18px;
  align-items: stretch;
}

.home-page .home-services-final__tabs {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .06);
}

.home-page .home-services-final__tabs button {
  min-height: 42px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.home-page .home-services-final__tabs button.is-active {
  background: #f97316;
  border-color: #f97316;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(249, 115, 22, .22);
}

.home-page .home-services-final__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home-page .home-service-card {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px 12px;
  min-height: 128px;
  padding: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(15, 23, 42, .05);
}

.home-page .home-service-card:hover,
.home-page .home-service-card.is-featured {
  border-color: #fdba74;
  background: linear-gradient(180deg, #fff7ed 0%, #ffffff 100%);
}

.home-page .home-service-card > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #f97316;
  background: #fff7ed;
  border: 1px solid #fed7aa;
}

.home-page .home-service-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
}

.home-page .home-service-card p {
  margin: 6px 0 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.4;
}

.home-page .home-service-card strong {
  display: block;
  margin-top: 8px;
  color: #f97316;
  font-size: 14px;
  font-weight: 900;
}

.home-page .home-service-card a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  color: #2563eb;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.home-page .home-services-final__cta {
  display: grid;
  align-content: start;
  padding: 20px;
  border: 1px solid #fed7aa;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fff7ed 100%);
  box-shadow: 0 16px 32px rgba(15, 23, 42, .08);
}

.home-page .home-services-final__cta-icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 18px;
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #f97316;
  font-size: 32px;
}

.home-page .home-services-final__cta h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 900;
}

.home-page .home-services-final__cta p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.45;
}

.home-page .home-services-final__cta ul {
  display: grid;
  gap: 8px;
  margin: 16px 0;
  padding: 0;
  list-style: none;
}

.home-page .home-services-final__cta li {
  color: #0f172a;
  font-size: 13px;
  font-weight: 700;
}

.home-page .home-services-final__cta li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: #f97316;
}

.home-page .home-services-final__cta-btn {
  min-height: 46px;
  margin-top: auto;
  border: 0;
  border-radius: 12px;
  background: #f97316;
  color: #ffffff;
  font-weight: 900;
  cursor: pointer;
}

.home-page .home-services-final__more {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
  color: #2563eb;
  font-weight: 900;
  text-decoration: none;
}

/* HOME MOBILE FINAL */
@media (max-width: 1024px) {
  .home-page .home-works-final__grid,
  .home-page .home-services-final__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .home-services-final__layout {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .home-page .home-services-final__cta {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  body.home-page {
    padding-bottom: 80px;
  }

  .home-page .home-hero-final {
    min-height: auto;
    padding: 72px 0 40px;
  }

  .home-page .home-hero-final__bg {
    grid-template-columns: 1fr;
  }

  .home-page .home-hero-final__bg-left {
    display: none;
  }

  .home-page .home-hero-final__title {
    font-size: 34px;
    line-height: 1.02;
  }

  .home-page .home-hero-final__lead {
    font-size: 16px;
  }

  .home-page .home-hero-final__btn {
    width: 100%;
  }

  .home-page .home-hero-final__pills span {
    min-height: 38px;
    font-size: 12px;
  }

  .home-page .home-works-final,
  .home-page .home-services-final {
    padding: 40px 0;
  }

  .home-page .home-works-final__head,
  .home-page .home-services-final__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-page .home-works-final__filters {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .home-page .home-works-final__filters button {
    flex: 0 0 auto;
  }

  .home-page .home-works-final__grid,
  .home-page .home-services-final__layout,
  .home-page .home-services-final__items {
    grid-template-columns: 1fr;
  }

  .home-page .home-works-final .case-card {
    min-height: 0;
  }

  .home-page .home-works-final .case-card img {
    height: 220px;
  }

  .home-page .home-services-final__tabs {
    grid-template-columns: 1fr;
  }
}

/* HOME LAST OVERRIDES */
.site-header,
.site-header--new,
.home-page .site-header--new {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.home-page .season-strip { padding: 22px 0 24px; }
.home-page .home-benefits { padding: 34px 0; }
.home-page .quick-calc--new,
.home-page #calculator,
.home-page .quick-calc { margin-top: 10px; margin-bottom: 34px; }
.home-page .home-process { padding: 22px 0 20px; }
.home-page .home-result { padding: 20px 0 42px; }
.home-page .home-works,
.home-page .home-services { padding: 36px 0 38px; }
.home-page .insights { padding: 36px 0 38px; }
.home-page .home-faq,
.home-page .faq { padding: 34px 0 36px; }
.home-page .home-updates { padding: 34px 0 42px; background: #f3f6fa; }
.home-page .home-final-cta { padding: 32px 0 42px; background: #f3f6fa; }
.home-page .home-section-head,
.home-page .home-block-head,
.home-page .section-head { margin-bottom: 16px; }

.home-page .home-updates__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.home-page .home-updates-card {
  padding: 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
}
.home-page .home-updates-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.home-page .home-updates-card__head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 900;
}
.home-page .home-updates-card__head a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #c2410c;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}
.home-page .home-update-item {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 16px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: #fff;
}
.home-page .home-update-item + .home-update-item { margin-top: 14px; }
.home-page .home-update-item--promo {
  border-color: #fdba74;
  background: linear-gradient(180deg, #fffaf5 0%, #fff 100%);
}
.home-page .home-update-item__image {
  border-radius: 13px;
  overflow: hidden;
  background: #e2e8f0;
}
.home-page .home-update-item__image img {
  width: 100%;
  height: 132px;
  display: block;
  object-fit: cover;
}
.home-page .home-update-item__content {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 7px;
}
.home-page .home-update-item__badge,
.home-page .home-update-item__date {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}
.home-page .home-update-item__badge { background: #ffedd5; color: #c2410c; }
.home-page .home-update-item__date { background: #eff6ff; color: #1d4ed8; }
.home-page .home-update-item h3 {
  margin: 0;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.18;
  font-weight: 900;
}
.home-page .home-update-item p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.45;
}
.home-page .home-update-item a {
  width: fit-content;
  color: #2563eb;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}
.home-page .home-update-item--promo a { color: #ea580c; }

.home-page .home-final-cta__inner {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: center;
  padding: 26px 28px;
  border-radius: 24px;
  background: radial-gradient(circle at top right, rgba(249, 115, 22, .15), transparent 32%), linear-gradient(135deg, #0f172a 0%, #111827 100%);
  box-shadow: 0 22px 46px rgba(15, 23, 42, .2);
  color: #fff;
}
.home-page .home-final-cta__media {
  width: 170px;
  height: 170px;
  border-radius: 18px;
  overflow: hidden;
  background: #1e293b;
  box-shadow: 0 16px 30px rgba(0, 0, 0, .24);
}
.home-page .home-final-cta__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.home-page .home-final-cta__eyebrow {
  margin: 0 0 8px;
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 900;
}
.home-page .home-final-cta__content h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 900;
}
.home-page .home-final-cta__content > p:not(.home-final-cta__eyebrow) {
  max-width: 540px;
  margin: 10px 0 0;
  color: #d6dfeb;
  font-size: 15px;
  line-height: 1.5;
}
.home-page .home-final-cta__content ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
}
.home-page .home-final-cta__content li {
  position: relative;
  padding-left: 17px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.home-page .home-final-cta__content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #f97316;
}
.home-page .home-final-cta__form {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(15, 23, 42, .7);
  border: 1px solid rgba(255, 255, 255, .12);
}
.home-page .home-final-cta__form label {
  display: grid;
  gap: 6px;
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 800;
}
.home-page .home-final-cta__form input {
  width: 100%;
  min-height: 42px;
  border-radius: 10px;
  border: 1px solid #334155;
  background: #0b1220;
  color: #fff;
  padding: 0 13px;
  outline: none;
}
.home-page .home-final-cta__form button {
  min-height: 46px;
  border: 0;
  border-radius: 10px;
  background: #f97316;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}
.home-page .home-final-cta__form small,
.home-page .home-final-cta__form small a {
  color: #cbd5e1;
  font-size: 11px;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .home-page .home-final-cta__inner { grid-template-columns: 120px minmax(0, 1fr); }
  .home-page .home-final-cta__form { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  body.home-page { padding-bottom: 82px; }
  .home-page .season-strip { padding: 16px 0 18px; }
  .home-page .home-benefits,
  .home-page .home-process,
  .home-page .home-result,
  .home-page .home-works,
  .home-page .home-services,
  .home-page .insights,
  .home-page .home-faq,
  .home-page .faq,
  .home-page .home-updates,
  .home-page .home-final-cta {
    padding-top: 28px;
    padding-bottom: 30px;
  }
  .home-page .home-section-head,
  .home-page .home-block-head,
  .home-page .section-head { margin-bottom: 12px; }
  .home-page .home-updates__grid { grid-template-columns: 1fr; gap: 16px; }
  .home-page .home-updates-card { padding: 14px; border-radius: 18px; }
  .home-page .home-updates-card__head { flex-direction: column; gap: 10px; }
  .home-page .home-updates-card__head h2 { font-size: 28px; }
  .home-page .home-update-item {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
  }
  .home-page .home-update-item__image img { height: 100px; }
  .home-page .home-update-item h3 { font-size: 14px; }
  .home-page .home-update-item p { font-size: 12px; }
  .home-page .home-final-cta__inner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
    border-radius: 20px;
  }
  .home-page .home-final-cta__media {
    width: 100%;
    height: 180px;
  }
  .home-page .home-final-cta__content h2 { font-size: 28px; }
  .home-page .home-final-cta__content ul { grid-template-columns: 1fr; gap: 7px; }
  .home-page .home-final-cta__form { padding: 14px; }
}

/* HOME CONFLICT GUARD */
.home-page .marketing,
.home-page .final-cta {
  display: none !important;
}

.home-page .home-updates,
.home-page .home-final-cta {
  display: block !important;
}

.home-page .site-header,
.home-page .site-header--new {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
}

.home-page .home-updates *,
.home-page .home-final-cta * {
  box-sizing: border-box;
}

/* HOME SERVICES FUNCTIONAL FINAL */
.home-page .home-services .services__grid {
  display: grid !important;
  grid-template-columns: 210px minmax(0, 1fr) 250px !important;
  gap: 18px !important;
  align-items: stretch !important;
}

.home-page .home-services .services__tabs {
  display: grid !important;
  align-content: start !important;
  gap: 8px !important;
  padding: 10px !important;
  border-radius: 18px !important;
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .06) !important;
}

.home-page .home-services .services__tabs button {
  min-height: 42px !important;
  padding: 0 12px !important;
  border-radius: 10px !important;
  border: 1px solid #e2e8f0 !important;
  background: #fff !important;
  color: #0f172a !important;
  font-weight: 800 !important;
  text-align: left !important;
  cursor: pointer !important;
}

.home-page .home-services .services__tabs button.is-active {
  background: #f97316 !important;
  border-color: #f97316 !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(249, 115, 22, .2) !important;
}

.home-page .home-services .services__list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.home-page .home-services .service-item {
  display: grid !important;
  grid-template-columns: 38px 1fr !important;
  gap: 10px 12px !important;
  min-height: 128px !important;
  padding: 14px !important;
  border-radius: 16px !important;
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 12px 26px rgba(15, 23, 42, .05) !important;
  cursor: pointer !important;
}

.home-page .home-services .service-item:hover,
.home-page .home-services .service-item.is-active {
  background: linear-gradient(180deg, #fff7ed 0%, #fff 100%) !important;
  border-color: #fdba74 !important;
}

.home-page .home-services .service-item__head {
  display: contents !important;
}

.home-page .home-services .service-item__icon {
  grid-row: 1 / span 4 !important;
  width: 36px !important;
  height: 36px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 10px !important;
  background: #fff7ed !important;
  border: 1px solid #fed7aa !important;
  color: #f97316 !important;
}

.home-page .home-services .service-item__badge {
  display: none !important;
}

.home-page .home-services .service-item h4 {
  margin: 0 !important;
  color: #0f172a !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}

.home-page .home-services .service-item p {
  grid-column: 2 !important;
  margin: 0 !important;
  color: #64748b !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

.home-page .home-services .service-item__meta {
  grid-column: 2 !important;
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 4px !important;
  margin: 0 !important;
}

.home-page .home-services .service-item__meta strong {
  color: #f97316 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

.home-page .home-services .service-item__meta span {
  color: #f97316 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.home-page .home-services .service-item__page {
  grid-column: 2 !important;
  justify-self: end !important;
  color: #2563eb !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.home-page .home-services .services__more {
  grid-column: 2 !important;
  min-height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 12px !important;
  border: 1px solid #dbeafe !important;
  background: #fff !important;
  color: #2563eb !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

@media (max-width: 1024px) {
  .home-page .home-services .services__grid {
    grid-template-columns: 190px minmax(0, 1fr) !important;
  }

  .home-page .home-services .services__cta {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 760px) {
  .home-page .home-services .services__grid,
  .home-page .home-services .services__list {
    grid-template-columns: 1fr !important;
  }
}

/* HOME DESIGN TRANSFER FROM stroika_ref_site_qa_final */
.home-page {
  --home-bg: #f3f6fa;
  --home-card: #ffffff;
  --home-text: #0f172a;
  --home-muted: #64748b;
  --home-border: #e2e8f0;
  --home-orange: #f97316;
  --home-orange-hover: #ea580c;
  --home-orange-soft: #fff7ed;
  --home-orange-border: #fed7aa;
  --home-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.home-page body,
.home-page main,
.home-page {
  background: var(--home-bg);
  color: var(--home-text);
}

.home-page main > section:not(.quick-calc):not(.quick-calc--new) {
  padding-top: 42px;
  padding-bottom: 42px;
}

.home-page .container {
  max-width: 1180px;
}

.home-page .site-header,
.home-page .site-header--new {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.home-page .home-hero {
  min-height: 620px;
  padding: 0 !important;
  background: #0f172a;
}

.home-page .home-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 12, 24, 0.92) 0%, rgba(10, 18, 33, 0.74) 42%, rgba(10, 18, 33, 0.5) 68%, rgba(10, 18, 33, 0.52) 100%),
    radial-gradient(circle at 72% 18%, rgba(249, 115, 22, 0.18), transparent 28%);
  z-index: 1;
}

.home-page .home-hero__media img {
  object-position: center center;
  transform: scale(1.01);
}

.home-page .home-hero__overlay {
  display: none;
}

.home-page .home-hero__inner {
  min-height: 620px;
  display: flex;
  align-items: center;
}

.home-page .home-hero__content {
  max-width: 760px;
  padding: 52px 0 36px;
  position: relative;
  z-index: 2;
}

.home-page .home-hero__eyebrow {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 800;
}

.home-page .home-hero h1 {
  max-width: 790px;
  margin: 22px 0 14px;
  font-size: clamp(42px, 4.6vw, 62px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 900;
}

.home-page .home-hero h1 span {
  display: block;
  color: var(--home-orange);
}

.home-page .home-hero__lead {
  max-width: 620px;
  margin: 0;
  color: #d6dfeb;
  font-size: 17px;
  line-height: 1.5;
}

.home-page .home-hero__actions {
  margin-top: 26px;
  gap: 12px;
}

.home-page .home-hero__btn {
  min-height: 46px;
  padding: 0 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
}

.home-page .home-hero__btn--accent {
  background: var(--home-orange);
  border-color: var(--home-orange);
  box-shadow: 0 16px 30px rgba(249, 115, 22, 0.24);
}

.home-page .home-hero__btn--accent:hover {
  background: var(--home-orange-hover);
}

.home-page .home-hero__btn--ghost {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.home-page .home-hero__pills {
  margin-top: 18px;
  gap: 10px;
}

.home-page .home-hero__pills span {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 12px;
  font-weight: 700;
}

.home-page .home-hero__cards {
  margin-top: 24px;
  gap: 14px;
}

.home-page .home-hero__cards article {
  min-height: 124px;
  padding: 18px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
}

.home-page .home-hero__cards h3 {
  margin: 12px 0 7px;
}

.home-page .season-strip {
  padding: 18px 0 18px !important;
}

.home-page .season-strip__inner {
  min-height: 56px;
  border-radius: 16px;
  padding: 10px 16px;
  background: #fff8f1;
  border: 1px solid var(--home-orange-border);
}

.home-page .season-strip p {
  font-size: 14px;
  font-weight: 800;
  color: #c2410c;
}

.home-page .season-strip__btn {
  min-height: 38px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
}

.home-page .season-strip__btn--accent {
  background: var(--home-orange);
}

.home-page .season-strip__btn--ghost {
  color: #c2410c;
  border-color: var(--home-orange-border);
}

.home-page .home-section-head,
.home-page .home-block-head,
.home-page .section-head {
  margin-bottom: 18px;
}

.home-page .home-section-head h2,
.home-page .home-block-head h2,
.home-page .section-head h2,
.home-page .insights .section-head h2,
.home-page .home-updates-card__head h2 {
  color: var(--home-text);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.home-page .home-section-head p,
.home-page .section-subtitle,
.home-page .section-head p {
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.55;
}

.home-page .home-benefits__grid,
.home-page .home-process__grid {
  gap: 16px;
}

.home-page .home-benefits__grid article,
.home-page .home-process__grid article,
.home-page .home-result__cards article,
.home-page .case-card,
.home-page .home-services .service-item,
.home-page .home-services .services__tabs,
.home-page .home-services .services__cta,
.home-page .insights .prices,
.home-page .insights .reviews,
.home-page .home-updates-card {
  background: var(--home-card);
  border: 1px solid var(--home-border);
  border-radius: 18px;
  box-shadow: var(--home-shadow);
}

.home-page .home-benefits__grid article {
  padding: 20px;
  min-height: 144px;
}

.home-page .home-benefits__grid h3 {
  font-size: 17px;
  line-height: 1.22;
}

.home-page .home-benefits__grid p,
.home-page .home-process__grid p {
  font-size: 13px;
  color: #475569;
}

.home-page .quick-calc--new,
.home-page .quick-calc,
.home-page #quick-calc {
  margin-top: 4px;
  margin-bottom: 24px;
}

.home-page .home-process {
  padding-top: 26px !important;
  padding-bottom: 20px !important;
}

.home-page .home-process__grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.home-page .home-process__grid article {
  min-height: 132px;
  padding: 16px;
}

.home-page .home-process__grid span {
  width: 32px;
  height: 32px;
  background: #fff1e8;
  color: var(--home-orange);
}

.home-page .home-result {
  padding-top: 18px !important;
  padding-bottom: 34px !important;
}

.home-page .home-result__inner {
  padding: 22px 24px;
  border-radius: 20px;
  background: linear-gradient(135deg, #0f172a 0%, #111827 100%);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.18);
}

.home-page .home-result__head h2 {
  color: #fff;
  font-size: 31px;
}

.home-page .home-result__cards {
  margin-top: 20px;
  gap: 12px;
}

.home-page .home-result__cards article {
  padding: 16px;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.home-page .home-result__cards p,
.home-page .home-result__head span {
  color: #cbd5e1;
}

.home-page .home-result__actions {
  margin-top: 18px;
}

.home-page .home-works {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.home-page .home-block-head a,
.home-page .section-head a,
.home-page .home-updates-card__head a {
  color: var(--home-orange);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.home-page .works-filter {
  gap: 8px;
  margin-top: 10px;
}

.home-page .works-filter button {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--home-border);
  background: #fff;
  color: #334155;
  font-size: 12px;
  font-weight: 800;
}

.home-page .works-filter button.is-active {
  background: #0f172a;
  border-color: #0f172a;
  color: #fff;
}

.home-page .home-works__grid {
  gap: 18px;
}

.home-page .case-card {
  overflow: hidden;
  border-radius: 18px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.home-page .case-card:hover {
  transform: translateY(-2px);
  border-color: #fdba74;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
}

.home-page .case-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  background: #e8edf5;
}

.home-page .case-card__body {
  padding: 14px 15px 15px;
}

.home-page .case-card__place {
  margin-bottom: 8px;
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 600;
}

.home-page .case-card h3 {
  margin: 0 0 10px;
  color: var(--home-text);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 800;
}

.home-page .case-card__metrics {
  gap: 14px;
  margin-bottom: 10px;
  color: var(--home-muted);
  font-size: 12px;
}

.home-page .case-card__price {
  display: block;
  color: var(--home-text);
  font-size: 18px;
  font-weight: 900;
}

.home-page .case-card__more {
  margin-top: 14px;
  min-height: 40px;
  border-radius: 10px;
  border: 1px solid #dbe2ea;
  background: #f8fafc;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
}

.home-page .case-card__more:hover {
  border-color: var(--home-orange-border);
  background: var(--home-orange-soft);
  color: #c2410c;
}

.home-page .home-services {
  padding-top: 34px !important;
  padding-bottom: 36px !important;
}

.home-page .home-services .services__grid {
  gap: 18px !important;
}

.home-page .home-services .services__tabs {
  padding: 10px !important;
}

.home-page .home-services .services__tabs button {
  border-radius: 10px !important;
}

.home-page .home-services .services__tabs button.is-active {
  box-shadow: 0 10px 22px rgba(249, 115, 22, 0.18) !important;
}

.home-page .home-services .services__cta {
  padding: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fff7ed 100%) !important;
  border: 1px solid var(--home-orange-border) !important;
}

.home-page .home-services__cta h3 {
  margin: 0 0 10px;
  color: var(--home-text);
  font-size: 26px;
  line-height: 1.04;
  font-weight: 900;
}

.home-page .home-services__cta p {
  margin: 0;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.5;
}

.home-page .home-services__cta-media {
  width: 100%;
  height: 120px;
  object-fit: contain;
  margin: 14px 0 10px;
}

.home-page .home-services__cta ul {
  margin: 0 0 16px;
}

.home-page .home-services__cta-btn {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 12px;
  background: var(--home-orange);
  color: #fff;
  font-weight: 900;
}

.home-page .services__more {
  margin-top: 12px !important;
  background: #fff !important;
}

.home-page .insights {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.home-page .insights__grid {
  gap: 22px;
}

.home-page .insights .prices,
.home-page .insights .reviews {
  padding: 0;
  overflow: hidden;
}

.home-page .prices .section-head,
.home-page .reviews .section-head {
  padding: 20px 20px 14px;
  margin: 0;
}

.home-page .prices-slider,
.home-page .reviews-slider {
  padding: 0 20px 20px;
}

.home-page .review-card {
  padding: 18px;
  border-radius: 16px;
  border: 1px solid var(--home-border);
  box-shadow: none;
}

.home-page .review-card__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.home-page .review-card__gallery img {
  width: 100%;
  height: 132px;
  object-fit: cover;
  border-radius: 12px;
  background: #eef2f6;
}

.home-page .home-faq {
  padding-top: 32px !important;
  padding-bottom: 34px !important;
}

.home-page .home-faq__grid {
  gap: 12px;
}

.home-page .home-faq__grid details {
  border-radius: 14px;
  border: 1px solid var(--home-border);
  background: #fff;
  box-shadow: var(--home-shadow);
}

.home-page .home-faq__grid summary {
  min-height: 54px;
  padding: 16px 18px;
  font-size: 14px;
  font-weight: 800;
}

.home-page .home-updates {
  padding-top: 32px !important;
  padding-bottom: 40px !important;
}

.home-page .home-updates__grid {
  gap: 24px;
}

.home-page .home-updates-card {
  padding: 22px;
  border-radius: 22px;
}

.home-page .home-update-item {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 16px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid var(--home-border);
  background: #fff;
}

.home-page .home-update-item + .home-update-item {
  margin-top: 14px;
}

.home-page .home-update-item--promo {
  background: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
  border-color: #fdba74;
}

.home-page .home-update-item__image {
  border-radius: 13px;
  overflow: hidden;
  background: #eef2f6;
}

.home-page .home-update-item__image img {
  width: 100%;
  height: 132px;
  object-fit: cover;
}

.home-page .home-update-item__content {
  display: grid;
  align-content: start;
  gap: 7px;
}

.home-page .home-update-item__badge,
.home-page .home-update-item__date {
  width: fit-content;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 900;
}

.home-page .home-update-item__badge {
  background: #ffedd5;
  color: #c2410c;
}

.home-page .home-update-item__date {
  background: #eff6ff;
  color: #1d4ed8;
}

.home-page .home-update-item h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.18;
  font-weight: 900;
}

.home-page .home-update-item p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.45;
}

.home-page .home-update-item a {
  width: fit-content;
  color: #2563eb;
  font-size: 13px;
  font-weight: 900;
}

.home-page .home-update-item--promo a {
  color: #ea580c;
}

.home-page .home-final-cta {
  padding-top: 24px !important;
  padding-bottom: 36px !important;
}

.home-page .home-final-cta__inner {
  grid-template-columns: 170px minmax(0, 1fr) 360px;
  gap: 26px;
  align-items: center;
  padding: 24px 26px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.14), transparent 30%),
    linear-gradient(135deg, #0f172a 0%, #111827 100%);
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.2);
}

.home-page .home-final-cta__media {
  width: 170px;
  height: 170px;
  border-radius: 18px;
  overflow: hidden;
  background: #1e293b;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
}

.home-page .home-final-cta__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.home-page .home-final-cta__content h2 {
  color: #fff;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.home-page .home-final-cta__content > p:not(.home-final-cta__eyebrow) {
  max-width: 540px;
  margin-top: 10px;
  color: #d6dfeb;
  font-size: 15px;
  line-height: 1.5;
}

.home-page .home-final-cta__content ul {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
}

.home-page .home-final-cta__form {
  gap: 10px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.home-page .home-final-cta__form input {
  min-height: 42px;
  border-radius: 10px;
  border: 1px solid #334155;
  background: #0b1220;
}

.home-page .home-final-cta__form button {
  min-height: 46px;
  border-radius: 10px;
  background: var(--home-orange);
}

.home-page .site-footer {
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .home-page .home-process__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .home-page .home-final-cta__inner {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .home-page .home-final-cta__form {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .home-page {
    overflow-x: hidden;
  }

  .home-page main > section:not(.quick-calc):not(.quick-calc--new) {
    padding-top: 28px;
    padding-bottom: 30px;
  }

  .home-page .home-hero {
    min-height: auto;
  }

  .home-page .home-hero__inner {
    min-height: auto;
  }

  .home-page .home-hero__content {
    padding: 74px 0 34px;
  }

  .home-page .home-hero h1 {
    font-size: 34px;
    line-height: 1.02;
  }

  .home-page .home-hero__cards,
  .home-page .home-benefits__grid,
  .home-page .home-process__grid,
  .home-page .home-result__cards,
  .home-page .home-works__grid,
  .home-page .home-services .services__grid,
  .home-page .home-services .services__list,
  .home-page .insights__grid,
  .home-page .home-updates__grid {
    grid-template-columns: 1fr !important;
  }

  .home-page .season-strip__inner,
  .home-page .home-block-head,
  .home-page .home-updates-card__head {
    flex-direction: column;
    align-items: stretch;
  }

  .home-page .case-card img {
    height: 220px;
  }

  .home-page .review-card__gallery {
    grid-template-columns: 1fr;
  }

  .home-page .review-card__gallery img {
    height: 150px;
  }

  .home-page .home-update-item {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
  }

  .home-page .home-update-item__image img {
    height: 100px;
  }

  .home-page .home-update-item h3 {
    font-size: 14px;
  }

  .home-page .home-update-item p {
    font-size: 12px;
  }

  .home-page .home-final-cta__inner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
    border-radius: 20px;
  }

  .home-page .home-final-cta__media {
    width: 100%;
    height: 180px;
  }

  .home-page .home-final-cta__content ul {
    grid-template-columns: 1fr;
  }
}

/* HOME TEMPLATE INSTALL FROM _reference_home_template */
.home-page{
  --brand-navy:#071324;
  --brand-navy-2:#0b1b33;
  --brand-blue:#1261d7;
  --accent:#ff6816;
  --accent-2:#ff7a20;
  --text:#172033;
  --muted:#667085;
  --line:#e3eaf2;
  --bg:#f6f9fc;
  --card:#ffffff;
  --shadow:0 10px 24px rgba(15,23,42,.06);
  --radius:12px;
}
.home-page,
.home-page body{width:100%;max-width:100%;overflow-x:hidden;background:var(--bg);color:var(--text);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.home-page *{box-sizing:border-box;min-width:0}
.home-page main{overflow-x:hidden;overflow-y:visible}
.home-page img,.home-page svg,.home-page video{display:block;max-width:100%;height:auto}
.home-page h1,.home-page h2,.home-page h3,.home-page p{overflow-wrap:break-word}
.home-page .container{width:min(1280px,calc(100% - 40px));margin-inline:auto;min-width:0}
.home-page .section{padding-top:30px;padding-bottom:30px;scroll-margin-top:84px}
.home-page .section-head{margin-bottom:18px}
.home-page .section-head.compact{margin-bottom:8px}
.home-page .section-head h2,
.home-page .section h2,
.home-page .after-repair h2{margin:0 0 6px;font-size:27px;line-height:1.12;letter-spacing:-.035em;color:#1c273a;font-weight:900}
.home-page .section-head p{margin:0;color:var(--muted)}

body.home-page{overflow-x:hidden}
.home-page .site-header,
.home-page .site-header--new{position:sticky !important;top:0 !important;z-index:10000 !important;background:#ffffff;border-bottom:1px solid #e8eef5;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;box-shadow:0 8px 18px rgba(15,23,42,.05)}

.home-page .btn,
.home-page .section-action,
.home-page .works-tabs button,
.home-page .service-tabs button,
.home-page .service-item__page,
.home-page .all-category-link,
.home-page .mobile-bottom-item{-webkit-tap-highlight-color:transparent;font-weight:900;text-shadow:none;filter:none;backface-visibility:visible;transform:none !important}
.home-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 20px;border-radius:9px;border:1px solid transparent;font-size:14px;line-height:1.1;text-align:center;white-space:nowrap;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}
.home-page .btn-primary{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 5px 0 rgba(194,72,9,.22)}
.home-page .btn-primary:hover{background:#f45f10;box-shadow:0 6px 16px rgba(249,115,22,.22)}
.home-page .btn-dark{background:#071324;color:#fff;border-color:#22354e}
.home-page .btn-blue{background:var(--brand-blue);border-color:var(--brand-blue);color:#fff}
.home-page .btn-small{min-height:42px;padding:0 16px;font-size:13px}
.home-page .btn-wide{width:100%}
.home-page .section-action{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:42px;padding:0 17px;border:2px solid var(--accent);border-radius:999px;background:#fff;color:var(--accent)!important;font-size:14px;line-height:1.1}
.home-page .section-action::after{content:"в†’";display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--accent);color:#fff;font-size:14px;line-height:1}
.home-page .section-action:hover{background:#fff7f2}

.home-page .hero{position:relative;min-height:590px;color:#fff;background:var(--brand-navy);overflow:hidden}
.home-page .hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,19,36,.96) 0%,rgba(7,19,36,.8) 36%,rgba(7,19,36,.22) 66%,rgba(7,19,36,.08) 100%),url("../sourse/home-hero-house.png") center right/cover no-repeat;opacity:1}
.home-page .hero-grid{position:relative;z-index:1;min-height:590px;display:grid;align-items:center;padding:24px 0 16px}
.home-page .hero-content{max-width:910px}
.home-page .eyebrow{display:inline-flex;max-width:100%;border:1px solid rgba(255,255,255,.42);border-radius:999px;color:#fff;padding:8px 14px;font-size:12px;font-weight:800;margin-bottom:26px;background:rgba(8,18,33,.46)}
.home-page .hero h1{margin:0;max-width:780px;font-size:44px;line-height:1.08;letter-spacing:-.055em;font-weight:900;color:#fff}
.home-page .hero h1 span{color:var(--accent)}
.home-page .hero p{max-width:530px;margin:22px 0 25px;color:#e5edf7;font-size:16px}
.home-page .hero-buttons{display:flex;gap:13px;flex-wrap:wrap;margin-bottom:20px}
.home-page .hero-badges{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}
.home-page .hero-badges span{border:1px solid rgba(255,255,255,.3);background:rgba(8,16,30,.5);border-radius:9px;padding:10px 16px;font-weight:800;font-size:13px;color:#fff}
.home-page .hero-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:880px}
.home-page .hero-cards article{min-width:0;min-height:116px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:11px;padding:18px 20px;backdrop-filter:none !important;-webkit-backdrop-filter:none !important}
.home-page .hero-cards i{display:block;color:var(--accent);font-size:25px;font-style:normal}
.home-page .hero-cards b,
.home-page .hero-cards h3{display:block;margin:5px 0 6px;font-size:16px;color:#fff}
.home-page .hero-cards p{margin:0;color:#d9e3f0;font-size:13px}

.home-page .season-band{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:10px;padding:12px 16px;border:1px solid #ffcaa9;border-radius:10px;background:#fff8f3;color:#e76113}
.home-page .season-band b{font-size:18px;font-weight:900}
.home-page .season-band div{display:flex;gap:10px}
.home-page .pill-active,
.home-page .pill{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 22px;border-radius:8px;border:1px solid #ff9c66;font-weight:900;white-space:nowrap}
.home-page .pill-active{background:var(--accent);color:#fff;border-color:var(--accent)}
.home-page .pill{background:#fff;color:var(--accent)}

.home-page .benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.home-page .benefit-grid article,
.home-page .process-grid article,
.home-page .work-card,
.home-page .service-item,
.home-page .consult-card,
.home-page .price-card,
.home-page .review-card,
.home-page .news-row article,
.home-page .faq-grid details,
.home-page .calc-panel,
.home-page .calc-result{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:visible;max-height:none}
.home-page .benefit-grid article{display:flex;gap:15px;min-height:120px;padding:20px}
.home-page .benefit-grid i{flex:0 0 auto;font-style:normal;color:var(--accent);font-size:23px}
.home-page .benefit-grid b{display:block;margin-bottom:6px}
.home-page .benefit-grid p,
.home-page .process-grid p,
.home-page .service-item p,
.home-page .work-card p,
.home-page .consult-card p,
.home-page .calc-result p{margin:0;color:var(--muted);font-size:13px}

.home-page .process-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.home-page .process-grid article{min-height:122px;padding:16px}
.home-page .process-grid span{display:grid;place-items:center;width:32px;height:32px;margin-bottom:8px;background:#ffefe6;color:var(--accent);border-radius:50%;font-size:18px;font-weight:900}
.home-page .process-grid b,
.home-page .process-grid h3{display:block;font-size:13px;margin:0}
.home-page .process-grid p{margin-top:7px;font-size:12px}

.home-page .after-repair{margin-top:12px;background:var(--brand-navy);color:#fff;border-radius:12px;padding:20px 24px;overflow:hidden}
.home-page .after-repair h2{color:#fff}
.home-page .after-repair>p{margin:2px 0 14px;color:#c9d3e2}
.home-page .after-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) 220px;gap:12px}
.home-page .after-grid article{min-width:0;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:9px;padding:15px}
.home-page .after-grid i{color:var(--accent);font-style:normal;font-size:22px}
.home-page .after-grid b{display:block;margin:5px 0;color:#fff}
.home-page .after-grid p{font-size:12px;color:#c9d3e2}
.home-page .after-cta{display:grid;gap:10px;align-content:center}

.home-page .section-title-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:13px}
.home-page .section-title-row h2{margin:0}
.home-page .works-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 14px;max-width:100%}
.home-page .works-tabs span,
.home-page .works-tabs button{min-width:0;min-height:38px;padding:0 16px;border:1px solid #dfe7f0;border-radius:999px;background:#fff;color:#334155;font-size:13px;line-height:1;font-weight:900}
.home-page .works-tabs button{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .22s ease,border-color .22s ease,color .22s ease,transform .22s ease}
.home-page .works-tabs button:hover{transform:translateY(-1px);border-color:#cfd9e6}
.home-page .works-tabs span{display:inline-flex;align-items:center}
.home-page .works-tabs span.is-active,
.home-page .works-tabs button.is-active,
.home-page .works-tabs button.active{background:var(--accent);border-color:var(--accent);color:#fff}
.home-page .works-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.home-page .work-card{position:relative;display:flex;flex-direction:column;overflow:hidden;min-width:0;height:100%;border:1px solid rgba(15,23,42,.08);border-radius:20px;background:linear-gradient(180deg,#fff,#fbfcff);box-shadow:0 18px 44px rgba(15,23,42,.08);transition:transform .24s ease,box-shadow .24s ease}
.home-page .work-card:hover{transform:translateY(-4px);box-shadow:0 26px 58px rgba(15,23,42,.14)}
.home-page .work-img{width:100%;height:220px;object-fit:cover;background:#d8e0ea;transition:transform .28s ease}
.home-page .work-card:hover .work-img{transform:scale(1.035)}
.home-page .work-card__badge{position:absolute;top:14px;left:14px;display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:rgba(255,247,237,.96);color:var(--accent);font-size:11px;font-weight:950;letter-spacing:.04em;text-transform:uppercase}
.home-page .work-card__body{display:flex;flex:1;flex-direction:column;padding:16px}
.home-page .work-card h3{font-size:18px;line-height:1.28;margin:0 0 6px;color:#172033}
.home-page .work-card p{margin:0 0 10px;font-size:13px;line-height:1.5;color:#64748b}
.home-page .meta,
.home-page .work-card__meta{display:flex;flex-wrap:wrap;gap:8px;color:#172033;margin:0 0 12px;font-size:12px}
.home-page .work-card__meta span{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:#f8fafc;color:#334155;font-weight:800;line-height:1.35}
.home-page .work-card__accent,
.home-page .work-card strong{display:block;margin:0 0 14px;font-size:14px;font-weight:900;color:#172033}
.home-page .card-link{display:flex;align-items:center;justify-content:center;margin-top:auto;border:1px solid #cfe0f8;border-radius:12px;min-height:42px;padding:0 14px;font-weight:900;color:#1d4ed8;background:#f8fbff}

.home-page .services-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:16px;align-items:start}
.home-page .service-tabs{display:grid;gap:8px;align-content:start;max-width:100%}
.home-page .service-tabs button{display:flex;align-items:center;min-width:0;min-height:42px;padding:0 14px;background:#fff;border:1px solid var(--line);border-radius:8px;color:#334155;font-size:13px;line-height:1.2;font-weight:900;cursor:pointer;text-align:left}
.home-page .service-tabs button.is-active{background:var(--accent);border-color:var(--accent);color:#fff}
.home-page .service-panels{min-width:0}
.home-page .service-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.home-page .service-item{min-width:0;padding:18px;overflow:hidden}
.home-page .service-item__head{display:grid;grid-template-columns:auto auto 1fr;gap:10px 12px;align-items:center}
.home-page .service-item__icon{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#fff4ec;color:var(--accent);font-size:18px}
.home-page .service-item__badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 10px;border-radius:999px;background:#fff4ec;color:var(--accent);font-size:11px;font-weight:900}
.home-page .service-item h4{display:block;font-size:14px;margin:0;color:#172033}
.home-page .service-item p{margin:5px 0 10px;font-size:12px}
.home-page .service-item__meta{display:flex;align-items:baseline;gap:6px}
.home-page .service-item__meta strong{display:inline-block;color:var(--accent);margin:0;font-size:14px}
.home-page .service-item__meta span{color:var(--muted);font-size:12px}
.home-page .service-item__page{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border:1px solid #cfe0f8;border-radius:999px;color:var(--brand-blue);font-size:12px;background:#f8fbff;font-weight:900}
.home-page .all-category-link{display:flex;align-items:center;justify-content:center;width:100%;min-height:44px;margin-top:12px;border:1px solid #ffc4a5;border-radius:9px;background:#fff7f2;color:var(--accent);font-weight:900}
.home-page .price-card,
.home-page .review-card,
.home-page .news-row article{padding:18px;overflow:visible}
.home-page .two-cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}
.home-page table{width:100%;border-collapse:collapse;font-size:13px}
.home-page th,
.home-page td{text-align:left;border-bottom:1px solid #eef2f6;padding:9px}
.home-page th{color:var(--muted)}
.home-page .price-card small{display:block;margin-top:8px;color:var(--muted)}
.home-page .price-card{overflow:visible;max-height:none}
.home-page .review-card__head,
.home-page .review-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.home-page .review-card__head img,
.home-page .review-head img{display:block;width:42px;height:42px;flex:0 0 42px;border-radius:50%;object-fit:cover}
.home-page .stars{margin-left:auto;color:#ffb020;font-weight:900}
.home-page .review-photos,
.home-page .review-card__gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}
.home-page .review-photos img,
.home-page .review-card__gallery img{width:100%;height:96px;object-fit:cover;border-radius:8px}
.home-page .services-layout,
.home-page .service-panels,
.home-page .service-list,
.home-page .works-grid,
.home-page .two-cols,
.home-page .news-row,
.home-page .review-card,
.home-page .price-card{overflow:visible !important;max-height:none !important}
.home-page .service-item,
.home-page .work-card,
.home-page .benefit-grid article,
.home-page .process-grid article,
.home-page .after-grid article,
.home-page .faq-grid details,
.home-page .news-row article{transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}
.home-page .service-item:hover,
.home-page .work-card:hover,
.home-page .benefit-grid article:hover,
.home-page .process-grid article:hover,
.home-page .after-grid article:hover,
.home-page .faq-grid details:hover,
.home-page .news-row article:hover{transform:none !important;border-color:#fdba74;box-shadow:0 14px 30px rgba(15,23,42,.09)}

.home-page .faq-section{padding-top:30px}
.home-page .faq-head h2{font-size:38px}
.home-page .faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.home-page .faq-grid details{overflow:hidden}
.home-page .faq-grid summary{position:relative;list-style:none;cursor:pointer;padding:17px 52px 17px 18px;font-weight:900;font-size:16px}
.home-page .faq-grid summary::-webkit-details-marker{display:none}
.home-page .faq-grid summary::after{content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);color:var(--accent);font-size:20px}
.home-page .faq-grid details[open] summary::after{content:"в€’"}
.home-page .faq-grid p{padding:0 18px 17px;margin:0;color:var(--muted)}

.home-page .news-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.home-page .news-item{display:grid;grid-template-columns:90px minmax(0,1fr);gap:12px;align-items:center;padding:10px 0;border-top:1px solid #edf2f7}
.home-page .news-item:first-of-type{border-top:0}
.home-page .news-thumb{width:90px;height:76px;object-fit:cover;border-radius:8px;background:#eef3f8}
.home-page .discount{display:grid;place-items:center;width:70px;height:70px;border-radius:12px;background:#fff0e8;color:var(--accent);font-weight:900}
.home-page .news-item b{display:block;color:#172033}
.home-page .news-item p{margin:5px 0;color:var(--muted);font-size:12px}
.home-page .news-item a{color:var(--brand-blue);font-size:12px;font-weight:900}

.home-page .final-cta{display:grid;grid-template-columns:180px minmax(0,1fr) 360px;gap:24px;align-items:center;margin-top:22px;padding:24px;border-radius:12px;background:var(--brand-navy);color:#fff;overflow:hidden}

.home-page .btn,
.home-page .section-action,
.home-page .card-link,
.home-page .service-item__page,
.home-page .all-category-link,
.home-page .works-tabs button,
.home-page .service-tabs button{
  filter:none !important;
  text-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  box-shadow:none;
  transform:none !important;
}

.home-page .btn-primary{
  background:#f97316;
  border-color:#f97316;
  box-shadow:0 4px 0 rgba(194,72,9,.18);
}

.home-page .btn-primary:hover{
  background:#ea580c;
  transform:none;
}

.home-page .btn-dark:hover,
.home-page .card-link:hover,
.home-page .service-item__page:hover,
.home-page .section-action:hover{
  transform:none;
}
.home-page .worker{width:100%;height:170px;object-fit:contain;align-self:end}
.home-page .final-cta h2{margin:0 0 8px;font-size:28px;line-height:1.1;color:#fff}
.home-page .final-cta p{margin:0 0 10px;color:#d9e3f0}
.home-page .final-cta ul{margin:0;padding-left:18px;color:#fff}
.home-page .final-cta li::marker{color:var(--accent)}
.home-page .final-cta form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.home-page .final-cta form label{color:#fff;font-size:12px;font-weight:800}
.home-page .final-cta form .btn,
.home-page .final-cta form small,
.home-page .final-cta form input[type="hidden"]{grid-column:1/-1}
.home-page .final-cta small,
.home-page .final-cta small a{color:#b9c6d6}

@media (max-width:1024px){
  .home-page .container{width:min(100% - 32px,1180px)}
  .home-page .hero h1{font-size:38px}
  .home-page .hero-cards,
  .home-page .benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-page .process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .home-page .after-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-page .after-cta{grid-column:1/-1}
  .home-page .works-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-page .services-layout{grid-template-columns:190px minmax(0,1fr)}
  .home-page .service-list{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-page .two-cols{grid-template-columns:1fr}
  .home-page .final-cta{grid-template-columns:160px minmax(0,1fr)}
  .home-page .final-cta form{grid-column:1/-1}
}

@media (max-width:680px){
  body.home-page{padding-top:0 !important;padding-bottom:72px !important;overflow-x:hidden !important}
  .home-page{padding-bottom:72px;overscroll-behavior-x:none;touch-action:pan-y}
  .home-page .container,
  .home-page .season-band,
  .home-page .after-repair,
  .home-page .faq-section,
  .home-page .final-cta{width:calc(100% - 24px);max-width:calc(100% - 24px);margin-inline:auto}
  .home-page .section{padding-top:18px;padding-bottom:18px;scroll-margin-top:72px}
  .home-page .section-head h2,
  .home-page .section h2,
  .home-page .after-repair h2{font-size:23px;line-height:1.1}
  .home-page .section-head p{font-size:13px}
  .home-page .hero{min-height:auto;width:100%;margin:0}
  .home-page .hero::before{background:linear-gradient(180deg,rgba(7,19,36,.96) 0%,rgba(7,19,36,.88) 48%,rgba(7,19,36,.82) 100%),url("../sourse/home-hero-house.png") center/cover no-repeat}
  .home-page .hero-grid{width:calc(100% - 24px);max-width:calc(100% - 24px);min-height:auto;padding:14px 0 10px}
  .home-page .eyebrow{font-size:11px;margin-bottom:16px;padding:7px 11px}
  .home-page .hero h1{font-size:27px;line-height:1.1;letter-spacing:-.04em}
  .home-page .hero h1 br{display:none}
  .home-page .hero p{font-size:14px;margin:16px 0 16px;color:#dfe8f4}
  .home-page .hero-buttons,
  .home-page .hero-badges,
  .home-page .hero-cards,
  .home-page .benefit-grid,
  .home-page .process-grid,
  .home-page .after-grid,
  .home-page .works-grid,
  .home-page .service-list,
  .home-page .news-row,
  .home-page .faq-grid,
  .home-page .final-cta form{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;width:100%;max-width:100%}
  .home-page .season-band,
  .home-page .section-title-row,
  .home-page .services-heading{display:flex;flex-direction:column;align-items:stretch;gap:10px}
  .home-page .season-band{padding:13px}
  .home-page .season-band b{font-size:15px}
  .home-page .season-band div,
  .home-page .works-tabs,
  .home-page .service-tabs{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;width:100%;max-width:100%;overflow:visible;padding:0;margin:0}
  .home-page .pill,
  .home-page .pill-active,
  .home-page .btn,
  .home-page .section-action,
  .home-page .card-link,
  .home-page .service-item__page,
  .home-page .all-category-link,
  .home-page .works-tabs button,
  .home-page .service-tabs button{width:100%;max-width:100%;min-width:0;min-height:46px;padding:0 12px;box-shadow:none!important;filter:none!important;transform:none!important;text-align:center;white-space:normal;line-height:1.12;font-size:14px;border-radius:10px}
  .home-page .work-img{height:190px}
  .home-page .services-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:12px}
  .home-page .service-item{padding:16px}
  .home-page .service-item__head{grid-template-columns:auto 1fr;align-items:start}
  .home-page .service-item__badge{grid-column:1/-1;justify-self:start}
  .home-page .price-card{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}
  .home-page .price-card table{min-width:460px}
  .home-page .review-card__head{display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px}
  .home-page .stars{grid-column:1/-1;margin-left:0}
  .home-page .review-photos,
  .home-page .review-card__gallery{grid-template-columns:1fr}
  .home-page .review-photos img,
  .home-page .review-card__gallery img{height:110px}
  .home-page .faq-head h2{font-size:27px}
  .home-page .faq-grid summary{font-size:14px;padding:15px 48px 15px 14px}
  .home-page .faq-grid p{font-size:13px;padding:0 14px 15px}
  .home-page .news-item{grid-template-columns:minmax(0,1fr)}
  .home-page .news-thumb{width:100%;height:120px}
  .home-page .final-cta{grid-template-columns:1fr;padding:18px}
  .home-page .worker{height:140px}
}

@media (max-width:420px){
  .home-page .container,
  .home-page .season-band,
  .home-page .after-repair,
  .home-page .faq-section,
  .home-page .final-cta,
  .home-page .hero-grid{width:calc(100% - 20px);max-width:calc(100% - 20px)}
  .home-page .hero h1{font-size:25px}
  .home-page .section-head h2,
  .home-page .section h2,
  .home-page .after-repair h2{font-size:22px}
  .home-page .faq-head h2{font-size:25px}
  .home-page .price-card table{min-width:430px}
}

/* HOME PAGE UI POLISH */
.home-page{
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}

html,
body.home-page,
.home-page main{
  overflow-x:hidden !important;
}

.home-page .container{
  width:min(1240px,calc(100% - 40px));
}

.home-page .section{
  padding-top:34px;
  padding-bottom:34px;
  scroll-margin-top:88px;
}

.home-page .section-head,
.home-page .section-title-row{
  margin-bottom:18px;
}

.home-page .site-header,
.home-page .site-header--new{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  z-index:10040 !important;
  isolation:isolate;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

.home-page .header-backdrop,
.home-page .services-nav__panel,
.home-page .header-nav,
.home-page .header-nav--new{
  z-index:10041;
}

body.home-page{
  padding-top:76px !important;
}

.home-page .mobile-bar{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:10050;
}

.home-page .mobile-bar a{
  min-height:56px;
  font-size:12px;
  font-weight:800;
}

.home-page .btn,
.home-page .section-action,
.home-page .card-link,
.home-page .service-item__page,
.home-page .all-category-link,
.home-page .works-tabs button,
.home-page .service-tabs button,
.home-page .news-item a{
  filter:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  text-shadow:none !important;
  opacity:1 !important;
  will-change:auto !important;
}

.home-page .btn,
.home-page .section-action,
.home-page .card-link,
.home-page .service-item__page,
.home-page .all-category-link{
  border-radius:13px;
  min-height:46px;
  font-size:14px;
  line-height:1.15;
  font-weight:800;
}

.home-page .btn-primary{
  background:#f97316 !important;
  border-color:#f97316 !important;
  color:#fff !important;
  box-shadow:0 10px 18px rgba(249,115,22,.18) !important;
}

.home-page .btn-dark{
  background:#0f172a !important;
  border-color:#22334b !important;
  color:#fff !important;
  box-shadow:0 8px 16px rgba(15,23,42,.12);
}

.home-page .section-action,
.home-page .card-link,
.home-page .service-item__page,
.home-page .all-category-link{
  background:#fff !important;
  color:#f97316 !important;
  border:1.5px solid #fdba74 !important;
  box-shadow:0 6px 14px rgba(15,23,42,.05);
}

.home-page .section-action::after{
  content:"\2192";
  background:#f97316;
  color:#fff;
}

.home-page .service-item__page::after{
  content:"\2192" !important;
  margin-left:6px;
}

.home-page .faq-grid details[open] summary::after{
  content:"\2212";
}

.home-page .hero-buttons .btn{
  min-height:48px;
}

.home-page .work-card,
.home-page .service-item,
.home-page .benefit-grid article,
.home-page .process-grid article,
.home-page .after-grid article,
.home-page .news-row article,
.home-page .faq-grid details,
.home-page .price-card,
.home-page #reviews{
  border-radius:16px;
  border:1px solid #e2e8f0;
  box-shadow:0 14px 30px rgba(15,23,42,.06);
}

.home-page .work-card,
.home-page .service-item,
.home-page .benefit-grid article,
.home-page .process-grid article,
.home-page .after-grid article,
.home-page .news-row article,
.home-page .faq-grid details{
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background-color .18s ease;
}

.home-page .work-card,
.home-page .service-item,
.home-page #reviews,
.home-page #prices,
.home-page .price-card,
.home-page .review-card,
.home-page .review-card--static,
.home-page .review-photos,
.home-page .review-photos img{
  min-width:0;
  max-width:100%;
}

.home-page #reviews{
  overflow:hidden;
}

.home-page #reviews > .review-card--static{
  background:transparent;
  border:0;
  box-shadow:none;
  padding:0;
  overflow:hidden;
}

.home-page .review-card__head{
  align-items:start;
}

.home-page .review-photos{
  overflow:hidden;
}

.home-page .review-photos img{
  object-fit:cover;
  display:block;
}

.home-page .price-card{
  overflow:hidden;
}

.home-page .price-card table{
  width:100%;
}

.home-page .services-layout{
  grid-template-columns:220px minmax(0,1fr);
  gap:18px;
}

.home-page .service-tabs button{
  min-height:44px;
}

.home-page .service-list{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.home-page .service-item{
  min-height:100%;
}

.home-page .service-item__meta strong{
  font-size:15px;
}

.home-page .service-item__page{
  min-height:38px;
}

.home-page .works-grid{
  gap:18px;
}

.home-page .work-img{
  height:168px;
  object-fit:cover;
}

.home-page .news-item{
  min-width:0;
}

.home-page .news-thumb{
  object-fit:cover;
}

.home-page .faq-grid{
  gap:14px;
}

@media (hover:hover) and (pointer:fine){
  .home-page .btn-primary:hover{
    background:#ea580c !important;
    box-shadow:0 14px 26px rgba(249,115,22,.24) !important;
    transform:translateY(-1px);
  }

  .home-page .btn-dark:hover{
    background:#162235 !important;
    border-color:#31445f !important;
    transform:translateY(-1px);
    box-shadow:0 12px 24px rgba(15,23,42,.20);
  }

  .home-page .section-action:hover,
  .home-page .card-link:hover,
  .home-page .service-item__page:hover,
  .home-page .all-category-link:hover{
    background:#f97316 !important;
    color:#fff !important;
    border-color:#f97316 !important;
    box-shadow:0 10px 22px rgba(249,115,22,.18);
    transform:translateY(-1px);
  }

  .home-page .work-card:hover,
  .home-page .service-item:hover,
  .home-page .benefit-grid article:hover,
  .home-page .process-grid article:hover,
  .home-page .after-grid article:hover,
  .home-page .news-row article:hover,
  .home-page .faq-grid details:hover{
    transform:translateY(-4px);
    border-color:#fdba74;
    box-shadow:0 18px 36px rgba(15,23,42,.10);
  }

  .home-page .hero-buttons .btn-consult:hover,
  .home-page .hero-buttons .btn-measure:hover,
  .home-page .after-cta .btn-dark:hover{
    background:#1b2a42 !important;
    border-color:#406082 !important;
    color:#fff !important;
  }

  .home-page .work-card{
    overflow:hidden;
  }

  .home-page .work-img{
    transition:transform .22s ease;
  }

  .home-page .work-card:hover .work-img{
    transform:scale(1.04);
  }

  .home-page .news-item a:hover{
    text-decoration:underline;
  }
}

@media (max-width:1024px){
  .home-page .container{
    width:min(1180px,calc(100% - 32px));
  }

  .home-page .services-layout{
    grid-template-columns:200px minmax(0,1fr);
  }
}

@media (max-width:768px){
  .home-page .section{
    padding-top:24px;
    padding-bottom:24px;
  }

  .home-page .two-cols{
    grid-template-columns:1fr;
  }

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

  .home-page .final-cta{
    grid-template-columns:1fr;
  }
}

@media (max-width:680px){
  body.home-page{
    padding-top:64px !important;
    padding-bottom:80px !important;
  }

  .home-page .container{
    width:calc(100% - 24px);
    max-width:calc(100% - 24px);
  }

  .home-page .section{
    padding-top:18px;
    padding-bottom:18px;
    scroll-margin-top:72px;
  }

  .home-page .hero{
    margin-top:0;
  }

  .home-page .hero-buttons .btn,
  .home-page .section-action,
  .home-page .card-link,
  .home-page .service-item__page,
  .home-page .all-category-link{
    width:100%;
  }

  .home-page .service-list{
    grid-template-columns:1fr;
  }

  .home-page .service-tabs{
    grid-template-columns:1fr;
  }

  .home-page .price-card{
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
  }

  .home-page .price-card table{
    min-width:430px;
  }

  .home-page .review-photos{
    grid-template-columns:1fr;
  }

  .home-page .review-photos img{
    height:120px;
  }

  .home-page .mobile-bar{
    display:grid;
  }
}

@media (max-width:430px){
  .home-page .container{
    width:calc(100% - 20px);
    max-width:calc(100% - 20px);
  }

  .home-page .section-head h2,
  .home-page .section h2,
  .home-page .after-repair h2{
    font-size:24px;
  }
}

/* HOME FINAL CONSOLIDATED FIX */
body.home-page{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif !important;
  min-height:100% !important;
  overflow-x:hidden !important;
  overflow-y:auto !important;
  background:#f3f6fa !important;
  color:#334155 !important;
  text-shadow:none !important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  padding-top:76px !important;
  padding-bottom:0 !important;
}

html,
body{
  width:100%;
  min-height:100%;
  overflow-x:hidden !important;
}

body.home-page > header.site-header.site-header--new{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  z-index:20000 !important;
  background:#ffffff !important;
  border-bottom:1px solid #e2e8f0 !important;
  box-shadow:0 8px 22px rgba(15,23,42,.08) !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  transform:none !important;
}

body.home-page > main,
.home-page main{
  padding-top:0 !important;
  overflow:visible !important;
  min-height:0 !important;
  height:auto !important;
  background:#f3f6fa !important;
}

.home-page .header-main{
  min-height:76px !important;
}

.home-page .container{
  width:min(1240px,calc(100% - 32px)) !important;
  max-width:min(1240px,calc(100% - 32px)) !important;
}

.home-page .season-band,
.home-page .after-repair,
.home-page #prices-reviews,
.home-page #why-us,
.home-page #works,
.home-page #services,
.home-page #home-faq-section{
  width:min(1240px,calc(100% - 32px)) !important;
  max-width:min(1240px,calc(100% - 32px)) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.home-page .section{
  padding-top:34px !important;
  padding-bottom:34px !important;
  scroll-margin-top:92px !important;
}

.home-page .home-hero,
.home-page .season-strip,
.home-page .home-benefits,
.home-page .home-process,
.home-page .home-result,
.home-page .home-works,
.home-page .home-services,
.home-page .home-prices-reviews,
.home-page .home-faq,
.home-page .home-updates,
.home-page .home-final-cta{
  display:none !important;
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page h4,
.home-page p,
.home-page a,
.home-page button,
.home-page span,
.home-page small,
.home-page th,
.home-page td,
.home-page label,
.home-page summary{
  text-shadow:none !important;
  filter:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

.home-page .hero,
.home-page .home-hero{
  color:#ffffff !important;
}

.home-page .hero h1,
.home-page .home-hero h1{
  color:#ffffff !important;
}

.home-page .hero h1 span,
.home-page .home-hero h1 span,
.home-page .hero .accent,
.home-page .home-hero .accent{
  color:#f97316 !important;
}

.home-page .hero p,
.home-page .hero .hero__lead,
.home-page .home-hero p,
.home-page .home-hero .hero__lead{
  color:#e2e8f0 !important;
}

.home-page .hero small,
.home-page .hero li,
.home-page .home-hero small,
.home-page .home-hero li{
  color:#cbd5e1 !important;
}

.home-page .after-repair,
.home-page .home-after,
.home-page .home-result,
.home-page .home-dark-cta,
.home-page .final-benefits,
.home-page .home-benefits-dark{
  background:linear-gradient(135deg,#0b1220 0%,#111827 100%) !important;
  color:#ffffff !important;
  overflow:hidden !important;
}

.home-page .after-repair h2,
.home-page .home-after h2,
.home-page .home-result h2,
.home-page .home-dark-cta h2,
.home-page .final-benefits h2,
.home-page .home-benefits-dark h2{
  color:#ffffff !important;
}

.home-page .after-repair > p,
.home-page .home-after p,
.home-page .home-result p,
.home-page .home-dark-cta p,
.home-page .final-benefits p,
.home-page .home-benefits-dark p{
  color:#cbd5e1 !important;
}

.home-page .after-repair article,
.home-page .home-after article,
.home-page .home-result article,
.home-page .home-dark-cta article,
.home-page .final-benefits article,
.home-page .home-benefits-dark article{
  background:rgba(255,255,255,.06) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  color:#ffffff !important;
}

.home-page .after-repair article h3,
.home-page .home-after article h3,
.home-page .home-result article h3,
.home-page .home-dark-cta article h3,
.home-page .final-benefits article h3,
.home-page .home-benefits-dark article h3{
  color:#ffffff !important;
}

.home-page .after-repair article p,
.home-page .home-after article p,
.home-page .home-result article p,
.home-page .home-dark-cta article p,
.home-page .final-benefits article p,
.home-page .home-benefits-dark article p{
  color:#cbd5e1 !important;
}

.home-page .work-card,
.home-page .service-item,
.home-page .benefit-grid article,
.home-page .process-grid article,
.home-page .price-card,
.home-page .review-card,
.home-page .review-card--static,
.home-page .news-row article,
.home-page .faq-grid details,
.home-page .season-band{
  background:#ffffff !important;
  border:1px solid #e2e8f0 !important;
  box-shadow:0 14px 30px rgba(15,23,42,.06) !important;
}

.home-page .section-action,
.home-page .card-link,
.home-page .service-item__page,
.home-page .all-category-link,
.home-page .news-item a{
  background:#f8fafc !important;
  color:#0f172a !important;
  border:1px solid #cbd5e1 !important;
  box-shadow:none !important;
}

.home-page .section-action::after{
  content:"→" !important;
  background:#eef2f7 !important;
  color:#0f172a !important;
}

.home-page .service-item__page::after{
  content:" →" !important;
}

.home-page .faq-grid details[open] summary::after{
  content:"−" !important;
}

.home-page .btn-primary,
.home-page .btn-estimate,
.home-page .final-cta button[type="submit"],
.home-page .after-repair .btn-primary{
  background:#f97316 !important;
  color:#ffffff !important;
  border-color:#f97316 !important;
}

.home-page .btn-dark,
.home-page .btn-consult,
.home-page .btn-measure,
.home-page .after-repair .btn-dark{
  background:#0b1220 !important;
  color:#ffffff !important;
  border-color:#334155 !important;
}

.home-page .works-tabs button,
.home-page .service-tabs button,
.home-page .tabs button{
  background:#ffffff !important;
  color:#0f172a !important;
  border:1px solid #e2e8f0 !important;
}

.home-page .works-tabs button.is-active,
.home-page .works-tabs button.active{
  background:#0b1220 !important;
  color:#ffffff !important;
  border-color:#0b1220 !important;
}

.home-page .service-tabs button.is-active,
.home-page .service-tabs button.active,
.home-page .tabs button.is-active{
  background:#f97316 !important;
  color:#ffffff !important;
  border-color:#f97316 !important;
}

.home-page .service-item.is-active,
.home-page .service-item.active{
  background:#fff7ed !important;
  border-color:#fdba74 !important;
}

.home-page .service-item strong,
.home-page .service-item__badge,
.home-page .price-card strong,
.home-page .review-rating,
.home-page .stars{
  color:#f97316 !important;
}

.home-page .review-card,
.home-page .home-review-card,
.home-page .reviews-card,
.home-page .reviews-panel,
.home-page #reviews{
  min-width:0 !important;
  height:auto !important;
  max-height:none !important;
  overflow:hidden !important;
  box-sizing:border-box !important;
}

.home-page .review-card *,
.home-page .home-review-card *,
.home-page .reviews-card *,
.home-page .reviews-panel *{
  min-width:0 !important;
  box-sizing:border-box !important;
}

.home-page .review-card__head{
  display:grid !important;
  grid-template-columns:56px minmax(0,1fr) auto !important;
  gap:12px !important;
  align-items:center !important;
}

.home-page .review-photos,
.home-page .review-card__gallery,
.home-page .home-review-gallery,
.home-page .reviews-gallery{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:10px !important;
  overflow:hidden !important;
}

.home-page .review-card img,
.home-page .home-review-card img,
.home-page .reviews-card img,
.home-page .reviews-panel img{
  display:block !important;
  max-width:100% !important;
  width:100% !important;
  border-radius:12px !important;
  object-fit:cover !important;
}

.home-page .review-photos img,
.home-page .review-card__gallery img,
.home-page .home-review-gallery img,
.home-page .reviews-gallery img{
  aspect-ratio:16 / 9 !important;
  height:110px !important;
}

.home-page .reviews-dots,
.home-page .review-dots,
.home-page .slider-dots,
.home-page .swiper-pagination,
.home-page .prices-slider__dots,
.home-page #homePricesDots{
  display:none !important;
}

.home-page .two-cols,
.home-page #prices-reviews{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:18px !important;
  align-items:start !important;
}

.home-page .two-cols > *,
.home-page #prices-reviews > *,
.home-page .services-layout,
.home-page .service-list,
.home-page .works-grid,
.home-page .news-row,
.home-page .faq-grid{
  min-width:0 !important;
  max-height:none !important;
  overflow:visible !important;
}

.home-page .price-card{
  overflow:visible !important;
}

.home-page .price-card table{
  width:100% !important;
  border-collapse:collapse !important;
}

.home-page .price-card thead th{
  background:#f8fafc !important;
  color:#0f172a !important;
}

.home-page .faq-grid summary::after{
  color:#64748b !important;
}

.home-page .quick-calc,
.home-page .quick-calc .container{
  overflow:visible !important;
}

body.home-page > footer.site-footer,
.home-page .site-footer,
.home-page .footer__bottom,
.home-page .footer__bottom .container{
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}

body.home-page > .mobile-bar{
  display:none !important;
}

@media (hover:hover) and (pointer:fine){
  .home-page .work-card:hover,
  .home-page .service-item:hover,
  .home-page .benefit-grid article:hover,
  .home-page .process-grid article:hover,
  .home-page .price-card:hover,
  .home-page .review-card:hover,
  .home-page .news-row article:hover,
  .home-page .faq-grid details:hover{
    transform:translateY(-3px) !important;
    border-color:#cbd5e1 !important;
    box-shadow:0 18px 36px rgba(15,23,42,.10) !important;
  }

  .home-page .work-card:hover .work-img{
    transform:scale(1.03) !important;
  }

  .home-page .btn-primary:hover,
  .home-page .btn-estimate:hover,
  .home-page .final-cta button[type="submit"]:hover,
  .home-page .after-repair .btn-primary:hover{
    background:#ea580c !important;
    border-color:#ea580c !important;
  }

  .home-page .btn-dark:hover,
  .home-page .btn-consult:hover,
  .home-page .btn-measure:hover,
  .home-page .after-repair .btn-dark:hover{
    background:#111827 !important;
    border-color:#111827 !important;
  }

  .home-page .section-action:hover,
  .home-page .card-link:hover,
  .home-page .service-item__page:hover,
  .home-page .all-category-link:hover,
  .home-page .news-item a:hover{
    background:#eef2f7 !important;
    border-color:#94a3b8 !important;
    color:#0b1220 !important;
    transform:translateY(-1px) !important;
  }
}

@media (max-width:1024px){
  .home-page .container{
    width:min(1240px,calc(100% - 28px)) !important;
    max-width:min(1240px,calc(100% - 28px)) !important;
  }

  .home-page .service-list{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width:768px){
  body.home-page{
    padding-top:64px !important;
    padding-bottom:80px !important;
  }

  .home-page .header-main{
    min-height:64px !important;
  }

  .home-page .container{
    width:calc(100% - 24px) !important;
    max-width:calc(100% - 24px) !important;
  }

  .home-page .season-band,
  .home-page .after-repair,
  .home-page #prices-reviews,
  .home-page #why-us,
  .home-page #works,
  .home-page #services,
  .home-page #home-faq-section{
    width:calc(100% - 24px) !important;
    max-width:calc(100% - 24px) !important;
  }

  body.home-page > .mobile-bar{
    display:grid !important;
  }

  .home-page .two-cols,
  .home-page #prices-reviews,
  .home-page .services-layout,
  .home-page .news-row,
  .home-page .faq-grid{
    grid-template-columns:1fr !important;
  }

  .home-page .service-list,
  .home-page .works-grid{
    grid-template-columns:1fr !important;
  }

  .home-page .price-card{
    overflow-x:auto !important;
    overflow-y:visible !important;
    -webkit-overflow-scrolling:touch;
  }

  .home-page .price-card table{
    min-width:430px !important;
  }

  .home-page .review-card__head{
    grid-template-columns:48px minmax(0,1fr) !important;
  }

  .home-page .stars{
    grid-column:1 / -1;
  }

  .home-page .review-photos,
  .home-page .review-card__gallery{
    grid-template-columns:1fr !important;
  }

  .home-page .review-photos img,
  .home-page .review-card__gallery img{
    height:120px !important;
  }
}

/* HOME VISUAL POLISH FIX */
.home-page .news-item a,
.home-page .marketing-card a,
.home-page .promo-card a,
.home-page .news-card a{
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  width:fit-content !important;
  min-height:30px !important;
  padding:0 10px !important;
  border-radius:999px !important;
  background:#f8fafc !important;
  border:1px solid #d8e0ea !important;
  color:#0f172a !important;
  font-weight:800 !important;
  font-size:13px !important;
  text-decoration:none !important;
  box-shadow:none !important;
}

.home-page .review-photos,
.home-page .review-card__gallery,
.home-page .home-review-gallery,
.home-page .reviews-gallery{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:12px !important;
  overflow:hidden !important;
}

.home-page .review-photos img,
.home-page .review-card__gallery img,
.home-page .home-review-gallery img,
.home-page .reviews-gallery img{
  width:100% !important;
  aspect-ratio:4 / 3 !important;
  min-height:115px !important;
  height:auto !important;
  object-fit:cover !important;
  border-radius:14px !important;
}

.home-page .work-card img,
.home-page .case-card img,
.home-page .news-thumb,
.home-page .news-item img{
  width:100% !important;
  aspect-ratio:16 / 10 !important;
  object-fit:cover !important;
  display:block !important;
}

.home-page .btn-dark:hover,
.home-page .btn-consult:hover,
.home-page .btn-measure:hover,
.home-page .hero .btn-dark:hover,
.home-page .hero .btn-measure:hover,
.home-page .hero .btn-consult:hover{
  background:rgba(255,255,255,.10) !important;
  border-color:rgba(255,255,255,.34) !important;
  color:#ffffff !important;
  box-shadow:none !important;
}

@media (hover:hover) and (pointer:fine){
  .home-page .after-repair article,
  .home-page .home-after article,
  .home-page .home-result article,
  .home-page .home-dark-cta article,
  .home-page .final-benefits article,
  .home-page .home-benefits-dark article{
    transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease !important;
  }

  .home-page .after-repair article:hover,
  .home-page .home-after article:hover,
  .home-page .home-result article:hover,
  .home-page .home-dark-cta article:hover,
  .home-page .final-benefits article:hover,
  .home-page .home-benefits-dark article:hover{
    transform:translateY(-4px) !important;
    background:rgba(255,255,255,.09) !important;
    border-color:rgba(255,255,255,.22) !important;
    box-shadow:0 18px 32px rgba(0,0,0,.18) !important;
  }

  .home-page .news-item a:hover,
  .home-page .marketing-card a:hover,
  .home-page .promo-card a:hover,
  .home-page .news-card a:hover{
    background:#eef2f7 !important;
    border-color:#cbd5e1 !important;
    color:#0b1220 !important;
    transform:translateY(-1px) !important;
  }
}

@media (max-width:760px){
  .home-page .home-works,
  .home-page .works,
  .home-page .works-grid,
  .home-page #works{
    width:calc(100% - 24px) !important;
    max-width:none !important;
    margin-left:auto !important;
    margin-right:auto !important;
    overflow:hidden !important;
  }

  .home-page .case-card,
  .home-page .home-work-card,
  .home-page .work-card{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }

  .home-page .case-card a,
  .home-page .case-card .btn,
  .home-page .case-card__more,
  .home-page .home-work-card a,
  .home-page .home-work-card .btn,
  .home-page .work-card a,
  .home-page .work-card .btn{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    box-sizing:border-box !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    white-space:nowrap !important;
    transform:none !important;
  }

  .home-page .after-repair article,
  .home-page .home-after article,
  .home-page .home-result article,
  .home-page .home-dark-cta article,
  .home-page .final-benefits article,
  .home-page .home-benefits-dark article{
    transform:none !important;
  }

  .home-page .review-photos,
  .home-page .review-card__gallery,
  .home-page .home-review-gallery,
  .home-page .reviews-gallery{
    grid-template-columns:1fr !important;
  }

  .home-page .review-photos img,
  .home-page .review-card__gallery img,
  .home-page .home-review-gallery img,
  .home-page .reviews-gallery img{
    aspect-ratio:16 / 10 !important;
    min-height:160px !important;
  }
}

/* HOME FINAL WIDTH AND IMAGE CLEANUP */
body.home-page{
  padding-bottom:0 !important;
  overflow-x:hidden !important;
  overflow-y:auto !important;
}

body.home-page > main,
.home-page main{
  min-height:0 !important;
  overflow:visible !important;
}

body.home-page main > section:empty{
  display:none !important;
}

.home-page .container,
.home-page .home-container,
.home-page section > .container,
.home-page .season-band,
.home-page .after-repair,
.home-page #why-us,
.home-page #works,
.home-page #services,
.home-page #prices-reviews,
.home-page #home-faq-section,
.home-page .news-row,
.home-page .final-cta{
  max-width:1280px !important;
  width:calc(100% - 40px) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.home-page .hero-grid,
.home-page .hero-content,
.home-page .hero-inner{
  max-width:1280px !important;
  width:calc(100% - 40px) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.home-page .hero::before{
  background:
    linear-gradient(90deg,rgba(7,19,36,.94) 0%,rgba(7,19,36,.76) 42%,rgba(7,19,36,.28) 72%,rgba(7,19,36,.14) 100%),
    url("../sourse/home-hero-house.png") center right/cover no-repeat !important;
  filter:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  image-rendering:auto;
}

.home-page .season-band + section:not(#why-us){
  display:none !important;
}

body.home-page > footer.site-footer,
.home-page .site-footer{
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}

body.home-page > .mobile-bar{
  display:none !important;
}

@media (max-width:760px){
  body.home-page{
    padding-bottom:72px !important;
  }

  .home-page .container,
  .home-page .home-container,
  .home-page section > .container,
  .home-page .season-band,
  .home-page .after-repair,
  .home-page #why-us,
  .home-page #works,
  .home-page #services,
  .home-page #prices-reviews,
  .home-page #home-faq-section,
  .home-page .news-row,
  .home-page .final-cta{
    width:calc(100% - 24px) !important;
    max-width:none !important;
  }

  .home-page .hero-grid,
  .home-page .hero-content,
  .home-page .hero-inner{
    width:calc(100% - 24px) !important;
    max-width:none !important;
  }

  body.home-page > .mobile-bar{
    display:grid !important;
  }
}

/* HOME MOBILE WORKS + REVIEWS FIX */
html,
body,
body.home-page,
.home-page main{
  overflow-x:hidden !important;
  max-width:100% !important;
}

.home-page #reviews,
.home-page .review-card,
.home-page .review-card--static{
  height:auto !important;
  min-height:360px !important;
  padding:24px !important;
  gap:16px !important;
  overflow:hidden !important;
}

.home-page #reviews > .section-title-row,
.home-page .review-card > .section-title-row,
.home-page .review-card--static > .section-title-row{
  display:flex !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
  gap:14px !important;
  flex-wrap:nowrap !important;
}

.home-page #reviews > .section-title-row h2,
.home-page .review-card > .section-title-row h2,
.home-page .review-card--static > .section-title-row h2{
  min-width:0 !important;
  flex:1 1 auto !important;
}

.home-page #reviews > .section-title-row .section-action,
.home-page .review-card > .section-title-row .section-action,
.home-page .review-card--static > .section-title-row .section-action{
  flex:0 0 auto !important;
  white-space:nowrap !important;
}

.home-page .review-card__head{
  margin-bottom:0 !important;
}

.home-page .review-photos,
.home-page .review-card__gallery,
.home-page .home-review-gallery,
.home-page .reviews-gallery{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:14px !important;
}

.home-page .review-photos img,
.home-page .review-card__gallery img,
.home-page .home-review-gallery img,
.home-page .reviews-gallery img{
  width:100% !important;
  aspect-ratio:16 / 10 !important;
  min-height:150px !important;
  height:150px !important;
  object-fit:cover !important;
  border-radius:14px !important;
}

@media (max-width:760px){
  .home-page #works,
  .home-page .works-grid{
    grid-template-columns:1fr !important;
    width:calc(100% - 24px) !important;
    max-width:calc(100% - 24px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    overflow:hidden !important;
  }

  .home-page .work-card,
  .home-page .case-card,
  .home-page .home-work-card{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
    margin:0 !important;
    transform:none !important;
  }

  .home-page .work-card img,
  .home-page .case-card img,
  .home-page .home-work-card img{
    width:100% !important;
    max-width:100% !important;
  }

  .home-page .work-card a,
  .home-page .work-card .btn,
  .home-page .work-card .card-link,
  .home-page .case-card a,
  .home-page .case-card .btn,
  .home-page .case-card .card-link,
  .home-page .home-work-card a,
  .home-page .home-work-card .btn{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    box-sizing:border-box !important;
    margin:0 !important;
    transform:none !important;
  }

  .home-page #reviews,
  .home-page .review-card,
  .home-page .review-card--static{
    min-height:0 !important;
    padding:18px !important;
    gap:14px !important;
  }

  .home-page #reviews > .section-title-row,
  .home-page .review-card > .section-title-row,
  .home-page .review-card--static > .section-title-row{
    flex-wrap:wrap !important;
    align-items:flex-start !important;
  }

  .home-page .review-photos,
  .home-page .review-card__gallery,
  .home-page .home-review-gallery,
  .home-page .reviews-gallery{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  .home-page .review-photos img,
  .home-page .review-card__gallery img,
  .home-page .home-review-gallery img,
  .home-page .reviews-gallery img{
    min-height:160px !important;
    height:160px !important;
  }
}

/* SERVICE CATEGORY PAGE POLISH */
.services-main--category{
  background:#f3f6fa;
}

.service-page-grid--category{
  width:min(1240px,calc(100% - 40px));
  margin:0 auto;
  padding:24px 0 48px;
  display:grid;
  gap:28px;
}

.service-category-hero{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);
  gap:24px;
  align-items:stretch;
}

.service-category-hero__content,
.service-category-hero__panel,
.service-category-benefit-card,
.service-category-info-card,
.service-prices--category .table-wrap,
.service-text--category .service-text__card,
.service-category-step-card,
.service-faq-list--category .service-faq-item,
.service-related-category-card{
  background:#ffffff;
  border:1px solid #e2e8f0;
  border-radius:22px;
  box-shadow:0 14px 30px rgba(15,23,42,.06);
}

.service-category-hero__content{
  padding:30px;
  display:grid;
  gap:18px;
}

.service-category-hero__eyebrow{
  margin:0;
  color:#f97316;
  font-size:13px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.service-category-hero h1{
  margin:0;
  color:#0f172a;
  font-size:clamp(34px,4vw,52px);
  line-height:1.02;
  letter-spacing:-.05em;
  font-weight:900;
}

.service-category-hero__lead{
  margin:0;
  max-width:720px;
  color:#334155;
  font-size:16px;
  line-height:1.62;
}

.service-category-hero__price{
  color:#f97316;
  font-size:28px;
  line-height:1.1;
  font-weight:900;
}

.service-category-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.service-category-hero__actions .service-btn{
  min-height:46px;
  border-radius:12px;
  padding:0 18px;
}

.service-category-hero__panel{
  padding:28px;
  background:linear-gradient(135deg,#0b1220 0%,#111827 100%);
  border-color:rgba(255,255,255,.08);
  color:#ffffff;
  display:grid;
  align-content:start;
  gap:16px;
}

.service-category-hero__panel h2{
  margin:0;
  color:#ffffff;
  font-size:30px;
  line-height:1.08;
  letter-spacing:-.04em;
}

.service-category-hero__panel .service-block__eyebrow{
  color:#cbd5e1;
}

.service-category-hero__panel .service-bullet-list{
  margin:0;
}

.service-category-hero__panel .service-bullet-list li,
.service-category-hero__panel-points span{
  color:#dbe4ef;
}

.service-category-hero__panel-points{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 14px;
}

.service-category-hero__panel-points span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  font-weight:800;
}

.service-category-hero__panel-points i,
.service-category-benefit-card__icon,
.service-category-info-card__icon,
.service-related-category-card__icon{
  color:#f97316;
}

.service-category-benefits,
.service-category-info,
.service-category-process__grid,
.service-faq-list--category,
.service-related-categories-grid{
  display:grid;
  gap:18px;
}

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

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

.service-category-benefit-card,
.service-category-info-card,
.service-category-step-card,
.service-related-category-card{
  padding:22px;
}

.service-category-benefit-card h3,
.service-category-info-card h3,
.service-category-step-card h3,
.service-related-category-card h3{
  margin:0 0 10px;
  color:#0f172a;
  font-size:20px;
  line-height:1.2;
  font-weight:900;
}

.service-category-benefit-card p,
.service-category-info-card p,
.service-category-step-card p,
.service-related-category-card p{
  margin:0;
  color:#64748b;
  line-height:1.58;
}

.service-card--category{
  display:flex;
  flex-direction:column;
}

.service-card--category .service-card__body{
  display:grid;
  gap:12px;
  align-content:start;
}

.service-card--category .service-card__desc strong{
  color:#f97316;
}

.service-card__link{
  min-height:42px;
  border-radius:12px;
  background:#f8fafc;
  border:1px solid #cbd5e1;
  color:#0f172a;
  font-weight:800;
}

.service-prices--category .table-wrap{
  padding:8px;
  overflow:hidden;
}

.service-prices--category table{
  width:100%;
  border-collapse:collapse;
}

.service-prices--category th,
.service-prices--category td{
  padding:16px 18px;
  border-bottom:1px solid #e2e8f0;
  text-align:left;
}

.service-prices--category thead th{
  background:#f8fafc;
  color:#0f172a;
  font-size:13px;
  font-weight:900;
}

.service-prices--category tbody tr:hover{
  background:#fff7ed;
}

.service-prices--category tbody td:last-child{
  color:#f97316;
  font-weight:900;
}

.service-text--category .service-text__card{
  padding:28px;
}

.service-text--category h2{
  margin-top:0;
}

.service-text--category p{
  max-width:900px;
  color:#334155;
  line-height:1.72;
}

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

.service-category-step-card__top{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
}

.service-category-step-card__number{
  width:34px;
  height:34px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#fff7ed;
  color:#f97316;
  font-size:14px;
  font-weight:900;
  flex:0 0 auto;
}

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

.service-faq-list--category .service-faq-item{
  overflow:hidden;
}

.service-faq-list--category .service-faq-item summary{
  position:relative;
  list-style:none;
  cursor:pointer;
  padding:18px 52px 18px 20px;
  color:#0f172a;
  font-size:16px;
  line-height:1.4;
  font-weight:900;
}

.service-faq-list--category .service-faq-item summary::-webkit-details-marker{
  display:none;
}

.service-faq-list--category .service-faq-item summary::after{
  content:"+";
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  color:#64748b;
  font-size:20px;
  font-weight:700;
}

.service-faq-list--category .service-faq-item[open] summary::after{
  content:"−";
}

.service-faq-list--category .service-faq-item p{
  padding:0 20px 18px;
  color:#64748b;
}

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

.service-related-category-card{
  display:grid;
  gap:10px;
  align-content:start;
}

.service-related-category-card__price{
  color:#f97316 !important;
  font-size:14px;
  font-weight:900;
}

.service-related-category-card__link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 14px;
  width:fit-content;
  border-radius:999px;
  background:#f8fafc;
  border:1px solid #cbd5e1;
  color:#0f172a;
  font-weight:800;
  text-decoration:none;
}

.service-final-cta--category{
  padding:0;
  background:transparent;
}

.service-final-cta--category .service-final-cta__grid{
  padding:28px;
  border-radius:24px;
  background:linear-gradient(135deg,#0b1220 0%,#111827 100%);
  color:#ffffff;
}

.service-final-cta--category h2{
  color:#ffffff;
}

.service-final-cta--category p,
.service-final-cta--category label{
  color:#cbd5e1;
}

.service-final-cta--category .btn--accent{
  background:#f97316;
  border-color:#f97316;
  color:#ffffff;
}

.service-final-cta--category .btn--accent:hover{
  background:#ea580c;
  border-color:#ea580c;
}

@media (max-width: 1024px){
  .service-category-benefits{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .service-category-process__grid,
  .service-related-categories-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 760px){
  .service-page-grid--category{
    width:calc(100% - 24px);
    padding:18px 0 32px;
    gap:22px;
  }

  .service-category-hero,
  .service-category-benefits,
  .service-category-info,
  .service-category-process__grid,
  .service-faq-list--category,
  .service-related-categories-grid{
    grid-template-columns:1fr;
  }

  .service-category-hero__content,
  .service-category-hero__panel,
  .service-category-benefit-card,
  .service-category-info-card,
  .service-category-step-card,
  .service-related-category-card,
  .service-text--category .service-text__card,
  .service-final-cta--category .service-final-cta__grid{
    padding:20px;
  }

  .service-category-hero h1{
    font-size:32px;
  }

  .service-category-hero__actions{
    grid-template-columns:1fr;
    display:grid;
  }

  .service-category-hero__actions .service-btn,
  .service-card__link,
  .service-related-category-card__link{
    width:100%;
  }

  .service-prices--category .table-wrap{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }

  .service-prices--category table{
    min-width:560px;
  }
}

/* SERVICES SIMPLE STRUCTURE */

.services-main--catalog{
  background:#f3f6fa;
  padding:24px 0 56px;
}

.services-catalog-page{
  max-width:1240px;
  width:calc(100% - 40px);
  margin:0 auto;
  display:grid;
  gap:28px;
}

.services-catalog-hero{
  padding:32px;
  border-radius:28px;
  background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);
  border:1px solid #e2e8f0;
  box-shadow:0 14px 30px rgba(15,23,42,.06);
}

.services-catalog-hero__content{
  max-width:780px;
  display:grid;
  gap:14px;
}

.services-catalog-hero__eyebrow{
  margin:0;
  color:#f97316;
  font-size:13px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.services-catalog-hero h1{
  margin:0;
  color:#0f172a;
  font-size:clamp(34px,4vw,52px);
  line-height:1.04;
}

.services-catalog-hero p{
  margin:0;
  color:#334155;
  font-size:17px;
  line-height:1.7;
}

.services-catalog-section{
  display:grid;
  gap:18px;
}

.services-catalog-section__head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:16px;
}

.services-catalog-section__head h2{
  margin:6px 0 0;
  color:#0f172a;
  font-size:30px;
  line-height:1.12;
}

.services-catalog-categories{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.services-catalog-category-card,
.services-catalog-service-card,
.services-catalog-choice-card,
.services-catalog-text-card,
.services-catalog-cta{
  background:#ffffff;
  border:1px solid #e2e8f0;
  border-radius:24px;
  box-shadow:0 14px 30px rgba(15,23,42,.06);
}

.services-catalog-category-card{
  display:grid;
  gap:18px;
  padding:24px;
}

.services-catalog-category-card__head{
  display:flex;
  align-items:start;
  justify-content:space-between;
  gap:18px;
}

.services-catalog-category-card__head h2{
  margin:0 0 10px;
  color:#0f172a;
  font-size:24px;
  line-height:1.2;
}

.services-catalog-category-card__head p{
  margin:0;
  color:#64748b;
  line-height:1.6;
}

.services-catalog-category-card__price{
  margin:0;
  color:#f97316;
  font-size:16px;
  font-weight:900;
  white-space:nowrap;
}

.services-catalog-category-card__list{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}

.services-catalog-category-card__list li{
  position:relative;
  padding-left:18px;
  color:#334155;
  line-height:1.55;
}

.services-catalog-category-card__list li::before{
  content:"";
  position:absolute;
  left:0;
  top:9px;
  width:7px;
  height:7px;
  border-radius:999px;
  background:#f97316;
}

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

.services-catalog-service-card{
  display:grid;
  align-content:start;
  gap:12px;
  padding:22px;
}

.services-catalog-service-card__category{
  margin:0;
  color:#64748b;
  font-size:13px;
  font-weight:800;
}

.services-catalog-service-card h3{
  margin:0;
  color:#0f172a;
  font-size:20px;
  line-height:1.28;
}

.services-catalog-service-card__price{
  margin:0;
  color:#f97316;
  font-size:16px;
  font-weight:900;
}

.services-catalog-service-card__unit{
  margin:0;
  color:#64748b;
  line-height:1.55;
}

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

.services-catalog-choice-card{
  display:grid;
  gap:14px;
  padding:24px;
}

.services-catalog-choice-card__icon{
  width:44px;
  height:44px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:#fff7ed;
  color:#f97316;
  font-size:18px;
}

.services-catalog-choice-card h3,
.services-catalog-text-card h2{
  margin:0;
  color:#0f172a;
}

.services-catalog-choice-card p,
.services-catalog-text-card p,
.services-catalog-cta__content p{
  margin:0;
  color:#334155;
  line-height:1.7;
}

.services-catalog-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:28px;
}

.services-catalog-cta__content{
  display:grid;
  gap:10px;
}

.services-catalog-cta h2{
  margin:0;
  color:#0f172a;
  font-size:28px;
}

.services-catalog-text-card{
  display:grid;
  gap:14px;
  padding:28px;
  max-width:900px;
}

.services-catalog-faq{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.service-btn{
  min-height:44px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 18px;
  text-decoration:none;
  font-weight:800;
}

.service-btn--accent{
  background:#f97316;
  color:#ffffff;
  border:1px solid #f97316;
}

.service-btn--neutral{
  background:#f8fafc;
  color:#0f172a;
  border:1px solid #cbd5e1;
}

.services-main--catalog .service-faq-item{
  background:#ffffff;
  border:1px solid #e2e8f0;
  border-radius:18px;
  overflow:hidden;
}

.services-main--catalog .service-faq-item summary{
  position:relative;
  list-style:none;
  cursor:pointer;
  padding:18px 48px 18px 20px;
  color:#0f172a;
  font-weight:800;
}

.services-main--catalog .service-faq-item summary::-webkit-details-marker{
  display:none;
}

.services-main--catalog .service-faq-item summary::after{
  content:"+";
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  color:#64748b;
  font-size:20px;
  font-weight:700;
}

.services-main--catalog .service-faq-item[open] summary::after{
  content:"−";
}

.services-main--catalog .service-faq-item p{
  padding:0 20px 18px;
  color:#64748b;
}

@media (hover:hover) and (pointer:fine){
  .services-catalog-category-card,
  .services-catalog-service-card,
  .services-catalog-choice-card{
    transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
  }

  .services-catalog-category-card:hover,
  .services-catalog-service-card:hover,
  .services-catalog-choice-card:hover{
    transform:translateY(-2px);
    border-color:#cbd5e1;
    box-shadow:0 18px 36px rgba(15,23,42,.1);
  }

  .service-btn--accent:hover{
    background:#ea580c;
    border-color:#ea580c;
    color:#ffffff;
  }

  .service-btn--neutral:hover{
    background:#eef2f7;
    border-color:#94a3b8;
    color:#0b1220;
  }
}

@media (max-width: 1024px){
  .services-catalog-categories,
  .services-catalog-popular{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .services-catalog-choices{
    grid-template-columns:1fr;
  }
}

@media (max-width: 760px){
  .services-main--catalog{
    padding:18px 0 32px;
  }

  .services-catalog-page{
    width:calc(100% - 24px);
    gap:22px;
  }

  .services-catalog-hero,
  .services-catalog-category-card,
  .services-catalog-service-card,
  .services-catalog-choice-card,
  .services-catalog-text-card,
  .services-catalog-cta{
    padding:20px;
  }

  .services-catalog-categories,
  .services-catalog-popular,
  .services-catalog-faq{
    grid-template-columns:1fr;
  }

  .services-catalog-hero h1,
  .services-catalog-section__head h2{
    font-size:28px;
  }

  .services-catalog-category-card__head,
  .services-catalog-cta{
    grid-template-columns:1fr;
    display:grid;
  }

  .services-catalog-category-card__price{
    white-space:normal;
  }

  .services-catalog-category-card .service-btn,
  .services-catalog-service-card .service-btn,
  .services-catalog-cta .service-btn{
    width:100%;
  }
}

/* ABOUT SIMPLE PAGE */

.about-page{
  background:#f3f6fa;
}

.about-page__container{
  max-width:1240px;
  width:calc(100% - 40px);
  margin:0 auto;
}

.about-page__hero-card,
.about-page__fact-card,
.about-page__step-card,
.about-page__direction-card,
.about-page__contacts-card,
.about-page__cta-card{
  background:#ffffff;
  border:1px solid #e2e8f0;
  border-radius:24px;
  box-shadow:0 14px 30px rgba(15,23,42,.06);
}

.about-page__hero-card{
  padding:32px;
}

.about-page__hero-copy{
  max-width:760px;
  display:grid;
  gap:14px;
}

.about-page__hero-copy h1{
  margin:0;
  color:#0f172a;
  font-size:clamp(34px,4vw,52px);
  line-height:1.05;
}

.about-page__hero-copy p{
  margin:0;
  color:#334155;
  line-height:1.7;
  font-size:17px;
}

.section-head--column{
  display:grid;
  gap:8px;
  align-items:start;
}

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

.about-page__fact-card{
  display:grid;
  gap:14px;
  padding:24px;
}

.about-page__fact-icon,
.about-page__step-card span{
  width:44px;
  height:44px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:#fff7ed;
  color:#f97316;
  font-size:18px;
  font-weight:900;
}

.about-page__fact-card h3,
.about-page__step-card h3,
.about-page__direction-card h3,
.about-page__contacts-card h2,
.about-page__cta-card h2{
  margin:0;
  color:#0f172a;
}

.about-page__fact-card p,
.about-page__step-card p,
.about-page__direction-card p,
.about-page__cta-copy p{
  margin:0;
  color:#334155;
  line-height:1.65;
}

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

.about-page__step-card{
  display:grid;
  gap:14px;
  padding:24px;
}

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

.about-page__direction-card{
  display:grid;
  gap:12px;
  padding:24px;
  text-decoration:none;
}

.about-page__contacts-wrap{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:20px;
}

.about-page__contacts-card,
.about-page__cta-card{
  padding:28px;
}

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

.about-page__contacts-list p{
  margin:0;
  display:grid;
  grid-template-columns:20px minmax(0,1fr);
  gap:12px;
  color:#334155;
  line-height:1.6;
}

.about-page__contacts-list i{
  color:#f97316;
  margin-top:3px;
}

.about-page__cta-card{
  background:linear-gradient(135deg,#0b1220 0%,#111827 100%);
  border-color:rgba(255,255,255,.08);
}

.about-page__cta-copy{
  display:grid;
  gap:10px;
  margin-bottom:18px;
}

.about-page__cta-card h2{
  color:#ffffff;
}

.about-page__cta-copy p,
.about-page__form label,
.about-page__form small{
  color:#cbd5e1;
}

.about-page__form{
  display:grid;
  gap:12px;
}

.about-page__form input{
  width:100%;
  min-height:44px;
  border-radius:12px;
  border:1px solid #334155;
  background:#0f172a;
  color:#ffffff;
  padding:0 14px;
}

.about-page__form input::placeholder{
  color:#94a3b8;
}

@media (hover:hover) and (pointer:fine){
  .about-page__fact-card,
  .about-page__step-card,
  .about-page__direction-card{
    transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
  }

  .about-page__fact-card:hover,
  .about-page__step-card:hover,
  .about-page__direction-card:hover{
    transform:translateY(-2px);
    border-color:#cbd5e1;
    box-shadow:0 18px 36px rgba(15,23,42,.1);
  }
}

@media (max-width: 1024px){
  .about-page__facts,
  .about-page__steps,
  .about-page__directions{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .about-page__contacts-wrap{
    grid-template-columns:1fr;
  }
}

@media (max-width: 760px){
  .about-page__container{
    width:calc(100% - 24px);
  }

  .about-page__hero-card,
  .about-page__fact-card,
  .about-page__step-card,
  .about-page__direction-card,
  .about-page__contacts-card,
  .about-page__cta-card{
    padding:20px;
  }

  .about-page__facts,
  .about-page__steps,
  .about-page__directions{
    grid-template-columns:1fr;
  }

  .about-page__hero-copy h1{
    font-size:30px;
  }
}


/* PUBLIC NAV CONSISTENCY */
.site-header--new .header-nav--new {
  gap: 10px;
}

.site-header--new .header-nav--new .nav-link {
  padding-inline: 6px;
}

.site-header--new .header-nav--new .services-nav__trigger {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

/* === FINAL HEADER WIDTH + MENU CONSISTENCY === */
.site-header--new .header-main {
  width: min(1280px, calc(100% - 36px));
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 1240px) {
  html,
  body {
    overflow-x: hidden;
  }

  body.menu-open {
    overflow: hidden;
  }

  .site-header.site-header--new {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 2200 !important;
  }

  body {
    padding-top: 74px;
  }

  .site-header--new .header-main {
    width: min(100% - 32px, 1280px);
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 72px;
  }

  .site-header--new .header-contact--new {
    display: none !important;
  }

  .site-header--new .burger {
    display: inline-flex !important;
  }

  .site-header--new .header-nav--new {
    display: none;
    position: fixed;
    top: 80px;
    left: 12px;
    right: 12px;
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0;
    transform: none;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.16);
    z-index: 2210;
    box-sizing: border-box;
  }

  .site-header--new .header-nav--new.is-open {
    display: grid !important;
    gap: 8px;
    justify-self: stretch !important;
    align-self: start !important;
    max-height: calc(100vh - 90px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 84px;
    -webkit-overflow-scrolling: touch;
  }

  .site-header--new .header-menu {
    display: grid !important;
    gap: 5px;
    width: 100%;
    min-width: 0;
    justify-content: stretch;
  }

  .site-header--new .header-menu > li {
    width: 100%;
  }

  .site-header--new .header-nav--new .nav-link,
  .site-header--new .header-nav--new .services-nav__trigger,
  .site-header--new .header-nav__mobile-phone,
  .site-header--new .header-nav__mobile-cta {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .site-header--new .header-nav--new .nav-link,
  .site-header--new .header-nav--new .services-nav__trigger {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    min-height: 44px;
    padding: 12px 14px;
    line-height: 1.35;
  }

  .site-header--new .header-menu > li.active > .nav-link,
  .site-header--new .header-menu > li.active > .services-nav > .services-nav__trigger,
  .site-header--new .header-nav--new .nav-link.is-active,
  .site-header--new .header-nav--new .services-nav__trigger.is-active {
    background: #eff6ff;
    color: #0f172a;
    border: 1px solid #dbeafe;
    box-shadow: inset 3px 0 0 #f97316;
  }

  .site-header--new .header-nav__mobile {
    display: grid;
    gap: 8px;
    width: 100%;
    min-width: 0;
    padding-top: 4px;
    border-top: 1px solid #e2e8f0;
  }

  .site-header--new .header-nav--new.is-open .header-nav__mobile-phone,
  .site-header--new .header-nav--new.is-open .header-nav__mobile-cta {
    display: flex;
  }

  .site-header--new .header-nav__mobile-phone {
    justify-content: flex-start;
    text-align: left;
    white-space: normal;
    overflow-wrap: anywhere;
    padding: 12px 14px;
  }

  .site-header--new .header-nav__mobile-cta {
    justify-content: center;
    text-align: center;
  }

  .site-header--new .header-nav--new.is-open .services-nav__panel {
    position: static !important;
    width: 100% !important;
    margin-top: 4px;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 4px 0 0 !important;
    transform: none !important;
  }

  .site-header--new .header-nav--new.is-open .services-nav__menu {
    display: grid;
    gap: 6px;
    width: 100%;
  }

  .site-header--new .header-nav--new.is-open .services-nav__link,
  .site-header--new .header-nav--new.is-open .services-nav__all {
    width: 100%;
    max-width: 100%;
    min-height: 42px;
    justify-content: flex-start;
    text-align: left;
    padding: 10px 12px;
    box-sizing: border-box;
  }

  .site-header--new .header-nav--new.is-open .services-nav__all {
    justify-content: center;
  }
}

.site-header--new .header-nav--new .services-nav__trigger::after {
  content: "⌄" !important;
  display: inline-block;
  margin-left: 7px;
  font-size: 13px;
  line-height: 1;
  color: #64748b;
}

/* Desktop inner pages: keep the shared top menu visible while scrolling. */
@media (min-width: 1025px) {
  body:not(.home-page) {
    padding-top: 72px;
  }

  body:not(.home-page) > .site-header.site-header--new {
    position: fixed !important;
    inset: 0 0 auto 0;
    z-index: 10000 !important;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e8eef5;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  }

  body:not(.home-page) > .site-header.site-header--new .header-main {
    min-height: 72px;
  }
}
