/*
 * Template: Contemporary (Moderno Urbano)
 * Perfil: Imobiliárias modernas, jovem público, foco em UX
 * Cor: Azul #1d4ed8 + Âmbar #f59e0b
 * Tipografia: Inter (sans-serif limpa)
 */
:root {
    /* ── Legado ── */
    --imob-color-primary:       #1d4ed8;
    --imob-color-primary-dark:  #1e3a8a;
    --imob-color-secondary:     #f59e0b;
    --imob-color-bg-alt:        #f0f4ff;

    /* ── Tokens imobsaas-blocks ── */
    --imob-accent:              #1d4ed8;
    --imob-heading:             #111827;
    --imob-text:                #374151;
    --imob-text-muted:          #6b7280;
    --imob-surface:             #ffffff;
    --imob-surface-alt:         #f0f4ff;
    --imob-border:              #e5e7eb;
    --imob-radius:              10px;
    --imob-radius-sm:           6px;
    --imob-header-bg:           #ffffff;
    --imob-footer-bg:           #111827;
    --imob-footer-text:         rgba(255,255,255,.7);
    --imob-hero-bg:             linear-gradient(135deg, #1e3a8a 0%, #1d4ed8 100%);
}
.imob-property-card__badge { background: var(--imob-color-primary); }
.imob-archive-property__hero { background: linear-gradient(135deg, #1e3a8a 0%, #1d4ed8 100%); color: #fff; padding: 3rem 0 2rem; }
.imob-archive-property__hero .imob-archive-property__title,
.imob-archive-property__hero .imob-archive-property__count { color: #fff; }
.imob-archive-property__hero .imob-breadcrumb__link,
.imob-archive-property__hero .imob-breadcrumb__item--current { color: rgba(255,255,255,.8); }

/* ── Novos blocos: Contemporary ── */
.imob-card-badge { background: #1d4ed8; }
.imob-card-price { color: #1d4ed8; }
.imob-article-cat { color: #1d4ed8; }
.imob-dev-stage-badge { background: #1d4ed8; }
.imob-cta-section { background: linear-gradient(135deg, #1e3a8a 0%, #1d4ed8 100%); }
.imob-about-stat strong { color: #1d4ed8; }
.imob-section-link { color: #1d4ed8; }
.imob-btn--white { color: #1d4ed8; }
.imob-neighborhood-card { border-radius: 12px; }
