/*
    BC Imovel - Public Design System
    Camada de padronizacao visual carregada depois do CSS legado.
*/

:root {
    --bc-primary: #1f5eff;
    --bc-primary-dark: #133fbd;
    --bc-accent: #0f9f8f;
    --bc-ink: #111827;
    --bc-muted: #5b6472;
    --bc-soft: #f5f7fb;
    --bc-line: #e4e8f0;
    --bc-card: #ffffff;
    --bc-radius: 16px;
    --bc-radius-sm: 10px;
    --bc-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    --bc-shadow-soft: 0 10px 28px rgba(15, 23, 42, 0.06);
}

body {
    background: var(--bc-soft);
    color: var(--bc-ink);
}

.page-content {
    background: var(--bc-soft);
}

.container {
    width: min(1180px, calc(100% - 32px));
}

.section {
    padding: 64px 0;
}

.section-light {
    background: var(--bc-soft);
}

.section-title {
    margin-bottom: 28px;
}

.section-title h2,
.results-page-title,
.prop-title-zap,
.hero-title,
.hero-search-title {
    color: var(--bc-ink);
    letter-spacing: 0;
}

.section-title h2 {
    font-size: clamp(1.6rem, 2.4vw, 2.15rem);
    line-height: 1.15;
    margin-bottom: 8px;
}

.section-title p,
.hero-subtitle,
.property-card-location,
.property-card-description,
.results-page-title span {
    color: var(--bc-muted);
}

.btn,
.btn-search,
.btn-cta,
.btn-primary-zap,
.btn-plan,
.btn-conhecer-card {
    border-radius: 12px !important;
    font-weight: 800;
    letter-spacing: 0;
}

.btn-search,
.btn-cta,
.btn-primary-zap,
.btn-plan.btn-primary,
.btn-conhecer-card {
    background: var(--bc-primary) !important;
    color: #fff !important;
    border-color: var(--bc-primary) !important;
    box-shadow: 0 10px 24px rgba(31, 94, 255, 0.18);
}

.btn-search:hover,
.btn-cta:hover,
.btn-primary-zap:hover,
.btn-plan.btn-primary:hover,
.btn-conhecer-card:hover {
    background: var(--bc-primary-dark) !important;
    border-color: var(--bc-primary-dark) !important;
    transform: translateY(-1px);
}

.btn-outline,
.btn-plan.btn-outline {
    background: #fff !important;
    border: 1px solid var(--bc-line) !important;
    color: var(--bc-ink) !important;
}

/* Home */
.home-hero {
    padding: 42px 0 54px;
    background:
        radial-gradient(circle at top left, rgba(31, 94, 255, 0.10), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, var(--bc-soft) 100%);
}

.home-hero .container {
    width: min(1240px, calc(100% - 48px));
}

.home-hero .hero-premium-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
    gap: clamp(34px, 4vw, 58px);
    align-items: center;
}

.home-hero .hero-left {
    min-width: 0;
    padding-left: clamp(10px, 1.8vw, 34px);
}

.hero-kicker,
.bc-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: var(--bc-primary);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hero-search-title {
    max-width: 660px;
    margin: 0 0 14px;
    font-size: clamp(2.05rem, 4.2vw, 3.75rem);
    line-height: 1.06;
    font-weight: 900;
    text-wrap: balance;
    overflow-wrap: anywhere;
}

.hero-search-subtitle {
    max-width: 610px;
    margin: 0 0 22px;
    color: var(--bc-muted);
    font-size: clamp(1rem, 1.5vw, 1.16rem);
    line-height: 1.65;
}

.home-trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 22px;
}

.home-trust-item {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--bc-line);
    border-radius: var(--bc-radius-sm);
    padding: 12px 14px;
}

.home-trust-item strong {
    display: block;
    color: var(--bc-ink);
    font-size: 1.15rem;
    line-height: 1;
}

.home-trust-item span {
    display: block;
    margin-top: 5px;
    color: var(--bc-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.hero-search-tabs {
    background: #fff;
    border: 1px solid var(--bc-line);
    border-radius: 14px;
    padding: 5px;
    width: fit-content;
    box-shadow: var(--bc-shadow-soft);
}

.search-tab {
    border-radius: 10px !important;
    color: var(--bc-muted);
}

.search-tab.ativo {
    background: var(--bc-primary) !important;
    color: #fff !important;
}

.hero-search-card,
.filter-card-sticky,
.login-card-glass,
.pricing-card,
.property-card-premium,
.prop-card-horizontal,
.empty-state-card,
.results-empty,
.card-imovel,
.banner-card {
    border: 1px solid var(--bc-line) !important;
    border-radius: var(--bc-radius) !important;
    box-shadow: var(--bc-shadow-soft) !important;
    background: var(--bc-card) !important;
}

.hero-search-card {
    margin-top: 12px;
    padding: 14px;
}

.search-box-premium {
    gap: 12px;
}

.home-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, .9fr) minmax(0, .95fr);
    align-items: end;
    width: 100%;
}

.home-search-form .search-field {
    min-width: 0;
}

.home-search-form .btn-cta {
    grid-column: 1 / 2;
    width: 100%;
    min-width: 0;
}

.home-search-form .search-field label {
    display: block;
    margin: 0 0 7px;
    color: var(--bc-muted);
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.home-search-form .search-field-wide {
    min-width: 0;
}

.search-box-premium input,
.search-box-premium select,
.property-dropdown-button,
.filter-group select,
.filter-group input,
.premium-form input,
.premium-form select,
.premium-form textarea,
.login-form-premium input {
    border: 1px solid var(--bc-line) !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: var(--bc-ink);
}

.home-more-filters {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    border: 1px solid var(--bc-line);
    border-radius: 14px;
    background: #f8fafc;
}

.home-hero .search-input-icon,
.home-hero .search-input-icon input,
.home-hero .search-field select,
.home-hero .property-dropdown-button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.home-hero .property-dropdown-panel {
    max-width: 100%;
    box-sizing: border-box;
}

.home-more-filters summary {
    min-height: 42px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    color: var(--bc-primary);
    font-weight: 900;
    cursor: pointer;
    list-style: none;
}

.home-more-filters summary::-webkit-details-marker {
    display: none;
}

.home-more-filters summary::after {
    content: "+";
    margin-left: auto;
    color: var(--bc-muted);
}

.home-more-filters[open] summary::after {
    content: "-";
}

.home-more-filters-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 0 14px 14px;
}

.quick-searches {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.quick-searches a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid var(--bc-line);
    border-radius: 999px;
    background: #fff;
    color: var(--bc-ink);
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: none;
}

.quick-searches a:hover {
    border-color: var(--bc-primary);
    color: var(--bc-primary);
}

.hero-building-image {
    position: relative;
    border-radius: 22px !important;
    overflow: hidden;
    box-shadow: var(--bc-shadow);
    background: #dbe5f4;
    border: 1px solid rgba(255,255,255,.55);
    isolation: isolate;
}

.hero-building-image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(15,23,42,0) 46%, rgba(15,23,42,.48) 100%),
        linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,0) 42%);
}

.hero-building-image img {
    display: block;
    width: 100%;
    min-height: 440px;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.01);
}

.hero-image-badge {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 18px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 16px;
    background: rgba(15,23,42,.72);
    color: #fff;
    backdrop-filter: blur(10px);
}

.hero-image-badge strong {
    font-size: 1rem;
    font-weight: 900;
}

.hero-image-badge span {
    color: #dbeafe;
    font-size: .9rem;
    font-weight: 650;
}

.home-hero .hero-building-image {
    width: min(100%, 600px) !important;
    height: clamp(420px, 42vw, 520px) !important;
    min-height: 420px !important;
    border-radius: 26px !important;
}

.home-hero .hero-building-image img {
    height: 100% !important;
    min-height: 0 !important;
}

.home-directory {
    background: #fff;
}

.home-directory-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.home-directory-card {
    display: block;
    padding: 20px;
    border: 1px solid var(--bc-line);
    border-radius: var(--bc-radius);
    color: var(--bc-ink);
    text-decoration: none;
    background: #fff;
    transition: 0.2s ease;
}

.home-directory-card:hover {
    border-color: var(--bc-primary);
    box-shadow: var(--bc-shadow-soft);
    transform: translateY(-2px);
}

.home-directory-card strong {
    display: block;
    font-size: 1.05rem;
    margin-bottom: 6px;
}

.home-directory-card small {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #eff6ff;
    color: var(--bc-primary);
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.home-directory-card span {
    color: var(--bc-muted);
    font-size: 0.9rem;
    line-height: 1.4;
}

.home-local-seo {
    background: #fff;
    padding-top: 46px;
}

.home-local-panel {
    padding: 30px;
    border: 1px solid var(--bc-line);
    border-radius: var(--bc-radius);
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

.home-local-panel h2 {
    margin: 0 0 12px;
    color: var(--bc-ink);
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: 0;
}

.home-local-panel p {
    max-width: 980px;
    margin: 0;
    color: var(--bc-muted);
    line-height: 1.75;
}

.local-seo-insight {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
    gap: 22px;
    align-items: start;
    margin-top: 22px;
    padding: 22px;
    border: 1px solid #dce8fb;
    border-radius: 22px;
    background: linear-gradient(135deg, #ffffff 0%, #f1f6ff 100%);
}

.local-seo-insight span {
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--bc-primary);
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.local-seo-insight h3 {
    margin: 0 0 8px;
    color: var(--bc-ink);
    font-size: clamp(1.08rem, 1.5vw, 1.35rem);
    line-height: 1.18;
    letter-spacing: 0;
}

.local-seo-insight p {
    max-width: 720px;
    font-size: .96rem;
    line-height: 1.68;
}

.local-seo-insight ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.local-seo-insight li {
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 40px;
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: rgba(255, 255, 255, .82);
    color: #334155;
    font-size: .9rem;
    font-weight: 800;
}

.local-seo-insight li::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 999px;
    background: var(--bc-primary);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
}

.results-eyebrow {
    margin: 0 0 8px;
    color: var(--bc-primary);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.results-page-subtitle {
    max-width: 860px;
    margin: 10px 0 0;
    color: var(--bc-muted);
    font-size: 1rem;
    line-height: 1.65;
}

.home-local-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.home-local-links a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid var(--bc-line);
    border-radius: 999px;
    background: #fff;
    color: var(--bc-ink);
    text-decoration: none;
    font-size: .88rem;
    font-weight: 850;
}

.home-local-links a:hover {
    border-color: var(--bc-primary);
    color: var(--bc-primary);
}

.property-share-float,
.property-detail-share-btn,
.m-sticky-btn-share {
    appearance: none;
    border: 0;
    cursor: pointer;
    font-family: inherit;
}

.property-share-float {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    color: #1d4ed8;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(203, 213, 225, .9);
    box-shadow: 0 12px 28px rgba(15, 23, 42, .14);
    transition: transform .18s ease, box-shadow .18s ease, color .18s ease;
}

.property-share-float:hover {
    transform: translateY(-1px);
    color: #0f3bbd;
    box-shadow: 0 16px 34px rgba(37, 99, 235, .22);
}

.prop-card-horizontal,
.v-card {
    position: relative;
}

.prop-card-horizontal .property-share-float,
.v-card .property-share-float {
    top: 14px;
    right: 14px;
}

.property-detail-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid #dbe5f4;
    color: #1d4ed8;
    background: #fff;
    font-size: .92rem;
    font-weight: 850;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
    white-space: nowrap;
}

.property-detail-share-btn:hover {
    border-color: #2563eb;
    box-shadow: 0 14px 30px rgba(37, 99, 235, .16);
}

.prop-title-share-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.prop-title-share-row .prop-title-zap {
    margin-bottom: 0;
}

.bc-share-toast {
    position: fixed;
    left: 50%;
    bottom: 24px;
    z-index: 99999;
    transform: translate(-50%, 20px);
    min-width: min(92vw, 320px);
    padding: 13px 18px;
    border-radius: 14px;
    background: #0f172a;
    color: #fff;
    font-size: .92rem;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .28);
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
}

.bc-share-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

@media (max-width: 768px) {
    .property-share-float {
        width: 38px;
        height: 38px;
        top: 10px;
        right: 10px;
    }

    .prop-title-share-row {
        display: block;
    }

    .property-detail-share-btn {
        width: 100%;
        margin-top: 14px;
    }

    .zap-mobile-sticky-bar {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.home-trust-section {
    background: #fff;
    padding-bottom: 34px;
}

.home-trust-panel {
    display: grid;
    grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
    gap: 28px;
    align-items: center;
    padding: 30px;
    border: 1px solid var(--bc-line);
    border-radius: var(--bc-radius);
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: var(--bc-shadow-soft);
}

.home-trust-panel h2,
.home-advertiser-panel h2 {
    margin: 0 0 10px;
    color: var(--bc-ink);
    font-size: clamp(1.55rem, 2.5vw, 2.25rem);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
}

.home-trust-panel p,
.home-advertiser-panel p {
    margin: 0;
    color: var(--bc-muted);
    line-height: 1.65;
}

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

.home-proof-item {
    min-height: 130px;
    padding: 18px;
    border: 1px solid var(--bc-line);
    border-radius: var(--bc-radius-sm);
    background: #fff;
}

.home-proof-item strong {
    display: block;
    color: var(--bc-ink);
    font-size: 1rem;
    margin-bottom: 8px;
}

.home-proof-item span {
    display: block;
    color: var(--bc-muted);
    font-size: .9rem;
    line-height: 1.5;
}

.home-advertiser-cta {
    background: #fff;
    padding-top: 46px;
}

.home-advertiser-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 30px;
    border-radius: var(--bc-radius);
    background: #0f172a;
    box-shadow: var(--bc-shadow);
}

.home-advertiser-panel .bc-kicker,
.home-advertiser-panel h2 {
    color: #fff;
}

.home-advertiser-panel p {
    color: #cbd5e1;
    max-width: 760px;
}

.home-advertiser-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.home-advertiser-actions .btn-outline {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-color: rgba(255,255,255,.28) !important;
    background: transparent !important;
    color: #fff !important;
}

.home-buyer-cta {
    background: #fff;
    padding: 42px 0 34px;
}

.home-buyer-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 28px 30px;
    border: 1px solid #bfdbfe;
    border-radius: var(--bc-radius);
    background: linear-gradient(135deg, #eff6ff 0%, #ffffff 62%, #f8fafc 100%);
    box-shadow: var(--bc-shadow-soft);
}

.home-buyer-panel h2 {
    margin: 0 0 10px;
    color: var(--bc-ink);
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: 0;
}

.home-buyer-panel p {
    margin: 0;
    max-width: 760px;
    color: var(--bc-muted);
    line-height: 1.65;
}

.home-buyer-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.home-buyer-actions .btn-outline {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-color: #bfdbfe !important;
    background: #fff !important;
    color: var(--bc-primary) !important;
}

.lead-capture-page {
    padding: 72px 0;
    background:
        radial-gradient(circle at top left, rgba(31,94,255,.10), transparent 34%),
        var(--bc-soft);
}

.lead-capture-shell {
    width: min(1080px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(340px, .75fr);
    gap: 28px;
    align-items: stretch;
}

.lead-capture-brand,
.lead-capture-card {
    border: 1px solid var(--bc-line);
    border-radius: var(--bc-radius);
    background: #fff;
    box-shadow: var(--bc-shadow-soft);
}

.lead-capture-brand {
    padding: 34px;
}

.lead-capture-brand h1 {
    margin: 0 0 12px;
    color: var(--bc-ink);
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.08;
    font-weight: 900;
}

.lead-capture-brand p {
    max-width: 620px;
    margin: 0;
    color: var(--bc-muted);
    font-size: 1.03rem;
    line-height: 1.7;
}

.lead-capture-profile {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
    padding: 16px;
    border: 1px solid var(--bc-line);
    border-radius: 14px;
    background: #f8fafc;
}

.lead-capture-avatar {
    width: 58px;
    height: 58px;
    flex: 0 0 auto;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eff6ff;
    color: var(--bc-primary);
    font-size: 1.4rem;
    font-weight: 900;
}

.lead-capture-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lead-capture-profile strong,
.lead-capture-profile span {
    display: block;
}

.lead-capture-profile strong {
    color: var(--bc-ink);
    font-weight: 900;
}

.lead-capture-profile span {
    margin-top: 4px;
    color: var(--bc-muted);
    font-size: .9rem;
}

.lead-capture-card {
    padding: 28px;
}

.lead-capture-form {
    display: grid;
    gap: 15px;
}

.lead-capture-form label {
    display: grid;
    gap: 7px;
    color: var(--bc-ink);
    font-size: .86rem;
    font-weight: 900;
}

.lead-capture-form input,
.lead-capture-form textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid var(--bc-line);
    border-radius: 12px;
    padding: 13px 14px;
    color: var(--bc-ink);
    font: inherit;
    font-weight: 600;
    box-sizing: border-box;
}

.lead-capture-form textarea {
    resize: vertical;
}

.lead-capture-hidden {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.lead-capture-terms {
    margin: 0;
    color: var(--bc-muted);
    font-size: .82rem;
    line-height: 1.5;
}

.lead-capture-alert {
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #fef2f2;
    color: #b91c1c;
    font-weight: 750;
}

.lead-capture-success {
    display: grid;
    gap: 12px;
}

.lead-capture-success strong {
    color: var(--bc-ink);
    font-size: 1.4rem;
    font-weight: 900;
}

.lead-capture-success p {
    margin: 0;
    color: var(--bc-muted);
    line-height: 1.65;
}

.lead-capture-success-zap {
    gap: 18px;
}

.lead-capture-wa-icon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dcfce7;
    color: #16a34a;
}

.lead-capture-success-zap strong {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    line-height: 1.08;
}

.lead-capture-final-btn,
.lead-capture-phone-btn {
    min-height: 56px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-weight: 900;
    text-decoration: none;
}

.lead-capture-final-btn {
    background: #16a34a;
    color: #fff;
    box-shadow: 0 18px 36px rgba(22, 163, 74, .18);
}

.lead-capture-phone-btn {
    background: #ecfdf5;
    color: #047857;
}

.lead-capture-success-footer {
    margin-top: 8px;
    padding-top: 18px;
    border-top: 1px solid var(--bc-line);
}

.lead-capture-success-footer strong,
.lead-capture-success-footer span {
    display: block;
}

.lead-capture-success-footer strong {
    color: var(--bc-ink);
    font-size: 1rem;
}

.lead-capture-success-footer span {
    margin-top: 6px;
    color: var(--bc-muted);
}

/* Cards de imovel */
.property-card-premium,
.property-card,
.prop-card-horizontal {
    overflow: hidden;
}

.card-premium-media,
.property-card-image,
.prop-card-media {
    background: #dfe6ef;
}

.card-premium-media img,
.property-card-image img,
.prop-card-media img {
    display: block;
    object-fit: cover;
}

.card-premium-header h3,
.property-card-title,
.prop-title {
    color: var(--bc-ink) !important;
    letter-spacing: 0;
}

.feature-pill,
.feature-item,
.property-features span {
    color: var(--bc-muted);
}

.price-label,
.prop-footer-price .price,
.plan-price .amount {
    color: var(--bc-ink) !important;
}

.fees-info,
.card-premium-address,
.prop-loc,
.plan-desc {
    color: var(--bc-muted) !important;
}

.home-section-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.home-section-heading-row p {
    margin-top: 8px;
}

.home-section-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid var(--bc-line);
    border-radius: 999px;
    color: var(--bc-ink);
    background: #fff;
    text-decoration: none;
    font-weight: 900;
    white-space: nowrap;
}

.home-section-link:hover {
    border-color: var(--bc-primary);
    color: var(--bc-primary);
}

.home-property-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.home-card-media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.home-card-media img {
    width: 100%;
    height: 100%;
}

.home-card-badge,
.home-card-purpose {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 900;
}

.home-card-badge {
    top: 12px;
    left: 12px;
    background: var(--bc-primary);
    color: #fff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .18);
}

.home-card-purpose {
    right: 12px;
    bottom: 12px;
    background: rgba(255,255,255,.94);
    color: var(--bc-ink);
}

.home-card-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.home-card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    color: var(--bc-muted);
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.home-card-meta span {
    padding: 4px 8px;
    border-radius: 999px;
    background: #f1f5f9;
}

.home-card-title {
    margin: 0;
    min-height: 48px;
    font-size: 1.04rem;
    line-height: 1.32;
    font-weight: 900;
    letter-spacing: 0;
}

.home-card-title a {
    color: var(--bc-ink);
    text-decoration: none;
}

.home-card-title a:hover {
    color: var(--bc-primary);
}

.home-card-location {
    margin: -4px 0 0;
    color: var(--bc-muted);
    font-size: .9rem;
    font-weight: 700;
}

.home-card-features {
    margin-top: auto;
}

.home-card-price {
    padding-top: 12px;
    border-top: 1px solid var(--bc-line);
}

.home-card-actions {
    margin-top: 0;
}

.home-card-actions .btn-conhecer-card {
    text-align: center;
}

.home-empty-state {
    padding: 34px;
    border: 1px dashed #cbd5e1;
    border-radius: var(--bc-radius);
    background: #fff;
    text-align: center;
}

.home-empty-state h3 {
    margin: 0 0 8px;
    color: var(--bc-ink);
    font-size: 1.25rem;
}

.home-empty-state p {
    margin: 0 auto 18px;
    max-width: 520px;
    color: var(--bc-muted);
    line-height: 1.55;
}

/* Resultados */
.results-layout-premium {
    background: var(--bc-soft) !important;
    padding-top: 34px !important;
}

.results-grid-main {
    gap: 24px !important;
}

.filter-card-sticky {
    top: 92px !important;
}

.prop-card-horizontal a {
    text-decoration: none;
}

/* Pagina de imovel */
.property-detail-wrapper {
    background: var(--bc-soft);
}

.prop-gallery-zap {
    background: #fff;
    padding: 28px 0;
}

.gallery-mosaic,
.gallery-main-large,
.side-thumb-zap {
    border-radius: var(--bc-radius) !important;
}

.imovel-main-grid {
    padding-top: 34px;
    padding-bottom: 64px;
}

.prop-summary-card,
.zap-contact-card,
.zap-description-card,
.zap-map-card,
.zap-tech-card {
    border: 1px solid var(--bc-line) !important;
    border-radius: var(--bc-radius) !important;
    box-shadow: var(--bc-shadow-soft) !important;
    background: #fff !important;
}

/* Planos e auth */
.premium-hero {
    border-radius: 0 !important;
    background: linear-gradient(135deg, #0f172a 0%, var(--bc-primary) 100%) !important;
}

.pricing-tab {
    border-radius: 999px !important;
}

.pricing-tab.active {
    background: var(--bc-primary) !important;
}

.login-wrapper-premium,
.selection-page {
    background:
        radial-gradient(circle at top left, rgba(31, 94, 255, 0.10), transparent 30%),
        var(--bc-soft) !important;
}

.account-choice-page {
    min-height: 78vh;
    padding: 78px 0 !important;
}

.account-choice-container {
    max-width: 1040px;
}

.account-choice-header {
    max-width: 680px;
    margin: 0 auto 38px;
    text-align: center;
}

.account-choice-header h1 {
    margin: 0 0 12px;
    color: var(--bc-ink);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
    font-weight: 900;
}

.account-choice-header p {
    color: var(--bc-muted);
    font-size: 1.05rem;
    line-height: 1.65;
}

.selection-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

.selection-card {
    display: flex !important;
    min-height: 290px;
    flex-direction: column;
    gap: 14px;
    padding: 28px !important;
    border: 1px solid var(--bc-line) !important;
    border-radius: var(--bc-radius) !important;
    background: #fff !important;
    color: var(--bc-ink) !important;
    text-decoration: none !important;
    box-shadow: var(--bc-shadow-soft);
    transition: 0.2s ease;
}

.selection-card:hover {
    border-color: var(--bc-primary) !important;
    transform: translateY(-3px);
}

.selection-icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 14px;
    background: #eef4ff;
    color: var(--bc-primary);
}

.selection-icon svg {
    width: 26px;
    height: 26px;
}

.selection-card h3 {
    margin: 4px 0 0;
    color: var(--bc-ink);
    font-size: 1.35rem;
    font-weight: 900;
}

.selection-card p {
    flex: 1;
    margin: 0;
    color: var(--bc-muted);
    line-height: 1.6;
}

.selection-card strong {
    color: var(--bc-primary);
    font-size: .96rem;
}

.selection-card strong::after {
    content: " ->";
}

.login-card-glass {
    border-radius: 18px !important;
}

.admin-alert,
.alert {
    border-radius: 12px !important;
}

/* Páginas cidade/bairro/404 */
.hero.hero-premium:not(.home-hero) {
    background: linear-gradient(135deg, #ffffff 0%, #eef4ff 100%) !important;
    padding: 58px 0 !important;
}

.hero-background,
.hero-shape {
    display: none !important;
}

.results-grid,
.grid.grid-3 {
    gap: 20px !important;
}

/* Contato e erro */
.section-results-header {
    background: linear-gradient(135deg, #fff 0%, #eef4ff 100%) !important;
    padding: 54px 0 !important;
}

.results-title {
    color: var(--bc-ink) !important;
    font-size: clamp(2rem, 4vw, 3.2rem) !important;
    line-height: 1.08;
    margin-bottom: 10px;
}

.results-subtitle {
    max-width: 720px;
    color: var(--bc-muted) !important;
    font-size: 1.08rem;
    line-height: 1.65;
}

.contact-layout-premium {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    gap: 28px !important;
    padding: 56px 0;
}

.info-card-premium,
.form-card-premium {
    border: 1px solid var(--bc-line) !important;
    border-radius: var(--bc-radius) !important;
    background: #fff !important;
    box-shadow: var(--bc-shadow-soft) !important;
}

.info-card-premium {
    display: flex;
    gap: 18px;
    padding: 20px !important;
    margin-bottom: 14px !important;
}

.form-card-premium {
    padding: 30px !important;
}

.info-icon {
    display: grid;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 14px;
    background: #eef4ff;
    color: var(--bc-primary);
}

.info-icon svg {
    width: 25px;
    height: 25px;
}

.form-card-premium h2 {
    margin: 0 0 8px;
    color: var(--bc-ink);
    font-size: 1.7rem;
    line-height: 1.15;
}

.form-card-premium > p {
    margin: 0;
    color: var(--bc-muted);
    line-height: 1.55;
}

.premium-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 24px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.premium-form input,
.premium-form select,
.premium-form textarea {
    width: 100%;
    min-height: 52px;
    padding: 0 15px;
}

.premium-form textarea {
    padding-top: 14px;
    resize: vertical;
}

.form-success-card,
.form-error-card {
    margin-top: 22px;
    padding: 18px;
    border-radius: 12px;
}

.form-success-card {
    background: #ecfdf5;
    border: 1px solid #10b981;
    color: #065f46;
}

.form-error-card {
    background: #fef2f2;
    border: 1px solid #ef4444;
    color: #b91c1c;
    font-weight: 800;
}

.error-page {
    min-height: 72vh;
    display: grid;
    align-items: center;
    background:
        radial-gradient(circle at top left, rgba(31, 94, 255, 0.10), transparent 28%),
        var(--bc-soft);
}

.error-container {
    max-width: 880px;
    text-align: center;
}

.error-container h1 {
    margin: 0 0 12px;
    color: var(--bc-ink);
    font-size: clamp(2.1rem, 5vw, 4rem);
    line-height: 1.05;
    font-weight: 900;
}

.error-container > p {
    max-width: 680px;
    margin: 0 auto 28px;
    color: var(--bc-muted);
    font-size: 1.08rem;
    line-height: 1.7;
}

.error-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 28px;
}

.error-links-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.error-link-card {
    display: block;
    padding: 18px;
    border: 1px solid var(--bc-line);
    border-radius: var(--bc-radius);
    background: #fff;
    color: var(--bc-ink);
    text-align: left;
    text-decoration: none;
    box-shadow: var(--bc-shadow-soft);
}

.error-link-card strong {
    display: block;
    margin-bottom: 6px;
}

.error-link-card span {
    color: var(--bc-muted);
    font-size: .9rem;
    line-height: 1.45;
}

/* Navigation */
.navbar {
    background: #fff;
    position: relative;
    z-index: 1000;
    border-bottom: 1px solid #eef2f7;
}

.navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    max-width: var(--container-max);
    margin: 0 auto;
    min-height: 80px;
}

.navbar-logo-link {
    display: flex;
    align-items: center;
}

.navbar-logo-img {
    max-height: 60px;
    width: auto;
    object-fit: contain;
}

.nav-link-anunciar {
    color: var(--bc-primary) !important;
    position: relative;
    font-weight: 800;
}

.nav-link-anunciar::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 24px;
    height: 3.5px;
    background: var(--bc-primary);
    border-radius: 999px;
}

.nav-item-dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 280px;
    margin-top: 10px;
    padding: 12px 0;
    list-style: none;
    background: #fff;
    border: 1px solid var(--bc-line);
    border-radius: 12px;
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.12);
    z-index: 2000;
}

.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 20px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-left: 1px solid var(--bc-line);
    border-top: 1px solid var(--bc-line);
    transform: rotate(45deg);
}

.nav-item-dropdown:hover .dropdown-menu {
    display: block;
    animation: navFadeIn 0.18s ease;
}

.dropdown-menu li a {
    display: block;
    padding: 14px 24px;
    color: var(--bc-ink);
    font-weight: 700;
    font-size: .95rem;
    transition: .2s ease;
}

.dropdown-menu li a:hover {
    background: var(--bc-soft);
    color: var(--bc-primary);
}

@keyframes navFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-entrar-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    height: 42px;
    padding: 0 1.25rem;
    border: 2px solid var(--bc-primary);
    border-radius: 999px;
    color: var(--bc-primary);
    font-weight: 800;
    font-size: .9rem;
    white-space: nowrap;
}

.nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, .48);
    z-index: 1001;
}

.nav-overlay.open {
    display: block;
}

.nav-drawer {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 1002;
    transition: left .28s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 18px 0 42px rgba(15, 23, 42, .16);
}

.nav-drawer.open {
    left: 0;
}

.drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    border-bottom: 1px solid var(--bc-line);
}

.drawer-logo-img {
    max-height: 45px;
    max-width: 100%;
    object-fit: contain;
}

.drawer-list {
    list-style: none;
    padding: 1rem 0;
    margin: 0;
    flex: 1;
    overflow-y: auto;
}

.drawer-list a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-weight: 700;
    color: var(--bc-ink);
    border-bottom: 1px solid #f4f7fb;
}

.drawer-footer {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-top: 1px solid var(--bc-line);
}

.drawer-btn-secondary {
    color: var(--bc-primary);
    border: 2px solid var(--bc-primary);
    text-align: center;
    padding: .9rem;
    border-radius: 999px;
    font-weight: 800;
}

.btn-block {
    display: block;
    text-align: center;
    border-radius: 999px;
}

/* Footer */
.bc-footer {
    --bcf-bg: #041225;
    --bcf-panel: rgba(255, 255, 255, .055);
    --bcf-panel-strong: rgba(255, 255, 255, .085);
    --bcf-line: rgba(148, 163, 184, .22);
    --bcf-text: #F8FAFC;
    --bcf-muted: rgba(226, 232, 240, .76);
    --bcf-blue: #2F6BFF;
    --bcf-blue-soft: rgba(47, 107, 255, .18);
    background:
        radial-gradient(circle at 18% 0%, rgba(37, 99, 235, .32), transparent 30%),
        radial-gradient(circle at 92% 18%, rgba(14, 165, 233, .15), transparent 28%),
        linear-gradient(180deg, #051A35 0%, var(--bcf-bg) 100%) !important;
    color: var(--bcf-text);
    padding: 44px 0 34px;
    margin-top: auto;
}

.bc-footer__shell {
    width: min(100% - 32px, 860px);
    margin: 0 auto;
    display: grid;
    gap: 24px;
}

.bc-footer__brand {
    display: grid;
    gap: 12px;
}

.bc-footer__logo {
    width: clamp(150px, 42vw, 210px);
    display: block;
    text-decoration: none;
    opacity: .94;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .24));
}

.bc-footer__logo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.bc-footer__brand p {
    margin: 0;
    max-width: 720px;
    color: var(--bcf-muted);
    font-size: clamp(.98rem, 3.5vw, 1.16rem);
    line-height: 1.55;
    font-weight: 620;
}

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

.bc-footer__stat {
    min-height: 148px;
    display: grid;
    align-content: center;
    gap: 8px;
    padding: 18px;
    border-radius: 18px;
    background: var(--bcf-panel);
    border: 1px solid rgba(255, 255, 255, .08);
}

.bc-footer__stat svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: var(--bcf-blue);
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bc-footer__stat strong {
    color: #fff;
    font-size: 1.35rem;
    line-height: 1.05;
    font-weight: 900;
}

.bc-footer__stat span {
    color: var(--bcf-muted);
    font-size: .98rem;
    line-height: 1.38;
    font-weight: 650;
}

.bc-footer__accordions {
    border-top: 1px solid var(--bcf-line);
    margin-top: 4px;
}

.bc-footer__accordion {
    border-bottom: 1px solid var(--bcf-line);
}

.bc-footer__accordion-trigger {
    width: 100%;
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 1.32rem;
    font-weight: 900;
    text-align: left;
    cursor: pointer;
}

.bc-footer__accordion-trigger span {
    width: 18px;
    height: 18px;
    position: relative;
    flex: 0 0 18px;
}

.bc-footer__accordion-trigger span::before,
.bc-footer__accordion-trigger span::after {
    content: "";
    position: absolute;
    inset: 50% auto auto 0;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    transition: transform .24s ease;
}

.bc-footer__accordion-trigger span::after {
    transform: rotate(90deg);
}

.bc-footer__accordion.is-open .bc-footer__accordion-trigger span::after {
    transform: rotate(0deg);
}

.bc-footer__accordion-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .32s ease, padding .28s ease;
}

.bc-footer__accordion.is-open .bc-footer__accordion-panel {
    max-height: 420px;
    padding-bottom: 18px;
}

.bc-footer__accordion-panel > * {
    overflow-wrap: anywhere;
}

.bc-footer__accordion-panel a,
.bc-footer__accordion-panel span {
    display: flex;
    min-height: 38px;
    align-items: center;
    color: var(--bcf-muted);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
}

.bc-footer__accordion-panel a:hover {
    color: #93C5FD;
}

.bc-footer__lead-card {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    margin: 28px 0;
    padding: 22px;
    border: 1px solid rgba(147, 197, 253, .26);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .09), rgba(37, 99, 235, .08));
    box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
}

.bc-footer__wa-icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #22C55E;
    box-shadow: 0 16px 32px rgba(34, 197, 94, .24);
}

.bc-footer__wa-icon svg {
    width: 42px;
    height: 42px;
    fill: #fff;
}

.bc-footer__lead-card h3 {
    margin: 0;
    color: #fff;
    font-size: 1.28rem;
    line-height: 1.18;
    font-weight: 900;
}

.bc-footer__lead-card p {
    margin: 8px 0 0;
    color: var(--bcf-muted);
    font-size: .98rem;
    line-height: 1.48;
    font-weight: 650;
}

.bc-footer__lead-button {
    grid-column: 1 / -1;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #3B82F6, #245BDB);
    color: #fff;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 900;
    box-shadow: 0 18px 36px rgba(47, 107, 255, .28);
}

.bc-footer__social {
    display: grid;
    gap: 16px;
}

.bc-footer__social h2 {
    margin: 0;
    color: #fff;
    font-size: 1.45rem;
    font-weight: 900;
}

.bc-footer__social > div {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.bc-footer__social a {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .28);
    color: #fff;
    background: rgba(255, 255, 255, .035);
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.bc-footer__social a:hover {
    transform: translateY(-2px);
    border-color: #93C5FD;
    background: rgba(37, 99, 235, .18);
}

.bc-footer__social svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bc-footer__legal {
    display: grid;
    gap: 18px;
    padding-top: 24px;
    border-top: 1px solid var(--bcf-line);
    text-align: center;
}

.bc-footer__legal nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.bc-footer__legal a {
    color: var(--bcf-muted);
    text-decoration: none;
    font-size: .94rem;
    font-weight: 720;
}

.bc-footer__legal p {
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: .98rem;
    line-height: 1.5;
}

.bc-footer__made {
    color: rgba(226, 232, 240, .72) !important;
}

.bc-cookie-banner[hidden] {
    display: none !important;
}

.bc-cookie-banner {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 10020;
    width: min(calc(100% - 28px), 420px);
    display: grid;
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(203, 213, 225, .85);
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .22);
    backdrop-filter: blur(14px);
}

.bc-cookie-banner__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #F1F5F9;
    color: #334155;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.bc-cookie-banner__content {
    display: grid;
    gap: 4px;
}

.bc-cookie-banner__label {
    width: max-content;
    min-height: 26px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: #EFF6FF;
    color: #2563EB;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bc-cookie-banner h2 {
    margin: 4px 34px 0 0;
    color: #0F172A;
    font-size: 1.16rem;
    line-height: 1.2;
    font-weight: 900;
}

.bc-cookie-banner p {
    margin: 0;
    color: #334155;
    font-size: .92rem;
    line-height: 1.45;
    font-weight: 650;
}

.bc-cookie-banner__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.bc-cookie-banner__link,
.bc-cookie-banner__btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 12px;
    font-size: .86rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.bc-cookie-banner__link {
    color: #0F172A;
    border: 1px solid #CBD5E1;
    background: #fff;
}

.bc-cookie-banner__btn {
    border: 1px solid #2563EB;
    background: #2563EB;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(37, 99, 235, .2);
}

@media (min-width: 760px) {
    .bc-footer {
        padding: 64px 0 40px;
    }

    .bc-footer__shell {
        width: min(100% - 48px, 1120px);
    }

    .bc-footer__brand {
        text-align: center;
        justify-items: center;
    }

    .bc-footer__logo {
        width: 220px;
    }

    .bc-footer__stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .bc-footer__lead-card {
        grid-template-columns: 86px minmax(0, 1fr) 220px;
    }

    .bc-footer__lead-button {
        grid-column: auto;
    }

    .bc-footer__accordions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 34px;
    }
}

@media (max-width: 640px) {
    .bc-cookie-banner {
        left: 14px;
        right: 14px;
        bottom: 12px;
        width: auto;
        gap: 12px;
        padding: 14px;
        border-radius: 14px;
    }

    .bc-cookie-banner__actions {
        gap: 8px;
    }

    .bc-cookie-banner__link,
    .bc-cookie-banner__btn {
        width: 100%;
    }
}

.footer-text-logo::after {
    content: none !important;
}

.footer-logo-dot {
    color: var(--bc-accent);
}

.footer-mobile-nav {
    display: none;
}

footer.footer,
.footer {
    background:
        radial-gradient(circle at 12% 8%, rgba(37, 99, 235, .28), transparent 30%),
        linear-gradient(180deg, #0b234d 0%, #061832 100%) !important;
    color: #CBD5E1;
}

.footer-wrapper {
    width: min(100% - 32px, 1180px) !important;
    gap: 34px !important;
}

.footer-cta-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .045));
    box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
}

.footer-eyebrow {
    display: inline-flex;
    margin-bottom: 10px;
    color: #93C5FD;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.footer-cta-panel h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.55rem, 2.5vw, 2.35rem);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
}

.footer-cta-panel p {
    max-width: 680px;
    margin: 10px 0 0;
    color: rgba(226, 232, 240, .86);
    font-size: 1rem;
    line-height: 1.6;
}

.footer-cta-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-primary-link,
.footer-secondary-link {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 12px;
    font-size: .92rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.footer-primary-link {
    color: #fff;
    background: #2563EB;
    box-shadow: 0 14px 28px rgba(37, 99, 235, .25);
}

.footer-secondary-link {
    color: #E2E8F0;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .055);
}

.footer-content {
    grid-template-columns: minmax(260px, 1.55fr) repeat(4, minmax(135px, 1fr)) !important;
    gap: 34px !important;
    align-items: start;
}

.footer-brand-col {
    padding-right: 18px !important;
}

.footer-text-logo {
    margin-bottom: 14px !important;
    line-height: 1;
}

.footer-desc {
    max-width: 360px;
}

.footer-proof-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.footer-proof-row span {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    color: #BFDBFE;
    background: rgba(37, 99, 235, .14);
    border: 1px solid rgba(147, 197, 253, .18);
    font-size: .78rem;
    font-weight: 850;
}

.footer-title {
    color: #F8FAFC !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
}

.footer-links {
    gap: 10px !important;
}

.footer-links a,
.footer-legal a {
    color: rgba(226, 232, 240, .78) !important;
}

.footer-links a:hover,
.footer-legal a:hover {
    color: #93C5FD !important;
}

.footer-contact-list {
    gap: 10px !important;
}

.footer-contact-item {
    min-height: 40px;
    padding: 9px 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .065);
}

.footer-contact-item span {
    overflow-wrap: anywhere;
}

.footer-divider {
    background: rgba(255, 255, 255, .1) !important;
}

.footer-bottom {
    padding: 22px 0 !important;
}

@media (max-width: 1100px) {
    .footer-content {
        grid-template-columns: 1.2fr 1fr 1fr !important;
    }

    .footer-brand-col {
        grid-column: 1 / -1;
        max-width: 760px !important;
    }
}

/* Login */
.login-wrapper-premium {
    background-color: var(--bc-soft);
    min-height: calc(100vh - 160px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 1.5rem;
    width: 100%;
}

.login-container {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.login-card-glass {
    background: #fff;
    border-radius: var(--bc-radius);
    padding: 40px;
    border: 1px solid var(--bc-line);
    box-shadow: var(--bc-shadow);
    width: 100%;
}

.login-header {
    text-align: center;
    margin-bottom: 35px;
}

.login-icon-box {
    width: 64px;
    height: 64px;
    background: #eef4ff;
    color: var(--bc-primary);
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.login-header h1 {
    font-size: 1.85rem !important;
    font-weight: 900;
    color: var(--bc-ink);
    margin: 0 0 10px !important;
    line-height: 1.1;
}

.login-header p,
.login-footer p {
    color: var(--bc-muted);
}

.login-form-premium {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-group-premium {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group-premium label {
    display: block;
    font-size: .85rem;
    font-weight: 800;
    color: var(--bc-ink);
}

.form-group-premium input {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: 1.5px solid var(--bc-line);
    border-radius: 12px;
    background: #fff;
    transition: .2s ease;
    font-size: 1rem;
}

.form-group-premium input:focus {
    border-color: var(--bc-primary);
    outline: none;
    box-shadow: 0 0 0 4px rgba(31, 94, 255, .10);
}

.label-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.label-row a,
.login-footer a {
    font-weight: 800;
    color: var(--bc-primary);
    text-decoration: none;
}

.label-row a {
    font-size: .78rem;
}

.btn-entrar-login,
.btn-resend-verification,
.btn-reset {
    border: none;
    background: var(--bc-primary);
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    transition: .2s ease;
}

.btn-entrar-login,
.btn-reset {
    width: 100%;
    height: 52px;
    border-radius: 12px;
    font-size: 1rem;
}

.btn-resend-verification {
    padding: 9px 16px;
    border-radius: 8px;
    font-size: .9rem;
}

.btn-entrar-login:hover,
.btn-resend-verification:hover,
.btn-reset:hover {
    background: var(--bc-primary-dark);
    transform: translateY(-1px);
}

.btn-reset-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.login-footer,
.login-back-link {
    text-align: center;
}

.login-footer {
    margin-top: 5px;
}

.login-back-link {
    margin-top: 30px;
}

.login-back-link a {
    color: var(--bc-muted);
    text-decoration: none;
    font-weight: 700;
    font-size: .9rem;
    transition: .2s ease;
}

.login-back-link a:hover {
    color: var(--bc-ink);
}

.login-alert {
    margin-bottom: 20px;
}

.resend-verification-form {
    margin-top: 10px;
}

.auth-link-row {
    text-align: center;
    margin-top: 20px;
}

.auth-link-row-spaced {
    margin-top: 25px;
}

.auth-link-row a {
    color: var(--bc-primary);
    font-weight: 800;
    text-decoration: none;
}

.auth-link-row .auth-muted-link {
    color: var(--bc-muted);
    font-size: .9rem;
}

/* Registration */
.registration-wrapper-premium {
    background:
        radial-gradient(circle at top left, rgba(31, 94, 255, 0.10), transparent 30%),
        var(--bc-soft);
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 1.5rem;
    width: 100%;
}

.registration-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.registration-card-premium {
    background: #fff;
    border-radius: var(--bc-radius);
    padding: 40px;
    border: 1px solid var(--bc-line);
    box-shadow: var(--bc-shadow);
    width: 100%;
}

.registration-header {
    text-align: center;
    margin-bottom: 35px;
}

.registration-header h1 {
    font-size: 2rem !important;
    font-weight: 900;
    color: var(--bc-ink);
    margin: 0 0 10px !important;
    line-height: 1.1;
}

.registration-header p {
    color: var(--bc-muted);
    font-size: 1rem;
    line-height: 1.5;
}

.reg-form-premium {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.form-row-premium {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group-premium select {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: 1.5px solid var(--bc-line);
    border-radius: 12px;
    background: #fff;
    transition: .2s ease;
    font-size: 1rem;
}

.form-group-premium select:focus {
    border-color: var(--bc-primary);
    outline: none;
    box-shadow: 0 0 0 4px rgba(31, 94, 255, .10);
}

.btn-registrar-premium {
    width: 100%;
    min-height: 54px;
    background: var(--bc-primary);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-weight: 900;
    font-size: 1.05rem;
    cursor: pointer;
    transition: .2s ease;
}

.btn-registrar-premium:hover {
    background: var(--bc-primary-dark);
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(31, 94, 255, .18);
}

.btn-registrar-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.reg-footer-premium {
    text-align: center;
    margin-top: 5px;
    padding-top: 20px;
    border-top: 1px solid var(--bc-line);
}

.reg-footer-premium p {
    font-size: .95rem;
    color: var(--bc-muted);
}

.reg-footer-premium a {
    font-weight: 900;
    color: var(--bc-primary);
    text-decoration: none;
}

.success-box-premium {
    text-align: center;
    padding: 40px 20px;
}

.success-icon-premium {
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    margin: 0 auto 25px;
    color: #059669;
    background: #ecfdf5;
    border-radius: 22px;
}

.success-icon-premium svg {
    width: 36px;
    height: 36px;
}

.registration-info-alert {
    margin-top: 20px;
    font-size: .9rem;
}

.registration-action-row {
    margin-top: 40px;
}

.registration-errors {
    margin-bottom: 30px;
}

.registration-errors ul {
    margin: 0;
    padding-left: 15px;
    list-style: square;
}

.registration-submit-row {
    margin-top: 15px;
}

.invalid {
    border-color: #dc2626 !important;
    background-color: #fff5f5 !important;
}

.form-help {
    font-size: .85rem;
    color: var(--bc-muted);
    margin-top: 5px;
    display: block;
}

/* Legal */
.legal-body-container {
    padding: 60px 1.5rem;
}

.legal-content-wrap {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--bc-line);
    border-radius: var(--bc-radius);
    box-shadow: var(--bc-shadow-soft);
    padding: 38px;
}

.legal-content-wrap h2 {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--bc-ink);
    margin: 2.5rem 0 1rem;
}

.legal-content-wrap h2:first-child {
    margin-top: 0;
}

.legal-content-wrap p {
    margin-bottom: 1.5rem;
    color: var(--bc-muted);
    line-height: 1.75;
}

/* Public advertiser profile */
.vitrine-page {
    background: var(--bc-soft) !important;
}

.vitrine-hero {
    background: linear-gradient(135deg, #102456 0%, var(--bc-primary) 100%) !important;
}

.p-card-premium,
.filter-aside,
.v-card {
    border-color: var(--bc-line) !important;
    border-radius: var(--bc-radius) !important;
    box-shadow: var(--bc-shadow-soft) !important;
}

.p-logo-box {
    border-color: var(--bc-line) !important;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%) !important;
}

.creci-pill,
.p-logo-fallback {
    color: var(--bc-primary) !important;
}

.p-name,
.items-title,
.v-card-title,
.filter-head h3 {
    color: var(--bc-ink) !important;
}

.p-public-note,
.p-meta-chip,
.v-card-sub,
.v-spec-item {
    color: var(--bc-muted) !important;
}

.p-meta-chip,
.toggle-group,
.filter-select {
    border-color: var(--bc-line) !important;
    background: #fff !important;
}

.btn-compact {
    border-color: var(--bc-line) !important;
    color: var(--bc-ink) !important;
    background: #fff !important;
    border-radius: 999px !important;
}

.btn-compact:hover {
    border-color: var(--bc-primary) !important;
    color: var(--bc-primary) !important;
}

.btn-whatsapp-compact {
    color: #128c7e !important;
    border-color: rgba(37, 211, 102, .28) !important;
}

.btn-search-p {
    background: var(--bc-primary) !important;
    border-radius: 12px !important;
}

.toggle-item.active {
    color: var(--bc-primary) !important;
}

.v-card:hover {
    border-color: var(--bc-primary) !important;
}

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

.v-empty-state {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px;
    background: #fff;
    border-radius: var(--bc-radius);
    border: 2px dashed var(--bc-line);
    color: var(--bc-muted);
    font-weight: 800;
}

/* Property detail refinements */
.property-not-found {
    padding: 5rem 0;
    text-align: center;
}

.property-not-found h1 {
    color: var(--bc-ink);
    margin-bottom: 20px;
}

.zap-tech-grid-auto {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.prop-empty-note {
    color: var(--bc-muted);
    font-size: .95rem;
}

.zap-submit-full {
    width: 100% !important;
    border-radius: 14px !important;
}

.lightbox-overlay.is-hidden {
    display: none;
}

.property-detail-wrapper .prop-section-card,
.property-detail-wrapper .prop-loc-card,
.property-detail-wrapper .zap-contact-card,
.property-detail-wrapper .anunciante-card-premium {
    border-color: var(--bc-line) !important;
    border-radius: var(--bc-radius) !important;
    box-shadow: var(--bc-shadow-soft) !important;
}

.property-detail-wrapper .zap-price-large,
.property-detail-wrapper .section-title-zap,
.property-detail-wrapper .anunciante-stats {
    color: var(--bc-primary) !important;
}

/* Verification */
.verify-wrapper-premium {
    background-color: var(--bc-soft);
    min-height: calc(100vh - 160px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 1.5rem;
}

.verify-card {
    background: #fff;
    max-width: 500px;
    width: 100%;
    border-radius: var(--bc-radius);
    padding: 50px 40px;
    text-align: center;
    box-shadow: var(--bc-shadow);
    border: 1px solid var(--bc-line);
}

.verify-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 25px;
    border-radius: 22px;
    display: grid;
    place-items: center;
}

.verify-icon svg {
    width: 36px;
    height: 36px;
}

.verify-icon-success {
    background: #ecfdf5;
    color: #059669;
}

.verify-icon-error {
    background: #fef2f2;
    color: #dc2626;
}

.verify-card h1 {
    font-size: 1.85rem !important;
    font-weight: 900;
    color: var(--bc-ink);
    margin: 0 0 15px;
}

.verify-card p {
    color: var(--bc-muted);
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 35px;
}

.btn-verify-success {
    display: inline-block;
    background: var(--bc-primary);
    color: #fff;
    padding: 16px 35px;
    border-radius: 12px;
    font-weight: 900;
    text-decoration: none;
    transition: .2s ease;
}

.btn-verify-success:hover {
    background: var(--bc-primary-dark);
    transform: translateY(-1px);
}

.btn-verify-muted {
    background: var(--bc-muted);
}

/* Pricing */
.pricing-hero {
    background: linear-gradient(135deg, #102456 0%, var(--bc-primary) 100%) !important;
    padding: 5rem 5%;
    color: #fff;
    text-align: center;
    border-radius: 0 0 40px 40px !important;
    margin-bottom: 3rem;
}

.pricing-hero-inner {
    max-width: 800px;
    margin: 0 auto;
}

.pricing-hero h1 {
    font-size: clamp(2.1rem, 5vw, 3rem);
    font-weight: 900;
    margin: 0 0 1rem;
    line-height: 1.08;
}

.pricing-hero p {
    font-size: 1.2rem;
    opacity: .9;
    margin: 0;
    line-height: 1.65;
}

.pricing-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5% 5rem;
}

.pricing-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.pricing-tab {
    background: #eef2f7;
    border: none;
    padding: 12px 24px;
    border-radius: 999px;
    font-weight: 800;
    color: var(--bc-muted);
    cursor: pointer;
    transition: .25s ease;
    font-size: 1rem;
}

.pricing-tab.active {
    background: var(--bc-primary);
    color: #fff;
    box-shadow: 0 12px 24px rgba(31, 94, 255, .22);
}

.pricing-grid {
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    align-items: stretch;
    animation: fadeIn .35s ease forwards;
}

.pricing-grid.active {
    display: grid;
}

.pricing-empty {
    grid-column: 1 / -1;
    background: #fff;
    border: 1px dashed #cbd5e1;
    border-radius: var(--bc-radius);
    padding: 32px;
    text-align: center;
    color: var(--bc-muted);
    font-weight: 800;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pricing-card {
    background: #fff;
    border-radius: var(--bc-radius);
    padding: 40px 30px;
    border: 1px solid var(--bc-line);
    position: relative;
    transition: .25s ease;
    display: flex;
    flex-direction: column;
    box-shadow: var(--bc-shadow-soft);
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--bc-shadow);
    border-color: #cbd5e1;
}

.pricing-card.popular {
    border: 2px solid var(--bc-primary);
    box-shadow: 0 20px 34px rgba(31, 94, 255, .12);
}

.popular-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--bc-primary);
    color: #fff;
    font-size: .78rem;
    font-weight: 900;
    padding: 7px 16px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0;
    white-space: nowrap;
}

.plan-name {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--bc-ink);
    margin: 0 0 15px;
    text-align: center;
}

.plan-price {
    text-align: center;
    margin-bottom: 15px;
}

.plan-price .currency {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--bc-muted);
    vertical-align: super;
}

.plan-price .amount {
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--bc-ink);
    line-height: 1;
}

.plan-price .period {
    font-size: 1rem;
    color: var(--bc-muted);
    font-weight: 700;
}

.plan-desc {
    text-align: center;
    color: var(--bc-muted);
    font-size: 1rem;
    margin: 0 0 30px;
    min-height: 48px;
    line-height: 1.5;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    flex: 1;
}

.plan-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: #334155;
    font-weight: 700;
    font-size: 1rem;
}

.plan-features li svg {
    width: 22px;
    height: 22px;
    color: #10b981;
    flex-shrink: 0;
}

.btn-plan {
    display: block;
    width: 100%;
    text-align: center;
    padding: 16px;
    border-radius: 14px;
    font-size: 1.05rem;
    font-weight: 900;
    text-decoration: none;
    transition: .2s ease;
}

.btn-primary {
    background: var(--bc-primary);
    color: #fff;
}

.btn-primary:hover {
    background: var(--bc-primary-dark);
    transform: translateY(-1px);
}

.btn-outline {
    background: #f8fafc;
    color: var(--bc-ink);
    border: 2px solid var(--bc-line);
}

.btn-outline:hover {
    background: #eef2f7;
    border-color: #cbd5e1;
}

@media (max-width: 980px) {
    .home-hero .container {
        width: min(100%, calc(100% - 32px));
    }

    .home-hero .hero-premium-content {
        grid-template-columns: 1fr;
    }

    .home-hero .hero-left {
        padding-left: 0;
    }

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

    .home-search-form .search-field-wide,
    .home-more-filters,
    .home-search-form .btn-cta {
        grid-column: 1 / -1;
    }

    .home-search-form .btn-cta {
        width: min(100%, 330px);
    }

    .home-hero .hero-building-image {
        width: 100% !important;
        height: 340px !important;
        min-height: 320px !important;
    }

    .hero-building-image img {
        min-height: 0;
    }

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

    .home-trust-panel,
    .home-buyer-panel,
    .home-advertiser-panel {
        grid-template-columns: 1fr;
    }

    .home-section-heading-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-buyer-actions,
    .home-advertiser-actions {
        justify-content: flex-start;
    }

    .selection-grid,
    .error-links-grid {
        grid-template-columns: 1fr 1fr !important;
    }

    .contact-layout-premium {
        grid-template-columns: 1fr;
    }

    .lead-capture-shell {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .home-hero .hero-left {
        width: min(100%, calc(100% - 32px)) !important;
        max-width: 560px !important;
        margin: 0 auto !important;
    }

    .home-hero .hero-search-card {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 18px !important;
        overflow: visible !important;
    }

    .home-search-form {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        width: 100% !important;
    }

    .home-search-form .search-field,
    .home-search-form .search-field-wide,
    .home-search-form .property-dropdown-multiple,
    .home-more-filters,
    .home-search-form .btn-cta {
        grid-column: 1 / -1 !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    .home-hero .search-input-icon,
    .home-hero .search-input-icon input,
    .home-hero .search-field select,
    .home-hero .property-dropdown-button {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    .home-hero .property-dropdown-panel {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        min-width: 0 !important;
    }
}

@media (min-width: 993px) {
    .navbar-toggle,
    .navbar-mobile-auth {
        display: none;
    }

    .navbar-desktop-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex: 1;
        padding-left: 3rem;
    }

    .nav-list {
        display: flex;
        gap: 2.25rem;
        list-style: none;
        margin: 0;
        padding: 0;
        align-items: center;
    }

    .nav-link {
        font-weight: 700;
        font-size: 1rem;
        color: var(--bc-muted);
        transition: color .2s ease;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .nav-link:hover,
    .btn-login-minimal:hover {
        color: var(--bc-primary);
    }

    .nav-auth-desktop {
        display: flex;
        align-items: center;
        gap: 1.5rem;
    }

    .btn-login-minimal {
        font-weight: 800;
        font-size: .95rem;
        color: var(--bc-ink);
    }

    .btn-cta {
        background: var(--bc-primary);
        color: #fff !important;
        padding: .75rem 1.75rem;
        border-radius: 999px;
        font-weight: 800;
        font-size: .95rem;
        transition: .2s ease;
    }

    .btn-cta:hover {
        transform: translateY(-1px);
        background: var(--bc-primary-dark);
    }
}

@media (max-width: 992px) {
    .navbar-container {
        justify-content: flex-start;
        padding: 0 1.25rem;
        min-height: 72px;
        gap: 1rem;
    }

    .navbar-toggle {
        display: flex;
        flex-direction: column;
        gap: 5px;
        background: transparent;
        border: none;
        padding: 0;
        flex-shrink: 0;
    }

    .navbar-logo {
        display: flex;
        align-items: center;
        margin-right: auto;
    }

    .navbar-logo-img {
        height: 34px;
    }

    .navbar-desktop-menu {
        display: none;
    }

    .navbar-mobile-auth {
        display: flex;
        flex-shrink: 0;
    }

    .btn-entrar-pill {
        height: 40px;
        padding: 0 1rem;
        border-width: 1.5px;
        font-size: .85rem;
    }

    .drawer-submenu {
        max-height: 0;
        overflow: hidden;
        list-style: none;
        padding: 0;
        background: var(--bc-soft);
        transition: max-height .28s ease;
    }

    .drawer-has-submenu.active .drawer-submenu {
        max-height: 200px;
    }

    .drawer-submenu li a {
        padding-left: 2.5rem !important;
        font-size: .9rem;
        font-weight: 600;
    }

    .drawer-submenu-toggle {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }

    .drawer-submenu-toggle svg {
        transition: .28s ease;
    }

    .drawer-has-submenu.active .drawer-submenu-toggle svg {
        transform: rotate(180deg);
    }
}

@media (max-width: 640px) {
    .container {
        width: min(100% - 24px, 1180px);
    }

    .home-hero .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    .home-hero .hero-premium-content {
        width: 100% !important;
        padding: 0 !important;
    }

    .home-hero .hero-left {
        width: min(100%, calc(100% - 32px)) !important;
        max-width: 520px !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    .home-hero .hero-right {
        width: min(100%, calc(100% - 16px)) !important;
        margin: 0 auto 14px !important;
        padding: 0 !important;
    }

    .section {
        padding: 42px 0;
    }

    .home-hero {
        padding-top: 26px;
    }

    .hero-kicker {
        margin-bottom: 10px;
    }

    .hero-search-title {
        font-size: clamp(1.85rem, 10vw, 2.35rem);
        line-height: 1.1;
        margin-right: 0 !important;
    }

    .hero-search-subtitle {
        margin-right: 0 !important;
    }

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

    .home-search-form,
    .home-more-filters-grid,
    .home-proof-grid {
        grid-template-columns: 1fr;
    }

    .home-trust-panel,
    .home-buyer-panel,
    .home-advertiser-panel {
        padding: 22px;
    }

    .home-proof-item {
        min-height: auto;
    }

    .home-buyer-actions,
    .home-buyer-actions .btn-cta,
    .home-buyer-actions .btn-outline,
    .home-advertiser-actions,
    .home-advertiser-actions .btn-cta,
    .home-advertiser-actions .btn-outline {
        width: 100%;
    }

    .home-local-panel {
        padding: 22px;
    }

    .home-local-links a {
        width: 100%;
        justify-content: center;
    }

    .local-seo-insight {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 18px;
        border-radius: 18px;
    }

    .local-seo-insight li {
        min-height: 38px;
        font-size: .86rem;
    }

    .home-card-title {
        min-height: auto;
    }

    .home-hero .hero-building-image {
        height: 300px !important;
        min-height: 280px !important;
        border-radius: 20px !important;
    }

    .hero-image-badge {
        left: 14px;
        right: 14px;
        bottom: 14px;
        padding: 12px 14px;
        border-radius: 14px;
    }

    .home-section-link {
        width: 100%;
    }

    .hero-search-tabs {
        width: 100%;
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
    }

    .search-tab {
        min-width: 0;
        padding-left: 8px !important;
        padding-right: 8px !important;
        white-space: nowrap;
    }

    .hero-search-card {
        width: 100% !important;
        padding: 12px !important;
    }

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

    .lead-capture-page {
        padding: 42px 0;
    }

    .lead-capture-brand,
    .lead-capture-card {
        padding: 22px;
    }

    .prop-card-horizontal a {
        grid-template-columns: 1fr !important;
    }

    .selection-grid,
    .error-links-grid {
        grid-template-columns: 1fr !important;
    }

    .form-card-premium {
        padding: 22px !important;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .login-wrapper-premium {
        padding: 40px 1rem;
    }

    .login-card-glass {
        padding: 32px 20px;
    }

    .login-header h1 {
        font-size: 1.6rem !important;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 0 0 76px !important;
        background:
            radial-gradient(circle at 18% 0%, rgba(37, 99, 235, .32), transparent 34%),
            linear-gradient(180deg, #0c234b 0%, #06152d 100%) !important;
    }

    .footer-wrapper {
        width: min(100% - 28px, 430px) !important;
        gap: 18px !important;
        padding: 28px 0 16px;
    }

    .footer-cta-panel {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 20px;
        border-radius: 16px;
        text-align: left;
    }

    .footer-eyebrow {
        margin-bottom: 8px;
        font-size: .7rem;
    }

    .footer-cta-panel h2 {
        font-size: 1.45rem;
        line-height: 1.12;
    }

    .footer-cta-panel p {
        font-size: .93rem;
        line-height: 1.55;
    }

    .footer-cta-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        width: 100%;
    }

    .footer-primary-link,
    .footer-secondary-link {
        min-height: 44px;
        padding: 0 10px;
        font-size: .84rem;
    }

    .footer-content {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        text-align: center;
    }

    .footer-brand-col {
        display: grid;
        gap: 10px;
        justify-items: center;
    }

    .footer-text-logo {
        font-size: 1.72rem;
        line-height: 1;
        margin-bottom: 0;
    }

    .footer-desc {
        max-width: 330px;
        margin: 0 auto;
        font-size: .92rem;
        line-height: 1.6;
        text-wrap: pretty;
        color: rgba(255, 255, 255, .78);
    }

    .footer-proof-row {
        justify-content: center;
        margin-top: 12px;
    }

    .footer-proof-row span {
        min-height: 30px;
        font-size: .74rem;
    }

    .footer-mobile-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        width: min(100%, 340px);
        margin: 0 auto;
    }

    .footer-mobile-nav a {
        min-height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 12px;
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, .09);
        background: rgba(255, 255, 255, .055);
        color: rgba(255, 255, 255, .9);
        text-decoration: none;
        font-size: .88rem;
        font-weight: 850;
    }

    .footer-mobile-nav a:nth-child(5) {
        background: #2563EB;
        border-color: #2563EB;
        color: #fff;
        box-shadow: 0 12px 28px rgba(37, 99, 235, .22);
    }

    .footer-column {
        padding: 0;
        margin: 0;
    }

    .footer-title {
        margin: 0 0 10px;
        font-size: .72rem;
        letter-spacing: .14em;
        padding-bottom: 8px;
    }

    .footer-title::after {
        width: 20px;
    }

    .footer-contact-list {
        display: grid;
        gap: 9px;
        justify-items: stretch;
        max-width: 340px;
        margin: 0 auto;
    }

    .footer-contact-item {
        justify-content: flex-start;
        font-size: .95rem;
        gap: 10px;
        line-height: 1.36;
        min-height: 44px;
        padding: 9px 12px !important;
        border-radius: 14px;
        background: rgba(255, 255, 255, .04);
        border: 1px solid rgba(255, 255, 255, .06);
    }

    .footer-contact-item svg {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
    }

    .footer-contact-item span {
        text-align: left;
        overflow-wrap: anywhere;
    }

    .hide-mobile {
        display: none !important;
    }

    .footer-divider {
        margin: 12px 0 8px;
        opacity: .55;
    }

    .footer-bottom {
        display: grid;
        gap: 10px;
        text-align: center;
    }

    .footer-copyright p {
        margin: 0;
        font-size: .84rem;
        line-height: 1.45;
        color: rgba(255, 255, 255, .7);
    }

    .footer-legal {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        align-items: center;
        max-width: 340px;
        margin: 0 auto;
    }

    .footer-legal a {
        min-height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 6px;
        border-radius: 10px;
        background: rgba(255, 255, 255, .035);
        font-size: .8rem;
        line-height: 1.3;
        color: rgba(255, 255, 255, .82);
    }
}

/* Footer polish: final high-specificity layer */
footer.footer .footer-cta-panel h2,
footer.footer .footer-cta-panel p,
footer.footer .footer-cta-panel span,
footer.footer .footer-text-logo,
footer.footer .footer-desc,
footer.footer .footer-title,
footer.footer .footer-contact-item,
footer.footer .footer-bottom p,
footer.footer .footer-legal a {
    text-shadow: none;
}

footer.footer .footer-cta-panel h2 {
    color: #FFFFFF !important;
}

footer.footer .footer-cta-panel p {
    color: rgba(226, 232, 240, .9) !important;
}

footer.footer .footer-primary-link,
footer.footer .footer-secondary-link,
footer.footer .footer-mobile-nav a {
    text-decoration: none !important;
}

footer.footer .footer-primary-link {
    color: #FFFFFF !important;
    background: #2563EB !important;
    border: 1px solid #2563EB !important;
}

footer.footer .footer-secondary-link {
    color: #E2E8F0 !important;
}

footer.footer .footer-proof-row span {
    color: #DBEAFE !important;
}

@media (max-width: 768px) {
    footer.footer {
        overflow: hidden;
    }

    footer.footer .footer-cta-panel {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    footer.footer .footer-eyebrow {
        display: flex;
        justify-content: center;
        color: #93C5FD !important;
    }

    footer.footer .footer-cta-panel h2 {
        max-width: 320px;
        margin: 0 auto;
        color: #FFFFFF !important;
        font-size: 1.48rem;
    }

    footer.footer .footer-cta-panel p {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
        color: rgba(226, 232, 240, .88) !important;
    }

    footer.footer .footer-cta-actions {
        grid-template-columns: 1fr;
        max-width: 280px;
        margin: 0 auto;
    }

    footer.footer .footer-primary-link,
    footer.footer .footer-secondary-link {
        min-height: 46px;
        border-radius: 12px;
        font-size: .88rem;
    }

    footer.footer .footer-secondary-link {
        background: rgba(255, 255, 255, .08) !important;
        border: 1px solid rgba(255, 255, 255, .16) !important;
    }

    footer.footer .footer-text-logo {
        color: #FFFFFF !important;
        font-size: 1.85rem !important;
        text-align: center;
    }

    footer.footer .footer-desc {
        color: rgba(226, 232, 240, .86) !important;
        text-align: center;
    }

    footer.footer .footer-proof-row {
        display: grid;
        grid-template-columns: 1fr;
        width: min(100%, 280px);
        gap: 7px;
        margin-left: auto;
        margin-right: auto;
    }

    footer.footer .footer-proof-row span {
        justify-content: center;
        border-radius: 10px;
        background: rgba(37, 99, 235, .16);
    }

    footer.footer .footer-mobile-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-top: 2px;
    }

    footer.footer .footer-mobile-nav a {
        color: rgba(255, 255, 255, .94) !important;
        border-color: rgba(255, 255, 255, .12) !important;
    }

    footer.footer .footer-mobile-nav a:nth-child(5) {
        color: #FFFFFF !important;
    }

    footer.footer .footer-title {
        color: #FFFFFF !important;
        text-align: center;
    }

    footer.footer .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    footer.footer .footer-contact-list {
        width: min(100%, 340px);
    }

    footer.footer .footer-contact-item {
        color: rgba(255, 255, 255, .9) !important;
    }

    footer.footer .footer-contact-item svg {
        color: #93C5FD !important;
    }
}


/* Extracted from pages/anunciante.php */
.vitrine-page {
    --primary: #2563EB;
    --primary-dark: #1D4ED8;
    --accent-orange: #e67e22;
    --success-green: #10b981;
    --text-dark: #1e293b;
    --text-gray: #475569;
    --border-color: #e2e8f0;
}

.vitrine-page { background: #fff; min-height: 100vh; font-family: 'Inter', sans-serif; color: var(--text-dark); line-height: 1.5; }

/* HERO COMPACTO */
.vitrine-hero {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    padding: 60px 20px 140px; text-align: center; color: #fff; position: relative;
}
.vh-title { font-size: 2.2rem; font-weight: 900; letter-spacing: -1.5px; margin: 0; text-shadow: 0 4px 10px rgba(0,0,0,0.15); color: #ffffff; }

/* PROFILE CARD ENCAIXADO */
.profile-wrap { max-width: 1380px; margin: -90px auto 30px; padding: 0 20px; position: relative; z-index: 10; }
.p-card-premium {
    background: #fff; border-radius: 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    padding: 30px; border: 1px solid var(--border-color); display: flex; flex-wrap: wrap; gap: 30px; align-items: center;
}

.p-logo-box { 
    width: 180px; height: 180px; background: linear-gradient(180deg,#f8fbff 0%,#eef4ff 100%); border-radius: 18px; border: 1px solid var(--border-color);
    flex-shrink: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 8px;
}
.p-logo-box img { max-width: 100%; max-height: 100%; object-fit: contain; }
.p-logo-fallback { width:100%; height:100%; display:flex; align-items:center; justify-content:center; background:#eff6ff; color:var(--primary); font-size:3rem; font-weight:900; border-radius:16px; }

.p-content-box { flex: 1; min-width: 300px; }
.creci-pill { display: inline-block; background: #e7f0ff; color: var(--primary); padding: 4px 10px; border-radius: 6px; font-size: 11px; font-weight: 850; margin-bottom: 8px; text-transform: uppercase; }
.p-name { font-size: 2rem; font-weight: 900; line-height: 1.05; margin: 0 0 10px; color: #0f172a; }
.p-public-note { margin: 0 0 14px; color: #64748b; font-size: .97rem; line-height: 1.6; }
.p-meta-row { display:flex; flex-wrap:wrap; gap:10px; margin: 0 0 14px; }
.p-meta-chip { display:inline-flex; align-items:center; gap:8px; padding:10px 14px; border-radius:999px; background:#f8fafc; color:#334155; border:1px solid #e2e8f0; font-size:.9rem; font-weight:700; }
.p-masked-info { display: flex; align-items: center; gap: 6px; color: var(--primary); font-size: 14px; font-weight: 700; margin-bottom: 15px; cursor: pointer; }

.p-btns-wrap { display: flex; gap: 8px; flex-wrap: wrap; }
.btn-compact { height: 40px; padding: 0 20px; border-radius: 30px; border: 1px solid var(--border-color); background: #fff; color: var(--text-dark); font-weight: 700; font-size: 13px; cursor: pointer; display: flex; align-items: center; gap: 6px; transition: 0.2s; }
.btn-compact:hover { border-color: var(--primary); color: var(--primary); }

/* LAYOUT PRINCIPAL */
.vitrine-main { max-width: 1380px; margin: 0 auto 60px; padding: 0 20px; display: flex; gap: 30px; align-items: flex-start; }

/* SIDEBAR FILTRO AJUSTADA */
.filter-aside { width: 320px; background: #fff; border-radius: 16px; border: 1px solid var(--border-color); flex-shrink: 0; position: sticky; top: 20px; box-shadow: 0 4px 20px rgba(0,0,0,0.02); }
.filter-head { padding: 20px 25px; border-bottom: 1px solid #f1f5f9; display: flex; align-items: center; gap: 10px; }
.filter-head h3 { font-size: 1.15rem; font-weight: 850; margin: 0; }

.filter-body { padding: 20px 25px; }
.filter-label { display: block; font-size: 10px; font-weight: 900; color: #94a3b8; text-transform: uppercase; margin-bottom: 8px; letter-spacing: 0.5px; }

.toggle-group { display: flex; background: #fff; border: 1px solid var(--border-color); border-radius: 10px; margin-bottom: 20px; overflow: hidden; }
.toggle-item { flex: 1; padding: 10px; border: none; background: transparent; font-weight: 800; color: #64748b; font-size: 13px; cursor: pointer; }
.toggle-item.active { background: #f8fafc; color: var(--primary); }

.filter-select { width: 100%; padding: 12px; border-radius: 10px; border: 1px solid var(--border-color); background: #fff; color: #1e293b; font-weight: 600; font-size: 13px; margin-bottom: 20px; outline: none; }

.btn-search-p { width: 100%; background: var(--accent-orange); color: #fff; border: none; padding: 15px; border-radius: 12px; font-weight: 900; font-size: 15px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; transition: 0.2s; }
.btn-search-p:hover { filter: brightness(1.1); transform: translateY(-1px); }

/* GRID DE IMÓVEIS (2 COLUNAS OTIMIZADAS) */
.items-section { flex: 1; }
.items-title { font-size: 1.4rem; font-weight: 900; margin-bottom: 25px; color: var(--text-dark); }
.items-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }

@media (max-width: 1024px) { 
    .vitrine-main { flex-direction: column; gap: 20px; } 
    .filter-aside { width: 100%; position: static; } 
    .items-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) { 
    .items-grid { grid-template-columns: 1fr; }
    .profile-wrap { margin-top: -100px; }
    .p-card-premium { padding: 20px; flex-direction: column; text-align: center; }
    .p-logo-box { margin: 0 auto; width: 140px; height: 140px; }
    .p-content-box { min-width: 0; width: 100%; }
    .p-name { font-size: 1.65rem; }
    .p-public-note { font-size: .92rem; }
    .p-meta-row { justify-content: center; }
    .p-masked-info { justify-content: center; }
    .p-btns-wrap { justify-content: center; }
    .btn-compact { width: 100%; justify-content: center; min-height: 46px; }
    .filter-body { padding: 18px; }
    .filter-head { padding: 18px; }
}

/* CARDS COMPACTOS */
.v-card { background: #fff; border-radius: 16px; border: 1px solid var(--border-color); overflow: hidden; transition: 0.3s; display: flex; flex-direction: column; height: 100%; }
.v-card:hover { border-color: var(--primary); box-shadow: 0 10px 30px rgba(0,0,0,0.05); }

.v-card-media { height: 200px; position: relative; overflow: hidden; }
.v-card-media img { width: 100%; height: 100%; object-fit: cover; }
.v-badge { position: absolute; top: 12px; left: 12px; background: #fff; padding: 4px 10px; border-radius: 6px; font-size: 10px; font-weight: 900; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }

.v-card-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.v-card-title { font-size: 1.05rem; font-weight: 900; color: var(--text-dark); margin-bottom: 4px; }
.v-card-sub { font-size: 12px; color: var(--text-gray); font-weight: 600; margin-bottom: 12px; }

.v-card-specs { display: flex; gap: 12px; margin-bottom: 20px; border-top: 1px solid #f1f5f9; padding-top: 15px; }
.v-spec-item { font-size: 12px; color: var(--text-gray); font-weight: 700; display: flex; align-items: center; gap: 4px; }

.v-card-foot { display: flex; justify-content: space-between; align-items: flex-end; margin-top: auto; }
.v-card-price { font-size: 1.4rem; font-weight: 950; color: var(--success-green); }
.v-btn-msg { width: 40px; height: 40px; background: #6366f1; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 15px rgba(99,102,241,0.2); }




/* Extracted from pages/imovel.php */
.property-detail-wrapper {
  --zap-bg:#ffffff;
  --zap-surface:#ffffff;
  --zap-muted:#f8fafc;
  --zap-border:#e2e8f0;
  --zap-text:#0f172a;
  --zap-text-2:#334155;
  --zap-text-3:#64748b;
  --zap-primary:#2563eb;
  --zap-accent:#6d28d9;
  --zap-danger:#ef4444;
}
.property-detail-wrapper { background: var(--zap-bg); padding-bottom: 80px; font-family: 'Inter', sans-serif; overflow-x: hidden; color: var(--zap-text); }
.prop-gallery-zap { background: #F8FAFC; padding: 20px 0; border-bottom: 1px solid var(--border); }
.container-gallery { max-width: var(--container-max) !important; margin: 0 auto; }
.gallery-mosaic { display: grid; grid-template-columns: 1fr 340px; gap: 8px; height: 500px; border-radius: 20px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.gallery-mosaic.no-side { grid-template-columns: 1fr; }
.gallery-main-large { position: relative; cursor: pointer; overflow: hidden; }
.gallery-main-large img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.gallery-main-large:hover img { transform: scale(1.03); }
.gallery-main-large.is-swiping img { transition: none; }
.gallery-count-pill { position: absolute; bottom: 20px; right: 20px; background: rgba(0,0,0,0.75); color: #FFF; padding: 8px 18px; border-radius: 30px; display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 0.85rem; }

.gallery-side-grid { display: grid; grid-template-rows: 1fr 1fr; grid-template-columns: 1fr 1fr; gap: 8px; }
.side-thumb-zap { cursor: pointer; overflow: hidden; position: relative; }
.side-thumb-zap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.side-thumb-zap:hover img { transform: scale(1.08); }
.more-photos .more-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.4); display: flex; align-items: center; justify-content: center; color: #FFF; font-weight: 800; font-size: 1.2rem; }
.mobile-gallery-strip { display: none; gap: 10px; overflow-x: auto; padding: 14px 4px 4px; scrollbar-width: thin; }
.mobile-thumb-btn { min-width: 88px; width: 88px; border: 2px solid transparent; border-radius: 14px; background: #fff; padding: 4px; cursor: pointer; position: relative; overflow: hidden; flex: 0 0 auto; }
.mobile-thumb-btn img { width: 100%; height: 72px; object-fit: cover; border-radius: 10px; display: block; }
.mobile-thumb-btn span { position: absolute; right: 8px; bottom: 8px; background: rgba(15, 23, 42, 0.8); color: #fff; border-radius: 999px; padding: 2px 7px; font-size: 11px; font-weight: 800; }
.mobile-thumb-btn.active { border-color: #2563EB; box-shadow: 0 0 0 3px rgba(37,99,235,0.12); }

.imovel-main-grid { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 36px; padding: 40px 1.5rem; max-width: 1360px; margin: 0 auto; align-items: start; }
.breadcrumb-mini { font-size: .9rem; color: var(--zap-text-3); margin-bottom: 12px; font-weight: 600; }
.prop-title-zap { font-size: clamp(1.55rem, 2.6vw, 2.15rem) !important; font-weight: 950 !important; color: var(--zap-text) !important; margin-bottom: 10px !important; letter-spacing: -0.03em !important; line-height: 1.15 !important; text-wrap: balance; }
.prop-sub-infos { display: flex; gap: 18px; color: var(--zap-text-2); font-weight: 700; margin-bottom: 18px; font-size: .95rem; flex-wrap: wrap; }
.loc-zap { display: flex; align-items: center; gap: 6px; }

.prop-content-left { min-width: 0; }
.prop-summary-grid { display:grid; grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr); gap: 26px; align-items: stretch; margin-bottom: 22px; }
.prop-summary-card { background:var(--zap-surface); border:1px solid var(--zap-border); border-radius:18px; padding:16px; box-shadow:0 16px 34px rgba(15,23,42,.06); }
.prop-chip-row { margin-top:12px; background:var(--zap-muted); border:1px solid var(--zap-border); border-radius:16px; padding:10px 12px; display:flex; flex-wrap:wrap; gap:8px; align-items:center; }
.prop-chip { background:var(--zap-surface); border:1px solid var(--zap-border); border-radius:999px; padding:6px 10px; font-weight:800; font-size:.82rem; color:var(--zap-text-2); white-space:nowrap; }
.prop-chip-more { margin-left:auto; font-weight:900; color:var(--zap-accent); text-decoration:underline; white-space:nowrap; }
.prop-loc-card { background:var(--zap-surface); border:1px solid var(--zap-border); border-radius:18px; padding:16px; box-shadow:0 16px 34px rgba(15,23,42,.06); display:flex; flex-direction:column; justify-content:space-between; min-height:100%; }
.prop-loc-card h3 { margin:0 0 10px; font-size:1.02rem; font-weight:950; color:var(--zap-text); }
.prop-loc-cta { margin-top:12px; display:flex; align-items:center; justify-content:center; height:46px; border-radius:999px; text-decoration:none; font-weight:950; background:#f5f3ff; color:var(--zap-accent); border:1px solid #ede9fe; letter-spacing:-.01em; }
.prop-loc-cta:hover { filter: brightness(0.98); }

.prop-highlights-zap { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; padding: 0; border: none; margin-bottom: 0; }
.zap-high-item { background:var(--zap-muted); border:1px solid var(--zap-border); border-radius:16px; padding:12px; }
.zap-high-item .zh-val { font-size: clamp(1.05rem, 1.6vw, 1.35rem); font-weight: 950; color: var(--zap-text); letter-spacing:-.02em; white-space:nowrap; }
.zap-high-item .zh-label { font-size: .76rem; color: var(--zap-text-3); font-weight: 800; text-transform: uppercase; letter-spacing: .06em; white-space:nowrap; }

.section-title-zap { font-size: clamp(1.15rem, 1.8vw, 1.4rem) !important; font-weight: 950 !important; color: var(--zap-text) !important; margin-bottom: 18px !important; border-left: 5px solid var(--zap-primary); padding-left: 15px; }
.prop-description-text { font-size: 1.05rem; line-height: 1.7; color: var(--zap-text-2); overflow-wrap:anywhere; word-break:break-word; }
.zap-tech-grid { display: grid; gap: 20px; }
.tech-row-zap { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid #F1F5F9; }
.tech-row-zap span { color: #64748B; font-weight: 500; }
.tech-row-zap strong { color: #0F172A; font-weight: 700; }
.prop-details-desktop-grid { display:grid; gap:20px; }
.prop-section-card { background:#fff; border:1px solid #e2e8f0; border-radius:18px; padding:22px; box-shadow:0 10px 28px rgba(15,23,42,.05); }
.prop-section-card + .prop-section-card { margin-top:0; }
.prop-mobile-contact-card { display:none; }
.prop-mobile-contact-copy { margin:0 0 16px; color:#64748b; line-height:1.6; }
.prop-mobile-contact-actions { display:grid; gap:10px; }
.prop-mobile-contact-btn { min-height:50px; border-radius:14px; border:1px solid #dbe4f0; background:#fff; color:#0f172a; font-weight:800; cursor:pointer; }
.prop-mobile-contact-btn-phone { background:#f8fafc; }
.prop-mobile-contact-btn-wa { background:#22c55e; color:#fff; border-color:#22c55e; }
.prop-mobile-contact-btn-msg { background:#eff6ff; color:#1d4ed8; border-color:#bfdbfe; }
.imovel-map-shell { position:relative; border-radius:18px; overflow:hidden; border:1px solid #e2e8f0; background:#f8fafc; min-height:148px; box-shadow: 0 8px 20px rgba(15,23,42,.04); }
.imovel-map-address-card { position:absolute; top:12px; left:12px; z-index:5; display:flex; align-items:center; gap:10px; border-radius:15px; padding:11px 14px; text-decoration:none; color:#0f172a; background:rgba(255,255,255,.97); box-shadow: 0 8px 18px rgba(15,23,42,.08); max-width:min(420px, calc(100% - 24px)); backdrop-filter: blur(3px); }
.imovel-map-address-card strong { font-size:.94rem; line-height:1.34; font-weight:800; letter-spacing:-.01em; }
.map-pin-dot { display:flex; align-items:center; justify-content:center; width:36px; height:36px; border-radius:999px; background:#fff1f2; color:#e11d48; flex:0 0 auto; }
.map-open-arrow { margin-left:auto; font-size:1.15rem; color:#64748b; line-height:1; }
.imovel-map-canvas { width:100%; height:148px; background:#f1f5f9; border:0; display:block; filter:saturate(.72) contrast(.98) brightness(1.03); }

/* Contact Sidebar Card */
.zap-contact-card { background: #FFF !important; border: 1px solid #E2E8F0 !important; border-radius: 16px !important; padding: 32px !important; box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.15) !important; position: sticky; top: 110px; }
.zap-price-large { font-size: 2.4rem; font-weight: 950; color: #2563EB; margin-bottom: 24px; letter-spacing: -0.04em; }
.zap-card-title { font-size: 1.15rem !important; font-weight: 800 !important; margin-bottom: 20px !important; color: #1E293B; }

.zap-form-group { margin-bottom: 20px; }
.zap-form-group label { display: block; font-size: 0.85rem; font-weight: 700; color: #1E293B; margin-bottom: 8px; }
.zap-form-group input, .zap-form-group textarea { width: 100% !important; border: 1.5px solid #E2E8F0 !important; border-radius: 12px !important; padding: 14px 18px !important; font-size: 1rem !important; transition: all 0.2s; background: #F8FAFC !important; }
.zap-form-group input:focus, .zap-form-group textarea:focus { border-color: #2563EB !important; background: #FFF !important; outline: none; box-shadow: 0 0 0 4px rgba(13, 91, 255, 0.1); }
.zap-form-group textarea { min-height: 90px; resize: none; }

.zap-btn-submit { background: #2563EB !important; color: #FFF !important; height: 60px !important; width: 100% !important; border-radius: 30px !important; font-weight: 800 !important; border: none; font-size: 1rem !important; cursor: pointer; transition: 0.3s; box-shadow: 0 10px 25px rgba(13, 91, 255, 0.4) !important; margin-bottom: 5px; }
.zap-btn-submit:hover { background: #0049E6 !important; transform: translateY(-2px); }

.zap-divider-text { display: flex; align-items: center; gap: 15px; font-size: 0.75rem; font-weight: 800; color: #94A3B8; margin: 25px 0; }
.zap-divider-text::before, .zap-divider-text::after { content: ''; flex: 1; height: 1px; background: #E2E8F0; }

.zap-action-rows { display: flex; flex-direction: column; gap: 12px; }
.zap-action-card { display: flex; align-items: center; gap: 15px; padding: 16px 20px; border: 1.5px solid #E2E8F0; border-radius: 16px; cursor: pointer; transition: 0.2s; }
.zap-action-card:hover { border-color: #2563EB; background: #F5F8FF; }
.zap-action-card .za-icon { width: 44px; height: 44px; background: #F1F5F9; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #2563EB; }
.zap-action-card .za-label { display: block; font-size: 0.75rem; font-weight: 600; color: #64748B; text-transform: uppercase; }
.zap-action-card .za-val { display: block; font-size: 1rem; font-weight: 800; color: #0F172A; }

.zap-btn-whatsapp-full { width: 100% !important; height: 56px !important; background: #22C55E !important; color: #FFF !important; border: none; border-radius: 28px !important; font-weight: 800 !important; font-size: 1rem !important; display: flex; align-items: center; justify-content: center; gap: 10px; cursor: pointer; transition: 0.2s; }
.zap-btn-whatsapp-full:hover { background: #16A34A !important; transform: translateY(-2px); box-shadow: 0 10px 20px rgba(34, 197, 94, 0.3); }

.btn-visit-profile-zap { display: flex; align-items: center; justify-content: center; width: 100%; padding: 12px; margin-top: 15px; border: 1px solid #CBD5E1; border-radius: 30px; color: #475569; font-weight: 700; text-decoration: none; font-size: 0.85rem; transition: 0.2s; }
.btn-visit-profile-zap:hover { background: #F1F5F9; border-color: #94A3B8; color: #1E293B; }

/* Lightbox overlay */
.lightbox-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.95); z-index: 100000; display: flex; align-items: center; justify-content: center; }
.lightbox-close { position: absolute; top: 30px; right: 40px; color: #FFF; font-size: 40px; cursor: pointer; }
.lightbox-content { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 80px 70px; overflow: auto; }
.lightbox-content img { max-width: 90vw; max-height: 85vh; border-radius: 12px; transition: transform 0.2s ease; transform-origin: center center; }
.lightbox-content img.zoomed { transform: scale(2); cursor: zoom-out; }
.lightbox-topbar { position: absolute; top: 20px; left: 20px; right: 90px; display: flex; justify-content: space-between; align-items: center; z-index: 2; }
.lightbox-counter { color: #fff; font-size: 14px; font-weight: 800; }
.lightbox-action-btn, .lightbox-nav { border: none; cursor: pointer; }
.lightbox-action-btn { background: rgba(255,255,255,0.12); color: #fff; border-radius: 999px; padding: 10px 16px; font-weight: 800; }
.lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,0.12); color: #fff; font-size: 34px; line-height: 1; z-index: 2; }
.lightbox-prev { left: 18px; }
.lightbox-next { right: 18px; }

/* Sticky Mobile Bar Visibility */
.zap-mobile-sticky-bar { display: none; background: #FFF; border-top: 1px solid #E2E8F0; padding: 12px 16px; grid-template-columns: 1fr 1fr; gap: 10px; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 9999; }
.m-sticky-btn { height: 52px; border-radius: 26px; border: none; font-weight: 800; cursor: pointer; font-size: 0.9rem; display: flex; align-items: center; justify-content: center; gap: 8px; }
.m-sticky-btn-phone { background: #F1F5F9; color: #0F172A; }
.m-sticky-btn-wa { background: #22C55E; color: #FFF; }
.m-sticky-btn-share { background: #EAF1FF; color: #1D4ED8; }

@media (max-width: 992px) {
    .imovel-main-grid { grid-template-columns: 1fr; gap: 40px; padding: 20px 1.5rem; }
    .prop-summary-grid { grid-template-columns: 1fr; }
    .prop-highlights-zap { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .gallery-mosaic { grid-template-columns: 1fr !important; height: 350px !important; }
    .gallery-side-grid, .prop-sidebar-right { display: none !important; }
    .mobile-gallery-strip { display: flex; }
    .zap-mobile-sticky-bar { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
    .prop-mobile-contact-card { display:block; }
    .prop-title-zap { font-size: 1.8rem !important; }
    .gallery-main-large { border-radius: 18px; }
    .gallery-count-pill { left: 12px; right: 12px; bottom: 12px; justify-content: center; font-size: 0.8rem; padding: 8px 12px; }
    .lightbox-close { top: 14px; right: 18px; font-size: 34px; }
    .lightbox-topbar { top: 16px; left: 14px; right: 60px; }
    .lightbox-content { padding: 70px 14px 28px; }
    .lightbox-nav { width: 42px; height: 42px; font-size: 28px; bottom: 18px; top: auto; transform: none; }
    .lightbox-prev { left: 14px; }
    .lightbox-next { right: 14px; }
    .imovel-map-address-card { left:10px; right:10px; top:10px; padding:12px; border-radius:14px; max-width:none; }
    .imovel-map-address-card strong { font-size:1rem; }
    .imovel-map-canvas { height:360px; }
    .prop-section-card { padding:18px; box-shadow:none; }
}
@media (max-width: 560px) {
    .imovel-map-canvas { height:330px; }
}
@media (prefers-color-scheme: dark) {
    .imovel-map-shell { border-color:#e2e8f0; background:#f8fafc; box-shadow: 0 8px 20px rgba(15,23,42,.04); }
    .imovel-map-address-card { background:rgba(255,255,255,.97); color:#0f172a; box-shadow: 0 8px 18px rgba(15,23,42,.08); }
    .imovel-map-address-card strong { color:#0f172a; }
    .map-open-arrow { color:#64748b; }
}
@media (prefers-contrast: more) {
    .imovel-map-shell { border-width:2px; border-color:#0f172a; box-shadow:none; }
    .imovel-map-address-card { border:2px solid #0f172a; box-shadow:none; }
    .imovel-map-address-card strong { letter-spacing:0; }
    .map-open-arrow { color:#0f172a; font-weight:900; }
}

/* ANUNCIANTE CARD PREMIUM */
.anunciante-card-premium { margin-top: 20px; border: 1px solid #e2e8f0; background: #fff; border-radius: 18px; padding: 24px !important; transition: 0.3s; }
.anunciante-card-premium:hover { box-shadow: 0 20px 40px rgba(15,23,42,0.08); transform: translateY(-3px); border-color: #cbd5e1; }
.anunciante-flex { display: flex; align-items: center; gap: 24px; }
.anunciante-logo-box { width: 90px; height: 90px; border-radius: 20px; overflow: hidden; background: #f8fafc; border: 1px solid #e2e8f0; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 8px 16px rgba(0,0,0,0.04); }
.anunciante-logo-box img { width: 100%; height: 100%; object-fit: cover; }
.anunciante-no-logo { font-size: 2.5rem; font-weight: 950; color: #cbd5e1; }
.anunciante-info { flex-grow: 1; }
.anunciante-badge { display: inline-block; padding: 2px 10px; background: #eff6ff; color: #2563eb; font-size: 10px; font-weight: 900; text-transform: uppercase; border-radius: 99px; margin-bottom: 8px; letter-spacing: 0.8px; }
.anunciante-nome { font-size: 1.35rem; font-weight: 950; color: #0f172a; margin-bottom: 4px; letter-spacing: -0.02em; }
.anunciante-creci { font-size: 0.82rem; font-weight: 800; color: #64748b; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; }
.anunciante-stats { font-size: 0.9rem; font-weight: 800; color: #2563eb; display: flex; align-items: center; gap: 7px; }
.btn-perfil-anunciante { display: inline-flex; align-items: center; justify-content: center; background: #f8fafc; color: #0f172a; padding: 14px 24px; border-radius: 99px; font-weight: 900; font-size: 0.88rem; text-decoration: none; transition: 0.2s; white-space: nowrap; border: 1.5px solid #e2e8f0; }
.btn-perfil-anunciante:hover { background: #0f172a; color: #fff; border-color: #0f172a; }

@media (max-width: 650px) {
    .anunciante-flex { flex-direction: column; text-align: center; gap: 18px; }
    .anunciante-info { width: 100%; }
    .anunciante-stats { justify-content: center; }
    .anunciante-action { width: 100%; }
    .btn-perfil-anunciante { display: flex; width: 100%; height: 56px; }
}

/* Property recommendations */
.imoveis-recomendados-section {
    padding: 60px 20px;
    background: #f8fafc;
}

.imoveis-recomendados-container {
    width: min(1200px, 100%) !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.public-section-heading {
    margin-bottom: 32px;
}

.public-section-heading h2 {
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    font-weight: 900;
    color: #1e293b;
    margin: 0 0 10px;
    letter-spacing: 0;
}

.public-section-heading p {
    font-size: .98rem;
    color: #64748b;
    margin: 0;
}

.recommended-properties-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.recommended-property-card {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #fff;
    border-radius: var(--bc-radius);
    overflow: hidden;
    box-shadow: var(--bc-shadow-soft);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    border: 1px solid var(--bc-line);
}

.recommended-property-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--bc-shadow);
    border-color: #cbd5e1;
}

.recommended-property-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    background: #f1f5f9;
    overflow: hidden;
}

.recommended-property-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.recommended-property-card:hover .recommended-property-image img {
    transform: scale(1.04);
}

.recommended-property-body {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.recommended-property-price {
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--bc-primary);
    margin-bottom: 8px;
}

.recommended-property-title {
    font-size: .98rem;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 12px;
    line-height: 1.4;
    flex: 1;
    letter-spacing: 0;
}

.recommended-property-location {
    font-size: .86rem;
    color: #64748b;
    margin-bottom: 12px;
}

.recommended-property-features {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    font-size: .85rem;
    color: #475569;
    margin-bottom: 12px;
    border-top: 1px solid #e2e8f0;
    padding-top: 12px;
}

.recommended-property-announcer {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid #e2e8f0;
    font-size: .85rem;
    color: #64748b;
    font-weight: 600;
    min-width: 0;
}

.recommended-property-announcer span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recommended-announcer-logo {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    object-fit: cover;
    background: #f1f5f9;
    flex: 0 0 auto;
}

@media (max-width: 980px) {
    .recommended-properties-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .imoveis-recomendados-section {
        padding: 40px 16px;
    }

    .recommended-properties-grid {
        grid-template-columns: 1fr;
    }
}

/* Featured agencies */
.imobiliarias-destaque-section {
    padding: 46px 20px;
    background: #fff;
    border-top: 1px solid var(--bc-line);
    border-bottom: 1px solid var(--bc-line);
}

.imobiliarias-destaque-container {
    width: min(1200px, 100%) !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.imobiliarias-section-header {
    text-align: center;
    margin-bottom: 28px;
}

.imobiliarias-section-header h2 {
    font-size: clamp(1.55rem, 2.5vw, 2rem);
    font-weight: 900;
    color: #1e293b;
    margin: 0 0 12px;
    letter-spacing: 0;
}

.imobiliarias-section-header p {
    font-size: 1rem;
    color: #64748b;
    margin: 0 auto;
    max-width: 600px;
}

.imobiliarias-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.imobiliaria-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #fff;
    border-radius: var(--bc-radius);
    padding: 24px;
    box-shadow: var(--bc-shadow-soft);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    text-decoration: none;
    color: inherit;
    border: 1px solid var(--bc-line);
    cursor: pointer;
    position: relative;
}

.imobiliaria-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--bc-shadow);
    border-color: #cbd5e1;
}

.imobiliaria-logo-corner {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    background: #f0f9ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.imobiliaria-logo-corner img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.anunciante-level {
    display: inline-block;
    font-size: .8rem;
    font-weight: 800;
    color: #64748b;
    margin-bottom: 8px;
    letter-spacing: 0;
}

.imobiliaria-card h3 {
    font-size: 1.35rem;
    font-weight: 850;
    color: #1e293b;
    margin: 0 0 15px;
    line-height: 1.3;
    padding-right: 90px;
    letter-spacing: 0;
}

.imobiliaria-creci {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .95rem;
    color: #059669;
    margin-bottom: 15px;
    font-weight: 700;
}

.imobiliaria-creci span:first-child {
    color: #059669;
    font-size: 1.2rem;
}

.imobiliaria-data {
    font-size: .95rem;
    color: #64748b;
    margin-bottom: 20px;
    line-height: 1.5;
}

.imobiliaria-stats {
    font-weight: 800;
    font-size: 1rem;
    color: #1e293b;
}

.imobiliaria-stats span {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

@media (max-width: 980px) {
    .imobiliarias-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .imobiliarias-destaque-section {
        padding: 40px 16px;
    }

    .imobiliarias-grid {
        grid-template-columns: 1fr;
    }
}

/* Final public-system normalization after extracted page styles */
.vitrine-page {
    background: var(--bc-soft) !important;
}

.vitrine-hero,
.property-detail-wrapper .vitrine-hero {
    background: linear-gradient(135deg, #102456 0%, var(--bc-primary) 100%) !important;
}

.property-detail-wrapper {
    background: var(--bc-soft) !important;
}

.p-card-premium,
.filter-aside,
.v-card,
.property-detail-wrapper .prop-section-card,
.property-detail-wrapper .prop-loc-card,
.property-detail-wrapper .zap-contact-card,
.property-detail-wrapper .anunciante-card-premium {
    border-color: var(--bc-line) !important;
    border-radius: var(--bc-radius) !important;
    box-shadow: var(--bc-shadow-soft) !important;
}

.p-name,
.items-title,
.v-card-title,
.filter-head h3,
.property-detail-wrapper .prop-title-zap,
.property-detail-wrapper .zap-card-title,
.property-detail-wrapper .anunciante-nome {
    color: var(--bc-ink) !important;
}

.p-public-note,
.p-meta-chip,
.v-card-sub,
.v-spec-item,
.property-detail-wrapper .breadcrumb-mini,
.property-detail-wrapper .prop-sub-infos,
.property-detail-wrapper .prop-description-text,
.property-detail-wrapper .tech-row-zap span {
    color: var(--bc-muted) !important;
}

.creci-pill,
.p-masked-info,
.toggle-item.active,
.property-detail-wrapper .zap-price-large,
.property-detail-wrapper .section-title-zap,
.property-detail-wrapper .anunciante-stats {
    color: var(--bc-primary) !important;
}

.btn-search-p,
.property-detail-wrapper .zap-btn-submit {
    background: var(--bc-primary) !important;
}

.btn-search-p:hover,
.property-detail-wrapper .zap-btn-submit:hover {
    background: var(--bc-primary-dark) !important;
}

/* Premium detail page pass */
.property-detail-wrapper {
    background:
        radial-gradient(circle at 18% 6%, rgba(31, 94, 255, .08), transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, #f3f6fb 48%, #ffffff 100%) !important;
}

.property-detail-wrapper .prop-gallery-zap {
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%) !important;
    padding: 26px 0 28px !important;
}

.property-detail-wrapper .container-gallery {
    width: min(1180px, calc(100% - 32px)) !important;
}

.property-detail-wrapper .gallery-mosaic {
    height: clamp(360px, 42vw, 540px) !important;
    border-radius: 18px !important;
    border: 1px solid rgba(226, 232, 240, .95) !important;
    box-shadow: 0 22px 55px rgba(15, 23, 42, .12) !important;
    background: #0f172a !important;
}

.property-detail-wrapper .gallery-main-large::after,
.property-detail-wrapper .side-thumb-zap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 52%, rgba(15, 23, 42, .16) 100%);
    pointer-events: none;
}

.property-detail-wrapper .gallery-count-pill {
    z-index: 2;
    background: rgba(15, 23, 42, .82) !important;
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 16px 32px rgba(15, 23, 42, .26);
    backdrop-filter: blur(8px);
}

.property-detail-wrapper .imovel-main-grid {
    grid-template-columns: minmax(0, 1fr) 360px !important;
    gap: 30px !important;
    max-width: 1180px !important;
    padding-top: 32px !important;
}

.property-detail-wrapper .prop-header-premium {
    background: #ffffff;
    border: 1px solid var(--bc-line);
    border-radius: 18px;
    padding: 24px 86px 24px 24px;
    margin-bottom: 18px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .07);
    position: relative;
}

.prop-status-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.prop-status-pill,
.prop-code-pill {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    border-radius: 999px;
    padding: 0 12px;
    font-size: .76rem;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.prop-status-pill {
    background: #eaf1ff;
    color: var(--bc-primary);
    border: 1px solid #cfe0ff;
}

.prop-status-soft,
.prop-code-pill {
    background: #f8fafc;
    color: #475569;
    border: 1px solid #e2e8f0;
}

.property-detail-wrapper .prop-title-share-row {
    align-items: flex-start;
    display: block;
}

.property-detail-wrapper .prop-title-zap {
    font-size: clamp(1.7rem, 2.8vw, 2.6rem) !important;
    line-height: 1.08 !important;
    max-width: 820px;
}

.property-detail-wrapper .property-detail-share-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    border-radius: 50%;
    color: var(--bc-primary);
    background: #f8fbff;
    border: 1px solid #d8e5ff;
    box-shadow: 0 12px 26px rgba(31, 94, 255, .12);
}

.property-detail-wrapper .property-detail-share-btn:hover {
    color: #fff;
    background: var(--bc-primary);
    border-color: var(--bc-primary);
    box-shadow: 0 16px 34px rgba(31, 94, 255, .26);
}

.property-detail-wrapper .property-detail-share-btn span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.prop-head-price-panel {
    margin-top: 20px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 18px;
    align-items: center;
    padding: 16px;
    border-radius: 16px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
    border: 1px solid #dbe8ff;
}

.prop-head-price-panel span {
    color: #64748b;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.prop-head-price-panel strong {
    grid-column: 1;
    color: var(--bc-primary);
    font-size: clamp(1.45rem, 2.6vw, 2rem);
    font-weight: 950;
    letter-spacing: -0.03em;
}

.prop-head-price-panel button {
    grid-row: 1 / span 2;
    grid-column: 2;
    min-height: 48px;
    border: 0;
    border-radius: 12px;
    padding: 0 18px;
    background: var(--bc-primary);
    color: #fff;
    font-weight: 950;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(31, 94, 255, .24);
}

.property-detail-wrapper .prop-summary-grid {
    grid-template-columns: minmax(0, .9fr) minmax(310px, 1fr) !important;
}

.property-detail-wrapper .prop-summary-grid.only-location {
    grid-template-columns: 1fr !important;
}

.property-detail-wrapper .prop-summary-grid.only-location .prop-loc-card {
    min-height: 260px;
}

.property-detail-wrapper .prop-summary-grid.only-location .imovel-map-canvas {
    height: 210px;
}

.property-detail-wrapper .prop-highlights-zap {
    grid-template-columns: repeat(auto-fit, minmax(118px, 1fr)) !important;
}

.property-detail-wrapper .prop-section-card,
.property-detail-wrapper .prop-loc-card,
.property-detail-wrapper .zap-contact-card,
.property-detail-wrapper .anunciante-card-premium {
    border-radius: 18px !important;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .07) !important;
}

.property-detail-wrapper .prop-section-card {
    padding: 26px !important;
}

.property-detail-wrapper .section-title-zap {
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 16px !important;
}

.property-detail-wrapper .section-title-zap::before {
    content: "";
    width: 9px;
    height: 24px;
    border-radius: 999px;
    background: var(--bc-primary);
    flex: 0 0 auto;
}

.property-detail-wrapper .prop-description-text {
    font-size: 1rem !important;
    line-height: 1.82 !important;
}

.property-detail-wrapper .zap-high-item {
    background: #fff !important;
    border-color: #dde7f5 !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .045);
}

.property-detail-wrapper .prop-chip-row {
    background: #f8fbff !important;
}

.zap-contact-kicker {
    color: var(--bc-primary);
    font-size: .76rem;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.zap-card-copy,
.zap-privacy-note {
    color: #64748b;
    line-height: 1.5;
}

.zap-card-copy {
    margin: -8px 0 18px;
    font-size: .92rem;
}

.zap-privacy-note {
    margin: 10px 0 0;
    font-size: .78rem;
    text-align: center;
}

.property-detail-wrapper .zap-contact-card {
    top: 96px !important;
    padding: 24px !important;
}

.property-detail-wrapper .zap-price-large {
    margin-bottom: 10px !important;
}

.property-detail-wrapper .zap-submit-full {
    min-height: 52px;
    box-shadow: 0 14px 28px rgba(31, 94, 255, .24) !important;
}

.property-detail-wrapper .zap-whatsapp-sidebar-btn {
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(37, 211, 102, .2);
}

.property-detail-wrapper .anunciante-card-premium {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%) !important;
}

@media (max-width: 992px) {
    .property-detail-wrapper .prop-gallery-zap {
        padding-top: 14px !important;
    }

    .property-detail-wrapper .container-gallery {
        width: min(100% - 20px, 720px) !important;
    }

    .property-detail-wrapper .imovel-main-grid {
        grid-template-columns: 1fr !important;
        max-width: 760px !important;
        padding: 22px 14px 96px !important;
    }

    .property-detail-wrapper .prop-header-premium {
        padding: 18px 76px 18px 18px;
    }

    .property-detail-wrapper .prop-summary-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 640px) {
    .property-detail-wrapper .gallery-mosaic {
        height: min(72vw, 330px) !important;
        border-radius: 16px !important;
    }

    .property-detail-wrapper .prop-header-premium {
        padding: 18px !important;
        border-radius: 20px;
    }

    .property-detail-wrapper .prop-status-row {
        padding-right: 56px;
    }

    .property-detail-wrapper .prop-title-share-row {
        display: block;
    }

    .property-detail-wrapper .prop-title-zap {
        font-size: clamp(1.95rem, 8vw, 2.45rem) !important;
        line-height: 1.03 !important;
        max-width: none;
        margin-top: 14px;
    }

    .property-detail-wrapper .property-detail-share-btn {
        width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
        padding: 0 !important;
        margin-top: 0 !important;
        border-radius: 50% !important;
        background: #f8fbff;
        border-color: #dbe7ff;
        box-shadow: 0 10px 24px rgba(31, 94, 255, .12);
        top: 18px;
        right: 18px;
    }

    .property-detail-wrapper .property-detail-share-btn span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .prop-head-price-panel {
        grid-template-columns: 1fr;
    }

    .prop-head-price-panel button {
        grid-column: 1;
        grid-row: auto;
        width: 100%;
        margin-top: 8px;
    }

    .property-detail-wrapper .prop-section-card {
        padding: 20px !important;
    }

    .property-detail-wrapper .zap-high-item {
        padding: 14px 12px;
    }

    .property-detail-wrapper .zap-mobile-sticky-bar {
        grid-template-columns: minmax(0, 1fr) 54px !important;
        padding: 9px !important;
        border-radius: 22px !important;
        gap: 8px !important;
    }

    .property-detail-wrapper .m-sticky-price {
        display: none !important;
    }

    .property-detail-wrapper .m-sticky-btn-wa {
        height: 56px !important;
        border-radius: 17px !important;
        font-size: .94rem !important;
    }

    .property-detail-wrapper .m-sticky-btn-share {
        width: 54px !important;
        height: 56px !important;
        border-radius: 17px !important;
        background: #f3f7ff !important;
    }
}

@media (max-width: 992px) {
    .property-detail-wrapper .zap-mobile-sticky-bar {
        left: 12px !important;
        right: 12px !important;
        bottom: calc(12px + env(safe-area-inset-bottom, 0px)) !important;
        width: auto !important;
        padding: 10px !important;
        border: 1px solid rgba(226, 232, 240, .94) !important;
        border-radius: 24px !important;
        background: rgba(255, 255, 255, .94) !important;
        box-shadow: 0 18px 45px rgba(15, 23, 42, .18) !important;
        backdrop-filter: blur(14px);
        grid-template-columns: minmax(0, .9fr) minmax(0, 1.35fr) 54px !important;
        gap: 8px !important;
        align-items: center;
    }

    .property-detail-wrapper .m-sticky-price {
        min-width: 0;
        padding: 0 6px 0 4px;
    }

    .property-detail-wrapper .m-sticky-price span {
        display: block;
        color: #64748b;
        font-size: .66rem;
        font-weight: 950;
        letter-spacing: .06em;
        line-height: 1;
        text-transform: uppercase;
    }

    .property-detail-wrapper .m-sticky-price strong {
        display: block;
        margin-top: 4px;
        color: #0f172a;
        font-size: clamp(.92rem, 3.6vw, 1.05rem);
        font-weight: 950;
        letter-spacing: -0.03em;
        line-height: 1.05;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .property-detail-wrapper .m-sticky-btn {
        height: 54px !important;
        min-width: 0;
        border-radius: 16px !important;
        font-size: .86rem !important;
        letter-spacing: 0;
        box-shadow: none;
    }

    .property-detail-wrapper .m-sticky-btn svg {
        flex: 0 0 auto;
    }

    .property-detail-wrapper .m-sticky-btn-phone {
        background: #f3f6fb !important;
        color: #0f172a !important;
        border: 1px solid #e2e8f0 !important;
    }

    .property-detail-wrapper .m-sticky-btn-wa {
        background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%) !important;
        box-shadow: 0 10px 22px rgba(34, 197, 94, .26);
    }

    .property-detail-wrapper .m-sticky-btn-share {
        background: #eaf1ff !important;
        color: var(--bc-primary) !important;
        border: 1px solid #d6e4ff !important;
        width: 54px !important;
        padding: 0 !important;
        border-radius: 16px !important;
    }

    .property-detail-wrapper .m-sticky-btn-share span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }
}

@media (max-width: 380px) {
    .property-detail-wrapper .zap-mobile-sticky-bar {
        left: 8px !important;
        right: 8px !important;
        padding: 8px !important;
        gap: 6px !important;
        grid-template-columns: minmax(0, 1fr) 48px !important;
    }

    .property-detail-wrapper .m-sticky-btn {
        height: 50px !important;
        font-size: .78rem !important;
        gap: 5px !important;
    }

    .property-detail-wrapper .m-sticky-btn svg {
        width: 17px;
        height: 17px;
    }

    .property-detail-wrapper .m-sticky-btn-share {
        width: 48px !important;
    }

    .property-detail-wrapper .m-sticky-price strong {
        font-size: .86rem;
    }
}

@media (max-width: 640px) {
    .property-detail-wrapper .zap-mobile-sticky-bar {
        left: 16px !important;
        right: 16px !important;
        bottom: calc(14px + env(safe-area-inset-bottom, 0px)) !important;
        width: auto !important;
        max-width: 540px;
        margin: 0 auto;
        padding: 8px !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 56px !important;
        gap: 8px !important;
        align-items: center;
        border: 1px solid rgba(219, 229, 244, .96) !important;
        border-radius: 24px !important;
        background: rgba(255, 255, 255, .96) !important;
        box-shadow: 0 18px 42px rgba(15, 23, 42, .18) !important;
        backdrop-filter: blur(16px);
    }

    .property-detail-wrapper .zap-mobile-sticky-bar::before {
        content: "";
        position: absolute;
        inset: 1px;
        border-radius: 23px;
        pointer-events: none;
        background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,0));
    }

    .property-detail-wrapper .m-sticky-price,
    .property-detail-wrapper .m-sticky-btn-phone {
        display: none !important;
    }

    .property-detail-wrapper .m-sticky-btn {
        position: relative;
        z-index: 1;
    }

    .property-detail-wrapper .m-sticky-btn-wa {
        width: 100% !important;
        height: 56px !important;
        min-width: 0 !important;
        border-radius: 18px !important;
        background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%) !important;
        color: #fff !important;
        font-size: .95rem !important;
        font-weight: 950 !important;
        box-shadow: 0 12px 24px rgba(34, 197, 94, .28) !important;
    }

    .property-detail-wrapper .m-sticky-btn-wa span {
        display: inline;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .property-detail-wrapper .m-sticky-btn-share {
        width: 56px !important;
        height: 56px !important;
        min-width: 56px !important;
        padding: 0 !important;
        border-radius: 18px !important;
        background: #f4f8ff !important;
        color: var(--bc-primary) !important;
        border: 1px solid #d8e5ff !important;
        box-shadow: none !important;
    }
}

@media (max-width: 380px) {
    .property-detail-wrapper .zap-mobile-sticky-bar {
        left: 10px !important;
        right: 10px !important;
        bottom: calc(10px + env(safe-area-inset-bottom, 0px)) !important;
        grid-template-columns: minmax(0, 1fr) 52px !important;
        padding: 7px !important;
    }

    .property-detail-wrapper .m-sticky-btn-wa,
    .property-detail-wrapper .m-sticky-btn-share {
        height: 52px !important;
        border-radius: 16px !important;
    }

    .property-detail-wrapper .m-sticky-btn-share {
        width: 52px !important;
        min-width: 52px !important;
    }
}

/* Home search final polish */
.home-hero .hero-search-tabs-wrapper {
    width: fit-content;
    max-width: 100%;
    margin: 0 0 14px;
}

.home-hero .hero-search-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 472px);
    min-height: 56px;
    padding: 5px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(219, 229, 244, .95);
    box-shadow: 0 16px 38px rgba(15, 23, 42, .10);
}

.home-hero .search-tab {
    min-width: 0;
    height: 46px;
    padding: 0 14px !important;
    border: 0;
    border-radius: 14px !important;
    background: transparent;
    color: #334155;
    font-size: .98rem;
    font-weight: 950;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-hero .search-tab.ativo {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(37, 99, 235, .25);
}

.home-hero .hero-search-card {
    padding: 20px !important;
    border-radius: 22px !important;
    border-color: rgba(219, 229, 244, .98) !important;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .10) !important;
}

.home-hero .home-search-form {
    gap: 14px;
}

.home-hero .search-input-icon,
.home-hero .search-field select,
.home-hero .property-dropdown-button {
    min-height: 58px;
    border-radius: 16px !important;
}

.home-hero .search-input-icon input,
.home-hero .search-field select,
.home-hero .property-dropdown-placeholder {
    font-size: 1rem;
    line-height: 1.2;
}

.home-hero .property-dropdown-button {
    padding: 0 16px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    text-align: left;
    overflow: hidden;
}

.home-hero .property-dropdown-placeholder,
.home-hero .property-dropdown-tags {
    display: flex;
    align-items: center;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-hero .property-dropdown-placeholder {
    color: #0f172a;
    font-weight: 650;
}

.home-hero .property-dropdown-button svg {
    flex: 0 0 auto;
    justify-self: end;
}

.home-hero .home-search-form .btn-cta {
    min-height: 58px;
    padding: 0 22px !important;
    border-radius: 16px !important;
    font-size: 1rem;
    white-space: nowrap;
    box-shadow: 0 16px 32px rgba(31, 94, 255, .22);
}

.home-hero .quick-searches {
    gap: 10px;
    margin-top: 18px;
}

.home-hero .quick-searches a {
    min-height: 40px;
    padding: 0 15px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    font-size: .9rem;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .05);
}

@media (max-width: 760px) {
    .home-hero {
        padding-top: 22px !important;
        padding-bottom: 38px !important;
    }

    .home-hero .hero-search-tabs-wrapper {
        width: 100%;
        margin: 0 0 12px;
    }

    .home-hero .hero-search-tabs {
        width: 100% !important;
        min-height: 50px;
        padding: 4px;
        border-radius: 16px;
    }

    .home-hero .search-tab {
        height: 42px;
        padding: 0 7px !important;
        border-radius: 12px !important;
        font-size: clamp(.78rem, 3.6vw, .94rem);
    }

    .home-hero .hero-search-card {
        padding: 14px !important;
        border-radius: 20px !important;
    }

    .home-hero .home-search-form {
        gap: 12px !important;
    }

    .home-hero .home-search-form .search-field label {
        margin-bottom: 7px;
        font-size: .74rem;
    }

    .home-hero .search-input-icon,
    .home-hero .search-field select,
    .home-hero .property-dropdown-button {
        min-height: 54px;
        border-radius: 15px !important;
    }

    .home-hero .search-input-icon input,
    .home-hero .search-field select,
    .home-hero .property-dropdown-placeholder {
        font-size: 16px;
    }

    .home-hero .property-dropdown-button {
        grid-template-columns: minmax(0, 1fr) 18px !important;
    }

    .home-hero .home-more-filters {
        border-radius: 15px;
    }

    .home-hero .home-more-filters summary {
        min-height: 50px;
        padding: 0 16px;
        font-size: 1rem;
    }

    .home-hero .home-search-form .btn-cta {
        width: 100% !important;
        min-height: 56px;
        font-size: 1rem;
        line-height: 1;
    }

    .home-hero .quick-searches {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .home-hero .quick-searches a {
        justify-content: center;
        min-height: 42px;
        padding: 0 10px;
        font-size: .88rem;
        text-align: center;
    }
}

@media (max-width: 380px) {
    .home-hero .search-tab {
        font-size: .76rem;
        padding: 0 5px !important;
    }

    .home-hero .quick-searches a {
        font-size: .82rem;
    }
}

/* Professional scale refinement: header, hero titles and footer */
.navbar-logo-img {
    max-width: 150px !important;
    max-height: 42px !important;
    object-fit: contain;
}

.bc-footer__logo {
    width: clamp(128px, 32vw, 172px) !important;
}

.bc-footer__brand p {
    max-width: 620px;
    font-size: clamp(.9rem, 2.4vw, 1rem) !important;
    line-height: 1.55;
}

.bc-footer__accordion-trigger {
    min-height: 58px !important;
    font-size: clamp(1.02rem, 3.9vw, 1.16rem) !important;
    font-weight: 850 !important;
}

.bc-footer__accordion-panel a,
.bc-footer__accordion-panel span {
    min-height: 34px !important;
    font-size: .92rem !important;
    font-weight: 650 !important;
}

.bc-footer__legal a,
.bc-footer__legal p {
    font-size: .86rem !important;
}

@media (max-width: 992px) {
    .navbar-container {
        min-height: 64px !important;
        padding: 0 16px !important;
        display: grid !important;
        grid-template-columns: 38px auto minmax(0, 1fr) !important;
        gap: 10px !important;
        align-items: center !important;
    }

    .navbar-logo {
        justify-content: flex-start !important;
        margin: 0 !important;
        min-width: 0;
        align-self: center !important;
    }

    .navbar-logo-link {
        justify-content: flex-start;
        min-width: 0;
        width: auto;
    }

    .navbar-logo-img {
        width: min(132px, 34vw) !important;
        max-width: 132px !important;
        max-height: 36px !important;
    }

    .navbar-toggle {
        width: 38px !important;
        height: 38px !important;
        justify-self: start !important;
        align-self: center !important;
    }

    .btn-entrar-pill {
        height: 40px !important;
        padding: 0 13px !important;
        font-size: .84rem !important;
    }

    .navbar-mobile-auth {
        justify-content: flex-end !important;
        justify-self: end !important;
        width: auto;
        align-self: center !important;
    }

    .drawer-logo-img {
        max-width: 138px !important;
        max-height: 38px !important;
    }
}

@media (max-width: 640px) {
    .hero-search-title {
        font-size: clamp(1.72rem, 7.2vw, 2.05rem) !important;
        line-height: 1.08 !important;
        font-weight: 850 !important;
        letter-spacing: 0 !important;
        text-wrap: balance;
    }

    .hero-search-subtitle {
        font-size: .96rem !important;
        line-height: 1.58 !important;
    }

    .hero-kicker {
        font-size: .72rem !important;
        letter-spacing: .075em !important;
    }

    .property-detail-wrapper .prop-title-zap {
        font-size: clamp(1.78rem, 7.3vw, 2.16rem) !important;
        line-height: 1.06 !important;
        font-weight: 880 !important;
        letter-spacing: 0 !important;
    }

    .property-detail-wrapper .prop-header-premium {
        border-radius: 18px !important;
    }

    .bc-footer {
        padding: 34px 0 28px !important;
    }

    .bc-footer__shell {
        width: min(100% - 36px, 860px) !important;
        gap: 18px !important;
    }

    .bc-footer__brand {
        gap: 9px !important;
    }

    .bc-footer__logo {
        width: 132px !important;
        opacity: .9;
        filter: drop-shadow(0 8px 14px rgba(0,0,0,.2));
    }

    .bc-footer__brand p {
        font-size: .91rem !important;
        line-height: 1.55 !important;
        font-weight: 560 !important;
    }

    .bc-footer__accordions {
        margin-top: 2px !important;
    }

    .bc-footer__accordion-trigger {
        min-height: 54px !important;
        font-size: 1.03rem !important;
        letter-spacing: 0 !important;
    }

    .bc-footer__accordion-trigger span,
    .bc-footer__accordion-trigger span::before,
    .bc-footer__accordion-trigger span::after {
        width: 15px !important;
    }

    .bc-footer__accordion.is-open .bc-footer__accordion-panel {
        padding-bottom: 12px !important;
    }

    .bc-footer__legal {
        gap: 12px !important;
        padding-top: 18px !important;
    }
}

@media (max-width: 380px) {
    .navbar-container {
        grid-template-columns: 36px auto minmax(0, 1fr) !important;
        padding: 0 12px !important;
        gap: 8px !important;
    }

    .navbar-logo-img {
        width: min(118px, 32vw) !important;
        max-height: 34px !important;
    }

    .btn-entrar-pill {
        padding: 0 10px !important;
        font-size: .78rem !important;
    }

    .btn-entrar-pill span {
        max-width: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .hero-search-title {
        font-size: 1.62rem !important;
    }

    .property-detail-wrapper .prop-title-zap {
        font-size: 1.65rem !important;
    }
}

.zap-whatsapp-sidebar-btn {
    width: 100%;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 800;
    margin-bottom: 12px;
    border: none;
    cursor: pointer;
    background: #25D366;
    color: #fff;
}

.btn-visit-profile-sidebar {
    display: block;
    text-align: center;
    color: var(--bc-muted);
    font-weight: 700;
    font-size: .85rem;
    margin-top: 15px;
    text-decoration: underline;
}

.section-title-left {
    text-align: left;
}

.section-title-spacious {
    margin-bottom: 3rem;
}

.promo-kicker {
    color: var(--bc-primary);
    margin-bottom: 5px;
    display: block;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.hero-actions-row {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.btn-ver-mais {
    font-weight: 900;
    color: var(--bc-primary);
}

.empty-actions-row {
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.card-padded {
    padding: 1.5rem;
}

.zap-modal-overlay {
    display: none;
}



/* Extracted from pages/resultados.php */
/* CSS Local para a Página de Resultados (Estilo Profissional) */
.results-layout-premium { background: var(--bg-light); min-height: 100vh; padding-top: 2rem; padding-bottom: 5rem; font-family: 'Inter', sans-serif; }

.container-results { max-width: var(--container-max); margin: 0 auto; padding: 0 1.5rem; }

.results-header-section { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 2rem; }
.results-page-title { font-size: 1.6rem; color: var(--text-primary); font-weight: 800; margin: 0; }
.results-page-title span { display: block; font-size: 0.95rem; font-weight: 500; color: var(--text-secondary); margin-top: 0.35rem; }

.btn-filter-toggle-mobile { display: none; background: #FFF; border: 1.5px solid var(--border); padding: 0.75rem 1.5rem; border-radius: 99px; font-weight: 700; color: var(--primary); }

/* GRID PRINCIPAL */
.results-grid-main { display: grid; grid-template-columns: 320px 1fr; gap: 2rem; align-items: start; }

/* SIDEBAR FILTROS */
.filter-card-sticky { background: #FFF; border: 1px solid var(--border); border-radius: var(--radius-card); padding: 2rem; position: sticky; top: 1.5rem; box-shadow: var(--shadow-premium); }
.filter-header-mobile { display: none; margin-bottom: 1.5rem; justify-content: space-between; align-items: center; }

.filter-group { margin-bottom: 1.5rem; }
.filter-group label { display: block; font-size: 0.75rem; font-weight: 800; color: var(--text-secondary); margin-bottom: 0.65rem; text-transform: uppercase; letter-spacing: 0.05em; }
.filter-group select, .filter-group input { width: 100%; height: 52px; padding: 0 1.25rem; border: 1.5px solid var(--border); border-radius: var(--radius-btn); font-size: 16px; outline: none; background: var(--bg-light); transition: 0.2s; }
.filter-group select:focus, .filter-group input:focus { border-color: var(--primary); background: #FFF; box-shadow: 0 0 0 4px rgba(13, 91, 255, 0.1); }
.filter-helper { display: block; margin-top: 0.55rem; color: var(--text-muted); font-size: 0.8rem; line-height: 1.4; }

.input-with-icon { position: relative; }
.input-with-icon .icon, .input-with-icon .currency { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: var(--text-muted); font-size: 0.9rem; z-index: 1; }
.input-with-icon input { padding-left: 2.5rem; }

.filter-footer { display: flex; flex-direction: column; gap: 1rem; margin-top: 2rem; }
.btn-reset { text-align: center; font-size: 0.85rem; color: var(--text-secondary); font-weight: 700; text-decoration: underline; }
.btn-full { width: 100%; border: none; }

/* LISTA DE IMVEIS (HORIZONTAL ESTILO ZAP) */
.imoveis-list-grid { display: flex; flex-direction: column; gap: 24px; }

.prop-card-horizontal { background: #FFF; border: 1px solid var(--border); border-radius: var(--radius-card); overflow: hidden; transition: all 0.3s; }
.prop-card-horizontal:hover { border-color: var(--primary); box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.prop-card-horizontal a { display: grid; grid-template-columns: minmax(280px, 340px) 1fr; color: inherit; }

.prop-card-media { position: relative; height: 100%; min-height: 240px; overflow: hidden; }
.prop-card-media img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.prop-card-horizontal:hover .prop-card-media img { transform: scale(1.05); }

.prop-card-details { padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; }
.prop-card-header { display: flex; flex-direction: column; gap: 4px; margin-bottom: 0.75rem; }
.prop-cat { font-size: 0.75rem; font-weight: 800; color: var(--primary); text-transform: uppercase; letter-spacing: 0.5px; }
.prop-loc { font-size: 0.95rem; color: var(--text-secondary); font-weight: 500; }
.prop-title { font-size: 1.35rem; font-weight: 800; color: var(--text-primary); margin-bottom: 1.25rem; line-height: 1.25; letter-spacing: -0.02em; }

.prop-features-mini { display: flex; gap: 1.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.feature-item { display: flex; align-items: center; gap: 0.6rem; }
.feature-item svg { width: 22px; height: 22px; stroke: var(--text-muted); stroke-width: 2; }
.feature-item span { font-size: 0.95rem; color: var(--text-secondary); font-weight: 500; }
.feature-item span strong { color: var(--text-primary); font-weight: 700; }

.prop-footer-price { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--border-soft); padding-top: 1.25rem; }
.prop-footer-price .price { font-size: 1.6rem; font-weight: 900; color: var(--text-primary); letter-spacing: -0.02em; }
.btn-ver-mais { font-size: 0.85rem; font-weight: 700; color: var(--primary); }

/* EMPTY STATE */
.empty-state-card { background: #FFF; padding: 4rem 2rem; border-radius: 12px; text-align: center; border: 1px dashed #CBD5E1; }
.empty-media { font-size: 3rem; margin-bottom: 1.5rem; }
.empty-state-card h3 { font-size: 1.25rem; margin-bottom: 0.5rem; color: #334155; }
.empty-state-card p { color: #64748B; margin-bottom: 2rem; }

.results-intent-panel {
    margin-top: 32px;
    padding: 28px;
    border: 1px solid var(--border);
    border-radius: var(--radius-card);
    background:
        linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(255, 255, 255, 0) 42%),
        #fff;
    box-shadow: var(--shadow-premium);
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.85fr);
    gap: 28px;
    align-items: start;
}

.results-intent-copy h2 {
    margin: 6px 0 10px;
    color: var(--text-primary);
    font-size: 1.35rem;
    line-height: 1.25;
    font-weight: 850;
}

.results-intent-copy p {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.98rem;
    line-height: 1.7;
}

.results-intent-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.results-intent-list li {
    position: relative;
    padding: 12px 14px 12px 38px;
    border: 1px solid var(--border-soft);
    border-radius: 14px;
    background: rgba(248, 250, 252, 0.86);
    color: var(--text-secondary);
    font-size: 0.92rem;
    line-height: 1.45;
    font-weight: 650;
}

.results-intent-list li::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 18px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--primary);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

/* MOBILE */
@media (max-width: 992px) {
    .container-results { padding: 0 1rem; }
    .results-header-section { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .results-page-title { font-size: 1.35rem; }
    .results-grid-main { grid-template-columns: 1fr; }
    .results-intent-panel { grid-template-columns: 1fr; padding: 22px; gap: 18px; }
    .btn-filter-toggle-mobile { display: block; }
    
    .results-sidebar { position: fixed; top: 0; left: -100%; width: 100%; height: 100vh; background: #FFF; z-index: 2000; transition: left 0.3s; }
    .results-sidebar.mobile-open { left: 0; }
    .filter-card-sticky { position: static; border: none; height: 100%; border-radius: 0; padding: 1.5rem; overflow-y: auto; }
    .filter-header-mobile { display: flex; }
    
    .prop-card-horizontal a { grid-template-columns: 1fr; }
    .prop-card-media { height: 200px; }
    .prop-card-details { padding: 1.25rem; }
    .prop-title { font-size: 1.15rem; }
    .prop-footer-price { flex-direction: column; align-items: flex-start; gap: 0.65rem; }
    .prop-footer-price .price { font-size: 1.35rem; }
}

@media (max-width: 640px) {
    .results-layout-premium { padding-top: 1.25rem; }
    .filter-card-sticky { padding: 1rem; }
    .filter-group { margin-bottom: 1rem; }
    .prop-card-media { min-height: 180px; }
    .prop-features-mini { gap: 0.8rem 1rem; }
    .feature-item span { font-size: 0.9rem; }
    .results-intent-panel { margin-top: 22px; border-radius: 18px; }
    .results-intent-copy h2 { font-size: 1.12rem; }
    .results-intent-copy p,
    .results-intent-list li { font-size: 0.9rem; }
}

/* Results page alignment with the current home visual language */
.results-layout-premium {
    background:
        radial-gradient(circle at 8% 0%, rgba(37, 99, 235, .08), transparent 32%),
        linear-gradient(180deg, #f3f7fc 0%, #ffffff 46%, #f8fafc 100%) !important;
}

.container-results {
    max-width: 1180px !important;
}

.results-header-section {
    padding: 30px 32px;
    border: 1px solid var(--bc-line);
    border-radius: 24px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
    backdrop-filter: blur(10px);
}

.results-page-title {
    max-width: 760px;
    font-size: clamp(1.85rem, 3vw, 2.65rem) !important;
    line-height: 1.05;
    font-weight: 900;
}

.results-page-subtitle {
    max-width: 780px;
    font-size: .98rem;
    line-height: 1.7;
}

.results-grid-main {
    grid-template-columns: 300px minmax(0, 1fr) !important;
    gap: 28px !important;
}

.filter-card-sticky {
    border-radius: 22px !important;
    padding: 22px !important;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .07) !important;
}

.filter-group select,
.filter-group input {
    border-radius: 14px !important;
    background: #fff !important;
}

.imoveis-list-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px !important;
}

.prop-card-horizontal {
    position: relative;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .075) !important;
}

.prop-card-horizontal a {
    display: flex !important;
    flex-direction: column;
    height: 100%;
}

.prop-card-media {
    min-height: 0 !important;
    height: 220px !important;
    border-radius: 22px 22px 0 0;
}

.prop-card-details {
    min-height: 276px;
    padding: 20px !important;
}

.prop-card-header {
    gap: 7px !important;
}

.prop-cat {
    display: inline-flex;
    width: fit-content;
    min-height: 26px;
    align-items: center;
    border-radius: 999px;
    padding: 0 10px;
    background: #eef5ff;
    border: 1px solid #dbeafe;
}

.prop-loc {
    font-size: .9rem !important;
    line-height: 1.35;
}

.prop-title {
    display: -webkit-box;
    min-height: 3.6em;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 1.08rem !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
}

.prop-features-mini {
    gap: 8px !important;
    margin-bottom: 16px !important;
}

.feature-item {
    min-height: 34px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #edf2f7;
}

.feature-item svg {
    width: 17px !important;
    height: 17px !important;
}

.feature-item span {
    font-size: .82rem !important;
}

.prop-footer-price {
    margin-top: auto;
}

.prop-footer-price .price {
    font-size: 1.32rem !important;
    color: var(--bc-primary) !important;
}

.btn-ver-mais {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border-radius: 999px;
    padding: 0 12px;
    background: #f1f6ff;
}

@media (min-width: 1280px) {
    .container-results {
        max-width: 1240px !important;
    }

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

@media (max-width: 992px) {
    .results-header-section {
        padding: 24px;
        border-radius: 22px;
    }

    .results-page-title {
        font-size: clamp(1.65rem, 6vw, 2.1rem) !important;
    }

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

@media (max-width: 720px) {
    .container-results {
        padding: 0 16px !important;
    }

    .results-header-section {
        padding: 20px;
        margin-bottom: 26px;
    }

    .results-page-subtitle {
        font-size: .92rem;
    }

    .results-grid-main {
        gap: 0 !important;
    }

    .results-content {
        width: 100%;
        min-width: 0;
    }

    .imoveis-list-grid {
        grid-template-columns: 1fr;
        gap: 28px !important;
        width: 100%;
    }

    .prop-card-horizontal {
        width: 100%;
        max-width: 460px;
        margin-inline: auto;
        border-radius: 24px !important;
        overflow: hidden;
    }

    .prop-card-media {
        height: auto !important;
        aspect-ratio: 1.12 / 1;
        border-radius: 24px 24px 0 0;
        background: #e2e8f0;
    }

    .prop-card-horizontal .property-share-float {
        top: 16px;
        right: 16px;
        width: 46px;
        height: 46px;
        border-radius: 16px;
        background: rgba(255, 255, 255, .94);
        box-shadow: 0 14px 30px rgba(15, 23, 42, .16);
    }

    .prop-card-details {
        min-height: 0;
        padding: 20px 22px 22px !important;
    }

    .prop-card-header {
        margin-bottom: 14px !important;
    }

    .prop-cat {
        min-height: 30px;
        padding-inline: 12px;
        font-size: .78rem !important;
    }

    .prop-loc {
        font-size: 1rem !important;
        font-weight: 700 !important;
        color: #64748b !important;
    }

    .prop-title {
        min-height: auto;
        font-size: clamp(1.08rem, 4.5vw, 1.32rem) !important;
        line-height: 1.16 !important;
        -webkit-line-clamp: 3;
        margin-bottom: 18px !important;
    }

    .prop-features-mini {
        gap: 10px !important;
        margin-bottom: 18px !important;
    }

    .feature-item {
        min-height: 38px;
        padding: 0 12px;
        background: #f8fafc;
    }

    .feature-item span {
        font-size: .9rem !important;
        font-weight: 750 !important;
    }

    .prop-footer-price {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 12px !important;
        padding-top: 18px !important;
    }

    .prop-footer-price .price {
        font-size: clamp(1.45rem, 6.8vw, 1.82rem) !important;
        line-height: 1.05;
    }

    .btn-ver-mais {
        width: fit-content;
        min-height: 42px;
        padding: 0 16px;
        font-size: .95rem !important;
        background: #eef5ff;
    }
}

@media (max-width: 390px) {
    .container-results {
        padding-inline: 12px !important;
    }

    .prop-card-details {
        padding: 18px !important;
    }

    .prop-card-media {
        aspect-ratio: 1.04 / 1;
    }
}

/* Responsive button and listing alignment pass */
.btn-cta,
.btn-primary-zap,
.btn-outline,
.btn-reset,
.btn-ver-mais,
.btn-filter-toggle-mobile,
.home-hero .search-tab,
.property-share-float {
    font-family: inherit;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.btn-cta,
.btn-primary-zap,
.btn-outline,
.btn-filter-toggle-mobile {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
}

.btn-cta:hover,
.btn-primary-zap:hover,
.btn-outline:hover,
.btn-filter-toggle-mobile:hover,
.btn-ver-mais:hover {
    transform: translateY(-1px);
}

.home-hero .hero-search-tabs {
    overflow: hidden;
}

.home-hero .hero-search-tabs .search-tab {
    min-width: 0;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 14px;
    padding: 0 18px;
    font-size: clamp(.92rem, 1.25vw, 1.04rem);
    line-height: 1.05;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-hero .hero-search-tabs .search-tab.ativo {
    box-shadow: 0 14px 28px rgba(37, 99, 235, .20);
}

.home-hero .home-search-form .search-field,
.home-hero .home-search-form .property-dropdown-multiple {
    min-width: 0 !important;
}

.home-hero .search-box-premium input,
.home-hero .search-box-premium select,
.home-hero .property-dropdown-multiple-btn {
    min-width: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-more-filters summary {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.results-layout-premium .container-results {
    width: min(100% - 32px, 1240px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.results-grid-main {
    width: 100%;
}

.results-content {
    min-width: 0;
}

.filter-footer {
    gap: 12px !important;
}

.filter-footer .btn-primary-zap {
    width: 100%;
    min-height: 52px;
    border-radius: 14px !important;
    font-size: .98rem;
}

.filter-footer .btn-reset {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    border-radius: 14px !important;
    border: 1px solid #dbe5f4 !important;
    background: #ffffff !important;
    color: #2563eb !important;
    box-shadow: none !important;
    font-size: .95rem !important;
    font-weight: 850 !important;
    text-decoration: none !important;
}

.filter-footer .btn-reset:hover {
    background: #f1f6ff !important;
    border-color: #bfdbfe !important;
    color: #1d4ed8 !important;
}

.btn-filter-toggle-mobile {
    width: 100%;
    border-radius: 999px !important;
    background: #fff !important;
    border: 1px solid #dbe5f4 !important;
    color: #2563eb !important;
    font-weight: 850 !important;
    box-shadow: 0 12px 26px rgba(15, 23, 42, .06);
}

.property-share-float {
    display: inline-grid;
    place-items: center;
    color: #2563eb !important;
}

@media (min-width: 993px) {
    .results-grid-main {
        align-items: start;
    }

    .imoveis-list-grid {
        justify-content: center;
    }
}

@media (max-width: 992px) {
    .results-layout-premium .container-results {
        width: min(100% - 28px, 760px) !important;
        margin-inline: auto !important;
    }

    .results-header-section {
        width: 100%;
    }

    .btn-filter-toggle-mobile {
        max-width: none;
    }

    .results-sidebar {
        position: fixed !important;
        inset: 0 auto 0 0 !important;
        width: 100vw !important;
        max-width: none !important;
        height: 100dvh !important;
        z-index: 9998 !important;
        background: #ffffff !important;
        transform: translateX(-105%);
        transition: transform .26s ease !important;
        overflow: hidden;
    }

    .results-sidebar.mobile-open {
        left: 0 !important;
        transform: translateX(0);
    }

    .results-sidebar .filter-card-sticky {
        width: 100% !important;
        height: 100dvh !important;
        max-width: 520px;
        margin: 0 auto;
        padding: 18px !important;
        border-radius: 0 !important;
        overflow-y: auto;
        box-shadow: none !important;
    }

    .filter-header-mobile {
        position: sticky;
        top: 0;
        z-index: 2;
        padding: 0 0 14px;
        background: #ffffff;
        border-bottom: 1px solid #eef2f7;
    }

    #btn-close-filters {
        width: 42px;
        height: 42px;
        border: 1px solid #dbe5f4;
        border-radius: 14px;
        background: #f8fafc;
        color: #0f172a;
        font-size: 0;
    }

    #btn-close-filters::before {
        content: "x";
        font-size: 18px;
        font-weight: 850;
        line-height: 1;
    }
}

@media (max-width: 720px) {
    .results-layout-premium .container-results {
        width: min(100% - 28px, 560px) !important;
    }

    .results-header-section {
        padding: 22px !important;
        border-radius: 24px !important;
    }

    .results-page-title {
        font-size: clamp(1.72rem, 7.2vw, 2.08rem) !important;
        line-height: 1.08 !important;
    }

    .results-page-subtitle {
        font-size: .98rem !important;
        line-height: 1.62 !important;
    }

    .results-content,
    .imoveis-list-grid {
        display: grid !important;
        justify-items: center;
    }

    .prop-card-horizontal {
        max-width: 100% !important;
    }
}

@media (max-width: 520px) {
    .home-hero .hero-search-tabs .search-tab {
        height: 50px;
        padding: 0 8px;
        font-size: .86rem;
    }

    .home-hero .hero-search-card {
        padding: 12px !important;
    }

    .home-hero .home-search-form .btn-cta,
    .filter-footer .btn-primary-zap,
    .filter-footer .btn-reset {
        min-height: 54px;
        font-size: .98rem !important;
    }
}

/* Mobile results hard alignment fix */
@media (max-width: 720px) {
    .results-layout-premium {
        overflow-x: hidden !important;
    }

    .results-layout-premium .container-results {
        width: 100% !important;
        max-width: none !important;
        padding-left: 22px !important;
        padding-right: 22px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .results-header-section,
    .results-grid-main,
    .results-content,
    .imoveis-list-grid,
    .prop-card-horizontal {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .results-content,
    .imoveis-list-grid {
        justify-items: stretch !important;
        align-items: stretch !important;
    }

    .prop-card-horizontal {
        display: block !important;
        justify-self: stretch !important;
    }

    .prop-card-horizontal a {
        width: 100% !important;
    }

    .prop-card-media,
    .prop-card-media img {
        width: 100% !important;
        max-width: none !important;
    }
}

@media (max-width: 390px) {
    .results-layout-premium .container-results {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

/* Property title scale refinement */
.property-detail-wrapper .prop-title-zap {
    font-size: 2rem !important;
    line-height: 1.12 !important;
    font-weight: 880 !important;
    letter-spacing: 0 !important;
    max-width: 760px !important;
}

@media (max-width: 640px) {
    .property-detail-wrapper .prop-header-premium {
        padding: 18px !important;
    }

    .property-detail-wrapper .prop-title-zap {
        font-size: 1.68rem !important;
        line-height: 1.12 !important;
        margin-top: 12px !important;
    }

    .property-detail-wrapper .prop-status-pill,
    .property-detail-wrapper .prop-code-pill {
        min-height: 28px;
        padding: 0 10px;
        font-size: .7rem;
    }

    .property-detail-wrapper .prop-sub-infos {
        gap: 10px 14px;
        font-size: .9rem;
    }

    .prop-head-price-panel strong {
        font-size: 1.58rem !important;
    }
}

/* Public advertiser profile polish */
.vitrine-page {
    background: linear-gradient(180deg, #f3f7fc 0%, #ffffff 44%, #f8fafc 100%) !important;
}

.vitrine-hero {
    min-height: 260px;
    padding: 62px 20px 136px !important;
    background:
        radial-gradient(circle at 18% 12%, rgba(96, 165, 250, .24), transparent 34%),
        linear-gradient(135deg, #0f2b62 0%, #2563eb 100%) !important;
    overflow: hidden;
}

.vitrine-hero-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
    text-align: left;
}

.vh-kicker,
.items-eyebrow,
.p-type-label {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vh-kicker {
    margin-bottom: 12px;
    color: #dbeafe;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .22);
}

.vh-title {
    max-width: 780px;
    font-size: clamp(2rem, 4vw, 3.35rem) !important;
    line-height: 1.02;
    letter-spacing: 0 !important;
    color: #fff !important;
}

.vh-subtitle {
    max-width: 660px;
    margin: 14px 0 0;
    color: rgba(239, 246, 255, .9);
    font-size: 1.04rem;
    line-height: 1.65;
}

.profile-wrap,
.vitrine-main {
    width: min(1320px, calc(100% - 36px));
    max-width: 1320px !important;
    padding: 0 !important;
}

.p-card-premium {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 24px !important;
    padding: 28px !important;
    border-radius: 18px !important;
    border: 1px solid rgba(203, 213, 225, .92) !important;
    box-shadow: 0 22px 55px rgba(15, 23, 42, .12) !important;
}

.p-logo-box {
    width: 118px !important;
    height: 118px !important;
    border-radius: 24px !important;
    background: linear-gradient(135deg, #eff6ff, #ffffff) !important;
    border: 1px solid #dbeafe !important;
}

.p-logo-box img {
    object-fit: contain;
    padding: 12px;
}

.p-type-label {
    margin-left: 8px;
    color: #1d4ed8;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
}

.p-name {
    margin: 12px 0 8px !important;
    color: #0f172a !important;
    font-size: clamp(1.55rem, 2.8vw, 2.2rem) !important;
    line-height: 1.08;
    letter-spacing: 0 !important;
}

.p-public-note {
    max-width: 820px;
    color: #475569 !important;
    font-size: .98rem;
    line-height: 1.68;
}

.p-meta-row {
    gap: 8px !important;
    margin-top: 14px !important;
}

.p-meta-chip {
    min-height: 34px;
    padding: 0 12px !important;
    border-radius: 999px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    color: #334155 !important;
    font-size: .82rem !important;
}

.p-masked-info {
    width: fit-content;
    min-height: 42px;
    margin-top: 16px !important;
    padding: 0 14px !important;
    border-radius: 14px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
}

.p-btns-wrap {
    gap: 10px !important;
    margin-top: 18px !important;
}

.btn-compact {
    min-height: 42px !important;
    border-radius: 999px !important;
    padding: 0 15px !important;
    font-weight: 850 !important;
    border: 1px solid #dbe5f4 !important;
    color: #0f172a !important;
    background: #fff !important;
}

.btn-whatsapp-compact {
    border-color: #22c55e !important;
    color: #fff !important;
    background: #22c55e !important;
    box-shadow: 0 12px 24px rgba(34, 197, 94, .2);
}

.btn-share-profile {
    color: #1d4ed8 !important;
    background: #eff6ff !important;
    border-color: #bfdbfe !important;
}

.vitrine-main {
    display: grid !important;
    grid-template-columns: minmax(250px, 286px) minmax(0, 1fr);
    gap: 26px !important;
}

.filter-aside {
    width: auto !important;
    border-radius: 18px !important;
    box-shadow: 0 12px 35px rgba(15, 23, 42, .08) !important;
}

.items-section {
    min-width: 0;
}

.items-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.items-eyebrow {
    color: #2563eb;
    background: #eff6ff;
}

.items-title {
    margin: 9px 0 0 !important;
    font-size: clamp(1.45rem, 2.4vw, 2rem) !important;
    letter-spacing: 0 !important;
}

.items-all-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid #dbe5f4;
    color: #1d4ed8;
    background: #fff;
    text-decoration: none;
    font-weight: 850;
    white-space: nowrap;
}

.items-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.v-card {
    border-radius: 18px !important;
    overflow: hidden;
    transform: translateY(0);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.v-card:hover {
    transform: translateY(-2px);
}

.v-card-media {
    height: 190px !important;
    background: #e2e8f0;
}

.v-card-media img {
    transition: transform .32s ease;
}

.v-card:hover .v-card-media img {
    transform: scale(1.035);
}

.v-badge {
    color: #1d4ed8 !important;
    background: rgba(255, 255, 255, .96) !important;
    border: 1px solid rgba(219, 234, 254, .95);
    text-transform: uppercase;
    letter-spacing: .04em;
}

.v-card-location {
    margin-bottom: 8px;
    color: #2563eb;
    font-size: .78rem;
    font-weight: 900;
    line-height: 1.3;
}

.v-card-title {
    min-height: 2.6em;
    line-height: 1.28;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.v-card-sub {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.v-card-specs {
    justify-content: space-between;
    gap: 8px !important;
}

.v-spec-item {
    flex: 1;
    min-height: 42px;
    padding: 8px;
    justify-content: center;
    border-radius: 12px;
    background: #f8fafc;
}

.v-card-price-label {
    display: block;
    margin-bottom: 2px;
    color: #64748b;
    font-size: .72rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.v-card-price {
    color: #0f8f4d !important;
    font-size: clamp(1.16rem, 1.8vw, 1.4rem) !important;
}

.v-btn-msg {
    background: #22c55e !important;
    box-shadow: 0 12px 24px rgba(34, 197, 94, .18) !important;
}

.v-card-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin-top: 16px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: .86rem;
    font-weight: 900;
}

.v-empty-state {
    grid-column: 1 / -1;
    padding: 28px;
    border: 1px solid #dbe5f4;
    border-radius: 18px;
    background: #fff;
    color: #64748b;
    font-weight: 750;
}

@media (max-width: 1024px) {
    .vitrine-main {
        grid-template-columns: 1fr !important;
    }

    .filter-aside {
        position: static !important;
    }

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

@media (max-width: 720px) {
    .vitrine-hero {
        padding: 42px 18px 112px !important;
    }

    .vitrine-hero-inner {
        text-align: center;
    }

    .vh-title,
    .vh-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .profile-wrap,
    .vitrine-main {
        width: min(100% - 28px, 1180px);
    }

    .p-card-premium {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        padding: 22px !important;
    }

    .p-type-label {
        margin: 8px auto 0;
    }

    .p-masked-info {
        width: 100%;
        justify-content: center;
    }

    .p-btns-wrap {
        width: 100%;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .p-btns-wrap .btn-whatsapp-compact,
    .p-btns-wrap .btn-share-profile {
        grid-column: 1 / -1;
    }

    .items-heading-row {
        display: grid;
        align-items: start;
    }

    .items-all-link {
        width: 100%;
    }

    .items-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 560px) {
    .vitrine-page {
        background: #f6f8fc !important;
    }

    .vitrine-hero {
        min-height: 230px;
        padding: 34px 16px 96px !important;
    }

    .vh-kicker {
        min-height: 26px;
        font-size: .68rem;
    }

    .vh-title {
        font-size: 1.82rem !important;
        line-height: 1.08;
    }

    .vh-subtitle {
        font-size: .94rem;
        line-height: 1.55;
    }

    .profile-wrap {
        margin-top: -76px !important;
        margin-bottom: 18px !important;
    }

    .p-card-premium {
        border-radius: 20px !important;
        padding: 16px !important;
        gap: 14px !important;
    }

    .p-logo-box {
        width: 82px !important;
        height: 82px !important;
        border-radius: 20px !important;
    }

    .creci-pill,
    .p-type-label {
        max-width: 100%;
        white-space: normal;
        justify-content: center;
        text-align: center;
    }

    .p-name {
        font-size: 1.34rem !important;
    }

    .p-public-note {
        max-width: 310px;
        font-size: .9rem;
        line-height: 1.5;
    }

    .p-meta-row {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .p-meta-chip {
        justify-content: center;
        white-space: normal;
        line-height: 1.35;
        min-height: 44px;
        padding: 8px 9px !important;
        font-size: .78rem !important;
    }

    .filter-aside {
        border-radius: 18px !important;
        overflow: hidden;
    }

    .filter-head {
        min-height: 54px;
        padding: 15px 18px !important;
        background: #fff;
    }

    .filter-body {
        padding: 16px !important;
    }

    .toggle-group {
        min-height: 44px;
    }

    .toggle-item,
    .filter-select,
    .btn-search-p {
        min-height: 46px !important;
        font-size: .92rem !important;
    }

    .items-heading-row {
        margin-bottom: 14px;
    }

    .items-title {
        font-size: 1.38rem !important;
    }

    .v-card-media {
        height: 210px !important;
    }

    .v-card-body {
        padding: 16px !important;
    }

    .v-card-title {
        min-height: auto;
        font-size: 1rem !important;
    }

    .v-card-specs {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .v-spec-item {
        min-width: 0;
        font-size: .72rem !important;
        line-height: 1.25;
        text-align: center;
    }

    .v-card-foot {
        align-items: center !important;
    }

    .v-card-price {
        font-size: 1.22rem !important;
        line-height: 1.15;
    }

    .v-card-cta {
        min-height: 42px;
        margin-top: 14px;
    }

    .property-share-float {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 380px) {
    .p-meta-row,
    .p-btns-wrap {
        grid-template-columns: 1fr;
    }

    .v-card-specs {
        grid-template-columns: 1fr;
    }

    .v-spec-item {
        min-height: 36px;
    }

    .v-card-foot {
        display: grid !important;
        grid-template-columns: 1fr auto;
        gap: 10px;
    }
}



/* Extracted from includes/modal-lead.php */
.zap-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 100001;
    background: rgba(15, 23, 42, 0.78);
    backdrop-filter: blur(6px);
    padding: 12px;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
}

.zap-modal-container {
    width: min(1040px, 100%);
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.25);
    position: relative;
    overflow: hidden;
    max-height: calc(100dvh - 24px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.zap-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.08);
    color: #0f172a;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
}

.zap-step { display: none; }
.zap-step.active { display: block; }
.zap-modal-grid {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    min-height: 560px;
}

.zap-modal-adv-side {
    background: linear-gradient(180deg, #eff6ff 0%, #f8fafc 100%);
    padding: 28px 24px;
    border-right: 1px solid #e2e8f0;
}

.zap-adv-brand {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 18px;
}

.zap-adv-brand img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zap-adv-initial {
    font-size: 2rem;
    font-weight: 900;
    color: #2563eb;
}

.zap-adv-name-modal {
    margin: 0 0 6px;
    font-size: 1.15rem;
    font-weight: 900;
    color: #0f172a;
}

.zap-adv-creci-modal {
    color: #475569;
    font-size: 0.92rem;
    font-weight: 700;
}

.zap-adv-divider {
    height: 1px;
    background: #dbeafe;
    margin: 16px 0;
}

.zap-adv-show-phone {
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 16px;
    background: #2563eb;
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
}

.zap-property-id-box {
    display: grid;
    gap: 6px;
    background: #fff;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    padding: 14px;
}

.zap-property-id-box strong {
    color: #0f172a;
    font-size: 0.92rem;
}

.zap-property-id-box span {
    color: #64748b;
    font-size: 0.92rem;
}

.zap-modal-form-side {
    padding: 28px 24px 22px;
}

.zap-modal-title {
    margin: 0 28px 18px 0;
    font-size: 1.35rem;
    line-height: 1.15;
    font-weight: 900;
    color: #0f172a;
}

.zap-field {
    margin-bottom: 14px;
}

.zap-field label {
    display: block;
    margin-bottom: 6px;
    font-size: 0.9rem;
    font-weight: 800;
    color: #1e293b;
}

.zap-field input,
.zap-field textarea {
    width: 100%;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px 16px;
    font-size: 0.98rem;
    background: #fff;
    color: #0f172a;
}

.zap-field input:focus,
.zap-field textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.zap-modal-btn-submit {
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    cursor: pointer;
    margin-top: 6px;
}

.zap-modal-btn-submit[disabled] {
    opacity: 0.75;
    cursor: wait;
}

.zap-modal-terms {
    margin: 12px 0 0;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.55;
}

.zap-modal-terms a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 700;
}

.zap-success-container {
    padding: 40px 32px 32px;
}

.zap-success-header h3 {
    margin: 18px 0 10px;
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 900;
    color: #0f172a;
}

.zap-success-header p {
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.6;
}

.zap-wa-icon-large {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #dcfce7;
    color: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zap-revealed-phones {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.zap-phone-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 14px 18px;
    border-radius: 16px;
    background: #eff6ff;
    color: #1d4ed8;
    text-decoration: none;
    font-weight: 800;
    word-break: break-word;
}

.zap-success-cta-row {
    margin-top: 18px;
}

.zap-whatsapp-btn-direct {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 14px 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0 14px 24px rgba(34, 197, 94, 0.22);
}

.zap-phone-btn-wa {
    background: #ecfdf5;
    color: #15803d;
}

.zap-success-footer,
.zap-similar-tease {
    margin-top: 24px;
    border-top: 1px solid #e2e8f0;
    padding-top: 20px;
}

.zap-success-footer strong {
    display: block;
    color: #0f172a;
    margin-bottom: 6px;
}

.zap-success-footer p,
.zap-similar-tease h4,
.zap-tease-info span {
    color: #64748b;
}

.zap-tease-item {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.zap-tease-item img {
    width: 120px;
    height: 88px;
    object-fit: cover;
    border-radius: 14px;
}

.btn-loader {
    width: 22px;
    height: 22px;
    border: 3px solid rgba(255,255,255,0.45);
    border-top-color: #fff;
    border-radius: 50%;
    animation: zapLeadSpin 0.8s linear infinite;
    margin: 0 auto;
}

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

@media (max-width: 900px) {
    .zap-modal-overlay {
        padding: 10px 0 0;
        align-items: flex-start;
    }

    .zap-modal-container {
        width: 100%;
        min-height: auto;
        max-height: calc(100dvh - 10px);
        border-radius: 22px 22px 0 0;
    }

    .zap-modal-close {
        position: sticky;
        top: 10px;
        margin-left: auto;
        display: block;
    }

    .zap-modal-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .zap-modal-adv-side {
        border-right: none;
        border-bottom: 1px solid #e2e8f0;
        padding: 18px 18px 16px;
    }

    .zap-modal-form-side,
    .zap-success-container {
        padding: 18px 18px 20px;
    }

    .zap-modal-title {
        margin-right: 44px;
        font-size: 1.05rem;
        line-height: 1.12;
    }

    .zap-success-header h3 {
        font-size: 1.25rem;
    }

    .zap-field input,
    .zap-field textarea {
        padding: 13px 14px;
        font-size: 16px;
    }

    .zap-modal-btn-submit,
    .zap-adv-show-phone {
        height: 50px;
        border-radius: 14px;
        font-size: 0.98rem;
    }

    .zap-modal-terms,
    .zap-success-header p {
        font-size: 0.82rem;
        line-height: 1.45;
    }

    .zap-revealed-phones {
        gap: 10px;
    }

    .zap-phone-btn {
        min-height: 52px;
        font-size: 0.98rem;
    }

    .zap-tease-item {
        grid-template-columns: 88px minmax(0, 1fr);
    }

    .zap-tease-item img {
        width: 88px;
        height: 72px;
    }

    .zap-property-id-box {
        display: none;
    }

    .zap-adv-divider:last-of-type {
        display: none;
    }
}

/* Final mobile alignment lock for public results */
@media (max-width: 900px) {
    body .results-layout-premium {
        overflow-x: hidden !important;
    }

    body .results-layout-premium .container-results {
        width: 100% !important;
        max-width: none !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin: 0 auto !important;
        box-sizing: border-box !important;
    }

    body .results-layout-premium .results-grid-main {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
    }

    body .results-layout-premium .results-content {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body .results-layout-premium .imoveis-list-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
        max-width: none !important;
        gap: 28px !important;
        margin: 0 !important;
        padding: 0 !important;
        justify-items: stretch !important;
    }

    body .results-layout-premium .prop-card-horizontal {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        margin: 0 auto !important;
        border-radius: 24px !important;
    }

    body .results-layout-premium .prop-card-horizontal > a {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: none !important;
    }

    body .results-layout-premium .prop-card-media {
        width: 100% !important;
        max-width: none !important;
        aspect-ratio: 1.08 / 1 !important;
        height: auto !important;
        min-height: 0 !important;
    }

    body .results-layout-premium .prop-card-media img {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        object-fit: cover !important;
    }
}

@media (max-width: 390px) {
    body .results-layout-premium .container-results {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

/* SEO internal linking blocks */
.internal-link-card,
.results-related-searches,
.profile-seo-links {
    background: #fff;
    border: 1px solid #dce5f2;
    border-radius: 24px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.internal-link-card {
    padding: 28px;
}

.internal-link-heading p,
.results-related-copy p,
.profile-seo-copy p {
    margin: 8px 0 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
}

.internal-link-grid,
.results-related-grid,
.profile-seo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.internal-link-pill,
.results-related-grid a,
.profile-seo-grid a {
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    padding: 14px 16px;
    border: 1px solid #dbe7fb;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    color: #0f172a;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.internal-link-pill {
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
}

.internal-link-pill span {
    color: #2563eb;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.internal-link-pill strong {
    margin-top: 4px;
    color: #0f172a;
    font-size: 15px;
    line-height: 1.25;
}

.internal-link-pill:hover,
.results-related-grid a:hover,
.profile-seo-grid a:hover {
    border-color: #2563eb;
    box-shadow: 0 14px 34px rgba(37, 99, 235, 0.14);
    transform: translateY(-1px);
}

.results-related-searches,
.profile-seo-links {
    max-width: 1160px;
    margin: 26px auto 0;
    padding: 28px;
}

.results-related-copy h2,
.profile-seo-copy h2 {
    margin: 4px 0 0;
    color: #0f172a;
    font-size: 28px;
    line-height: 1.12;
    letter-spacing: 0;
}

.profile-seo-links {
    width: min(100% - 40px, 1220px);
    margin-bottom: 36px;
}

@media (max-width: 700px) {
    .internal-link-card,
    .results-related-searches,
    .profile-seo-links {
        border-radius: 22px;
        padding: 22px;
    }

    .results-related-searches,
    .profile-seo-links {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }

    .internal-link-grid,
    .results-related-grid,
    .profile-seo-grid {
        grid-template-columns: 1fr;
    }

    .results-related-copy h2,
    .profile-seo-copy h2 {
        font-size: 23px;
    }
}

.local-related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.local-related-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid #dbe7fb;
    border-radius: 999px;
    background: #fff;
    color: #1d4ed8;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.local-related-links a:hover {
    border-color: #2563eb;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.14);
    transform: translateY(-1px);
}

@media (max-width: 640px) {
    .local-related-links {
        display: grid;
        grid-template-columns: 1fr;
    }

    .local-related-links a {
        width: 100%;
        min-height: 46px;
    }
}

