/* style/onbet-forgot-password.css */
.page-onbet-forgot-password__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-onbet-forgot-password__hero-section {
    background-color: #0A2463;
    color: #FFFFFF;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-onbet-forgot-password__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(10, 36, 99, 0.8), rgba(255, 215, 0, 0.2));
    z-index: 0;
}

.page-onbet-forgot-password__hero-section > .page-onbet-forgot-password__container {
    position: relative;
    z-index: 1;
}

.page-onbet-forgot-password__main-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #FFD700;
    line-height: 1.2;
}

.page-onbet-forgot-password__subtitle {
    font-size: 1.2em;
    margin-bottom: 30px;
    line-height: 1.6;
    color: #E0E0E0;
}

.page-onbet-forgot-password__content-section,
.page-onbet-forgot-password__steps-section,
.page-onbet-forgot-password__faq-section,
.page-onbet-forgot-password__cta-section {
    padding: 60px 0;
}

.page-onbet-forgot-password__section-title {
    font-size: 2.2em;
    color: #0A2463;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-onbet-forgot-password__section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-onbet-forgot-password__bg-dark {
    background-color: #0A2463;
    color: #E0E0E0;
}

.page-onbet-forgot-password__bg-dark .page-onbet-forgot-password__section-title {
    color: #FFD700;
}

.page-onbet-forgot-password__bg-dark .page-onbet-forgot-password__section-title::after {
    background-color: #E0E0E0;
}

.page-onbet-forgot-password__bg-gold {
    background-color: #FFD700;
    color: #0A2463;
}

.page-onbet-forgot-password__bg-gold .page-onbet-forgot-password__section-title {
    color: #0A2463;
}

.page-onbet-forgot-password__bg-gold .page-onbet-forgot-password__section-title::after {
    background-color: #0A2463;
}

.page-onbet-forgot-password__description {
    font-size: 1.1em;
    line-height: 1.7;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.page-onbet-forgot-password__list {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 20px;
    font-size: 1.05em;
    line-height: 1.8;
}

.page-onbet-forgot-password__list li {
    margin-bottom: 10px;
}

.page-onbet-forgot-password__highlight {
    font-weight: bold;
    color: #FFD700;
}

.page-onbet-forgot-password__bg-dark .page-onbet-forgot-password__highlight {
    color: #E0E0E0;
}

.page-onbet-forgot-password__btn {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    margin: 10px;
}

.page-onbet-forgot-password__btn--primary {
    background-color: #FFD700;
    color: #0A2463;
    border: 2px solid #FFD700;
}

.page-onbet-forgot-password__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-onbet-forgot-password__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-onbet-forgot-password__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A2463;
    transform: translateY(-2px);
}

.page-onbet-forgot-password__bg-dark .page-onbet-forgot-password__btn--secondary {
    color: #E0E0E0;
    border-color: #E0E0E0;
}

.page-onbet-forgot-password__bg-dark .page-onbet-forgot-password__btn--secondary:hover {
    background-color: #E0E0E0;
    color: #0A2463;
}

.page-onbet-forgot-password__link {
    color: #FFD700;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.page-onbet-forgot-password__link:hover {
    color: #e6c200;
}

.page-onbet-forgot-password__bg-dark .page-onbet-forgot-password__link {
    color: #E0E0E0;
}

.page-onbet-forgot-password__bg-dark .page-onbet-forgot-password__link:hover {
    color: #FFFFFF;
}

.page-onbet-forgot-password__step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    gap: 30px;
}

.page-onbet-forgot-password__step-item:nth-child(even) {
    flex-direction: row-reverse;
}

.page-onbet-forgot-password__step-number {
    font-size: 3em;
    font-weight: bold;
    color: #FFD700;
    min-width: 80px;
    text-align: center;
    line-height: 1;
    padding-top: 5px;
}

.page-onbet-forgot-password__bg-dark .page-onbet-forgot-password__step-number {
    color: #E0E0E0;
}

.page-onbet-forgot-password__step-content {
    flex: 1;
}

.page-onbet-forgot-password__step-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-onbet-forgot-password__bg-dark .page-onbet-forgot-password__step-title {
    color: #E0E0E0;
}

.page-onbet-forgot-password__step-content p {
    margin-bottom: 15px;
    line-height: 1.7;
}

.page-onbet-forgot-password__step-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-onbet-forgot-password__faq-item {
    background-color: #F8F8F8;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.page-onbet-forgot-password__faq-question {
    font-size: 1.4em;
    color: #0A2463;
    margin-bottom: 10px;
}

.page-onbet-forgot-password__faq-answer {
    font-size: 1.05em;
    line-height: 1.7;
    color: #333333;
}

.page-onbet-forgot-password__cta-section {
    text-align: center;
    padding: 80px 0;
}

.page-onbet-forgot-password__cta-buttons {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.page-onbet-forgot-password__cta-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-top: 50px;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-onbet-forgot-password__main-title {
        font-size: 2.2em;
    }
    .page-onbet-forgot-password__section-title {
        font-size: 1.8em;
    }
    .page-onbet-forgot-password__step-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .page-onbet-forgot-password__step-item:nth-child(even) {
        flex-direction: column;
    }
    .page-onbet-forgot-password__step-number {
        margin-bottom: 20px;
    }
    .page-onbet-forgot-password__step-title {
        font-size: 1.5em;
    }
}

@media (max-width: 768px) {
    .page-onbet-forgot-password__hero-section {
        padding: 60px 0;
    }
    .page-onbet-forgot-password__main-title {
        font-size: 1.8em;
    }
    .page-onbet-forgot-password__subtitle {
        font-size: 1em;
    }
    .page-onbet-forgot-password__content-section,
    .page-onbet-forgot-password__steps-section,
    .page-onbet-forgot-password__faq-section,
    .page-onbet-forgot-password__cta-section {
        padding: 40px 0;
    }
    .page-onbet-forgot-password__section-title {
        font-size: 1.6em;
    }
    .page-onbet-forgot-password__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-onbet-forgot-password__step-image {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .page-onbet-forgot-password__main-title {
        font-size: 1.6em;
    }
    .page-onbet-forgot-password__section-title {
        font-size: 1.4em;
    }
    .page-onbet-forgot-password__step-number {
        font-size: 2.5em;
    }
    .page-onbet-forgot-password__step-title {
        font-size: 1.3em;
    }
    .page-onbet-forgot-password__btn {
        margin: 5px;
    }
    .page-onbet-forgot-password__cta-buttons {
        flex-direction: column;
        gap: 10px;
    }
}