@media (min-width: 768px) {
  img[alt="3D тур по квартире с выполненным ремонтом"] {
    width: 100%;
    height: 130px;
    object-fit: cover;
    object-position: center bottom;
  }
}

/* Light blue visual refresh shared by every mirrored page. */
:root {
  --brand-teal: #49cac4;
  --brand-teal-dark: #32b4ae;
  --brand-ink: #07383c;
  --site-blue: #0d7775;
  --site-blue-dark: #075b5b;
  --site-blue-soft: #e7f9f7;
  --site-blue-pale: #f4fbfa;
  --site-blue-border: #bde9e5;
  --site-text: #123638;
}

html { scroll-behavior: smooth; }
body { color: var(--site-text); background: #fff; }

a,
.btn-link,
.color-def,
.features i,
.articles-section h4 i,
.aside-block .h5 i { color: var(--site-blue); }

a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus,
.main-page .navbar-light .navbar-nav .nav-link:hover,
.main-page .navbar-light .navbar-nav .nav-link:focus { color: var(--site-blue-dark); }

header {
  position: relative;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--site-blue-border);
  box-shadow: 0 4px 18px rgba(7, 56, 60, 0.07);
}

.navbar { min-height: 64px; }

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: var(--brand-ink);
  opacity: 1;
}

.navbar-brand > img {
  width: 58px;
  height: 58px;
  border: 3px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 5px 14px rgba(7, 56, 60, 0.16);
}

.navbar-brand .logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  color: var(--brand-ink);
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
}

.navbar-brand .brand-title {
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: -0.015em;
}

.navbar-brand .brand-subtitle {
  margin-top: 0.38rem;
  color: var(--site-blue);
  font-size: 0.64rem;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
  position: relative;
  padding: 0.55rem 0.8rem;
  border-radius: 9px;
  color: #334155;
  font-weight: 500;
  transition: color 160ms ease, background-color 160ms ease;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: var(--site-blue-dark) !important;
  background: var(--site-blue-soft);
  text-decoration: none;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: var(--site-blue-dark) !important;
  background: var(--site-blue-soft);
}

.navbar-light .navbar-toggler {
  padding: 0.38rem 0.55rem;
  border: 1px solid var(--site-blue-border);
  border-radius: 9px;
  background: var(--site-blue-soft);
  box-shadow: none;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.navbar-light .navbar-toggler:hover,
.navbar-light .navbar-toggler:focus {
  border-color: #9fddd8;
  background: #d7f4f1;
  outline: none;
}

.navbar-toggler svg { color: var(--site-blue-dark); fill: currentColor; }

.main-bg {
  position: relative;
  isolation: isolate;
  background-color: var(--brand-teal);
  box-shadow: 0 8px 26px rgba(7, 56, 60, 0.14);
}

.main-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(5, 49, 53, 0.62), rgba(73, 202, 196, 0.14));
}

.costum-btn,
.btn-primary {
  min-height: 46px;
  padding: 0.7rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--brand-ink);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-shadow: none;
  background: var(--brand-teal);
  box-shadow: 0 8px 20px rgba(30, 151, 146, 0.25);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.costum-btn:hover,
.costum-btn:focus,
.btn-primary:hover,
.btn-primary:focus {
  color: var(--brand-ink);
  border-color: transparent;
  background: var(--brand-teal-dark);
  box-shadow: 0 11px 24px rgba(20, 128, 124, 0.3);
  transform: translateY(-2px);
  outline: none;
  text-decoration: none;
}

.costum-btn:active,
.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(20, 128, 124, 0.22);
}

.costum-btn.small,
.btn-primary.disabled,
.btn-primary:disabled {
  border-color: transparent;
  background: #a7deda;
  box-shadow: none;
  cursor: not-allowed;
}

.button-outline {
  min-height: 46px;
  padding: 0.7rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 12px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.button-outline:hover,
.button-outline:focus {
  color: #fff;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 8px 18px rgba(15, 23, 42, 0.14);
  transform: translateY(-2px);
  text-decoration: none;
}

.button-outline:active { transform: translateY(0); }

.tour-cta {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 390px;
  max-width: 100%;
  margin: 1rem auto 0;
  padding: 0.68rem 0.8rem;
  border: 1px solid var(--brand-ink);
  border-radius: 13px;
  color: #fff;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  background: var(--brand-ink);
  box-shadow: 0 8px 20px rgba(7, 56, 60, 0.2);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.tour-cta:hover,
.tour-cta:focus {
  color: #fff;
  border-color: #0b4b4f;
  background: #0b4b4f;
  box-shadow: 0 11px 24px rgba(7, 56, 60, 0.27);
  transform: translateY(-2px);
  text-decoration: none;
}

.tour-cta:focus-visible {
  outline: 3px solid rgba(73, 202, 196, 0.48);
  outline-offset: 3px;
}

.tour-cta-icon {
  display: inline-flex;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  color: var(--brand-ink);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  background: var(--brand-teal);
  box-shadow: 0 5px 12px rgba(20, 128, 124, 0.18);
}

.tour-cta-copy {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  line-height: 1.2;
}

.tour-cta-copy strong {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0;
}

.tour-cta-copy span {
  margin-top: 0.18rem;
  color: #bde9e5;
  font-size: 0.7rem;
  font-weight: 400;
}

.tour-cta-arrow {
  color: var(--brand-teal);
  font-size: 1.25rem;
  line-height: 1;
  transition: transform 180ms ease;
}

.tour-cta:hover .tour-cta-arrow { transform: translateX(3px); }

/* Bootstrap actions share the same contemporary geometry across the mirror. */
.btn:not(.btn-link),
button.close {
  border-radius: 10px;
  font-weight: 600;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.btn:not(.btn-link):hover { transform: translateY(-1px); }
.btn:not(.btn-link):active { transform: translateY(0); }

.btn:focus-visible,
.costum-btn:focus-visible,
.button-outline:focus-visible {
  outline: 3px solid rgba(73, 202, 196, 0.48);
  outline-offset: 3px;
}

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

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  color: var(--brand-ink);
  border-color: var(--brand-teal-dark);
  background: var(--brand-teal);
  box-shadow: 0 7px 18px rgba(20, 128, 124, 0.2);
}

.form-control {
  border-color: #d7e2f2;
  border-radius: 9px;
  background: #fbfdff;
}

.form-control:focus {
  border-color: var(--brand-teal-dark);
  box-shadow: 0 0 0 0.2rem rgba(73, 202, 196, 0.16);
}

.bg-light,
.articles-section { background-color: var(--site-blue-pale) !important; }
.articles-section { border-top-color: var(--site-blue-border); }

.card,
.broder,
.modal-content {
  border-color: #d8eeec;
  border-radius: 12px;
  box-shadow: 0 5px 18px rgba(7, 56, 60, 0.06);
}

.card {
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 9px 24px rgba(7, 56, 60, 0.11);
}

.owl-theme .owl-dots .owl-dot span { background: #a9ded9 !important; }
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span { background: var(--site-blue) !important; }

.cookie-popup {
  background-color: var(--brand-ink);
  box-shadow: 0 -3px 18px rgba(7, 56, 60, 0.24);
}

.cookie-popup .btn-dark {
  min-height: 36px;
  padding-inline: 1rem;
  border-color: rgba(255, 255, 255, 0.84);
  border-radius: 10px;
  color: var(--brand-ink);
  background: #fff;
  box-shadow: 0 5px 14px rgba(15, 23, 42, 0.18);
}

.cookie-popup .btn-dark:hover,
.cookie-popup .btn-dark:focus {
  color: var(--brand-ink);
  border-color: #fff;
  background: var(--site-blue-soft);
}

footer {
  color: #475569;
  background: #eaf8f6;
  border-top: 1px solid var(--site-blue-border);
}

.repairs-coverage {
  margin: 1.2rem 0 1.5rem;
  padding: 1.15rem;
  border: 1px solid var(--site-blue-border);
  border-radius: 16px;
  background: var(--site-blue-pale);
}

.repairs-coverage h2 {
  margin: 0 0 0.35rem;
  color: var(--brand-ink);
  font-size: 1.3rem;
}

.repairs-coverage > p {
  margin-bottom: 0.9rem;
  color: #477072;
}

.coverage-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.coverage-group {
  padding: 0.8rem;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(7, 56, 60, 0.06);
}

.coverage-group strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--brand-ink);
  font-size: 0.82rem;
}

.coverage-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.coverage-tags span {
  display: inline-flex;
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
  color: var(--site-blue-dark);
  font-size: 0.7rem;
  line-height: 1.2;
  background: var(--site-blue-soft);
}

.kyiv-repairs-map,
#map[data-kyiv-map] {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border: 1px solid var(--site-blue-border);
  border-radius: 14px;
  background-color: #e7f9f7;
  background-image: linear-gradient(rgba(13, 119, 117, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(13, 119, 117, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
  box-shadow: 0 8px 24px rgba(7, 56, 60, 0.1);
}

#map[data-kyiv-map="coverage"] { min-height: 380px; }

.repair-map-marker { border: 0; background: transparent; }

.repair-map-marker span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 12%;
  color: var(--brand-ink);
  background: var(--brand-teal);
  box-shadow: 0 6px 14px rgba(7, 56, 60, 0.3);
  transform: rotate(-45deg);
}

.repair-map-marker b {
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1;
  transform: rotate(45deg);
}

.repair-map-marker-office span { color: #fff; background: var(--brand-ink); }

.repair-map-marker-current { z-index: 1000 !important; }

.repair-map-marker-current span {
  width: 50px;
  height: 50px;
  border: 4px solid var(--brand-teal);
  color: #fff;
  background: var(--brand-ink);
  box-shadow: 0 10px 24px rgba(7, 56, 60, 0.4);
}

.repair-map-marker-current b { font-size: 1rem; }

.repair-map-marker-nearby span {
  width: 26px;
  height: 26px;
  border-width: 2px;
  background: #8fdbd6;
  box-shadow: 0 4px 10px rgba(7, 56, 60, 0.22);
}

.repair-map-marker-nearby b { font-size: 0.62rem; }

.repair-map-marker-metro span {
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  color: #fff;
  background: linear-gradient(135deg, #0d7775, #32b4ae);
  box-shadow: 0 6px 16px rgba(7, 56, 60, 0.32);
}

.repair-map-marker-metro b { font-size: 0.85rem; font-weight: 900; }

.repair-map-current-tooltip {
  border: 1px solid var(--brand-teal-dark);
  color: var(--brand-ink);
  font-weight: 750;
  background: #fff;
  box-shadow: 0 5px 14px rgba(7, 56, 60, 0.14);
}

.report-location-block {
  margin: 1rem 0 1.25rem;
  padding: 0.9rem;
  border: 1px solid var(--site-blue-border);
  border-radius: 16px;
  background: var(--site-blue-pale);
}

.report-location-block h2 {
  margin: 0 0 0.25rem;
  color: var(--brand-ink);
  font-size: 1.12rem;
}

.report-location-block > p {
  margin: 0 0 0.75rem;
  color: #477072;
  font-size: 0.8rem;
}

.kyiv-report-map {
  min-height: 390px;
  overflow: hidden;
  border: 1px solid var(--site-blue-border);
  border-radius: 13px;
  background-color: #e7f9f7;
  background-image: linear-gradient(rgba(13, 119, 117, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(13, 119, 117, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
}

.repair-map-popup { overflow: hidden; border-radius: 10px; }
.repair-map-popup img { display: block; width: 100%; height: 118px; object-fit: cover; }
.repair-map-popup-body { display: flex; flex-direction: column; gap: 0.18rem; padding: 0.65rem 0.1rem 0.1rem; }
.repair-map-popup-body strong { color: var(--brand-ink); font-size: 0.9rem; }
.repair-map-popup-body span { color: #477072; font-size: 0.76rem; }
.repair-map-popup-body small { color: var(--site-blue); font-weight: 700; }
.repair-map-popup-body a { margin-top: 0.35rem; font-weight: 700; }
.leaflet-popup-content { margin: 10px 12px; }
.leaflet-control-attribution { font-size: 10px; }

.online-chat-root-Verbox .trigger-background,
.online-chat-root-Verbox .widget-header-background { background: var(--brand-teal) !important; }

/* Main hero: master cutout with a construction level */
.main-bg {
  overflow: hidden;
}

.main-bg .container {
  position: relative;
  z-index: 1;
  height: 100%;
}

.hero-row {
  position: relative;
  height: 100%;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-master-column {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58%;
  max-width: 650px;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
}

.hero-master-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 18px 24px rgba(3, 44, 47, 0.24));
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-master-column { right: 0; width: 55%; }
  .hero-master-image { max-width: 100%; max-height: 100%; }
}

@media (max-width: 767.98px) {
  .main-bg {
    height: auto !important;
    min-height: 670px;
    padding-top: 1.75rem;
  }

  .main-bg .container,
  .hero-row { height: 100%; }

  .hero-copy {
    padding-inline: 1rem;
    padding-bottom: 365px;
  }

  .hero-master-column {
    right: 0;
    width: 100%;
    max-width: none;
    height: 380px;
    margin: 0;
  }

  .hero-master-image {
    max-width: 100%;
    max-height: 380px;
  }

  .navbar-collapse {
    margin-top: 0.5rem;
    padding: 0.45rem;
    border: 1px solid var(--site-blue-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(7, 56, 60, 0.09);
  }

  .navbar-light .navbar-nav .nav-link { padding: 0.7rem 0.8rem; }

  .main-bg-buttons {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
  }

  .main-bg-buttons .button-outline,
  .main-bg-buttons .costum-btn {
    width: 100%;
    margin-bottom: 0 !important;
    text-align: center;
  }

  .navbar-brand > img {
    width: 48px;
    height: 48px;
  }

  .navbar-brand .brand-title { font-size: 0.8rem; }

  .navbar-brand .brand-subtitle {
    margin-top: 0.3rem;
    font-size: 0.53rem;
    letter-spacing: 0.11em;
  }

  .tour-cta {
    width: 100%;
    gap: 0.7rem;
    padding: 0.72rem;
    border-radius: 13px;
  }

  .tour-cta-icon {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    border-radius: 11px;
    font-size: 0.72rem;
  }

  .tour-cta-copy strong { font-size: 0.88rem; }
  .tour-cta-copy span { font-size: 0.68rem; }
  .tour-cta-arrow { font-size: 1.15rem; }

  .repairs-coverage { margin-inline: -0.25rem; padding: 0.85rem; border-radius: 14px; }
  .coverage-groups { grid-template-columns: 1fr; gap: 0.55rem; }
  .kyiv-repairs-map, #map[data-kyiv-map] { min-height: 430px; border-radius: 12px; }
  #map[data-kyiv-map="coverage"] { min-height: 340px; }
  .report-location-block { margin-inline: -0.25rem; padding: 0.7rem; border-radius: 14px; }
  .report-location-block h2 { font-size: 1rem; }
  .kyiv-report-map { min-height: 330px; border-radius: 11px; }
}

@media (max-width: 359.98px) {
  .navbar-brand > img {
    width: 44px;
    height: 44px;
  }

  .navbar-brand .logo-text { margin-left: 0.4rem !important; }
  .navbar-brand .brand-title { font-size: 0.74rem; }
  .navbar-brand .brand-subtitle { font-size: 0.49rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/* Accurate location map — shared by all Latin location and report routes. */
.location-map-block {
  margin: 1.3rem 0 1.6rem;
  padding: clamp(14px, 2vw, 22px);
  border: 1px solid #b8e3df;
  border-radius: 20px;
  background: linear-gradient(145deg, #f5fffe, #e7f7f5);
}
.location-map-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
.location-map-kicker { display: inline-block; margin-bottom: .3rem; color: #087b78; font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.location-map-heading h2 { margin: 0 0 .3rem; font-size: 1.35rem; }
.location-map-heading p { max-width: 680px; margin: 0; color: #477072; font-size: .86rem; }
.location-map-legend { display: flex; flex-wrap: wrap; flex: 0 0 auto; gap: 7px; }
.location-map-legend span { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border: 1px solid #b8e3df; border-radius: 999px; background: #fff; font-size: .72rem; font-weight: 720; }
.location-map-legend i { display: inline-grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; font-style: normal; }
.legend-current { border: 4px solid #49cac4 !important; background: #07383c; }
.legend-metro { color: #fff; background: #df3038; }
.legend-nearby { background: #8fdbd6; }
.kyiv-location-map {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border: 1px solid #b8e3df;
  border-radius: 16px;
  background: #dff4f1;
  box-shadow: 0 10px 24px rgba(7, 56, 60, .1);
}
.location-map-block .repair-map-marker { border: 0; background: transparent; }
.location-map-block .repair-map-marker span { display: grid; width: 28px; height: 28px; place-items: center; border: 3px solid #fff; border-radius: 50% 50% 50% 11%; color: #07383c; background: #8fdbd6; box-shadow: 0 5px 13px rgba(7, 56, 60, .28); transform: rotate(-45deg); }
.location-map-block .repair-map-marker b { font-size: .72rem; font-weight: 900; line-height: 1; transform: rotate(45deg); }
.location-map-block .repair-map-marker-current { z-index: 2000 !important; }
.location-map-block .repair-map-marker-current span { width: 58px; height: 58px; border: 5px solid #49cac4; color: #fff; background: #07383c; box-shadow: 0 12px 28px rgba(7, 56, 60, .44); }
.location-map-block .repair-map-marker-current b { font-size: 1.05rem; }
.location-map-block .repair-map-marker-metro { z-index: 1000 !important; }
.location-map-block .repair-map-marker-metro span { width: 42px; height: 42px; border-width: 4px; color: #fff; background: #df3038; box-shadow: 0 8px 20px rgba(130, 18, 24, .28); }
.location-map-block .repair-map-marker-metro b { font-size: 1rem; }
.location-map-block .repair-map-marker-nearby span { width: 25px; height: 25px; border-width: 2px; }
.location-map-block .repair-map-marker-nearby b { font-size: .58rem; }
.location-map-block .repair-map-current-tooltip { border: 1px solid #087b78 !important; border-radius: 9px !important; color: #07383c !important; background: #fff !important; box-shadow: 0 5px 15px rgba(7, 56, 60, .14) !important; font-weight: 800; }
.location-map-block .map-popup { min-width: 190px; }
.location-map-block .map-popup small { display: block; color: #087b78; font-weight: 800; }
.location-map-block .map-popup strong { display: block; margin: 2px 0 6px; color: #07383c; font-size: .95rem; }
.location-map-block .map-popup a { display: inline-flex; margin-top: 5px; padding: 6px 9px; border-radius: 9px; color: #fff; background: #087b78; font-weight: 750; }
@media (max-width: 620px) {
  .location-map-heading { flex-direction: column; }
  .kyiv-location-map { min-height: 380px; border-radius: 13px; }
}
/* First-person sales block used across service and location pages. */
.master-sales-intro {
  margin: 1rem 0 1.35rem;
  padding: clamp(16px, 2.5vw, 24px);
  border: 1px solid #b8e3df;
  border-radius: 18px;
  background: linear-gradient(145deg, #f5fffe, #e7f7f5);
  box-shadow: 0 8px 22px rgba(7, 56, 60, .08);
}
.master-sales-intro p { margin-bottom: .75rem; }
.master-sales-intro .master-sales-kicker { margin-bottom: .35rem; color: #087b78; font-size: .76rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.master-sales-intro ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin: .9rem 0 1rem; padding: 0; list-style: none; }
.master-sales-intro li { padding: 10px 11px; border-radius: 11px; color: #07383c; background: #fff; font-size: .86rem; font-weight: 700; }
.master-sales-intro li::before { content: '✓'; margin-right: 6px; color: #087b78; font-weight: 900; }
@media (max-width: 680px) { .master-sales-intro ul { grid-template-columns: 1fr; } }
/* Fully localized sales copy for districts, metro stations, ЖК and reports. */
.localized-copy { color: #123f43; }
.localized-lead { margin: 1rem 0 1.25rem; font-size: 1.04rem; line-height: 1.75; }
.localized-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: .8rem 0 1.6rem; }
.localized-benefits > div { padding: 16px; border: 1px solid #b8e3df; border-radius: 14px; background: #f5fffe; }
.localized-benefits strong, .localized-benefits span { display: block; }
.localized-benefits strong { margin-bottom: 6px; color: #07383c; }
.localized-benefits span { color: #477072; font-size: .9rem; line-height: 1.55; }
.localized-steps { margin: .8rem 0 1.6rem; padding-left: 1.25rem; }
.localized-steps li { margin: .65rem 0; padding-left: .35rem; line-height: 1.6; }
.localized-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 1.25rem 0; }
.localized-gallery img { width: 100%; height: 260px; border-radius: 14px; object-fit: cover; box-shadow: 0 8px 20px rgba(7, 56, 60, .12); }
.localized-cta { margin: 1.5rem 0 .5rem; padding: clamp(18px, 3vw, 28px); border-radius: 18px; color: #fff; background: linear-gradient(135deg, #07383c, #087b78); }
.localized-cta h2 { margin-top: 0; color: #fff; }
.localized-cta p { color: #e4fbf8; }
@media (max-width: 680px) {
  .localized-benefits, .localized-gallery { grid-template-columns: 1fr; }
  .localized-gallery img { height: 220px; }
}
.localized-contact { margin: 1.25rem 0; padding: 20px; border: 1px solid #b8e3df; border-radius: 16px; background: #f5fffe; }
.localized-contact h2 { margin-top: 0; }
.localized-contact a { display: inline-flex; padding: 10px 14px; border-radius: 10px; color: #fff; background: #087b78; font-size: 1.15rem; font-weight: 850; }
.localized-tour { position: relative; min-height: 520px; margin: 1rem 0 1.5rem; overflow: hidden; border-radius: 16px; background: #07383c; }
.localized-tour iframe { width: 100% !important; min-height: 520px; border: 0; }
.localized-sitemap { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 1rem 0 1.5rem; }
.localized-sitemap section { padding: 18px; border: 1px solid #b8e3df; border-radius: 16px; background: #f8fdfc; }
.localized-sitemap h2 { margin-top: 0; }
.localized-sitemap ul { columns: 2; padding-left: 1.15rem; }
.localized-sitemap li { margin: .3rem 0; break-inside: avoid; }
@media (max-width: 680px) {
  .localized-tour, .localized-tour iframe { min-height: 400px; }
  .localized-sitemap { grid-template-columns: 1fr; }
  .localized-sitemap ul { columns: 1; }
}

/* Technical contact controls; isolated from the existing site layout. */
.site-chat-links{position:fixed;right:18px;bottom:18px;z-index:10050;display:flex;flex-direction:column;gap:8px;align-items:flex-end}
.site-chat-link{display:flex;align-items:center;justify-content:center;min-width:104px;height:42px;padding:0 14px;border:2px solid #fff;border-radius:999px;color:#fff!important;font:700 14px/1 Arial,sans-serif;text-decoration:none!important;box-shadow:0 7px 20px rgba(7,56,60,.25);transition:transform .18s ease,box-shadow .18s ease}
.site-chat-link:hover,.site-chat-link:focus{transform:translateY(-2px);box-shadow:0 10px 24px rgba(7,56,60,.32)}
.site-chat-telegram{background:#229ed9}.site-chat-viber{background:#7360f2}
@media(max-width:600px){.site-chat-links{right:12px;bottom:12px}.site-chat-link{min-width:92px;height:40px;padding:0 12px;font-size:13px}}


/* CRO trust and form microcopy */
.hero-trust{list-style:none;margin:14px 0 0;padding:0;font-size:14px;line-height:1.55;text-align:left}
.hero-trust li+li{margin-top:4px}
.cta-note{font-size:13px;line-height:1.4;opacity:.9}
.lead-form-note,.form-trust{font-size:13px;line-height:1.45}
.form-trust{color:#477072}
