/* style/resources-nbet-lottery-games-introduction.css */
.page-resources-nbet-lottery-games-introduction {
    font-family: 'Arial', sans-serif;
    color: #f0f0f0; /* Light gray for general text on dark background */
    background-color: #0d123d; /* Darker background to complement main color */
}

.page-resources-nbet-lottery-games-introduction .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-resources-nbet-lottery-games-introduction .hero-section {
    background: linear-gradient(135deg, #1A237E 0%, #0d123d 100%); /* Main color with darker transition */
    padding: 100px 0;
    text-align: center;
    color: #FFD700; /* Gold for hero text */
}

.page-resources-nbet-lottery-games-introduction .hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700;
    font-weight: bold;
}

.page-resources-nbet-lottery-games-introduction .hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: #e0e0e0;
}

.page-resources-nbet-lottery-games-introduction .content-block {
    padding: 60px 0;
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-resources-nbet-lottery-games-introduction .content-block:last-of-type {
    border-bottom: none;
}

.page-resources-nbet-lottery-games-introduction .section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold for section titles */
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
}

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

.page-resources-nbet-lottery-games-introduction p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #f0f0f0;
    text-align: justify;
}

.page-resources-nbet-lottery-games-introduction strong {
    color: #FFD700;
}

.page-resources-nbet-lottery-games-introduction .btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    margin: 10px;
    text-align: center;
}

.page-resources-nbet-lottery-games-introduction .btn-primary {
    background-color: #FFD700; /* Gold for primary action */
    color: #1A237E; /* Dark blue for text on gold */
    border: 2px solid #FFD700;
}

.page-resources-nbet-lottery-games-introduction .btn-primary:hover {
    background-color: #e6c200;
    color: #0d123d;
    transform: translateY(-3px);
}

.page-resources-nbet-lottery-games-introduction .btn-secondary {
    background-color: transparent;
    color: #FFD700; /* Gold for secondary action text */
    border: 2px solid #FFD700;
}

.page-resources-nbet-lottery-games-introduction .btn-secondary:hover {
    background-color: #FFD700;
    color: #1A237E;
    transform: translateY(-3px);
}

.page-resources-nbet-lottery-games-introduction .btn-large {
    padding: 18px 40px;
    font-size: 1.2em;
}

.page-resources-nbet-lottery-games-introduction .introduction-section p, 
.page-resources-nbet-lottery-games-introduction .conclusion-section p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-nbet-lottery-games-introduction .content-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-nbet-lottery-games-introduction .game-type-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-nbet-lottery-games-introduction .game-type-item {
    background-color: #1A237E; /* Main color for item background */
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-nbet-lottery-games-introduction .game-type-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-nbet-lottery-games-introduction .game-type-item h3 {
    color: #FFD700; /* Gold for item titles */
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 15px;
}

.page-resources-nbet-lottery-games-introduction .game-type-item p {
    font-size: 1em;
    color: #c0c0c0;
    text-align: left;
}

.page-resources-nbet-lottery-games-introduction .game-type-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-resources-nbet-lottery-games-introduction .play-steps {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-nbet-lottery-games-introduction .play-steps li {
    background-color: #1A237E;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-nbet-lottery-games-introduction .play-steps li h3 {
    color: #FFD700;
    font-size: 1.4em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.page-resources-nbet-lottery-games-introduction .play-steps li p {
    color: #c0c0c0;
    font-size: 0.95em;
    text-align: center;
}

.page-resources-nbet-lottery-games-introduction .step-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: drop-shadow(0 0 4px rgba(255, 215, 0, 0.4));
}

.page-resources-nbet-lottery-games-introduction .tips-list, 
.page-resources-nbet-lottery-games-introduction .promo-list {
    list-style: none;
    padding: 0;
    max-width: 900px;
    margin: 40px auto;
}

.page-resources-nbet-lottery-games-introduction .tips-list li, 
.page-resources-nbet-lottery-games-introduction .promo-list li {
    background-color: #1A237E;
    margin-bottom: 15px;
    padding: 20px 25px;
    border-radius: 8px;
    font-size: 1.1em;
    line-height: 1.6;
    color: #f0f0f0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    border-left: 5px solid #FFD700;
}

.page-resources-nbet-lottery-games-introduction .tips-list li strong, 
.page-resources-nbet-lottery-games-introduction .promo-list li strong {
    color: #FFD700;
}

.page-resources-nbet-lottery-games-introduction .faq-item {
    background-color: #1A237E;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border-left: 5px solid #FFD700;
}

.page-resources-nbet-lottery-games-introduction .faq-item h3 {
    color: #FFD700;
    font-size: 1.3em;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-resources-nbet-lottery-games-introduction .faq-item p {
    color: #c0c0c0;
    font-size: 1em;
    text-align: left;
    margin-bottom: 0;
}

.page-resources-nbet-lottery-games-introduction .call-to-action-text {
    text-align: center;
    margin-top: 30px;
    font-size: 1.2em;
    color: #FFD700;
    font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-nbet-lottery-games-introduction .hero-title {
        font-size: 2.5em;
    }

    .page-resources-nbet-lottery-games-introduction .hero-subtitle {
        font-size: 1.1em;
    }

    .page-resources-nbet-lottery-games-introduction .section-title {
        font-size: 2em;
    }

    .page-resources-nbet-lottery-games-introduction p {
        font-size: 1em;
    }

    .page-resources-nbet-lottery-games-introduction .btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-nbet-lottery-games-introduction .btn-large {
        padding: 15px 30px;
        font-size: 1.1em;
    }

    .page-resources-nbet-lottery-games-introduction .game-type-grid, 
    .page-resources-nbet-lottery-games-introduction .play-steps {
        grid-template-columns: 1fr;
    }

    .page-resources-nbet-lottery-games-introduction .game-type-item, 
    .page-resources-nbet-lottery-games-introduction .play-steps li {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .page-resources-nbet-lottery-games-introduction .hero-title {
        font-size: 2em;
    }

    .page-resources-nbet-lottery-games-introduction .section-title {
        font-size: 1.8em;
    }

    .page-resources-nbet-lottery-games-introduction .btn {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}