/* style/resources-jili-game-latest-promos.css */

.page-resources-jili-game-latest-promos {
    font-family: 'Arial', sans-serif;
    color: #E5E5E5; /* Light grey for general text on dark background */
    background-color: #1A202C;
}

.page-resources-jili-game-latest-promos__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-jili-game-latest-promos__hero-section {
    background: linear-gradient(135deg, #1A202C 0%, #3a475a 100%); /* Dark gradient for hero */
    padding: 100px 0;
    text-align: center;
    color: #FFD700; /* Gold for hero text */
    position: relative;
    overflow: hidden;
}

.page-resources-jili-game-latest-promos__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:hero:jili_game,promotions,bonus,jilihow,online_casino]'); /* Hero background image */
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    z-index: 0;
}

.page-resources-jili-game-latest-promos__hero-section .page-resources-jili-game-latest-promos__container {
    position: relative;
    z-index: 1;
}

.page-resources-jili-game-latest-promos__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700; /* Gold */
    line-height: 1.2;
}

.page-resources-jili-game-latest-promos__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: #E5E5E5;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-jili-game-latest-promos__cta-button {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #1A202C; /* Dark text on gold button */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-resources-jili-game-latest-promos__cta-button:hover {
    background-color: #E0C100; /* Slightly darker gold on hover */
    transform: translateY(-3px);
}

.page-resources-jili-game-latest-promos__cta-button--small {
    padding: 10px 20px;
    font-size: 0.95em;
}

.page-resources-jili-game-latest-promos__cta-button--large {
    padding: 18px 35px;
    font-size: 1.2em;
}

.page-resources-jili-game-latest-promos__cta-button--centered {
    display: block;
    margin: 40px auto;
    text-align: center;
}

.page-resources-jili-game-latest-promos__content-section {
    padding: 60px 0;
}

.page-resources-jili-game-latest-promos__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold for section titles */
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-jili-game-latest-promos__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-jili-game-latest-promos__text-block {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #E5E5E5; /* Light grey */
}

.page-resources-jili-game-latest-promos__highlight {
    color: #FFD700;
    font-weight: bold;
}

.page-resources-jili-game-latest-promos__inline-link {
    color: #FFD700;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.page-resources-jili-game-latest-promos__inline-link:hover {
    color: #E0C100;
}

.page-resources-jili-game-latest-promos__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.page-resources-jili-game-latest-promos__promo-item {
    background-color: #2A313C; /* Slightly lighter dark background */
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-resources-jili-game-latest-promos__promo-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-resources-jili-game-latest-promos__promo-title {
    font-size: 1.8em;
    color: #FFD700; /* Gold for promo titles */
    margin-bottom: 15px;
}

.page-resources-jili-game-latest-promos__promo-image {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-resources-jili-game-latest-promos__promo-description {
    font-size: 1em;
    line-height: 1.6;
    color: #E5E5E5;
    margin-bottom: 15px;
    flex-grow: 1;
}

.page-resources-jili-game-latest-promos__promo-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: left;
    color: #E5E5E5;
}

.page-resources-jili-game-latest-promos__promo-list li {
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
}

.page-resources-jili-game-latest-promos__promo-list li::before {
    content: '✅';
    position: absolute;
    left: 0;
    color: #FFD700;
}

.page-resources-jili-game-latest-promos__steps-list {
    list-style: none;
    padding: 0;
    margin: 40px 0;
    counter-reset: step-counter;
}

.page-resources-jili-game-latest-promos__steps-list li {
    counter-increment: step-counter;
    background-color: #2A313C;
    border-left: 5px solid #FFD700;
    margin-bottom: 20px;
    padding: 20px 25px 20px 70px;
    position: relative;
    border-radius: 8px;
    font-size: 1.1em;
    line-height: 1.7;
    color: #E5E5E5;
}

.page-resources-jili-game-latest-promos__steps-list li::before {
    content: counter(step-counter);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFD700;
    color: #1A202C;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2em;
}

.page-resources-jili-game-latest-promos__info-list {
    list-style: none;
    padding: 0;
    margin: 40px 0;
}

.page-resources-jili-game-latest-promos__info-list li {
    background-color: #2A313C;
    margin-bottom: 15px;
    padding: 20px 25px;
    border-radius: 8px;
    font-size: 1.1em;
    line-height: 1.7;
    color: #E5E5E5;
    border-left: 4px solid #FFD700;
}

.page-resources-jili-game-latest-promos__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: center;
}

.page-resources-jili-game-latest-promos__feature-item {
    background-color: #2A313C;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.page-resources-jili-game-latest-promos__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-resources-jili-game-latest-promos__feature-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-resources-jili-game-latest-promos__feature-description {
    font-size: 1em;
    line-height: 1.6;
    color: #E5E5E5;
    flex-grow: 1;
}

.page-resources-jili-game-latest-promos__faq-container {
    margin-top: 40px;
}

.page-resources-jili-game-latest-promos__faq-item {
    background-color: #2A313C;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.page-resources-jili-game-latest-promos__faq-question {
    font-size: 1.2em;
    color: #FFD700;
    padding: 20px 25px;
    cursor: pointer;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-resources-jili-game-latest-promos__faq-question::after {
    content: '+';
    font-size: 1.5em;
    color: #FFD700;
    transition: transform 0.3s ease;
}

.page-resources-jili-game-latest-promos__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-resources-jili-game-latest-promos__faq-answer {
    font-size: 1em;
    line-height: 1.6;
    color: #E5E5E5;
    padding: 0 25px 20px;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-resources-jili-game-latest-promos__faq-answer.active {
    max-height: 200px; /* Adjust based on content */
    padding: 0 25px 20px;
}

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

    .page-resources-jili-game-latest-promos__hero-subtitle {
        font-size: 1.2em;
    }

    .page-resources-jili-game-latest-promos__section-title {
        font-size: 2em;
    }

    .page-resources-jili-game-latest-promos__promo-grid,
    .page-resources-jili-game-latest-promos__feature-grid {
        grid-template-columns: 1fr;
    }

    .page-resources-jili-game-latest-promos__steps-list li {
        padding: 15px 20px 15px 60px;
    }

    .page-resources-jili-game-latest-promos__steps-list li::before {
        width: 30px;
        height: 30px;
        font-size: 1em;
        left: 15px;
    }
}

@media (max-width: 480px) {
    .page-resources-jili-game-latest-promos__hero-title {
        font-size: 2em;
    }

    .page-resources-jili-game-latest-promos__hero-subtitle {
        font-size: 1em;
    }

    .page-resources-jili-game-latest-promos__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-jili-game-latest-promos__section-title {
        font-size: 1.8em;
    }

    .page-resources-jili-game-latest-promos__promo-item,
    .page-resources-jili-game-latest-promos__feature-item {
        padding: 20px;
    }

    .page-resources-jili-game-latest-promos__promo-title,
    .page-resources-jili-game-latest-promos__feature-title {
        font-size: 1.5em;
    }
}