.recover-section .login-card-wrapper {
    max-width: 920px;
}

.recover-card {
    min-height: 520px;
}

.recover-illustration {
    background:
        linear-gradient(140deg, rgba(10, 12, 32, 0.95) 0%, rgba(12, 124, 89, 0.65) 55%, rgba(8, 40, 61, 0.85) 100%),
        url('/public/media/slider/sld2.jpg') center/cover no-repeat;
    padding: 32px;
    color: #fff;
}

.recover-highlight {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
    color: rgb(255 255 255 / 0.92);
}

.recover-highlight p,
.recover-highlight li {
    color: rgb(255 255 255 / 0.92);
}

.recover-highlight h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--brand-primary);
}

.eyebrow--light {
    color: rgb(255 255 255 / 0.7);
}

.recover-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.recover-checklist li {
    position: relative;
    padding-left: 26px;
    font-size: 0.95rem;
}

.recover-checklist li::before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--brand-warning);
    font-weight: 700;
}

.recover-support a {
    color: #fff;
    font-weight: 600;
}

.recover-content {
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.recover-header h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
}

.recover-header__lead {
    color: var(--brand-muted);
    margin-bottom: 22px;
    font-size: 0.98rem;
}

.recover-form .btn {
    width: 100%;
}

.recover-hint {
    margin-top: 12px;
    color: var(--brand-stone);
}

.recover-hint a {
    color: var(--brand-primary);
    font-weight: 600;
}

@media (max-width: 1024px) {
    .recover-illustration {
        flex: 1 1 100%;
        min-height: 260px;
    }
}

@media (max-width: 640px) {
    .recover-content {
        padding: 28px 20px 32px;
    }
    .recover-highlight {
        gap: 12px;
    }
}
