/* style/game-types-lottery.css */

/* General Page Styling */
.page-game-types-lottery {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-game-types-lottery .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

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

.page-game-types-lottery .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-types-lottery h3 {
    color: #0056b3; /* Darker shade of primary for subheadings */
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-game-types-lottery p {
    margin-bottom: 15px;
}

/* Buttons */
.page-game-types-lottery .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-align: center;
    cursor: pointer;
    margin: 10px 10px 10px 0;
}

.page-game-types-lottery .btn-primary {
    background-color: #007BFF;
    color: #ffffff;
    border: 2px solid #007BFF;
}

.page-game-types-lottery .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    transform: translateY(-2px);
}

.page-game-types-lottery .btn-secondary {
    background-color: #FFD700;
    color: #333;
    border: 2px solid #FFD700;
}

.page-game-types-lottery .btn-secondary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-2px);
}

/* Hero Section */
.page-game-types-lottery .hero-section {
    background: linear-gradient(135deg, #007BFF 0%, #0056b3 100%);
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-game-types-lottery .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:uk88,lottery_pattern,abstract]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-game-types-lottery .hero-section .container {
    position: relative;
    z-index: 1;
}

.page-game-types-lottery .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #FFD700;
}

.page-game-types-lottery .hero-description {
    font-size: 1.3em;
    max-width: 800px;
    margin: 0 auto 30px;
}

.page-game-types-lottery .hero-actions {
    margin-top: 30px;
}

/* Section Styling */
.page-game-types-lottery .section-introduction, 
.page-game-types-lottery .section-game-types, 
.page-game-types-lottery .section-guide, 
.page-game-types-lottery .section-promotions, 
.page-game-types-lottery .section-why-choose, 
.page-game-types-lottery .section-responsible-gambling,
.page-game-types-lottery .section-cta-final {
    padding: 60px 0;
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.page-game-types-lottery .section-introduction .section-image,
.page-game-types-lottery .section-promotions .section-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Game Type Cards */
.page-game-types-lottery .game-type-card {
    background-color: #f0f8ff; /* Light blue background */
    border-left: 5px solid #007BFF;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.page-game-types-lottery .game-type-card .card-title {
    color: #007BFF;
    font-size: 1.8em;
    margin-top: 0;
}

.page-game-types-lottery .game-type-card .card-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 6px;
}

/* Guide Steps */
.page-game-types-lottery .guide-steps {
    list-style: none;
    padding: 0;
}

.page-game-types-lottery .guide-steps li {
    background-color: #fffde7; /* Light yellow background */
    border-left: 5px solid #FFD700;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.page-game-types-lottery .guide-steps li h3 {
    color: #b39700; /* Darker shade of secondary for step titles */
    margin-top: 0;
}

/* Why Choose List */
.page-game-types-lottery .why-choose-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.page-game-types-lottery .why-choose-list li {
    background-color: #e6f7ff; /* Very light blue */
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.page-game-types-lottery .why-choose-list li:hover {
    transform: translateY(-5px);
}

.page-game-types-lottery .why-choose-list li h3 {
    color: #007BFF;
    font-size: 1.4em;
    margin-top: 0;
}

/* Responsible Gambling Section */
.page-game-types-lottery .section-responsible-gambling {
    background-color: #ffe0b2; /* Light orange for warning */
    border-left: 8px solid #ff9800; /* Orange border */
    padding: 40px;
    color: #555;
}

.page-game-types-lottery .section-responsible-gambling .section-title {
    color: #e65100; /* Darker orange for title */
    margin-bottom: 20px;
}

.page-game-types-lottery .section-responsible-gambling .section-title::after {
    background-color: #ff9800;
}

/* Final CTA Section */
.page-game-types-lottery .section-cta-final {
    text-align: center;
    background: linear-gradient(90deg, #007BFF 0%, #FFD700 100%);
    color: #ffffff;
    padding: 80px 0;
}

.page-game-types-lottery .section-cta-final .section-title {
    color: #ffffff;
}

.page-game-types-lottery .section-cta-final .section-title::after {
    background-color: #ffffff;
}

.page-game-types-lottery .section-cta-final p {
    font-size: 1.2em;
    max-width: 700px;
    margin: 0 auto 30px;
    color: #f0f0f0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-game-types-lottery .hero-title {
        font-size: 2.5em;
    }

    .page-game-types-lottery .section-title {
        font-size: 2em;
    }

    .page-game-types-lottery h3 {
        font-size: 1.3em;
    }

    .page-game-types-lottery .btn {
        padding: 10px 20px;
        margin: 5px;
    }

    .page-game-types-lottery .hero-actions {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page-game-types-lottery .why-choose-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-game-types-lottery .hero-title {
        font-size: 2em;
    }

    .page-game-types-lottery .section-title {
        font-size: 1.8em;
    }

    .page-game-types-lottery .hero-description {
        font-size: 1em;
    }

    .page-game-types-lottery .btn {
        width: 90%;
        box-sizing: border-box;
    }
}