.reset-wrapper {
    min-height: 80vh;
    display: flex;
    align-items: center;
    background: radial-gradient(1200px 600px at 20% -10%, #ffffff 0%, #faf9f5 40%, #f5f3ee 100%);
    padding: 88px 0;
}
.reset-box {
    background: #fff;
    border-radius: 18px;
    padding: 44px 38px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.08);
    border: 1px solid #eef0f3;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
}
.reset-header {
    text-align: center;
    margin-bottom: 22px;
}
.reset-badge {
    display: inline-block;
    background: #0f172a;
    color: #fff;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .6px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.reset-title {
    font-size: clamp(28px, 4.4vw, 40px);
    font-weight: 900;
    color: #0b0b0b;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin: 0 0 8px 0;
}
.reset-subtitle {
    color: #616a76;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

/* Form */



.form-input:focus {
    outline: none;
    border-color: #16a34a;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(22,163,74,0.10);
}

.password-hint {
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px;
}

.btn-reset {
    width: 100%;
    padding: 14px 16px;
    background: #0b0b0b;
    color: #fff;
    border: none;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
    margin-top: 6px;
}
.btn-reset:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.18);
    background: #111111;
}

/* Alerts */

.alert-success {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    padding: 12px 14px;
    border-radius: 12px;
    margin-bottom: 16px;
    color: #166534;
    font-size: 14px;
}

/* Footer text */
.back-text {
    text-align: center;
    font-size: 14px;
    color: #6b7280;
    margin-top: 12px;
}
.back-text a {
    color: #0b0b0b;
    font-weight: 800;
    text-decoration: none;
}
.back-text a:hover { text-decoration: underline; }

@media (max-width: 640px) {
    .reset-box { padding: 30px 22px; }
}
