/*
 * Template: Developer (Empreendimentos / Corporativo)
 * Perfil: Construtoras, incorporadoras, empreendimentos na planta
 * Cor: Azul corporativo #0284c7 + Cinza neutro
 * Tipografia: Montserrat (headings) + Inter (corpo)
 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

:root {
    --imob-font-heading: 'Montserrat', system-ui, sans-serif;
    /* ── Legado ── */
    --imob-color-primary:       #0284c7;
    --imob-color-primary-dark:  #0369a1;
    --imob-color-secondary:     #0ea5e9;
    --imob-color-bg-alt:        #f0f9ff;
    --imob-color-border:        #bae6fd;

    /* ── Tokens imobsaas-blocks ── */
    --imob-accent:              #0284c7;
    --imob-heading:             #0c3860;
    --imob-text:                #1e3a5f;
    --imob-text-muted:          #64748b;
    --imob-surface:             #ffffff;
    --imob-surface-alt:         #f0f9ff;
    --imob-border:              #bae6fd;
    --imob-radius:              8px;
    --imob-radius-sm:           5px;
    --imob-header-bg:           #0369a1;
    --imob-footer-bg:           #0c3860;
    --imob-footer-text:         rgba(224,242,254,.8);
    --imob-hero-bg:             linear-gradient(135deg, #0369a1 0%, #0284c7 100%);
}

.imob-header { background: #0369a1; border-color: #0284c7; }
.imob-header__site-name { color: #fff; }
.imob-nav__list a { color: #e0f2fe; }
.imob-nav__list a:hover, .imob-nav__list .current-menu-item > a { background: #0284c7; color: #fff; }
.imob-hamburger, .imob-hamburger::before, .imob-hamburger::after { background: #e0f2fe; }

.imob-property-card__badge { background: #0284c7; }
.imob-property-card__price { color: #0369a1; }

/* Hero com gradiente corporativo */
.imob-archive-property__hero {
    background: linear-gradient(135deg, #0369a1 0%, #0284c7 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; }

/* Status badge dos empreendimentos */
.imob-development-single__status-badge {
    position: absolute; top: 1rem; right: 1rem;
    background: #0284c7; color: #fff;
    padding: .375rem 1rem; border-radius: 9999px;
    font-size: .8125rem; font-weight: 700; text-transform: uppercase;
}

.imob-btn--primary { background: #0284c7; border-color: #0284c7; }
.imob-btn--primary:hover { background: #0369a1; border-color: #0369a1; }
.imob-btn--outline { color: #0284c7; border-color: #0284c7; }
.imob-btn--outline:hover { background: #0284c7; color: #fff; }

.imob-property-single__price { color: #0369a1; }
.imob-development-single__price-range { font-size: 1.35rem; font-weight: 700; color: #0369a1; margin-bottom: 1rem; }

/* ── Novos blocos: Developer ── */
.imob-card-badge { background: #0284c7; }
.imob-card-price { color: #0369a1; }
.imob-dev-stage-badge { background: #0284c7; }
.imob-article-cat { color: #0284c7; }
.imob-cta-section { background: linear-gradient(135deg, #0369a1 0%, #0284c7 100%); }
.imob-about-stat strong { color: #0284c7; }
.imob-section-link { color: #0284c7; }
.imob-btn--white { color: #0284c7; }
.imob-why-item { border-top: 3px solid #0284c7; }

/* Header corporativo dark-blue */
.imob-header--mega-menu .imob-mega-trigger { color: #e0f2fe; }
.imob-header--mega-menu .imob-mega-trigger:hover { background: #0284c7; color: #fff; }
.imob-mega-panel { background: #0c3860; border-color: #1e3a5f; }
.imob-mega-section-title { color: rgba(224,242,254,.4); border-color: #1e3a5f; }
.imob-mega-grid a { color: #bae6fd; }
.imob-mega-grid a:hover { background: #0369a1; color: #fff; }
.imob-mobile-drawer { background: #0c3860; }
.imob-drawer-nav a { color: #bae6fd; border-color: #1e3a5f; }

/* Depoimentos com fundo leve */
.imob-testimonial-card { background: #f0f9ff; border-color: #bae6fd; }
