/* Hero Section - City Version */
.city-hero-v2 {
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.95) 0%, rgba(26, 26, 26, 0.88) 100%);
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 8rem 0 4rem;
  position: relative;
}

.city-hero-v2-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.breadcrumbs-v2 {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.breadcrumbs-v2 a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.breadcrumbs-v2 a:hover {
  color: #ffffff;
}

.city-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(139, 154, 91, 0.2);
  border: 1px solid rgba(139, 154, 91, 0.3);
  color: #ffffff;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.city-hero-v2 h1 {
  color: #ffffff;
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  line-height: 1.1;
  margin: 0 0 1rem;
}

.location-highlight {
  color: var(--brand-green);
}

.city-hero-subtitle {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.1rem;
  max-width: 720px;
  line-height: 1.6;
  margin: 0 0 2rem;
}

.city-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.trust-bar-city {
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.trust-bar-city-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
}

.trust-stat-city {
  text-align: center;
}

.trust-stat-city-value {
  display: block;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--gray-dark);
}

.trust-stat-city-label {
  display: block;
  font-size: 0.85rem;
  color: var(--gray);
  margin-top: 0.25rem;
}

@media (max-width: 640px) {
  .city-hero-cta a {
    width: 100%;
  }
}
