/* ===================================
   FORGOT PASSWORD PAGE
=================================== */
.illustration-container {
    text-align: center;
    margin-bottom: 30px;
    animation: fadeInDown 0.6s ease-out;
}

.illustration-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #06b6d4 0%, #22d3ee 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 10px 40px rgba(6, 182, 212, 0.12);
    animation: pulse 2s ease-in-out infinite;
}

.lock-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #06b6d4 0%, #22d3ee 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 10px 40px rgba(6, 182, 212, 0.12);
    position: relative;
    animation: lockShake 2s ease-in-out infinite;
}

.step-number {
    min-width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #06b6d4, #22d3ee);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 10px 40px rgba(6, 182, 212, 0.12);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 15px 50px rgba(6, 182, 212, 0.2);
    }
}
.illustration-icon i {
    font-size: 40px;
    color: white;
}

.steps-container {
    background: linear-gradient(135deg, #f8f9ff 0%, #f0f2ff 100%);
    border-radius: 16px;
    padding: 24px;
    margin: 25px 0;
    border: 1px solid #e0e7ff;
}

.step-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    padding: 12px;
    background: white;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.step-item:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.1);
}

.step-item:last-child {
    margin-bottom: 0;
}



.step-text {
    flex: 1;
    font-size: 13px;
    color: var(--text-primary);
    line-height: 1.5;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: rgba(79, 70, 229, 0.05);
    margin-top: 20px;
}

.back-link:hover {
    background: rgba(79, 70, 229, 0.1);
    transform: translateX(-5px);
    gap: 12px;
}

.back-link i {
    transition: transform 0.3s ease;
}

.back-link:hover i {
    transform: translateX(-3px);
}

.email-sent-success {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    animation: slideInRight 0.5s ease-out;
}

.email-sent-success i {
    font-size: 24px;
    margin-top: 2px;
}

.email-sent-content {
    flex: 1;
}

.email-sent-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.email-sent-text {
    font-size: 14px;
    opacity: 0.95;
    line-height: 1.5;
}

/* ===================================
   RESET PASSWORD PAGE
=================================== */
.success-container {
    text-align: center;
    margin-bottom: 30px;
    animation: fadeInDown 0.6s ease-out;
}

.success-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 10px 40px rgba(16, 185, 129, 0.2);
    animation: scaleIn 0.5s ease-out;
}

.success-icon i {
    font-size: 45px;
    color: white;
}

.lock-container {
    text-align: center;
    margin-bottom: 30px;
    animation: fadeInDown 0.6s ease-out;
}



.lock-icon i {
    font-size: 40px;
    color: white;
}

.security-badge {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border: 2px solid #86efac;
    border-radius: 16px;
    padding: 16px;
    margin: 25px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.security-badge-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.security-badge-icon i {
    color: white;
    font-size: 18px;
}

.security-badge-content {
    flex: 1;
}

.security-badge-title {
    font-size: 14px;
    font-weight: 700;
    color: #065f46;
    margin-bottom: 4px;
}

.security-badge-text {
    font-size: 12px;
    color: #047857;
    line-height: 1.4;
}

.password-requirements {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border: 2px solid #fcd34d;
    border-radius: 16px;
    padding: 16px;
    margin: 20px 0;
}

.requirements-title {
    font-size: 13px;
    font-weight: 700;
    color: #92400e;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.requirements-title i {
    color: #f59e0b;
}

.requirement-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #78350f;
    margin-bottom: 8px;
    padding: 8px;
    background: white;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.requirement-item:last-child {
    margin-bottom: 0;
}

.requirement-item i {
    color: #f59e0b;
    font-size: 10px;
}

.requirement-item.valid {
    background: #dcfce7;
    border-left: 3px solid #10b981;
}

.requirement-item.valid i {
    color: #10b981;
}

/* ===================================
   ANIMATIONS
=================================== */


@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes lockShake {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-5deg);
    }
    75% {
        transform: rotate(5deg);
    }
}

/* ===================================
   RESPONSIVE DESIGN
=================================== */
@media (max-width: 768px) {
    .illustration-icon,
    .lock-icon,
    .success-icon {
        width: 80px;
        height: 80px;
    }

    .illustration-icon i,
    .lock-icon i {
        font-size: 32px;
    }

    .success-icon i {
        font-size: 36px;
    }

    .steps-container {
        padding: 16px;
    }

    .security-badge {
        padding: 14px;
    }

    .password-requirements {
        padding: 14px;
    }
}

@media (max-width: 480px) {
    .step-item {
        padding: 10px;
    }

    .step-number {
        min-width: 24px;
        height: 24px;
        font-size: 11px;
    }

    .step-text {
        font-size: 12px;
    }
}
