.page-game-guides-slots {
    font-family: 'Arial', sans-serif;
    color: #f0f0f0;
    background-color: #001a33;
    line-height: 1.6;
}

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

.page-game-guides-slots__hero {
    background: linear-gradient(135deg, #003366, #001a33);
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-game-guides-slots__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:slot_machine_abstract,light_effect,gradient]') no-repeat center center/cover;
    opacity: 0.15;
    z-index: 0;
}

.page-game-guides-slots__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    font-weight: bold;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-game-guides-slots__hero-title .highlight {
    color: #ffffff;
}

.page-game-guides-slots__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-game-guides-slots__hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.page-game-guides-slots__button {
    display: inline-block;
    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 15px rgba(0, 0, 0, 0.3);
}

.page-game-guides-slots__button.primary {
    background-color: #FFD700;
    color: #003366;
}

.page-game-guides-slots__button.primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-game-guides-slots__button.secondary {
    background-color: #0055aa;
    color: #ffffff;
    border: 2px solid #0055aa;
}

.page-game-guides-slots__button.secondary:hover {
    background-color: #003d7a;
    border-color: #003d7a;
    transform: translateY(-3px);
}

.page-game-guides-slots__section {
    padding: 60px 0;
    background-color: #001a33;
    color: #f0f0f0;
}

.page-game-guides-slots__section:nth-of-type(even) {
    background-color: #002244;
}

.page-game-guides-slots__section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
}

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

.page-game-guides-slots__content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.page-game-guides-slots__content-grid.reverse {
    grid-template-areas: "image text";
}

.page-game-guides-slots__content-grid.reverse .page-game-guides-slots__text-content {
    grid-area: text;
}

.page-game-guides-slots__content-grid.reverse .page-game-guides-slots__image-wrapper {
    grid-area: image;
}

.page-game-guides-slots__text-content p {
    font-size: 1.1em;
    margin-bottom: 15px;
}

.page-game-guides-slots__text-content h3 {
    font-size: 1.8em;
    color: #FFD700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-game-guides-slots__text-content ul {
    list-style: disc inside;
    margin-left: 20px;
}

.page-game-guides-slots__text-content li {
    margin-bottom: 8px;
}

.page-game-guides-slots__image-wrapper {
    text-align: center;
}

.page-game-guides-slots__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

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

.page-game-guides-slots__feature-item {
    background-color: #003366;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.page-game-guides-slots__feature-item:hover {
    transform: translateY(-5px);
}

.page-game-guides-slots__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px #FFD700);
}

.page-game-guides-slots__feature-item h3 {
    color: #FFD700;
    font-size: 1.5em;
    margin-bottom: 10px;
}

.page-game-guides-slots__feature-item p {
    font-size: 1em;
    color: #cccccc;
}

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

.page-game-guides-slots__card {
    background-color: #003366;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.page-game-guides-slots__card:hover {
    transform: translateY(-5px);
}

.page-game-guides-slots__card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 3px solid #FFD700;
}

.page-game-guides-slots__card h3 {
    color: #FFD700;
    font-size: 1.6em;
    padding: 20px 20px 10px;
}

.page-game-guides-slots__card p {
    font-size: 1em;
    padding: 0 20px 20px;
    color: #cccccc;
}

.page-game-guides-slots__feature-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-game-guides-slots__feature-list li {
    background-color: #003366;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-game-guides-slots__list-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    filter: drop-shadow(0 0 3px #FFD700);
}

.page-game-guides-slots__feature-list li strong {
    color: #FFD700;
    font-size: 1.2em;
    display: block;
    margin-bottom: 5px;
}

.page-game-guides-slots__feature-list li p {
    font-size: 1em;
    color: #cccccc;
    margin: 0;
}

.page-game-guides-slots__tip-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-game-guides-slots__tip-list li {
    background-color: #003366;
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-left: 5px solid #FFD700;
}

.page-game-guides-slots__tip-list li h4 {
    color: #FFD700;
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-game-guides-slots__tip-list li p {
    font-size: 1.05em;
    color: #cccccc;
    margin-bottom: 0;
}

.page-game-guides-slots__why-goo88d .highlight {
    color: #FFD700;
}

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

.page-game-guides-slots__benefit-item {
    background-color: #003366;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.page-game-guides-slots__benefit-item:hover {
    transform: translateY(-5px);
}

.page-game-guides-slots__benefit-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 8px #FFD700);
}

.page-game-guides-slots__benefit-item h3 {
    color: #FFD700;
    font-size: 1.6em;
    margin-bottom: 15px;
}

.page-game-guides-slots__benefit-item p {
    font-size: 1em;
    color: #cccccc;
}

.page-game-guides-slots__cta-bottom {
    text-align: center;
    margin-top: 60px;
    padding: 40px;
    background-color: #002244;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-game-guides-slots__cta-bottom p {
    font-size: 1.5em;
    color: #ffffff;
    margin-bottom: 30px;
}

.page-game-guides-slots__faq-item {
    background-color: #003366;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-game-guides-slots__faq-question {
    color: #FFD700;
    font-size: 1.3em;
    padding: 20px;
    margin: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.page-game-guides-slots__faq-question:hover {
    background-color: #004488;
}

.page-game-guides-slots__faq-question::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-game-guides-slots__faq-item.active .page-game-guides-slots__faq-question::after {
    transform: rotate(45deg);
}

.page-game-guides-slots__faq-answer {
    padding: 0 20px 20px;
    font-size: 1em;
    color: #cccccc;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-game-guides-slots__faq-item.active .page-game-guides-slots__faq-answer {
    max-height: 200px; /* Adjust as needed */
    padding: 0 20px 20px;
}

.page-game-guides-slots__faq-answer p {
    margin: 0;
}

.page-game-guides-slots__inline-link {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-game-guides-slots__inline-link:hover {
    text-decoration: underline;
    color: #e6c200;
}

@media (max-width: 992px) {
    .page-game-guides-slots__hero-title {
        font-size: 2.5em;
    }

    .page-game-guides-slots__hero-subtitle {
        font-size: 1.1em;
    }

    .page-game-guides-slots__section-title {
        font-size: 2em;
    }

    .page-game-guides-slots__content-grid {
        grid-template-columns: 1fr;
    }

    .page-game-guides-slots__content-grid.reverse {
        grid-template-areas: unset;
    }

    .page-game-guides-slots__feature-grid, .page-game-guides-slots__type-cards, .page-game-guides-slots__benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .page-game-guides-slots__image-wrapper {
        order: -1; /* Puts image first on mobile */
        margin-bottom: 30px;
    }

    .page-game-guides-slots__hero-actions {
        flex-direction: column;
        gap: 15px;
    }

    .page-game-guides-slots__button {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .page-game-guides-slots__hero {
        padding: 80px 0;
    }

    .page-game-guides-slots__hero-title {
        font-size: 2em;
    }

    .page-game-guides-slots__hero-subtitle {
        font-size: 1em;
    }

    .page-game-guides-slots__section {
        padding: 40px 0;
    }

    .page-game-guides-slots__section-title {
        font-size: 1.8em;
    }

    .page-game-guides-slots__text-content p, .page-game-guides-slots__text-content ul, .page-game-guides-slots__text-content li {
        font-size: 0.95em;
    }

    .page-game-guides-slots__card h3, .page-game-guides-slots__feature-item h3, .page-game-guides-slots__benefit-item h3 {
        font-size: 1.4em;
    }

    .page-game-guides-slots__feature-list li strong {
        font-size: 1.1em;
    }

    .page-game-guides-slots__tip-list li h4 {
        font-size: 1.3em;
    }

    .page-game-guides-slots__cta-bottom p {
        font-size: 1.3em;
    }

    .page-game-guides-slots__faq-question {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-game-guides-slots__hero {
        padding: 60px 0;
    }

    .page-game-guides-slots__hero-title {
        font-size: 1.8em;
    }

    .page-game-guides-slots__hero-subtitle {
        font-size: 0.9em;
    }

    .page-game-guides-slots__button {
        padding: 12px 20px;
        font-size: 1em;
        width: 90%;
    }

    .page-game-guides-slots__section-title {
        font-size: 1.6em;
    }

    .page-game-guides-slots__feature-grid, .page-game-guides-slots__type-cards, .page-game-guides-slots__benefits-grid {
        grid-template-columns: 1fr;
    }

    .page-game-guides-slots__feature-item, .page-game-guides-slots__card, .page-game-guides-slots__benefit-item {
        padding: 20px;
    }

    .page-game-guides-slots__cta-bottom {
        padding: 30px 20px;
    }

    .page-game-guides-slots__cta-bottom p {
        font-size: 1.1em;
    }

    .page-game-guides-slots__faq-question {
        font-size: 1em;
        padding: 15px;
    }

    .page-game-guides-slots__faq-answer {
        padding: 0 15px 15px;
    }
}