/* cormenu=ad7d2b */
/* corfundo=dfc684 */
/* corletra=4f2d14 */

/* Smooth scroll para navegação entre âncoras - funciona em mobile e desktop */
html {
  scroll-behavior: smooth;
}

/* Compatibilidade adicional para navegadores mais antigos */
@supports not (scroll-behavior: smooth) {
  html {
    scroll-behavior: auto;
  }
}

/* Scroll margin para compensar elementos fixos no topo ao navegar por âncoras */
#contato-hero,
#encomenda-formulario,
#conteudo-principal,
#compra-para-lista,
#filtro-rapido-mobile,
#sqllista,
.home-vitrine-titulo,
/* Páginas institucionais */
#noticias-hero,
#sobreandradas-hero,
#quemsomos-hero,
#avaliacoes-hero,
#construcoes-hero,
#servicos-hero,
/* Páginas de ofertas - listas de imóveis */
#casas-lista,
#chacaras-lista,
#sitios-lista,
#terrenos-lista,
#apartamentos-lista,
#financiamentos-hero,
#galpoes-lista,
#out_cid-lista,
#comer_ind-lista,
#automoveis-lista,
#trocas-lista {
  scroll-margin-top: 180px; /* Aumentado para garantir visibilidade adequada */
}

@media screen and (max-width: 980px) {
  /* No mobile grande, compensa a altura da barra de atalhos fixa + menus */
  #contato-hero,
  #encomenda-formulario,
  #conteudo-principal,
  #compra-para-lista,
  #filtro-rapido-mobile,
  #sqllista,
  .home-vitrine-titulo,
  #noticias-hero,
  #sobreandradas-hero,
  #quemsomos-hero,
  #avaliacoes-hero,
  #construcoes-hero,
  #servicos-hero,
  #casas-lista,
  #chacaras-lista,
  #sitios-lista,
  #terrenos-lista,
  #apartamentos-lista,
  #financiamentos-hero,
  #galpoes-lista,
  #out_cid-lista,
  #comer_ind-lista,
  #automoveis-lista,
  #trocas-lista {
    scroll-margin-top: 200px; /* Aumentado para melhor visibilidade */
  }
}

@media screen and (max-width: 700px) {
  /* No mobile pequeno, ajusta para a barra de atalhos + menus */
  #contato-hero,
  #encomenda-formulario,
  #conteudo-principal,
  #compra-para-lista,
  #filtro-rapido-mobile,
  #sqllista,
  .home-vitrine-titulo,
  #noticias-hero,
  #sobreandradas-hero,
  #quemsomos-hero,
  #avaliacoes-hero,
  #construcoes-hero,
  #servicos-hero,
  #casas-lista,
  #chacaras-lista,
  #sitios-lista,
  #terrenos-lista,
  #apartamentos-lista,
  #financiamentos-hero,
  #galpoes-lista,
  #out_cid-lista,
  #comer_ind-lista,
  #automoveis-lista,
  #trocas-lista {
    scroll-margin-top: 180px; /* Aumentado para melhor visibilidade */
  }
}
td a{
text-decoration: none;
}

td a:HOVER{
  text-decoration: underline;
}

.imovel-codigo-link,
.imovel-codigo-link:visited {
  color: inherit;
  text-decoration: none;
}

.imovel-codigo-link:hover {
  text-decoration: none;
}

.imovel-meta-label {
  display: block;
  font-family: var(--fel-font-body);
  font-size: clamp(12px, 1.1vw, 15px);
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(79, 45, 20, 0.82);
  text-align: center;
}

.imovel-codigo {
  margin: 12px auto 14px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
  text-align: center;
}

.imovel-codigo-valor,
.imovel-codigo-link.imovel-codigo-valor,
.imovel-codigo-link.imovel-codigo-valor:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 6px 14px;
  border: 1px solid rgba(79, 45, 20, 0.45);
  border-radius: 999px;
  background: rgba(223, 198, 132, 0.62);
  color: #4f2d14;
  font-family: var(--fel-font-body);
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
}

.imovel-codigo-link.imovel-codigo-valor:hover {
  background: #4f2d14;
  color: #dfc684;
  border-color: #dfc684;
}

.imovel-preco {
  margin: 8px auto 14px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
  text-align: center;
}

.imovel-preco-valor {
  font-family: var(--fel-font-body);
  font-size: clamp(32px, 3.4vw, 50px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.01em;
  color: #3f250f;
}

.imovel-meta-line {
  margin: 6px 0;
  font-family: var(--fel-font-body);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  line-height: 1.35;
}

.imovel-meta-line strong {
  font-weight: 800;
}

.imovel-card-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 10px 0 14px;
  width: 100%;
  text-align: center;
}

.imovel-card-meta .imovel-codigo,
.imovel-card-meta .imovel-preco {
  margin: 0;
  width: 100%;
  align-items: center;
}

.breadcrumb {
  margin: 8px 10px 12px 0;
  font-size: clamp(14px, 1.8vw, 20px);
  color: #4f2d14;
}

.breadcrumb a {
  color: inherit;
  text-decoration: underline;
}

.breadcrumb span {
  margin: 0 4px;
}

.links-categorias a {
  color: #4f2d14;
  margin-right: 10px;
  text-decoration: underline;
}

.fotolista-detalhe {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
  font-size: 0;
}

.fotolista-detalhe a {
  display: inline-block;
  line-height: 0;
}

.imovel-galeria-bloco {
  text-align: center;
  color: #4f2d14;
}

.imovel-galeria-bloco h1,
.imovel-galeria-bloco h2,
.imovel-galeria-bloco h3 {
  color: #4f2d14;
}

.imovel-galeria-main-wrap {
  margin: 12px auto;
  max-width: 1200px;
  background: rgba(0, 0, 0, 0.05);
  padding: 8px;
  border-radius: 12px;
  position: relative;
}

#imagem-principal-imovel {
  display: block;
  width: 100%;
  max-width: 1200px;
  max-height: 85vh;
  margin: 0 auto;
  border-radius: 10px;
  object-fit: contain;
}

.imovel-galeria-seta {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 2px solid #dfc684;
  background: rgba(79, 45, 20, 0.88);
  color: #dfc684;
  font-size: 34px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.imovel-galeria-seta:hover {
  background: #dfc684;
  color: #4f2d14;
  border-color: #4f2d14;
}

.imovel-galeria-seta-prev {
  left: 14px;
}

.imovel-galeria-seta-next {
  right: 14px;
}

.imovel-galeria-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  margin-top: 10px;
}

.imovel-thumb-btn {
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}

.imovel-thumb-btn img {
  display: block;
  width: 120px;
  height: 88px;
  object-fit: cover;
  border-radius: 8px;
}

.imovel-thumb-btn.is-active {
  border-color: #4f2d14;
}

.cadastro-imovelalone {
  margin-top: 18px;
  padding-top: 12px;
  border-top: 2px dashed rgba(79, 45, 20, 0.35);
}

.cadastro-imovelalone-box {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.cadastro-imovelalone textarea,
.cadastro-imovelalone input[type="text"] {
  max-width: 100%;
  box-sizing: border-box;
}

#buscainput input[type="submit"] {
    width: 200px; /* Largura do botão */
}

#logo img{
position: fixed;  /* fazer menu do topo flutuar */
margin-top: -15px;
border-radius: 0px;
margin-left: 13px;
}

#logo img:hover{
position: fixed;  /* fazer menu do topo flutuar */
margin-top: 10px;
border-radius: 0px;
margin-left: 13px;
top: -200;
}

#cabecalho img{
margin-top: -210px;
border-radius: 5px;
margin-left: 250px;
height: 240px;
}

#menubot{
list-style-type: none;
margin-right: 000px; /* MUDEI AKI */
overflow: hidden;
background: #ad7d2b;
display: flex;
margin-top:30px;
margin-left: 210px;
border-radius: 10px;
padding-top: 10;
margin-right: 1%;
}

.video-container {
    display: inline-block;
    vertical-align: center;
    margin: 0;
    padding: 0;
}

#menubot p {
  color:#4f2d14;
  font-size: 23px; /* Aumentado para 23px */
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

#ft{
  margin-top: 7;
  margin-left: 55;
  margin-right: 0;
  margin-bottom: 7;
}

#fotolista img, #fotolista video {
    max-width: 500px;
    max-height: 500px;
    width: auto;
    height: auto;
    margin: 0;
    padding: 3;
    border-radius: 10px;
}

#fotolista img:hover, #fotolista video:hover {
    transform: scale(1.05);
}

#fotolista input[type="image"] {
    max-width:500px;
    max-height:500px;
    width: auto;
    height: auto;
    margin: 0;
    padding: 3;
    border-radius: 10px;
}

#fotolista input[type="image"]:hover  {
    transform: scale(1.05);
}

#listacss {
 border-radius: 15px;
 background: #ad7d2b;
 margin-left: 15;
 margin-right: 15;
 margin-bottom: 50px;
 margin-top: -20;
}
#listacss1 {
 border-radius: 15px;
 background: #b3945e;
 margin: 15;
 margin-top: -40px;
}

/* MENU TOP */
#menutopo ul{
  list-style-type: none;
  overflow: hidden;
  background: #ad7d2b;
  align-items: center;
  justify-content: center;
  margin-top:10px;
  margin-left: 210px;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 0;
}

#menutopo + br {
  display: none;
}

#menutopo li {
  float: left;
}

#menutopo li a {
  display: block;
  color: #4f2d14;
  padding: 14px 16px;
  text-decoration: none;
  text-align: center;
  font-size: 25px; /* Aumentado para 25px */
}

#menutopo li a:hover {
  color:#ad7d2b;
  background: #4f2d14;
}

/*FIM MENU TOP */

/* MENU ESQUERDO */
#menuesquerdo ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
  background: #ad7d2b;
  float: left;
  margin-top: 10px;
  border-radius: 10px;
  margin-left: 5px;
  margin-top: -50px;
  margin-right: 10px;
}

#menuesquerdo li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f2d14;
  padding: 8px 16px;
  text-decoration: none;
  font-size: clamp(15px, 1.1vw, 18px); /* Aumentado para 28px */
}

#menuesquerdo li {
  text-align: center;
}

#menuesquerdo li:last-child {
  border-bottom: none;
}

#menuesquerdo li a.active {
  background-color: #4CAF50;
  color: white;
}

#menuesquerdo li a:hover:not(.active) {
  color:#ad7d2b;
  background: #4f2d14;
  border-radius: 10px;
}

/*  FIM MENU ESQUERDO */

#sqllista {
  background: #DAA520 ;
  margin-right: 00px; /* MUDEI AKI */
  text-align: center;
  margin-left: 0;
  border-radius: 15px;
  font-size: clamp(18px, 2.2vw, 26px);
  margin-right: 10px;
}

body.cor-anuncios{
padding: 0px;
margin: 0px;
background-color: #aac684;
}

body.cor-diferente{
padding: 0px;
margin: 0px;
background-color: #dfc684;
}

body {
padding: 0px;
margin: 0px;
background-color: #dfc684;
}

#sql-textos{
  text-align: center;
  font-size: 20px;
  background: #DAA520 ;
  margin-right: 100px;
  border-radius: 25px;
  margin-left: 210px;
  margin-top: -30px;
}

/*inicio menu topo ADM*/
#menutopo_adm ul{
  margin: 5px;
  list-style-type: none;
  overflow: hidden;
  background-color: var(--fel-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

#menutopo_adm li {
  float: left;
}

#menutopo_adm li a {
  display: block;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  text-align: center;
  padding-left: 10px;
}

#menutopo_adm li a:hover {
  background-color: var(--fel-accent-soft);
  color: var(--fel-brand-strong);
}

/*fim menu topo ADM*/

#botaofoto{
  color:#f0f0f0;
  width: 10;
  border-radius: 15px;
  border-style: groove;
  border-width: 3px;
}

#botaoduvida{
  background: #dfc684;
  color:  #4f2d14;
  border-radius: 15px;
  border-style: none;
  border-width: 3px;
  margin-bottom: 4px;
  font-size: 22px;
}

#botaoduvida:hover{
  color:  #dfc684;
  border-radius: 15px;
  border-style: none;
  border-width: 3px;
  margin-bottom: 4px;
  background:  #4f2d14;
}

#frase_imovel a {
font-size:30px; /* Aumentado para 30px */
border-width: 0;
font-style: italic;
border-style: double;
margin-top: 10;
margin-left: 10%;
margin-right: 10%;
display: block;
}

#frase_imovel a:hover {
border-width: 0;
font-style: italic;
border-style: double;
margin-top: 10;
margin-left: 10%;
margin-right: 10%;
display: block;
}

#cadastro_feito_por_usuario{
margin-left: 200px;
padding-left: 10px;
}

#busca{
  background: linear-gradient(180deg, #b88a3c 0%, #ad7d2b 100%);
  margin-left: 210px;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 14px;
  border: 1px solid rgba(79, 45, 20, 0.28);
  box-shadow: 0 2px 10px rgba(79, 45, 20, 0.12);
  padding: 14px;
}

#buscainput,
#buscainput form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px 12px;
  align-items: end;
  color: #4f2d14;
  font-size: 21px;
  margin: 0;
}

#buscainput > form {
  width: 100%;
}

#buscainput label{
  margin: 0;
  display: block;
}

#buscainput > label:first-of-type,
#buscainput > form > label:first-of-type {
  grid-column: 1 / -1;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 700;
  line-height: 1.35;
}

#buscainput br {
  display: none;
}

#buscainput select{
  color: #4f2d14;
  border: 1px solid rgba(79, 45, 20, 0.35);
  background: #f3dfb1;
  min-height: 48px;
  padding: 10px 12px;
  border-radius: 10px;
  width: 100%;
}

#buscainput input {
  background-color: #f3dfb1;
  border: 1px solid rgba(79, 45, 20, 0.35);
  color: #4f2d14;
  min-height: 48px;
  padding: 10px 12px;
  border-radius: 10px;
  width: 100%;
}

#buscainput input::placeholder {
  color: rgba(79, 45, 20, 0.65);
}

#buscainput input[type="submit"],
#buscainput #botaofazerbusca {
  min-height: auto;
  padding: 10px 24px;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 800;
  white-space: nowrap;
}

input[type="text"],
input[type="password"],
select,
select option {
  font-size: clamp(16px, 2.2vw, 20px);
  margin: 3px;
  border-radius: 10px;
}

.cad_enc_imovel {
font-size: 22px;
color:#4f2d14;
}

#botaomais{
  background: #dfc684;
  color:  #4f2d14;
  border-radius: 15px;
  border-style: none;
  border-width: 3px;
  margin-bottom: 4px;
  font-size: 22px;
  margin: 10px;
}

#botaomais:hover{
  color:  #dfc684;
  border-radius: 15px;
  border-style: none;
  border-width: 3px;
  margin-bottom: 4px;
  background:  #4f2d14;
}

#texto_superior{
  margin-top: 00;
  font-size: clamp(18px, 2.5vw, 28px);
  margin-left: 0;
  color:#4f2d14;
  margin-bottom: -10;
}

::placeholder{
 color:  #4f2d14;
}

#cnai a {
display: flex;
color: #4f2d14 ;
text-align: center;
display: flex;
margin-left: 10;
margin-top: 10;
padding-top:10;
}

#files{
  background: #4f2d14;
  color: #dfc684;
  border: 2px solid #dfc684;
  border-radius: 10px;
  padding: 8px 14px;
  font-weight: 700;
  cursor: pointer;
}

#files:hover{
  background: #dfc684;
  color: #4f2d14;
  border-color: #4f2d14;
}

#telefone label{
margin-top: 10;
color: #4f2d14 ;
text-align: center;
display: flex;
font-size: 30px; /* Aumentado para 30px */
margin-left: 10;
}

#cliqueaki {
  color: #ad7d2b;
  background: #4f2d14;
  border-radius: 15px;
  border-style: none;
  border-width: 3px;
}
#cliqueaki:hover {
  color: #4f2d14;
  background: #ad7d2b;
  border-style: none;
  border-width: 3px;
}

#toggle-1 {
   display:none;
}

#toggle-1 p {
  background: var(--fel-brand);
}

#sistemamostra label {
  appearance: none;
  -webkit-appearance: push-button;
  -moz-appearance: button;
  display: inline-block;
  cursor: pointer;
  padding: 5px;
}

#sistemamostra {
   display:none;
}

#toggle-1:checked ~ #sistemamostra {
   display:block;
}

#toggle-2 {
   display:none;
}

#toggle-2 p{
  background: var(--fel-brand);
}

#sistemamostra1 label {
  appearance: none;
  -webkit-appearance: push-button;
  -moz-appearance: button;
  display: inline-block;
  cursor: pointer;
  padding: 5px;
}

#sistemamostra1 {
   display:none;
}

#toggle-2:checked ~ #sistemamostra1 {
   display:block;
}

.splash {
  position: fixed;
  top: 40%;
  left: 0;
  margin-left: 15%;
  margin-right: 15%;
  border-radius: 15px;
  background-color: var(--fel-brand);
  border:5px;
  z-index: 9999;
  color: white;
  text-align: center;
  line-height: 3vh;
  border-style:outset;
  border-color:var(--fel-accent);
  line-height: 1.5;
  font-size:25px;
}

.splash.display-none {
  position: fixed;
  opacity:0;
  top: 50%;
  left: 0;
  margin-left: 15%;
  margin-right: 15%;
  border-radius: 15px;
  background-color: var(--fel-brand);
  border:5px;
  z-index: -10;
  color: white;
  text-align: center;
  line-height: 3vh;
  border-style:outset;
  border-color:var(--fel-accent);
  line-height: 1;
  transition: 1s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  animation: fadeIn 1s ease-in forwards;
}

.logosplash{
      position: fixed;
      height: 20%;
      width: 30%;
      top: 10%;
      transition: 1s;
}

.splash p span {
    white-space: normal;
    color: yellow;
    margin-top:50px;
}

iframe {
    border-radius: 15px;
    display: block;
    margin: auto;
}

#botaofazerbusca {
  font-size: 30px;
}

.textarea-13px {
  font-size: 20px;
}

h1 {
    font-size: 40px;
    line-height: 1.2;
    margin: 0;
}

h2, h3 {
    font-size: 35px;
    line-height: 1.2;
    margin: 0;
}

@media screen and (max-width: 1000px) {
  #logo img,
  #logo img:hover {
    position: static;
    margin: 8px auto;
    display: block;
    max-width: 240px;
    width: 100%;
    top: auto;
  }

  #cabecalho img {
    margin: 0 auto 10px;
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  #menutopo ul,
  #menubot,
  #sqllista,
  #sql-textos,
  #busca,
  .breadcrumb {
    margin-left: 8px;
    margin-right: 8px;
  }

  #menutopo ul,
  #menuesquerdo ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 8px;
    float: none;
    width: auto;
    margin: 8px;
  }

  #menutopo ul {
    margin-bottom: 0;
  }

  #menutopo li,
  #menuesquerdo li,
  #menutopo_adm li {
    float: none;
    width: 100%;
  }

  #menutopo li a,
  #menuesquerdo li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    text-align: center;
    font-size: 17px;
    line-height: 1.2;
    padding: 8px 6px;
    border-radius: 8px;
    word-break: break-word;
  }

  #menubot p {
    font-size: 18px;
  }

  #texto_superior {
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
    font-size: 24px;
  }

  .breadcrumb {
    font-size: 18px;
  }

  #imagem-principal-imovel {
    max-height: 68vh;
  }

  .imovel-thumb-btn img {
    width: 92px;
    height: 70px;
  }

  .imovel-galeria-seta {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }

  .imovel-galeria-seta-prev {
    left: 8px;
  }

  .imovel-galeria-seta-next {
    right: 8px;
  }

  #cadastro_feito_por_usuario {
    margin-left: 0;
    padding: 10px;
  }

  #busca {
    margin-top: 0;
    padding: 10px;
  }

  #buscainput,
  #buscainput form {
    grid-template-columns: 1fr;
    gap: 8px;
    font-size: 18px;
  }

  input[type="text"],
  input[type="password"],
  select,
  select option {
    font-size: 22px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  #buscainput input[type="submit"],
  #botaofazerbusca,
  #botaomais,
  #botaoduvida {
    width: 100%;
    max-width: 100%;
    font-size: 24px;
    box-sizing: border-box;
  }

  #fotolista img,
  #fotolista video,
  #fotolista input[type="image"] {
    max-width: 100%;
    height: auto;
  }

  #telefone label {
    font-size: 22px;
  }

  .splash,
  .splash.display-none {
    top: 20%;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 20px;
  }

  h1 {
    font-size: 30px;
  }

  h2,
  h3 {
    font-size: 26px;
  }
}

/* =========================================================
   PADRONIZACAO GLOBAL DO SITE (LEGADO-COMPATIVEL)
   ========================================================= */
:root {
  --fel-bg: #dfc684;
  --fel-card: #ad7d2b;
  --fel-card-alt: #b3945e;
  --fel-text: #4f2d14;
  --fel-border: rgba(79, 45, 20, 0.35);
  --fel-radius: 12px;
  --fel-font-body: "Manrope", "Segoe UI", "Helvetica Neue", sans-serif;
  --fel-font-display: "Playfair Display", Georgia, serif;
}

body {
  background: var(--fel-bg);
  color: var(--fel-text);
  font-family: var(--fel-font-body);
  line-height: 1.4;
}

a {
  color: inherit;
}

#sqllista,
#sql-textos,
#busca,
#listacss,
#listacss1,
#cadastro_feito_por_usuario,
.imovel-galeria-main-wrap,
.cadastro-imovelalone {
  border: 1px solid var(--fel-border);
  border-radius: var(--fel-radius);
  box-shadow: 0 2px 10px rgba(79, 45, 20, 0.12);
}

#sqllista,
#sql-textos,
#busca,
#listacss,
#listacss1 {
  color: var(--fel-text);
}

#sqllista,
#sql-textos {
  padding: 12px;
}

#listacss {
  background: var(--fel-card);
}

#listacss1 {
  background: var(--fel-card-alt);
}

#cadastro_feito_por_usuario {
  background: var(--fel-card);
  color: var(--fel-text);
  margin: 12px 10px 24px 210px;
  max-width: calc(100% - 220px);
  padding: 14px;
  box-sizing: border-box;
}

/* imovelalone: sem contornos nos blocos principais */
body.pagina-imovelalone #sqllista,
body.pagina-imovelalone #listacss,
body.pagina-imovelalone #cadastro_feito_por_usuario,
body.pagina-imovelalone .imovel-galeria-main-wrap,
body.pagina-imovelalone .cadastro-imovelalone {
  border: none;
  box-shadow: none;
}

body.pagina-imovelalone .cadastro-imovelalone {
  border-top: none;
}

/* detalhe do imovel: reduz espaco entre menu topo e bloco principal */
body.pagina-imovel-detalhe #menutopo ul {
  margin-bottom: 0;
}

body.pagina-imovel-detalhe #menutopo + br {
  display: none;
}

body.pagina-imovel-detalhe #sqllista {
  margin-top: 0;
  overflow: visible;
}

/* home: reduz espaco entre menu topo e vitrine */
body.pagina-home #menutopo ul {
  margin-bottom: 0;
}

body.pagina-home #menutopo + br {
  display: none;
}

body.pagina-home #sqllista {
  margin-top: 0;
}

body.pagina-imovel-detalhe .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 6px;
  position: sticky;
  top: 8px;
  z-index: 40;
  margin: 8px auto 12px;
  width: fit-content;
  max-width: min(100%, 860px);
  padding: 8px 14px;
  border: 1px solid var(--fel-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: 0 8px 18px rgba(54, 36, 20, 0.16);
  text-align: center;
}

body.pagina-imovel-detalhe .breadcrumb span {
  margin: 0;
}

#sqllista h1,
#sqllista h2,
#sqllista h3,
#sql-textos h1,
#sql-textos h2,
#sql-textos h3 {
  color: var(--fel-text);
  line-height: 1.25;
}

h1,
h2,
h3 {
  font-family: var(--fel-font-display);
  letter-spacing: 0.01em;
}

h1 {
  font-size: clamp(28px, 3.2vw, 40px);
}

h2 {
  font-size: clamp(24px, 2.6vw, 34px);
}

h3 {
  font-size: clamp(20px, 2.2vw, 30px);
}

input[type="text"],
input[type="password"],
select,
select option,
textarea {
  font-family: var(--fel-font-body);
  font-size: clamp(18px, 2vw, 24px);
  background-color: #dfc684;
  color: var(--fel-text);
  border: 1px solid var(--fel-border);
  border-radius: 10px;
  box-sizing: border-box;
}

textarea {
  width: 100%;
  max-width: 100%;
  min-height: 140px;
}

textarea[name="contato_texto"] {
  width: min(100%, 760px);
  height: 160px;
  min-height: 160px;
  max-height: 260px;
}

.cad_enc_imovel {
  color: var(--fel-text);
}

input[type="submit"],
button,
#files,
#botaomais,
#botaoduvida,
#botaofazerbusca {
  font-family: var(--fel-font-body);
  background: #4f2d14;
  color: #dfc684;
  border: 2px solid #dfc684;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
}

input[type="submit"]:hover,
button:hover,
#files:hover,
#botaomais:hover,
#botaoduvida:hover,
#botaofazerbusca:hover {
  background: #dfc684;
  color: #4f2d14;
  border-color: #4f2d14;
}

#menubot p {
  font-size: clamp(18px, 2vw, 24px);
}

#texto_superior {
  font-size: clamp(22px, 3vw, 34px);
}

@media screen and (max-width: 1000px) {
  #cadastro_feito_por_usuario {
    margin: 10px 8px 20px;
    max-width: calc(100% - 16px);
  }

  textarea[name="contato_texto"] {
    width: 100%;
    height: 140px;
    min-height: 140px;
  }
}

/* Contencao visual: cards sempre dentro do fundo de #sqllista */
#sqllista {
  box-sizing: border-box;
  overflow: hidden;
}

#sqllista > #listacss,
#sqllista > #listacss1,
#sqllista > div#listacss,
#sqllista > div#listacss1 {
  margin: 12px 0 !important;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  clear: both;
}

@media screen and (max-width: 1000px) {
  #sqllista > #listacss,
  #sqllista > #listacss1,
  #sqllista > div#listacss,
  #sqllista > div#listacss1 {
    margin: 10px 0 !important;
  }
}

/* =========================================================
   SITE 2026 - REBUILD VISUAL
   ========================================================= */
:root {
  --fel-bg: #fffdf2;
  --fel-bg-soft: #ffffff;
  --fel-surface: #ffffff;
  --fel-surface-2: #fff8df;
  --fel-ink: #4f2d14;
  --fel-ink-soft: #7b5a34;
  --fel-brand: #7b5a34;
  --fel-brand-strong: #4f2d14;
  --fel-accent: #fbaa13;
  --fel-accent-soft: #fff1bf;
  --fel-support: #fdf201;
  --fel-border: rgba(79, 45, 20, 0.18);
  --fel-radius-sm: 12px;
  --fel-radius-md: 18px;
  --fel-radius-lg: 26px;
  --fel-shadow-soft: 0 12px 30px rgba(79, 45, 20, 0.12);
  --fel-shadow-strong: 0 24px 52px rgba(79, 45, 20, 0.2);
  --fel-font-body: "Space Grotesk", "Sora", "Segoe UI", sans-serif;
  --fel-font-display: "Bricolage Grotesque", "DM Serif Display", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--fel-ink);
  font-family: var(--fel-font-body);
  background:
    radial-gradient(900px 380px at -14% -6%, rgba(253, 242, 1, 0.12), rgba(253, 242, 1, 0)),
    radial-gradient(780px 320px at 108% 0%, rgba(251, 170, 19, 0.14), rgba(251, 170, 19, 0)),
    linear-gradient(180deg, var(--fel-bg-soft) 0%, var(--fel-bg) 100%);
}

h1,
h2,
h3 {
  font-family: var(--fel-font-display);
  color: var(--fel-ink);
  letter-spacing: -0.012em;
}

h1 {
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1.03;
}

h2 {
  font-size: clamp(28px, 3.1vw, 44px);
  line-height: 1.06;
}

h3 {
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.1;
}

a {
  color: inherit;
}

.topo-site {
  margin: 22px 24px 10px;
  display: grid;
  gap: 16px;
}

.topo-site-coluna-esquerda {
  --topo-card-h: clamp(132px, 9.2vw, 152px);
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  align-items: stretch;
}

#logo,
#cnai,
#telefone,
#cabecalho {
  margin: 0;
}

#logo a,
#cnai a,
#telefone label {
  box-sizing: border-box;
  height: var(--topo-card-h);
}

#logo a {
  --logo-mark-size: calc(var(--topo-card-h) - 28px);
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 0;
  padding: 14px;
  text-decoration: none;
  border-radius: var(--fel-radius-lg);
  border: 1px solid var(--fel-border);
  background: linear-gradient(140deg, #ffffff 0%, #f5ede0 100%);
  box-shadow: var(--fel-shadow-soft);
}

#logo img,
#logo img:hover {
  position: static;
  margin: 0;
  width: auto;
  min-width: 0;
  max-width: none;
  height: var(--logo-mark-size);
  border-radius: 0;
  flex: 0 0 auto;
  display: block;
}

.logo-bloco-texto {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 0;
  gap: 4px;
}

.logo-bloco-texto strong {
  font-size: clamp(25px, 2.4vw, 36px);
  line-height: 1;
}

.logo-bloco-texto small {
  font-size: clamp(14px, 1.2vw, 18px);
  color: var(--fel-ink-soft);
}

.painel-profissional {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

#cnai a,
#telefone label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding: 14px;
  border-radius: var(--fel-radius-md);
  border: 1px solid var(--fel-border);
  box-shadow: var(--fel-shadow-soft);
}

#cnai a {
  margin: 0;
  color: var(--fel-ink);
  text-decoration: none;
  background: linear-gradient(160deg, rgba(123, 90, 52, 0.12), rgba(123, 90, 52, 0.04));
}

#cnai a strong {
  margin-bottom: 4px;
  font-size: clamp(17px, 1.5vw, 21px);
}

#cnai a span {
  font-size: clamp(12px, 1.05vw, 14px);
  color: var(--fel-ink-soft);
}

#telefone label {
  margin: 0;
  gap: 4px;
  background: linear-gradient(160deg, rgba(184, 138, 60, 0.14), rgba(184, 138, 60, 0.05));
}

#telefone label strong {
  margin-bottom: 4px;
  font-size: clamp(17px, 1.5vw, 21px);
  color: var(--fel-brand-strong);
}

#telefone label a {
  color: var(--fel-ink);
  text-decoration: none;
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 700;
}

#telefone label a:hover {
  color: var(--fel-brand);
}

#cabecalho {
  position: relative;
  min-height: 470px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: var(--fel-shadow-strong);
}

#cabecalho picture,
#cabecalho img {
  display: block;
  width: 100%;
  height: 100%;
}

#cabecalho img {
  margin: 0;
  object-fit: cover;
}

/* #cabecalho::before — overlay removido para exibir imagem original sem filtro */

#cabecalho::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(112deg, rgba(33, 29, 29, 0.62) 0%, rgba(33, 29, 29, 0.32) 40%, rgba(33, 29, 29, 0.08) 100%),
    radial-gradient(500px 220px at 18% 16%, rgba(251, 170, 19, 0.34), rgba(251, 170, 19, 0));
}


.cabecalho-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: min(900px, 100%);
  padding: clamp(20px, 3.5vw, 36px);
  color: #ffffff;
}

.cabecalho-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  font-family: var(--fel-font-body);
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3c1306;
  background: var(--fel-accent);
}

.cabecalho-heading {
  margin: 0;
  color: #ffffff;
  font-family: var(--fel-font-display);
  font-size: clamp(31px, 3vw, 53px);
  font-weight: 700;
  line-height: 1.1;
}

.cabecalho-overlay > p:not(.cabecalho-kicker):not(.cabecalho-heading) {
  margin: 12px 0 0;
  max-width: 62ch;
  font-size: clamp(15px, 1.2vw, 19px);
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.9);
}

.cabecalho-acoes {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cabecalho-acoes a {
  min-height: 48px;
  padding: 10px 16px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: clamp(13px, 1.02vw, 16px);
  font-weight: 700;
  text-decoration: none;
  backdrop-filter: blur(3px);
}

.cabecalho-acoes a:hover {
  background: #ffffff;
  color: var(--fel-brand-strong);
}

.cabecalho-acoes .acao-secundaria {
  border-color: rgba(197, 154, 90, 0.85);
  background: rgba(197, 154, 90, 0.92);
  color: #3b1307;
}

.cabecalho-acoes .acao-secundaria:hover {
  background: #d7b57b;
  color: #2a0d05;
}

#texto_superior {
  margin: 0 24px 10px;
  padding: 12px 16px;
  border-radius: var(--fel-radius-md);
  border: 1px solid var(--fel-border);
  background: linear-gradient(120deg, rgba(123, 90, 52, 0.08), rgba(197, 154, 90, 0.08));
  box-shadow: var(--fel-shadow-soft);
  overflow: hidden;
}

.texto-superior-faixa {
  display: flex;
  align-items: center;
  width: max-content;
  min-width: 100%;
  will-change: transform;
  animation: felTicker 28s linear infinite;
}

.texto-superior-faixa .ticker-frase {
  flex: 0 0 auto;
  display: inline-block;
  white-space: nowrap;
  padding-right: clamp(36px, 5vw, 72px);
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.4;
  font-weight: 600;
  color: var(--fel-ink-soft);
}

.texto-superior-faixa .ticker-frase-secundaria {
  padding-left: clamp(110px, 14vw, 240px);
}

@keyframes felTicker {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .texto-superior-faixa {
    width: 100%;
    min-width: 0;
    animation: none;
    display: block;
  }

  .texto-superior-faixa .ticker-frase {
    white-space: normal;
    padding: 0;
    display: block;
  }

  .texto-superior-faixa .ticker-frase-secundaria {
    margin-top: 6px;
  }

  .texto-superior-faixa .ticker-frase[aria-hidden="true"] {
    display: none;
  }
}

#menutopo ul {
  margin: 0 24px;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 8px;
  list-style: none;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

#menutopo li {
  float: none;
}

#menutopo li a {
  min-height: 46px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 12px;
  border: 1px solid var(--fel-border);
  background: linear-gradient(150deg, #ffffff 0%, #f5ede0 100%);
  color: var(--fel-ink);
  font-size: clamp(13px, 0.95vw, 15px);
  font-weight: 700;
  text-decoration: none;
  box-shadow: var(--fel-shadow-soft);
}

#menutopo li a:hover {
  background: var(--fel-brand);
  border-color: var(--fel-brand);
  color: #ffffff;
}

#menuesquerdo {
  float: none;
  width: auto;
  margin: 14px 24px 0;
}

.menu-lateral-titulo {
  margin: 0 0 8px;
  font-family: var(--fel-font-body);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fel-ink-soft);
  font-weight: 700;
}

#menuesquerdo ul {
  margin: 0;
  width: 100%;
  float: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
  gap: 8px;
  list-style: none;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

#menuesquerdo li {
  text-align: left;
}

#menuesquerdo li a {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(90, 63, 35, 0.16);
  background: linear-gradient(150deg, #ffffff 0%, #f4ebdc 100%);
  color: var(--fel-ink);
  font-size: clamp(17px, 1.3vw, 20px); /* Categorias de busca */
  text-decoration: none;
  box-shadow: var(--fel-shadow-soft);
}

#menuesquerdo li a:hover:not(.active) {
  background: linear-gradient(150deg, #7b5a34 0%, #5a4022 100%);
  color: #ffffff;
  border-color: transparent;
}

#cliqueaki {
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3c1306;
  background: var(--fel-accent);
}

#busca,
#sqllista,
#sql-textos,
#menubot,
#cadastro_feito_por_usuario,
.breadcrumb,
.home-conversao,
.home-vitrine-titulo {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

#busca {
  margin-top: 16px;
  margin-bottom: 14px;
  border-radius: var(--fel-radius-md);
  border: 1px solid var(--fel-border);
  background: linear-gradient(150deg, #ffffff 0%, #f4ebdc 100%);
  box-shadow: var(--fel-shadow-soft);
  padding: 16px;
}

#buscainput,
#buscainput form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  align-items: end;
  color: var(--fel-ink);
  margin: 0;
}

#buscainput > label:first-of-type,
#buscainput > form > label:first-of-type {
  grid-column: 1 / -1;
  font-weight: 700;
  color: var(--fel-ink-soft);
}

#buscainput input,
#buscainput select {
  min-height: 48px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(90, 63, 35, 0.2);
  background: #ffffff;
  color: var(--fel-ink);
  font-size: clamp(14px, 1.02vw, 16px);
}

#buscainput select {
  font-size: clamp(18px, 1.2vw, 21px);
}

#buscainput input[type="submit"],
#buscainput #botaofazerbusca {
  min-height: 50px;
  border: 1px solid var(--fel-brand);
  background: var(--fel-brand);
  color: #ffffff;
  font-size: clamp(18px, 1.22vw, 21px);
  font-weight: 700;
}

#buscainput input[type="submit"]:hover,
#buscainput #botaofazerbusca:hover {
  border-color: var(--fel-accent);
  background: var(--fel-accent);
  color: #351107;
}

input[type="text"],
input[type="password"],
select,
select option,
textarea {
  font-family: var(--fel-font-body);
  font-size: clamp(14px, 1.02vw, 16px);
  border: 1px solid rgba(90, 63, 35, 0.2);
  border-radius: 10px;
  color: var(--fel-ink);
  background: #ffffff;
}

select,
select option {
  font-size: clamp(17px, 1.14vw, 20px);
}

textarea {
  width: 100%;
  max-width: 100%;
}

input[type="submit"],
button,
#files,
#botaomais,
#botaoduvida,
#botaofazerbusca {
  border-radius: 12px;
  border: 1px solid var(--fel-brand);
  background: var(--fel-brand);
  color: #ffffff;
  font-family: var(--fel-font-body);
  font-size: clamp(17px, 1.14vw, 20px);
  font-weight: 700;
  cursor: pointer;
}

input[type="submit"]:hover,
button:hover,
#files:hover,
#botaomais:hover,
#botaoduvida:hover,
#botaofazerbusca:hover {
  background: var(--fel-accent);
  border-color: var(--fel-accent);
  color: #351107;
}

.home-conversao {
  margin-top: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 14px;
}

.home-conversao-texto,
.home-conversao-dados,
.home-vitrine-titulo {
  border-radius: var(--fel-radius-lg);
  border: 1px solid var(--fel-border);
  box-shadow: var(--fel-shadow-soft);
}

.home-conversao-texto {
  padding: clamp(18px, 3vw, 30px);
  background:
    linear-gradient(148deg, #fff5d4 0%, #ffe8b0 58%, #ffd676 100%),
    linear-gradient(118deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
  color: var(--fel-brand-strong);
}

.home-conversao-tag {
  margin: 0;
  display: inline-flex;
  border-radius: 999px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  background: var(--fel-accent);
  color: #3c1306;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-conversao-texto h2 {
  margin: 10px 0 0;
  color: var(--fel-brand-strong);
}

.home-conversao-texto > p {
  margin: 12px 0 0;
  font-size: clamp(15px, 1.1vw, 17px);
  color: rgba(63, 47, 31, 0.82);
}

.home-conversao-acoes {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-conversao-acoes a {
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: clamp(13px, 0.98vw, 15px);
  font-weight: 700;
  color: var(--fel-brand-strong);
  border: 1px solid rgba(111, 86, 58, 0.28);
  background: rgba(255, 255, 255, 0.68);
}

.home-conversao-acoes a:hover {
  background: #ffffff;
  color: var(--fel-brand);
}

.home-conversao-acoes .acao-secundaria {
  border-color: var(--fel-accent);
  background: var(--fel-accent);
  color: var(--fel-brand-strong);
}

.home-conversao-acoes .acao-secundaria:hover {
  background: #ffd984;
  color: var(--fel-brand-strong);
}

.home-conversao-dados {
  padding: 12px;
  background: linear-gradient(160deg, #ffffff 0%, #f4ebdc 100%);
  display: grid;
  gap: 10px;
}

.home-dado {
  border-radius: var(--fel-radius-sm);
  border: 1px solid rgba(90, 63, 35, 0.14);
  background: #ffffff;
  padding: 12px;
}

.home-dado strong {
  display: block;
  margin-bottom: 4px;
  font-size: clamp(17px, 1.3vw, 22px);
  color: var(--fel-brand-strong);
  line-height: 1.2;
}

.home-dado span {
  font-size: clamp(13px, 0.98vw, 15px);
  color: var(--fel-ink-soft);
}

.home-vitrine-titulo {
  margin-top: 0;
  margin-bottom: 14px;
  background: linear-gradient(140deg, #ffffff 0%, #f8f1e7 100%);
  padding: 14px 16px;
}

.home-vitrine-titulo h2 {
  margin: 0;
}

.home-vitrine-titulo p {
  margin: 6px 0 0;
  font-size: clamp(14px, 1.02vw, 16px);
  color: var(--fel-ink-soft);
}

#sqllista {
  margin-top: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.imoveis-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 18px;
  align-items: stretch;
  margin: 0;
}

.imoveis-grid > #listacss,
.imoveis-grid > #listacss1,
.imoveis-grid > div#listacss,
.imoveis-grid > div#listacss1 {
  margin: 0 !important;
}

#sqllista > #listacss,
#sqllista > #listacss1,
#sqllista > div#listacss,
#sqllista > div#listacss1 {
  margin: 0 0 16px !important;
}

.imoveis-vazio {
  grid-column: 1 / -1;
  border-radius: var(--fel-radius-lg);
  border: 1px dashed rgba(90, 63, 35, 0.28);
  background: linear-gradient(148deg, #ffffff 0%, #f4ebdc 100%);
  padding: 18px;
  font-size: clamp(15px, 1.08vw, 18px);
  font-weight: 600;
  color: var(--fel-brand-strong);
}

.imovel-card {
  border-radius: var(--fel-radius-lg);
  border: 1px solid var(--fel-border);
  box-shadow: var(--fel-shadow-soft);
  background: linear-gradient(150deg, #ffffff 0%, #f4ebdc 100%);
  padding: clamp(14px, 2vw, 22px);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.imoveis-grid .imovel-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(63, 43, 25, 0.24);
}

.imoveis-grid .imovel-card {
  padding: 0;
  overflow: hidden;
}

.imovel-card-link {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.imovel-card-capa {
  width: 100%;
  height: 220px;
  object-fit: contain;
  display: block;
  transition: transform 0.22s ease;
  background-color: #f5f5f5;
}

.imovel-card-link:hover .imovel-card-capa {
  transform: scale(1.03);
}

.imovel-card-conteudo {
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.imovel-titulo-resumo {
  font-size: clamp(16px, 1.8vw, 20px);
}

.imovel-frase-resumo {
  font-size: 14px;
}

.imovel-titulo-resumo {
  margin: 0;
  font-size: clamp(18px, 1.4vw, 24px);
  line-height: 1.25;
  color: var(--fel-brand-strong);
}

.imovel-meta-resumo {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.imovel-chip-resumo {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(90, 63, 35, 0.2);
  background: rgba(123, 90, 52, 0.08);
  color: var(--fel-brand-strong);
  font-size: clamp(13px, 0.98vw, 15px);
  font-weight: 700;
  padding: 4px 10px;
}

.imovel-preco-resumo {
  margin: 0;
  font-size: clamp(27px, 2.45vw, 37px);
  font-weight: 800;
  color: var(--fel-brand-strong);
  line-height: 1.1;
}

.imovel-descricao-resumo {
  margin: 0;
  color: var(--fel-ink-soft);
  font-size: clamp(14px, 1.04vw, 17px);
  line-height: 1.35;
}

.imovel-cta-resumo {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 10px;
  border: 1px solid rgba(197, 154, 90, 0.45);
  background: rgba(197, 154, 90, 0.18);
  color: #3c1306;
  font-size: clamp(14px, 1.02vw, 16px);
  font-weight: 700;
  padding: 8px 14px;
}

.imovel-card-link:hover .imovel-cta-resumo {
  background: var(--fel-accent);
  border-color: var(--fel-accent);
}

#listacss.imovel-card {
  background: linear-gradient(148deg, #ffffff 0%, #f4ebdc 100%);
}

#listacss1.imovel-card {
  background: linear-gradient(148deg, #ffffff 0%, #f7efdf 100%);
}

.imovel-frase {
  text-align: center;
}

.imovel-frase a {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--fel-accent-soft);
  border: 1px solid rgba(197, 154, 90, 0.32);
  color: #3c1306;
  font-size: clamp(13px, 0.98vw, 15px);
}

.imovel-titulo {
  margin: 10px auto 0;
  width: min(100%, 960px);
  text-align: center;
}

.imovel-card-meta {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
}

.imovel-codigo-link.imovel-codigo-valor,
.imovel-codigo-link.imovel-codigo-valor:visited {
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(90, 63, 35, 0.24);
  background: rgba(123, 90, 52, 0.08);
  color: var(--fel-brand-strong);
  font-size: clamp(14px, 1.04vw, 16px);
  font-weight: 700;
}

.imovel-codigo-link.imovel-codigo-valor:hover {
  background: var(--fel-brand);
  color: #ffffff;
  border-color: var(--fel-brand);
}

.imovel-meta-label {
  color: var(--fel-ink-soft);
  font-size: clamp(11px, 0.82vw, 13px);
}

.imovel-preco-valor {
  color: var(--fel-brand-strong);
  font-size: clamp(30px, 2.8vw, 42px);
}

.imovel-acoes-card {
  margin-top: 8px;
  text-align: center;
}

.imovel-acoes-card a {
  min-height: 42px;
  padding: 8px 14px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(197, 154, 90, 0.45);
  background: rgba(197, 154, 90, 0.2);
  color: #3c1306;
  font-size: clamp(13px, 0.96vw, 14px);
  font-weight: 700;
  text-decoration: none;
}

.imovel-acoes-card a:hover {
  background: var(--fel-accent);
  border-color: var(--fel-accent);
}

.imovel-midias {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
}

.imoveis-grid .imovel-midias {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.imovel-media-item {
  display: block;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(90, 63, 35, 0.14);
  box-shadow: 0 12px 26px rgba(72, 49, 28, 0.1);
  background: #e8dcc8;
}

#fotolista img,
#fotolista input[type="image"],
#fotolista video,
.imovel-media-item video {
  width: 100%;
  max-width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 0;
  border: 0;
  padding: 0;
  margin: 0;
}

#fotolista img:hover,
#fotolista video:hover,
#fotolista input[type="image"]:hover {
  transform: scale(1.02);
}

.slideshow {
  margin-top: 10px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(90, 63, 35, 0.14);
}

.slideshow a img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
}

#botaoduvida {
  margin: 14px auto 0;
  width: min(100%, 920px);
  padding: 14px;
  border-radius: 14px;
  border: 1px solid var(--fel-brand);
  background: linear-gradient(142deg, #ffd266 0%, #fbaa13 100%);
  color: var(--fel-brand-strong);
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.35;
}

.imoveis-grid .imovel-card form {
  margin-top: auto;
}

.imoveis-grid #botaoduvida {
  width: 100%;
  margin: 14px 0 0;
}

#botaoduvida:hover {
  background: linear-gradient(142deg, #ffe08f 0%, #ffbf3c 100%);
  border-color: #ffbf3c;
}

#botaomais {
  margin: 2px auto 24px;
  width: min(100%, 320px);
  min-height: 52px;
  border-radius: 12px;
  border: 1px solid #d79a23;
  background: linear-gradient(142deg, #ffd86c 0%, #fbaa13 58%, #f09f07 100%);
  color: #3c1306;
  box-shadow: 0 10px 22px rgba(215, 154, 35, 0.34);
  font-size: clamp(17px, 1.2vw, 21px);
}

#botaomais:hover {
  background: linear-gradient(142deg, #ffe7a1 0%, #ffd26a 55%, #fcb42f 100%);
  border-color: #7b5a34;
  color: #4f2d14;
}

#menubot {
  margin-top: 8px;
  margin-bottom: 24px;
  padding: 14px;
  border-radius: var(--fel-radius-lg);
  border: 1px solid var(--fel-border);
  background: linear-gradient(145deg, #ffffff 0%, #f5ede0 100%);
  box-shadow: var(--fel-shadow-soft);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.menubot-coluna {
  border-radius: 12px;
  border: 1px solid rgba(90, 63, 35, 0.14);
  background: #ffffff;
  padding: 12px;
}

.menubot-coluna h3 {
  margin: 0;
  font-size: clamp(20px, 1.7vw, 26px);
}

.menubot-coluna p {
  margin: 8px 0 0;
  font-size: clamp(14px, 1.02vw, 16px);
  line-height: 1.35;
  color: var(--fel-ink-soft);
}

.menubot-coluna a {
  color: var(--fel-brand-strong);
  text-decoration: none;
  font-weight: 700;
}

.menubot-coluna a:hover {
  text-decoration: underline;
}

#ft {
  margin: 0;
  min-height: 1px;
}

#cadastro_feito_por_usuario {
  margin-top: 8px;
  padding: 14px;
  max-width: none;
  border-radius: var(--fel-radius-md);
  border: 1px solid var(--fel-border);
  background: linear-gradient(150deg, #ffffff 0%, #f4ebdc 100%);
  box-shadow: var(--fel-shadow-soft);
}

.breadcrumb {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: clamp(14px, 1.05vw, 16px);
  color: var(--fel-ink-soft);
}

.imovel-galeria-main-wrap {
  border: 1px solid var(--fel-border);
  border-radius: var(--fel-radius-md);
  background: linear-gradient(150deg, #ffffff 0%, #f4ebdc 100%);
  box-shadow: var(--fel-shadow-soft);
}

.imovel-galeria-seta {
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(33, 29, 29, 0.62);
  color: #ffffff;
}

.imovel-galeria-seta:hover {
  background: var(--fel-accent);
  border-color: var(--fel-accent);
  color: #351107;
}

.splash {
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  width: min(760px, calc(100% - 28px));
  border-radius: var(--fel-radius-md);
  border: 1px solid var(--fel-border);
  background: linear-gradient(155deg, #fffef6 0%, #ffe9ae 100%);
  color: var(--fel-brand-strong);
  box-shadow: var(--fel-shadow-strong);
  padding: 12px 16px;
  line-height: 1.45;
}

.splash p {
  margin: 0;
  font-size: clamp(15px, 1.14vw, 20px);
}

.splash p span {
  color: #a9761f;
}

.splash.display-none {
  opacity: 0;
  pointer-events: none;
  z-index: -10;
}

body.pagina-listagem #busca {
  margin-top: 12px;
}

body.pagina-listagem #sqllista {
  margin-top: 0;
}

body.pagina-listagem #sqllista > form {
  margin-top: 12px;
}

body.pagina-listagem #buscainput > label:first-of-type,
body.pagina-listagem #buscainput > form > label:first-of-type {
  margin-bottom: 2px;
}

body.pagina-listagem .cad_enc_imovel {
  margin-top: 8px;
  margin-bottom: 0;
}

body.pagina-conteudo #sql-textos,
body.pagina-conteudo #cadastro_feito_por_usuario {
  margin-top: 12px;
  margin-bottom: 14px;
}

body.pagina-conteudo #sql-textos {
  text-align: left;
  line-height: 1.5;
}

body.pagina-conteudo #sql-textos h1,
body.pagina-conteudo #sql-textos h2,
body.pagina-conteudo #sql-textos h3 {
  margin-top: 0;
}

#sql-textos.institucional-page,
#busca.institucional-page {
  background: linear-gradient(150deg, var(--fel-surface) 0%, var(--fel-surface-2) 100%);
  border-radius: var(--fel-radius-lg);
  border: 1px solid var(--fel-border);
  box-shadow: var(--fel-shadow-soft);
  padding: clamp(16px, 2vw, 24px);
  color: var(--fel-ink);
}

#busca.institucional-page {
  margin-top: 12px;
  margin-bottom: 14px;
}

#sql-textos.institucional-page .institucional-hero,
#busca.institucional-page .institucional-hero {
  margin-bottom: 14px;
}

#sql-textos.institucional-page .institucional-kicker,
#busca.institucional-page .institucional-kicker {
  margin: 0;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  border: 1px solid var(--fel-border);
  background: var(--fel-accent-soft);
  color: var(--fel-brand-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
}

#sql-textos.institucional-page .institucional-hero h1,
#busca.institucional-page .institucional-hero h1 {
  margin: 10px 0 6px;
}

#sql-textos.institucional-page .institucional-subtitulo,
#busca.institucional-page .institucional-subtitulo {
  margin: 0;
  color: var(--fel-ink-soft);
  font-size: clamp(15px, 1.08vw, 18px);
}

#sql-textos.institucional-page .institucional-conteudo {
  display: grid;
  gap: 10px;
}

#sql-textos.institucional-page .institucional-bloco {
  border-radius: var(--fel-radius-md);
  border: 1px solid var(--fel-border);
  background: linear-gradient(160deg, var(--fel-bg-soft) 0%, var(--fel-surface-2) 100%);
  padding: 14px;
  box-shadow: var(--fel-shadow-soft);
  line-height: 1.55;
}

#sql-textos.institucional-page .institucional-bloco > :first-child {
  margin-top: 0;
}

#sql-textos.institucional-page .institucional-bloco > :last-child {
  margin-bottom: 0;
}

#sql-textos.contato-page {
  background: linear-gradient(150deg, var(--fel-surface) 0%, var(--fel-surface-2) 100%);
  border-radius: var(--fel-radius-lg);
  border: 1px solid var(--fel-border);
  box-shadow: var(--fel-shadow-soft);
  padding: clamp(16px, 2vw, 24px);
  color: var(--fel-ink);
}

#sql-textos.contato-page .contato-hero {
  margin-bottom: 14px;
}

#sql-textos.contato-page .contato-kicker {
  margin: 0;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  border: 1px solid var(--fel-border);
  background: var(--fel-accent-soft);
  color: var(--fel-brand-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
}

#sql-textos.contato-page .contato-hero h1 {
  margin: 10px 0 6px;
}

#sql-textos.contato-page .contato-hero p {
  margin: 0;
  color: var(--fel-ink-soft);
  font-size: clamp(15px, 1.08vw, 18px);
}

#sql-textos.contato-page .contato-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
}

#sql-textos.contato-page .contato-card {
  border-radius: var(--fel-radius-md);
  border: 1px solid var(--fel-border);
  background: linear-gradient(160deg, var(--fel-bg-soft) 0%, var(--fel-surface-2) 100%);
  padding: 14px;
  box-shadow: var(--fel-shadow-soft);
}

#sql-textos.contato-page .contato-card h2 {
  margin: 0 0 8px;
  font-size: clamp(20px, 1.8vw, 28px);
  color: var(--fel-brand-strong);
}

#sql-textos.contato-page .contato-card p {
  margin: 0 0 6px;
}

#sql-textos.contato-page .contato-lista {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

#sql-textos.contato-page .contato-lista a,
#sql-textos.contato-page .contato-mapa {
  font-weight: 700;
  color: var(--fel-brand-strong);
  text-decoration: none;
}

#sql-textos.contato-page .contato-lista a:hover,
#sql-textos.contato-page .contato-mapa:hover {
  color: var(--fel-brand);
  text-decoration: underline;
}

#sql-textos.contato-page .contato-lista span {
  margin-left: 6px;
  color: var(--fel-ink-soft);
  font-size: 0.9em;
}

#sql-textos.obrigado-page .obrigado-card {
  border-radius: var(--fel-radius-md);
  border: 1px solid var(--fel-border);
  background: linear-gradient(160deg, var(--fel-bg-soft) 0%, var(--fel-surface-2) 100%);
  padding: clamp(14px, 1.6vw, 20px);
  box-shadow: var(--fel-shadow-soft);
}

#sql-textos.obrigado-page .obrigado-card p {
  margin: 0;
  color: var(--fel-ink-soft);
  font-size: clamp(16px, 1.1vw, 19px);
}

#sql-textos.obrigado-page .obrigado-acoes {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#sql-textos.obrigado-page .obrigado-acoes a {
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--fel-brand);
  background: var(--fel-brand);
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}

#sql-textos.obrigado-page .obrigado-acoes a:hover {
  background: var(--fel-accent);
  border-color: var(--fel-accent);
  color: var(--fel-brand-strong);
}

#sql-textos.obrigado-page .obrigado-acoes .obrigado-acao-secundaria {
  border-color: var(--fel-border);
  background: #ffffff;
  color: var(--fel-brand-strong);
}

#sql-textos.obrigado-page .obrigado-acoes .obrigado-acao-secundaria:hover {
  border-color: var(--fel-accent);
  background: var(--fel-accent-soft);
  color: var(--fel-brand);
}

body.pagina-imovel-detalhe #sqllista,
body.pagina-imovelalone #sqllista {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.imovel-detalhe-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 16px;
  align-items: start;
  scroll-margin-top: 12px;
}

.imovel-detalhe-card#listacss {
  margin: 0 !important;
  padding: clamp(16px, 2vw, 24px);
  border-radius: var(--fel-radius-lg);
  border: 1px solid var(--fel-border);
  background: linear-gradient(150deg, #ffffff 0%, #f4ebdc 100%);
  box-shadow: var(--fel-shadow-soft);
}

.imovel-detalhe-frase {
  margin: 0 0 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(197, 154, 90, 0.32);
  background: var(--fel-accent-soft);
  color: #3c1306;
  padding: 6px 12px;
  font-size: clamp(13px, 1.02vw, 16px);
  font-weight: 700;
}

.imovel-detalhe-titulo {
  margin: 0;
  font-size: clamp(27px, 2.2vw, 38px);
  line-height: 1.2;
  color: var(--fel-brand-strong);
}

.imovel-detalhe-meta {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.imovel-detalhe-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(90, 63, 35, 0.22);
  background: rgba(123, 90, 52, 0.08);
  color: var(--fel-brand-strong);
  padding: 5px 11px;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 700;
}

.imovel-detalhe-chip.is-codigo {
  border-color: rgba(197, 154, 90, 0.34);
  background: rgba(197, 154, 90, 0.15);
  color: #3c1306;
}

.imovel-detalhe-preco {
  margin: 14px 0 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.imovel-detalhe-preco span {
  font-size: clamp(13px, 1vw, 15px);
  color: var(--fel-ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.imovel-detalhe-preco strong {
  font-size: clamp(33px, 3vw, 48px);
  line-height: 1.04;
  color: var(--fel-brand-strong);
}

.imovel-detalhe-resumo {
  margin: 10px 0 0;
  font-size: clamp(16px, 1.12vw, 19px);
  color: var(--fel-ink-soft);
  line-height: 1.4;
}

.imovel-detalhe-contato {
  margin-top: 14px;
  display: grid;
  gap: 12px;
}
.imovel-detalhe-whatsapp {
  display: inline-block;
  background: #25D366;
  color: #fff !important;
  font-weight: 800;
  padding: 14px 18px;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
}
.imovel-detalhe-whatsapp:hover {
  background: #1da851;
  color: #fff !important;
}

.imovel-detalhe-links {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.imovel-detalhe-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(90, 63, 35, 0.18);
  background: #ffffff;
  color: var(--fel-brand-strong);
  text-decoration: none;
  font-size: clamp(13px, 0.98vw, 16px);
  font-weight: 700;
  padding: 5px 11px;
}

.imovel-detalhe-links a:hover {
  background: var(--fel-brand);
  border-color: var(--fel-brand);
  color: #ffffff;
}

.imovel-detalhe-galeria-card {
  padding: 10px;
  border-radius: var(--fel-radius-lg);
  border: 1px solid var(--fel-border);
  background: linear-gradient(145deg, #ffffff 0%, #f5ede0 100%);
  box-shadow: var(--fel-shadow-soft);
}

.imovel-detalhe-galeria-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.imovel-detalhe-galeria-item {
  appearance: none;
  display: block;
  width: 100%;
  padding: 0;
  cursor: pointer;
  text-align: left;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(90, 63, 35, 0.14);
  background: #e8dcc8;
}

.imovel-detalhe-galeria-item.is-main {
  grid-column: 1 / -1;
}

/* Evita espaço vazio na grade quando sobra uma miniatura sozinha na última linha */
.imovel-detalhe-galeria-grid > .imovel-detalhe-galeria-item:last-child:nth-child(even):not(.is-main) {
  grid-column: 1 / -1;
}

.imovel-detalhe-galeria-item img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.imovel-detalhe-galeria-item.is-main img {
  height: 340px;
}

.imovel-detalhe-galeria-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(72, 49, 28, 0.16);
}

.imovel-galeria-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
}

.imovel-galeria-modal[hidden] {
  display: none;
}

.imovel-galeria-modal-backdrop {
  position: absolute;
  inset: 0;
  border: none;
  background: rgba(33, 29, 29, 0.66);
  cursor: pointer;
}

.imovel-galeria-modal-dialog {
  position: relative;
  width: min(1220px, calc(100% - 26px));
  max-height: calc(100vh - 26px);
  margin: auto;
  border-radius: 16px;
  border: 1px solid rgba(33, 29, 29, 0.2);
  background: rgba(255, 251, 241, 0.97);
  box-shadow: 0 24px 60px rgba(33, 29, 29, 0.3);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 52px 14px 14px;
}

#imovel-galeria-modal-img {
  width: 100%;
  max-height: calc(100vh - 140px);
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.24);
}

.imovel-galeria-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(33, 29, 29, 0.78);
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.imovel-galeria-modal-nav {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(33, 29, 29, 0.78);
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.imovel-galeria-modal-nav.is-prev {
  justify-self: start;
}

.imovel-galeria-modal-nav.is-next {
  justify-self: end;
}

.imovel-galeria-modal-close:hover,
.imovel-galeria-modal-nav:hover {
  background: #ffffff;
  color: #4e3821;
}

#imovel-galeria-modal-legenda {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  margin: 0;
  min-width: 90px;
  text-align: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(33, 29, 29, 0.78);
  color: #ffffff;
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 700;
  padding: 6px 12px;
}

.imovel-detalhe-sem-fotos {
  border-radius: 12px;
  border: 1px dashed rgba(90, 63, 35, 0.28);
  background: #ffffff;
  color: var(--fel-brand-strong);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 700;
  padding: 20px 14px;
}

body.pagina-imovelalone #listacss.imovelalone-layout {
  margin: 0 !important;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.imovelalone-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.75fr);
  gap: 16px;
  align-items: start;
}

.imovelalone-media,
.imovelalone-contato {
  border-radius: var(--fel-radius-lg);
  border: 1px solid var(--fel-border);
  background: linear-gradient(145deg, #ffffff 0%, #f5ede0 100%);
  box-shadow: var(--fel-shadow-soft);
  padding: 12px;
}

.imovelalone-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

body.pagina-imovelalone .imovel-codigo {
  margin: 0;
  width: auto;
}

body.pagina-imovelalone .imovel-codigo-valor {
  min-height: 38px;
  font-size: clamp(14px, 1.04vw, 17px);
  padding: 6px 12px;
}

.imovelalone-voltar {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(90, 63, 35, 0.2);
  background: #ffffff;
  color: var(--fel-brand-strong);
  text-decoration: none;
  font-size: clamp(12px, 0.92vw, 14px);
  font-weight: 700;
  padding: 6px 12px;
}

.imovelalone-voltar:hover {
  background: var(--fel-brand);
  border-color: var(--fel-brand);
  color: #ffffff;
}

.imovelalone-sem-foto {
  border-radius: 12px;
  border: 1px dashed rgba(90, 63, 35, 0.28);
  background: #ffffff;
  color: var(--fel-brand-strong);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 700;
  padding: 20px 14px;
}

body.pagina-imovelalone .imovel-galeria-main-wrap {
  margin: 0;
  padding: 10px;
}

body.pagina-imovelalone #imagem-principal-imovel {
  max-height: min(72vh, 680px);
  border-radius: 12px;
}

body.pagina-imovelalone .imovel-galeria-thumbs {
  justify-content: flex-start;
  gap: 8px;
  margin-top: 10px;
}

body.pagina-imovelalone .imovel-thumb-btn img {
  width: 100px;
  height: 76px;
}

body.pagina-imovelalone .cadastro-imovelalone {
  margin: 0;
  padding: 0;
  border: none;
}

.imovelalone-contato-titulo {
  margin: 0 0 10px;
  font-size: clamp(18px, 1.36vw, 24px);
  line-height: 1.25;
}

body.pagina-imovelalone #cadastro_feito_por_usuario {
  margin: 0 !important;
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

body.pagina-imovelalone .cadastro-imovelalone textarea,
body.pagina-imovelalone .cadastro-imovelalone input[type="text"] {
  width: 100%;
}

@media (prefers-reduced-motion: no-preference) {
  .topo-site,
  #menutopo,
  #menuesquerdo,
  #busca,
  .home-conversao,
  .home-vitrine-titulo,
  .imovel-card,
  #menubot {
    animation: felRise 0.55s ease both;
  }

  .imovel-card {
    animation-duration: 0.7s;
  }
}

@keyframes felRise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 1180px) {
  #menutopo ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-conversao {
    grid-template-columns: 1fr;
  }

  .imoveis-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .imovel-detalhe-layout,
  .imovelalone-layout {
    grid-template-columns: 1fr;
  }

  #menubot {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 980px) {
  .topo-site,
  #texto_superior,
  #menutopo ul,
  #menuesquerdo,
  #busca,
  #sqllista,
  #sql-textos,
  #menubot,
  #cadastro_feito_por_usuario,
  .breadcrumb,
  .home-conversao,
  .home-vitrine-titulo {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  body.pagina-imovel-detalhe .breadcrumb {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: calc(100% - 20px);
    top: 6px;
    padding: 7px 10px;
  }

  .topo-site-coluna-esquerda,
  .painel-profissional {
    grid-template-columns: 1fr;
  }

  .topo-site-coluna-esquerda {
    --topo-card-h: clamp(118px, 24vw, 136px);
  }

  .painel-profissional {
    grid-column: auto;
    gap: 12px;
  }

  #cabecalho {
    min-height: 360px;
    border-radius: 24px;
  }

  .cabecalho-overlay {
    padding: 16px;
  }

  #menuesquerdo ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #buscainput,
  #buscainput form {
    grid-template-columns: 1fr;
  }

  .imovel-midias {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .imoveis-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .imovel-detalhe-galeria-item.is-main img {
    height: 280px;
  }

  #menubot {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 700px) {
  #menutopo ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #menuesquerdo ul,
  .imovel-midias {
    grid-template-columns: 1fr;
  }

  .imoveis-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .imovel-detalhe-galeria-grid {
    grid-template-columns: 1fr;
  }

  .imovel-detalhe-galeria-item.is-main {
    grid-column: auto;
  }

  .imovel-detalhe-galeria-item img,
  .imovel-detalhe-galeria-item.is-main img {
    height: 210px;
  }

  .imovel-card-capa {
    height: 200px;
  }

  body.pagina-imovelalone #imagem-principal-imovel {
    max-height: 58vh;
  }

  .imovel-galeria-modal-dialog {
    width: calc(100% - 14px);
    margin: auto;
    border-radius: 12px;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 44px 8px 42px;
  }

  #imovel-galeria-modal-img {
    max-height: calc(100vh - 170px);
  }

  .imovel-galeria-modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }

  .imovel-galeria-modal-nav.is-prev {
    left: 8px;
  }

  .imovel-galeria-modal-nav.is-next {
    right: 8px;
  }

  #fotolista img,
  #fotolista input[type="image"],
  #fotolista video,
  .imovel-media-item video,
  .slideshow a img {
    height: 210px;
  }

  .cabecalho-acoes,
  .home-conversao-acoes {
    flex-direction: column;
  }

  .cabecalho-acoes a,
  .home-conversao-acoes a {
    width: 100%;
  }
}

/* =========================================================
   MOBILE 2026 - FOCO CONVERSAO RAPIDA
   ========================================================= */
.mobile-atalhos {
  display: none;
}

#menu-colapsado {
  display: block;
}

body.pagina-home .home-filtro-rapido {
  display: none;
}

@media screen and (max-width: 980px) {
  .topo-site,
  #texto_superior {
    display: none;
  }

  .mobile-atalhos {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 8px;
    margin: 10px !important;
    padding: 6px 8px;
    border-radius: 14px;
    border: 1px solid var(--fel-border);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 20px rgba(33, 29, 29, 0.12);
    position: sticky;
    top: 8px;
    z-index: 120;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
  }


  .mobile-atalho-home {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    min-width: 0;
    color: var(--fel-brand-strong);
    line-height: 1;
  }

  .mobile-atalho-home .mobile-atalho-home-logo {
    width: auto !important;
    height: 56px !important;
    max-width: 150px;
    object-fit: contain;
    border-radius: 6px;
    display: block;
    flex: 0 0 auto;
  }

  .mobile-atalho-home span {
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    display: block;
  }

  .mobile-atalho-ver,
  .mobile-atalho-menu {
    min-height: 40px;
    border-radius: 10px;
    border: 1px solid var(--fel-border);
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }

  .mobile-atalho-ver {
    background: var(--fel-accent);
    color: #3c1306;
    border-color: rgba(197, 154, 90, 0.52);
  }

  .mobile-atalho-menu {
    appearance: none;
    background: #ffffff;
    color: var(--fel-brand-strong);
    cursor: pointer;
  }

  body.mobile-menu-open .mobile-atalho-menu {
    background: var(--fel-brand);
    color: #ffffff;
    border-color: var(--fel-brand);
  }


  #menu-colapsado {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 119;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    max-height: 70vh;
    overflow-y: auto;
    padding: 16px 10px;
  }

  body.mobile-menu-open #menu-colapsado {
    display: block;
    animation: slideUp 0.3s ease-out;
  }

  .menu-overlay-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 118;
    opacity: 0;
    transition: opacity 0.3s ease-out;
    pointer-events: none;
  }

  body.mobile-menu-open .menu-overlay-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  @keyframes slideUp {
    from {
      opacity: 0;
      transform: translateY(100%);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  #menu-colapsado #menutopo ul,
  #menu-colapsado #menuesquerdo {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  #menu-colapsado #menuesquerdo ul {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }

  body.pagina-home .home-filtro-rapido {
    display: block;
    margin: 10px !important;
    padding: 12px;
    border-radius: 16px;
    border: 1px solid var(--fel-border);
    background: linear-gradient(150deg, #ffffff 0%, #f4ebdc 100%);
    box-shadow: var(--fel-shadow-soft);
  }

  body.pagina-home #filtro-rapido-mobile {
    scroll-margin-top: 88px;
  }

  body.pagina-home .home-filtro-rapido-kicker {
    margin: 0;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 800;
    color: #6b4a1f;
  }

  body.pagina-home .home-filtro-rapido h2 {
    margin: 6px 0 10px;
    font-size: clamp(22px, 7.2vw, 31px);
    line-height: 1.05;
    color: var(--fel-brand-strong);
  }

  body.pagina-home .home-filtro-rapido-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    gap: 8px;
  }

  body.pagina-home .home-filtro-rapido-form select,
  body.pagina-home .home-filtro-rapido-form button {
    min-height: 46px;
    border-radius: 10px;
    border: 1px solid rgba(90, 63, 35, 0.22);
    font-size: 14px;
  }

  body.pagina-home .home-filtro-rapido-form select {
    font-size: 17px;
  }

  body.pagina-home .home-filtro-rapido-form button {
    border-color: var(--fel-brand);
    background: var(--fel-brand);
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    padding: 0 14px;
    cursor: pointer;
  }

  body.pagina-home .home-conversao,
  body.pagina-home .home-vitrine-titulo {
    display: none;
  }

  body.pagina-home #sqllista {
    margin-top: 8px !important;
  }
}

@media screen and (max-width: 700px) {
  .mobile-atalhos {
    grid-template-columns: minmax(0, 1fr) auto;
  }


  .mobile-atalho-home .mobile-atalho-home-logo {
    height: 48px !important;
    max-width: 132px;
  }

  .mobile-atalho-ver {
    grid-column: 1 / 2;
  }

  .mobile-atalho-menu {
    grid-column: 2 / 3;
  }

  body.pagina-home #filtro-rapido-mobile {
    scroll-margin-top: 112px;
  }

  body.pagina-home .home-filtro-rapido-form {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   PAGINA CADASTRO DE IMOVEL
   ========================================================= */
body.pagina-cadastro .cadastro-venda {
  margin: 14px 24px 20px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
  gap: 14px;
  align-items: stretch;
}

body.pagina-cadastro .cadastro-venda-hero {
  border-radius: 24px;
  border: 1px solid rgba(90, 63, 35, 0.18);
  background:
    radial-gradient(160% 95% at 8% -4%, rgba(255, 250, 232, 0.95) 0%, rgba(255, 245, 214, 0.76) 56%, rgba(255, 225, 156, 0.88) 100%),
    linear-gradient(146deg, #fff5d4 0%, #ffd983 100%);
  box-shadow: 0 20px 36px -28px rgba(46, 24, 10, 0.55);
  padding: clamp(20px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

body.pagina-cadastro .cadastro-venda-kicker {
  margin: 0;
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 11px;
  border-radius: 999px;
  border: 1px solid rgba(79, 45, 20, 0.2);
  background: rgba(255, 255, 255, 0.6);
  color: #5d3a19;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.pagina-cadastro .cadastro-venda-hero h1 {
  margin: 14px 0 10px;
  font-family: var(--fel-font-display);
  font-size: clamp(31px, 3.3vw, 46px);
  line-height: 0.98;
  color: #3c1f0d;
}

body.pagina-cadastro .cadastro-venda-resumo {
  margin: 0;
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.52;
  color: rgba(66, 37, 17, 0.9);
}

body.pagina-cadastro .cadastro-venda-pontos {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

body.pagina-cadastro .cadastro-venda-pontos span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(14px, 1.04vw, 16px);
  color: #3e230f;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(79, 45, 20, 0.16);
  border-radius: 12px;
  padding: 10px 12px;
}

body.pagina-cadastro .cadastro-venda-pontos span::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  flex: 0 0 9px;
  background: #8a5718;
  box-shadow: 0 0 0 5px rgba(138, 87, 24, 0.18);
}

body.pagina-cadastro .cadastro-venda-form {
  margin: 0;
}

body.pagina-cadastro #cadastro_feito_por_usuario {
  margin: 0 !important;
  max-width: none;
  padding: clamp(18px, 2.5vw, 28px);
  border-radius: 24px;
  border: 1px solid rgba(90, 63, 35, 0.16);
  background:
    linear-gradient(168deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 237, 213, 0.92) 72%, rgba(241, 218, 170, 0.96) 100%);
  box-shadow: 0 20px 36px -30px rgba(48, 29, 16, 0.5);
}

body.pagina-cadastro .cadastro-campo + .cadastro-campo {
  margin-top: 16px;
}

body.pagina-cadastro .cadastro-campo label {
  margin: 0 0 7px;
  display: block;
  font-size: clamp(17px, 1.14vw, 21px);
  font-weight: 800;
  color: #47280f;
}

body.pagina-cadastro .cadastro-campo textarea,
body.pagina-cadastro .cadastro-campo .cadastro-input-texto {
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 13px 14px;
  border-radius: 14px;
  border: 1px solid rgba(90, 63, 35, 0.22);
  background: rgba(255, 255, 255, 0.92);
  color: #311a0a;
  font-size: clamp(16px, 1.08vw, 18px);
}

body.pagina-cadastro .cadastro-campo textarea {
  min-height: 190px;
  resize: vertical;
}

body.pagina-cadastro .cadastro-campo textarea:focus,
body.pagina-cadastro .cadastro-campo .cadastro-input-texto:focus,
body.pagina-cadastro .cadastro-input-arquivo:focus {
  outline: none;
  border-color: #905818;
  box-shadow: 0 0 0 3px rgba(144, 88, 24, 0.2);
}

body.pagina-cadastro .cadastro-input-arquivo {
  width: 100%;
  min-height: 52px;
  border-radius: 14px;
  border: 1px dashed rgba(90, 63, 35, 0.36);
  background: rgba(255, 255, 255, 0.88);
  color: #4f2d14;
  padding: 10px 12px;
}

body.pagina-cadastro .cadastro-ajuda {
  margin: 7px 0 0;
  font-size: clamp(13px, 0.98vw, 15px);
  line-height: 1.5;
  color: rgba(58, 34, 17, 0.78);
}

body.pagina-cadastro .cadastro-cta {
  margin-top: 18px;
  width: 100%;
  min-height: 54px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid #6f430f;
  background: linear-gradient(138deg, #7f4f17 0%, #5e360f 100%);
  color: #fff6dc;
  font-size: clamp(18px, 1.2vw, 22px);
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
}

body.pagina-cadastro .cadastro-cta:hover {
  background: linear-gradient(138deg, #99611d 0%, #734411 100%);
  border-color: #8f591b;
  color: #fffdf5;
}

body.pagina-cadastro .cadastro-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media screen and (max-width: 1180px) {
  body.pagina-cadastro .cadastro-venda {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 980px) {
  body.pagina-cadastro .cadastro-venda {
    margin: 10px;
    gap: 10px;
  }

  body.pagina-cadastro .cadastro-venda-hero,
  body.pagina-cadastro #cadastro_feito_por_usuario {
    border-radius: 18px;
  }

  body.pagina-cadastro .cadastro-venda-hero h1 {
    font-size: clamp(29px, 9vw, 38px);
  }

  body.pagina-cadastro .cadastro-campo textarea {
    min-height: 170px;
  }
}

/* =========================================================
   MELHORIAS DE UI/UX - EXPERIÊNCIA DO USUÁRIO
   ========================================================= */

/* --- MENU MOBILE COM ÍCONE HAMBÚRGUER --- */
.mobile-atalho-menu::before {
  content: "☰";
  font-size: 20px;
  margin-right: 6px;
}

#menutopo li a.active,
#menuesquerdo li a.active {
  background: linear-gradient(135deg, var(--fel-brand) 0%, var(--fel-accent) 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(123, 90, 52, 0.3);
}

/* --- BUSCA OTIMIZADA --- */
#buscainput {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

#buscainput select:focus,
#buscainput input:focus {
  outline: none;
  border-color: var(--fel-accent);
  box-shadow: 0 0 0 3px rgba(251, 170, 19, 0.2);
}

/* --- CARDS DE IMÓVEIS COM NOVO BADGE --- */
.imovel-card.is-nova::before {
  content: "NOVO";
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--fel-accent);
  color: #3c1306;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  z-index: 2;
}

.imovel-card {
  position: relative;
}

.imovel-preco-resumo {
  position: relative;
  display: inline-block;
}

.imovel-preco-resumo::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--fel-accent) 0%, transparent 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.imoveis-grid .imovel-card:hover .imovel-preco-resumo::after {
  transform: scaleX(1);
}

/* --- GALERIA OTIMIZADA --- */
.imovel-galeria-modal {
  animation: felModalFadeIn 0.3s ease;
}

@keyframes felModalFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* --- FORMULÁRIOS COM VALIDAÇÃO VISUAL --- */
.cadastro-campo input:valid,
.cadastro-campo textarea:valid {
  border-color: #4caf50;
}

.cadastro-campo input:invalid:not(:placeholder-shown),
.cadastro-campo textarea:invalid:not(:placeholder-shown) {
  border-color: #f44336;
}

.cadastro-cta.loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}

.cadastro-cta.loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #fff6dc;
  border-top-color: transparent;
  border-radius: 50%;
  animation: felSpin 0.8s linear infinite;
}

@keyframes felSpin {
  to { transform: rotate(360deg); }
}

.cadastro-input-arquivo {
  border-style: dashed;
  transition: all 0.2s ease;
}

.cadastro-input-arquivo:hover,
.cadastro-input-arquivo:focus-within {
  background: rgba(123, 90, 52, 0.08);
  border-color: var(--fel-brand);
}

/* --- ACESSIBILIDADE --- */
*:focus-visible {
  outline: 3px solid var(--fel-accent);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* --- PERFORMANCE OPTIMIZADA --- */
.imovel-card:hover {
  will-change: transform, box-shadow;
}

.imovel-detalhe-galeria-item img {
  content-visibility: auto;
  contain-intrinsic-size: 300px 210px;
}

/* --- MOBILE TOUCH TARGETS MAIORES --- */
@media (pointer: coarse) {
  a, button, input, select, textarea {
    min-height: 48px;
    min-width: 48px;
  }
  
  .imovel-galeria-modal-nav {
    width: 56px !important;
    height: 56px !important;
  }
}

/* --- Filtro rápido com scroll horizontal no mobile --- */
@media (max-width: 768px) {
  .home-filtro-rapido-form {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 8px;
    scrollbar-width: thin;
    scrollbar-color: var(--fel-accent) transparent;
  }
  
  .home-filtro-rapido-form::-webkit-scrollbar {
    height: 6px;
  }
  
  .home-filtro-rapido-form::-webkit-scrollbar-track {
    background: transparent;
  }
  
  .home-filtro-rapido-form::-webkit-scrollbar-thumb {
    background-color: var(--fel-accent);
    border-radius: 999px;
  }
  
  .home-filtro-rapido-form select,
  .home-filtro-rapido-form button {
    flex: 0 0 auto;
    width: auto;
  }
  
  #menu-colapsado {
    max-height: 60vh;
    overflow-y: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* --- BREAKPOINTS AJUSTADOS --- */
@media (max-width: 1024px) {
  .imoveis-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .imovel-detalhe-galeria-modal-legenda {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(33, 29, 29, 0.85);
    padding: 8px 16px;
  }
}

/* --- ÍCONES VISUAIS NOS SELECTS DE BUSCA --- */
#buscainput select {
  -webkit-appearance: none; /* Remove seta nativa do Chrome/Safari */
  -moz-appearance: none;    /* Remove seta nativa do Firefox */
  appearance: none;         /* Remove seta nativa (padrão) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234f2d14' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
}

/* --- BOTÃO DE BUSCA COM EFEITO HOVER MELHORADO --- */
#botaofazerbusca:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(123, 90, 52, 0.3);
}

/* --- CARDS COM SOMBRA SUAVE NO HOVER --- */
.imoveis-grid .imovel-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.imoveis-grid .imovel-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(63, 43, 25, 0.24), 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* --- LINKS DE CATEGORIA COM ÍCONE --- */
.links-categorias a::before {
  content: "•";
  margin-right: 6px;
  color: var(--fel-accent);
  font-size: 18px;
  line-height: 1;
}

/* --- BREADCRUMB COM DESTAQUE NO ITEM ATUAL --- */
.breadcrumb span:last-child {
  font-weight: 700;
  color: var(--fel-brand-strong);
}

/* --- BOTÃO WHATSAPP FLUTUANTE (OPCIONAL) --- */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  z-index: 999;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
}

@media (max-width: 768px) {
  .whatsapp-float {
    width: 56px;
    height: 56px;
    font-size: 28px;
    bottom: 16px;
    right: 16px;
  }
}

/* --- LOADING STATE PARA IMAGENS --- */
.imovel-card-capa {
  background-color: transparent;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.imovel-card-capa.loaded {
  opacity: 1;
}

.imovel-card-capa:not(.loaded) {
  opacity: 1;
  background-color: transparent;
}

/* --- INDICADOR DE PROGRESSO NA GALERIA MOBILE --- */
@media (max-width: 768px) {
  .imovel-galeria-modal-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(33, 29, 29, 0.5);
    border-radius: 999px;
    z-index: -1;
  }
}

/* --- BOTÃO VOLTAR NO DETALHE DO IMÓVEL MELHORADO --- */
.imovelalone-voltar {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.imovelalone-voltar::before {
  content: "←";
  font-size: 14px;
}

/* --- DESTAQUE PARA PREÇO NA LISTAGEM --- */
.imovel-card-meta .imovel-preco-valor {
  background: linear-gradient(135deg, var(--fel-brand-strong) 0%, var(--fel-brand) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* --- ANIMAÇÃO DE ENTRADA SUAVE PARA CARDS --- */
.imovel-card {
  animation: felCardRise 0.5s ease both;
}

@keyframes felCardRise {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- STAGGERED ANIMATION PARA CARDS EM GRID --- */
.imoveis-grid .imovel-card:nth-child(1) { animation-delay: 0.1s; }
.imoveis-grid .imovel-card:nth-child(2) { animation-delay: 0.15s; }
.imoveis-grid .imovel-card:nth-child(3) { animation-delay: 0.2s; }
.imoveis-grid .imovel-card:nth-child(4) { animation-delay: 0.25s; }
.imoveis-grid .imovel-card:nth-child(5) { animation-delay: 0.3s; }
.imoveis-grid .imovel-card:nth-child(6) { animation-delay: 0.35s; }

/* --- BOTÃO DE CADASTRO COM EFEITO GRADIENTE ANIMADO --- */
.cadastro-cta {
  background-size: 200% 200%;
  background-image: linear-gradient(138deg, #7f4f17 0%, #5e360f 50%, #99611d 100%);
  transition: background-position 0.5s ease;
}

.cadastro-cta:hover {
  background-position: 100% 50%;
}

/* --- INPUT DE ARQUIVO COM ÍCONE VISUAL --- */
.cadastro-input-arquivo::file-selector-button {
  margin-right: 12px;
  padding: 8px 16px;
  border-radius: 8px;
  border: none;
  background: var(--fel-accent);
  color: #3c1306;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cadastro-input-arquivo::file-selector-button:hover {
  background: #ffd984;
}

/* --- LABELS DE CAMPO COM ÍCONE --- */
.cadastro-campo label::before {
  content: "📋 ";
  font-size: 16px;
  margin-right: 6px;
}

/* --- DESTAQUE PARA CONTATO NO MENU LATERAL --- */
#menuesquerdo li a[href*="cadastro"],
#menuesquerdo li a[href*="contato"] {
  background: linear-gradient(135deg, var(--fel-accent) 0%, #ffd984 100%);
  color: #3c1306;
}

/* --- BADGE DE DISPONIBILIDADE PARA IMÓVEIS --- */
.imovel-card.is-destaque {
  border: 2px solid var(--fel-accent);
}

.imovel-card.is-destaque::after {
  content: "DESTAQUE";
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: var(--fel-accent);
  color: #3c1306;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

/* --- FOOTER LINKS COM EFEITO HOVER --- */
#ft a {
  position: relative;
}

#ft a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--fel-accent);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

#ft a:hover::after {
  transform: scaleX(1);
}

/* --- TÍTULO DE SEÇÃO COM SUBLINHADO ANIMADO --- */
.home-vitrine-titulo h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: var(--fel-accent);
  margin: 8px auto 0;
  border-radius: 999px;
}

/* --- BOTÃO DE BUSCA COM ÍCONE --- */
#botaofazerbusca::before {
  content: "🔍 ";
}

/* --- CARDS SEM FOTO COM PLACEHOLDER MELHORADO --- */
.imovelalone-sem-foto,
.imovel-detalhe-sem-fotos {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.imovelalone-sem-foto::before,
.imovel-detalhe-sem-fotos::before {
  content: "📷";
  font-size: 48px;
  margin-right: 16px;
  opacity: 0.5;
}

/* --- INDICADOR DE SCROLL PARA CONTEÚDO LONGO --- */
.imovel-detalhe-layout {
  scroll-behavior: smooth;
}

/* --- BOTÃO VOLTAR NO TOPO DA PÁGINA (OPCIONAL) --- */
.back-to-top {
  position: fixed;
  bottom: 100px;
  right: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--fel-brand);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 4px 16px rgba(79, 45, 20, 0.3);
  z-index: 998;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: var(--fel-accent);
  color: #3c1306;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 84px;
    right: 16px;
    width: 48px;
    height: 48px;
  }
}

/* ========================================
   BOTÃO WHATSAPP FLUTUANTE
   ======================================== */
.whatsapp-flutuante {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: #25D366;
  color: #ffffff;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  z-index: 9999;
  font-family: var(--fel-font-body);
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
}

.whatsapp-flutuante:hover {
  background: #20BA5A;
  transform: translateY(-3px);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
}

.whatsapp-flutuante-texto {
  display: inline;
}

@media (max-width: 768px) {
  .whatsapp-flutuante {
    bottom: 16px;
    right: 16px;
    padding: 10px 16px;
    font-size: 14px;
  }
  
  .whatsapp-flutuante-texto {
    display: none;
  }
}

/* ========================================
   SEÇÃO QUERO VENDER MEU IMÓVEL
   ======================================== */
.home-quero-vender {
  margin: 60px auto;
  padding: 50px 20px;
  background: linear-gradient(135deg, #4f2d14 0%, #3c1f0e 100%);
  border-radius: 20px;
  color: #ffffff;
}

.home-quero-vender-conteudo {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}

.home-quero-vender-tag {
  display: inline-block;
  padding: 6px 14px;
  background: #dfc684;
  color: #4f2d14;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.home-quero-vender-texto h2 {
  font-family: var(--fel-font-heading);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 16px;
  color: #dfc684;
}

.home-quero-vender-texto > p {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.7;
  margin-bottom: 24px;
  opacity: 0.95;
}

.home-quero-vender-beneficios {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.home-quero-vender-beneficios li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: clamp(15px, 2vw, 17px);
  line-height: 1.6;
}

.home-quero-vender-beneficios li::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #dfc684;
  color: #4f2d14;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 800;
  flex-shrink: 0;
}

.home-quero-vender-formulario {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.home-quero-vender-form h3 {
  font-family: var(--fel-font-heading);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  color: #4f2d14;
  margin-bottom: 8px;
}

.home-quero-vender-subtitulo {
  font-size: 15px;
  color: rgba(79, 45, 20, 0.7);
  margin-bottom: 24px;
}

.form-grupo {
  margin-bottom: 16px;
}

.form-grupo label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #4f2d14;
  margin-bottom: 8px;
}

.form-grupo input,
.form-grupo select {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid rgba(79, 45, 20, 0.2);
  border-radius: 10px;
  font-size: 16px;
  background: #f8f4e8;
  color: #4f2d14;
  transition: border-color 0.3s ease;
}

.form-grupo input:focus,
.form-grupo select:focus {
  outline: none;
  border-color: #ad7d2b;
}

.btn-quero-vender {
  width: 100%;
  padding: 16px 24px;
  background: linear-gradient(135deg, #ad7d2b 0%, #8f6622 100%);
  color: #ffffff;
  border: none;
  border-radius: 12px;
  font-family: var(--fel-font-body);
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.btn-quero-vender:hover {
  background: linear-gradient(135deg, #dfc684 0%, #c9a962 100%);
  color: #4f2d14;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(173, 125, 43, 0.4);
}

/* Campo de upload de fotos */
.form-grupo textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid rgba(79, 45, 20, 0.2);
  border-radius: 10px;
  font-size: 16px;
  font-family: var(--fel-font-body), sans-serif;
  background: #f8f4e8;
  color: #4f2d14;
  transition: border-color 0.3s ease;
  resize: vertical;
  min-height: 100px;
}

.form-grupo textarea:focus {
  outline: none;
  border-color: #ad7d2b;
}

.input-arquivo {
  width: 100%;
  padding: 14px 16px;
  border: 2px dashed rgba(79, 45, 20, 0.3);
  border-radius: 10px;
  font-size: 15px;
  background: #f8f4e8;
  color: #4f2d14;
  cursor: pointer;
  transition: all 0.3s ease;
}

.input-arquivo:hover {
  border-color: #ad7d2b;
  background: #f0e8d0;
}

.input-arquivo::file-selector-button {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #ad7d2b 0%, #8f6622 100%);
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: 12px;
}

.input-arquivo::file-selector-button:hover {
  background: linear-gradient(135deg, #dfc684 0%, #c9a962 100%);
  color: #4f2d14;
}

.form-help {
  display: block;
  font-size: 13px;
  color: rgba(79, 45, 20, 0.6);
  margin-top: 6px;
}

/* Botão Exibir mais campos */
.btn-exibir-mais {
  width: 100%;
  padding: 14px 20px;
  background: transparent;
  color: #ad7d2b;
  border: 2px dashed rgba(173, 125, 43, 0.4);
  border-radius: 12px;
  font-family: var(--fel-font-body);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}

.btn-exibir-mais:hover {
  background: rgba(173, 125, 43, 0.08);
  border-color: #ad7d2b;
  color: #8f6622;
}

.btn-seta {
  display: inline-block;
  transition: transform 0.3s ease;
  font-size: 12px;
}

.btn-exibir-mais.active .btn-seta {
  transform: rotate(180deg);
}

.form-opcionais {
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

@media (max-width: 900px) {
  .home-quero-vender-conteudo {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .home-quero-vender-formulario {
    order: -1;
  }
}

/* ========================================
   SEÇÃO DEPOIMENTOS
   ======================================== */
.home-depoimentos {
  margin: 60px auto;
  padding: 50px 20px;
  background: #f8f4e8;
  text-align: center;
}

.home-depoimentos > h2 {
  font-family: var(--fel-font-heading);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  text-align: center;
  color: #4f2d14;
  margin-bottom: 12px;
}

.home-depoimentos-subtitulo {
  text-align: center;
  font-size: clamp(16px, 2vw, 18px);
  color: rgba(79, 45, 20, 0.7);
  max-width: 600px;
  margin: 0 auto 40px;
}

.home-depoimentos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
}

.depoimento-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(79, 45, 20, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.depoimento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(79, 45, 20, 0.12);
}

.depoimento-estrelas {
  color: #f5a623;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.depoimento-texto {
  font-size: clamp(15px, 2vw, 17px);
  line-height: 1.8;
  color: #4f2d14;
  font-style: italic;
  margin: 0 0 20px;
  padding: 0;
  border: none;
}

.depoimento-autor {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 16px;
  border-top: 2px dashed rgba(79, 45, 20, 0.15);
}

.depoimento-autor strong {
  font-family: var(--fel-font-heading);
  font-size: 16px;
  color: #4f2d14;
}

.depoimento-autor span {
  font-size: 14px;
  color: rgba(79, 45, 20, 0.6);
}

/* ========================================
   SEÇÃO FAQ (PERGUNTAS FREQUENTES)
   ======================================== */
.home-faq {
  margin: 60px auto;
  padding: 50px 20px;
  background: #ffffff;
  text-align: center;
}

.home-faq > h2 {
  font-family: var(--fel-font-heading);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  text-align: center;
  color: #4f2d14;
  margin-bottom: 12px;
}

.home-faq-subtitulo {
  text-align: center;
  font-size: clamp(16px, 2vw, 18px);
  color: rgba(79, 45, 20, 0.7);
  max-width: 600px;
  margin: 0 auto 40px;
}

.faq-acordeao {
  display: grid;
  gap: 16px;
  max-width: 800px;
  margin: 0 auto;
  justify-content: center;
}

.faq-item {
  background: #f8f4e8;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  width: 100%;
}

.faq-item[open] {
  background: #fff9ed;
  box-shadow: 0 4px 16px rgba(79, 45, 20, 0.1);
}

.faq-pergunta {
  width: 100%;
  padding: 20px 24px;
  font-family: var(--fel-font-heading);
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 600;
  color: #4f2d14;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  list-style: none;
}

.faq-pergunta::-webkit-details-marker {
  display: none;
}

.faq-pergunta::after {
  content: "+";
  font-size: 24px;
  font-weight: 300;
  color: #ad7d2b;
  transition: transform 0.3s ease;
}

.faq-item[open] .faq-pergunta::after {
  content: "−";
  transform: rotate(180deg);
}

.faq-resposta {
  padding: 0 24px 24px;
  font-size: clamp(15px, 2vw, 17px);
  line-height: 1.8;
  color: rgba(79, 45, 20, 0.85);
}

/* ========================================
   SEÇÃO VITRINE TÍTULO
   ======================================== */
.home-vitrine-titulo {
  margin: 60px auto;
  padding: 30px 20px;
  text-align: center;
}

.home-vitrine-titulo h2 {
  font-family: var(--fel-font-heading);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: #4f2d14;
  margin-bottom: 12px;
}

.home-vitrine-titulo p {
  font-size: clamp(16px, 2vw, 18px);
  color: rgba(79, 45, 20, 0.7);
}

@media (max-width: 768px) {
  .home-quero-vender,
  .home-depoimentos,
  .home-faq,
  .home-vitrine-titulo {
    margin: 40px auto;
    padding: 30px 15px;
  }
  
  .home-depoimentos-grid {
    grid-template-columns: 1fr;
  }

  /* =========================================================
     MOBILE: Reduzir tamanho dos preços para evitar corte
     ========================================================= */
  .imovel-preco-valor,
  .imovel-codigo-link.imovel-codigo-valor,
  .imovel-codigo-link.imovel-codigo-valor:visited {
    font-size: clamp(18px, 4.5vw, 26px) !important;
    min-height: 36px;
    padding: 5px 10px;
  }

  .imovel-preco-resumo {
    font-size: clamp(18px, 4.5vw, 26px) !important;
  }

  .imovel-detalhe-preco strong {
    font-size: clamp(22px, 5.5vw, 30px) !important;
    line-height: 1.15;
  }

  .imovel-detalhe-preco span {
    font-size: clamp(11px, 2.5vw, 14px) !important;
  }

  /* Garantir que o preço não corte visualmente */
  .imovel-preco-valor,
  .imovel-preco-resumo,
  .imovel-detalhe-preco strong {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
  }
}
