/* style/resources-88aa-game-guides.css */
.page-resources-88aa-game-guides {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
}

.page-resources-88aa-game-guides__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-88aa-game-guides__hero-section {
    background: linear-gradient(135deg, #0047AB 0%, #0028ff 100%); /* Adjusted gradient for better contrast */
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-88aa-game-guides__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,blue_gold_pattern]') no-repeat center center/cover;
    opacity: 0.15;
    z-index: 1;
}

.page-resources-88aa-game-guides__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700; /* Gold for prominence */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
}

.page-resources-88aa-game-guides__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #f0f0f0;
    position: relative;
    z-index: 2;
}

.page-resources-88aa-game-guides__cta-button {
    display: inline-block;
    background-color: #FFD700; /* Gold */
    color: #0047AB; /* Royal Blue */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}

.page-resources-88aa-game-guides__cta-button:hover {
    background-color: #e6c200; /* Darker gold */
    transform: translateY(-3px);
}

.page-resources-88aa-game-guides__content-section {
    padding: 60px 0;
    background-color: #fff;
}

.page-resources-88aa-game-guides__article {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.page-resources-88aa-game-guides__section-title {
    font-size: 2.5em;
    color: #0047AB; /* Royal Blue */
    margin-top: 50px;
    margin-bottom: 25px;
    border-bottom: 3px solid #FFD700; /* Gold underline */
    padding-bottom: 10px;
    font-weight: bold;
}

.page-resources-88aa-game-guides__sub-section-title {
    font-size: 1.8em;
    color: #0047AB; /* Royal Blue */
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

.page-resources-88aa-game-guides__article p {
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #444;
}

.page-resources-88aa-game-guides__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #555;
}

.page-resources-88aa-game-guides__list li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-resources-88aa-game-guides__list li strong {
    color: #0047AB;
}

.page-resources-88aa-game-guides__numbered-list {
    list-style-type: decimal;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #555;
}

.page-resources-88aa-game-guides__numbered-list li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-resources-88aa-game-guides__image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-88aa-game-guides__image--full-width {
    width: 100%;
}

.page-resources-88aa-game-guides__image--medium {
    max-width: 700px;
}

.page-resources-88aa-game-guides__inline-cta {
    display: inline-block;
    background-color: #0047AB; /* Royal Blue */
    color: #FFD700; /* Gold */
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    margin: 15px 0;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-88aa-game-guides__inline-cta:hover {
    background-color: #003380; /* Darker Royal Blue */
    color: #fff;
}

.page-resources-88aa-game-guides__cta-button--inline {
    margin-top: 30px;
    margin-bottom: 30px;
}

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

    .page-resources-88aa-game-guides__hero-subtitle {
        font-size: 1.1em;
    }

    .page-resources-88aa-game-guides__cta-button {
        padding: 12px 25px;
        font-size: 1.1em;
    }

    .page-resources-88aa-game-guides__section-title {
        font-size: 2em;
    }

    .page-resources-88aa-game-guides__sub-section-title {
        font-size: 1.5em;
    }

    .page-resources-88aa-game-guides__article {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .page-resources-88aa-game-guides__hero-title {
        font-size: 2em;
    }

    .page-resources-88aa-game-guides__hero-subtitle {
        font-size: 1em;
    }

    .page-resources-88aa-game-guides__cta-button {
        padding: 10px 20px;
        font-size: 1em;
    }

    .page-resources-88aa-game-guides__section-title {
        font-size: 1.8em;
    }

    .page-resources-88aa-game-guides__sub-section-title {
        font-size: 1.3em;
    }

    .page-resources-88aa-game-guides__article p,
    .page-resources-88aa-game-guides__list li,
    .page-resources-88aa-game-guides__numbered-list li {
        font-size: 0.95em;
    }
}