/* Área de cliente Netsearch — alinhada com o conceito AI Visibility */

.login-page {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: #fff;
    background: #041724;
}

.login-page::before {
    content: "";
    position: fixed;
    z-index: -3;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(3,18,29,.98) 0%, rgba(4,25,38,.90) 48%, rgba(5,43,48,.68) 100%),
        url('../images/netsearch-layout/06-abstract-tech-background.png?v=20260727a');
    background-position: center, center;
    background-size: cover, cover;
    background-repeat: no-repeat;
}

.login-page::after {
    content: "";
    position: fixed;
    z-index: -2;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 77% 28%, rgba(121,201,66,.22), transparent 25%),
        radial-gradient(circle at 54% 76%, rgba(20,167,160,.15), transparent 34%);
}

.login-main {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    padding: 154px 0 84px;
}

.login-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(410px, .72fr);
    gap: clamp(58px, 8vw, 128px);
    align-items: center;
}

.login-intro {
    max-width: 760px;
}

.login-intro .eyebrow {
    color: var(--green);
}

.login-intro h1 {
    max-width: 760px;
    margin-bottom: 26px;
    color: #fff;
    font-size: clamp(3.25rem, 5.2vw, 6rem);
    line-height: .98;
    letter-spacing: -.055em;
}

.login-intro h1 span {
    color: var(--green);
}

.login-intro > p {
    max-width: 690px;
    margin-bottom: 38px;
    color: rgba(255,255,255,.76);
    font-size: clamp(1.03rem, 1.3vw, 1.18rem);
    line-height: 1.65;
}

.login-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 30px;
    max-width: 720px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.login-benefits li {
    position: relative;
    min-height: 36px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    color: rgba(255,255,255,.9);
    font-size: .92rem;
    font-weight: 720;
    line-height: 1.45;
}

.login-benefits li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background: var(--green);
    border: 2px solid rgba(121,201,66,.45);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(121,201,66,.09), 0 0 20px rgba(121,201,66,.25);
    transform: translateY(-50%);
}

.login-card {
    position: relative;
    width: 100%;
    max-width: 520px;
    justify-self: end;
    padding: clamp(30px, 4vw, 48px);
    background: linear-gradient(180deg, rgba(5,31,45,.94), rgba(2,18,29,.97));
    border: 1px solid rgba(121,201,66,.25);
    border-radius: 30px;
    box-shadow: 0 32px 100px rgba(0,0,0,.38), inset 0 0 0 1px rgba(255,255,255,.025);
    backdrop-filter: blur(18px);
}

.login-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: -1;
    border-radius: inherit;
    background: radial-gradient(circle at 85% 0%, rgba(121,201,66,.18), transparent 34%);
}

.login-card-kicker {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: var(--green);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.login-card-kicker::before {
    content: "";
    width: 25px;
    height: 2px;
    background: currentColor;
}

.login-card h2 {
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(2rem, 3vw, 2.75rem);
}

.login-card-lead {
    margin-bottom: 30px;
    color: rgba(255,255,255,.65);
    font-size: .94rem;
}

.login-alert {
    margin-bottom: 22px;
    padding: 13px 15px;
    color: #ffd7d7;
    background: rgba(173,48,48,.18);
    border: 1px solid rgba(255,128,128,.28);
    border-radius: 12px;
    font-size: .85rem;
    line-height: 1.45;
}

.login-form {
    display: grid;
    gap: 19px;
}

.login-field {
    display: grid;
    gap: 8px;
}

.login-field label {
    color: rgba(255,255,255,.92);
    font-size: .82rem;
    font-weight: 850;
}

.login-control-wrap {
    position: relative;
}

.login-control-icon {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 20px;
    height: 20px;
    color: rgba(121,201,66,.9);
    transform: translateY(-50%);
    pointer-events: none;
}

.login-control {
    width: 100%;
    min-height: 58px;
    padding: 14px 50px 14px 48px;
    color: #fff;
    background: rgba(2,17,27,.86);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 15px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.login-control::placeholder {
    color: rgba(255,255,255,.38);
}

.login-control:focus {
    background: rgba(3,24,36,.96);
    border-color: var(--green);
    box-shadow: 0 0 0 4px rgba(121,201,66,.12);
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    padding: 0;
    color: rgba(255,255,255,.56);
    background: transparent;
    border: 0;
    border-radius: 9px;
    transform: translateY(-50%);
}

.password-toggle:hover,
.password-toggle:focus-visible {
    color: var(--green);
    background: rgba(121,201,66,.08);
}

.password-toggle svg {
    width: 20px;
    height: 20px;
}

.login-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: -2px;
}

.login-remember {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(255,255,255,.65);
    font-size: .79rem;
}

.login-remember input {
    width: 17px;
    height: 17px;
    accent-color: var(--green);
}

.login-help-link {
    color: var(--green);
    font-size: .79rem;
    font-weight: 800;
}

.login-help-link:hover {
    color: #9de56a;
}

.login-submit {
    width: 100%;
    min-height: 58px;
    margin-top: 3px;
    border: 0;
}

.login-submit svg {
    width: 18px;
    height: 18px;
}

.login-support {
    margin: 25px 0 0;
    padding-top: 22px;
    color: rgba(255,255,255,.5);
    border-top: 1px solid rgba(255,255,255,.10);
    font-size: .78rem;
    line-height: 1.55;
    text-align: center;
}

.login-support a {
    color: rgba(255,255,255,.84);
    font-weight: 750;
}

.login-page .site-footer {
    flex: 0 0 auto;
    background: rgba(2,15,24,.92);
    border-top: 1px solid rgba(121,201,66,.12);
}

.login-page .footer-top {
    padding-top: 58px;
    padding-bottom: 42px;
}

@media (max-width: 1080px) {
    .login-layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .login-intro {
        max-width: 820px;
    }

    .login-card {
        max-width: 620px;
        justify-self: start;
    }
}

@media (max-width: 760px) {
    .login-main {
        padding: 116px 0 58px;
    }

    .login-layout {
        gap: 36px;
    }

    .login-intro h1 {
        font-size: clamp(2.65rem, 12vw, 4.2rem);
    }

    .login-intro > p {
        font-size: .98rem;
    }

    .login-benefits {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .login-card {
        padding: 27px 20px;
        border-radius: 22px;
    }

    .login-options {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .login-main {
        padding-top: 106px;
    }

    .login-intro h1 {
        font-size: clamp(2.35rem, 11.5vw, 3.25rem);
    }

    .login-card h2 {
        font-size: 2rem;
    }
}
