.page-game-reviews-gi8-slots {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

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

.page-game-reviews-gi8-slots__hero-banner {
    background: linear-gradient(135deg, #003366, #1a5276);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 450px;
}

.page-game-reviews-gi8-slots__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.15;
}

.page-game-reviews-gi8-slots__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.page-game-reviews-gi8-slots__hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    padding: 20px;
}

.page-game-reviews-gi8-slots__main-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFCC00;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-game-reviews-gi8-slots__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-game-reviews-gi8-slots__cta-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-game-reviews-gi8-slots__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    border: none;
    cursor: pointer;
}

.page-game-reviews-gi8-slots__btn--primary {
    background-color: #FFCC00;
    color: #003366;
}

.page-game-reviews-gi8-slots__btn--primary:hover {
    background-color: #e6b800;
    transform: translateY(-2px);
}

.page-game-reviews-gi8-slots__btn--secondary {
    background-color: transparent;
    color: #FFCC00;
    border: 2px solid #FFCC00;
}

.page-game-reviews-gi8-slots__btn--secondary:hover {
    background-color: #FFCC00;
    color: #003366;
    transform: translateY(-2px);
}

.page-game-reviews-gi8-slots__btn--small {
    padding: 10px 20px;
    font-size: 0.9em;
}

.page-game-reviews-gi8-slots__btn--large {
    padding: 18px 35px;
    font-size: 1.2em;
}

.page-game-reviews-gi8-slots__btn--xl {
    padding: 20px 40px;
    font-size: 1.4em;
}

.page-game-reviews-gi8-slots__section {
    padding: 60px 0;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-game-reviews-gi8-slots__section:nth-of-type(even) {
    background-color: #f0f4f7;
}

.page-game-reviews-gi8-slots__section-title {
    font-size: 2.5em;
    color: #003366;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-game-reviews-gi8-slots__section-title::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: #FFCC00;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.page-game-reviews-gi8-slots__introduction p, 
.page-game-reviews-gi8-slots__promotions p, 
.page-game-reviews-gi8-slots__conclusion p {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

.page-game-reviews-gi8-slots__image-inline {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

.page-game-reviews-gi8-slots__feature-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 5px solid #003366;
}

.page-game-reviews-gi8-slots__feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-game-reviews-gi8-slots__feature-title {
    font-size: 1.5em;
    color: #003366;
    margin-bottom: 15px;
}

.page-game-reviews-gi8-slots__feature-card p {
    font-size: 1em;
    color: #555;
}

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

.page-game-reviews-gi8-slots__slot-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-reviews-gi8-slots__slot-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-game-reviews-gi8-slots__slot-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.page-game-reviews-gi8-slots__slot-card h3 {
    padding: 15px;
    font-size: 1.4em;
    color: #003366;
    margin-bottom: 0;
}

.page-game-reviews-gi8-slots__slot-card h3 a {
    color: #003366;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-game-reviews-gi8-slots__slot-card h3 a:hover {
    color: #FFCC00;
}

.page-game-reviews-gi8-slots__slot-description {
    padding: 0 15px 15px;
    color: #666;
    font-size: 0.95em;
}

.page-game-reviews-gi8-slots__slot-card .page-game-reviews-gi8-slots__btn {
    margin: 0 15px 15px;
    width: calc(100% - 30px);
    text-align: center;
}

.page-game-reviews-gi8-slots__steps-list {
    list-style: none;
    counter-reset: step-counter;
    padding: 0;
    margin-top: 30px;
}

.page-game-reviews-gi8-slots__steps-list li {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    position: relative;
    padding-left: 80px;
    border-left: 5px solid #FFCC00;
}

.page-game-reviews-gi8-slots__steps-list li::before {
    content: counter(step-counter);
    counter-increment: step-counter;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #003366;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-weight: bold;
}

.page-game-reviews-gi8-slots__steps-list h3 {
    color: #003366;
    font-size: 1.6em;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-game-reviews-gi8-slots__steps-list p {
    color: #555;
    font-size: 1.05em;
}

.page-game-reviews-gi8-slots__steps-list a {
    color: #003366;
    font-weight: bold;
    text-decoration: none;
}

.page-game-reviews-gi8-slots__steps-list a:hover {
    text-decoration: underline;
    color: #FFCC00;
}

.page-game-reviews-gi8-slots__promo-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.page-game-reviews-gi8-slots__promo-list li {
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #FFCC00;
    font-size: 1.1em;
    color: #333;
}

.page-game-reviews-gi8-slots__promo-list li strong {
    color: #003366;
}

.page-game-reviews-gi8-slots__blockquote {
    background-color: #f0f4f7;
    border-left: 5px solid #FFCC00;
    padding: 20px 30px;
    margin: 30px 0;
    font-style: italic;
    color: #555;
    border-radius: 5px;
}

.page-game-reviews-gi8-slots__blockquote p {
    font-size: 1.1em;
    margin-bottom: 10px;
    text-align: left;
}

.page-game-reviews-gi8-slots__blockquote cite {
    display: block;
    text-align: right;
    font-size: 0.9em;
    color: #777;
}

.page-game-reviews-gi8-slots__faq-item {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #003366;
}

.page-game-reviews-gi8-slots__faq-question {
    color: #003366;
    font-size: 1.3em;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-game-reviews-gi8-slots__faq-answer {
    color: #555;
    font-size: 1em;
}

.page-game-reviews-gi8-slots__faq-answer a {
    color: #003366;
    font-weight: bold;
    text-decoration: none;
}

.page-game-reviews-gi8-slots__faq-answer a:hover {
    text-decoration: underline;
    color: #FFCC00;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-game-reviews-gi8-slots__main-title {
        font-size: 2.5em;
    }
    .page-game-reviews-gi8-slots__section-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-game-reviews-gi8-slots__hero-banner {
        padding: 60px 0;
        min-height: 350px;
    }
    .page-game-reviews-gi8-slots__main-title {
        font-size: 2em;
    }
    .page-game-reviews-gi8-slots__hero-description {
        font-size: 1em;
    }
    .page-game-reviews-gi8-slots__cta-group {
        flex-direction: column;
    }
    .page-game-reviews-gi8-slots__btn {
        width: 100%;
        max-width: 300px;
    }
    .page-game-reviews-gi8-slots__section {
        padding: 40px 0;
    }
    .page-game-reviews-gi8-slots__section-title {
        font-size: 1.8em;
    }
    .page-game-reviews-gi8-slots__features-grid, 
    .page-game-reviews-gi8-slots__slot-grid {
        grid-template-columns: 1fr;
    }
    .page-game-reviews-gi8-slots__steps-list li {
        padding-left: 60px;
    }
    .page-game-reviews-gi8-slots__steps-list li::before {
        width: 35px;
        height: 35px;
        font-size: 1.2em;
        left: 15px;
    }
    .page-game-reviews-gi8-slots__steps-list h3 {
        font-size: 1.4em;
    }
    .page-game-reviews-gi8-slots__promo-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-game-reviews-gi8-slots__main-title {
        font-size: 1.8em;
    }
    .page-game-reviews-gi8-slots__section-title {
        font-size: 1.5em;
    }
    .page-game-reviews-gi8-slots__btn--large {
        font-size: 1.1em;
        padding: 15px 25px;
    }
    .page-game-reviews-gi8-slots__btn--xl {
        font-size: 1.2em;
        padding: 18px 30px;
    }
}