/* style/game-categories-lottery-game-play.css */
.page-game-categories-lottery-game-play {
    font-family: 'Arial', sans-serif;
    color: #FFFFFF; /* Light text on dark background */
    background-color: #1A202C; /* Main background color */
    line-height: 1.6;
}

.page-game-categories-lottery-game-play-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-game-categories-lottery-game-play-title {
    font-size: 3.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-game-categories-lottery-game-play-subtitle {
    font-size: 1.2em;
    text-align: center;
    color: #E0E0E0;
    margin-bottom: 40px;
}

.page-game-categories-lottery-game-play-section {
    padding: 60px 0;
    background-color: #1A202C;
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-game-categories-lottery-game-play-section:last-of-type {
    border-bottom: none;
}

.page-game-categories-lottery-game-play-section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-game-categories-lottery-game-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-game-categories-lottery-game-play-hero {
    background: linear-gradient(135deg, #1A202C 0%, #3a475a 100%);
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    text-align: center;
}

.page-game-categories-lottery-game-play-hero-content {
    flex: 1;
    min-width: 300px;
    max-width: 600px;
}

.page-game-categories-lottery-game-play-hero-image-wrapper {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
}

.page-game-categories-lottery-game-play-hero-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-game-categories-lottery-game-play-hero-actions {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-game-categories-lottery-game-play-btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    white-space: nowrap;
}

.page-game-categories-lottery-game-play-btn-primary {
    background-color: #FFD700;
    color: #1A202C;
    border: 2px solid #FFD700;
}

.page-game-categories-lottery-game-play-btn-primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.page-game-categories-lottery-game-play-btn-secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-game-categories-lottery-game-play-btn-secondary:hover {
    background-color: #FFD700;
    color: #1A202C;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.page-game-categories-lottery-game-play-btn-deposit, 
.page-game-categories-lottery-game-play-btn-promo, 
.page-game-categories-lottery-game-play-btn-download,
.page-game-categories-lottery-game-play-btn-register-bottom,
.page-game-categories-lottery-game-play-btn-explore {
    background-color: #FFD700;
    color: #1A202C;
    border: 2px solid #FFD700;
    margin-top: 15px;
}

.page-game-categories-lottery-game-play-btn-deposit:hover, 
.page-game-categories-lottery-game-play-btn-promo:hover, 
.page-game-categories-lottery-game-play-btn-download:hover,
.page-game-categories-lottery-game-play-btn-register-bottom:hover,
.page-game-categories-lottery-game-play-btn-explore:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.page-game-categories-lottery-game-play-btn-lg {
    padding: 18px 35px;
    font-size: 1.1em;
}

.page-game-categories-lottery-game-play-about p, 
.page-game-categories-lottery-game-play-types p, 
.page-game-categories-lottery-game-play-guide p, 
.page-game-categories-lottery-game-play-tips p,
.page-game-categories-lottery-game-play-security p,
.page-game-categories-lottery-game-play-faq p {
    color: #E0E0E0;
    margin-bottom: 20px;
    font-size: 1.05em;
    text-align: justify;
}

.page-game-categories-lottery-game-play-about h3, 
.page-game-categories-lottery-game-play-types h3, 
.page-game-categories-lottery-game-play-guide h3, 
.page-game-categories-lottery-game-play-tips h3,
.page-game-categories-lottery-game-play-security h3,
.page-game-categories-lottery-game-play-faq h3 {
    color: #FFD700;
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-game-categories-lottery-game-play-types h4 {
    color: #FFD700;
    font-size: 1.4em;
    margin-top: 25px;
    margin-bottom: 10px;
}

.page-game-categories-lottery-game-play-about ul,
.page-game-categories-lottery-game-play-types ul,
.page-game-categories-lottery-game-play-tips ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.page-game-categories-lottery-game-play-about ul li,
.page-game-categories-lottery-game-play-types ul li,
.page-game-categories-lottery-game-play-tips ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #E0E0E0;
}

.page-game-categories-lottery-game-play-about ul li::before,
.page-game-categories-lottery-game-play-types ul li::before,
.page-game-categories-lottery-game-play-tips ul li::before {
    content: '•';
    color: #FFD700;
    position: absolute;
    left: 0;
    font-size: 1.5em;
    line-height: 1;
}

.page-game-categories-lottery-game-play-feature-grid,
.page-game-categories-lottery-game-play-step-grid,
.page-game-categories-lottery-game-play-security-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-game-categories-lottery-game-play-feature-item,
.page-game-categories-lottery-game-play-step-item,
.page-game-categories-lottery-game-play-security-item {
    background-color: #2b3544; /* Slightly lighter dark for contrast */
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-categories-lottery-game-play-feature-item:hover,
.page-game-categories-lottery-game-play-step-item:hover,
.page-game-categories-lottery-game-play-security-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-game-categories-lottery-game-play-feature-icon,
.page-game-categories-lottery-game-play-step-icon,
.page-game-categories-lottery-game-play-security-icon,
.page-game-categories-lottery-game-play-tip-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: brightness(1.2);
}

.page-game-categories-lottery-game-play-feature-item h3,
.page-game-categories-lottery-game-play-step-item h3,
.page-game-categories-lottery-game-play-security-item h3 {
    color: #FFD700;
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-game-categories-lottery-game-play-feature-item p,
.page-game-categories-lottery-game-play-step-item p,
.page-game-categories-lottery-game-play-security-item p {
    color: #C0C0C0;
    font-size: 0.95em;
    text-align: center;
}

.page-game-categories-lottery-game-play-type-item {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
    background-color: #2b3544;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-game-categories-lottery-game-play-type-item-reverse {
    flex-direction: row-reverse;
}

.page-game-categories-lottery-game-play-type-image {
    width: 40%;
    min-width: 250px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-game-categories-lottery-game-play-type-content {
    flex: 1;
}

.page-game-categories-lottery-game-play-step-actions {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.page-game-categories-lottery-game-play-tip-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-game-categories-lottery-game-play-tip-list li {
    background-color: #2b3544;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative; /* For icon positioning */
    padding-top: 80px; /* Space for icon */
}

.page-game-categories-lottery-game-play-tip-list li:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-game-categories-lottery-game-play-tip-icon {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
}

.page-game-categories-lottery-game-play-tip-list li h3 {
    color: #FFD700;
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-game-categories-lottery-game-play-tip-list li p {
    color: #C0C0C0;
    font-size: 0.95em;
    text-align: center;
}

.page-game-categories-lottery-game-play-faq-item {
    background-color: #2b3544;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}

.page-game-categories-lottery-game-play-faq-item h3 {
    color: #FFD700;
    font-size: 1.6em;
    margin-top: 0;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-game-categories-lottery-game-play-faq-item p {
    color: #C0C0C0;
    font-size: 1em;
    margin-top: 15px;
    margin-bottom: 0;
}

.page-game-categories-lottery-game-play-faq-item a {
    color: #FFD700;
    text-decoration: underline;
}

.page-game-categories-lottery-game-play-faq-item a:hover {
    color: #e6c200;
}

.page-game-categories-lottery-game-play-cta {
    background: linear-gradient(90deg, #1A202C, #4a5d7c);
    padding: 80px 0;
    text-align: center;
}

.page-game-categories-lottery-game-play-cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.page-game-categories-lottery-game-play-cta-image {
    width: 150px;
    height: auto;
    margin-bottom: 30px;
    filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.5));
}

.page-game-categories-lottery-game-play-cta-title {
    font-size: 2.8em;
    color: #FFD700;
    margin-bottom: 20px;
}

.page-game-categories-lottery-game-play-cta-text {
    font-size: 1.2em;
    color: #E0E0E0;
    margin-bottom: 40px;
}

.page-game-categories-lottery-game-play-cta-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-game-categories-lottery-game-play-title {
        font-size: 2.8em;
    }
    .page-game-categories-lottery-game-play-section-title {
        font-size: 2em;
    }
    .page-game-categories-lottery-game-play-hero {
        flex-direction: column;
        padding: 60px 0;
    }
    .page-game-categories-lottery-game-play-hero-content, .page-game-categories-lottery-game-play-hero-image-wrapper {
        max-width: 100%;
    }
    .page-game-categories-lottery-game-play-type-item {
        flex-direction: column;
    }
    .page-game-categories-lottery-game-play-type-item-reverse {
        flex-direction: column;
    }
    .page-game-categories-lottery-game-play-type-image {
        width: 80%;
        margin-bottom: 20px;
    }
    .page-game-categories-lottery-game-play-cta-title {
        font-size: 2.2em;
    }
    .page-game-categories-lottery-game-play-cta-text {
        font-size: 1em;
    }
}

@media (max-width: 768px) {
    .page-game-categories-lottery-game-play-title {
        font-size: 2.2em;
    }
    .page-game-categories-lottery-game-play-subtitle {
        font-size: 1em;
    }
    .page-game-categories-lottery-game-play-section-title {
        font-size: 1.8em;
    }
    .page-game-categories-lottery-game-play-btn {
        padding: 12px 25px;
        font-size: 0.9em;
    }
    .page-game-categories-lottery-game-play-btn-lg {
        padding: 15px 30px;
        font-size: 1em;
    }
    .page-game-categories-lottery-game-play-hero-actions, .page-game-categories-lottery-game-play-cta-actions {
        flex-direction: column;
        gap: 15px;
    }
    .page-game-categories-lottery-game-play-feature-grid,
    .page-game-categories-lottery-game-play-step-grid,
    .page-game-categories-lottery-game-play-security-grid,
    .page-game-categories-lottery-game-play-tip-list {
        grid-template-columns: 1fr;
    }
    .page-game-categories-lottery-game-play-type-image {
        width: 100%;
    }
    .page-game-categories-lottery-game-play-faq-item h3 {
        font-size: 1.4em;
    }
}