@charset "UTF-8";

/*
    Theme Name: Mobtus
    Author: Thiago Mauricio
    Version: 1.0
*/
/* ==========================================================================
   Global CSS
   ========================================================================== */
:root {
  --Black: #7C3AED;
  --primary-bg: #F3E8FF;
  --neutral-120: #3D3D3D;
  --neutral-100: #6B6B6B;
  --neutral-80: #D4D4D4;
  --neutral-70: #EEEEEE;
  --toggle-on: #6B21A8;
  --toggle-off: #CCC;
}

.both {
  clear: both;
}

div[data-debug="1"] {
  background: #1abc9c;
}

div[data-debug="2"] {
  background: #9b59b6;
}

div[data-debug="3"] {
  background: #F45;
}

div[data-debug="4"] {
  background: #f1c40f;
}

div[data-debug="5"] {
  background: #3498db;
}

.btn-whatsapp {
  color: #FFF;
  background: #24a148;
}

.btn-whatsapp:hover {
  color: #FFF;
  background: #197b35;
}

.tag.city {
  color: #FFF;
  background: #9b59b6;
}

.price span {
  display: block;
  text-align: right;
}

.fancybox-toolbar {
  display: none !important
}

.main-content.-inside {
  padding-top: 50px;
}

.main-content.-details {
  top: 140px;
  margin-bottom: 150px;
  position: relative;
}

#wrapper.-details {
  margin-top: -20px;
}

.btn-anuncie-custom {
  margin-right: -10px;
}

.app-hero {
  width: 100%;
  z-index: 10;
  height: 100%;
  min-height: 740px;
  background: #F8F7F3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/mobtus-bg-hero-family.webp);
  position: relative;
}

.app-hero .form-control {
  /* border: 0; */
  box-shadow: none;
}

.app-hero__card {
  top: 150px;
  left: 55px;
  width: calc(100% - 110px);
  padding: 24px;
  max-width: 640px;
  position: absolute;
  border-radius: 20px;
  background: var(--White);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.app-hero__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 30px;
}

.app-hero__tabs {
  gap: 24px;
  display: flex;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--Line);
}

.app-hero__tabs-item {
  overflow: hidden;
  font-weight: bold;
  padding: 15px 25px;
  background: #EEE;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.app-hero__tabs-item.active,
.app-hero__tabs-item:hover {
  color: #FFF;
  background: var(--Primary);
}

@media(min-width: 992px) {
  .app-hero__tabs-item[data-tab="alugar"] {
    margin-right: -10px;
  }
}

.app-hero .selector {
  display: flex;
  flex-direction: column;
  background: var(--White);
  border: 1px solid var(--Line);
  border-radius: 12px;
  padding: 8px 12px;
  margin-bottom: 20px;
}

.app-hero .selector label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--Text-secondary);
}

.app-hero .selector select {
  border: none;
  outline: none;
  background: transparent;
  font: inherit;
  width: 100%;
  color: var(--Text-primary);
  padding: 4px 0;
}

.app-hero .row-custom {
  gap: 12px;
  display: grid;
  padding: 0 15px;
  grid-template-columns: 1fr 1fr;
}

.app-hero .submit {
  width: 100%;
  border: 0;
  margin-top: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 22px;
  border-radius: 8px;
  color: var(--Text-light);
  background: var(--Primary);
}

.app-hero .submit:hover {
  background: var(--Hover);
}

.badge-title {
  color: #666;
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin-top: -5px;
}

@media(max-width: 768px) {
  .badge-title {
    font-size: 24px;
  }

  .tab-filters-grid .btn-filters {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }

  .box-title .nice-select {
    max-width: 100% !important;
  }

}

.card-house-type {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: -5px;
  color: var(--Primary);
}

.card-details.info li {
  font-size: 13px;
}

.card-details.info li i {
  margin-right: 4px;
}

.price-grid {
  margin: 10px auto;
  padding: 5px 15px;
  border-radius: 20px;
  background: #F8F8F8;
}

.price-grid .price {
  width: 47%;
}

.price-grid .price-group-value {
  font-size: 24px;
}

.tab-filters-grid .btn-filters {
  font-size: 15px;
  padding: 15px 25px;
  border-radius: 100px;
  margin-right: 10px;
  background: var(--Bg-light);
}

.tab-filters-grid .btn-filters:hover {
  color: #FFF;
  background: var(--Primary);
}

.tab-filters-grid .btn-filters-icon {
  display: inline;
  margin-right: 5px;
}

.footer-about p {
  font-size: 15px;
  line-height: 22px;
}

.footer .link:hover {
  color: #FFF !important;
}

/* ===== Escopo exclusivo ===== */
.filter-modal {
  /* reset leve só dentro do escopo */
  --fm-bg: #fff;
  --fm-border: #e9ecef;
  --fm-muted: #6c757d;
  --fm-highlight: #e7f1ff;
  /* azul claro do destaque */
  --fm-radius: .5rem;
  --fm-pad-y: .5rem;
  --fm-pad-x: .75rem;
  background: var(--fm-bg);
}

/* Títulos de grupo */
.filter-modal .fm-group {
  margin-bottom: 1.75rem;
}

.filter-modal .fm-group-title {
  font-weight: 600;
  margin-bottom: .75rem;
}

/* Opção (checkbox + label) */
.filter-modal .fm-option {
  display: flex;
  align-items: center;
  margin: .25rem 0;
}

.form-check {
  height: 48px;
  margin-bottom: 5px;
  border-radius: 8px;
  background: #FFF;
  border: 1px solid #E4E4E4;
  padding: 0 35px 15px 0;
  padding-left: 2.2em;
}

.form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 14px;
  background: #E4E4E4;
}

.form-check-label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0 15px 10px;
}

.link-modal-search {
  padding-top: 10px;
}

.link-modal-search a {
  font-size: 16px;
  display: block;
  margin-top: 10px;
  text-align: center;
  color: var(--Primary);
}

.filter-modal .fm-option .form-check-input {
  margin-right: .5rem;
  width: 1.1rem;
  height: 1.1rem;
}

.filter-modal .fm-option .form-check-label {
  display: block;
  width: 100%;
  padding: var(--fm-pad-y) var(--fm-pad-x);
  border-radius: var(--fm-radius);
  transition: background .15s ease, box-shadow .15s ease;
  cursor: pointer;
}

/* Destaque quando marcado */
.filter-modal .fm-option .form-check-input:checked+.form-check-label {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
}

/* Sticky header/footer dentro da modal scrollable */
.filter-modal .fm-sticky {
  position: sticky;
  background: var(--fm-bg);
  z-index: 2;
}

.filter-modal .modal-header.fm-sticky {
  top: 0;
}

.filter-modal .modal-footer.fm-sticky {
  bottom: 0;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, .04);
}

/* Link "Limpar" sem herdar estilos globais */
.filter-modal .fm-link {
  color: #0d6efd;
  text-decoration: none;
  font-weight: 500;
}

.filter-modal .fm-link:hover {
  text-decoration: underline;
}

/* Bordas suaves do conteúdo (opcional) */
.filter-modal .modal-body {
  padding-top: .75rem;
}

.filter-modal .modal-content {
  border: 1px solid var(--fm-border);
  border-radius: .75rem;
}

.wg-pagination.-search {
  width: 100%;
  max-width: 330px;
  margin: auto;
  margin-top: 50px;
}

/* Card-checkbox estilo OLX (marcação visual com check) */
.card-checkbox-grid {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  align-items: stretch;
}

/* esconde o input visualmente, mas mantém acessível */
.card-checkbox-input {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* label como card */
.card-checkbox {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  padding: .6rem .75rem;
  min-width: 140px;
  border-radius: .5rem;
  border: 1px solid rgba(0, 0, 0, .08);
  background: var(--bs-white, #fff);
  color: var(--bs-body-color, #212529);
  box-shadow: 0 1px 0 rgba(16, 24, 40, 0.02), 0 1px 2px rgba(16, 24, 40, 0.04);
  cursor: pointer;
  user-select: none;
  transition: background-color .12s ease, border-color .12s ease, transform .06s ease;
  white-space: nowrap;
}

/* truncamento do texto */
.card-checkbox .card-checkbox-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

/* container visual do "checkbox" */
.card-checkbox .checkbox-mark {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border-radius: 4px;
  display: inline-grid;
  place-items: center;
  font-size: 12px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.03);
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: background-color .12s ease, border-color .12s ease, transform .06s ease, color .12s ease;
}

/* svg de check oculto por padrão */
.card-checkbox .checkbox-mark svg {
  width: 12px;
  height: 12px;
  display: block;
  opacity: 0;
  transform: scale(.8);
  transition: opacity .12s ease, transform .12s ease;
  color: currentColor;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* hover/focus do label */
.card-checkbox:hover,
.card-checkbox:focus {
  transform: translateY(-1px);
  border-color: rgba(0, 0, 0, .12);
}

/* quando o input está checado: altera background, cor, borda e mostra o SVG */
.card-checkbox-input:checked+.card-checkbox {
  background-color: var(--bs-primary, #0d6efd);
  color: #fff;
  border-color: color-mix(in srgb, var(--bs-primary, #0d6efd) 60%, black 0%);
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.12);
}

/* mostra o check dentro do mark */
.card-checkbox-input:checked+.card-checkbox .checkbox-mark svg {
  opacity: 1;
  transform: scale(1);
}

/* ajuste visual do mark quando checado (ex: fundo semitransparente) */
.card-checkbox-input:checked+.card-checkbox .checkbox-mark {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

/* foco visível (acessibilidade) */
.card-checkbox-input:focus-visible+.card-checkbox {
  outline: 3px solid color-mix(in srgb, var(--bs-primary, #0d6efd) 18%, transparent);
  outline-offset: 3px;
  border-radius: .5rem;
}

/* responsividade: em xs, os cards ocupam 100% */
@media (max-width: 575.98px) {
  .card-checkbox {
    min-width: 100%;
    justify-content: flex-start;
  }
}

.tf-filter-sidebar.nav-tab-item.active {
  font-weight: 700;
}

.tf-filter-sidebar {
  background: #fff;
  border-radius: 12px;
  max-width: 380px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

@media(min-width: 769px) {
  #btnFecharFiltro {
    display: none;
  }
}

@media(max-width: 768px) {
  #btnFecharFiltro {
    color: #FFF;
  }

  .tf-filter-sidebar {
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 90vh;
    z-index: 9999;
    display: none;
    overflow: scroll;
    position: absolute;
  }
}


/* ===== CUSTOM SCROLLBAR ===== */
.form-sl::-webkit-scrollbar,
.modal-tipos .modal-body::-webkit-scrollbar {
  width: 6px;
}

.form-sl::-webkit-scrollbar-track,
.modal-tipos .modal-body::-webkit-scrollbar-track {
  background: transparent;
}

.form-sl::-webkit-scrollbar-thumb,
.modal-tipos .modal-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--neutral-80);
}

.form-sl::-webkit-scrollbar-thumb:hover,
.modal-tipos .modal-body::-webkit-scrollbar-thumb:hover {
  background: var(--neutral-70);
}

/* Firefox */
.form-sl,
.modal-tipos .modal-body {
  scrollbar-width: thin;
  scrollbar-color: var(--Black) transparent;
}

/* ===== TABS ===== */
.tab-slide {
  /* padding: 16px 16px 0; */
}

.menu-tab {
  list-style: none;
  display: grid;
  gap: 0;
  margin: 0;
  background: #F0F0F0;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  padding: 10px 20px 10px 15px;
  grid-template-columns: 1fr 1fr 1fr;
}

.menu-tab .nav-tab-item a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  color: var(--neutral-100);
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.25s;
  position: relative;
  z-index: 1;
}

.menu-tab .nav-tab-item.active a {
  background: var(--Primary);
  color: #fff;
  box-shadow: 0 2px 8px rgba(107, 33, 168, 0.3);
}

/* ===== FORM AREA ===== */
.form-sl {
  padding: 16px;
}

.form-sl form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ===== LABELS ===== */
.filter-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--neutral-120);
  margin-bottom: 6px;
  display: block;
}

/* ===== INPUTS ===== */
.filter-input {
  width: 100%;
  border: 1px solid var(--neutral-80);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  color: var(--neutral-120);
  outline: none;
  transition: border-color 0.2s;
}

.filter-input:focus {
  border-color: var(--Primary);
}

.filter-input::placeholder {
  color: #aaa;
}

/* ===== CHECKBOX CARDS (Tipo de Imóvel inline) ===== */
.checkbox-card-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.checkbox-card {
  gap: 10px;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.2s;
  color: var(--neutral-120);
}

.checkbox-card:hover {
  border-color: var(--Black);
  background: var(--primary-bg);
}

.checkbox-card input[type="checkbox"] {
  accent-color: var(--Primary);
  width: 16px;
  height: 16px;
}

.checkbox-card input[type="checkbox"]:checked+span {
  font-weight: 600;
}

/* ===== LINK MODAL ===== */
.link-todos-tipos {
  gap: 4px;
  cursor: pointer;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  display: inline-flex;
  color: var(--Primary);
  text-decoration: none;
  transition: color 0.2s;
}

.link-todos-tipos:hover {
  color: var(--Black);
  text-decoration: underline;
}

.link-todos-tipos svg {
  width: 18px;
  height: 18px;
}

/* ===== BUTTON GROUP (Quartos, Banheiros, Vagas) ===== */
.btn-group-filter {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.btn-group-filter .btn-opt {
  min-width: 52px;
  height: 53px;
  padding: 8px 12px;
  border-radius: 100px;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s;
  color: var(--Primary);
  border: 1px solid var(--neutral-80);
}

.btn-group-filter .btn-opt:hover {
  color: var(--Primary);
  border-color: var(--Primary);
}

.btn-group-filter .btn-opt.active {
  color: #fff;
  background: var(--Primary);
  border-color: var(--Primary);
}

/* ===== PRICE ROW ===== */
.price-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.input-with-prefix {
  position: relative;
}

.input-with-prefix .prefix {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: var(--neutral-100);
  font-weight: 600;
}

.input-with-prefix input {
  padding-left: 34px !important;
}

/* ===== TOGGLE SWITCH ===== */
.toggle-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
}

.toggle-switch {
  position: relative;
  width: 42px;
  height: 24px;
  flex-shrink: 0;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: var(--toggle-off);
  border-radius: 24px;
  transition: 0.3s;
}

.toggle-slider::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}

.toggle-switch input:checked+.toggle-slider {
  background: var(--Primary);
}

.toggle-switch input:checked+.toggle-slider::before {
  transform: translateX(18px);
}

.toggle-label {
  font-size: 14px;
  color: var(--neutral-120);
  cursor: pointer;
  user-select: none;
}

/* ===== DIVIDER ===== */
.filter-divider {
  border: none;
  border-top: 1px solid #EBEBEB;
  margin: 4px 0;
}

/* ===== ACCORDION (Características) ===== */
#accCaracteristicasBody {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.acoes-imovel {
  gap: 10px;
  display: flex;
  margin-left: auto;
  margin-bottom: 20px;
}

.btn-acao {
  gap: 8px;
  width: 50%;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--Primary);
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  transition: all .2s ease;
}

.btn-acao i {
  font-size: 14px;
}

.btn-acao:hover {
  background: #f5f5f5;
}

.accordion-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  padding: 6px 0;
  cursor: pointer;
  color: var(--neutral-120);
}

.accordion-toggle .acc-title {
  font-size: 14px;
  font-weight: 700;
}

.accordion-toggle svg {
  transition: transform 0.3s;
  color: var(--Primary);
}

.accordion-toggle.open svg {
  transform: rotate(180deg);
}

.accordion-body {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding-top: 8px;
}

.accordion-body.show {
  display: flex;
}

/* ===== NICE SELECT REPLACEMENT ===== */
.select-filter {
  width: 100%;
  border: 1px solid var(--neutral-80);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 26px;
  color: var(--neutral-120);
  background: #fff;
  outline: none;
  cursor: pointer;
}

.select-filter:focus {
  border-color: var(--Primary);
}

/* ===== PROPERTY CODE ===== */
.input-with-icon {
  position: relative;
}

.input-with-icon svg {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--Primary);
}

.input-with-icon input {
  padding-left: 38px;
}

/* ===== BOTTOM BAR ===== */
.filter-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 16px 12px 16px;
  border-top: 1px solid #EBEBEB;
  background: #fff;
  position: sticky;
  bottom: 0;
  margin-top: 20px;
}

.btn-limpar {
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: var(--Primary);
  cursor: pointer;
}

.btn-limpar:hover {
  text-decoration: underline;
}

.btn-buscar {
  background: var(--Primary);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-buscar:hover {
  background: var(--Black);
}

/* ===== MODAL ===== */
.modal-tipos .modal-content {
  border-radius: 12px;
  border: none;
}

.modal-tipos .modal-header {
  border-bottom: 1px solid #EBEBEB;
  padding: 16px 20px;
}

.modal-tipos .modal-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--neutral-120);
}

.modal-tipos .modal-body {
  padding: 16px 20px;
  max-height: 60vh;
  overflow-y: auto;
}

.modal-tipos .section-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--neutral-120);
  margin: 12px 0 6px;
}

.modal-tipos .section-title:first-child {
  margin-top: 0;
}

.modal-tipos .modal-footer {
  border-top: 1px solid #EBEBEB;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
}

.modal-tipos .btn-modal-limpar {
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: var(--Primary);
  cursor: pointer;
}

.tf-btn.btn-modal-continuar,
.modal-tipos .btn-modal-continuar {
  cursor: pointer;
  color: #FFF !important;
  background: var(--Primary);
}

.tf-btn.btn-modal-continuar:hover,
.modal-tipos .btn-modal-continuar:hover {
  background: var(--Black);
}

.tf-btn-inverse:hover {
  color: #FFF !important;
  text-decoration: none;
  background: var(--neutral-100);
}

.filter-tabs {
  display: flex;
  justify-content: space-between;
}

.filter-tabs .tab-item {
  flex: 1;
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s;
}

.filter-tabs .tab-item i {
  display: block;
  font-size: 24px;
  margin-bottom: 4px;
}

.filter-tabs .tab-item.active {
  border-color: #0d6efd;
  color: #0d6efd;
  background-color: #f0f8ff;
}

.tab-content .tab-pane {
  display: none;
  margin-top: 10px;
}

.tab-content .tab-pane.active {
  display: block;
}


.overview-grid {
  gap: 32px;
  display: grid;
  padding: 25px;
  text-align: left;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid var(--Line);
  grid-template-columns: repeat(4, 1fr);
  /* box-shadow: 3px 4px 22px -13px rgb(0 0 0 / 30%); */
}

.overview-item i {
  width: 50px;
  color: #8994a9;
  margin-right: 10px;
  padding: 10px 0;
  font-size: 30px;
  float: left;
  margin-bottom: 6px;
  border-radius: 10px;
  border: 1px solid #CCC;
}

.overview-item span.value {
  font-size: 18px;
  font-weight: bold;
  color: #111;
  margin-top: 8px;
  margin-bottom: 4px;
  display: block;
}

.overview-item span.label {
  font-size: 14px;
  opacity: .75;
  display: block;
  margin-top: 2px;
}

.-details .address {
  font-size: 14px;
}

/* Wrapper lista (substitua o .nearby-list antigo) */
.nearby-list {
  display: grid;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  grid-template-columns: 1fr;
}

/* estilo dos itens */
.nearby-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #d9d9d9;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 15px;
  background: #fff;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
}

.nearby-list li i {
  width: 34px;
  height: 34px;
  opacity: .95;
  color: #8994a9;
  font-size: 17px;
  border-radius: 6px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background: rgba(21, 87, 255, 0.06);
  border: 1px solid rgba(21, 87, 255, 0.08);
}

/* hover sutil */
.nearby-list li:hover {
  background: #f7f7f7;
  border-color: #bfbfbf;
  transform: translateY(-2px);
}

/* BREAKPOINT: Desktop — força 2 colunas */
@media (min-width: 820px) {
  .nearby-list {
    grid-template-columns: repeat(2, 1fr);
    /* exatamente 2 colunas */
  }
}

/* opcional: telas XL com 3 colunas (descomente se quiser) */
/*
@media (min-width: 1200px) {
  .nearby-list { grid-template-columns: repeat(3, 1fr); }
}
*/

@media (max-width:768px) {

  .header-right .tf-btn {
    height: 40px !important;
  }

  .properties-details .tf-spacing-7 {
    padding-top: 20px;
  }

  .properties-details .tf-spacing-8 {
    padding-top: 30px;
  }

  .properties-details .thumb-main img {
    border-radius: 20px;
  }

  .section-properties .box-title {
    padding-top: 30px;
  }

  .section-properties .box-title.mb_40 {
    margin-bottom: -10px;
  }

  .section-properties .box-title h4 {
    font-size: 28px;
  }

  .section-properties .row {
    gap: 20px !important;
  }

  .card-details.info li {
    font-size: 13px;
  }

}

/* ========================================================
   MOBTUS - busca-extra.css
   Estilos complementares para busca.js
   ======================================================== */
/* --- Tags de tipos selecionados na sidebar --- */
.tipos-tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.tipo-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  background: #f0f4ff;
  border: 1px solid #c5d4f7;
  border-radius: 20px;
  font-size: 12px;
  color: #3366cc;
  line-height: 1.4;
}

.tipo-tag-remove {
  background: none;
  border: none;
  color: #3366cc;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  padding: 0 0 0 2px;
  opacity: 0.7;
  transition: opacity 0.15s;
}

.tipo-tag-remove:hover {
  opacity: 1;
}

.tipos-count {
  font-weight: 600;
}

/* --- Skeleton Loading --- */
.card-skeleton {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.skeleton-img {
  width: 100%;
  height: 200px;
  background: #e9ecef;
}

.skeleton-text {
  height: 14px;
  margin: 14px 16px 0;
  background: #e9ecef;
  border-radius: 4px;
}

.skeleton-text.short {
  width: 60%;
  margin-bottom: 16px;
}

.shimmer {
  position: relative;
  overflow: hidden;
}

.shimmer::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  100% {
    left: 100%;
  }
}

/* --- Filtros rápidos ativos --- */
.btn-filters.active {
  background: #3366cc;
  color: #fff;
  border-color: #3366cc;
}

.btn-filters.active .btn-filters-icon {
  color: #fff;
}

/* --- Paginação --- */
.pagination-mobtus {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.pagination-mobtus .pag-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  background: #fff;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.15s;
}

.pagination-mobtus .pag-btn:hover {
  background: #f0f4ff;
  border-color: #3366cc;
  color: #3366cc;
}

.pagination-mobtus .pag-btn.active {
  background: #3366cc;
  border-color: #3366cc;
  color: #fff;
}

.pagination-mobtus .pag-dots {
  padding: 0 6px;
  color: #999;
}

/* --- Bairro container slide --- */
#bairroContainer {
  transition: all 0.2s ease;
}

/* --- Empty state --- */
.empty-state {
  padding: 40px 20px;
}

.empty-state h4 {
  margin-bottom: 8px;
  color: #333;
}

.empty-state p {
  color: #666;
}

.pd-card {
  background: #fff;
  padding: 1.5rem 2rem;
  margin-bottom: 30px;
  border-radius: 0.75rem;
  border: 1px solid hsl(30, 10%, 88%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.pd-card-title {
  font-size: 1.60rem;
  font-weight: 700;
  color: hsl(20, 10%, 20%);
  /* margin-bottom: 1rem; */
}

/* ===== INFO GRID 4x2 ===== */
.pd-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.pd-info-item-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: hsl(20, 8%, 50%);
  margin-bottom: 0.25rem;
}

.pd-info-item-value {
  font-size: 1.1rem;
  font-weight: 600;
  color: hsl(20, 10%, 15%);
}

/* ===== CHARACTERISTICS ===== */
.pd-highlights-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid hsl(30, 10%, 88%);
  text-align: center;
}

.pd-highlight-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: hsl(20, 8%, 50%);
  margin-bottom: 0.25rem;
}

.pd-highlight-value {
  font-size: 1.1rem;
  font-weight: 700;
  color: hsl(20, 10%, 15%);
}

.pd-details-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2.5rem;
}

.pd-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid hsl(30, 10%, 95%);
}

.pd-detail-label {
  font-size: 0.875rem;
  color: hsl(20, 8%, 50%);
}

.pd-detail-value {
  font-size: 0.875rem;
  font-weight: 700;
  color: hsl(20, 10%, 20%);
}

/* ===== ROOMS ===== */
.pd-room-section {
  margin-bottom: 2rem;
}

.pd-room-section:last-child {
  margin-bottom: 0;
}

.pd-room-section-title {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.pd-rooms-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}

.pd-room-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: hsl(30, 15%, 95%);
  border: 1px solid hsl(30, 10%, 88%);
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
}

.pd-room-item-label {
  font-size: 0.875rem;
  color: hsl(20, 8%, 50%);
}

.pd-room-item-count {
  font-size: 0.875rem;
  font-weight: 700;
  color: #6755ED;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .pd-rooms-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .pd-card {
    padding: 1.25rem;
  }

  .pd-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd-highlights-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .pd-details-grid {
    grid-template-columns: 1fr;
  }

  .pd-rooms-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .pd-highlights-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd-rooms-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   RESPONSIVE — Mobtus
   Breakpoints: 1200px | 1024px | 768px | 575px | 480px
   ========================================================================== */

/* ---- Large (≤ 1200px) ---- */
@media (max-width: 1200px) {
  .app-hero__card {
    left: 30px;
    width: calc(100% - 60px);
    max-width: 580px;
  }

  .overview-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

/* ---- Tablet (≤ 1024px) ---- */
@media (max-width: 1024px) {
  .app-hero {
    min-height: 600px;
  }

  .app-hero__card {
    top: 100px;
    left: 20px;
    width: calc(100% - 40px);
    max-width: 500px;
  }

  .overview-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 20px;
  }

  .menu-tab {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 8px 12px;
  }

  .menu-tab .nav-tab-item a {
    font-size: 13px;
    padding: 12px 16px;
  }

  .acoes-imovel {
    max-width: 100%;
  }
}

/* ---- Mobile (≤ 768px) ---- */
@media (max-width: 768px) {
  /* Hero */
  .app-hero {
    min-height: auto;
    padding-bottom: 30px;
    background-image: none;
    background: #FFF;
    margin: auto;
    padding-top: 85px;
    padding: 85px 15px 30px 15px;
  }

  .app-hero__card {
    position: static;
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 20px 16px;
  }

  .app-hero__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .app-hero .row-custom {
    grid-template-columns: 1fr;
    /* padding: 0; */
    gap: 8px;
  }

  .app-hero__tabs {
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    flex-wrap: nowrap;
  }

  .app-hero__tabs::-webkit-scrollbar {
    display: none;
  }

  .app-hero__tabs-item {
    padding: 10px 16px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  /* Overview */
  .overview-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 16px;
  }

  /* Menu tab */
  .menu-tab {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 8px;
  }

  .menu-tab .nav-tab-item a {
    padding: 12px 20px;
  }

  /* Filter sidebar */
  .tf-filter-sidebar {
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
  }

  /* Price */
  .price-row {
    grid-template-columns: 1fr;
  }

  /* ===== BOX PRICE ===== */
  .box-price {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid var(--Line);
    margin-bottom: 20px;
  }

  .box-price .price-grid {
    display: flex;
    gap: 12px;
    margin-bottom: 0;
  }

  .box-price .price-grid .price {
    flex: 1;
  }

  .box-price .price-grid .price-group-legend {
    font-size: 13px;
    font-weight: 500;
    color: var(--Text-secondary);
    margin-bottom: 4px;
  }

  .box-price .price-grid .price-group-value {
    font-size: 24px;
    font-weight: 700;
    color: var(--Text-primary);
  }

  .box-price .price-grid .text-end {
    text-align: right;
  }

  @media (max-width: 767px) {
    .box-price {
      padding: 16px;
    }

    .box-price .price-grid .price-group-value {
      font-size: 20px;
    }
  }


  /* Actions */
  .acoes-imovel {
    max-width: 100%;
    flex-wrap: wrap;
  }

  .btn-acao {
    width: 100%;
  }

  /* Details */
  .main-content.-details {
    top: 0;
    margin-bottom: 60px;
  }

  .main-content.-inside {
    padding-top: 20px;
  }

  /* Filter tabs (quick filters) */
  @media(max-width: 768px) {

    .main-content.-details {
      top: 115px;
    }

    .grid-filtros {
      margin-bottom: -60px !important;
    }

    .price-grid .price-group-value {
      font-size: 20px;
    }

    .card-house-type,
    .card-house-type p {
      font-size: 16px;
    }

    .card-house .title.h6 {
      font-size: 22px;
    }

  }

  @media(max-width: 370px) {
    .card-details.info li i {
      display: none;
    }
  }

  @media(min-width: 769px) {
    .tab-filters-grid {
      display: flex;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      flex-wrap: nowrap;
      gap: 8px;
      padding-bottom: 4px;
    }

    .tab-filters-grid::-webkit-scrollbar {
      display: none;
    }

    .tab-filters-grid .btn-filters {
      white-space: nowrap;
      flex-shrink: 0;
      margin-right: 0;
    }

  }

  /* pd-card details */
  .pd-card {
    padding: 1rem;
  }

  .pd-card-title {
    font-size: 1.25rem;
  }

  .pd-info-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  /* Wg pagination */
  .wg-pagination.-search {
    max-width: 100%;
    margin-top: 30px;
  }

  /* Pagination */
  .pagination-mobtus {
    flex-wrap: wrap;
    gap: 4px;
  }

  /* Filter bottom bar */
  .filter-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.1);
  }
}

/* ---- Small Mobile (≤ 575px) ---- */
@media (max-width: 575px) {
  .app-hero__title {
    font-size: 24px;
    line-height: 30px;
  }

  .overview-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 12px;
  }

  .overview-item i {
    font-size: 22px;
    width: 40px;
  }

  .overview-item span.value {
    font-size: 15px;
  }

  .pd-highlights-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd-rooms-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .btn-group-filter {
    gap: 6px;
  }

  .btn-group-filter .btn-opt {
    min-width: 44px;
    height: 44px;
    font-size: 14px;
    padding: 6px 10px;
  }

  .menu-tab .nav-tab-item a {
    font-size: 14px;
    padding: 12px;
  }

  .filter-tabs {
    gap: 6px;
  }

  .filter-tabs .tab-item {
    padding: 8px 6px;
    font-size: 12px;
  }

  .filter-tabs .tab-item i {
    font-size: 20px;
  }

  /* Card checkbox full width */
  .card-checkbox {
    min-width: 100%;
    justify-content: flex-start;
  }
}

/* ---- Very Small (≤ 480px) ---- */
@media (max-width: 480px) {
  .overview-grid {
    grid-template-columns: 1fr;
  }

  .pd-info-grid {
    grid-template-columns: 1fr;
  }

  .pd-highlights-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd-rooms-grid {
    grid-template-columns: 1fr;
  }

  .badge-title {
    font-size: 16px;
  }
}

/* ============================================================
   form-contato.css — Widget de Contato Mobtus
   ============================================================ */

/* ---- Widget container ---- */
.contact-widget {
  width: 100%;
  /* max-width: 380px; */
  background: #fff;
  border-radius: 16px;
  padding: 24px 20px 20px;
  border: 1px solid #e8e8e8;
}

/* ---- Seções ---- */
.cw-section {
  padding: 4px 0;
}

.cw-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 18px;
  letter-spacing: -0.3px;
}

/* ---- Divider ---- */
.cw-divider {
  border: none;
  border-top: 1px solid #ebebeb;
  margin: 22px 0;
}

/* ---- Campo ---- */
.cw-field {
  margin-bottom: 14px;
}

/* ---- Input / Textarea ---- */
.cw-input {
  width: 100%;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  color: #2d2d2d;
  background: #fff;
  border: 1.5px solid #d8d8d8;
  border-radius: 100px;
  padding: 13px 18px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  line-height: 1.4;
}

.cw-input::placeholder {
  color: #aaa;
}

.cw-input:focus {
  border-color: #7c3aed;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.08);
}

/* Textarea (quebra o border-radius para retangular) */
.cw-textarea {
  border-radius: 14px;
  resize: vertical;
  min-height: 100px;
}

/* Estado de erro no campo */
.cw-field.has-error .cw-input {
  border-color: #e84040;
  box-shadow: 0 0 0 3px rgba(232, 64, 64, 0.08);
}

/* ---- Mensagem de erro ---- */
.cw-error {
  display: none;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
  padding-left: 4px;
  font-size: 12.5px;
  font-weight: 600;
  color: #e84040;
}

.cw-field.has-error .cw-error {
  display: flex;
}

.cw-error svg {
  flex-shrink: 0;
}

/* ---- Checkbox "Receber ofertas" ---- */
.cw-checkbox-row {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 16px;
  user-select: none;
}

.cw-checkbox-row input[type="checkbox"] {
  display: none;
}

.cw-checkmark {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 5px;
  border: 2px solid #ccc;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, border-color 0.15s;
}

.cw-checkmark svg {
  width: 11px;
  height: 11px;
  color: transparent;
  transition: color 0.15s;
}

.cw-checkbox-row input[type="checkbox"]:checked ~ .cw-checkmark,
.cw-checkbox-row:has(input:checked) .cw-checkmark {
  background: #7c3aed;
  border-color: #7c3aed;
}

.cw-checkbox-row input[type="checkbox"]:checked ~ .cw-checkmark svg,
.cw-checkbox-row:has(input:checked) .cw-checkmark svg {
  color: #fff;
}

/* fallback para browsers sem :has() — JS vai adicionar .checked */
.cw-checkbox-row.checked .cw-checkmark {
  background: #7c3aed;
  border-color: #7c3aed;
}

.cw-checkbox-row.checked .cw-checkmark svg {
  color: #fff;
}

.cw-checkbox-label {
  font-size: 14.5px;
  font-weight: 500;
  color: #2d2d2d;
  flex: 1;
}

.cw-info-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #9a9a9a;
  padding: 0;
  display: flex;
  align-items: center;
  transition: color 0.15s;
}

.cw-info-btn:hover {
  color: #7c3aed;
}

/* ---- Botão Enviar ---- */
.cw-btn-submit {
  width: 100%;
  background: #7c3aed;
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: 15px 24px;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 14px;
}

.cw-btn-submit:hover {
  background: #6d28d9;
  box-shadow: 0 4px 16px rgba(124, 58, 237, 0.3);
}

.cw-btn-submit:active {
  transform: scale(0.98);
}

.cw-btn-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

/* Animação de loading */
.btn-loading svg {
  animation: spin 0.9s linear infinite;
}

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

/* ---- Disclaimer ---- */
.cw-disclaimer {
  font-size: 11.5px;
  color: #888;
  line-height: 1.55;
}

.cw-disclaimer a {
  color: #2d2d2d;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cw-disclaimer a:hover {
  color: #7c3aed;
}

/* ---- Feedback (sucesso / erro geral) ---- */
.cw-feedback {
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.4;
}

.cw-feedback.success {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

.cw-feedback.error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

/* ---- Fale com o anunciante ---- */
.cw-phone-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #444;
}

.cw-phone-number {
  font-size: 15px;
  font-weight: 600;
  color: #2d2d2d;
  flex: 1;
}

.cw-ver-telefone {
  font-size: 14px;
  font-weight: 700;
  color: #7c3aed;
  text-decoration: none;
  white-space: nowrap;
}

.cw-ver-telefone:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ---- Botão WhatsApp ---- */
.cw-btn-whatsapp {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #24a148;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  padding: 15px 24px;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}

.cw-btn-whatsapp:hover {
  background: #197b35;
  box-shadow: 0 4px 16px rgba(36, 161, 72, 0.3);
}

.cw-btn-whatsapp:active {
  transform: scale(0.98);
}

/* ---- Link mais anúncios ---- */
.cw-mais-anuncios {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #7c3aed;
  text-decoration: none;
  margin-top: 4px;
}

.cw-mais-anuncios:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}


/* ===== ANUNCIANTE WIDGET ===== */
.aw-wrapper {
  padding: 24px;
  border: 1px solid var(--Line);
  border-radius: 16px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.aw-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.aw-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.aw-avatar {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--Line);
}

.aw-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aw-card-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 0;
}

.aw-card-name {
  font-size: 20px;
  font-weight: 700;
  color: var(--Text-primary);
  text-underline-offset: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aw-card-name:hover {
  color: var(--Primary);
}

.aw-card-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--Text-secondary);
  flex-wrap: wrap;
}

.aw-badge-pro {
  display: flex;
  align-items: center;
}

.aw-rating {
  color: var(--Text-secondary);
}

.aw-divider-dot {
  color: var(--neutral-80);
}

.aw-imoveis {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Text-secondary);
}

.aw-card-footer {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--Text-secondary);
  padding-top: 10px;
  border-top: 1px solid var(--Line);
}

@media (max-width: 767px) {
  .aw-wrapper {
    padding: 16px;
  }
}


/* =========================================
   Modal de Telefone — Mobtus
   Adicione ao seu app.css ou arquivo de estilos
   ========================================= */

/* Overlay */
.modal-telefone-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.modal-telefone-overlay--aberto {
    display: flex;
}

/* Caixa da modal */
.modal-telefone-box {
    background: #fff;
    border-radius: 16px;
    padding: 2rem 2rem 1.75rem;
    max-width: 420px;
    width: 100%;
    position: relative;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    animation: modalEntrar 0.2s ease;
}

@keyframes modalEntrar {
    from { opacity: 0; transform: translateY(12px) scale(0.97); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* Botão fechar */
.modal-telefone-fechar {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #888;
    padding: 4px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    transition: color 0.15s, background 0.15s;
}
.modal-telefone-fechar:hover {
    color: #333;
    background: #f0f0f0;
}

/* Ícone */
.modal-telefone-icon {
    width: 64px;
    height: 64px;
    background: #fff4ee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: #e07b39;
}

/* Título */
.modal-telefone-titulo {
    font-size: 1rem;
    color: #333;
    margin: 0 0 1.25rem;
    line-height: 1.5;
    padding: 0 1rem;
}

/* Números */
.modal-telefone-numeros {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.modal-tel-numero {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1.15rem;
    font-weight: 600;
    color: #6c3fc5;
    text-decoration: none;
    padding: 0.65rem 1rem;
    border-radius: 10px;
    background: #f4effc;
    transition: background 0.15s, color 0.15s;
}
.modal-tel-numero:hover {
    background: #ebe3f9;
    color: #4e2b9a;
}

.modal-tel-loading,
.modal-tel-vazio {
    color: #999;
    font-size: 0.9rem;
    padding: 0.5rem 0;
}

/* =========================================
   Feedback do form
   ========================================= */
.cw-feedback {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    margin-top: 0.75rem;
}
.cw-feedback--sucesso {
    background: #edf7ed;
    color: #2d6a2d;
    border: 1px solid #b2d8b2;
}
.cw-feedback--erro {
    background: #fdecea;
    color: #a02020;
    border: 1px solid #f5b8b8;
}

/* Campo com erro */
.cw-field--error .cw-input {
    border-color: #e53935 !important;
}
.cw-error {
    display: none;
    align-items: center;
    gap: 4px;
    color: #e53935;
    font-size: 0.8rem;
    margin-top: 4px;
}

.modal-tel-nome {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--color-text, #333);
    margin: 0 0 0.75rem;
}

.modal-tel-whatsapp {
    background: #e8f8ef;
    color: #1a7a3f !important;
}
.modal-tel-whatsapp:hover {
    background: #d4f0e0;
    color: #145e30 !important;
}

.modal-tel-email {
    background: #f0f4ff;
    color: #2b4db5 !important;
    font-size: 0.95rem;
}
.modal-tel-email:hover {
    background: #e3eaff;
    color: #1e3a99 !important;
}

/* =========================================
   Modal de Compartilhar
   ========================================= */

.modal-compartilhar-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.modal-compartilhar-overlay.modal-compartilhar--aberto {
    display: flex;
}

.modal-compartilhar-box {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem;
    max-width: 420px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    animation: modalEntrar 0.2s ease;
}

.modal-compartilhar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.modal-compartilhar-titulo {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}

.modal-compartilhar-fechar {
    background: none;
    border: none;
    cursor: pointer;
    color: #888;
    padding: 4px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    transition: color 0.15s, background 0.15s;
}
.modal-compartilhar-fechar:hover {
    color: #333;
    background: #f0f0f0;
}

.modal-compartilhar-opcoes {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.modal-compartilhar-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 50px;
    border: 1.5px solid #6c3fc5;
    background: #fff;
    color: #6c3fc5;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    text-align: center;
}
.modal-compartilhar-btn:hover {
    background: #f4effc;
}

/* Favoritar ativo */
.btn-favoritar--ativo .fa-heart,
.btn-favoritar--ativo i {
    color: #e53935;
}
.btn-favoritar--ativo {
    color: #e53935;
}

.btn-favoritar.active i,
.btn-favoritar.active .fa-heart {
    color: #e53935;
}

.btn-favoritar.active .txt-favoritar {
    display: none;
}

.btn-favoritar.active .txt-salvo {
    display: inline;
}

.btn-favoritar .txt-salvo {
    display: none;
}

/* =========================================
   Header User Area — Mobtus
   Usa as variáveis do styles.css do tema
   ========================================= */

#header-user-area,
#header-user-area-2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ─── Botão Entrar ─── */
.header-btn-login {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 40px;
    padding: 0 16px;
    border-radius: 8px;
    border: 1.5px solid var(--Line);
    background: transparent;
    color: var(--Text-primary);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color 0.2s, background 0.2s;
}
.header-btn-login:hover {
    border-color: var(--Primary);
    color: var(--Primary);
}
.header-btn-login svg {
    flex-shrink: 0;
    color: currentColor;
}

/* ─── Botão Favoritos ─── */
.header-btn-favoritos {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 40px;
    padding: 0 16px;
    border-radius: 8px;
    border: 1.5px solid var(--Primary);
    background: transparent;
    color: var(--Primary);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s;
}
.header-btn-favoritos:hover {
    background: var(--Primary);
    color: var(--White);
}
.header-btn-favoritos svg {
    flex-shrink: 0;
    color: currentColor;
}

/* ─── Dropdown wrapper ─── */
.header-user-dropdown {
    position: relative;
}

/* ─── Botão do perfil ─── */
.header-user-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    padding: 0 12px 0 6px;
    border-radius: 8px;
    border: 1.5px solid var(--Line);
    background: transparent;
    color: var(--Text-primary);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    white-space: nowrap;
}
.header-user-btn:hover {
    border-color: var(--Primary);
    background: rgba(103, 85, 237, 0.04);
}

/* Avatar iniciais */
.header-user-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--Primary);
    color: var(--White);
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    letter-spacing: 0.5px;
}

.header-user-nome {
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-user-chevron {
    color: var(--Text-primary);
    opacity: 0.5;
    transition: transform 0.2s;
    flex-shrink: 0;
}
.header-user-btn[aria-expanded="true"] .header-user-chevron {
    transform: rotate(180deg);
}

/* ─── Menu dropdown ─── */
.header-user-menu {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: var(--White);
    border: 1px solid var(--Line);
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    min-width: 210px;
    padding: 6px 0;
    z-index: 99999;
    animation: huMenuEntrar 0.15s ease;
}
.header-user-menu.aberto {
    display: block;
}

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

.header-user-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    color: var(--Text-primary);
    text-decoration: none;
    transition: background 0.12s, color 0.12s;
    white-space: nowrap;
}
.header-user-menu a:hover {
    background: rgba(103, 85, 237, 0.06);
    color: var(--Primary);
}
.header-user-menu a svg {
    opacity: 0.5;
    flex-shrink: 0;
    transition: opacity 0.12s;
}
.header-user-menu a:hover svg {
    opacity: 1;
}

.header-user-divider {
    height: 1px;
    background: var(--Line);
    margin: 4px 0;
}

.header-user-sair {
    color: #c0392b !important;
}
.header-user-sair svg {
    color: #c0392b !important;
    opacity: 0.7 !important;
}
.header-user-sair:hover {
    background: rgba(192, 57, 43, 0.06) !important;
    color: #c0392b !important;
}

/* ===== HEADER USER AREA — FIXES ===== */

/* Garante que o botão Favoritos não herde fundo branco do .tf-btn */
.header-btn-favoritos {
    background: transparent !important;
    color: var(--Primary) !important;
    height: 40px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 0 16px !important;
    border: 1.5px solid var(--Primary) !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: background 0.2s, color 0.2s !important;
}
.header-btn-favoritos:hover {
    background: var(--Primary) !important;
    color: var(--White) !important;
}
.header-btn-favoritos span {
    color: inherit !important;
}

/* Alinha altura do botão de login com os demais */
.header-btn-login {
    height: 40px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

/* Alinha altura do botão de perfil com os demais */
.header-user-btn {
    height: 40px !important;
    font-size: 14px !important;
}

/* ===== MENU MOBILE — USER AREA ===== */
.mb-user-area {
    margin-bottom: 8px;
    padding: 16px 0 8px;
}

/* Deslogado: botão entrar */
.mb-user-area .mb-btn-login {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 12px 16px;
    background: var(--Primary);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

/* Logado: linha com avatar + nome + link favoritos */
.mb-user-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.mb-user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--Primary);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mb-user-nome {
    font-size: 16px;
    font-weight: 600;
    color: var(--Text-primary);
}

.mb-user-links {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.mb-user-links a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    font-size: 15px;
    font-weight: 500;
    color: var(--Text-primary);
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.12s;
}

.mb-user-links a:hover {
    background: rgba(103, 85, 237, 0.06);
    color: var(--Primary);
}

.mb-user-links a svg {
    opacity: 0.5;
    flex-shrink: 0;
}

.mb-user-links .mb-sair {
    color: #c0392b !important;
    margin-top: 4px;
}


/* ===== GRID FILTROS MOBILE — override ===== */
@media (max-width: 768px) {

  /* 3 botões lado a lado */
  .tab-filters-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 6px !important;
    overflow: visible !important;
    flex-wrap: unset !important;
  }

  .tab-filters-grid .btn-filters {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    font-size: 11px !important;
    padding: 10px 4px !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    white-space: normal !important;
    text-align: center !important;
    line-height: 1.2 !important;
  }

  .tab-filters-grid .btn-filters-icon {
    display: block !important;
    font-size: 16px !important;
    margin-right: 0 !important;
    margin-bottom: 2px !important;
  }

  /* Select de ordenação full-width abaixo */
  .col-md-3.pull-right {
    width: 100% !important;
  }

  .col-md-3.pull-right .nice-select {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Grid filtros em coluna */
  .grid-filtros {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin-bottom: 0 !important;
  }
}

/* ===== BOTÃO ABRIR FILTROS MOBILE ===== */
#btnAbrirFiltros {
  display: none;
}

@media (max-width: 768px) {
  #btnAbrirFiltros {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 16px;
    background: var(--Primary);
    color: #fff !important;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 0;
  }

  /* Overlay */
  .sidebar-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 9998;
  }
  .sidebar-overlay.aberto {
    display: block;
  }

  /* Drawer */
  .tf-filter-sidebar {
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 88vh !important;
    z-index: 9999 !important;
    position: fixed !important;
    border-radius: 20px 20px 0 0 !important;
    box-shadow: 0 -4px 24px rgba(0,0,0,0.15) !important;
    display: none !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }

  .tf-filter-sidebar.aberto {
    display: flex !important;
  }

  /* Handle topo */
  .tf-filter-sidebar::before {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #ddd;
    border-radius: 2px;
    margin: 10px auto 2px;
    flex-shrink: 0;
  }

  /* Área scrollável */
  .tf-filter-sidebar .form-sl {
    flex: 1 !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  /* Bottom bar fixa */
  .tf-filter-sidebar .filter-bottom-bar {
    position: sticky !important;
    bottom: 0 !important;
    background: #fff !important;
    border-top: 1px solid #EBEBEB !important;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.08) !important;
    z-index: 10 !important;
    flex-shrink: 0 !important;
  }
}

/* ─── Botão Entrar — override tf-btn ─── */
.header-btn-login {
    background: transparent !important;
    color: var(--Text-primary) !important;
}
.header-btn-login svg {
    color: var(--Text-primary) !important;
    stroke: var(--Text-primary) !important;
}
.header-btn-login span {
    color: var(--Text-primary) !important;
}
.header-btn-login:hover {
    background: var(--Primary) !important;
    color: var(--White) !important;
    border-color: var(--Primary) !important;
}
.header-btn-login:hover svg {
    color: var(--White) !important;
    stroke: var(--White) !important;
}
.header-btn-login:hover span {
    color: var(--White) !important;
}
