:root {
    --blog-blue: #1689ff;
    --blog-deep: #102d59;
    --blog-ink: #183453;
    --blog-muted: #6b829d;
    --blog-line: #dce5ef;
    --blog-soft: #f5f8fc;
}

.bc-blog-page {
    color: var(--blog-ink);
    background: #fff;
    line-height: 1.65;
}

.bc-blog-page .bc-wrap {
    width: min(1160px, calc(100% - 32px));
    margin-inline: auto;
}

.bc-blog-page main section {
    padding: 0;
}

.bc-blog-page .bc-hero {
    padding: 72px 0 42px;
}

.bc-blog-page .bc-hero > span,
.bc-blog-page .bc-pill {
    color: var(--blog-blue);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.bc-blog-page .bc-hero h1,
.bc-blog-page .bc-article h1 {
    max-width: 950px;
    margin: .3em 0;
    color: var(--blog-deep);
    font-size: clamp(2.15rem, 5vw, 4.6rem);
    line-height: 1.03;
}

.bc-blog-page .bc-hero p,
.bc-blog-page .bc-lead {
    max-width: 800px;
    color: var(--blog-muted);
    font-size: 1.2rem;
}

.bc-blog-page .bc-categories {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 0 0 30px;
    scrollbar-width: thin;
}

.bc-blog-page .bc-categories a {
    flex: 0 0 auto;
    padding: 8px 14px;
    border: 1px solid var(--blog-line);
    border-radius: 999px;
    color: var(--blog-ink);
    text-decoration: none;
    white-space: nowrap;
}

.bc-blog-page .bc-categories a.active {
    border-color: var(--blog-deep);
    color: #fff;
    background: var(--blog-deep);
}

.bc-blog-page .bc-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    padding-bottom: 64px;
}

.bc-blog-page .bc-blog-card {
    overflow: hidden;
    border: 1px solid var(--blog-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 35, 65, .06);
}

.bc-blog-page .bc-blog-card-image,
.bc-blog-page .bc-blog-card-image img {
    display: block;
    width: 100%;
}

.bc-blog-page .bc-blog-card-image img {
    aspect-ratio: 1200 / 630;
    object-fit: cover;
}

.bc-blog-page .bc-blog-card-copy {
    padding: 22px;
}

.bc-blog-page .bc-blog-card h2 {
    margin: 14px 0 10px;
    font-size: 1.2rem;
    line-height: 1.3;
}

.bc-blog-page .bc-blog-card h2 a {
    color: var(--blog-ink);
    text-decoration: none;
}

.bc-blog-page .bc-blog-card p,
.bc-blog-page .bc-blog-card time,
.bc-blog-page .bc-meta {
    color: var(--blog-muted);
}

.bc-blog-page .bc-article {
    max-width: 1160px;
    padding: 46px 0 80px;
}

.bc-blog-page .bc-breadcrumb,
.bc-blog-page .bc-article > header,
.bc-blog-page .bc-article > figure,
.bc-blog-page .bc-content,
.bc-blog-page .bc-video,
.bc-blog-page .bc-faq,
.bc-blog-page .bc-institutional,
.bc-blog-page .bc-newsletter {
    width: min(920px, 100%);
    margin-inline: auto;
}

.bc-blog-page .bc-breadcrumb {
    margin-bottom: 28px;
    color: var(--blog-muted);
    font-size: .9rem;
}

.bc-blog-page .bc-breadcrumb a,
.bc-blog-page .bc-content a {
    color: var(--blog-blue);
}

.bc-blog-page .bc-cover {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 35px;
    border-radius: 22px;
}

.bc-blog-page .bc-article figcaption {
    color: var(--blog-muted);
    font-size: .86rem;
}

.bc-blog-page .bc-content {
    font-size: 1.1rem;
}

.bc-blog-page .bc-content h2 {
    margin-top: 2em;
    color: var(--blog-deep);
    font-size: 1.8rem;
    line-height: 1.2;
}

.bc-blog-page .bc-content h3 {
    margin-top: 1.7em;
    color: var(--blog-deep);
    font-size: 1.35rem;
}

.bc-blog-page .bc-content blockquote {
    margin: 2em 0;
    padding: 12px 22px;
    border-left: 4px solid var(--blog-blue);
    background: var(--blog-soft);
}

.bc-blog-page .bc-faq,
.bc-blog-page .bc-institutional,
.bc-blog-page .bc-video,
.bc-blog-page .bc-newsletter {
    margin-top: 52px;
    margin-bottom: 52px;
    padding: 28px;
    border-radius: 20px;
    background: var(--blog-soft);
}

.bc-blog-page .bc-faq details {
    padding: 16px 0;
    border-bottom: 1px solid var(--blog-line);
}

.bc-blog-page .bc-faq summary {
    color: var(--blog-deep);
    font-weight: 750;
    cursor: pointer;
}

.bc-blog-page .bc-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: var(--blog-blue);
    font-weight: 750;
    text-decoration: none;
    cursor: pointer;
}

.bc-blog-page .bc-blog-properties {
    margin: 58px 0;
    padding: 34px;
    border-radius: 22px;
    background: var(--blog-soft);
}

.bc-blog-page .bc-blog-properties h2 {
    margin: 0 0 24px;
    color: var(--blog-deep);
    font-size: 1.8rem;
}

.bc-blog-page .bc-blog-properties .bc-grid-imoveis {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bc-blog-page .bc-blog-properties .bc-card-imovel {
    min-width: 0;
}

.bc-blog-page .bc-blog-properties .bc-card-imovel h3 {
    margin: 0;
}

.bc-blog-page .bc-blog-properties .bc-card-imovel p {
    margin: 0;
}

.bc-blog-page .bc-blog-properties .bc-button {
    margin-top: 24px;
}

.bc-blog-page .bc-empty {
    padding: 80px 0;
}

@media (max-width: 900px) {
    .bc-blog-page .bc-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bc-blog-page .bc-blog-properties .bc-grid-imoveis {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .bc-blog-page .bc-wrap {
        width: min(100% - 24px, 1160px);
    }

    .bc-blog-page .bc-hero {
        padding: 44px 0 30px;
    }

    .bc-blog-page .bc-hero h1,
    .bc-blog-page .bc-article h1 {
        font-size: clamp(2rem, 10.5vw, 3rem);
        line-height: 1.06;
        overflow-wrap: anywhere;
    }

    .bc-blog-page .bc-hero p,
    .bc-blog-page .bc-lead {
        font-size: 1.05rem;
    }

    .bc-blog-page .bc-grid,
    .bc-blog-page .bc-blog-properties .bc-grid-imoveis {
        grid-template-columns: 1fr;
    }

    .bc-blog-page .bc-article {
        padding-top: 30px;
    }

    .bc-blog-page .bc-faq,
    .bc-blog-page .bc-institutional,
    .bc-blog-page .bc-video,
    .bc-blog-page .bc-newsletter,
    .bc-blog-page .bc-blog-properties {
        padding: 20px;
        border-radius: 16px;
    }
}
.bc-blog-page .bc-hero h1 {
    color: #fff;
    text-shadow: 0 2px 10px rgba(0,0,0,.35);
}

.bc-blog-page .bc-hero p {
    color: rgba(255,255,255,.92);
    text-shadow: 0 2px 8px rgba(0,0,0,.30);
}

.bc-blog-page .bc-hero > span {
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,.30);
}

.bc-blog-page .bc-hero {
    position: relative;
    z-index: 1;
    isolation: isolate;
}

.bc-blog-page .bc-hero > * {
    position: relative;
    z-index: 5;
}

.bc-blog-page .bc-hero::before,
.bc-blog-page .bc-hero::after {
    z-index: 0 !important;
    pointer-events: none;
}

.bc-blog-page .bc-hero > span,
.bc-blog-page .bc-hero h1,
.bc-blog-page .bc-hero p {
    color: #ffffff !important;
    opacity: 1 !important;
    position: relative;
    z-index: 5;
    text-shadow: 0 3px 14px rgba(0,0,0,.70);
}