/*
Theme Name: GS Imob Premium
Theme URI: https://gilvanesilva.com.br
Author: Vydia Systems
Description: Tema premium limpo e responsivo para o sistema GS Imob Core — imobiliária de alto padrão.
Version: 1.1
Text Domain: gs-imob-premium
*/
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background-color: #f8f9fa;
  color: #222;
}
a {
  color: #0c4c6b;
  text-decoration: none;
}
a:hover {
  color: #c89f63;
}
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
header, footer {
  background: #0c4c6b;
  color: white;
  padding: 20px 0;
}
footer {
  text-align: center;
  font-size: 0.9rem;
}
button, .btn {
  background: #c89f63;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
}
button:hover, .btn:hover {
  background: #a98044;
}
