/* Identidade visual oficial MCT Perícias */
.brand-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.68rem;
    padding: 0;
    text-decoration: none;
    letter-spacing: normal;
}

.brand-logo__symbol {
    width: 50px;
    height: 50px;
    object-fit: contain;
    flex: 0 0 auto;
}

.brand-logo__wordmark {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
}

.brand-logo__mct {
    color: #ffffff;
    font-family: Montserrat, Inter, system-ui, sans-serif;
    font-size: 1.52rem;
    font-weight: 800;
    letter-spacing: 0.055em;
}

.brand-logo__pericias {
    margin-top: 0.26rem;
    color: #c5a059;
    font-family: Montserrat, Inter, system-ui, sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.30em;
}

.brand-logo:hover .brand-logo__mct,
.brand-logo:focus .brand-logo__mct {
    color: #ffffff;
}

.brand-logo:hover .brand-logo__pericias,
.brand-logo:focus .brand-logo__pericias {
    color: #d6b46e;
}

@media (max-width: 991.98px) {
    .brand-logo__symbol {
        width: 44px;
        height: 44px;
    }

    .brand-logo__mct {
        font-size: 1.35rem;
    }

    .brand-logo__pericias {
        font-size: 0.60rem;
        letter-spacing: 0.27em;
    }
}

@media (max-width: 380px) {
    .brand-logo {
        gap: 0.48rem;
    }

    .brand-logo__symbol {
        width: 38px;
        height: 38px;
    }

    .brand-logo__mct {
        font-size: 1.18rem;
    }

    .brand-logo__pericias {
        font-size: 0.53rem;
        letter-spacing: 0.22em;
    }
}

/* Harmonização do cabeçalho com o novo hero */
.navbar {
    background:
        linear-gradient(
            90deg,
            rgba(5, 20, 35, 0.99) 0%,
            rgba(7, 27, 47, 0.99) 48%,
            rgba(9, 34, 58, 0.99) 100%
        ) !important;
    border-bottom: 1px solid rgba(197, 160, 89, 0.14);
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.18);
}

.navbar .container {
    min-height: 58px;
}

.navbar-toggler {
    border-color: rgba(197, 160, 89, 0.42);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(197, 160, 89, 0.16);
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        margin-top: 0.75rem;
        padding: 0.8rem 1rem 1rem;
        border-top: 1px solid rgba(197, 160, 89, 0.12);
        background: rgba(5, 20, 35, 0.98);
        border-radius: 0 0 10px 10px;
    }
}

/* Refinamento visual do símbolo no cabeçalho */
.brand-logo__symbol {
    background-color: #051423;
    border-radius: 6px;
}

/* Ajuste final de proporção da marca no navbar */
@media (min-width: 992px) {
    .navbar {
        padding-top: 0.72rem;
        padding-bottom: 0.72rem;
    }

    .brand-logo {
        gap: 0.58rem;
    }

    .brand-logo__symbol {
        width: 46px;
        height: 46px;
    }

    .brand-logo__mct {
        font-size: 1.46rem;
        letter-spacing: 0.05em;
    }

    .brand-logo__pericias {
        margin-top: 0.22rem;
        font-size: 0.64rem;
        letter-spacing: 0.27em;
    }
}
