/*
 * Portal Banco do Povo — CSS Principal v2
 * Design moderno inspirado em portais financeiros profissionais
 * Inter font · Bootstrap 5 · Bootstrap Icons
 */

/* ═══════════════════════════════════════════════
   VARIÁVEIS DE TEMA
═══════════════════════════════════════════════ */
:root {
    /* ── Azul Oficial · Primário ── */
    --bp-primary:        #014DA5;
    --bp-primary-dark:   #013580;
    --bp-primary-mid:    #0A5DC4;
    --bp-primary-light:  #E8F0FC;
    --bp-primary-xlight: #F0F5FF;

    /* ── Verde Oficial · Secundário ── */
    --bp-secondary:       #019A30;
    --bp-secondary-dark:  #01711F;
    --bp-secondary-mid:   #02B03A;
    --bp-secondary-light: #E8F7EE;

    /* ── Amarelo Oficial · Acento ── */
    --bp-accent:        #FBCD07;
    --bp-accent-dark:   #D4A900;
    --bp-accent-light:  #FFF9D6;

    /* ── Escala de Neutros ── */
    --bp-white:     #ffffff;
    --bp-gray-50:   #F9FAFB;
    --bp-gray-100:  #F3F4F6;
    --bp-gray-200:  #E5E7EB;
    --bp-gray-300:  #D1D5DB;
    --bp-gray-400:  #9CA3AF;
    --bp-gray-500:  #6B7280;
    --bp-gray-600:  #4B5563;
    --bp-gray-700:  #374151;
    --bp-gray-800:  #1F2937;
    --bp-gray-900:  #111827;
    --bp-black:     #060D1F;

    /* ── Azul Ton Sobre Tom ── */
    --bp-blue-50:  #EEF4FF;
    --bp-blue-100: #DBE8FF;
    --bp-blue-200: #BFCFFE;
    --bp-blue-300: #93AFFD;
    --bp-blue-400: #608BFA;
    --bp-blue-500: #3B6CF6;
    --bp-blue-600: #1E55DC;
    --bp-blue-700: #1440C0;
    --bp-blue-800: #0F33A0;
    --bp-blue-900: #014DA5;

    /* ── Verde Ton Sobre Tom ── */
    --bp-green-50:  #ECFDF5;
    --bp-green-100: #D1FAE5;
    --bp-green-200: #A7F3D0;
    --bp-green-300: #6EE7B7;
    --bp-green-400: #34D399;
    --bp-green-500: #10B981;
    --bp-green-600: #059669;
    --bp-green-700: #047857;
    --bp-green-800: #019A30;
    --bp-green-900: #01711F;

    /* ── Amarelo Ton Sobre Tom ── */
    --bp-yellow-50:  #FFFBEB;
    --bp-yellow-100: #FEF9D6;
    --bp-yellow-200: #FDF2A3;
    --bp-yellow-300: #FBE570;
    --bp-yellow-400: #FBCD07;
    --bp-yellow-500: #D4A900;
    --bp-yellow-600: #A57A00;
    --bp-yellow-700: #7A5400;
    --bp-yellow-800: #4D3200;
    --bp-yellow-900: #261900;

    /* ── Semânticos ── */
    --bp-text:          #111827;
    --bp-text-muted:    #6B7280;
    --bp-text-light:    #9CA3AF;
    --bp-bg:            #F9FAFB;
    --bp-border:        #E5E7EB;
    --bp-border-strong: #D1D5DB;

    /* ── Sombras (tom azul) ── */
    --bp-shadow-sm:    0 2px 8px rgba(1,77,165,0.06);
    --bp-shadow:       0 4px 20px rgba(1,77,165,0.09);
    --bp-shadow-lg:    0 12px 40px rgba(1,77,165,0.13);
    --bp-shadow-hover: 0 20px 50px rgba(1,77,165,0.18);

    /* ── Raios de borda ── */
    --bp-radius:    12px;
    --bp-radius-lg: 18px;
    --bp-radius-xl: 24px;

    /* ── Tipografia ── */
    --bp-font: 'Inter', 'Segoe UI', sans-serif;
}

/* ═══════════════════════════════════════════════
   RESET — ISOLA DO ADMINLTE
═══════════════════════════════════════════════ */
body.bp-portal {
    font-family: var(--bp-font) !important;
    background: var(--bp-bg) !important;
    color: var(--bp-text) !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
}
body.bp-portal .wrapper           { display: contents !important; }
body.bp-portal .content-wrapper,
body.bp-portal .main-sidebar,
body.bp-portal .main-header,
body.bp-portal .main-footer       { display: none !important; }

/* ═══════════════════════════════════════════════
   TOP BAR (fina, informativa)
═══════════════════════════════════════════════ */
.bp-topbar {
    background: var(--bp-primary-dark);
    color: rgba(255,255,255,0.78);
    font-size: 0.78rem;
    padding: 7px 0;
    flex-shrink: 0;
}
.bp-topbar a, .bp-topbar .bp-topbar-link {
    color: rgba(255,255,255,0.78);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.2s;
}
.bp-topbar a:hover { color: var(--bp-accent); }
.bp-topbar-sep { opacity: 0.3; margin: 0 4px; }

/* ═══════════════════════════════════════════════
   HEADER PRINCIPAL (logo + nome)
═══════════════════════════════════════════════ */
.bp-header {
    background: linear-gradient(110deg, var(--bp-primary-dark) 0%, var(--bp-primary) 60%, var(--bp-primary-mid) 100%);
    padding: 18px 0;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.bp-header::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M0 0h40v40H0V0zm40 40h40v40H40V40z'/%3E%3C/g%3E%3C/svg%3E");
}
.bp-logo-img {
    max-height: 72px;
    max-width: 130px;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.25));
}
.bp-logo-placeholder {
    width: 72px; height: 72px;
    border-radius: 16px;
    background: rgba(255,255,255,0.12);
    border: 2px solid rgba(255,255,255,0.20);
    display: flex; align-items: center; justify-content: center;
    font-size: 2rem; color: rgba(255,255,255,0.90);
}
.bp-title-main {
    font-size: 1.55rem;
    font-weight: 800;
    color: #fff;
    margin: 0;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}
.bp-title-sub {
    color: rgba(255,255,255,0.75);
    font-size: 0.85rem;
    margin: 4px 0 0;
    line-height: 1.4;
}
.bp-sigla-badge {
    display: inline-block;
    background: var(--bp-accent);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 2px 10px;
    border-radius: 20px;
    text-transform: uppercase;
}
.bp-hero-badge { /* reuse in hero */
    display: inline-block;
    background: var(--bp-accent);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 4px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

/* ═══════════════════════════════════════════════
   NAVBAR MODERNA
═══════════════════════════════════════════════ */
.bp-navbar {
    background: var(--bp-white) !important;
    border-bottom: 1px solid var(--bp-border);
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    flex-shrink: 0;
    position: sticky;
    top: 0;
    z-index: 1030;
    transition: box-shadow 0.3s;
}
.bp-navbar.bp-navbar-scrolled {
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
}
.bp-navbar-brand {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--bp-primary) !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}
.bp-navbar-brand i {
    font-size: 1.2rem;
    color: var(--bp-primary);
}
.bp-nav-link {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--bp-text) !important;
    padding: 8px 14px !important;
    border-radius: var(--bp-radius);
    transition: all 0.18s;
    position: relative;
    white-space: nowrap;
}
.bp-nav-link::after {
    content: '';
    position: absolute;
    bottom: 2px; left: 14px; right: 14px;
    height: 2px;
    background: var(--bp-primary);
    border-radius: 2px;
    transform: scaleX(0);
    transition: transform 0.2s;
}
.bp-nav-link:hover, .bp-nav-link.active {
    color: var(--bp-primary) !important;
    background: var(--bp-primary-light);
}
.bp-nav-link:hover::after, .bp-nav-link.active::after {
    transform: scaleX(1);
}
.bp-dropdown {
    border: 1px solid var(--bp-border);
    border-radius: var(--bp-radius);
    box-shadow: var(--bp-shadow);
    padding: 8px;
    min-width: 230px;
}
.bp-dropdown .dropdown-item {
    font-size: 0.875rem;
    padding: 9px 14px;
    border-radius: 8px;
    color: var(--bp-text);
    transition: all 0.15s;
    display: flex;
    align-items: center;
    gap: 8px;
}
.bp-dropdown .dropdown-item:hover {
    background: var(--bp-primary-light);
    color: var(--bp-primary);
}
.bp-btn-login {
    background: var(--bp-primary) !important;
    color: #fff !important;
    border-radius: 24px !important;
    padding: 8px 20px !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    transition: all 0.2s !important;
    border: 2px solid var(--bp-primary) !important;
    white-space: nowrap;
}
.bp-btn-login:hover {
    background: var(--bp-primary-dark) !important;
    border-color: var(--bp-primary-dark) !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(1,77,165,0.30) !important;
}
.bp-toggler {
    border: 1.5px solid var(--bp-border) !important;
    color: var(--bp-primary) !important;
    background: var(--bp-primary-light) !important;
    border-radius: 10px !important;
    padding: 6px 12px !important;
    font-size: 1.3rem;
}
/* Navbar cliente logado */
.bp-btn-cliente-logado {
    display: inline-flex;
    align-items: center;
    background: var(--bp-primary-light);
    color: var(--bp-primary) !important;
    border-radius: 24px;
    padding: 7px 16px !important;
    font-size: 0.85rem !important;
    font-weight: 600;
    border: 1.5px solid var(--bp-border);
    gap: 6px;
}
.bp-nav-logout-link {
    color: var(--bp-primary);
    text-decoration: none;
    font-size: 1rem;
    opacity: 0.6;
    transition: all 0.2s;
}
.bp-nav-logout-link:hover { opacity: 1; color: #dc3545; }

/* ═══════════════════════════════════════════════
   ÁREA DE CONTEÚDO
═══════════════════════════════════════════════ */
.bp-content-area { flex: 1 0 auto; }
#adianti_content { min-height: 60vh; }

/* ═══════════════════════════════════════════════
   HERO V2 — Impactante, moderno
═══════════════════════════════════════════════ */
.bp-hero {
    background: linear-gradient(130deg, var(--bp-primary-dark) 0%, var(--bp-primary) 55%, var(--bp-primary-mid) 100%);
    padding: 72px 0 64px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.bp-hero::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(circle at 80% 20%, rgba(251,205,7,0.14) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgba(1,154,48,0.07) 0%, transparent 40%);
    pointer-events: none;
}
.bp-hero-grid-pattern {
    position: absolute; inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}
.bp-hero-title {
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 18px;
    letter-spacing: -0.03em;
    text-shadow: 0 2px 12px rgba(0,0,0,0.15);
}
.bp-hero-title span {
    color: var(--bp-accent);
    position: relative;
}
.bp-hero-sub {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.82);
    margin-bottom: 36px;
    max-width: 520px;
    line-height: 1.65;
}
.bp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.bp-hero-btn-primary {
    background: #fff;
    color: var(--bp-primary);
    padding: 13px 28px;
    border-radius: 28px;
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s;
    box-shadow: 0 4px 18px rgba(0,0,0,0.15);
    white-space: nowrap;
}
.bp-hero-btn-primary:hover {
    background: var(--bp-accent-light);
    color: var(--bp-accent-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.20);
}
.bp-hero-btn-outline {
    background: transparent;
    color: rgba(255,255,255,0.92);
    border: 2px solid rgba(255,255,255,0.45);
    padding: 12px 26px;
    border-radius: 28px;
    font-weight: 600;
    font-size: 0.92rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s;
    white-space: nowrap;
}
.bp-hero-btn-outline:hover {
    border-color: rgba(255,255,255,0.85);
    background: rgba(255,255,255,0.10);
    color: #fff;
    transform: translateY(-2px);
}
/* Decoração direita do hero */
.bp-hero-deco {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.bp-hero-deco-inner {
    position: relative;
    width: 260px;
    height: 260px;
}
.bp-hero-deco-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    border: 2px solid rgba(255,255,255,0.10);
}
.bp-hero-deco-circle.c1 { inset: 0; }
.bp-hero-deco-circle.c2 { inset: 20px; }
.bp-hero-deco-circle.c3 { inset: 50px; background: rgba(255,255,255,0.08); }
.bp-hero-deco-icon {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 5rem;
    color: rgba(255,255,255,0.55);
}
.bp-hero-stat-card {
    position: absolute;
    background: rgba(255,255,255,0.95);
    border-radius: 14px;
    padding: 14px 18px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    color: var(--bp-text);
    backdrop-filter: blur(8px);
    min-width: 130px;
}
.bp-hero-stat-card.pos-tl { top: -10px; left: -50px; }
.bp-hero-stat-card.pos-br { bottom: -10px; right: -30px; }
.bp-hero-stat-num {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--bp-primary);
    line-height: 1;
}
.bp-hero-stat-lbl {
    font-size: 0.72rem;
    color: var(--bp-text-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-top: 3px;
}

/* ═══════════════════════════════════════════════
   SEÇÕES GERAIS
═══════════════════════════════════════════════ */
.bp-section         { padding: 72px 0; }
.bp-section-sm      { padding: 48px 0; }
.bp-section-white   { background: var(--bp-white); }
.bp-section-gray    { background: var(--bp-bg); }
.bp-section-green   { background: var(--bp-secondary-light); }
.bp-section-header  { margin-bottom: 48px; }
.bp-section-eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--bp-primary);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.bp-section-eyebrow::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 3px;
    background: var(--bp-accent);
    border-radius: 2px;
    flex-shrink: 0;
}
.bp-section-title {
    font-size: 2rem;
    font-weight: 800;
    color: var(--bp-text);
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin-bottom: 14px;
}
.bp-section-sub {
    font-size: 1rem;
    color: var(--bp-text-muted);
    max-width: 560px;
    line-height: 1.65;
    margin: 0;
}

/* ═══════════════════════════════════════════════
   CARDS DE SOLUÇÃO (estilo Desenvolve SP)
═══════════════════════════════════════════════ */
.bp-solution-card {
    background: var(--bp-white);
    border-radius: var(--bp-radius-lg);
    border: 1px solid var(--bp-border);
    padding: 36px 28px 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
    transition: all 0.30s cubic-bezier(0.4, 0, 0.2, 1);
}
.bp-solution-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--bp-accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.30s ease;
}
.bp-solution-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--bp-shadow-hover);
    border-color: var(--bp-primary);
    color: inherit;
    text-decoration: none;
}
.bp-solution-card:hover::before {
    transform: scaleX(1);
}
.bp-solution-icon-wrap {
    width: 68px;
    height: 68px;
    border-radius: 16px;
    background: var(--bp-primary-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: var(--bp-primary);
    margin-bottom: 22px;
    transition: all 0.30s ease;
    flex-shrink: 0;
}
.bp-solution-card:hover .bp-solution-icon-wrap {
    background: var(--bp-primary);
    color: #fff;
    transform: scale(1.08);
}
.bp-solution-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--bp-text);
    margin-bottom: 10px;
    line-height: 1.3;
    transition: color 0.2s;
}
.bp-solution-card:hover .bp-solution-title {
    color: var(--bp-primary);
}
.bp-solution-desc {
    font-size: 0.875rem;
    color: var(--bp-text-muted);
    line-height: 1.65;
    flex: 1;
    margin-bottom: 24px;
}
.bp-solution-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--bp-primary);
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    transition: gap 0.2s;
}
.bp-solution-card:hover .bp-solution-link { gap: 9px; }

/* Feedback de toque em dispositivos touch (substitui o hover) */
@media (hover: none) and (pointer: coarse) {
    .bp-solution-card:active {
        transform: scale(0.96);
        background: var(--bp-primary-light);
        border-color: var(--bp-primary);
        box-shadow: var(--bp-shadow-hover);
        transition: all 0.12s ease;
    }
    .bp-solution-card:active::before {
        transform: scaleX(1);
    }
    .bp-solution-card:active .bp-solution-icon-wrap {
        background: var(--bp-primary);
        color: #fff;
        transform: scale(1.1);
    }
    .bp-solution-card:active .bp-solution-title {
        color: var(--bp-primary);
    }
    .bp-solution-card:active .bp-solution-link {
        gap: 9px;
    }
}

/* Cards menores em mobile xs (2 por linha) */
@media (max-width: 575px) {
    .bp-solution-card {
        padding: 18px 12px 18px;
        align-items: center;
        text-align: center;
    }
    .bp-solution-icon-wrap {
        width: 50px;
        height: 50px;
        font-size: 1.4rem;
        border-radius: 12px;
        margin-bottom: 10px;
    }
    .bp-solution-title {
        font-size: 0.88rem;
        margin-bottom: 0;
    }
    .bp-solution-desc,
    .bp-solution-link {
        display: none;
    }
}

/* ═══════════════════════════════════════════════
   CARDS DE NOTÍCIA V2 (magazine)
═══════════════════════════════════════════════ */
.bp-news-v2-card {
    background: var(--bp-white);
    border-radius: var(--bp-radius-lg);
    border: 1px solid var(--bp-border);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    transition: all 0.30s cubic-bezier(0.4, 0, 0.2, 1);
}
.bp-news-v2-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--bp-shadow-hover);
    border-color: var(--bp-primary);
    color: inherit;
    text-decoration: none;
}
.bp-news-v2-img-wrap {
    height: 210px;
    overflow: hidden;
    position: relative;
    background: var(--bp-primary-light);
    flex-shrink: 0;
}
.bp-news-v2-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}
.bp-news-v2-card:hover .bp-news-v2-img {
    transform: scale(1.06);
}
.bp-news-v2-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bp-primary);
    font-size: 3.5rem;
    opacity: 0.35;
}
.bp-news-v2-destaque-badge {
    position: absolute;
    top: 14px; left: 14px;
    background: var(--bp-accent);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 20px;
}
.bp-news-v2-body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.bp-news-v2-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}
.bp-news-v2-date {
    font-size: 0.78rem;
    color: var(--bp-text-muted);
    display: flex;
    align-items: center;
    gap: 4px;
}
.bp-news-v2-cat {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 2px 9px;
    border-radius: 20px;
    background: var(--bp-primary-light);
    color: var(--bp-primary);
}
.bp-news-v2-title {
    font-size: 1.0rem;
    font-weight: 700;
    color: var(--bp-text);
    line-height: 1.4;
    margin-bottom: 10px;
    transition: color 0.2s;
    flex: 0 0 auto;
}
.bp-news-v2-card:hover .bp-news-v2-title {
    color: var(--bp-primary);
}
.bp-news-v2-excerpt {
    font-size: 0.855rem;
    color: var(--bp-text-muted);
    line-height: 1.6;
    flex: 1;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bp-news-v2-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--bp-primary);
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    transition: gap 0.2s;
    margin-top: auto;
}
.bp-news-v2-card:hover .bp-news-v2-link { gap: 9px; }

/* ═══════════════════════════════════════════════
   STRIP DE ESTATÍSTICAS
═══════════════════════════════════════════════ */
.bp-stats-strip {
    background: var(--bp-primary);
    padding: 52px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.bp-stats-strip::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(circle at 70% 50%, rgba(251,205,7,0.15) 0%, transparent 60%);
}
.bp-stat-item { text-align: center; }
.bp-stat-item-num {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.02em;
}
.bp-stat-item-num span { color: var(--bp-accent); }
.bp-stat-item-lbl {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.72);
    font-weight: 500;
    margin-top: 8px;
    letter-spacing: 0.02em;
}
.bp-stats-divider {
    width: 1px;
    background: rgba(255,255,255,0.15);
    height: 48px;
    margin: auto;
}

/* ═══════════════════════════════════════════════
   BANNER CTA
═══════════════════════════════════════════════ */
.bp-cta-banner {
    background: linear-gradient(110deg, var(--bp-accent-dark) 0%, var(--bp-accent) 100%);
    padding: 56px 0;
    position: relative;
    overflow: hidden;
}
.bp-cta-banner::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
}
.bp-cta-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}
.bp-cta-sub {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.85);
    margin: 0;
}
.bp-cta-btn {
    background: #fff;
    color: var(--bp-accent-dark);
    padding: 13px 30px;
    border-radius: 28px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s;
    box-shadow: 0 4px 18px rgba(0,0,0,0.15);
    white-space: nowrap;
}
.bp-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.20);
    color: var(--bp-primary-dark);
}

/* ═══════════════════════════════════════════════
   SEÇÃO DE COMO FUNCIONA
═══════════════════════════════════════════════ */
.bp-step-card {
    text-align: center;
    padding: 28px 20px;
    position: relative;
}
.bp-step-num {
    width: 52px; height: 52px;
    border-radius: 50%;
    background: var(--bp-primary);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px;
    box-shadow: 0 4px 16px rgba(1,77,165,0.30);
}
.bp-step-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--bp-text);
    margin-bottom: 8px;
}
.bp-step-desc {
    font-size: 0.85rem;
    color: var(--bp-text-muted);
    line-height: 1.6;
}
.bp-step-connector {
    position: absolute;
    top: 45px;
    right: -28px;
    color: var(--bp-border);
    font-size: 1.5rem;
}

/* ═══════════════════════════════════════════════
   NOTÍCIAS — HERO + DETALHE
═══════════════════════════════════════════════ */
.bp-noticia-hero {
    background: var(--bp-primary-light);
    border-bottom: 2px solid var(--bp-border);
    padding: 36px 0;
}
.bp-noticia-hero h1 {
    font-size: 1.65rem;
    font-weight: 800;
    color: var(--bp-primary-dark);
    letter-spacing: -0.02em;
}
.bp-noticia-detalhe-img {
    width: 100%;
    max-height: 440px;
    object-fit: cover;
    border-radius: var(--bp-radius-lg);
    margin-bottom: 28px;
}
.bp-noticia-content {
    font-size: 1.0rem;
    line-height: 1.85;
    color: var(--bp-text);
}
.bp-noticia-content p { margin-bottom: 18px; }

/* ═══════════════════════════════════════════════
   PORTAL LOGIN DO CLIENTE
═══════════════════════════════════════════════ */
.bp-login-hero {
    background: linear-gradient(130deg, var(--bp-primary-dark) 0%, var(--bp-primary) 100%);
    padding: 44px 0 36px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.bp-login-hero::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(251,205,7,0.15) 0%, transparent 60%);
}
.bp-login-hero-icon {
    font-size: 3.2rem;
    color: rgba(255,255,255,0.85);
    margin-bottom: 14px;
    line-height: 1;
    position: relative;
}
.bp-login-hero-title {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 6px;
    position: relative;
}
.bp-login-hero-sub {
    font-size: 0.92rem;
    color: rgba(255,255,255,0.78);
    margin: 0;
    position: relative;
}
.bp-login-wrap {
    padding: 48px 0 64px;
    background: var(--bp-bg);
}
.bp-login-card {
    background: var(--bp-white);
    border-radius: var(--bp-radius-xl);
    border: 1px solid var(--bp-border);
    box-shadow: var(--bp-shadow-lg);
    padding: 40px 40px 30px;
    max-width: 440px;
    margin: 0 auto;
}
.bp-login-footer {
    text-align: center;
    border-top: 1px solid var(--bp-border);
    padding-top: 20px;
    margin-top: 8px;
    color: var(--bp-text-muted);
    font-size: 0.84rem;
}
.bp-login-back-link {
    color: var(--bp-primary);
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
}
.bp-login-back-link:hover { text-decoration: underline; }
.bp-alert-danger {
    background: #fdf3f3;
    border: 1px solid #f5c6cb;
    border-left: 4px solid #dc3545;
    border-radius: var(--bp-radius);
    padding: 12px 16px;
    color: #721c24;
    font-size: 0.875rem;
}

/* ═══════════════════════════════════════════════
   ÁREA AUTENTICADA DO CLIENTE
═══════════════════════════════════════════════ */
.bp-cliente-welcome {
    background: linear-gradient(130deg, var(--bp-primary-dark) 0%, var(--bp-primary) 100%);
    padding: 28px 0;
    color: #fff;
}
.bp-cliente-welcome-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.bp-cliente-welcome-info {
    display: flex;
    align-items: center;
    gap: 16px;
}
.bp-cliente-avatar {
    font-size: 2.6rem;
    color: rgba(255,255,255,0.80);
    line-height: 1;
    flex-shrink: 0;
}
.bp-cliente-nome {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 3px;
}
.bp-cliente-cpf {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.70);
}
.bp-btn-logout {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255,255,255,0.12);
    color: #fff;
    border: 1.5px solid rgba(255,255,255,0.30);
    border-radius: 22px;
    padding: 8px 20px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap;
}
.bp-btn-logout:hover {
    background: rgba(255,255,255,0.22);
    border-color: rgba(255,255,255,0.60);
    color: #fff;
}
.bp-stats-row {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    padding: 24px 0 8px;
}
.bp-stat-card {
    flex: 1;
    min-width: 140px;
    background: var(--bp-white);
    border-radius: var(--bp-radius);
    border: 1px solid var(--bp-border);
    box-shadow: var(--bp-shadow-sm);
    padding: 20px 22px;
    text-align: center;
    border-top: 3px solid var(--bp-stat-color, var(--bp-primary));
}
.bp-stat-icon {
    font-size: 1.5rem;
    color: var(--bp-stat-color, var(--bp-primary));
    margin-bottom: 7px;
}
.bp-stat-value {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--bp-text);
    line-height: 1;
    letter-spacing: -0.02em;
}
.bp-stat-label {
    font-size: 0.75rem;
    color: var(--bp-text-muted);
    margin-top: 5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.bp-area-body { padding: 24px 0 56px; }
.bp-area-section-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--bp-primary);
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--bp-border);
    display: flex;
    align-items: center;
    gap: 8px;
}
.bp-valor-destaque {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--bp-accent-dark);
}
.bp-row-vencida td { background: #fff5f5 !important; }

/* ═══════════════════════════════════════════════
   TABELA CONTRATOS / PARCELAS
═══════════════════════════════════════════════ */
.bp-contrato-box {
    background: var(--bp-white);
    border-radius: var(--bp-radius-lg);
    border: 1px solid var(--bp-border);
    box-shadow: var(--bp-shadow-sm);
    padding: 28px;
    margin-bottom: 20px;
}
.bp-contrato-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--bp-border);
}
.bp-contrato-num {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--bp-primary);
}
.bp-badge-status {
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 13px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.bp-status-liberado  { background: #d4edda; color: #155724; }
.bp-status-analise   { background: #fff3cd; color: #856404; }
.bp-status-bloqueado { background: #f8d7da; color: #721c24; }
.bp-status-cancelado { background: #e2e3e5; color: #383d41; }
.bp-parcela-table    { width: 100%; border-collapse: collapse; }
.bp-parcela-table th {
    background: var(--bp-primary-light);
    color: var(--bp-primary-dark);
    font-size: 0.78rem;
    font-weight: 700;
    padding: 11px 14px;
    text-align: left;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.bp-parcela-table td {
    padding: 12px 14px;
    font-size: 0.875rem;
    border-bottom: 1px solid var(--bp-border);
    color: var(--bp-text);
}
.bp-parcela-table tr:last-child td { border-bottom: none; }
.bp-parcela-table tr:hover td { background: var(--bp-primary-light); }
.bp-btn-boleto {
    background: var(--bp-primary);
    color: #fff;
    border-radius: 18px;
    padding: 5px 14px;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.2s;
}
.bp-btn-boleto:hover {
    background: var(--bp-primary-dark);
    color: #fff;
    transform: translateY(-1px);
}
.bp-btn-boleto-disabled {
    background: #f3f4f6;
    color: #9ca3af;
    border-radius: 18px;
    padding: 5px 14px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.bp-pago-badge { color: #16a34a; font-weight: 700; font-size: 0.8rem; display:inline-flex;align-items:center;gap:3px; }
.bp-venc-badge { color: #dc2626; font-weight: 700; font-size: 0.8rem; display:inline-flex;align-items:center;gap:3px; }

/* ═══════════════════════════════════════════════
   ELEMENTOS REUTILIZÁVEIS
═══════════════════════════════════════════════ */
.bp-breadcrumb {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.82rem;
    color: var(--bp-text-muted);
}
.bp-breadcrumb a {
    color: var(--bp-primary);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
.bp-breadcrumb a:hover { color: var(--bp-primary-dark); }
.bp-alert-info {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-left: 4px solid var(--bp-primary);
    border-radius: var(--bp-radius);
    padding: 14px 18px;
    color: var(--bp-text);
    font-size: 0.875rem;
}
.bp-empty-state {
    text-align: center;
    padding: 64px 24px;
    color: var(--bp-text-muted);
}
.bp-empty-state i { font-size: 3.5rem; margin-bottom: 18px; display: block; opacity: 0.45; }
.bp-empty-state p { font-size: 1rem; }
.bp-btn-primary {
    background: var(--bp-primary);
    color: #fff;
    border: none;
    border-radius: 26px;
    padding: 13px 32px;
    font-weight: 700;
    font-size: 0.92rem;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}
.bp-btn-primary:hover {
    background: var(--bp-primary-dark);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(1,77,165,0.28);
    color: #fff;
}
.bp-form-label {
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--bp-text);
    margin-bottom: 6px;
}
.bp-form-control {
    border: 1.5px solid var(--bp-border) !important;
    border-radius: 10px !important;
    padding: 11px 14px !important;
    font-size: 0.92rem !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
    background: var(--bp-white) !important;
}
.bp-form-control:focus {
    border-color: var(--bp-primary) !important;
    box-shadow: 0 0 0 3px rgba(26,92,55,0.10) !important;
    outline: none !important;
}

/* ═══════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════ */
.bp-footer {
    background: #010E38;
    color: rgba(255,255,255,0.75);
    padding: 60px 0 0;
    flex-shrink: 0;
}
.bp-footer-title   { color: #fff; font-size: 1.0rem; font-weight: 700; margin-bottom: 4px; }
.bp-footer-sigla   { display:inline-block; background:var(--bp-accent); color:#fff; font-size:0.68rem; font-weight:700; letter-spacing:0.06em; padding:2px 10px; border-radius:10px; margin-bottom:12px; text-transform:uppercase; }
.bp-footer-lei     { font-size:0.78rem; color:rgba(255,255,255,0.45); margin:2px 0; }
.bp-footer-logo    { max-height:56px; max-width:110px; object-fit:contain; filter:brightness(0) invert(1); opacity:0.8; }
.bp-footer-heading { color:var(--bp-accent); font-size:0.78rem; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; margin-bottom:16px; padding-bottom:8px; border-bottom:1px solid rgba(255,255,255,0.10); }
.bp-footer-text    { font-size:0.85rem; color:rgba(255,255,255,0.65); line-height:1.75; margin-bottom:5px; }
.bp-footer-link    { color:rgba(255,255,255,0.65) !important; text-decoration:none; transition:color 0.2s; }
.bp-footer-link:hover { color:var(--bp-accent) !important; }
.bp-footer-links   { list-style:none; padding:0; margin:0; }
.bp-footer-links li { margin-bottom:9px; }
.bp-footer-links a { color:rgba(255,255,255,0.65); text-decoration:none; font-size:0.85rem; transition:color 0.2s; display:flex; align-items:center; gap:5px; }
.bp-footer-links a:hover { color:var(--bp-accent); }
.bp-footer-bottom  { background:rgba(0,0,0,0.30); padding:16px 0; margin-top:48px; font-size:0.80rem; color:rgba(255,255,255,0.42); }

/* ═══════════════════════════════════════════════
   RESPONSIVIDADE
═══════════════════════════════════════════════ */
@media (max-width: 991px) {
    .bp-hero-title   { font-size: 2rem; }
    .bp-section-title { font-size: 1.6rem; }
    .bp-hero-deco    { display: none; }
    .bp-stats-divider { display: none; }
}
@media (max-width: 768px) {
    .bp-title-main   { font-size: 1.2rem; }
    .bp-hero         { padding: 52px 0 44px; }
    .bp-hero-title   { font-size: 1.75rem; }
    .bp-hero-sub     { font-size: 0.95rem; }
    .bp-section      { padding: 52px 0; }
    .bp-section-title { font-size: 1.4rem; }
    .bp-solution-card { padding: 28px 22px 22px; }
    .bp-contrato-box  { padding: 20px 16px; }
    .bp-parcela-table th,
    .bp-parcela-table td { padding: 9px 10px; font-size: 0.8rem; }
    .bp-login-card   { padding: 28px 22px 22px; }
    .bp-stats-row    { gap: 12px; }
    .bp-stat-card    { min-width: 100px; }
    .bp-stat-value   { font-size: 1.5rem; }
    .bp-cliente-welcome-inner { flex-direction: column; align-items: flex-start; gap: 14px; }
    .bp-cta-banner   { padding: 40px 0; text-align: center; }
    .bp-cta-title    { font-size: 1.4rem; }
    .bp-stat-item-num { font-size: 1.9rem; }
}

/* ═══════════════════════════════════════════════
   BLOG NEWS — Artigo em Destaque (estilo Bootstrap 5 Blog)
═══════════════════════════════════════════════ */
.bp-blog-featured {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    background: var(--bp-white);
    border-radius: var(--bp-radius-lg);
    border: 1px solid var(--bp-border);
    overflow: hidden;
    box-shadow: var(--bp-shadow-sm);
    transition: all 0.30s cubic-bezier(0.4, 0, 0.2, 1);
}
.bp-blog-featured:hover {
    transform: translateY(-6px);
    box-shadow: var(--bp-shadow-hover);
    border-color: var(--bp-primary);
    color: inherit;
    text-decoration: none;
}
.bp-blog-featured-img-wrap {
    height: 300px;
    overflow: hidden;
    position: relative;
    background: var(--bp-primary-light);
    flex-shrink: 0;
}
.bp-blog-featured-img-wrap .bp-blog-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}
.bp-blog-featured:hover .bp-blog-featured-img-wrap .bp-blog-img {
    transform: scale(1.05);
}
.bp-blog-featured-img-wrap .bp-news-v2-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bp-primary);
    font-size: 4rem;
    opacity: 0.30;
}
.bp-blog-featured-body {
    padding: 28px 28px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.bp-blog-featured-title {
    font-size: 1.40rem;
    font-weight: 800;
    color: var(--bp-text);
    line-height: 1.3;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
    transition: color 0.2s;
}
.bp-blog-featured:hover .bp-blog-featured-title {
    color: var(--bp-primary);
}
.bp-blog-featured-excerpt {
    font-size: 0.90rem;
    color: var(--bp-text-muted);
    line-height: 1.70;
    flex: 1;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ═══════════════════════════════════════════════
   BLOG NEWS — Mini-cards (coluna lateral)
═══════════════════════════════════════════════ */
.bp-blog-mini {
    display: flex;
    gap: 14px;
    text-decoration: none;
    color: inherit;
    background: var(--bp-white);
    border-radius: var(--bp-radius);
    border: 1px solid var(--bp-border);
    padding: 14px;
    box-shadow: var(--bp-shadow-sm);
    transition: all 0.22s ease;
    align-items: flex-start;
}
.bp-blog-mini:hover {
    border-color: var(--bp-primary);
    box-shadow: 0 6px 22px rgba(1,77,165,0.12);
    transform: translateX(4px);
    color: inherit;
    text-decoration: none;
}
.bp-blog-mini-img-wrap {
    width: 88px;
    height: 72px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--bp-primary-light);
    position: relative;
}
.bp-blog-mini-img-wrap .bp-blog-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.bp-blog-mini:hover .bp-blog-mini-img-wrap .bp-blog-img {
    transform: scale(1.08);
}
.bp-blog-mini-img-wrap .bp-news-v2-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bp-primary);
    font-size: 1.8rem;
    opacity: 0.35;
}
.bp-blog-mini-body {
    flex: 1;
    min-width: 0;
}
.bp-blog-mini-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--bp-text);
    line-height: 1.4;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s;
}
.bp-blog-mini:hover .bp-blog-mini-title {
    color: var(--bp-primary);
}
.bp-blog-mini-excerpt {
    font-size: 0.775rem;
    color: var(--bp-text-muted);
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Imagem genérica usada em ambos os cards de blog */
.bp-blog-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .bp-blog-featured-img-wrap { height: 220px; }
    .bp-blog-featured-body { padding: 20px 20px 18px; }
    .bp-blog-featured-title { font-size: 1.15rem; }
    .bp-blog-mini-img-wrap { width: 72px; height: 60px; }
}

/* ═══════════════════════════════════════════════
   NOTÍCIAS — HERO DA LISTAGEM (gradiente)
═══════════════════════════════════════════════ */
.bp-news-list-hero {
    background: linear-gradient(130deg, var(--bp-primary-dark) 0%, var(--bp-primary) 60%, var(--bp-primary-mid) 100%);
    padding: 52px 0 44px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.bp-news-list-hero::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(circle at 85% 30%, rgba(251,205,7,0.18) 0%, transparent 50%),
        radial-gradient(circle at 15% 80%, rgba(255,255,255,0.04) 0%, transparent 40%);
    pointer-events: none;
}
.bp-news-list-hero::after {
    content: '';
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}
.bp-news-list-hero .bp-breadcrumb {
    color: rgba(255,255,255,0.60);
}
.bp-news-list-hero .bp-breadcrumb a {
    color: rgba(255,255,255,0.82);
    font-weight: 500;
}
.bp-news-list-hero .bp-breadcrumb a:hover { color: var(--bp-accent); }
.bp-news-list-hero h1 {
    font-size: 2.1rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.025em;
    margin-bottom: 10px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.15);
    position: relative;
}
.bp-news-list-hero p {
    color: rgba(255,255,255,0.78);
    font-size: 1rem;
    margin: 0;
    position: relative;
}
@media (max-width: 768px) {
    .bp-news-list-hero { padding: 36px 0 30px; }
    .bp-news-list-hero h1 { font-size: 1.55rem; }
}

/* ═══════════════════════════════════════════════
   NOTÍCIAS — BOTÃO "LEIA MAIS"
═══════════════════════════════════════════════ */
.bp-btn-leia-mais {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--bp-primary);
    color: #fff !important;
    font-size: 0.855rem;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 24px;
    text-decoration: none !important;
    transition: all 0.22s ease;
    white-space: nowrap;
    align-self: flex-start;
}
.bp-btn-leia-mais:hover {
    background: var(--bp-primary-dark);
    color: #fff !important;
    gap: 11px;
    box-shadow: 0 6px 20px rgba(1,77,165,0.30);
}

/* ═══════════════════════════════════════════════
   NOTÍCIAS — DIVISOR "MAIS NOTÍCIAS"
═══════════════════════════════════════════════ */
.bp-news-grid-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 52px 0 32px;
}
.bp-news-grid-divider::before,
.bp-news-grid-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--bp-border);
}
.bp-news-grid-divider h3 {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--bp-text-muted);
    letter-spacing: 0.02em;
    white-space: nowrap;
    margin: 0;
}

/* ═══════════════════════════════════════════════
   AJUSTES: position:relative para stretched-link
═══════════════════════════════════════════════ */
.bp-blog-featured { position: relative; }
.bp-news-v2-card  { position: relative; }

/* ═══════════════════════════════════════════════
   LINK DE NAVEGAÇÃO GENÉRICO (voltar, ler mais texto)
═══════════════════════════════════════════════ */
.bp-news-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--bp-primary);
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: gap 0.2s, color 0.2s;
}
.bp-news-link:hover {
    color: var(--bp-primary-dark);
    gap: 10px;
}

/* ═══════════════════════════════════════════════
   HERO — LOGO FLUTUANTE (direita)
═══════════════════════════════════════════════ */
.bp-hero-logo-center {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
}
.bp-hero-logo-img {
    max-width: 72%;
    max-height: 72%;
    object-fit: contain;
    filter: drop-shadow(0 6px 24px rgba(0,0,0,0.40)) brightness(1.05);
    animation: bp-float 4.5s ease-in-out infinite;
}
.bp-hero-deco-icon {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 5rem;
    color: rgba(255,255,255,0.45);
}
@keyframes bp-float {
    0%, 100% { transform: translateY(0px); }
    50%       { transform: translateY(-12px); }
}

/* ═══════════════════════════════════════════════
   MISSÃO / VISÃO / VALORES
═══════════════════════════════════════════════ */
.bp-mvv-card {
    border-radius: var(--bp-radius-lg);
    padding: 38px 32px 36px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.bp-mvv-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--bp-shadow-hover);
}
.bp-mvv-icon {
    font-size: 2.2rem;
    margin-bottom: 18px;
    line-height: 1;
    opacity: 0.90;
}
.bp-mvv-label {
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.bp-mvv-label::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 28px;
    border-radius: 3px;
    flex-shrink: 0;
}
.bp-mvv-text {
    font-size: 0.95rem;
    line-height: 1.78;
    flex: 1;
}
.bp-mvv-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}
.bp-mvv-list li {
    font-size: 0.925rem;
    font-weight: 600;
    padding: 9px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.bp-mvv-list li + li { border-top: 1px solid rgba(0,0,0,0.08); }
.bp-mvv-list li::before {
    content: '›';
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
    flex-shrink: 0;
}

/* MISSÃO — azul */
.bp-mvv-blue {
    background: var(--bp-primary);
    box-shadow: 0 8px 32px rgba(1,77,165,0.22);
}
.bp-mvv-blue .bp-mvv-icon   { color: var(--bp-accent); }
.bp-mvv-blue .bp-mvv-label  { color: #fff; }
.bp-mvv-blue .bp-mvv-label::before { background: var(--bp-accent); }
.bp-mvv-blue .bp-mvv-text   { color: rgba(255,255,255,0.88); }

/* VISÃO — verde */
.bp-mvv-green {
    background: var(--bp-secondary);
    box-shadow: 0 8px 32px rgba(1,154,48,0.22);
}
.bp-mvv-green .bp-mvv-icon   { color: var(--bp-accent); }
.bp-mvv-green .bp-mvv-label  { color: #fff; }
.bp-mvv-green .bp-mvv-label::before { background: var(--bp-accent); }
.bp-mvv-green .bp-mvv-text  { color: rgba(255,255,255,0.88); }

/* VALORES — amarelo */
.bp-mvv-yellow {
    background: var(--bp-accent);
    box-shadow: 0 8px 32px rgba(251,205,7,0.30);
}
.bp-mvv-yellow .bp-mvv-icon  { color: var(--bp-primary); }
.bp-mvv-yellow .bp-mvv-label { color: var(--bp-primary); }
.bp-mvv-yellow .bp-mvv-label::before { background: var(--bp-primary); }
.bp-mvv-yellow .bp-mvv-text  { color: var(--bp-primary-dark); }
.bp-mvv-yellow .bp-mvv-list li       { color: var(--bp-primary); }
.bp-mvv-yellow .bp-mvv-list li + li  { border-color: rgba(1,77,165,0.12); }
.bp-mvv-yellow .bp-mvv-list li::before { color: var(--bp-primary); }

/* ═══════════════════════════════════════════════
   SEÇÃO CRÉDITO PARA SEU NEGÓCIO
═══════════════════════════════════════════════ */
.bp-credito-section {
    background: linear-gradient(135deg, var(--bp-primary-dark) 0%, var(--bp-primary) 60%, var(--bp-primary-mid) 100%);
    padding: 84px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.bp-credito-section::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(circle at 90% 15%, rgba(251,205,7,0.14) 0%, transparent 48%),
        radial-gradient(circle at 10% 85%, rgba(1,154,48,0.10) 0%, transparent 44%);
    pointer-events: none;
}
.bp-credito-section::after {
    content: '';
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 52px 52px;
    pointer-events: none;
}
.bp-credito-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--bp-accent);
    margin-bottom: 16px;
}
.bp-credito-title {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.13;
    letter-spacing: -0.03em;
    color: #fff;
    margin-bottom: 18px;
}
.bp-credito-sub {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.80);
    margin-bottom: 36px;
    line-height: 1.65;
    max-width: 480px;
}
.bp-credito-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}
.bp-credito-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 1.0rem;
    font-weight: 700;
    color: rgba(255,255,255,0.95);
    padding: 11px 0;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}
.bp-credito-list li:last-child { border-bottom: none; }
.bp-credito-list li i {
    color: var(--bp-secondary-mid);
    font-size: 1.25rem;
    flex-shrink: 0;
}
.bp-credito-btn {
    background: var(--bp-accent);
    color: var(--bp-primary-dark) !important;
    padding: 15px 36px;
    border-radius: 32px;
    font-weight: 800;
    font-size: 0.98rem;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.25s;
    box-shadow: 0 6px 24px rgba(251,205,7,0.35);
    position: relative;
    white-space: nowrap;
}
.bp-credito-btn:hover {
    background: #fff;
    color: var(--bp-primary) !important;
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(0,0,0,0.22);
}
.bp-credito-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.bp-credito-glass {
    background: rgba(255,255,255,0.08);
    border: 1.5px solid rgba(255,255,255,0.18);
    border-radius: var(--bp-radius-xl);
    padding: 44px 40px;
    backdrop-filter: blur(16px);
    text-align: center;
    max-width: 340px;
    width: 100%;
    box-shadow: 0 24px 56px rgba(0,0,0,0.22);
    position: relative;
}
.bp-credito-glass-icon {
    font-size: 4.5rem;
    color: var(--bp-accent);
    margin-bottom: 22px;
    line-height: 1;
    display: block;
    animation: bp-float 4s ease-in-out infinite;
}
.bp-credito-glass-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.3;
}
.bp-credito-glass-sub {
    font-size: 0.90rem;
    color: rgba(255,255,255,0.72);
    line-height: 1.65;
}
.bp-credito-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(251,205,7,0.15);
    border: 1px solid rgba(251,205,7,0.30);
    color: var(--bp-accent);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 18px;
}

/* ── Responsivo novos blocos ── */
@media (max-width: 991px) {
    .bp-credito-title { font-size: 1.9rem; }
}
@media (max-width: 768px) {
    .bp-mvv-card { padding: 28px 24px; }
    .bp-mvv-label { font-size: 1.15rem; }
    .bp-credito-section { padding: 56px 0; }
    .bp-credito-title { font-size: 1.65rem; }
    .bp-credito-sub { font-size: 0.95rem; }
    .bp-credito-btn { padding: 13px 28px; }
}

/* ═══════════════════════════════════════════════
   PARCELAS — CARDS MOBILE (2 colunas)
═══════════════════════════════════════════════ */
.bp-parcela-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.bp-parcela-card {
    background: var(--bp-white);
    border: 1px solid var(--bp-border);
    border-radius: var(--bp-radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: var(--bp-shadow-sm);
}
.bp-parcela-card--vencida {
    border-color: #fca5a5;
    background: #fff5f5;
}
.bp-parcela-card-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 10px 12px 8px;
    background: var(--bp-primary-light);
    border-bottom: 1px solid var(--bp-border);
}
.bp-parcela-card--vencida .bp-parcela-card-header {
    background: #fef2f2;
    border-color: #fca5a5;
}
.bp-parcela-card-num {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--bp-primary);
    white-space: nowrap;
}
.bp-parcela-card-body {
    padding: 8px 12px;
    flex: 1;
}
.bp-parcela-card-row {
    display: flex;
    flex-direction: column;
    gap: 1px;
    padding: 5px 0;
    border-bottom: 1px solid var(--bp-border);
}
.bp-parcela-card-row:last-child {
    border-bottom: none;
}
.bp-parcela-card-label {
    color: var(--bp-text-muted);
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.bp-parcela-card-val {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--bp-text);
}
.bp-parcela-card-footer {
    padding: 8px 12px;
    border-top: 1px solid var(--bp-border);
    background: var(--bp-gray-50);
}
.bp-btn-boleto--full {
    width: 100%;
    justify-content: center;
    border-radius: 8px !important;
    padding: 8px 10px !important;
    font-size: 0.78rem !important;
    gap: 4px !important;
}
