/* style/game-reviews-popular-slot-game-review.css */
.page-game-reviews-popular-slot-game-review {
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f7f6;
}

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

.page-game-reviews-popular-slot-game-review__hero {
    background: linear-gradient(135deg, #0A2463 0%, #203A70 100%);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-game-reviews-popular-slot-game-review__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top left, rgba(227, 181, 5, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.page-game-reviews-popular-slot-game-review__title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-game-reviews-popular-slot-game-review__subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    font-weight: 300;
    color: #e0e0e0;
}

.page-game-reviews-popular-slot-game-review__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 1.1em;
    border: none;
}

.page-game-reviews-popular-slot-game-review__button.primary-button {
    background-color: #E3B505;
    color: #0A2463;
    box-shadow: 0 4px 15px rgba(227, 181, 5, 0.4);
}

.page-game-reviews-popular-slot-game-review__button.primary-button:hover {
    background-color: #f5c71b;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(227, 181, 5, 0.6);
}

.page-game-reviews-popular-slot-game-review__button.secondary-button {
    background-color: #0A2463;
    color: #E3B505;
    border: 2px solid #E3B505;
    margin-left: 20px;
    box-shadow: 0 4px 15px rgba(10, 36, 99, 0.2);
}

.page-game-reviews-popular-slot-game-review__button.secondary-button:hover {
    background-color: #1a3e80;
    color: #f5c71b;
    border-color: #f5c71b;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(10, 36, 99, 0.4);
}

.page-game-reviews-popular-slot-game-review__introduction,
.page-game-reviews-popular-slot-game-review__featured-slots,
.page-game-reviews-popular-slot-game-review__go8-advantages,
.page-game-reviews-popular-slot-game-review__how-to-play,
.page-game-reviews-popular-slot-game-review__responsible-gaming,
.page-game-reviews-popular-slot-game-review__faq,
.page-game-reviews-popular-slot-game-review__conclusion {
    padding: 60px 0;
}

.page-game-reviews-popular-slot-game-review__introduction,
.page-game-reviews-popular-slot-game-review__how-to-play,
.page-game-reviews-popular-slot-game-review__responsible-gaming,
.page-game-reviews-popular-slot-game-review__faq {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.page-game-reviews-popular-slot-game-review__section-title {
    font-size: 2.5em;
    color: #0A2463;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

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

.page-game-reviews-popular-slot-game-review__introduction p,
.page-game-reviews-popular-slot-game-review__responsible-gaming p,
.page-game-reviews-popular-slot-game-review__conclusion p {
    font-size: 1.1em;
    text-align: justify;
    margin-bottom: 20px;
    color: #555;
}

.page-game-reviews-popular-slot-game-review__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-game-reviews-popular-slot-game-review__slot-game-card {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-game-reviews-popular-slot-game-review__game-title {
    font-size: 1.8em;
    color: #0A2463;
    margin-bottom: 20px;
    font-weight: 600;
}

.page-game-reviews-popular-slot-game-review__game-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-game-reviews-popular-slot-game-review__feature-list,
.page-game-reviews-popular-slot-game-review__strategy-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.page-game-reviews-popular-slot-game-review__feature-list li,
.page-game-reviews-popular-slot-game-review__strategy-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #444;
}

.page-game-reviews-popular-slot-game-review__feature-list li::before,
.page-game-reviews-popular-slot-game-review__strategy-list li::before {
    content: '✅';
    position: absolute;
    left: 0;
    color: #E3B505;
    font-size: 1.2em;
    top: -2px;
}

.page-game-reviews-popular-slot-game-review__go8-advantages {
    background-color: #0A2463;
    color: #fff;
    padding: 80px 0;
}

.page-game-reviews-popular-slot-game-review__go8-advantages .page-game-reviews-popular-slot-game-review__section-title {
    color: #fff;
}

.page-game-reviews-popular-slot-game-review__go8-advantages .page-game-reviews-popular-slot-game-review__section-title::after {
    background-color: #E3B505;
}

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

.page-game-reviews-popular-slot-game-review__advantage-item {
    background-color: rgba(255, 255, 255, 0.08);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.page-game-reviews-popular-slot-game-review__advantage-item:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.page-game-reviews-popular-slot-game-review__advantage-item .page-game-reviews-popular-slot-game-review__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: brightness(1.2);
}

.page-game-reviews-popular-slot-game-review__advantage-item h3 {
    font-size: 1.5em;
    color: #E3B505;
    margin-bottom: 15px;
}

.page-game-reviews-popular-slot-game-review__advantage-item p {
    color: #e0e0e0;
    font-size: 1em;
    text-align: center;
}

.page-game-reviews-popular-slot-game-review__cta-bottom {
    text-align: center;
    margin-top: 60px;
}

.page-game-reviews-popular-slot-game-review__how-to-play ol {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-game-reviews-popular-slot-game-review__how-to-play ol li {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.page-game-reviews-popular-slot-game-review__how-to-play ol li h4 {
    font-size: 1.4em;
    color: #0A2463;
    margin-bottom: 15px;
}

.page-game-reviews-popular-slot-game-review__how-to-play ol li p {
    color: #555;
    margin-bottom: 20px;
}

.page-game-reviews-popular-slot-game-review__how-to-play ol li .page-game-reviews-popular-slot-game-review__button.small-button {
    padding: 10px 20px;
    font-size: 0.9em;
    background-color: #E3B505;
    color: #0A2463;
}

.page-game-reviews-popular-slot-game-review__how-to-play ol li .page-game-reviews-popular-slot-game-review__button.small-button:hover {
    background-color: #f5c71b;
}

.page-game-reviews-popular-slot-game-review__faq-item {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 25px 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.page-game-reviews-popular-slot-game-review__faq-question {
    font-size: 1.3em;
    color: #0A2463;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-game-reviews-popular-slot-game-review__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    color: #E3B505;
    transition: transform 0.3s ease;
}

.page-game-reviews-popular-slot-game-review__faq-question.active::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-game-reviews-popular-slot-game-review__faq-answer {
    font-size: 1em;
    color: #555;
    display: none;
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-top: 15px;
}

.page-game-reviews-popular-slot-game-review__faq-answer.active {
    display: block;
}

.page-game-reviews-popular-slot-game-review__conclusion {
    text-align: center;
    background-color: #0A2463;
    color: #fff;
    padding: 80px 0;
}

.page-game-reviews-popular-slot-game-review__conclusion .page-game-reviews-popular-slot-game-review__section-title {
    color: #fff;
}

.page-game-reviews-popular-slot-game-review__conclusion .page-game-reviews-popular-slot-game-review__section-title::after {
    background-color: #E3B505;
}

.page-game-reviews-popular-slot-game-review__conclusion p {
    color: #e0e0e0;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.page-game-reviews-popular-slot-game-review__button.large-button {
    padding: 18px 40px;
    font-size: 1.2em;
}

.page-game-reviews-popular-slot-game-review .highlight {
    color: #E3B505;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-game-reviews-popular-slot-game-review__title {
        font-size: 2.8em;
    }
    .page-game-reviews-popular-slot-game-review__subtitle {
        font-size: 1.3em;
    }
    .page-game-reviews-popular-slot-game-review__section-title {
        font-size: 2em;
    }
    .page-game-reviews-popular-slot-game-review__advantages-grid,
    .page-game-reviews-popular-slot-game-review__how-to-play ol {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-game-reviews-popular-slot-game-review__hero {
        padding: 80px 0;
    }
    .page-game-reviews-popular-slot-game-review__title {
        font-size: 2.2em;
    }
    .page-game-reviews-popular-slot-game-review__subtitle {
        font-size: 1.1em;
    }
    .page-game-reviews-popular-slot-game-review__button {
        padding: 12px 25px;
        font-size: 1em;
        margin: 10px 0;
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
    .page-game-reviews-popular-slot-game-review__button.secondary-button {
        margin-left: auto;
    }
    .page-game-reviews-popular-slot-game-review__cta-bottom .page-game-reviews-popular-slot-game-review__button.secondary-button {
        margin-top: 15px;
    }
    .page-game-reviews-popular-slot-game-review__introduction,
    .page-game-reviews-popular-slot-game-review__featured-slots,
    .page-game-reviews-popular-slot-game-review__go8-advantages,
    .page-game-reviews-popular-slot-game-review__how-to-play,
    .page-game-reviews-popular-slot-game-review__responsible-gaming,
    .page-game-reviews-popular-slot-game-review__faq,
    .page-game-reviews-popular-slot-game-review__conclusion {
        padding: 40px 0;
    }
    .page-game-reviews-popular-slot-game-review__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-game-reviews-popular-slot-game-review__slot-game-card {
        padding: 20px;
    }
    .page-game-reviews-popular-slot-game-review__game-title {
        font-size: 1.5em;
    }
    .page-game-reviews-popular-slot-game-review__advantage-item h3 {
        font-size: 1.3em;
    }
    .page-game-reviews-popular-slot-game-review__faq-question {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-game-reviews-popular-slot-game-review__title {
        font-size: 1.8em;
    }
    .page-game-reviews-popular-slot-game-review__subtitle {
        font-size: 1em;
    }
    .page-game-reviews-popular-slot-game-review__section-title {
        font-size: 1.5em;
    }
    .page-game-reviews-popular-slot-game-review__button.large-button {
        padding: 15px 30px;
        font-size: 1.1em;
    }
    .page-game-reviews-popular-slot-game-review__advantages-grid,
    .page-game-reviews-popular-slot-game-review__how-to-play ol {
        grid-template-columns: 1fr;
    }
    .page-game-reviews-popular-slot-game-review__button.secondary-button {
        margin-left: auto; /* reset for mobile */
        margin-top: 15px; /* add spacing */
    }
}