.page-resources-jili-888-game-guide {
    color: #333333; /* Dark text for light body background */
    line-height: 1.6;
    font-family: Arial, sans-serif;
    padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-jili-888-game-guide__hero-section {
    position: relative;
    width: 100%;
    height: 600px; /* Fixed height for hero section */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-jili-888-game-guide__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.page-resources-jili-888-game-guide__hero-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.page-resources-jili-888-game-guide__hero-content {
    max-width: 800px;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for text readability */
    padding: 30px;
    border-radius: 10px;
}

.page-resources-jili-888-game-guide__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for emphasis */
    line-height: 1.2;
}

.page-resources-jili-888-game-guide__hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-resources-jili-888-game-guide__hero-button,
.page-resources-jili-888-game-guide__button {
    display: inline-block;
    background-color: #FFD700; /* Primary gold color */
    color: #2C3E50; /* Dark blue text for contrast */
    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;
    margin: 10px 5px;
    border: none;
    cursor: pointer;
}

.page-resources-jili-888-game-guide__hero-button:hover,
.page-resources-jili-888-game-guide__button:hover {
    background-color: #e6c200; /* Slightly darker gold on hover */
    transform: translateY(-2px);
}

.page-resources-jili-888-game-guide__button--primary {
    background-color: #E74C3C; /* Accent red for primary action */
    color: #FFFFFF;
}

.page-resources-jili-888-game-guide__button--primary:hover {
    background-color: #c0392b;
}

.page-resources-jili-888-game-guide__content-area {
    max-width: 800px; /* Controlled width for long article readability */
    margin: 40px auto;
    padding: 0 20px;
}

.page-resources-jili-888-game-guide__article-wrapper {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-jili-888-game-guide__intro-text {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #555555;
    text-align: justify;
}

.page-resources-jili-888-game-guide__section-title {
    font-size: 2.2em;
    color: #2C3E50; /* Dark blue for main headings */
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 3px solid #FFD700;
    padding-bottom: 10px;
    text-align: center;
}

.page-resources-jili-888-game-guide__subsection-title {
    font-size: 1.6em;
    color: #FFD700; /* Gold for subheadings */
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: left;
}

.page-resources-jili-888-game-guide__article-image {
    display: block;
    margin: 30px auto;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    min-height: 200px;
}

.page-resources-jili-888-game-guide__article-wrapper p {
    margin-bottom: 1em;
    font-size: 1em;
    text-align: justify;
}

.page-resources-jili-888-game-guide__advantage-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-resources-jili-888-game-guide__advantage-item {
    background-color: #f9f9f9;
    border-left: 5px solid #FFD700;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 1.05em;
}

.page-resources-jili-888-game-guide__advantage-item strong {
    color: #2C3E50;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-resources-jili-888-game-guide__hero-title {
        font-size: 3em;
    }
    .page-resources-jili-888-game-guide__hero-description {
        font-size: 1.2em;
    }
    .page-resources-jili-888-game-guide__hero-section {
        height: 500px;
    }
}

@media (max-width: 768px) {
    .page-resources-jili-888-game-guide__hero-title {
        font-size: 2.5em;
    }
    .page-resources-jili-888-game-guide__hero-description {
        font-size: 1em;
    }
    .page-resources-jili-888-game-guide__hero-section {
        height: 400px;
    }
    .page-resources-jili-888-game-guide__hero-content {
        padding: 20px;
    }
    .page-resources-jili-888-game-guide__section-title {
        font-size: 1.8em;
    }
    .page-resources-jili-888-game-guide__subsection-title {
        font-size: 1.4em;
    }
    .page-resources-jili-888-game-guide__article-wrapper {
        padding: 20px;
    }
    .page-resources-jili-888-game-guide__article-image {
        max-width: 100%;
        height: auto;
        min-width: 200px;
        min-height: 200px;
    }
    .page-resources-jili-888-game-guide__content-area {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .page-resources-jili-888-game-guide__hero-title {
        font-size: 1.8em;
    }
    .page-resources-jili-888-game-guide__hero-description {
        font-size: 0.9em;
    }
    .page-resources-jili-888-game-guide__hero-section {
        height: 350px;
    }
    .page-resources-jili-888-game-guide__hero-button,
    .page-resources-jili-888-game-guide__button {
        padding: 10px 20px;
        font-size: 0.9em;
        margin: 5px;
    }
    .page-resources-jili-888-game-guide__section-title {
        font-size: 1.5em;
    }
    .page-resources-jili-888-game-guide__subsection-title {
        font-size: 1.2em;
    }
    .page-resources-jili-888-game-guide__article-image {
        min-width: 200px;
        min-height: 200px;
    }
}