.locacoes-main { background: linear-gradient(#f7fbfe 0, #fff 260px); }
.locacoes-intro { padding-top: 45px; padding-bottom: 24px; }
.locacoes-intro .home-eyebrow { margin-bottom: 8px; }
.locacoes-intro h1 { margin: 0; color: #133252; font-size: clamp(32px, 3.5vw, 45px); font-weight: 800; letter-spacing: -.04em; line-height: 1.1; }
.locacoes-intro > p:last-child { margin: 9px 0 0; color: var(--home-muted); font-size: 17px; }
.locacoes-filters .home-search { grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(180px, 1.08fr); }
.locacoes-filters .home-search-button { grid-column: 5; grid-row: 1; }
.locacoes-results { padding-top: 31px; padding-bottom: 70px; }
.locacoes-results-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 19px; }
.locacoes-results-bar h2 { margin: 0; color: var(--home-navy); font-size: clamp(20px, 2vw, 26px); font-weight: 800; letter-spacing: -.025em; }
.locacoes-sort { display: flex; align-items: center; gap: 9px; }
.locacoes-sort label { color: var(--home-muted); font-size: 13px; font-weight: 650; white-space: nowrap; }
.locacoes-sort select { min-height: 39px; padding: 0 9px; border: 1px solid #d5e2ee; border-radius: 8px; background: #fff; color: var(--home-navy); font-size: 13px; }
.locacoes-sort button { min-height: 39px; padding: 0 13px; border: 1px solid var(--home-blue); border-radius: 8px; background: #fff; color: var(--home-blue); font-size: 13px; font-weight: 750; }
.locacoes-sort button:hover { background: #eaf4fb; }
.locacoes-empty { display: flex; flex-direction: column; align-items: center; padding: 52px 20px; border: 1px solid var(--home-border); border-radius: 12px; background: #f7fbfe; text-align: center; }
.locacoes-empty > .fa { color: var(--home-blue); font-size: 34px; }
.locacoes-empty h3 { margin: 12px 0 4px; color: var(--home-navy); font-size: 22px; }
.locacoes-empty p { margin: 0 0 20px; color: var(--home-muted); }
.locacoes-empty a { display: inline-flex; align-items: center; min-height: 43px; padding: 0 21px; border-radius: 9px; background: var(--home-yellow); color: var(--home-navy); font-weight: 750; }
.locacoes-empty a:hover { background: #f4ce22; }

@media (max-width: 1100px) {
  .locacoes-results .home-property-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .locacoes-filters .home-search { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .locacoes-filters .home-search-button { grid-column: 1 / -1; grid-row: auto; }
  .locacoes-results .home-property-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .locacoes-intro { padding-top: 30px; padding-bottom: 20px; }
  .locacoes-intro > p:last-child { font-size: 15px; }
  .locacoes-filters .home-search { grid-template-columns: 1fr; }
  .locacoes-filters .home-search-button { grid-column: auto; }
  .locacoes-results { padding-top: 28px; padding-bottom: 48px; }
  .locacoes-results-bar { align-items: flex-start; flex-direction: column; }
  .locacoes-sort { width: 100%; flex-wrap: wrap; }
  .locacoes-sort select { flex: 1; min-width: 140px; }
  .locacoes-results .home-property-grid { grid-template-columns: 1fr; }
}
