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

.page-register-login-forgot-password {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #f5e5c5; /* Light text for dark background */
    background-color: #0A1A3A; /* Main dark background */
}

.page-register-login-forgot-password .hero-section {
    background: linear-gradient(135deg, #0A1A3A 0%, #203a6e 100%); /* Dark blue gradient */
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-register-login-forgot-password .hero-section__container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.page-register-login-forgot-password .hero-section__title {
    font-size: 3.5em;
    color: #FFD700; /* Gold accent */
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-register-login-forgot-password .hero-section__description {
    font-size: 1.2em;
    color: #f5e5c5;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-register-login-forgot-password .btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
    border: none;
}

.page-register-login-forgot-password .hero-section__btn {
    background-color: #FFD700; /* Gold */
    color: #0A1A3A; /* Dark blue text */
}

.page-register-login-forgot-password .hero-section__btn:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-register-login-forgot-password .content-section {
    padding: 60px 0;
    background-color: #0A1A3A;
}

.page-register-login-forgot-password .content-section--dark {
    background-color: #061228;
}

.page-register-login-forgot-password .content-section__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-register-login-forgot-password .content-section__title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
}

.page-register-login-forgot-password .content-section__intro {
    font-size: 1.1em;
    color: #d1d1d1;
    text-align: center;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-register-login-forgot-password .recovery-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.page-register-login-forgot-password .recovery-step {
    background-color: #1a2a47; /* Slightly lighter dark blue */
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.page-register-login-forgot-password .recovery-step:hover {
    transform: translateY(-10px);
}

.page-register-login-forgot-password .recovery-step__icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.7));
}

.page-register-login-forgot-password .recovery-step__title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-register-login-forgot-password .recovery-step__description {
    color: #d1d1d1;
    font-size: 1em;
}

.page-register-login-forgot-password .recovery-action-buttons {
    text-align: center;
    margin-top: 40px;
}

.page-register-login-forgot-password .recovery-action-buttons .btn {
    margin: 0 15px;
}

.page-register-login-forgot-password .btn--primary {
    background-color: #FFD700;
    color: #0A1A3A;
}

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

.page-register-login-forgot-password .btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-register-login-forgot-password .btn--secondary:hover {
    background-color: #FFD700;
    color: #0A1A3A;
    transform: translateY(-3px);
}

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

.page-register-login-forgot-password .grid-item {
    background-color: #1a2a47;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.page-register-login-forgot-password .grid-item__image {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: brightness(1.2);
}

.page-register-login-forgot-password .grid-item__title {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-register-login-forgot-password .grid-item__description,
.page-register-login-forgot-password .grid-item__list {
    color: #d1d1d1;
    font-size: 1em;
    text-align: left;
    margin-left: 20px;
}

.page-register-login-forgot-password .grid-item__list li {
    margin-bottom: 8px;
}

.page-register-login-forgot-password .why-8win55-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
}

.page-register-login-forgot-password .why-8win55-text {
    flex: 2;
    min-width: 300px;
}

.page-register-login-forgot-password .why-8win55-text p {
    margin-bottom: 20px;
    color: #f5e5c5;
    font-size: 1.1em;
}

.page-register-login-forgot-password .why-8win55-text a {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-register-login-forgot-password .why-8win55-text a:hover {
    text-decoration: underline;
}

.page-register-login-forgot-password .why-8win55-image {
    flex: 1;
    min-width: 250px;
    text-align: center;
}

.page-register-login-forgot-password .why-8win55-image__img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.page-register-login-forgot-password .why-8win55-cta {
    text-align: center;
    margin-top: 40px;
}

.page-register-login-forgot-password .why-8win55-cta .btn {
    margin: 0 15px;
}

.page-register-login-forgot-password .faq-items {
    display: grid;
    gap: 20px;
}

.page-register-login-forgot-password .faq-item {
    background-color: #1a2a47;
    padding: 25px 30px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-register-login-forgot-password .faq-item__question {
    font-size: 1.3em;
    color: #FFD700;
    margin-bottom: 10px;
    cursor: pointer;
}

.page-register-login-forgot-password .faq-item__answer {
    color: #d1d1d1;
    font-size: 1em;
    line-height: 1.8;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-register-login-forgot-password .hero-section {
        padding: 80px 0;
    }

    .page-register-login-forgot-password .hero-section__title {
        font-size: 2.5em;
    }

    .page-register-login-forgot-password .hero-section__description {
        font-size: 1em;
    }

    .page-register-login-forgot-password .content-section__title {
        font-size: 2em;
    }

    .page-register-login-forgot-password .recovery-steps {
        grid-template-columns: 1fr;
    }

    .page-register-login-forgot-password .recovery-action-buttons .btn {
        margin: 10px 0;
        width: 80%;
    }

    .page-register-login-forgot-password .why-8win55-content {
        flex-direction: column;
        text-align: center;
    }

    .page-register-login-forgot-password .why-8win55-text,
    .page-register-login-forgot-password .why-8win55-image {
        min-width: unset;
        width: 100%;
    }

    .page-register-login-forgot-password .why-8win55-cta .btn {
        margin: 10px 0;
        width: 80%;
    }
}

@media (max-width: 480px) {
    .page-register-login-forgot-password .hero-section__title {
        font-size: 2em;
    }

    .page-register-login-forgot-password .content-section__title {
        font-size: 1.8em;
    }

    .page-register-login-forgot-password .recovery-step__title {
        font-size: 1.3em;
    }

    .page-register-login-forgot-password .faq-item__question {
        font-size: 1.1em;
    }
}