/* style/resources-uu88-popular-games-analysis.css */

:root {
    --uu88-primary-color: #0A2463;
    --uu88-secondary-color: #E3A81D;
    --uu88-text-light: #F8F8F8;
    --uu88-text-dark: #333333;
    --uu88-background-light: #FFFFFF;
    --uu88-background-dark: #0A2463;
    --uu88-accent-color: #f5db9c; /* Complementary for primary */
}

.page-resources-uu88-popular-games-analysis {
    font-family: 'Arial', sans-serif;
    line-height: 1.7;
    color: var(--uu88-text-dark);
    background-color: var(--uu88-background-light);
}

.page-resources-uu88-popular-games-analysis__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-uu88-popular-games-analysis__hero-section {
    background: linear-gradient(135deg, var(--uu88-primary-color), #0A2463, #3A5A8E);
    color: var(--uu88-text-light);
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-uu88-popular-games-analysis__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,pattern]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-resources-uu88-popular-games-analysis__main-title {
    font-size: 3.2em;
    margin-bottom: 15px;
    color: var(--uu88-secondary-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

.page-resources-uu88-popular-games-analysis__subtitle {
    font-size: 1.4em;
    margin-bottom: 30px;
    color: var(--uu88-text-light);
    position: relative;
    z-index: 1;
}

.page-resources-uu88-popular-games-analysis__cta-button {
    display: inline-block;
    background-color: var(--uu88-secondary-color);
    color: var(--uu88-primary-color);
    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;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

.page-resources-uu88-popular-games-analysis__cta-button:hover {
    background-color: #ebc261; /* Lighter secondary */
    transform: translateY(-3px);
}

.page-resources-uu88-popular-games-analysis__content-section {
    padding: 60px 0;
}

.page-resources-uu88-popular-games-analysis__article-wrapper {
    max-width: 800px;
    padding: 40px;
    background-color: var(--uu88-background-light);
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.page-resources-uu88-popular-games-analysis__intro-paragraph {
    font-size: 1.1em;
    margin-bottom: 30px;
    text-align: justify;
}

.page-resources-uu88-popular-games-analysis__section-title {
    font-size: 2em;
    color: var(--uu88-primary-color);
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 3px solid var(--uu88-secondary-color);
    padding-bottom: 10px;
    position: relative;
}

.page-resources-uu88-popular-games-analysis__section-title::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: var(--uu88-secondary-color);
}

.page-resources-uu88-popular-games-analysis__sub-section-title {
    font-size: 1.5em;
    color: var(--uu88-primary-color);
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-uu88-popular-games-analysis__article-wrapper p {
    margin-bottom: 1em;
    text-align: justify;
}

.page-resources-uu88-popular-games-analysis__article-wrapper ul,
.page-resources-uu88-popular-games-analysis__article-wrapper ol {
    margin-bottom: 1em;
    padding-left: 25px;
}

.page-resources-uu88-popular-games-analysis__article-wrapper li {
    margin-bottom: 0.5em;
    color: var(--uu88-text-dark);
}

.page-resources-uu88-popular-games-analysis__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-uu88-popular-games-analysis__highlight-text {
    background-color: rgba(227, 168, 29, 0.1);
    padding: 15px 20px;
    border-left: 5px solid var(--uu88-secondary-color);
    margin: 30px 0;
    font-style: italic;
    color: var(--uu88-text-dark);
    border-radius: 5px;
}

.page-resources-uu88-popular-games-analysis__keyword-highlight {
    color: var(--uu88-primary-color);
    font-weight: bold;
}

.page-resources-uu88-popular-games-analysis__inline-link {
    color: var(--uu88-primary-color);
    text-decoration: underline;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-uu88-popular-games-analysis__inline-link:hover {
    color: var(--uu88-secondary-color);
}

.page-resources-uu88-popular-games-analysis__cta-button--inline {
    margin-top: 20px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-uu88-popular-games-analysis__cta-button--bottom {
    margin-top: 50px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-uu88-popular-games-analysis__back-link {
    display: inline-block;
    margin-bottom: 30px;
    color: var(--uu88-primary-color);
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-uu88-popular-games-analysis__back-link:hover {
    color: var(--uu88-secondary-color);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-uu88-popular-games-analysis__main-title {
        font-size: 2.5em;
    }

    .page-resources-uu88-popular-games-analysis__subtitle {
        font-size: 1.2em;
    }

    .page-resources-uu88-popular-games-analysis__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-uu88-popular-games-analysis__article-wrapper {
        padding: 20px;
    }

    .page-resources-uu88-popular-games-analysis__section-title {
        font-size: 1.8em;
    }

    .page-resources-uu88-popular-games-analysis__sub-section-title {
        font-size: 1.3em;
    }
}

@media (max-width: 480px) {
    .page-resources-uu88-popular-games-analysis__main-title {
        font-size: 2em;
    }

    .page-resources-uu88-popular-games-analysis__subtitle {
        font-size: 1em;
    }

    .page-resources-uu88-popular-games-analysis__cta-button {
        padding: 10px 20px;
        font-size: 0.9em;
    }

    .page-resources-uu88-popular-games-analysis__hero-section {
        padding: 60px 15px;
    }

    .page-resources-uu88-popular-games-analysis__article-wrapper {
        padding: 15px;
    }

    .page-resources-uu88-popular-games-analysis__section-title {
        font-size: 1.5em;
    }

    .page-resources-uu88-popular-games-analysis__sub-section-title {
        font-size: 1.2em;
    }
}