:root { --bs-primary: #0b6e69; --bs-primary-rgb: 11, 110, 105; }
body { min-height: 100vh; display: flex; flex-direction: column; }
body > main { flex: 1 0 auto; }
body > footer { margin-top: auto !important; }
.hero { min-height: 420px; background: linear-gradient(90deg, rgba(10, 28, 44, .83), rgba(10, 28, 44, .3)), url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1800&q=85') center/cover; }
.search-panel { background: rgba(255, 255, 255, .96); }
.property-card { transition: transform .2s ease, box-shadow .2s ease; }
.property-card:hover { transform: translateY(-4px); box-shadow: 0 .8rem 1.5rem rgba(0,0,0,.13) !important; }
.property-card:focus-visible { outline: 3px solid var(--bs-primary); outline-offset: 4px; }
.property-image { height: 220px; object-fit: cover; }
.detail-image { height: min(62vw, 560px); object-fit: cover; }
.mapa-inmueble iframe { width: 100%; height: 360px; border: 0; display: block; }
.tasacion-panel { min-height: 620px; }
.tasacion-imagen { min-height: 320px; background: linear-gradient(0deg, rgba(7, 42, 40, .24), rgba(7, 42, 40, .05)), url('https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?auto=format&fit=crop&w=1200&q=85') center/cover; }
.quienes-somos-imagen { width: 100%; min-height: 380px; object-fit: cover; }
.contacto-panel { min-height: 560px; }
.contacto-imagen { min-height: 340px; background: linear-gradient(0deg, rgba(7, 42, 40, .22), rgba(7, 42, 40, .05)), url('/images/contacto-entrega-llaves.png') center/cover; }
.contacto-red { width: 2.5rem; height: 2.5rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--bs-primary); border-radius: 50%; color: var(--bs-primary); font-size: 1.2rem; text-decoration: none; }
.contacto-red:hover { background: var(--bs-primary); color: white; }
.property-features { display: flex; gap: .8rem; flex-wrap: wrap; }
.table-sort { padding: 0; border: 0; background: transparent; color: inherit; font-weight: inherit; white-space: nowrap; }
.table-sort:hover { color: var(--bs-primary); }
.action-icon { width: 2.25rem; height: 2.25rem; display: inline-flex; align-items: center; justify-content: center; }
.modal-dialog-scrollable .modal-content > form { display: flex; flex-direction: column; min-height: 0; overflow: hidden; }
@media (max-width: 575.98px) {
  .hero { min-height: 360px; }
  .detail-image { height: 72vw; }
  .mapa-inmueble iframe { height: 280px; }
  .tasacion-panel { min-height: 0; }
  .tasacion-imagen { min-height: 240px; }
  .quienes-somos-imagen { min-height: 260px; }
  .contacto-panel { min-height: 0; }
  .contacto-imagen { min-height: 240px; }
  .action-icon { width: 2.5rem; height: 2.5rem; }
}
