/* style/register-login-forgot-password.css */

/* Global styles for this page only */
.page-register-login-forgot-password {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f4f7f6;
}

.page-register-login-forgot-password__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-register-login-forgot-password__section-title {
    color: #0A2463;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-register-login-forgot-password__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

/* Hero Section */
.page-register-login-forgot-password__hero-section {
    background: linear-gradient(135deg, #0A2463 0%, #1A3E8A 100%);
    color: #FFFFFF;
    padding: 100px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-register-login-forgot-password__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_pattern,geometric,sodo]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-register-login-forgot-password__hero-content {
    position: relative;
    z-index: 1;
}

.page-register-login-forgot-password__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700;
}

.page-register-login-forgot-password__hero-description {
    font-size: 1.3em;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.9;
}

/* Form Section */
.page-register-login-forgot-password__form-section {
    padding: 80px 0;
    background-color: #fcfcfc;
}

.page-register-login-forgot-password__form-card {
    background-color: #FFFFFF;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.page-register-login-forgot-password__form-group {
    margin-bottom: 25px;
    text-align: left;
}

.page-register-login-forgot-password__label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: #0A2463;
    font-size: 1.1em;
}

.page-register-login-forgot-password__input {
    width: calc(100% - 20px);
    padding: 12px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
    transition: border-color 0.3s ease;
}

.page-register-login-forgot-password__input:focus {
    border-color: #FFD700;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.2);
}

.page-register-login-forgot-password__submit-btn {
    background-color: #FFD700;
    color: #0A2463;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    width: 100%;
    max-width: 300px;
    margin-top: 20px;
}

.page-register-login-forgot-password__submit-btn:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-register-login-forgot-password__form-info {
    margin-top: 20px;
    color: #555;
    font-size: 0.95em;
}

.page-register-login-forgot-password__actions {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.page-register-login-forgot-password__link-btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    width: 100%;
    max-width: 300px;
}

.page-register-login-forgot-password__link-btn--primary {
    background-color: #0A2463;
    color: #FFD700;
    border: 2px solid #0A2463;
}

.page-register-login-forgot-password__link-btn--primary:hover {
    background-color: #1A3E8A;
    color: #FFFFFF;
    transform: translateY(-2px);
}

.page-register-login-forgot-password__link-btn--secondary {
    background-color: #FFFFFF;
    color: #0A2463;
    border: 2px solid #0A2463;
}

.page-register-login-forgot-password__link-btn--secondary:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
}

/* Steps Section */
.page-register-login-forgot-password__steps-section {
    padding: 80px 0;
    background-color: #eef2f1;
}

.page-register-login-forgot-password__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-register-login-forgot-password__step-card {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-register-login-forgot-password__step-card:hover {
    transform: translateY(-5px);
}

.page-register-login-forgot-password__step-icon-wrapper {
    width: 80px;
    height: 80px;
    background-color: #FFD700;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px auto;
}

.page-register-login-forgot-password__step-icon {
    width: 40px;
    height: 40px;
    filter: invert(10%) sepia(90%) saturate(7000%) hue-rotate(200deg) brightness(50%) contrast(150%); /* To make icon dark blue */
}

.page-register-login-forgot-password__step-title {
    color: #0A2463;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.page-register-login-forgot-password__step-description {
    color: #555;
    font-size: 0.95em;
}

/* Security Tips Section */
.page-register-login-forgot-password__security-tips {
    padding: 80px 0;
    background-color: #fcfcfc;
}

.page-register-login-forgot-password__intro-text {
    text-align: center;
    font-size: 1.1em;
    color: #555;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.page-register-login-forgot-password__security-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-register-login-forgot-password__security-list li {
    background-color: #FFFFFF;
    border-left: 5px solid #FFD700;
    padding: 20px 30px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.page-register-login-forgot-password__list-title {
    color: #0A2463;
    font-size: 1.3em;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-register-login-forgot-password__security-image {
    display: block;
    margin: 40px auto 0 auto;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* FAQ Section */
.page-register-login-forgot-password__faq-section {
    padding: 80px 0;
    background-color: #eef2f1;
}

.page-register-login-forgot-password__faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.page-register-login-forgot-password__faq-item {
    background-color: #FFFFFF;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease;
}

.page-register-login-forgot-password__faq-item:hover {
    transform: translateY(-3px);
}

.page-register-login-forgot-password__faq-question {
    color: #0A2463;
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.page-register-login-forgot-password__faq-question::before {
    content: '❓';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
}

.page-register-login-forgot-password__faq-answer {
    color: #555;
    font-size: 0.95em;
}

.page-register-login-forgot-password__faq-image {
    display: block;
    margin: 40px auto 0 auto;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* CTA Section */
.page-register-login-forgot-password__cta-section {
    background: linear-gradient(135deg, #0A2463 0%, #1A3E8A 100%);
    color: #FFFFFF;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-register-login-forgot-password__cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_pattern_dark,geometric,sodo]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-register-login-forgot-password__cta-section .page-register-login-forgot-password__section-title {
    color: #FFD700;
}

.page-register-login-forgot-password__cta-section .page-register-login-forgot-password__section-title::after {
    background-color: #FFFFFF;
}

.page-register-login-forgot-password__cta-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px auto;
    opacity: 0.9;
}

.page-register-login-forgot-password__cta-btn {
    display: inline-block;
    background-color: #FFD700;
    color: #0A2463;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.3);
}

.page-register-login-forgot-password__cta-btn:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(255, 215, 0, 0.4);
}

.page-register-login-forgot-password__image-wrapper--cta {
    margin-top: 50px;
}

.page-register-login-forgot-password__cta-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-register-login-forgot-password__hero-title {
        font-size: 2.8em;
    }
    .page-register-login-forgot-password__section-title {
        font-size: 2em;
    }
    .page-register-login-forgot-password__steps-grid,
    .page-register-login-forgot-password__faq-grid {
        grid-template-columns: 1fr;
    }
    .page-register-login-forgot-password__link-btn,
    .page-register-login-forgot-password__submit-btn {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .page-register-login-forgot-password__hero-section,
    .page-register-login-forgot-password__form-section,
    .page-register-login-forgot-password__steps-section,
    .page-register-login-forgot-password__security-tips,
    .page-register-login-forgot-password__faq-section,
    .page-register-login-forgot-password__cta-section {
        padding: 60px 0;
    }
    .page-register-login-forgot-password__hero-title {
        font-size: 2.2em;
    }
    .page-register-login-forgot-password__hero-description,
    .page-register-login-forgot-password__intro-text,
    .page-register-login-forgot-password__cta-description {
        font-size: 1em;
    }
    .page-register-login-forgot-password__section-title {
        font-size: 1.8em;
    }
    .page-register-login-forgot-password__form-card {
        padding: 30px 20px;
    }
    .page-register-login-forgot-password__cta-btn {
        font-size: 1.1em;
        padding: 15px 30px;
    }
}

@media (max-width: 480px) {
    .page-register-login-forgot-password__hero-title {
        font-size: 1.8em;
    }
    .page-register-login-forgot-password__section-title {
        font-size: 1.5em;
    }
    .page-register-login-forgot-password__step-title,
    .page-register-login-forgot-password__list-title,
    .page-register-login-forgot-password__faq-question {
        font-size: 1.2em;
    }
    .page-register-login-forgot-password__submit-btn,
    .page-register-login-forgot-password__link-btn {
        font-size: 1em;
        padding: 12px 20px;
    }
}