/* =====================================================
   BER FIRE — ESTILOS ESPECÍFICOS
===================================================== */

/* BLOCOS DO FORMULÁRIO */
.ber-fire-bloco {
    background: #f8fafc;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 20px;
    border-left: 4px solid #1e73be;
}

.ber-fire-bloco-title {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
}

.ber-fire-bloco small {
    display: block;
    font-size: 11px;
    color: #94a3b8;
    margin-top: 4px;
}

/* DESTAQUE PRINCIPAL */
.ber-fire-destaque {
    text-align: center;
    padding: 40px 30px;
    background: linear-gradient(135deg, #0f172a, #1e3a5f);
    color: #fff;
    border-radius: 16px;
    margin-top: 25px;
}

.ber-fire-destaque-icon {
    font-size: 48px;
    margin-bottom: 12px;
}

.ber-fire-destaque-titulo {
    font-size: 16px;
    color: #94a3b8;
    margin-bottom: 8px;
}

.ber-fire-destaque-valor {
    font-size: 64px;
    font-weight: 900;
    color: #f97316;
    line-height: 1;
    margin-bottom: 8px;
}

.ber-fire-destaque-sub {
    font-size: 16px;
    color: #cbd5e1;
    margin-bottom: 24px;
}

.ber-fire-destaque-meta {
    display: inline-block;
    background: rgba(255,255,255,0.08);
    border-radius: 10px;
    padding: 10px 20px;
    margin: 6px;
    font-size: 14px;
    color: #e2e8f0;
}

.ber-fire-destaque-meta strong {
    color: #fff;
    margin-left: 4px;
}

.ber-fire-destaque-meta span {
    font-size: 11px;
    color: #94a3b8;
    margin-left: 4px;
}

/* GRID DOS 3 CENÁRIOS */
.ber-fire-cenarios-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.ber-fire-cenario-card {
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

.ber-fire-cenario-icon {
    font-size: 28px;
    margin-bottom: 8px;
}

.ber-fire-cenario-nome {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 2px;
}

.ber-fire-cenario-taxa {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 16px;
}

.ber-fire-cenario-stat {
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    font-size: 13px;
}

.ber-fire-cenario-stat span {
    color: #64748b;
}

.ber-fire-cenario-stat strong {
    color: #0f172a;
}

.ber-fire-cenario-stat.main {
    margin-bottom: 4px;
}

.ber-fire-cenario-stat.main strong {
    font-size: 18px;
}

/* INSIGHTS */
.ber-fire-insight {
    background: #f8fafc;
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 1.7;
    color: #334155;
    border-left: 3px solid #1e73be;
}

.ber-fire-disclaimer {
    border-left-color: #f97316;
    background: #fff7ed;
    color: #9a3412;
}

/* CAMPO MONEY MASK FOCUS */
input.ber-money-mask:focus {
    border-color: #1e73be;
    box-shadow: 0 0 0 3px rgba(30,115,190,0.12);
    outline: none;
}

/* RESPONSIVO */
@media (max-width: 768px) {
    .ber-fire-cenarios-grid {
        grid-template-columns: 1fr;
    }

    .ber-fire-destaque-valor {
        font-size: 48px;
    }

    .ber-fire-bloco {
        padding: 16px;
    }
}
