.elementor-402 .elementor-element.elementor-element-54fc322{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-7c6c60c *//* ==============================
   BASE
================================ */
.res-page{
  font-family: 'Heebo', sans-serif !important;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 10px 60px;
}

/* ==============================
   TÍTULO
================================ */
.res-head{
  width: 100%;
  margin: 0 0 18px;
}

.res-title-page{
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px !important;

  background: linear-gradient(90deg, #23B2D0 0%, #2354A3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ==============================
   GRID
================================ */
.resid-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

/* ==============================
   CARD
================================ */
.resid-card{
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;

  border: 1px solid #2AA9D0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
  transition: transform .15s ease, box-shadow .15s ease;
}

.resid-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(0,0,0,.16);
}

/* ==============================
   IMAGEM (QUALIDADE CORRIGIDA)
================================ */
.resid-img{
  width: 100%;
  height: 170px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  /* melhora nitidez */
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(0);
  transition: opacity .25s ease;
}

/* ==============================
   CORPO NORMAL
================================ */
.resid-body{
  padding: 14px 14px 12px;
  transition: opacity .25s ease;
}

.resid-title{
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 6px;
  line-height: 1.3;
}

.resid-city{
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 8px;
}

.resid-pin{
  width: 16px;
  height: 16px;
}

/* Rating */
.resid-rating{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.resid-rating .star-rating{
  font-size: 14px;
}

.resid-reviews{
  font-size: 12px;
  color: #6B7280;
  font-weight: 400;
}

/* ==============================
   PREÇO + BOTÃO (SEMPRE VISÍVEL)
================================ */
.resid-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.resid-price{
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.resid-price-strong{
  font-size: 20px;
  font-weight: 800;
}

.resid-price-suf{
  font-size: 12px;
  font-weight: 400;
}

.resid-btn{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  background: linear-gradient(90deg, #23B2D0 0%, #2354A3 100%);
  white-space: nowrap;
  position: relative;
  z-index: 3;
}

.resid-btn-icon{
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
}

/* ==============================
   HOVER OVERLAY (AUTO SLIDER)
================================ */
.resid-hover{
  position: absolute;
  inset: 0 0 56px 0; /* NÃO cobre o botão */
  background: #fff;
  opacity: 0;
  pointer-events: none;
  display: grid;
  grid-template-rows: 170px 1fr;
  transition: opacity .25s ease;
  z-index: 2;
}

.resid-card:hover .resid-hover{
  opacity: 1;
}

.resid-card:hover .resid-img,
.resid-card:hover .resid-body{
  opacity: 0;
}

/* ==============================
   SLIDER AUTOMÁTICO
================================ */
.resid-hover-media{
  position: relative;
  overflow: hidden;
}

.resid-hover-slide{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: residFade 12s infinite;
}

.resid-hover-slide:nth-child(1){ animation-delay: 0s; }
.resid-hover-slide:nth-child(2){ animation-delay: 4s; }
.resid-hover-slide:nth-child(3){ animation-delay: 8s; }

@keyframes residFade{
  0%{ opacity: 0; }
  8%{ opacity: 1; }
  30%{ opacity: 1; }
  38%{ opacity: 0; }
  100%{ opacity: 0; }
}

/* ==============================
   INFO EXTRA NO HOVER
================================ */
.resid-hover-info{
  padding: 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.resid-hover-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.resid-hover-pill{
  font-size: 11px;
  font-weight: 400;
  background: #F4F6FA;
  border: 1px solid rgba(9,22,42,.12);
  padding: 4px 10px;
  border-radius: 999px;
}

.resid-hover-desc{
  font-size: 13px;
  font-weight: 300;
  line-height: 1.35;
  opacity: .9;
  max-height: 52px;
  overflow: hidden;
}

/* ==============================
   EMPTY
================================ */
.res-empty{
  font-size: 14px;
  padding: 20px 0;
}

/* ==============================
   RESPONSIVO
================================ */
@media (max-width: 1024px){
  .resid-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px){
  .resid-grid{
    grid-template-columns: 1fr;
  }

  .resid-img{
    height: 190px;
  }

  /* Mobile: sem hover */
  .resid-hover{
    display: none;
  }
}/* End custom CSS */