/* Patch 24 — фикс мобильного поиска и кнопка назад */

.back-object-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 12px 18px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: #181a20;
  font-weight: 900;
  box-shadow: 0 8px 24px rgba(24,26,32,.06);
  transition: .18s ease;
}

.back-object-btn:hover {
  transform: translateY(-2px);
  border-color: var(--primary);
  color: var(--primary);
  box-shadow: 0 12px 32px rgba(24,26,32,.12);
}

/* Убираем перекрытие городов поиском на телефоне */
@media (max-width: 900px) {
  .agency-hero .vt-search {
    bottom: -305px !important;
  }

  .districts-section {
    padding-top: 365px !important;
  }
}

@media (max-width: 760px) {
  .agency-hero .vt-search {
    bottom: -330px !important;
  }

  .districts-section {
    padding-top: 390px !important;
  }

  .dynamic-hero,
  .agency-hero,
  .hero-v3 {
    min-height: 900px !important;
  }

  .back-object-btn {
    position: sticky;
    top: 82px;
    z-index: 20;
    margin-bottom: 16px;
    width: fit-content;
    padding: 11px 16px;
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(10px);
  }
}

@media (max-width: 420px) {
  .agency-hero .vt-search {
    bottom: -345px !important;
  }

  .districts-section {
    padding-top: 410px !important;
  }

  .dynamic-hero,
  .agency-hero,
  .hero-v3 {
    min-height: 920px !important;
  }
}
