.brand-lockup {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 869 / 290;
    border-radius: 8px;
    color: #000000;
    background: #ffffff;
    container-type: inline-size;
}

.brand-lockup .brand-lockup__mark {
    position: absolute;
    top: 20.69%;
    left: 1.96%;
    width: 13.69%;
    max-width: none;
    height: 56.55%;
    object-fit: fill;
}

.brand-lockup__name,
.brand-lockup__tagline {
    position: absolute;
    display: flex;
    align-items: baseline;
    white-space: nowrap;
    font-family: "Times New Roman", Times, serif;
    line-height: 1;
}

.brand-lockup__name {
    top: 32.5%;
    left: 19.6%;
    font-size: 7.35cqw;
    font-weight: 600;
    letter-spacing: 0.002em;
}

.brand-lockup__line {
    position: absolute;
    top: 56.2%;
    right: 0;
    left: 15.65%;
    height: max(2px, 0.92cqw);
    background: #02157b;
}

.brand-lockup__tagline {
    top: 67%;
    left: 23.8%;
    font-size: 4cqw;
    font-weight: 400;
    letter-spacing: 0.005em;
}

.brand-lockup--header {
    width: clamp(190px, 15vw, 220px);
}

.brand-lockup--footer {
    width: 230px;
    margin-bottom: 18px;
}

.brand-lockup--login {
    width: min(260px, 100%);
    margin-inline: auto;
}

.brand-lockup--system {
    width: 158px;
}

/*
 * Superfície compartilhada das telas internas.
 * Reaproveita o fundo abstrato do login sem levar a frase para o sistema.
 */
.container_home > main {
    position: relative;
    isolation: isolate;
    background:
        radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.96) 0 15%, transparent 38%),
        radial-gradient(circle at 82% 22%, rgba(8, 191, 169, 0.14), transparent 26%),
        linear-gradient(135deg, #f9fbfc 0%, #eef3f6 48%, #e7eef2 100%);
}

.container_home > main::before,
.container_home > main::after {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    content: "";
}

.container_home > main::before {
    top: -42%;
    left: -17%;
    width: 88%;
    height: 112%;
    transform: rotate(-14deg);
    border-radius: 45% 55% 62% 38% / 52% 38% 62% 48%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(224, 232, 237, 0.72));
    box-shadow: 30px 42px 80px rgba(23, 47, 76, 0.13);
}

.container_home > main::after {
    right: -25%;
    bottom: -55%;
    width: 92%;
    height: 120%;
    transform: rotate(13deg);
    border-radius: 58% 42% 30% 70% / 38% 56% 44% 62%;
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.82), rgba(198, 212, 222, 0.62));
    box-shadow: -28px -24px 72px rgba(23, 47, 76, 0.12);
}

.container_home > main > * {
    position: relative;
    z-index: 1;
}

@media (max-width: 1366px) {
    .brand-lockup--system {
        width: 148px;
    }
}

@media (min-width: 1400px) {
    .brand-lockup--system {
        width: 185px;
    }
}

@media (max-width: 680px) {
    .brand-lockup--header {
        width: 178px;
    }
}
