/* style/game-guides-slot-machine-guide.css */

.page-game-guides-slot-machine-guide {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

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

.page-game-guides-slot-machine-guide__hero {
    background: linear-gradient(135deg, #0A2463, #3a5c96);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-game-guides-slot-machine-guide__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_geometric_pattern,dark_blue,gold]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

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

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

.page-game-guides-slot-machine-guide__hero-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A2463;
    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;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-game-guides-slot-machine-guide__hero-button:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-game-guides-slot-machine-guide__section {
    padding: 60px 0;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.page-game-guides-slot-machine-guide__section:nth-of-type(even) {
    background-color: #f0f2f5;
}

.page-game-guides-slot-machine-guide__section-title {
    font-size: 2.5em;
    color: #0A2463;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-game-guides-slot-machine-guide__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-game-guides-slot-machine-guide__content-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

.page-game-guides-slot-machine-guide__content-wrapper--reverse {
    flex-direction: row-reverse;
}

.page-game-guides-slot-machine-guide__text-content {
    flex: 1;
    min-width: 300px;
}

.page-game-guides-slot-machine-guide__image-wrapper {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.page-game-guides-slot-machine-guide__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-game-guides-slot-machine-guide__image--center {
    display: block;
    margin: 40px auto;
}

.page-game-guides-slot-machine-guide__list,
.page-game-guides-slot-machine-guide__ordered-list {
    list-style-type: disc;
    padding-left: 25px;
    margin-bottom: 20px;
    color: #555;
}

.page-game-guides-slot-machine-guide__ordered-list {
    list-style-type: decimal;
}

.page-game-guides-slot-machine-guide__list li,
.page-game-guides-slot-machine-guide__ordered-list li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.page-game-guides-slot-machine-guide__sub-list {
    list-style-type: circle;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-game-guides-slot-machine-guide__list strong,
.page-game-guides-slot-machine-guide__ordered-list strong {
    color: #0A2463;
}

.page-game-guides-slot-machine-guide__how-to-play h3 {
    font-size: 1.8em;
    color: #0A2463;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-game-guides-slot-machine-guide__button {
    display: inline-block;
    background-color: #0A2463;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}

.page-game-guides-slot-machine-guide__button:hover {
    background-color: #1a3c7c;
}

.page-game-guides-slot-machine-guide__button--secondary {
    background-color: #FFD700;
    color: #0A2463;
}

.page-game-guides-slot-machine-guide__button--secondary:hover {
    background-color: #e6c200;
}

.page-game-guides-slot-machine-guide__inline-link {
    color: #0A2463;
    text-decoration: underline;
    font-weight: bold;
}

.page-game-guides-slot-machine-guide__inline-link:hover {
    color: #FFD700;
}

.page-game-guides-slot-machine-guide__cta {
    background: #0A2463;
    color: #fff;
    text-align: center;
    padding: 80px 0;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-game-guides-slot-machine-guide__cta-title {
    font-size: 2.8em;
    color: #FFD700;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-game-guides-slot-machine-guide__cta-description {
    font-size: 1.2em;
    max-width: 700px;
    margin: 0 auto 30px;
}

.page-game-guides-slot-machine-guide__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A2463;
    padding: 18px 35px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.page-game-guides-slot-machine-guide__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-5px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-game-guides-slot-machine-guide__hero-title {
        font-size: 2.5em;
    }
    .page-game-guides-slot-machine-guide__section-title {
        font-size: 2em;
    }
    .page-game-guides-slot-machine-guide__content-wrapper {
        flex-direction: column;
    }
    .page-game-guides-slot-machine-guide__content-wrapper--reverse {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .page-game-guides-slot-machine-guide__hero {
        padding: 80px 0;
    }
    .page-game-guides-slot-machine-guide__hero-title {
        font-size: 2em;
    }
    .page-game-guides-slot-machine-guide__hero-description {
        font-size: 1em;
    }
    .page-game-guides-slot-machine-guide__hero-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-game-guides-slot-machine-guide__section {
        padding: 40px 0;
    }
    .page-game-guides-slot-machine-guide__section-title {
        font-size: 1.8em;
    }
    .page-game-guides-slot-machine-guide__list li,
    .page-game-guides-slot-machine-guide__ordered-list li,
    .page-game-guides-slot-machine-guide__how-to-play p {
        font-size: 1em;
    }
    .page-game-guides-slot-machine-guide__how-to-play h3 {
        font-size: 1.5em;
    }
    .page-game-guides-slot-machine-guide__cta {
        padding: 60px 0;
    }
    .page-game-guides-slot-machine-guide__cta-title {
        font-size: 2.2em;
    }
    .page-game-guides-slot-machine-guide__cta-description {
        font-size: 1em;
    }
    .page-game-guides-slot-machine-guide__cta-button {
        padding: 15px 30px;
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-game-guides-slot-machine-guide__hero {
        padding: 60px 0;
    }
    .page-game-guides-slot-machine-guide__hero-title {
        font-size: 1.8em;
    }
    .page-game-guides-slot-machine-guide__hero-description {
        font-size: 0.9em;
    }
    .page-game-guides-slot-machine-guide__hero-button {
        padding: 10px 20px;
        font-size: 0.9em;
    }
    .page-game-guides-slot-machine-guide__section {
        padding: 30px 0;
    }
    .page-game-guides-slot-machine-guide__section-title {
        font-size: 1.5em;
    }
    .page-game-guides-slot-machine-guide__cta {
        padding: 40px 0;
    }
    .page-game-guides-slot-machine-guide__cta-title {
        font-size: 1.8em;
    }
    .page-game-guides-slot-machine-guide__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
}