/* style/lottery-games-how-to-play.css */

.page-lottery-games-how-to-play {
    font-family: 'Arial', sans-serif;
    color: #f2eee8; /* Light text for dark backgrounds */
    background-color: #0D1117; /* Main dark background */
    line-height: 1.6;
}

.page-lottery-games-how-to-play__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-lottery-games-how-to-play__hero-section {
    background: linear-gradient(135deg, #0D1117 0%, #1A202C 50%, #0D1117 100%);
    padding: 100px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #FFD700;
}

.page-lottery-games-how-to-play__hero-title {
    font-size: 3.5em;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    font-weight: bold;
}

.page-lottery-games-how-to-play__hero-subtitle {
    font-size: 1.4em;
    color: #CCCCCC;
    max-width: 800px;
    margin: 0 auto 40px;
}

.page-lottery-games-how-to-play__cta-button {
    display: inline-block;
    background-color: #FFD700; /* Gold */
    color: #0D1117; /* Dark text on gold */
    padding: 15px 30px;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-lottery-games-how-to-play__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-lottery-games-how-to-play__section-title {
    font-size: 2.5em;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-lottery-games-how-to-play__section-title .highlight {
    color: #FFD700;
}

.page-lottery-games-how-to-play__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-lottery-games-how-to-play__text-content {
    font-size: 1.1em;
    color: #CCCCCC;
    margin-bottom: 30px;
    text-align: justify;
}

.page-lottery-games-how-to-play__introduction-section,
.page-lottery-games-how-to-play__game-types-section,
.page-lottery-games-how-to-play__how-to-play-section,
.page-lottery-games-how-to-play__tips-section,
.page-lottery-games-how-to-play__why-choose-ok9-section,
.page-lottery-games-how-to-play__faq-section,
.page-lottery-games-how-to-play__final-cta-section {
    padding: 60px 0;
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-lottery-games-how-to-play__introduction-section {
    background-color: #1A202C;
}

.page-lottery-games-how-to-play__image-wrapper {
    text-align: center;
    margin: 40px 0;
}

.page-lottery-games-how-to-play__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-lottery-games-how-to-play__secondary-cta-button {
    display: inline-block;
    background-color: transparent;
    color: #FFD700; /* Gold text */
    border: 2px solid #FFD700;
    padding: 12px 25px;
    font-size: 1.1em;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-top: 20px;
}

.page-lottery-games-how-to-play__secondary-cta-button:hover {
    background-color: #FFD700;
    color: #0D1117;
}

.page-lottery-games-how-to-play__game-card {
    background-color: #1A202C;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 215, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-lottery-games-how-to-play__game-card:hover {
    transform: translateY(-5px);
}

.page-lottery-games-how-to-play__game-card-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-lottery-games-how-to-play__game-card-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-lottery-games-how-to-play__game-card-text {
    color: #B0B0B0;
    margin-bottom: 20px;
}

.page-lottery-games-how-to-play__game-features {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-lottery-games-how-to-play__game-features li {
    color: #CCCCCC;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.page-lottery-games-how-to-play__feature-icon {
    color: #FFD700;
    margin-right: 10px;
    font-size: 1.2em;
}

.page-lottery-games-how-to-play__play-now-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0D1117;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.page-lottery-games-how-to-play__play-now-button:hover {
    background-color: #e6c200;
}

.page-lottery-games-how-to-play__steps-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-lottery-games-how-to-play__steps-list li {
    background-color: #1A202C;
    border-left: 5px solid #FFD700;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-lottery-games-how-to-play__step-title {
    font-size: 1.6em;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.page-lottery-games-how-to-play__step-description {
    color: #B0B0B0;
    margin-bottom: 15px;
}

.page-lottery-games-how-to-play__step-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0D1117;
    padding: 8px 18px;
    font-weight: bold;
    border-radius: 25px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.page-lottery-games-how-to-play__step-button:hover {
    background-color: #e6c200;
}

.page-lottery-games-how-to-play__tips-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-lottery-games-how-to-play__tips-list li {
    background-color: #1A202C;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-lottery-games-how-to-play__tips-list li:hover {
    transform: translateY(-3px);
}

.page-lottery-games-how-to-play__tip-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-lottery-games-how-to-play__tip-description {
    color: #B0B0B0;
}

.page-lottery-games-how-to-play__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-lottery-games-how-to-play__feature-item {
    background-color: #1A202C;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid rgba(255, 215, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-lottery-games-how-to-play__feature-item:hover {
    transform: translateY(-5px);
}

.page-lottery-games-how-to-play__feature-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-lottery-games-how-to-play__feature-description {
    color: #B0B0B0;
}

.page-lottery-games-how-to-play__main-cta-button {
    display: block;
    width: fit-content;
    margin: 40px auto 0;
    background-color: #FFD700;
    color: #0D1117;
    padding: 18px 40px;
    font-size: 1.3em;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.5);
}

.page-lottery-games-how-to-play__main-cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-5px);
}

.page-lottery-games-how-to-play__faq-item {
    background-color: #1A202C;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-lottery-games-how-to-play__faq-question {
    font-size: 1.4em;
    color: #FFFFFF;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.page-lottery-games-how-to-play__faq-answer {
    color: #B0B0B0;
    font-size: 1.1em;
    padding-left: 15px;
    border-left: 3px solid #FFD700;
    margin-top: 15px;
}

.page-lottery-games-how-to-play__final-cta-section {
    text-align: center;
    background-color: #1A202C;
    padding: 80px 20px;
}

.page-lottery-games-how-to-play__final-cta-section .page-lottery-games-how-to-play__cta-button {
    margin: 20px 15px;
}

.page-lottery-games-how-to-play__final-cta-section .page-lottery-games-how-to-play__secondary-cta-button {
    margin: 20px 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-lottery-games-how-to-play__hero-title {
        font-size: 2.5em;
    }

    .page-lottery-games-how-to-play__hero-subtitle {
        font-size: 1.1em;
    }

    .page-lottery-games-how-to-play__section-title {
        font-size: 2em;
    }

    .page-lottery-games-how-to-play__cta-button,
    .page-lottery-games-how-to-play__main-cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-lottery-games-how-to-play__features-grid {
        grid-template-columns: 1fr;
    }

    .page-lottery-games-how-to-play__game-card,
    .page-lottery-games-how-to-play__steps-list li,
    .page-lottery-games-how-to-play__tips-list li,
    .page-lottery-games-how-to-play__feature-item,
    .page-lottery-games-how-to-play__faq-item {
        padding: 20px;
    }

    .page-lottery-games-how-to-play__game-card-title,
    .page-lottery-games-how-to-play__step-title,
    .page-lottery-games-how-to-play__tip-title,
    .page-lottery-games-how-to-play__feature-title,
    .page-lottery-games-how-to-play__faq-question {
        font-size: 1.3em;
    }

    .page-lottery-games-how-to-play__text-content,
    .page-lottery-games-how-to-play__game-card-text,
    .page-lottery-games-how-to-play__step-description,
    .page-lottery-games-how-to-play__tip-description,
    .page-lottery-games-how-to-play__feature-description,
    .page-lottery-games-how-to-play__faq-answer {
        font-size: 0.95em;
    }
}

@media (max-width: 480px) {
    .page-lottery-games-how-to-play__hero-title {
        font-size: 2em;
    }

    .page-lottery-games-how-to-play__section-title {
        font-size: 1.8em;
    }

    .page-lottery-games-how-to-play__hero-section {
        padding: 80px 15px;
    }

    .page-lottery-games-how-to-play__container {
        padding: 15px;
    }

    .page-lottery-games-how-to-play__cta-button,
    .page-lottery-games-how-to-play__secondary-cta-button,
    .page-lottery-games-how-to-play__main-cta-button,
    .page-lottery-games-how-to-play__play-now-button,
    .page-lottery-games-how-to-play__step-button {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .page-lottery-games-how-to-play__final-cta-section .page-lottery-games-how-to-play__cta-button,
    .page-lottery-games-how-to-play__final-cta-section .page-lottery-games-how-to-play__secondary-cta-button {
        margin: 10px 0;
    }
}