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

.page-resources-50jili-latest-game-guide__hero-section {
    position: relative;
    overflow: hidden;
    padding: 80px 20px;
    text-align: center;
    background-color: #000000; /* Dark background for hero */
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-resources-50jili-latest-game-guide__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3; /* Slightly transparent to let content stand out */
}

.page-resources-50jili-latest-game-guide__hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-resources-50jili-latest-game-guide__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.page-resources-50jili-latest-game-guide__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FCBC45; /* Login button color for emphasis */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

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

.page-resources-50jili-latest-game-guide__hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.page-resources-50jili-latest-game-guide__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
}

.page-resources-50jili-latest-game-guide__button--register {
    background-color: #FFFFFF;
    color: #000000;
    border: 2px solid #FFFFFF;
}

.page-resources-50jili-latest-game-guide__button--register:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
}

.page-resources-50jili-latest-game-guide__button--play,
.page-resources-50jili-latest-game-guide__button--cta,
.page-resources-50jili-latest-game-guide__button--join {
    background-color: #FCBC45;
    color: #000000;
    border: 2px solid #FCBC45;
}

.page-resources-50jili-latest-game-guide__button--play:hover,
.page-resources-50jili-latest-game-guide__button--cta:hover,
.page-resources-50jili-latest-game-guide__button--join:hover {
    background-color: #e0a53a;
    transform: translateY(-2px);
}

.page-resources-50jili-latest-game-guide__content-area {
    max-width: 800px; /* Content width for readability */
    margin: 40px auto;
    padding: 0 20px;
}

.page-resources-50jili-latest-game-guide__back-link {
    display: inline-block;
    margin-bottom: 30px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
}

.page-resources-50jili-latest-game-guide__back-link:hover {
    text-decoration: underline;
    color: #FCBC45;
}

.page-resources-50jili-latest-game-guide__article h2,
.page-resources-50jili-latest-game-guide__article h3 {
    color: #000000;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.page-resources-50jili-latest-game-guide__section-title {
    font-size: 2.2em;
    border-bottom: 2px solid #FCBC45;
    padding-bottom: 10px;
}

.page-resources-50jili-latest-game-guide__sub-section-title {
    font-size: 1.8em;
    color: #000000;
}

.page-resources-50jili-latest-game-guide__mini-title {
    font-size: 1.4em;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-50jili-latest-game-guide__article p {
    margin-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.7;
}

.page-resources-50jili-latest-game-guide__article a {
    color: #FCBC45;
    text-decoration: none;
}

.page-resources-50jili-latest-game-guide__article a:hover {
    text-decoration: underline;
}

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

.page-resources-50jili-latest-game-guide__feature-card {
    background-color: #FFFFFF;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.page-resources-50jili-latest-game-guide__feature-card:hover {
    transform: translateY(-5px);
}

.page-resources-50jili-latest-game-guide__feature-card img {
    width: 100%;
    height: auto;
    max-width: 400px; /* Ensure images are not too small */
    min-width: 200px; /* Minimum width for content images */
    min-height: 200px; /* Minimum height for content images */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.page-resources-50jili-latest-game-guide__feature-title {
    font-size: 1.5em;
    color: #000000;
    margin-bottom: 10px;
}

.page-resources-50jili-latest-game-guide__game-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    text-align: center;
}

.page-resources-50jili-latest-game-guide__game-detail img {
    width: 100%;
    max-width: 600px; /* Constrain image width for better flow */
    height: auto;
    min-width: 200px; /* Minimum width for content images */
    min-height: 200px; /* Minimum height for content images */
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.page-resources-50jili-latest-game-guide__list,
.page-resources-50jili-latest-game-guide__ordered-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.7;
}

.page-resources-50jili-latest-game-guide__ordered-list {
    list-style-type: decimal;
}

.page-resources-50jili-latest-game-guide__list li,
.page-resources-50jili-latest-game-guide__ordered-list li {
    margin-bottom: 10px;
}

.page-resources-50jili-latest-game-guide__cta-paragraph {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 1.2em;
}

.page-resources-50jili-latest-game-guide__cta-banner {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    background-color: #000000;
    color: #FFFFFF;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-resources-50jili-latest-game-guide__cta-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.25;
    min-width: 200px; /* Minimum width for content images */
    min-height: 200px; /* Minimum height for content images */
}

.page-resources-50jili-latest-game-guide__cta-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding: 30px;
}

.page-resources-50jili-latest-game-guide__cta-title {
    font-size: 2.5em;
    margin-bottom: 15px;
    color: #FCBC45;
}

.page-resources-50jili-latest-game-guide__cta-text {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-resources-50jili-latest-game-guide__hero-title {
        font-size: 3em;
    }
    .page-resources-50jili-latest-game-guide__section-title {
        font-size: 2em;
    }
    .page-resources-50jili-latest-game-guide__sub-section-title {
        font-size: 1.6em;
    }
    .page-resources-50jili-latest-game-guide__cta-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-resources-50jili-latest-game-guide__hero-title {
        font-size: 2.5em;
    }
    .page-resources-50jili-latest-game-guide__hero-description {
        font-size: 1.1em;
    }
    .page-resources-50jili-latest-game-guide__hero-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-resources-50jili-latest-game-guide__button {
        width: 80%;
        margin: 0 auto;
    }
    .page-resources-50jili-latest-game-guide__content-area {
        padding: 0 15px;
    }
    .page-resources-50jili-latest-game-guide__section-title {
        font-size: 1.8em;
    }
    .page-resources-50jili-latest-game-guide__sub-section-title {
        font-size: 1.4em;
    }
    .page-resources-50jili-latest-game-guide__article p,
    .page-resources-50jili-latest-game-guide__list,
    .page-resources-50jili-latest-game-guide__ordered-list {
        font-size: 1em;
    }
    .page-resources-50jili-latest-game-guide__feature-card img,
    .page-resources-50jili-latest-game-guide__game-detail img,
    .page-resources-50jili-latest-game-guide__cta-banner img {
        max-width: 100%;
        height: auto;
        min-width: 200px; /* Ensure images are not too small */
        min-height: 200px; /* Ensure images are not too small */
    }
    .page-resources-50jili-latest-game-guide__cta-title {
        font-size: 1.8em;
    }
    .page-resources-50jili-latest-game-guide__cta-text {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-resources-50jili-latest-game-guide__hero-title {
        font-size: 2em;
    }
    .page-resources-50jili-latest-game-guide__button {
        width: 95%;
        padding: 12px 20px;
        font-size: 1em;
    }
    .page-resources-50jili-latest-game-guide__section-title {
        font-size: 1.6em;
    }
    .page-resources-50jili-latest-game-guide__sub-section-title {
        font-size: 1.2em;
    }
    .page-resources-50jili-latest-game-guide__cta-title {
        font-size: 1.5em;
    }
    .page-resources-50jili-latest-game-guide__cta-text {
        font-size: 1em;
    }
}