/* style/game-reviews-popular-games.css */
.page-game-reviews-popular-games {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-game-reviews-popular-games__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-game-reviews-popular-games__hero {
    background: linear-gradient(135deg, #1A2E47 0%, #3a5c88 100%); /* Dark blue gradient */
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-game-reviews-popular-games__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.page-game-reviews-popular-games__main-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for emphasis */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-game-reviews-popular-games__subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    color: #e0e0e0;
}

.page-game-reviews-popular-games__cta-button {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #1A2E47; /* Dark blue text on gold */
    padding: 15px 30px;
    border-radius: 5px;
    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-game-reviews-popular-games__cta-button:hover {
    background-color: #e6c200; /* Slightly darker gold on hover */
    transform: translateY(-3px);
}

.page-game-reviews-popular-games__hero-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.page-game-reviews-popular-games__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2; /* Subtle background image */
}

/* General Section Styling */
.page-game-reviews-popular-games__section {
    padding: 60px 0;
    text-align: center;
}

.page-game-reviews-popular-games__section:nth-of-type(even) {
    background-color: #eef2f6; /* Light gray for alternating sections */
}

.page-game-reviews-popular-games__section-title {
    font-size: 2.5em;
    color: #1A2E47; /* Dark blue for titles */
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

.page-game-reviews-popular-games__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700; /* Gold underline */
    border-radius: 2px;
}

.page-game-reviews-popular-games__text-block {
    font-size: 1.1em;
    color: #444;
    max-width: 900px;
    margin: 0 auto 20px auto;
    line-height: 1.8;
}

.page-game-reviews-popular-games__text-block--note {
    font-style: italic;
    color: #666;
    margin-top: 30px;
}

/* Game Categories Grid */
.page-game-reviews-popular-games__category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-game-reviews-popular-games__game-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.page-game-reviews-popular-games__game-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-game-reviews-popular-games__game-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.page-game-reviews-popular-games__card-title {
    font-size: 1.8em;
    color: #1A2E47;
    margin: 20px 20px 10px 20px;
}

.page-game-reviews-popular-games__card-description {
    font-size: 1em;
    color: #555;
    padding: 0 20px;
    margin-bottom: 15px;
    flex-grow: 1;
}

.page-game-reviews-popular-games__card-features {
    list-style: none;
    padding: 0 20px;
    margin-bottom: 20px;
}

.page-game-reviews-popular-games__card-features li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #444;
}

.page-game-reviews-popular-games__card-features .icon-check {
    color: #FFD700;
    margin-right: 10px;
    font-weight: bold;
    font-size: 1.2em;
}

.page-game-reviews-popular-games__card-button {
    display: block;
    background-color: #FFD700;
    color: #1A2E47;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border-radius: 0 0 10px 10px;
    transition: background-color 0.3s ease;
}

.page-game-reviews-popular-games__card-button:hover {
    background-color: #e6c200;
}

/* How To Join Steps */
.page-game-reviews-popular-games__how-to-join {
    background-color: #1A2E47;
    color: #fff;
}

.page-game-reviews-popular-games__how-to-join .page-game-reviews-popular-games__section-title {
    color: #FFD700;
}

.page-game-reviews-popular-games__how-to-join .page-game-reviews-popular-games__section-title::after {
    background-color: #fff;
}

.page-game-reviews-popular-games__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-game-reviews-popular-games__step {
    background-color: #2a4a70; /* Slightly lighter blue */
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-game-reviews-popular-games__step:hover {
    transform: translateY(-5px);
}

.page-game-reviews-popular-games__step-icon {
    font-size: 3em;
    color: #FFD700;
    margin-bottom: 20px;
}

.page-game-reviews-popular-games__step-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-game-reviews-popular-games__step-description {
    font-size: 1em;
    color: #e0e0e0;
    margin-bottom: 25px;
}

.page-game-reviews-popular-games__step-button {
    display: inline-block;
    background-color: #FFD700;
    color: #1A2E47;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.95em;
    transition: background-color 0.3s ease;
}

.page-game-reviews-popular-games__step-button:hover {
    background-color: #e6c200;
}

/* Promotions Section */
.page-game-reviews-popular-games__promotions .page-game-reviews-popular-games__section-title {
    color: #1A2E47;
}

.page-game-reviews-popular-games__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-game-reviews-popular-games__promo-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-reviews-popular-games__promo-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-game-reviews-popular-games__promo-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.page-game-reviews-popular-games__promo-title {
    font-size: 1.6em;
    color: #1A2E47;
    margin: 20px 20px 10px 20px;
}

.page-game-reviews-popular-games__promo-description {
    font-size: 1em;
    color: #555;
    padding: 0 20px;
    margin-bottom: 20px;
}

.page-game-reviews-popular-games__promo-button {
    display: block;
    background-color: #1A2E47;
    color: #FFD700;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border-radius: 0 0 10px 10px;
    transition: background-color 0.3s ease;
}

.page-game-reviews-popular-games__promo-button:hover {
    background-color: #0d1e33; /* Darker blue on hover */
}

/* Safety Section */
.page-game-reviews-popular-games__safety {
    background-color: #f0f4f8;
}

.page-game-reviews-popular-games__safety-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
    text-align: left;
}

.page-game-reviews-popular-games__safety-image {
    flex: 1 1 400px;
    max-width: 500px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-game-reviews-popular-games__safety-text {
    flex: 1 1 400px;
}

.page-game-reviews-popular-games__safety-text .page-game-reviews-popular-games__text-block {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

.page-game-reviews-popular-games__cta-button--secondary {
    background-color: #1A2E47;
    color: #FFD700;
    margin-top: 20px;
}

.page-game-reviews-popular-games__cta-button--secondary:hover {
    background-color: #0d1e33;
}

/* FAQ Section */
.page-game-reviews-popular-games__faq .page-game-reviews-popular-games__section-title {
    color: #1A2E47;
}

.page-game-reviews-popular-games__faq-items {
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.page-game-reviews-popular-games__faq-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-game-reviews-popular-games__faq-question {
    font-size: 1.3em;
    color: #1A2E47;
    margin-bottom: 10px;
}

.page-game-reviews-popular-games__faq-answer {
    font-size: 1em;
    color: #555;
    line-height: 1.7;
}

/* Final CTA Section */
.page-game-reviews-popular-games__final-cta {
    background-color: #FFD700; /* Gold background */
    color: #1A2E47;
    padding: 80px 0;
}

.page-game-reviews-popular-games__final-cta .page-game-reviews-popular-games__section-title {
    color: #1A2E47;
}

.page-game-reviews-popular-games__final-cta .page-game-reviews-popular-games__text-block {
    color: #1A2E47;
}

.page-game-reviews-popular-games__final-cta .page-game-reviews-popular-games__section-title::after {
    background-color: #1A2E47;
}

.page-game-reviews-popular-games__cta-button--large {
    padding: 18px 40px;
    font-size: 1.3em;
    background-color: #1A2E47;
    color: #FFD700;
    margin-top: 30px;
}

.page-game-reviews-popular-games__cta-button--large:hover {
    background-color: #0d1e33;
    color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-game-reviews-popular-games__main-title {
        font-size: 2.8em;
    }
    .page-game-reviews-popular-games__subtitle {
        font-size: 1.2em;
    }
    .page-game-reviews-popular-games__section-title {
        font-size: 2em;
    }
    .page-game-reviews-popular-games__safety-content {
        flex-direction: column;
    }
    .page-game-reviews-popular-games__safety-image {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .page-game-reviews-popular-games__hero {
        padding: 80px 0;
    }
    .page-game-reviews-popular-games__main-title {
        font-size: 2.2em;
    }
    .page-game-reviews-popular-games__subtitle {
        font-size: 1em;
    }
    .page-game-reviews-popular-games__section {
        padding: 40px 0;
    }
    .page-game-reviews-popular-games__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-game-reviews-popular-games__game-card, 
    .page-game-reviews-popular-games__promo-card, 
    .page-game-reviews-popular-games__step {
        margin-bottom: 20px;
    }
    .page-game-reviews-popular-games__steps-grid,
    .page-game-reviews-popular-games__category-grid,
    .page-game-reviews-popular-games__promo-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-game-reviews-popular-games__main-title {
        font-size: 1.8em;
    }
    .page-game-reviews-popular-games__cta-button {
        padding: 12px 20px;
        font-size: 1em;
    }
    .page-game-reviews-popular-games__section-title {
        font-size: 1.5em;
    }
    .page-game-reviews-popular-games__card-title {
        font-size: 1.5em;
    }
    .page-game-reviews-popular-games__step-title {
        font-size: 1.3em;
    }
    .page-game-reviews-popular-games__promo-title {
        font-size: 1.4em;
    }
    .page-game-reviews-popular-games__cta-button--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }
}

/* Icon Font Placeholder - In a real scenario, this would be linked to an actual icon font library */
/* For demonstration, we'll use simple text-based icons or unicode characters */
.icon-check::before { content: '✔'; }
.icon-register::before { content: '✍'; }
.icon-login::before { content: '🔑'; }
.icon-download::before { content: '⬇'; }
.icon-play::before { content: '▶'; }