/*
 * =========================================================
 * SETH 2.0 — LOGIN LIVTI
 * Rodada 03 — Compactação fina
 * =========================================================
 */

body.seth-login-page {
    --seth-login-orange: #ff7a00;
    --seth-login-orange-dark: #e96800;
    --seth-login-ink: #202833;
    --seth-login-muted: #6f7782;
    --seth-login-border: #d8dde3;
    --seth-login-bg: #eef1f4;

    min-height: 100vh;
    margin: 0 !important;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 22%, rgba(255,255,255,0.98) 0, rgba(255,255,255,0.58) 25%, rgba(238,241,244,0) 52%),
        linear-gradient(135deg, #f7f8f9 0%, #eef1f4 45%, #e2e6ea 100%) !important;
    color: var(--seth-login-ink);
}

body.seth-login-page .seth-login-native-hidden {
    display: none !important;
}

/* =========================================================
 * SHELL
 * ========================================================= */

.seth-login-page .seth-login-shell {
    width: 100%;
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(340px, 420px);
    align-items: center;
    gap: clamp(1.3rem, 2.6vw, 3rem);
    padding: clamp(0.8rem, 1.8vw, 1.5rem) clamp(1rem, 2.4vw, 2.5rem);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/* =========================================================
 * LADO ESQUERDO
 * ========================================================= */

.seth-login-page .seth-login-brand {
    position: relative;
    min-width: 0;
    min-height: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.seth-login-page .seth-login-brand-inner {
    position: relative;
    z-index: 2;
    width: min(560px, 100%);
}

.seth-login-page .seth-login-logo-area {
    margin-bottom: 1.5rem;
}

.seth-login-page .seth-login-logo {
    display: block;
    width: clamp(210px, 24vw, 380px);
    max-width: 82%;
    height: auto;
    object-fit: contain;
    object-position: left center;
}

.seth-login-page .seth-login-brand-line {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-top: 0.7rem;
}

.seth-login-page .seth-login-brand-line > span {
    display: block;
    width: 40px;
    height: 3px;
    background: var(--seth-login-orange);
}

.seth-login-page .seth-login-brand-line p {
    margin: 0;
    color: #747b84;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.36em;
}

.seth-login-page .seth-login-product {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.7rem;
    color: var(--seth-login-orange);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.seth-login-page .seth-login-product > span {
    width: 7px;
    height: 7px;
    display: block;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.seth-login-page .seth-login-message h1 {
    max-width: 520px;
    margin: 0;
    color: #252b32;
    font-size: clamp(2.15rem, 3.3vw, 4rem);
    font-weight: 760;
    letter-spacing: -0.05em;
    line-height: 0.93;
}

.seth-login-page .seth-login-message h1 strong {
    display: block;
    margin-top: 0.08em;
    color: var(--seth-login-orange);
    font-weight: inherit;
}

.seth-login-page .seth-login-description {
    max-width: 500px;
    margin: 1rem 0 0;
    color: #6f7780;
    font-size: clamp(0.92rem, 1.05vw, 1.05rem);
    line-height: 1.38;
}

/* =========================================================
 * BENEFÍCIOS
 * ========================================================= */

.seth-login-page .seth-login-benefits {
    max-width: 560px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1.35rem;
}

.seth-login-page .seth-login-benefit {
    min-width: 0;
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 0.45rem;
    align-items: start;
}

.seth-login-page .seth-login-benefit > i {
    margin-top: 0.08rem;
    color: var(--seth-login-orange);
    font-size: 1.2rem;
}

.seth-login-page .seth-login-benefit strong,
.seth-login-page .seth-login-benefit span {
    display: block;
}

.seth-login-page .seth-login-benefit strong {
    color: #39414a;
    font-size: 0.78rem;
    line-height: 1.14;
}

.seth-login-page .seth-login-benefit span {
    margin-top: 0.15rem;
    color: #818892;
    font-size: 0.66rem;
    line-height: 1.24;
}

/* =========================================================
 * FOOTER ESQUERDO
 * ========================================================= */

.seth-login-page .seth-login-brand-footer {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-top: 1.35rem;
}

.seth-login-page .seth-login-brand-footer > span {
    width: 28px;
    height: 3px;
    margin-top: 0.32rem;
    background: var(--seth-login-orange);
}

.seth-login-page .seth-login-brand-footer strong,
.seth-login-page .seth-login-brand-footer small {
    display: block;
}

.seth-login-page .seth-login-brand-footer strong {
    color: #555d66;
    font-size: 0.72rem;
    letter-spacing: 0.2em;
}

.seth-login-page .seth-login-brand-footer small {
    margin-top: 0.3rem;
    color: #9299a1;
    font-size: 0.56rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

/* =========================================================
 * DECORAÇÕES
 * ========================================================= */

.seth-login-page .seth-login-decoration {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.seth-login-page .seth-login-decoration-a {
    width: 240px;
    height: 240px;
    right: 80px;
    bottom: -120px;
    border: 1px solid rgba(45, 53, 62, 0.06);
    transform: rotate(45deg);
}

.seth-login-page .seth-login-decoration-b {
    width: 170px;
    height: 170px;
    left: -80px;
    bottom: -85px;
    border: 1px solid rgba(255, 122, 0, 0.14);
    transform: rotate(45deg);
}

/* =========================================================
 * CARD
 * ========================================================= */

.seth-login-page .seth-login-access {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.seth-login-page .seth-login-card {
    width: 100%;
    max-width: 420px;
    padding: 1.5rem 1.5rem 1.25rem;
    border: 1px solid rgba(214, 219, 224, 0.8);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.93);
    box-shadow:
        0 14px 30px rgba(35, 42, 49, 0.06),
        0 2px 8px rgba(35, 42, 49, 0.03);
    backdrop-filter: blur(8px);
}

.seth-login-page .seth-login-form-target,
.seth-login-page .seth-login-form-target > form {
    width: 100%;
}

.seth-login-page .seth-login-form-row {
    display: block !important;
    margin: 0 !important;
}

.seth-login-page .seth-login-form-column {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

.seth-login-page .seth-login-card .rich_text_container {
    display: none !important;
}

.seth-login-page .seth-login-card .card-header {
    display: block;
    margin: 0 0 1.3rem !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.seth-login-page .seth-login-card .card-header h2 {
    margin: 0 !important;
    color: #1f2732;
    font-size: clamp(1.65rem, 1.9vw, 2.15rem);
    font-weight: 760;
    letter-spacing: -0.035em;
    text-align: left;
}

.seth-login-page .seth-login-subtitle {
    margin: 0.32rem 0 0;
    color: #77808a;
    font-size: 0.84rem;
    line-height: 1.3;
}

/* =========================================================
 * CAMPOS
 * ========================================================= */

.seth-login-page .seth-login-card .mb-3,
.seth-login-page .seth-login-card .mb-4,
.seth-login-page .seth-login-card .mb-2 {
    margin-bottom: 0.8rem !important;
}

.seth-login-page .seth-login-card .form-label {
    margin-bottom: 0.36rem;
    color: #313842;
    font-size: 0.8rem;
    font-weight: 650;
}

.seth-login-page .seth-login-card .form-control,
.seth-login-page .seth-login-card .form-select {
    min-height: 42px;
    padding: 0.58rem 0.8rem;
    border: 1px solid #cfd5db;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.95);
    color: #242b33;
    box-shadow: none !important;
    font-size: 0.9rem;
    transition:
        border-color 140ms ease,
        box-shadow 140ms ease,
        background-color 140ms ease;
}

.seth-login-page .seth-login-card .form-control::placeholder {
    color: #a1a8b0;
}

.seth-login-page .seth-login-card .form-control:focus,
.seth-login-page .seth-login-card .form-select:focus {
    border-color: var(--seth-login-orange) !important;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.10) !important;
}

.seth-login-page .seth-auth-source-hidden {
    display: none !important;
}

/* =========================================================
 * CHECKBOX
 * ========================================================= */

.seth-login-page .seth-login-card .form-check {
    display: flex;
    align-items: center;
    gap: 0.38rem;
}

.seth-login-page .seth-login-card .form-check-input {
    width: 0.95rem;
    height: 0.95rem;
    margin-top: 0;
    border-color: #bfc6cd;
}

.seth-login-page .seth-login-card .form-check-input:checked {
    border-color: var(--seth-login-orange) !important;
    background-color: var(--seth-login-orange) !important;
}

.seth-login-page .seth-login-card .form-check-label {
    color: #555e68;
    font-size: 0.82rem;
}

/* =========================================================
 * BOTÃO
 * ========================================================= */

.seth-login-page .seth-login-card .form-footer {
    margin-top: 0.9rem;
}

.seth-login-page .seth-login-card .form-footer .btn-primary {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    border: 1px solid var(--seth-login-orange) !important;
    border-radius: 7px;
    background: var(--seth-login-orange) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 14px rgba(255, 122, 0, 0.14) !important;
    font-size: 0.9rem;
    font-weight: 700;
    transition:
        background-color 140ms ease,
        border-color 140ms ease,
        transform 140ms ease,
        box-shadow 140ms ease;
}

.seth-login-page .seth-login-card .form-footer .btn-primary:hover {
    border-color: var(--seth-login-orange-dark) !important;
    background: var(--seth-login-orange-dark) !important;
    box-shadow: 0 8px 18px rgba(233, 104, 0, 0.18) !important;
    transform: translateY(-1px);
}

.seth-login-page .seth-login-card .form-footer .btn-primary:active {
    transform: translateY(0);
}

/* =========================================================
 * SENHA ESQUECIDA
 * ========================================================= */

.seth-login-page .forgot_password {
    margin-top: 0.55rem !important;
}

.seth-login-page .forgot_password a {
    color: #6f7780;
    font-size: 0.76rem;
    text-decoration: none;
}

.seth-login-page .forgot_password a:hover {
    color: var(--seth-login-orange);
}

/* =========================================================
 * CONTATO
 * ========================================================= */

.seth-login-page .seth-login-support {
    margin-top: 1rem;
    padding-top: 0.9rem;
    border-top: 1px solid #e1e5e9;
}

.seth-login-page .seth-login-support-title {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 0.55rem;
    align-items: start;
}

.seth-login-page .seth-login-support-title > i {
    margin-top: 0.02rem;
    color: #747d87;
    font-size: 1.05rem;
}

.seth-login-page .seth-login-support-title strong,
.seth-login-page .seth-login-support-title span {
    display: block;
}

.seth-login-page .seth-login-support-title strong {
    color: #313842;
    font-size: 0.8rem;
}

.seth-login-page .seth-login-support-title span {
    margin-top: 0.08rem;
    color: #7d858e;
    font-size: 0.7rem;
}

.seth-login-page .seth-login-whatsapp {
    display: grid;
    grid-template-columns: 24px 1fr 18px;
    align-items: center;
    gap: 0.55rem;
    margin-top: 0.7rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid #dde2e6;
    border-radius: 7px;
    background: #f8f9fa;
    color: #333a42;
    text-decoration: none !important;
    transition:
        border-color 140ms ease,
        background-color 140ms ease,
        transform 140ms ease;
}

.seth-login-page .seth-login-whatsapp:hover {
    border-color: #cfd5da;
    background: #ffffff;
    color: #242b32;
    transform: translateY(-1px);
}

.seth-login-page .seth-login-whatsapp > i:first-child {
    color: var(--seth-login-orange);
    font-size: 1.05rem;
}

.seth-login-page .seth-login-whatsapp > i:last-child {
    color: #7d858e;
    font-size: 0.88rem;
}

.seth-login-page .seth-login-whatsapp strong,
.seth-login-page .seth-login-whatsapp span {
    display: block;
}

.seth-login-page .seth-login-whatsapp strong {
    font-size: 0.78rem;
}

.seth-login-page .seth-login-whatsapp span {
    margin-top: 0.05rem;
    color: #727a83;
    font-size: 0.7rem;
}

.seth-login-page .seth-login-signature {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 0.85rem;
    color: #a0a6ad;
    font-size: 0.58rem;
}

.seth-login-page .seth-login-signature > span {
    width: 1px;
    height: 9px;
    display: block;
    background: #ced3d8;
}

/* =========================================================
 * TEXTO LATERAL SUPERIOR
 * ========================================================= */

.seth-login-page .seth-login-side-copy {
    position: absolute;
    top: -1.2rem;
    right: -0.2rem;
    display: flex;
    gap: 0.5rem;
    opacity: 0.5;
}

.seth-login-page .seth-login-side-copy > span {
    width: 20px;
    height: 2px;
    margin-top: 0.24rem;
    background: var(--seth-login-orange);
}

.seth-login-page .seth-login-side-copy p {
    margin: 0;
    color: #838b94;
    font-size: 0.5rem;
    line-height: 1.5;
    letter-spacing: 0.24em;
}

/* =========================================================
 * TELA BAIXA
 * ========================================================= */

@media (max-height: 760px) {
    .seth-login-page .seth-login-shell {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        gap: 1rem;
    }

    .seth-login-page .seth-login-logo-area {
        margin-bottom: 1rem;
    }

    .seth-login-page .seth-login-description {
        margin-top: 0.75rem;
    }

    .seth-login-page .seth-login-benefits {
        margin-top: 1rem;
        gap: 0.65rem;
    }

    .seth-login-page .seth-login-brand-footer {
        display: none;
    }

    .seth-login-page .seth-login-card {
        padding: 1.25rem 1.25rem 1rem;
    }

    .seth-login-page .seth-login-side-copy {
        display: none;
    }
}

/* =========================================================
 * RESPONSIVO
 * ========================================================= */

@media (max-width: 1180px) {
    body.seth-login-page {
        overflow-y: auto;
    }

    .seth-login-page .seth-login-shell {
        grid-template-columns: 1fr;
        gap: 1.4rem;
        padding: 1.2rem 1rem 1.5rem;
    }

    .seth-login-page .seth-login-brand {
        min-height: auto;
        display: block;
    }

    .seth-login-page .seth-login-brand-inner {
        width: 100%;
        max-width: 720px;
    }

    .seth-login-page .seth-login-benefits,
    .seth-login-page .seth-login-brand-footer,
    .seth-login-page .seth-login-side-copy {
        display: none;
    }

    .seth-login-page .seth-login-card {
        max-width: 460px;
    }
}

@media (max-width: 640px) {
    .seth-login-page .seth-login-logo {
        width: min(250px, 75vw);
    }

    .seth-login-page .seth-login-brand-line p {
        font-size: 0.58rem;
        letter-spacing: 0.2em;
    }

    .seth-login-page .seth-login-message h1 {
        font-size: clamp(2rem, 11vw, 3rem);
    }

    .seth-login-page .seth-login-description {
        font-size: 0.9rem;
    }

    .seth-login-page .seth-login-card {
        padding: 1.2rem 1rem;
        border-radius: 11px;
    }

    .seth-login-page .seth-login-card .card-header h2 {
        font-size: 1.8rem;
    }

    .seth-login-page .seth-login-signature {
        flex-wrap: wrap;
    }
}


/* =========================================================
 * SETH 2.0 — LOGIN — RODADA 04
 * Organização da coluna institucional
 *
 * Não altera o card/formulário de autenticação.
 * ========================================================= */


/*
 * Centraliza a composição dentro da coluna esquerda.
 */
.seth-login-page .seth-login-brand {
    justify-content: center;
}


/*
 * Cria um eixo único para toda a identidade.
 */
.seth-login-page .seth-login-brand-inner {
    width: min(590px, 100%);
    margin: 0 auto;
}


/* =========================================================
 * LOGO
 * ========================================================= */

.seth-login-page .seth-login-logo-area {
    width: 100%;
    margin-bottom: 1.55rem;
}


.seth-login-page .seth-login-logo {
    width: 325px;
    max-width: 70%;
}


.seth-login-page .seth-login-brand-line {
    width: 100%;
    margin-top: 0.75rem;
}


/* =========================================================
 * TÍTULO
 * ========================================================= */

.seth-login-page .seth-login-message {
    width: 100%;
}


.seth-login-page .seth-login-product {
    margin-bottom: 0.75rem;
}


.seth-login-page .seth-login-message h1 {
    width: 100%;
    max-width: 500px;

    font-size: clamp(2.25rem, 3.15vw, 3.75rem);

    line-height: 0.94;
}


.seth-login-page .seth-login-description {
    width: 100%;
    max-width: 500px;

    margin-top: 0.9rem;
}


/* =========================================================
 * BENEFÍCIOS
 * ========================================================= */

.seth-login-page .seth-login-benefits {
    width: 100%;
    max-width: 530px;

    grid-template-columns:
        1fr
        1.15fr
        1fr;

    gap: 1.35rem;

    margin-top: 1.45rem;
}


.seth-login-page .seth-login-benefit {
    grid-template-columns: 23px minmax(0, 1fr);

    gap: 0.5rem;
}


.seth-login-page .seth-login-benefit strong {
    font-size: 0.78rem;
}


.seth-login-page .seth-login-benefit span {
    max-width: 135px;

    font-size: 0.65rem;
}


/* =========================================================
 * RODAPÉ INSTITUCIONAL
 * ========================================================= */

.seth-login-page .seth-login-brand-footer {
    width: 100%;

    margin-top: 1.5rem;
}


/* =========================================================
 * GEOMETRIA DECORATIVA
 *
 * Mantém atrás do conteúdo e deixa de disputar atenção
 * com benefícios/textos.
 * ========================================================= */

.seth-login-page .seth-login-decoration-a {
    right: 5%;
    bottom: -145px;

    opacity: 0.65;
}


.seth-login-page .seth-login-decoration-b {
    left: 4%;
    bottom: -120px;

    opacity: 0.5;
}


/* =========================================================
 * TELAS DE ALTURA MENOR
 * ========================================================= */

@media (max-height: 760px) {

    .seth-login-page .seth-login-brand-inner {
        width: min(560px, 100%);
    }

    .seth-login-page .seth-login-logo {
        width: 305px;
    }

    .seth-login-page .seth-login-logo-area {
        margin-bottom: 1.25rem;
    }

    .seth-login-page .seth-login-benefits {
        margin-top: 1.2rem;
    }

}


/* =========================================================
 * RESPONSIVIDADE
 * ========================================================= */

@media (max-width: 1180px) {

    .seth-login-page .seth-login-brand {
        justify-content: flex-start;
    }

    .seth-login-page .seth-login-brand-inner {
        margin: 0 auto;
    }

}



/* =========================================================
 * SETH 2.0 — LOGIN — RODADA 05
 * Posicionamento da marca LIVTI
 * ========================================================= */

@media (min-width: 1181px) {

    .seth-login-page .seth-login-logo-area {
        transform: translate(20px, -120px);
    }

}

/* Em tablet/mobile mantém fluxo normal */
@media (max-width: 1180px) {

    .seth-login-page .seth-login-logo-area {
        transform: none;
    }

}



/* =========================================================
 * SETH 2.0 — LOGIN — CORRECAO R05.1
 * Permite que a logo deslocada ultrapasse o box da coluna
 * sem ser recortada.
 * ========================================================= */

@media (min-width: 1181px) {

    .seth-login-page .seth-login-brand {
        overflow: visible;
    }

}



/* =========================================================
 * SETH 2.0 — LOGIN — RODADA 06
 * Logo isolada no topo da coluna esquerda
 * ========================================================= */

@media (min-width: 1181px) {

    .seth-login-page .seth-login-brand {
        position: relative;
        overflow: visible;
    }

    .seth-login-page .seth-login-brand-inner {
        position: relative;
        padding-top: 5.2rem;
    }

    .seth-login-page .seth-login-logo-area {
        position: absolute;
        top: 0.35rem;
        left: 3.2rem;

        margin-bottom: 0;
        transform: none !important;
    }

    .seth-login-page .seth-login-logo {
        width: 340px;
        max-width: none;
    }

    .seth-login-page .seth-login-brand-line {
        display: none !important;
    }

}


/* Tablet/mobile: mantém fluxo normal e sem slogan */
@media (max-width: 1180px) {

    .seth-login-page .seth-login-logo-area {
        position: static;
        transform: none !important;
    }

    .seth-login-page .seth-login-brand-line {
        display: none !important;
    }

}


/* =========================================================
 * SETH 2.0 — POSICAO FINAL DA LOGO LIVTI
 * Área alvo marcada: topo central da coluna esquerda.
 * ========================================================= */

@media (min-width: 1181px) {

    .seth-login-page .seth-login-logo-area {
        top: 0.35rem;
        left: 3.2rem;

        margin: 0;

        transform: translate(90px, -120px) !important;
    }

    .seth-login-page .seth-login-logo {
        width: 330px;
        max-width: none;
    }

    .seth-login-page .seth-login-brand-line {
        display: none !important;
    }

}


/* =========================================================
 * SETH 2.0 — AJUSTE FINO FINAL DA LOGO
 * ========================================================= */

@media (min-width: 1181px) {

    .seth-login-page .seth-login-logo-area {
        transform: translate(90px, -95px) !important;
    }

    .seth-login-page .seth-login-logo {
        width: 300px;
        max-width: none;
    }

}



/* =========================================================
 * SETH 2.0 — LOGIN — RODADA 07
 * Remove selo e centraliza o bloco principal esquerdo
 * ========================================================= */

.seth-login-page .seth-login-product {
    display: none !important;
}


/* Área textual principal centralizada */
.seth-login-page .seth-login-message {
    width: 100%;
    text-align: center;
}


.seth-login-page .seth-login-message h1 {
    max-width: 560px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}


.seth-login-page .seth-login-description {
    max-width: 560px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}


/* Benefícios alinhados como bloco único */
.seth-login-page .seth-login-benefits {
    max-width: 620px;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center;
}


/* Em desktop, reforça o eixo central do conteúdo */
@media (min-width: 1181px) {

    .seth-login-page .seth-login-brand {
        justify-content: center;
    }

    .seth-login-page .seth-login-brand-inner {
        width: min(640px, 100%);
        margin: 0 auto;
    }

}


/* =========================================================
 * SETH 2.0 — LOGIN — RODADA 08
 * Restaura eixo da logo e sobe conteúdo institucional
 * ========================================================= */

@media (min-width: 1181px) {

    /*
     * Volta à largura anterior.
     * Isso devolve a logo para a posição aprovada.
     */
    .seth-login-page .seth-login-brand-inner {
        width: min(590px, 100%);
        margin: 0 auto;
    }


    /*
     * Mantém a logo exatamente no ajuste aprovado.
     */
    .seth-login-page .seth-login-logo-area {
        top: 0.35rem;
        left: 3.2rem;

        margin: 0;

        transform: translate(90px, -95px) !important;
    }

    .seth-login-page .seth-login-logo {
        width: 300px;
        max-width: none;
    }


    /*
     * Sobe título + descrição.
     */
    .seth-login-page .seth-login-message {
        transform: translateY(-38px);
    }


    /*
     * Benefícios acompanham o bloco para não criar
     * um espaço vazio entre descrição e itens.
     */
    .seth-login-page .seth-login-benefits {
        transform: translateY(-38px);
    }

}



/* =========================================================
 * SETH 2.0 — LOGIN — RODADA 09
 * Grade de serviços LIVTI em 5 colunas x 2 linhas
 * ========================================================= */

@media (min-width: 1181px) {

    /*
     * Mantém o bloco textual centralizado e empurra a grade
     * para uma área mais baixa, como solicitado.
     */
    .seth-login-page .seth-login-benefits {
        position: relative;

        width: 680px;
        max-width: 680px;

        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0.8rem;

        margin-top: 1.25rem !important;
        margin-left: 50% !important;
        margin-right: 0 !important;

        transform: translate(-50%, 34px) !important;
    }


    /*
     * Card individual
     */
    .seth-login-page .seth-login-benefit {
        min-height: 98px;

        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;

        gap: 0.45rem;

        padding: 0.75rem 0.75rem 0.7rem;

        border: 1px solid #e3e7eb;
        border-radius: 12px;

        background: rgba(255, 255, 255, 0.55);

        box-shadow:
            0 6px 16px rgba(32, 40, 51, 0.035),
            0 1px 4px rgba(32, 40, 51, 0.03);

        backdrop-filter: blur(6px);
    }


    .seth-login-page .seth-login-benefit > i {
        margin-top: 0;
        color: var(--seth-login-orange);
        font-size: 1.08rem;
    }


    .seth-login-page .seth-login-benefit div {
        min-width: 0;
        width: 100%;
    }


    .seth-login-page .seth-login-benefit strong {
        display: block;

        color: #313842;

        font-size: 0.74rem;
        font-weight: 700;

        line-height: 1.18;
    }


    .seth-login-page .seth-login-benefit span {
        display: block;

        max-width: none;

        margin-top: 0.18rem;

        color: #727a83;

        font-size: 0.64rem;

        line-height: 1.28;
    }

}


/* =========================================================
 * TABLET / DESKTOP MENOR
 * ========================================================= */

@media (max-width: 1180px) {

    .seth-login-page .seth-login-benefits {
        width: 100%;
        max-width: 720px;

        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.8rem;

        margin-top: 1.25rem !important;

        transform: none !important;
    }


    .seth-login-page .seth-login-benefit {
        min-height: 92px;

        display: flex;
        flex-direction: column;
        gap: 0.42rem;

        padding: 0.75rem;

        border: 1px solid #e3e7eb;
        border-radius: 12px;

        background: rgba(255, 255, 255, 0.55);

        box-shadow:
            0 6px 16px rgba(32, 40, 51, 0.03),
            0 1px 4px rgba(32, 40, 51, 0.03);
    }

}


/* =========================================================
 * MOBILE
 * ========================================================= */

@media (max-width: 640px) {

    .seth-login-page .seth-login-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
    }

    .seth-login-page .seth-login-benefit {
        min-height: auto;
    }

}



/* =========================================================
 * SETH 2.0 — LOGIN — CORRECAO R09.1
 * Grade compacta 3 colunas x 2 linhas
 * ========================================================= */

@media (min-width: 1181px) {

    .seth-login-page .seth-login-benefits {
        width: 590px;
        max-width: 590px;

        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));

        gap: 0.75rem;

        margin-top: 1.4rem !important;
        margin-left: auto !important;
        margin-right: auto !important;

        transform: translateY(24px) !important;
    }

    .seth-login-page .seth-login-benefit {
        min-height: 82px;

        display: grid;
        grid-template-columns: 25px minmax(0, 1fr);

        gap: 0.55rem;

        align-items: start;

        padding: 0.72rem 0.78rem;

        border: 1px solid rgba(221, 226, 231, 0.9);
        border-radius: 9px;

        background: rgba(255, 255, 255, 0.38);

        box-shadow:
            0 3px 10px rgba(32, 40, 51, 0.025);

        backdrop-filter: blur(4px);
    }

    .seth-login-page .seth-login-benefit > i {
        margin-top: 0.05rem;

        color: var(--seth-login-orange);

        font-size: 1.05rem;
    }

    .seth-login-page .seth-login-benefit div {
        width: 100%;
        min-width: 0;
    }

    .seth-login-page .seth-login-benefit strong {
        display: block;

        color: #343b44;

        font-size: 0.75rem;
        font-weight: 700;

        line-height: 1.18;
    }

    .seth-login-page .seth-login-benefit span {
        display: block;

        max-width: none;

        margin-top: 0.18rem;

        color: #7a828b;

        font-size: 0.64rem;

        line-height: 1.26;
    }

}


/* Tablets */
@media (max-width: 1180px) and (min-width: 641px) {

    .seth-login-page .seth-login-benefits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

}


/* Mobile */
@media (max-width: 640px) {

    .seth-login-page .seth-login-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}



/* =========================================================
 * SETH 2.0 — LOGIN — R09.2
 * Marca LIVTI independente do conteúdo institucional
 * ========================================================= */

@media (min-width: 1181px) {

    .seth-login-page .seth-login-brand {
        position: relative;
        overflow: visible;
    }


    /*
     * Agora a logo está diretamente dentro de .seth-login-brand.
     * Não depende mais da largura/posição de brand-inner.
     */
    .seth-login-page
    .seth-login-brand
    > .seth-login-logo-fixed {

        position: absolute;

        top: 1.4rem;
        left: 50%;

        width: 300px;

        margin: 0;

        transform: translateX(-50%) !important;

        z-index: 10;
    }


    .seth-login-page
    .seth-login-brand
    > .seth-login-logo-fixed
    .seth-login-logo {

        width: 300px;
        max-width: 300px;

        display: block;
    }


    .seth-login-page
    .seth-login-brand
    > .seth-login-logo-fixed
    .seth-login-brand-line {

        display: none !important;
    }

}


/* Em resoluções menores volta ao fluxo normal */
@media (max-width: 1180px) {

    .seth-login-page
    .seth-login-brand
    > .seth-login-logo-fixed {

        position: static;

        width: auto;

        margin-bottom: 1.25rem;

        transform: none !important;
    }

}



/* =========================================================
 * SETH 2.0 — MICROAJUSTE DA MARCA LIVTI
 * Apenas separa a logo do título.
 * ========================================================= */

@media (min-width: 1181px) {

    .seth-login-page
    .seth-login-brand
    > .seth-login-logo-fixed {

        top: -2.1rem;

        left: 50%;

        transform: translateX(-50%) !important;
    }

}



/* =========================================================
 * SETH 2.0 — AJUSTE FINAL
 * Centralização e organização da coluna esquerda
 * ========================================================= */

@media (min-width: 1181px) {

    .seth-login-page .seth-login-brand {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .seth-login-page .seth-login-brand-inner {
        width: min(720px, 100%);
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .seth-login-page .seth-login-message {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
        text-align: center;
        transform: translateY(0) !important;
    }

    .seth-login-page .seth-login-message h1 {
        width: 100%;
        max-width: 560px;
        margin: 0 auto !important;
        text-align: center;
    }

    .seth-login-page .seth-login-description {
        width: 100%;
        max-width: 620px;
        margin: 1rem auto 0 !important;
        text-align: center;
    }

    .seth-login-page .seth-login-benefits {
        width: 650px;
        max-width: 650px;
        margin: 2rem auto 0 !important;
        transform: none !important;
        justify-content: center;
    }

    .seth-login-page .seth-login-benefit {
        align-items: start;
    }

}


/* Tablet / telas menores */
@media (max-width: 1180px) {

    .seth-login-page .seth-login-brand-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .seth-login-page .seth-login-message {
        text-align: center;
    }

    .seth-login-page .seth-login-message h1,
    .seth-login-page .seth-login-description {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center;
    }

    .seth-login-page .seth-login-benefits {
        margin-left: auto !important;
        margin-right: auto !important;
        transform: none !important;
    }

}



/* =========================================================
 * SETH 2.0 — LOGIN
 * Centralização interna do card de autenticação
 * ========================================================= */


/* Cabeçalho */
.seth-login-page .seth-login-card .card-header {
    text-align: center;
}

.seth-login-page .seth-login-card .card-header h2 {
    width: 100%;
    text-align: center !important;
}

.seth-login-page .seth-login-card .seth-login-subtitle {
    width: 100%;
    text-align: center;
}


/* Labels */
.seth-login-page .seth-login-card .form-label {
    display: block;
    width: 100%;
    text-align: center;
}


/* Texto dentro dos campos */
.seth-login-page .seth-login-card .form-control {
    text-align: center;
}

.seth-login-page .seth-login-card .form-control::placeholder {
    text-align: center;
}


/* Lembrar de mim */
.seth-login-page .seth-login-card .form-check {
    width: 100%;
    justify-content: center;
}


/* Botão */
.seth-login-page .seth-login-card .form-footer .btn-primary {
    justify-content: center;
    text-align: center;
}


/* Esqueci minha senha */
.seth-login-page .seth-login-card .forgot_password {
    width: 100%;
    text-align: center !important;
}


/* =========================================================
 * BLOCO DE SUPORTE
 * ========================================================= */

.seth-login-page .seth-login-support {
    text-align: center;
}

.seth-login-page .seth-login-support-title {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 0.55rem;

    width: 100%;
}

.seth-login-page .seth-login-support-title > i {
    margin: 0;
}

.seth-login-page .seth-login-support-title > div {
    text-align: center;
}

.seth-login-page .seth-login-support-title strong,
.seth-login-page .seth-login-support-title span {
    text-align: center;
}


/* =========================================================
 * FALE CONOSCO
 * ========================================================= */

.seth-login-page .seth-login-whatsapp {
    grid-template-columns: 24px 1fr 24px;
}

.seth-login-page .seth-login-whatsapp > div {
    text-align: center;
}

.seth-login-page .seth-login-whatsapp strong,
.seth-login-page .seth-login-whatsapp span {
    text-align: center;
}


/* Assinatura inferior */
.seth-login-page .seth-login-signature {
    width: 100%;
    justify-content: center;
    text-align: center;
}



/* =========================================================
 * SETH 2.0 — Assinatura inferior LIVTI
 * ========================================================= */

.seth-login-page .seth-login-signature {
    color: var(--seth-login-orange) !important;
}

.seth-login-page .seth-login-signature > span {
    background: var(--seth-login-orange) !important;
    opacity: 0.55;
}



/* =========================================================
 * SETH 2.0 — LOGIN — RODADA 10
 * Background tecnológico LIVTI
 *
 * Apenas camada ambiente.
 * Não interfere no layout ou interação.
 * ========================================================= */

.seth-login-page .seth-login-shell {
    isolation: isolate;
}


/*
 * Rede tecnológica.
 * Restrita visualmente à área esquerda.
 */
.seth-login-page .seth-login-shell::before {
    content: "";

    position: absolute;

    z-index: 0;

    top: 0;
    bottom: 0;
    left: 0;

    width: 64%;

    pointer-events: none;

    background-image:
        radial-gradient(
            circle at 14% 78%,
            rgba(255, 122, 0, 0.085) 0,
            rgba(255, 122, 0, 0.035) 16%,
            transparent 34%
        ),
        radial-gradient(
            circle at 48% 26%,
            rgba(118, 128, 139, 0.10) 0,
            rgba(118, 128, 139, 0.035) 28%,
            transparent 52%
        ),
        url("../img/seth-login-network.svg");

    background-repeat:
        no-repeat,
        no-repeat,
        no-repeat;

    background-position:
        left bottom,
        center top,
        left center;

    background-size:
        58% 52%,
        65% 55%,
        cover;

    opacity: 0.78;

    -webkit-mask-image:
        linear-gradient(
            to right,
            #000 0%,
            #000 72%,
            rgba(0,0,0,0.55) 87%,
            transparent 100%
        );

    mask-image:
        linear-gradient(
            to right,
            #000 0%,
            #000 72%,
            rgba(0,0,0,0.55) 87%,
            transparent 100%
        );
}


/*
 * Glow secundário para criar profundidade.
 */
.seth-login-page .seth-login-shell::after {
    content: "";

    position: absolute;

    z-index: 0;

    left: -8%;
    bottom: -35%;

    width: 68%;
    height: 72%;

    pointer-events: none;

    background:
        radial-gradient(
            ellipse at center,
            rgba(255, 122, 0, 0.075) 0,
            rgba(255, 122, 0, 0.025) 36%,
            transparent 68%
        );

    filter: blur(8px);
}


/*
 * Todo conteúdo continua acima das camadas ambientais.
 */
.seth-login-page .seth-login-brand,
.seth-login-page .seth-login-access {
    position: relative;
    z-index: 2;
}


/*
 * Os losangos antigos continuam presentes,
 * mas bem mais discretos.
 */
.seth-login-page .seth-login-decoration-a {
    opacity: 0.22 !important;
}

.seth-login-page .seth-login-decoration-b {
    opacity: 0.18 !important;
}


/*
 * Cards ganham leve separação do background,
 * sem alterar tamanho ou posição.
 */
.seth-login-page .seth-login-benefit {
    background:
        rgba(255, 255, 255, 0.62) !important;

    backdrop-filter: blur(5px);
}


/* =========================================================
 * TELAS MENORES
 * Reduz o efeito para evitar poluição visual.
 * ========================================================= */

@media (max-width: 1180px) {

    .seth-login-page .seth-login-shell::before {
        width: 100%;

        opacity: 0.36;

        background-size:
            55% 45%,
            60% 50%,
            1100px auto;
    }

    .seth-login-page .seth-login-shell::after {
        opacity: 0.55;
    }

}


/* Mobile: quase imperceptível */
@media (max-width: 640px) {

    .seth-login-page .seth-login-shell::before {
        opacity: 0.18;
    }

    .seth-login-page .seth-login-shell::after {
        display: none;
    }

}



/* =========================================================
 * SETH 2.0 — LOGIN — RODADA 11
 * Marca menor + título institucional em linha única
 * ========================================================= */

@media (min-width: 1181px) {

    /*
     * Logo LIVTI mais discreta.
     */
    .seth-login-page
    .seth-login-brand
    > .seth-login-logo-fixed {

        top: -1.2rem;

        width: 260px;

        left: 50%;

        transform: translateX(-50%) !important;
    }


    .seth-login-page
    .seth-login-brand
    > .seth-login-logo-fixed
    .seth-login-logo {

        width: 260px;
        max-width: 260px;
    }


    /*
     * Sobe ligeiramente todo o conteúdo institucional
     * para aproximá-lo da marca.
     */
    .seth-login-page .seth-login-brand-inner {
        transform: translateY(-32px);
    }


    /*
     * Central de Atendimento em UMA linha.
     */
    .seth-login-page .seth-login-message h1 {
        width: auto;
        max-width: none;

        margin: 0 auto !important;

        font-size: 2.15rem;
        line-height: 1.1;

        letter-spacing: -0.035em;

        white-space: nowrap;

        text-align: center;
    }


    /*
     * O HTML possui Atendimento dentro de <strong>.
     * Deixa de quebrar linha.
     */
    .seth-login-page .seth-login-message h1 strong {
        display: inline;

        margin: 0 0 0 0.18em;

        color: var(--seth-login-orange);
    }


    /*
     * Subtítulo um pouco mais próximo do título.
     */
    .seth-login-page .seth-login-description {
        max-width: 640px;

        margin-top: 0.8rem !important;
    }


    /*
     * Mantém os cards próximos do bloco principal.
     */
    .seth-login-page .seth-login-benefits {
        margin-top: 1.7rem !important;
    }

}


/* Em resoluções menores permitimos quebra de linha novamente. */
@media (max-width: 1180px) {

    .seth-login-page .seth-login-brand-inner {
        transform: none;
    }

    .seth-login-page .seth-login-message h1 {
        white-space: normal;
    }

    .seth-login-page .seth-login-message h1 strong {
        display: block;
        margin-left: 0;
    }

}



/* =========================================================
 * SETH 2.0 — LOGIN — RODADA 12
 * Logo mais alta + rede somente na área superior
 * ========================================================= */

@media (min-width: 1181px) {

    /* -----------------------------------------------------
     * LOGO
     * Sobe sem alterar o restante do conteúdo.
     * ----------------------------------------------------- */

    .seth-login-page
    .seth-login-brand
    > .seth-login-logo-fixed {

        top: -3.4rem;

        left: 50%;

        width: 260px;

        transform: translateX(-50%) !important;
    }


    .seth-login-page
    .seth-login-brand
    > .seth-login-logo-fixed
    .seth-login-logo {

        width: 260px;
        max-width: 260px;
    }


    /* -----------------------------------------------------
     * REDE TECNOLÓGICA
     *
     * Agora ocupa somente a parte superior da coluna.
     * Some gradualmente antes de chegar aos cards.
     * ----------------------------------------------------- */

    .seth-login-page .seth-login-shell::before {

        top: 0;
        bottom: auto;

        width: 64%;
        height: 56%;

        background-position:
            left top,
            center top,
            center top;

        background-size:
            52% 55%,
            60% 60%,
            94% auto;

        opacity: 0.58;

        -webkit-mask-image:
            linear-gradient(
                to bottom,
                rgba(0,0,0,0.92) 0%,
                rgba(0,0,0,0.82) 52%,
                rgba(0,0,0,0.30) 78%,
                transparent 100%
            );

        mask-image:
            linear-gradient(
                to bottom,
                rgba(0,0,0,0.92) 0%,
                rgba(0,0,0,0.82) 52%,
                rgba(0,0,0,0.30) 78%,
                transparent 100%
            );
    }


    /* -----------------------------------------------------
     * GLOW
     * Também fica acima dos cards.
     * ----------------------------------------------------- */

    .seth-login-page .seth-login-shell::after {

        left: 2%;
        bottom: auto;
        top: -8%;

        width: 56%;
        height: 50%;

        opacity: 0.7;

        background:
            radial-gradient(
                ellipse at center,
                rgba(255, 122, 0, 0.065) 0,
                rgba(255, 122, 0, 0.018) 42%,
                transparent 72%
            );
    }


    /* -----------------------------------------------------
     * FORMAS ANTIGAS
     *
     * Não fazem mais sentido junto da nova rede.
     * ----------------------------------------------------- */

    .seth-login-page .seth-login-decoration-a,
    .seth-login-page .seth-login-decoration-b {
        display: none !important;
    }


    /* -----------------------------------------------------
     * CARDS
     *
     * Fundo limpo para não misturar com a rede.
     * ----------------------------------------------------- */

    .seth-login-page .seth-login-benefit {
        background: rgba(255, 255, 255, 0.76) !important;

        backdrop-filter: blur(7px);

        box-shadow:
            0 4px 14px rgba(32, 40, 51, 0.035);
    }

}



/* =========================================================
 * SETH 2.0 — LOGIN — RODADA 12.1
 * Rede passando por baixo dos cards
 * ========================================================= */

@media (min-width: 1181px) {

    /* -----------------------------------------------------
     * Camada principal:
     * mantém uma presença leve no topo, mas muito suave.
     * ----------------------------------------------------- */
    .seth-login-page .seth-login-shell::before {

        top: 0;
        bottom: auto;

        width: 64%;
        height: 44%;

        background-position:
            left top,
            center top,
            center top;

        background-size:
            46% 46%,
            52% 52%,
            86% auto;

        opacity: 0.28;

        -webkit-mask-image:
            linear-gradient(
                to bottom,
                rgba(0,0,0,0.80) 0%,
                rgba(0,0,0,0.42) 52%,
                transparent 100%
            );

        mask-image:
            linear-gradient(
                to bottom,
                rgba(0,0,0,0.80) 0%,
                rgba(0,0,0,0.42) 52%,
                transparent 100%
            );
    }


    /* -----------------------------------------------------
     * Camada inferior:
     * faixa técnica passando por baixo dos cards.
     * ----------------------------------------------------- */
    .seth-login-page .seth-login-brand::after {
        content: "";

        position: absolute;
        left: 0;
        right: 6%;
        bottom: 1.2rem;

        height: 170px;

        pointer-events: none;
        z-index: 0;

        background-image:
            radial-gradient(
                ellipse at left center,
                rgba(255, 122, 0, 0.055) 0,
                rgba(255, 122, 0, 0.018) 26%,
                transparent 58%
            ),
            url("../img/seth-login-network.svg");

        background-repeat:
            no-repeat,
            no-repeat;

        background-position:
            left center,
            left bottom;

        background-size:
            42% 100%,
            100% auto;

        opacity: 0.22;

        -webkit-mask-image:
            linear-gradient(
                to right,
                rgba(0,0,0,0.85) 0%,
                rgba(0,0,0,0.75) 38%,
                rgba(0,0,0,0.38) 72%,
                transparent 100%
            );

        mask-image:
            linear-gradient(
                to right,
                rgba(0,0,0,0.85) 0%,
                rgba(0,0,0,0.75) 38%,
                rgba(0,0,0,0.38) 72%,
                transparent 100%
            );
    }


    /* -----------------------------------------------------
     * Garante conteúdo acima da faixa.
     * ----------------------------------------------------- */
    .seth-login-page .seth-login-brand-inner {
        position: relative;
        z-index: 2;
    }


    /* -----------------------------------------------------
     * Cards um pouco mais sólidos para a rede não interferir.
     * ----------------------------------------------------- */
    .seth-login-page .seth-login-benefit {
        background: rgba(255, 255, 255, 0.84) !important;
        box-shadow: 0 4px 12px rgba(32, 40, 51, 0.03);
    }

}



/* =========================================================
 * SETH 2.0 — CORRECAO FINAL DA TEIA
 * Teia visível por baixo dos cards
 * ========================================================= */

@media (min-width: 1181px) {

    /* remove as camadas anteriores do topo */
    .seth-login-page .seth-login-shell::before,
    .seth-login-page .seth-login-shell::after {
        display: none !important;
    }

    /* base da coluna esquerda */
    .seth-login-page .seth-login-brand {
        position: relative;
        overflow: visible;
    }

    /* conteúdo acima da teia */
    .seth-login-page .seth-login-brand-inner {
        position: relative;
        z-index: 3;
    }

    /* teia horizontal passando por baixo dos cards */
    .seth-login-page .seth-login-brand::after {
        content: "";

        position: absolute;
        left: 2%;
        right: 6%;
        bottom: 0.8rem;

        height: 240px;

        pointer-events: none;
        z-index: 1;

        background-image:
            radial-gradient(
                ellipse at left center,
                rgba(255, 122, 0, 0.06) 0,
                rgba(255, 122, 0, 0.02) 34%,
                transparent 68%
            ),
            url("../img/seth-login-network.svg");

        background-repeat:
            no-repeat,
            no-repeat;

        background-position:
            left center,
            center bottom;

        background-size:
            36% 100%,
            100% auto;

        opacity: 0.34;

        -webkit-mask-image:
            linear-gradient(
                to right,
                rgba(0,0,0,0.96) 0%,
                rgba(0,0,0,0.96) 58%,
                rgba(0,0,0,0.62) 82%,
                transparent 100%
            );

        mask-image:
            linear-gradient(
                to right,
                rgba(0,0,0,0.96) 0%,
                rgba(0,0,0,0.96) 58%,
                rgba(0,0,0,0.62) 82%,
                transparent 100%
            );
    }

    /* cards acima da teia */
    .seth-login-page .seth-login-benefits {
        position: relative;
        z-index: 4;
    }

    .seth-login-page .seth-login-benefit {
        position: relative;
        z-index: 4;
        background: rgba(255, 255, 255, 0.88) !important;
        box-shadow: 0 4px 14px rgba(32, 40, 51, 0.035);
    }

}



/* =========================================================
 * SETH 2.0 — AJUSTE FINAL REAL
 * - logo menor
 * - remove teias do topo
 * - desenha a teia embaixo dos 6 cards
 * ========================================================= */

@media (min-width: 1181px) {

    /* ---------------------------------------------
     * Mata todas as camadas antigas de fundo
     * --------------------------------------------- */
    .seth-login-page .seth-login-shell::before,
    .seth-login-page .seth-login-shell::after,
    .seth-login-page .seth-login-brand::after {
        content: none !important;
        display: none !important;
    }

    .seth-login-page .seth-login-decoration-a,
    .seth-login-page .seth-login-decoration-b {
        display: none !important;
    }

    /* ---------------------------------------------
     * LOGO MENOR E MAIS ALTA
     * --------------------------------------------- */
    .seth-login-page .seth-login-brand {
        position: relative !important;
        overflow: visible !important;
    }

    .seth-login-page .seth-login-brand > .seth-login-logo-fixed {
        position: absolute !important;
        top: -4.6rem !important;
        left: 50% !important;
        width: 220px !important;
        margin: 0 !important;
        transform: translateX(-50%) !important;
        z-index: 6 !important;
    }

    .seth-login-page .seth-login-brand > .seth-login-logo-fixed .seth-login-logo {
        width: 220px !important;
        max-width: 220px !important;
        display: block !important;
    }

    /* ---------------------------------------------
     * BLOCO DOS 6 CARDS = ÂNCORA DA TEIA
     * --------------------------------------------- */
    .seth-login-page .seth-login-benefits {
        position: relative !important;
        z-index: 3 !important;
        overflow: visible !important;
    }

    /* Teia aparece por baixo dos cards */
    .seth-login-page .seth-login-benefits::after {
        content: "";

        position: absolute;
        left: -65px;
        right: -75px;
        bottom: -70px;

        height: 210px;

        pointer-events: none;
        z-index: 0;

        background-image:
            radial-gradient(
                ellipse at left center,
                rgba(255, 122, 0, 0.08) 0,
                rgba(255, 122, 0, 0.025) 34%,
                transparent 70%
            ),
            url("../img/seth-login-network.svg");

        background-repeat:
            no-repeat,
            no-repeat;

        background-position:
            left center,
            center bottom;

        background-size:
            34% 100%,
            100% auto;

        opacity: 0.36;

        -webkit-mask-image:
            linear-gradient(
                to right,
                rgba(0,0,0,0.98) 0%,
                rgba(0,0,0,0.98) 62%,
                rgba(0,0,0,0.70) 84%,
                transparent 100%
            );

        mask-image:
            linear-gradient(
                to right,
                rgba(0,0,0,0.98) 0%,
                rgba(0,0,0,0.98) 62%,
                rgba(0,0,0,0.70) 84%,
                transparent 100%
            );
    }

    /* Cards ficam acima da teia */
    .seth-login-page .seth-login-benefit {
        position: relative !important;
        z-index: 2 !important;
        background: rgba(255, 255, 255, 0.90) !important;
        box-shadow: 0 4px 14px rgba(32, 40, 51, 0.035) !important;
    }

}



/* =========================================================
 * SETH 2.0 — FAIXA TECNOLOGICA INFERIOR
 * Área vazia abaixo dos 6 cards
 * ========================================================= */

@media (min-width: 1181px) {

    .seth-login-page .seth-login-brand {
        position: relative !important;
        overflow: visible !important;
    }

    /*
     * Reativa SOMENTE esta decoração inferior.
     * Não interfere no conteúdo.
     */
    .seth-login-page .seth-login-brand::after {
        content: "" !important;
        display: block !important;

        position: absolute !important;

        left: 3% !important;
        right: 6% !important;
        bottom: 0.2rem !important;

        height: 125px !important;

        z-index: 1 !important;
        pointer-events: none !important;

        background-image:
            url("../img/seth-login-network-bottom.svg") !important;

        background-repeat: no-repeat !important;
        background-position: center bottom !important;
        background-size: 100% 100% !important;

        opacity: 0.48 !important;

        -webkit-mask-image:
            linear-gradient(
                to right,
                transparent 0%,
                #000 7%,
                #000 88%,
                transparent 100%
            );

        mask-image:
            linear-gradient(
                to right,
                transparent 0%,
                #000 7%,
                #000 88%,
                transparent 100%
            );
    }

    /*
     * Conteúdo fica acima do desenho.
     */
    .seth-login-page .seth-login-brand-inner {
        position: relative !important;
        z-index: 3 !important;
    }

    .seth-login-page .seth-login-benefits {
        position: relative !important;
        z-index: 4 !important;
    }

}



/*************************************************************
 * SETH 2.0 — FAIXA INFERIOR DEFINITIVA
 *
 * Mata TODAS as tentativas anteriores e usa somente
 * .seth-login-bottom-network.
 *************************************************************/

@media (min-width: 1181px) {

    /* ---------------------------------------------
     * REMOVE TODAS AS TEIAS ANTIGAS
     * --------------------------------------------- */

    .seth-login-page .seth-login-shell::before,
    .seth-login-page .seth-login-shell::after,
    .seth-login-page .seth-login-brand::after,
    .seth-login-page .seth-login-benefits::after {
        content: none !important;
        display: none !important;
        background: none !important;
    }


    /* ---------------------------------------------
     * REFERÊNCIA EXATA:
     * brand-inner termina logo depois dos 6 cards.
     * --------------------------------------------- */

    .seth-login-page .seth-login-brand-inner {
        position: relative !important;
        overflow: visible !important;
    }


    /* ---------------------------------------------
     * FAIXA TECNOLÓGICA
     *
     * top: 100% = começa DEPOIS de todo o conteúdo
     * existente no brand-inner.
     * --------------------------------------------- */

    .seth-login-page .seth-login-bottom-network {
        position: absolute !important;

        top: calc(100% + 8px) !important;

        left: -35px !important;

        width: calc(100% + 70px) !important;
        height: 105px !important;

        display: block !important;

        pointer-events: none !important;

        z-index: 1 !important;

        background-image:
            url("../img/seth-login-network-bottom.svg") !important;

        background-repeat:
            no-repeat !important;

        background-position:
            center center !important;

        background-size:
            100% 100% !important;

        opacity: 0.48 !important;

        -webkit-mask-image:
            linear-gradient(
                to right,
                transparent 0%,
                #000 5%,
                #000 95%,
                transparent 100%
            ) !important;

        mask-image:
            linear-gradient(
                to right,
                transparent 0%,
                #000 5%,
                #000 95%,
                transparent 100%
            ) !important;
    }


    /* Cards permanecem acima de qualquer decoração */
    .seth-login-page .seth-login-benefits {
        position: relative !important;
        z-index: 5 !important;
    }

    .seth-login-page .seth-login-benefit {
        position: relative !important;
        z-index: 5 !important;
    }

}


/* Não exibe essa faixa em mobile */
@media (max-width: 1180px) {

    .seth-login-page .seth-login-bottom-network {
        display: none !important;
    }

}



/* =========================================================
 * SETH 2.0 — Refinamento visual da faixa inferior
 * ========================================================= */

@media (min-width: 1181px) {

    .seth-login-page .seth-login-bottom-network {

        top: calc(100% + 14px) !important;

        left: -25px !important;

        width: calc(100% + 50px) !important;

        height: 96px !important;

        background-size: 100% auto !important;

        background-position: center top !important;

        opacity: 0.48 !important;
    }

}

