/* style/resources-jili-game-platform-updates-2024.css */
.page-resources-jili-game-platform-updates-2024 {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #E0E0E0; /* Light gray for general text on dark background */
    background-color: #1A202C; /* Main dark background */
}

.page-resources-jili-game-platform-updates-2024 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-resources-jili-game-platform-updates-2024 .hero-section {
    background: linear-gradient(135deg, #1A202C 0%, #303a4c 100%); /* Dark gradient */
    padding: 100px 0;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.page-resources-jili-game-platform-updates-2024 .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,gaming_pattern]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-resources-jili-game-platform-updates-2024 .hero-section > .container {
    position: relative;
    z-index: 1;
}

.page-resources-jili-game-platform-updates-2024 .hero-title {
    font-size: 3.2em;
    color: #FFD700; /* Accent color for title */
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-jili-game-platform-updates-2024 .hero-subtitle {
    font-size: 1.4em;
    color: #D0D0D0;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-jili-game-platform-updates-2024 .hero-cta-group .btn {
    margin: 0 10px;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1.1em;
    font-weight: bold;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.page-resources-jili-game-platform-updates-2024 .btn-primary {
    background-color: #FFD700; /* Accent color for primary CTA */
    color: #1A202C; /* Dark text on accent background */
    border: 2px solid #FFD700;
}

.page-resources-jili-game-platform-updates-2024 .btn-primary:hover {
    background-color: #e5c300;
    border-color: #e5c300;
    transform: translateY(-3px);
}

.page-resources-jili-game-platform-updates-2024 .btn-secondary {
    background-color: transparent;
    color: #FFD700; /* Accent text on dark background */
    border: 2px solid #FFD700;
}

.page-resources-jili-game-platform-updates-2024 .btn-secondary:hover {
    background-color: #FFD700;
    color: #1A202C;
    transform: translateY(-3px);
}

.page-resources-jili-game-platform-updates-2024 .section-title {
    font-size: 2.5em;
    color: #FFD700; /* Accent color for section titles */
    text-align: center;
    margin-bottom: 50px;
    padding-top: 60px;
    font-weight: bold;
}

.page-resources-jili-game-platform-updates-2024 section {
    padding: 80px 0;
}

.page-resources-jili-game-platform-updates-2024 .introduction-section, 
.page-resources-jili-game-platform-updates-2024 .responsible-gambling-section {
    background-color: #1A202C;
    color: #E0E0E0;
}

.page-resources-jili-game-platform-updates-2024 .introduction-section p, 
.page-resources-jili-game-platform-updates-2024 .responsible-gambling-section p {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

.page-resources-jili-game-platform-updates-2024 .section-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-jili-game-platform-updates-2024 .updates-section {
    background-color: #242a38;
    color: #E0E0E0;
}

.page-resources-jili-game-platform-updates-2024 .update-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-resources-jili-game-platform-updates-2024 .update-item {
    background-color: #1A202C;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-jili-game-platform-updates-2024 .update-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
}

.page-resources-jili-game-platform-updates-2024 .update-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px #FFD700);
}

.page-resources-jili-game-platform-updates-2024 .update-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-resources-jili-game-platform-updates-2024 .update-item p {
    font-size: 1.05em;
    margin-bottom: 15px;
    text-align: left;
}

.page-resources-jili-game-platform-updates-2024 .update-item ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
}

.page-resources-jili-game-platform-updates-2024 .update-item ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
}

.page-resources-jili-game-platform-updates-2024 .update-item ul li::before {
    content: '✅';
    position: absolute;
    left: 0;
    color: #FFD700;
}

.page-resources-jili-game-platform-updates-2024 .btn-small {
    padding: 10px 20px;
    font-size: 0.9em;
    margin-top: 15px;
}

.page-resources-jili-game-platform-updates-2024 .benefits-section {
    background-color: #1A202C;
    color: #E0E0E0;
}

.page-resources-jili-game-platform-updates-2024 .benefit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-jili-game-platform-updates-2024 .benefit-item {
    background-color: #242a38;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.page-resources-jili-game-platform-updates-2024 .benefit-item:hover {
    transform: translateY(-5px);
}

.page-resources-jili-game-platform-updates-2024 .benefit-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    filter: drop-shadow(0 0 4px #FFD700);
}

.page-resources-jili-game-platform-updates-2024 .benefit-item h3 {
    color: #FFD700;
    font-size: 1.5em;
    margin-bottom: 10px;
}

.page-resources-jili-game-platform-updates-2024 .btn-large {
    padding: 18px 35px;
    font-size: 1.2em;
    margin-top: 50px;
}

.page-resources-jili-game-platform-updates-2024 .guide-section {
    background-color: #242a38;
    color: #E0E0E0;
}

.page-resources-jili-game-platform-updates-2024 .guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-jili-game-platform-updates-2024 .step-item {
    background-color: #1A202C;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.page-resources-jili-game-platform-updates-2024 .step-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px #FFD700);
}

.page-resources-jili-game-platform-updates-2024 .step-item h3 {
    color: #FFD700;
    font-size: 1.6em;
    margin-bottom: 15px;
}

.page-resources-jili-game-platform-updates-2024 .step-item p {
    font-size: 1.05em;
    text-align: left;
    margin-bottom: 20px;
}

.page-resources-jili-game-platform-updates-2024 .step-item a {
    color: #FFD700;
    text-decoration: underline;
}

.page-resources-jili-game-platform-updates-2024 .step-item a:hover {
    color: #e5c300;
}

.page-resources-jili-game-platform-updates-2024 .faq-section {
    background-color: #1A202C;
    color: #E0E0E0;
}

.page-resources-jili-game-platform-updates-2024 .faq-list {
    max-width: 900px;
    margin: 40px auto 0 auto;
}

.page-resources-jili-game-platform-updates-2024 .faq-item {
    background-color: #242a38;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.page-resources-jili-game-platform-updates-2024 .faq-question {
    padding: 20px;
    font-size: 1.3em;
    color: #FFD700;
    cursor: pointer;
    margin: 0;
    position: relative;
    text-align: left;
}

.page-resources-jili-game-platform-updates-2024 .faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-resources-jili-game-platform-updates-2024 .faq-question.active::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-resources-jili-game-platform-updates-2024 .faq-answer {
    padding: 0 20px 20px;
    font-size: 1.05em;
    color: #D0D0D0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    text-align: justify;
}

.page-resources-jili-game-platform-updates-2024 .faq-answer.active {
    max-height: 200px; /* Adjust as needed */
    padding: 0 20px 20px;
}

.page-resources-jili-game-platform-updates-2024 .cta-final-section {
    background-color: #242a38;
    text-align: center;
    padding: 80px 0;
    color: #FFFFFF;
}

.page-resources-jili-game-platform-updates-2024 .cta-final-section .section-title {
    font-size: 2.8em;
    margin-bottom: 30px;
}

.page-resources-jili-game-platform-updates-2024 .cta-final-section p {
    font-size: 1.3em;
    max-width: 900px;
    margin: 0 auto 40px auto;
    color: #D0D0D0;
}

.page-resources-jili-game-platform-updates-2024 .btn-hero {
    padding: 20px 40px;
    font-size: 1.3em;
    margin: 0 15px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-jili-game-platform-updates-2024 .hero-title {
        font-size: 2.5em;
    }

    .page-resources-jili-game-platform-updates-2024 .hero-subtitle {
        font-size: 1.2em;
    }

    .page-resources-jili-game-platform-updates-2024 .hero-cta-group .btn {
        display: block;
        margin: 15px auto;
        width: 80%;
    }

    .page-resources-jili-game-platform-updates-2024 .section-title {
        font-size: 2em;
    }

    .page-resources-jili-game-platform-updates-2024 .update-item, 
    .page-resources-jili-game-platform-updates-2024 .benefit-item, 
    .page-resources-jili-game-platform-updates-2024 .step-item {
        padding: 20px;
    }

    .page-resources-jili-game-platform-updates-2024 .update-title {
        font-size: 1.5em;
    }

    .page-resources-jili-game-platform-updates-2024 .cta-final-section .section-title {
        font-size: 2.2em;
    }

    .page-resources-jili-game-platform-updates-2024 .cta-final-section p {
        font-size: 1.1em;
    }

    .page-resources-jili-game-platform-updates-2024 .btn-hero {
        display: block;
        margin: 15px auto;
        width: 90%;
    }
}

@media (max-width: 480px) {
    .page-resources-jili-game-platform-updates-2024 .hero-title {
        font-size: 2em;
    }

    .page-resources-jili-game-platform-updates-2024 .hero-subtitle {
        font-size: 1em;
    }

    .page-resources-jili-game-platform-updates-2024 .section-title {
        font-size: 1.8em;
    }

    .page-resources-jili-game-platform-updates-2024 .faq-question {
        font-size: 1.1em;
    }

    .page-resources-jili-game-platform-updates-2024 .cta-final-section .section-title {
        font-size: 1.8em;
    }
}