/* ============================================================
   Редизайн шапки и hero-блока (по макету Figma)
   ============================================================ */

/* ---------- Header (dark theme) ---------- */
.top-header--v2 {
  background: #293b51;
}
.top-header--v2 .hedaer__inner-logo a span {
  color: #ffffff;
}
.top-header--v2 .header__inner-city button span {
  color: #ffffff;
}
.top-header--v2 .header__inner-city button svg path {
  stroke: #ffffff;
}
.top-header--v2 .header__inner-contacts a {
  color: #ffffff;
}
.top-header--v2 .header__inner-city button:hover span,
.top-header--v2 .header__inner-contacts a:hover {
  color: #9fc4ff;
}
.top-header--v2 .burger-menu-top__block,
.top-header--v2 .burger-menu-middle__block,
.top-header--v2 .burger-menu-bottom__block {
  background-color: #ffffff;
}
.top-header--v2.active .burger-menu-top__block {
  background: #ffffff !important;
}
.top-header--v2.active .burger-menu-bottom__block {
  background: #ffffff !important;
}
.header__inner-social {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: end;
}
.header__inner-social a {
  display: flex;
  transition: 0.2s;
}
.header__inner-social a img {
  width: 26px;
  height: 26px;
}
.header__inner-social a:hover {
  transform: scale(1.08);
}
@media (min-width: 992px) {
  .top-header--v2 .hedaer__inner-menu nav ul li a {
    color: #ffffff;
  }
  .top-header--v2 .hedaer__inner-menu nav ul li a:hover {
    color: #9fc4ff;
  }
  .header__inner-contacts {
    gap: 10px;
  }
}
.mobile-city {
  display: none;
}
@media (max-width: 991px) {
  .top-header--v2 .header__inner-city {
    display: none;
  }
  .top-header--v2 .header__inner-contacts {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    width: auto;
  }
  .mobile-city {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
  }
  .mobile-city .city-btn span {
    color: #1e1e1e;
  }
  .header__inner-social a img {
    width: 22px;
    height: 22px;
  }
}

/* ---------- Hero ---------- */
#hero2 {
  background: #dff1ff;
  padding: 32px 0 0 0;
  position: relative;
  overflow: hidden;
}
#hero2 .wrapper {
  position: relative;
  z-index: 1;
}
.hero2__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
  align-items: flex-start;
  padding-bottom: 48px;
}
.hero2__content {
  flex: 1 1 460px;
  min-width: 280px;
}
.hero2__visual {
  flex: 1 1 380px;
  min-width: 280px;
  display: flex;
  justify-content: center;
}

.hero2__rating {
  flex-basis: 100%;
  order: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin: 0 0 28px 0;
  padding: 0;
  list-style: none;
  color: #1e1e1e;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.hero2__rating-star {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}
.hero2__rating-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #83919a;
  display: inline-block;
}

.hero2__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 3.6vw, 48px);
  color: #1e1e1e;
  line-height: 1.2;
  text-transform: none;
  text-align: left;
  margin: 0 0 20px 0;
}
.hero2__underline {
  width: 180px;
  height: 4px;
  border-radius: 44px;
  background: #b36e3f;
  margin-bottom: 20px;
}
.hero2__desc {
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 1.6vw, 20px);
  font-weight: 500;
  color: #1e1e1e;
  line-height: 1.5;
  margin: 0 0 24px 0;
  max-width: 620px;
}

.hero2__checklist {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 28px 0;
  padding: 0;
  list-style: none;
}
.hero2__check {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 28px;
  padding: 8px 18px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #1e1e1e;
  white-space: nowrap;
}
.hero2__check img {
  width: 20px;
  height: 20px;
}

.hero2__price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 16px;
  margin: 0 0 24px 0;
}
.hero2__price-label {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #83919a;
  flex-basis: 100%;
}
.hero2__price-value {
  font-family: "Inter", sans-serif;
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 700;
  color: #1e1e1e;
}
.hero2__price-note {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #83919a;
}

.hero2__cta {
  box-sizing: border-box;
  display: inline-block;
  background: #c36e34;
  color: #ffffff !important;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  padding: 16px 32px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
  margin-bottom: 28px;
}
.hero2__cta:hover {
  opacity: 0.85;
}

.hero2__messengers-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}
.hero2__messengers-label {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #1e1e1e;
  margin: 0;
  white-space: nowrap;
}
.hero2__messengers {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}
@media (max-width: 480px) {
  .hero2__messengers {
    flex-wrap: wrap;
  }
}
.hero2__messenger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 32px;
  color: #ffffff !important;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: 0.2s;
}
.hero2__messenger--vk {
  background: #2787f5;
}
.hero2__messenger--tg {
  background: #29b6f6;
}
.hero2__messenger--wa {
  background: #60d669;
}
.hero2__messenger--max {
  background: linear-gradient(90deg, #7e61eb, #579df6);
}
.hero2__messenger:hover {
  opacity: 0.85;
}
.hero2__messenger-icon {
  width: 20px;
  height: 20px;
  display: none;
}
.hero2__messenger-text {
  display: inline;
}

/* visual column */
.hero2__photo-wrap {
  position: relative;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1 / 1;
  margin-top: 20px;
}
.hero2__decor {
  position: absolute;
  z-index: 0;
}
.hero2__decor--1 {
  width: 30%;
  top: 4%;
  right: 4%;
}
.hero2__decor--2 {
  width: 40%;
  bottom: 6%;
  left: -6%;
}
.hero2__decor--3 {
  width: 78%;
  top: 6%;
  left: 12%;
  z-index: -1;
}
.hero2__photo {
  position: absolute;
  inset: 8% 10%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.hero2__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero2__stat-card {
  position: absolute;
  z-index: 2;
  background: #fefefe;
  border-radius: 14px;
  box-shadow: -4px 4px 8px -3px rgba(0, 0, 0, 0.25);
  padding: 12px 18px;
  white-space: nowrap;
}
.hero2__stat-card--rating {
  top: 6%;
  left: -6%;
}
.hero2__stat-card--count {
  bottom: 10%;
  left: -10%;
}
.hero2__stat-card--speed {
  top: 46%;
  right: -12%;
}
.hero2__stat-value {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin: 0;
  line-height: 1.2;
}
.hero2__stat-value--rating {
  color: #f0b42d;
}
.hero2__stat-value--count {
  color: #34a261;
}
.hero2__stat-value--speed {
  color: #b76b39;
}
.hero2__stat-label {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #1e1e1e;
  margin: 4px 0 0 0;
}

.hero2__shape-left {
  position: absolute;
  left: -60px;
  bottom: -30px;
  width: 220px;
  z-index: 0;
  opacity: 0.9;
  pointer-events: none;
}

@media (max-width: 991px) {
  .hero2__shape-left {
    display: none;
  }
  #hero2 {
    padding-top: 24px;
  }
  .hero2__grid {
    padding-bottom: 32px;
    gap: 16px;
  }
  .hero2__rating {
    justify-content: center;
    text-align: center;
    font-size: 13px;
  }
  .hero2__visual {
    order: 2;
    margin-bottom: 8px;
  }
  .hero2__content {
    order: 3;
  }
  .hero2__photo-wrap {
    max-width: 260px;
  }
  .hero2__stat-card {
    padding: 8px 12px;
    border-radius: 10px;
  }
  .hero2__stat-value {
    font-size: 16px;
  }
  .hero2__stat-label {
    font-size: 10px;
  }
  .hero2__content {
    text-align: center;
  }
  .hero2__title {
    text-align: center;
  }
  .hero2__underline {
    margin-left: auto;
    margin-right: auto;
  }
  .hero2__desc {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .hero2__checklist {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
  .hero2__check {
    padding: 6px 14px;
    font-size: 13px;
  }
  .hero2__price-row {
    justify-content: center;
  }
  .hero2__price-label {
    flex-basis: auto;
  }
  .hero2__price-note {
    display: none;
  }
  .hero2__cta {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 52px;
    padding: 14px 20px;
  }
  .hero2__messengers-row {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .hero2__messenger {
    padding: 8px 14px;
    border-radius: 36px;
  }
  .hero2__messenger-icon {
    display: inline-block;
  }
  .hero2__messenger-text {
    display: none;
  }
}

/* ---------- Trust strip ---------- */
.trust-strip {
  background: #2b3c4e;
  padding: 16px 10px;
}
.trust-strip__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.trust-strip__item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #b3bfcd;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}
.trust-strip__item img {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}
@media (max-width: 600px) {
  .trust-strip__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 16px;
  }
  .trust-strip__item {
    font-size: 12px;
    white-space: normal;
  }
}
