.property-card {
  transition: transform 0.2s, box-shadow 0.2s;
}

.property-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.property-card .card-img-top {
  height: 220px;
  object-fit: cover;
}

.badge-property {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.badge-price {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  font-size: 0.85rem;
  background: rgba(26, 58, 140, 0.85) !important;
  backdrop-filter: blur(4px);
  color: #fff;
  padding: 0.4em 0.7em;
  border-radius: 6px;
}

.hero-section {
  background: linear-gradient(135deg, #1a3a8c 0%, #0f2a6e 100%);
  padding: 3rem 0;
  color: white;
}

.filter-bar {
  background: var(--tblr-bg-surface);
  border-radius: 8px;
  padding: 1rem 1.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  margin-top: -2rem;
  position: relative;
  z-index: 10;
}
