.imovel-site {
    color: #1b1c1e;
    --imovel-ink: #141414;
    --imovel-muted: #5c5f66;
    --imovel-line: rgba(20,20,20,.08);
    --imovel-brand: var(--wl-brand-1, #141414);
    --imovel-accent: var(--wl-brand-3, var(--wl-brand-2, #c4a574));
    --imovel-cream: #f6f4f0;
    background: var(--imovel-cream);
}
.imovel-hero {
    position: relative;
    background: var(--imovel-ink) var(--imovel-hero-image) center / cover no-repeat;
    color: #fff;
    padding: 120px 0 168px;
    min-height: clamp(420px, 58vh, 620px);
    display: flex;
    align-items: center;
    text-align: center;
    isolation: isolate;
}
.imovel-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12,12,12,.42) 0%, rgba(12,12,12,.62) 100%);
    z-index: -1;
}
.imovel-hero__eyebrow {
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 12px;
    opacity: .78;
    margin-bottom: 14px;
}
.imovel-hero__title {
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.05;
    margin: 0 0 14px;
    color: #fff;
    font-weight: 600;
}
.imovel-hero__sub {
    font-size: 18px;
    opacity: .86;
    max-width: 640px;
    margin: 0 auto;
}
.imovel-hero__cta {
    text-align: center;
    margin: 8px 0 28px;
}
.imovel-hero__cta a {
    color: var(--imovel-ink);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}
.imovel-search {
    background: #fff;
    color: var(--imovel-ink);
    border-radius: 18px;
    padding: 8px 8px 8px 4px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    text-align: left;
    margin-top: -64px;
    position: relative;
    z-index: 2;
    box-shadow: 0 18px 50px rgba(20,20,20,.12);
}
@media (min-width: 980px) {
    .imovel-search {
        grid-template-columns: 1.05fr 1.2fr 1.55fr .9fr auto;
        align-items: stretch;
        padding: 6px 6px 6px 0;
    }
}
.imovel-search__cell {
    padding: 12px 18px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    cursor: text;
}
.imovel-search__cell--picker {
    cursor: pointer;
}
.imovel-search__field-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--imovel-muted);
    margin-bottom: 6px;
    display: block;
}
@media (min-width: 980px) {
    .imovel-search__cell {
        border-right: 1px solid var(--imovel-line);
    }
    .imovel-search__cell:last-of-type {
        border-right: 0;
    }
}
.imovel-search input:not([type="checkbox"]):not([type="hidden"]),
.imovel-search select {
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    color: var(--imovel-ink);
    font-size: 15px;
    font-weight: 500;
    outline: none;
    box-shadow: none;
    appearance: none;
    flex: 1;
    min-height: 24px;
}
.imovel-search input::placeholder {
    color: #9aa0a8;
    font-weight: 400;
}
.imovel-search__btn {
    background: var(--imovel-brand);
    color: #fff;
    border: 0;
    border-radius: 14px;
    padding: 14px 26px;
    font-weight: 700;
    min-height: 56px;
    align-self: center;
    margin: 8px;
    letter-spacing: .02em;
}
.imovel-search__code {
    min-width: 140px;
}
.imovel-type-picker {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}
.imovel-search__cell--picker .imovel-type-picker__trigger {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-height: 24px;
}
.imovel-type-picker__trigger {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: var(--imovel-ink);
    cursor: pointer;
}
.imovel-type-picker__value {
    display: block;
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.imovel-type-picker__chevron {
    flex-shrink: 0;
    font-size: 11px;
    line-height: 1;
    color: var(--imovel-muted);
    opacity: 0.72;
    pointer-events: none;
}
.imovel-type-picker__panel {
    position: absolute;
    top: calc(100% + 18px);
    left: 0;
    min-width: 100%;
    width: max(280px, 100%);
    max-height: 360px;
    overflow: auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 16px 48px rgba(20,20,20,.16);
    padding: 8px 0 12px;
    z-index: 20;
    text-align: left;
}
.imovel-type-picker__group + .imovel-type-picker__group {
    margin-top: 4px;
    padding-top: 4px;
    border-top: 1px solid var(--imovel-line);
}
.imovel-type-picker__heading {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    color: #8b9098;
    padding: 10px 16px 6px;
}
.imovel-type-picker__all,
.imovel-type-picker__option {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 0;
    padding: 9px 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
}
.imovel-type-picker__option--btn {
    display: block;
    text-align: left;
}
.imovel-type-picker__option.is-active {
    background: #f3f3f3;
    font-weight: 700;
}
.imovel-type-picker__all:hover,
.imovel-type-picker__option:hover {
    background: #f3f3f3;
}
.imovel-type-picker__all input,
.imovel-type-picker__option input {
    width: 16px;
    flex: 0 0 16px;
    min-width: 16px;
    height: 16px;
    accent-color: var(--imovel-ink);
}
.imovel-mosaic-section {
    margin: 40px 0 56px;
}
.imovel-mosaic-head {
    text-align: center;
    margin-bottom: 24px;
}
.imovel-mosaic-eyebrow {
    letter-spacing: .18em;
    text-transform: uppercase;
    font-size: 12px;
    color: var(--imovel-muted);
    margin: 0 0 8px;
}
.imovel-mosaic-section .imovel-section-title {
    margin: 0;
}
.imovel-mosaic {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
}
@media (min-width: 768px) {
    .imovel-mosaic {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-rows: minmax(220px, 28vh) minmax(220px, 28vh);
        gap: 16px;
    }
    /* Referência: alto | largo / pequeno | pequeno */
    .imovel-mosaic__tile--1 { grid-column: 1; grid-row: 1 / span 2; }
    .imovel-mosaic__tile--2 { grid-column: 2 / span 2; grid-row: 1; }
    .imovel-mosaic__tile--3 { grid-column: 2; grid-row: 2; }
    .imovel-mosaic__tile--4 { grid-column: 3; grid-row: 2; }
    .imovel-mosaic__tile {
        min-height: 0;
        height: 100%;
        max-height: 100%;
    }
}
.imovel-mosaic__tile {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 16px;
    min-height: 220px;
    text-decoration: none !important;
    color: #fff !important;
    background: #1a1a1a;
    isolation: isolate;
    box-sizing: border-box;
}
.imovel-mosaic__tile:hover,
.imovel-mosaic__tile:focus,
.imovel-mosaic__tile:visited,
.imovel-mosaic__tile:active {
    color: #fff !important;
    text-decoration: none !important;
    opacity: 1;
    filter: none;
}
.imovel-mosaic__tile img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
    filter: none;
    opacity: 1;
}
.imovel-mosaic__tile:hover img {
    transform: scale(1.04);
    filter: none;
    opacity: 1;
}
.imovel-mosaic__tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.06) 25%, rgba(0,0,0,.58) 100%);
    z-index: 1;
    pointer-events: none;
    opacity: 1;
    transition: none;
}
.imovel-mosaic__tile:hover::after {
    opacity: 1;
    background: linear-gradient(180deg, rgba(0,0,0,.06) 25%, rgba(0,0,0,.58) 100%);
}
.imovel-mosaic__copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: #fff !important;
}
.imovel-mosaic__label,
.imovel-mosaic__copy strong,
.imovel-mosaic__copy em,
.imovel-mosaic__tile:hover .imovel-mosaic__label,
.imovel-mosaic__tile:hover .imovel-mosaic__copy strong,
.imovel-mosaic__tile:hover .imovel-mosaic__copy em,
.imovel-mosaic__tile:visited .imovel-mosaic__label,
.imovel-mosaic__tile:visited .imovel-mosaic__copy strong,
.imovel-mosaic__tile:visited .imovel-mosaic__copy em {
    color: #fff !important;
    text-decoration: none !important;
}
.imovel-mosaic__label {
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .85;
}
.imovel-mosaic__copy strong {
    font-size: clamp(16px, 1.6vw, 22px);
    font-weight: 700;
    line-height: 1.2;
}
.imovel-mosaic__copy em {
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    margin-top: 2px;
    opacity: .95;
}
.imovel-banners {
    display: none;
}
@media (min-width: 800px) {
    .imovel-banners { grid-template-columns: repeat(2, 1fr); }
}
.imovel-banner {
    position: relative;
    display: block;
    min-height: 220px;
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}
.imovel-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}
.imovel-banner__copy {
    position: relative;
    z-index: 1;
    padding: 28px;
    background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.55));
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.imovel-section-title {
    font-size: 28px;
    font-weight: 600;
    margin: 36px 0 20px;
}
.imovel-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
}
@media (min-width: 640px) {
    .imovel-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 992px) {
    .imovel-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1200px) {
    .imovel-grid { grid-template-columns: repeat(4, 1fr); }
}
.imovel-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none !important;
    color: inherit;
    height: 100%;
    box-shadow: 0 10px 28px rgba(20,20,20,.06);
    transition: box-shadow .2s ease, border-color .2s ease;
}
.imovel-card:hover,
.imovel-card:focus,
.imovel-card:visited {
    text-decoration: none !important;
    color: inherit;
    transform: none;
}
.imovel-card:hover {
    border-color: rgba(20,20,20,.14);
    box-shadow: 0 14px 32px rgba(20,20,20,.12);
}
.imovel-card *,
.imovel-card:hover *,
.imovel-card:visited * {
    text-decoration: none !important;
}
.imovel-card__media {
    aspect-ratio: 4/3;
    background: #ececec;
    position: relative;
}
.imovel-card__media::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 46%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.55) 100%);
    pointer-events: none;
    z-index: 1;
}
.imovel-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.imovel-card__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #fff;
    color: var(--imovel-ink);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 10px;
    z-index: 2;
}
.imovel-card__price-on-media {
    position: absolute;
    left: 14px;
    bottom: 14px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-shadow: 0 1px 10px rgba(0,0,0,.35);
    z-index: 2;
}
.imovel-card__body { padding: 16px 16px 18px; }
.imovel-card__price { font-size: 20px; font-weight: 800; margin-bottom: 4px; }
.imovel-card__title { font-size: 16px; font-weight: 700; margin: 0 0 4px; }
.imovel-card__loc { color: var(--imovel-muted); font-size: 13px; margin-bottom: 10px; }
.imovel-card__meta {
    display: flex;
    gap: 12px;
    font-size: 12px;
    color: var(--imovel-muted);
}
.imovel-layout {
    display: grid;
    gap: 28px;
    padding: 8px 0 72px;
}
@media (min-width: 1000px) {
    .imovel-layout { grid-template-columns: 260px 1fr; }
}
.imovel-filters {
    border: 0;
    border-radius: 18px;
    padding: 20px;
    background: #fff;
    height: max-content;
    box-shadow: 0 10px 28px rgba(20,20,20,.05);
}
.imovel-filters h2 { font-size: 15px; margin-bottom: 14px; }
.imovel-filters label { font-size: 12px; font-weight: 600; margin-top: 10px; display: block; }
.imovel-filters input,
.imovel-filters select {
    width: 100%;
    border: 1px solid var(--imovel-line);
    border-radius: 10px;
    padding: 9px 10px;
    margin-top: 4px;
    background: #fafafa;
}
.imovel-gallery {
    display: grid;
    gap: 8px;
    grid-template-columns: 2fr 1fr;
}
.imovel-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.imovel-gallery__main { min-height: 360px; }
.imovel-detail {
    padding: 40px 0 80px;
    background: var(--imovel-cream);
}
.imovel-detail__grid {
    display: grid;
    gap: 32px;
}
@media (min-width: 992px) {
    .imovel-detail__grid { grid-template-columns: 1.4fr .8fr; }
}
.imovel-side {
    border: 0;
    border-radius: 18px;
    padding: 24px;
    background: #fff;
    height: max-content;
    box-shadow: 0 10px 28px rgba(20,20,20,.06);
}
.imovel-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #25d366;
    color: #fff;
    font-weight: 700;
    border-radius: 999px;
    padding: 12px 16px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 10px;
}
.imovel-empty {
    text-align: center;
    padding: 60px 16px;
    color: var(--imovel-muted);
    background: #fff;
    border-radius: 18px;
}
.imovel-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-bottom: 18px;
    flex-wrap: wrap;
}
.imovel-toolbar select {
    border: 0;
    background: #fff;
    border-radius: 12px;
    padding: 10px 14px;
    box-shadow: 0 8px 20px rgba(20,20,20,.05);
}
.imovel-back {
    color: var(--imovel-muted);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}
.imovel-back:hover { color: var(--imovel-ink); }

/* —— Página do imóvel (show) —— */
.imovel-show {
    padding: 28px 0 0;
    background: var(--imovel-cream);
}
.imovel-show > .container,
.imovel-show > .container-fluid,
.imovel-show > [class*="container"] {
    padding-bottom: 48px;
}
.imovel-show .imovel-footer {
    margin-top: 24px;
    margin-bottom: 0;
}
.imovel-show__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}
.imovel-show__top-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.imovel-show__code {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--imovel-line);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
}
.imovel-show__icon-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--imovel-line);
    background: #fff;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    color: var(--imovel-ink);
}
.imovel-show__icon-btn.is-copied::after {
    content: " · Link copiado";
    color: #16a34a;
}
.imovel-show-gallery {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    margin-bottom: 28px;
}
@media (min-width: 768px) {
    .imovel-show-gallery {
        grid-template-columns: 1.45fr 1fr 1fr;
        grid-template-rows: repeat(2, minmax(160px, 26vh));
        height: min(520px, 52vh);
    }
    .imovel-show-gallery__tile--1 {
        grid-row: 1 / span 2;
    }
    .imovel-show-gallery__tile--2 { grid-column: 2; grid-row: 1; }
    .imovel-show-gallery__tile--3 { grid-column: 3; grid-row: 1; }
    .imovel-show-gallery__tile--4 { grid-column: 2 / span 2; grid-row: 2; }
}
.imovel-show-gallery__tile {
    position: relative;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    cursor: zoom-in;
    background: #ddd;
    min-height: 220px;
}
@media (min-width: 768px) {
    .imovel-show-gallery__tile { min-height: 0; height: 100%; }
}
.imovel-show-gallery__tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}
.imovel-show-gallery__tile:hover img { transform: scale(1.03); }
.imovel-show-gallery__count {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 1;
    background: rgba(20,20,20,.82);
    color: #fff;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(6px);
}
.imovel-show__layout {
    display: grid;
    gap: 28px;
    align-items: start;
}
@media (min-width: 1024px) {
    .imovel-show__layout {
        grid-template-columns: minmax(0, 1.55fr) minmax(300px, .78fr);
        gap: 40px;
    }
}
.imovel-show__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}
.imovel-show__tag {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--imovel-ink);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.imovel-show__tag--muted {
    background: #fff;
    color: var(--imovel-ink);
    border: 1px solid var(--imovel-line);
}
.imovel-show__tag--accent {
    background: #fff;
    color: #9a6b2f;
    border: 1px solid rgba(154,107,47,.28);
}
.imovel-show__title {
    margin: 0 0 10px;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.12;
    color: var(--imovel-ink);
}
.imovel-show__loc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 8px;
    margin: 0 0 18px;
    color: var(--imovel-muted);
    font-size: 15px;
}
.imovel-show__price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 12px 20px;
    margin-bottom: 28px;
}
.imovel-show__price {
    margin: 0;
    font-size: clamp(28px, 3.5vw, 36px);
    font-weight: 800;
    letter-spacing: -.02em;
}
.imovel-show__extras {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.imovel-show__extras span {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--imovel-line);
    font-size: 12px;
    font-weight: 600;
    color: var(--imovel-muted);
}
.imovel-show-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 28px;
}
@media (min-width: 640px) {
    .imovel-show-specs {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }
}
.imovel-show-specs__item {
    background: #fff;
    border: 1px solid var(--imovel-line);
    border-radius: 16px;
    padding: 16px 14px;
    display: grid;
    gap: 4px;
    justify-items: start;
}
.imovel-show-specs__icon {
    color: var(--imovel-ink);
    margin-bottom: 4px;
    opacity: .85;
}
.imovel-show-specs__item strong {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.02em;
}
.imovel-show-specs__item > span:last-child {
    font-size: 12px;
    color: var(--imovel-muted);
    font-weight: 600;
}
.imovel-show-block {
    margin-bottom: 28px;
    background: #fff;
    border-radius: 20px;
    padding: 24px 24px 26px;
    border: 1px solid var(--imovel-line);
}
.imovel-show-block h2 {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 700;
}
.imovel-show-desc__text {
    color: #3a3a3a;
    font-size: 15px;
    line-height: 1.7;
}
.imovel-show-amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.imovel-show-amenities li {
    background: #f3f3f3;
    border-radius: 999px;
    color: var(--imovel-ink);
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
}
.imovel-show-map {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.imovel-show-map__addr {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
}
.imovel-show-map__hint {
    margin: 0;
    font-size: 13px;
    color: var(--imovel-muted);
}
.imovel-show-map__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border-radius: 999px;
    background: var(--imovel-ink);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
}
.imovel-show-map__btn:hover { color: #fff; filter: brightness(1.08); }
.imovel-show-side {
    position: relative;
}
@media (min-width: 1024px) {
    .imovel-show-lead {
        position: sticky;
        top: 88px;
    }
}
.imovel-show-lead {
    background: #fff;
    border-radius: 24px;
    padding: 24px;
    border: 1px solid var(--imovel-line);
    box-shadow: 0 18px 48px rgba(20,20,20,.08);
}
.imovel-show-lead__eyebrow {
    margin: 0 0 6px;
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--imovel-muted);
    font-weight: 700;
}
.imovel-show-lead__price {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -.02em;
}
.imovel-show-lead__ref {
    margin: 4px 0 18px;
    font-size: 13px;
    color: var(--imovel-muted);
}
.imovel-show-lead__wa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 13px 16px;
    border-radius: 999px;
    background: #25d366;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    margin-bottom: 14px;
}
.imovel-show-lead__wa:hover { filter: brightness(1.05); }
.imovel-show-lead__success,
.imovel-show-lead__error {
    border-radius: 12px;
    padding: 10px 12px;
    margin-bottom: 12px;
    font-size: 13px;
}
.imovel-show-lead__success { background: #e8f8ee; color: #146c2e; }
.imovel-show-lead__error { background: #fdecec; color: #8a1f1f; }
.imovel-show-lead__error ul { margin: 0; padding-left: 16px; }
.imovel-show-lead__form {
    display: grid;
    gap: 12px;
}
.imovel-show-lead__form label {
    display: grid;
    gap: 6px;
    margin: 0;
}
.imovel-show-lead__form span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #6b6b6b;
}
.imovel-show-lead__form input,
.imovel-show-lead__form textarea {
    width: 100%;
    border: 1px solid var(--imovel-line);
    border-radius: 12px;
    background: #fafafa;
    padding: 12px 14px;
    font-size: 14px;
    color: var(--imovel-ink);
}
.imovel-show-lead__form input:focus,
.imovel-show-lead__form textarea:focus {
    outline: none;
    border-color: var(--imovel-ink);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(20,20,20,.06);
}
.imovel-show-lead__form .checkout-phone-ddi__input,
.imovel-show-lead__form .checkout-phone-ddi__input:focus {
    width: auto;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 12px 14px;
}
.imovel-show-lead__form button {
    border: 0;
    border-radius: 999px;
    background: var(--imovel-ink);
    color: #fff;
    font-weight: 700;
    padding: 14px 18px;
    cursor: pointer;
    margin-top: 4px;
}
.imovel-show-lead__form button:hover { filter: brightness(1.08); }
.imovel-show-related {
    margin-top: 56px;
    padding-top: 8px;
}
.imovel-show-related__head {
    margin-bottom: 8px;
}
.imovel-show-related__head h2 {
    margin: 0 0 18px;
    font-size: 28px;
    font-weight: 600;
}

body.imovel-lightbox-open { overflow: hidden; }
.imovel-lightbox[hidden] { display: none !important; }
.imovel-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imovel-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8,8,8,.88);
}
.imovel-lightbox__shell {
    position: relative;
    z-index: 1;
    width: min(1100px, 94vw);
    height: min(82vh, 820px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.imovel-lightbox__img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,.4);
}
.imovel-lightbox__close,
.imovel-lightbox__nav {
    position: absolute;
    border: 0;
    background: rgba(255,255,255,.12);
    color: #fff;
    cursor: pointer;
    border-radius: 999px;
}
.imovel-lightbox__close {
    top: -8px;
    right: -8px;
    width: 44px;
    height: 44px;
    font-size: 28px;
    line-height: 1;
}
@media (min-width: 768px) {
    .imovel-lightbox__close { top: -12px; right: -12px; }
}
.imovel-lightbox__nav {
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    font-size: 32px;
    line-height: 1;
}
.imovel-lightbox__nav--prev { left: 8px; }
.imovel-lightbox__nav--next { right: 8px; }
.imovel-lightbox__counter {
    position: absolute;
    left: 50%;
    bottom: -36px;
    transform: translateX(-50%);
    margin: 0;
    color: rgba(255,255,255,.8);
    font-size: 14px;
    font-weight: 600;
}

/* —— Resultados: barra filtros + ordenação —— */
.imovel-results {
    padding: 8px 0 48px;
}
.imovel-results__head {
    margin-bottom: 18px;
}
.imovel-results__count {
    margin: 0 0 4px;
    font-size: 13px;
    color: var(--imovel-muted);
}
.imovel-results__title {
    margin: 0;
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 600;
}
.imovel-results__title strong { font-weight: 700; }
.imovel-results__bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.imovel-filters-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--imovel-line);
    background: #fff;
    color: var(--imovel-ink);
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(20,20,20,.04);
}
.imovel-filters-btn:hover { border-color: rgba(20,20,20,.22); }
.imovel-filters-btn__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    background: var(--imovel-ink);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}
.imovel-results__sort {
    display: inline-flex;
    align-items: center;
    margin: 0;
    margin-left: auto;
}
.imovel-results__sort select {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid var(--imovel-line);
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23141414' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") right 14px center / 12px no-repeat;
    border-radius: 999px;
    padding: 10px 40px 10px 16px;
    font-size: 14px;
    font-weight: 600;
    color: var(--imovel-ink);
    cursor: pointer;
    min-width: 168px;
    box-shadow: 0 6px 16px rgba(20,20,20,.04);
}
.imovel-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 18px;
}
.imovel-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--imovel-line);
    color: var(--imovel-ink);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}
.imovel-chip:hover { border-color: rgba(20,20,20,.28); text-decoration: none; color: inherit; }
.imovel-chips__clear {
    font-size: 13px;
    font-weight: 600;
    color: var(--imovel-muted);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.imovel-pagination-wrap {
    display: flex;
    justify-content: center;
    margin-top: 28px;
    padding-top: 8px;
}
.imovel-pagination__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.imovel-pagination__item { margin: 0; }
.imovel-pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid var(--imovel-line);
    background: #fff;
    color: var(--imovel-ink);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
    box-shadow: 0 6px 16px rgba(20,20,20,.04);
    transition: border-color .15s ease, color .15s ease, background .15s ease;
}
.imovel-pagination__link .bi {
    font-size: 16px;
    line-height: 1;
}
.imovel-pagination__item:not(.is-disabled):not(.is-active) .imovel-pagination__link:hover {
    border-color: rgba(20,20,20,.28);
    color: var(--imovel-ink);
    text-decoration: none;
}
.imovel-pagination__item.is-active .imovel-pagination__link {
    background: var(--imovel-ink);
    border-color: var(--imovel-ink);
    color: #fff;
}
.imovel-pagination__item.is-disabled .imovel-pagination__link {
    opacity: .45;
    cursor: default;
    box-shadow: none;
}

/* —— Modal de filtros —— */
.imovel-filter-modal[hidden] { display: none !important; }
.imovel-filter-modal {
    position: fixed;
    inset: 0;
    z-index: 1080;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
@media (min-width: 768px) {
    .imovel-filter-modal { align-items: center; padding: 24px; }
}
.imovel-filter-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10,10,10,.48);
}
.imovel-filter-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(720px, 100%);
    max-height: min(92vh, 900px);
    overflow: auto;
    background: #fff;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 24px 64px rgba(0,0,0,.28);
}
@media (min-width: 768px) {
    .imovel-filter-modal__dialog { border-radius: 24px; }
}
.imovel-filter-modal__head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    padding: 24px 24px 12px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
}
.imovel-filter-modal__eyebrow {
    margin: 0 0 4px;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--imovel-muted);
}
.imovel-filter-modal__head h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}
.imovel-filter-modal__close {
    border: 0;
    background: #f3f3f3;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}
.imovel-filter-modal__body { padding: 8px 24px 24px; }
.imovel-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}
.imovel-filter-tab {
    display: inline-flex;
    cursor: pointer;
    margin: 0;
}
.imovel-filter-tab input { position: absolute; opacity: 0; pointer-events: none; }
.imovel-filter-tab span {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid var(--imovel-line);
    font-size: 13px;
    font-weight: 600;
    background: #fff;
}
.imovel-filter-tab.is-active span,
.imovel-filter-tab:has(input:checked) span {
    background: var(--imovel-ink);
    border-color: var(--imovel-ink);
    color: #fff;
}
.imovel-filter-block { margin-bottom: 22px; }
.imovel-filter-block__title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: .02em;
}
.imovel-filter-block input[type="text"],
.imovel-filter-block input[type="number"],
.imovel-filter-block input:not([type]),
.imovel-filter-block select {
    width: 100%;
    border: 1px solid var(--imovel-line);
    border-radius: 12px;
    padding: 11px 12px;
    background: #fafafa;
    font-size: 14px;
}
.imovel-filter-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}
.imovel-filter-grid--3 {
    grid-template-columns: 1fr;
}
@media (min-width: 640px) {
    .imovel-filter-grid--3 { grid-template-columns: repeat(3, 1fr); }
}
.imovel-filter-grid label {
    display: grid;
    gap: 6px;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: var(--imovel-muted);
}
.imovel-filter-seg {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}
.imovel-filter-seg__btn {
    border: 1px solid var(--imovel-line);
    background: #fff;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}
.imovel-filter-seg__btn.is-active {
    background: var(--imovel-ink);
    border-color: var(--imovel-ink);
    color: #fff;
}
.imovel-filter-types {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
@media (min-width: 640px) {
    .imovel-filter-types { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.imovel-filter-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid var(--imovel-line);
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    background: #fafafa;
}
.imovel-filter-check:has(input:checked) {
    border-color: var(--imovel-ink);
    background: #fff;
}
.imovel-filter-modal__foot {
    position: sticky;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 24px 20px;
    border-top: 1px solid var(--imovel-line);
    background: #fff;
}
.imovel-filter-modal__clear {
    color: var(--imovel-muted);
    font-size: 14px;
    font-weight: 600;
}
.imovel-filter-modal__actions {
    display: flex;
    gap: 8px;
    margin-left: auto;
}
.imovel-filter-modal__cancel,
.imovel-filter-modal__submit {
    border-radius: 999px;
    padding: 11px 18px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.imovel-filter-modal__cancel {
    border: 1px solid var(--imovel-line);
    background: #fff;
}
.imovel-filter-modal__submit {
    border: 0;
    background: var(--imovel-ink);
    color: #fff;
}
body.imovel-filter-open { overflow: hidden; }

/* —— Rodapé —— */
.imovel-footer {
    margin-top: 56px;
    background: #141414;
    color: #f5f5f5;
    padding: 64px 0 0;
}
.imovel-footer a { color: inherit; }
.imovel-footer__nav {
    display: grid;
    gap: 36px;
    padding-bottom: 48px;
}
@media (min-width: 768px) {
    .imovel-footer__nav {
        grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
        gap: 40px;
    }
}
.imovel-footer__brand-name {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.imovel-footer__about {
    margin: 0 0 18px;
    color: rgba(255,255,255,.68);
    font-size: 14px;
    line-height: 1.55;
    max-width: 320px;
}
.imovel-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.imovel-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.18);
    color: #fff;
    text-decoration: none;
    transition: background .15s ease, border-color .15s ease;
}
.imovel-footer__social a:hover {
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.4);
}
.imovel-footer__col-title {
    margin: 0 0 14px;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255,255,255,.5);
    font-weight: 700;
}
.imovel-footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}
.imovel-footer__list a {
    color: rgba(255,255,255,.88);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.imovel-footer__list a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.imovel-footer__contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
    font-size: 14px;
    color: rgba(255,255,255,.8);
    line-height: 1.45;
}
.imovel-footer__contact-list a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,.28);
}
.imovel-footer__contact-list strong {
    display: block;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255,255,255,.45);
    margin-bottom: 4px;
    font-weight: 700;
}
.imovel-footer__link-btn,
.imovel-footer__bar-btn {
    appearance: none;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    color: rgba(255,255,255,.88);
    font: inherit;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
}
.imovel-footer__bar-btn {
    color: rgba(255,255,255,.7);
    font-size: 13px;
}
.imovel-footer__link-btn:hover,
.imovel-footer__bar-btn:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.imovel-footer__cta {
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px 40px;
}
.imovel-footer__eyebrow {
    letter-spacing: .16em;
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(255,255,255,.55);
    margin: 0 0 10px;
}
.imovel-footer__cta-copy h2 {
    font-size: clamp(26px, 3.5vw, 36px);
    margin: 0 0 10px;
    color: #fff;
    font-weight: 600;
}
.imovel-footer__cta-copy p:last-child {
    color: rgba(255,255,255,.68);
    margin: 0;
    max-width: 440px;
    line-height: 1.5;
}
.imovel-footer__cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.imovel-footer__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #141414;
    font-weight: 700;
    font-size: 14px;
    padding: 13px 22px;
    text-decoration: none;
    cursor: pointer;
    min-width: 160px;
}
.imovel-footer__cta-btn:hover { color: #141414; filter: brightness(.96); }
.imovel-footer__cta-btn--ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,.28);
}
.imovel-footer__cta-btn--ghost:hover {
    color: #fff;
    border-color: rgba(255,255,255,.55);
    background: rgba(255,255,255,.06);
    filter: none;
}
.imovel-footer__bar {
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 18px 0 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    justify-content: space-between;
    align-items: center;
    color: rgba(255,255,255,.55);
    font-size: 13px;
}
.imovel-footer__bar-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    align-items: center;
}
.imovel-footer__bar-links a {
    color: rgba(255,255,255,.7);
    text-decoration: none;
}
.imovel-footer__bar-links a:hover { color: #fff; }

/* —— Crédito WOZCLOUD (builder footer abaixo do rodapé imobiliária) —— */
body.wl-theme-skin-imobiliaria-atrio-residencial #site-footer.wl-site-footer {
    margin-top: 0;
}
body.wl-theme-skin-imobiliaria-atrio-residencial #site-footer .imovel-platform-footer.wl-section {
    padding-top: 8px !important;
    padding-bottom: 10px !important;
}
body.wl-theme-skin-imobiliaria-atrio-residencial #site-footer .imovel-platform-footer .wl-posts-content .ql-editor {
    padding: 0 !important;
}
body.wl-theme-skin-imobiliaria-atrio-residencial #site-footer .imovel-platform-footer .ql-editor p {
    margin: 0 !important;
    font-size: 11px !important;
    line-height: 1.45 !important;
    color: rgba(255,255,255,0.42) !important;
}
body.wl-theme-skin-imobiliaria-atrio-residencial #site-footer .imovel-platform-footer a {
    color: rgba(255,255,255,0.42) !important;
    text-decoration: none !important;
}
body.wl-theme-skin-imobiliaria-atrio-residencial #site-footer .imovel-platform-footer a:hover {
    color: rgba(255,255,255,0.62) !important;
}
body.wl-theme-skin-imobiliaria-atrio-residencial #site-footer .imovel-platform-footer strong {
    font-weight: 600;
    color: rgba(255,255,255,0.55) !important;
}

/* —— Modal de contato —— */
body.imovel-contact-open { overflow: hidden; }
.imovel-contact-modal[hidden] { display: none !important; }
.imovel-contact-modal {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
@media (min-width: 768px) {
    .imovel-contact-modal {
        align-items: center;
        padding: 28px;
    }
}
.imovel-contact-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8,8,8,.55);
    backdrop-filter: blur(4px);
}
.imovel-contact-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(920px, 100%);
    max-height: min(94vh, 860px);
    overflow: auto;
    background: #fff;
    border-radius: 28px 28px 0 0;
    box-shadow: 0 32px 80px rgba(0,0,0,.35);
}
@media (min-width: 768px) {
    .imovel-contact-modal__dialog { border-radius: 28px; }
}
.imovel-contact-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: rgba(20,20,20,.06);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    color: #141414;
}
.imovel-contact-modal__layout {
    display: grid;
}
@media (min-width: 820px) {
    .imovel-contact-modal__layout {
        grid-template-columns: .92fr 1.08fr;
        min-height: 520px;
    }
}
.imovel-contact-modal__aside {
    background:
        radial-gradient(120% 80% at 0% 0%, rgba(255,255,255,.12), transparent 55%),
        linear-gradient(160deg, #1a1a1a 0%, #0d0d0d 100%);
    color: #fff;
    padding: 36px 32px 40px;
}
@media (min-width: 820px) {
    .imovel-contact-modal__aside { padding: 44px 40px; }
}
.imovel-contact-modal__eyebrow {
    margin: 0 0 10px;
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255,255,255,.5);
}
.imovel-contact-modal__aside h2 {
    margin: 0 0 12px;
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.15;
}
.imovel-contact-modal__lead {
    margin: 0 0 28px;
    color: rgba(255,255,255,.68);
    font-size: 15px;
    line-height: 1.55;
    max-width: 32ch;
}
.imovel-contact-modal__meta {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: grid;
    gap: 16px;
}
.imovel-contact-modal__meta span {
    display: block;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255,255,255,.45);
    margin-bottom: 4px;
    font-weight: 700;
}
.imovel-contact-modal__meta a,
.imovel-contact-modal__meta strong {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.4;
}
.imovel-contact-modal__meta a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.imovel-contact-modal__wa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border-radius: 999px;
    background: #25d366;
    color: #fff !important;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
}
.imovel-contact-modal__wa:hover { filter: brightness(1.05); }
.imovel-contact-modal__panel {
    padding: 36px 28px 32px;
    background: #f7f6f4;
}
@media (min-width: 820px) {
    .imovel-contact-modal__panel { padding: 44px 40px 40px; }
}
.imovel-contact-modal__success,
.imovel-contact-modal__error {
    border-radius: 14px;
    padding: 12px 14px;
    margin-bottom: 16px;
    font-size: 14px;
}
.imovel-contact-modal__success {
    background: #e8f8ee;
    color: #146c2e;
}
.imovel-contact-modal__error {
    background: #fdecec;
    color: #8a1f1f;
}
.imovel-contact-modal__error ul {
    margin: 0;
    padding-left: 18px;
}
.imovel-contact-form {
    display: grid;
    gap: 14px;
}
.imovel-contact-form__field {
    display: grid;
    gap: 0;
    margin: 0;
    width: 100%;
}
.imovel-contact-form__field > span,
.imovel-contact-form__field .imovel-phone-ddi-label,
.imovel-contact-form label.imovel-phone-ddi-label,
.imovel-contact-form .form-label {
    display: block;
    margin: 0 !important;
    margin-bottom: 0 !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #6b6b6b;
}
.imovel-contact-form__field input,
.imovel-contact-form__field textarea {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 14px;
    background: #fff;
    color: #141414;
    padding: 14px 16px;
    font-size: 15px;
    box-shadow: 0 1px 0 rgba(20,20,20,.04);
    transition: border-color .15s ease, box-shadow .15s ease;
}
.imovel-contact-form__field input:focus,
.imovel-contact-form__field textarea:focus {
    outline: none;
    border-color: #141414;
    box-shadow: 0 0 0 3px rgba(20,20,20,.08);
}
.imovel-contact-form__field textarea {
    resize: vertical;
    min-height: 110px;
}
.imovel-contact-form__field--phone .checkout-phone-ddi-field {
    width: 100%;
}
.imovel-contact-form__submit {
    margin-top: 4px;
    border: 0;
    border-radius: 999px;
    background: #141414;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 15px 22px;
    cursor: pointer;
    width: 100%;
}
.imovel-contact-form__submit:hover { filter: brightness(1.08); }
.imovel-contact-form__note {
    margin: 0;
    text-align: center;
    font-size: 12px;
    color: #8a8a8a;
    line-height: 1.45;
}

/* —— Cadastre seu imóvel —— */
.imovel-cadastre { padding-bottom: 0; }
.imovel-cadastre__shell {
    max-width: 760px;
    width: 100%;
    margin: 0;
}
.imovel-cadastre__hero {
    padding: 28px 0 36px;
    background:
        radial-gradient(90% 120% at 10% 0%, rgba(20,20,20,.06), transparent 55%),
        var(--imovel-cream);
}
.imovel-cadastre__hero .imovel-back { display: inline-flex; margin-bottom: 18px; }
.imovel-cadastre__eyebrow {
    margin: 0 0 8px;
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--imovel-muted);
    font-weight: 700;
}
.imovel-cadastre__hero h1 {
    margin: 0 0 10px;
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.1;
}
.imovel-cadastre__sub {
    margin: 0 0 22px;
    max-width: 540px;
    color: var(--imovel-muted);
    font-size: 16px;
    line-height: 1.5;
}
.imovel-cadastre__steps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.imovel-cadastre__steps li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--imovel-line);
    font-size: 13px;
    font-weight: 600;
}
.imovel-cadastre__steps span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: var(--imovel-ink);
    color: #fff;
    font-size: 11px;
}
.imovel-cadastre__form {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 8px 0 56px;
    display: grid;
    gap: 18px;
}
.imovel-cadastre__flash {
    max-width: none;
    width: 100%;
    margin: 0 0 16px;
    border-radius: 14px;
    padding: 14px 16px;
    font-size: 14px;
}
.imovel-cadastre__flash--ok { background: #e8f8ee; color: #146c2e; }
.imovel-cadastre__flash--err { background: #fdecec; color: #8a1f1f; }
.imovel-cadastre__flash ul { margin: 0; padding-left: 18px; }
.imovel-cadastre__card {
    background: #fff;
    border: 1px solid var(--imovel-line);
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 10px 28px rgba(20,20,20,.04);
}
.imovel-cadastre__card-head { margin-bottom: 18px; }
.imovel-cadastre__card-head h2 {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 700;
}
.imovel-cadastre__card-head p {
    margin: 0;
    color: var(--imovel-muted);
    font-size: 14px;
}
.imovel-cadastre__grid {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
}
@media (min-width: 700px) {
    .imovel-cadastre__grid { grid-template-columns: 1fr 1fr; }
    .imovel-cadastre__field--full { grid-column: 1 / -1; }
    .imovel-cadastre__field--half { grid-column: span 1; }
}
@media (min-width: 900px) {
    .imovel-cadastre__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .imovel-cadastre__field--half { grid-column: span 2; }
}
.imovel-cadastre__field {
    display: grid;
    gap: 0;
    margin: 0;
}
.imovel-cadastre__field > span,
.imovel-cadastre .imovel-phone-ddi-label,
.imovel-cadastre .form-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #6b6b6b;
    margin: 0 !important;
    margin-bottom: 0 !important;
}
.imovel-cadastre__field > input,
.imovel-cadastre__field > select,
.imovel-cadastre__field > textarea,
.imovel-cadastre__amenities-search {
    width: 100%;
    border: 1px solid var(--imovel-line);
    border-radius: 12px;
    background: #fafafa;
    padding: 12px 14px;
    font-size: 15px;
    color: var(--imovel-ink);
}
.imovel-cadastre__field > input:focus,
.imovel-cadastre__field > select:focus,
.imovel-cadastre__field > textarea:focus,
.imovel-cadastre__amenities-search:focus {
    outline: none;
    border-color: var(--imovel-ink);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(20,20,20,.06);
}
.imovel-cadastre__amenities {
    display: grid;
    gap: 12px;
}
.imovel-cadastre__amenities-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.imovel-cadastre__amenities-search {
    max-width: 320px;
}
.imovel-cadastre__amenities-count {
    font-size: 13px;
    font-weight: 600;
    color: var(--imovel-muted);
}
.imovel-cadastre__amenities-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.imovel-cadastre__amenity {
    display: inline-flex;
    margin: 0;
    cursor: pointer;
}
.imovel-cadastre__amenity input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    border: 0;
    padding: 0;
    margin: 0;
}
.imovel-cadastre__amenity span {
    display: inline-flex;
    padding: 9px 14px;
    border-radius: 999px;
    border: 1px solid var(--imovel-line);
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    color: var(--imovel-ink);
    transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.imovel-cadastre__amenity:hover span {
    border-color: rgba(20,20,20,.28);
}
.imovel-cadastre__amenity:has(input:checked) span,
.imovel-cadastre__amenity input:checked + span {
    background: var(--imovel-ink);
    border-color: var(--imovel-ink);
    color: #fff;
}
.imovel-cadastre__amenity.is-hidden { display: none; }
.imovel-cadastre__amenities-empty {
    margin: 0;
    font-size: 14px;
    color: var(--imovel-muted);
}
.imovel-cadastre-photos.is-dragover {
    outline: 2px dashed var(--imovel-ink);
    outline-offset: 4px;
    border-radius: 16px;
}
.imovel-cadastre-photos__grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 640px) {
    .imovel-cadastre-photos__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 900px) {
    .imovel-cadastre-photos__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.imovel-cadastre-photos__add {
    min-height: 140px;
    border: 1.5px dashed rgba(20,20,20,.22);
    border-radius: 16px;
    background: #fafafa;
    display: grid;
    place-content: center;
    gap: 4px;
    text-align: center;
    padding: 16px;
    cursor: pointer;
    color: var(--imovel-ink);
}
.imovel-cadastre-photos__add:hover { border-color: var(--imovel-ink); background: #fff; }
.imovel-cadastre-photos__plus {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}
.imovel-cadastre-photos__add strong { font-size: 14px; }
.imovel-cadastre-photos__add em {
    font-style: normal;
    font-size: 11px;
    color: var(--imovel-muted);
}
.imovel-cadastre-photos__item {
    position: relative;
    aspect-ratio: 4/3;
    border-radius: 16px;
    overflow: hidden;
    background: #ddd;
}
.imovel-cadastre-photos__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.imovel-cadastre-photos__badge {
    position: absolute;
    left: 10px;
    top: 10px;
    background: rgba(20,20,20,.82);
    color: #fff;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 700;
}
.imovel-cadastre-photos__remove {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    color: #141414;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}
.imovel-cadastre-photos__hint {
    margin: 12px 0 0;
    font-size: 13px;
    color: var(--imovel-muted);
}
.imovel-cadastre__submit-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #fff;
    border: 1px solid var(--imovel-line);
    border-radius: 22px;
    padding: 18px 20px;
}
.imovel-cadastre__submit-bar p {
    margin: 0;
    max-width: 420px;
    font-size: 13px;
    color: var(--imovel-muted);
    line-height: 1.45;
}
.imovel-cadastre__submit {
    border: 0;
    border-radius: 999px;
    background: var(--imovel-ink);
    color: #fff;
    font-weight: 700;
    padding: 14px 24px;
    min-width: 180px;
    cursor: pointer;
}
.imovel-cadastre__submit:hover { filter: brightness(1.08); }

/* DDI nos forms de imóveis — um único campo contínuo (sem radius no input interno) */
.imovel-site .checkout-phone-ddi-field { margin: 0; }
.imovel-site .checkout-phone-ddi {
    display: flex !important;
    align-items: stretch;
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--imovel-line) !important;
    border-radius: 12px !important;
    background: #fafafa !important;
    overflow: hidden;
    box-shadow: none;
}
.imovel-site .checkout-phone-ddi:focus-within {
    border-color: var(--imovel-ink) !important;
    box-shadow: 0 0 0 3px rgba(20,20,20,.06) !important;
    background: #fff !important;
}
.imovel-site .checkout-phone-ddi__trigger {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    margin: 0;
    padding: 0 12px;
    border: 0 !important;
    border-radius: 0 !important;
    border-right: 1px solid var(--imovel-line) !important;
    background: rgba(20,20,20,.04) !important;
    box-shadow: none !important;
    min-height: 100%;
    cursor: pointer;
}
.imovel-site .checkout-phone-ddi__trigger:hover,
.imovel-site .checkout-phone-ddi__trigger:focus {
    background: rgba(20,20,20,.07) !important;
    outline: none;
}
.imovel-site .checkout-phone-ddi__input,
.imovel-site .imovel-cadastre__field .checkout-phone-ddi__input,
.imovel-site .imovel-cadastre__field input.checkout-phone-ddi__input {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 12px 14px !important;
    font-size: 15px;
    color: var(--imovel-ink);
    appearance: none;
    -webkit-appearance: none;
}
.imovel-site .checkout-phone-ddi__input:focus,
.imovel-site .imovel-cadastre__field .checkout-phone-ddi__input:focus {
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border-radius: 0 !important;
}
.imovel-contact-modal .checkout-phone-ddi {
    background: #fff !important;
}
.imovel-contact-modal .checkout-phone-ddi__trigger {
    background: #f5f5f5 !important;
}
.imovel-contact-form .checkout-phone-ddi__input,
.imovel-contact-form .checkout-phone-ddi__input:focus {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
.checkout-phone-ddi-modal { z-index: 1260 !important; }
body.imovel-contact-open .modal-backdrop { z-index: 1250; }

/* Galeria adaptativa (1–4 fotos) */
@media (min-width: 768px) {
    .imovel-show-gallery--1 {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        height: min(460px, 48vh);
    }
    .imovel-show-gallery--1 .imovel-show-gallery__tile--1 { grid-row: auto; }
    .imovel-show-gallery--2 {
        grid-template-columns: 1.15fr 1fr;
        grid-template-rows: 1fr;
        height: min(420px, 46vh);
    }
    .imovel-show-gallery--2 .imovel-show-gallery__tile--1 { grid-row: auto; }
    .imovel-show-gallery--2 .imovel-show-gallery__tile--2 { grid-column: 2; grid-row: 1; }
    .imovel-show-gallery--3 {
        grid-template-columns: 1.4fr 1fr;
        grid-template-rows: 1fr 1fr;
        height: min(480px, 50vh);
    }
    .imovel-show-gallery--3 .imovel-show-gallery__tile--1 { grid-row: 1 / span 2; }
    .imovel-show-gallery--3 .imovel-show-gallery__tile--2 { grid-column: 2; grid-row: 1; }
    .imovel-show-gallery--3 .imovel-show-gallery__tile--3 { grid-column: 2; grid-row: 2; }
}

/* —— Quem somos —— */
.imovel-about { padding-bottom: 0; }
.imovel-about__shell {
    max-width: 980px;
    width: 100%;
    margin: 0;
}
.imovel-about__page {
    padding: 28px 0 12px;
    background:
        radial-gradient(90% 120% at 10% 0%, rgba(20,20,20,.06), transparent 55%),
        var(--imovel-cream);
}
.imovel-about__page .imovel-back {
    display: inline-flex;
    margin-bottom: 22px;
}
.imovel-about__main {
    display: grid;
    gap: 24px;
    align-items: start;
}
@media (min-width: 900px) {
    .imovel-about__main {
        grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
        gap: 36px;
    }
    .imovel-about__media {
        position: sticky;
        top: 96px;
    }
}
.imovel-about__content {
    display: grid;
    gap: 14px;
}
.imovel-about__head {
    display: grid;
    gap: 10px;
    margin-bottom: 4px;
}
.imovel-about__eyebrow {
    margin: 0;
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--imovel-muted);
    font-weight: 700;
}
.imovel-about__head h1 {
    margin: 0;
    font-size: clamp(32px, 4.4vw, 48px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.08;
}
.imovel-about__lead {
    margin: 0;
    font-size: 18px;
    line-height: 1.55;
    color: var(--imovel-ink);
    font-weight: 500;
}
.imovel-about__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    color: var(--imovel-muted);
}
.imovel-about__mission {
    margin-top: 6px;
    padding: 20px 22px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--imovel-line);
}
.imovel-about__mission-label {
    margin: 0 0 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--imovel-muted);
}
.imovel-about__mission-text {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -.01em;
}
.imovel-about__media {
    margin: 0;
    border-radius: 22px;
    overflow: hidden;
    background: #ddd;
    aspect-ratio: 4 / 5;
    max-height: min(520px, 72vh);
}
.imovel-about__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 899px) {
    .imovel-about__media {
        order: -1;
        aspect-ratio: 16 / 10;
        max-height: none;
    }
}
.imovel-about__pillars {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
    margin-top: 28px;
    padding-bottom: 28px;
}
@media (min-width: 760px) {
    .imovel-about__pillars { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.imovel-about__pillar {
    background: #fff;
    border: 1px solid var(--imovel-line);
    border-radius: 18px;
    padding: 22px;
}
.imovel-about__pillar h2 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
}
.imovel-about__pillar p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: var(--imovel-muted);
}
.imovel-about__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: #141414;
    color: #fff;
    border-radius: 22px;
    padding: 24px 26px;
    margin-bottom: 48px;
}
.imovel-about__cta h2 {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 700;
}
.imovel-about__cta p {
    margin: 0;
    max-width: 420px;
    font-size: 14px;
    line-height: 1.45;
    color: rgba(255,255,255,.72);
}
.imovel-about__cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.imovel-about__btn {
    appearance: none;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #141414;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 18px;
    text-decoration: none;
    cursor: pointer;
}
.imovel-about__btn--ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,.35);
}
.imovel-about__btn:hover { filter: brightness(1.05); }
