/* style/slots-games-theme-exploration.css */
.page-slots-games-theme-exploration {
    font-family: 'Arial', sans-serif;
    color: #e5dfd3; /* Light text for dark background */
    background-color: #1A202C; /* Main dark background */
    line-height: 1.6;
}

.page-slots-games-theme-exploration__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-slots-games-theme-exploration__hero-section {
    background: linear-gradient(135deg, #1A202C 0%, #3a4a6b 100%); /* Dark blue gradient */
    color: #FFD700; /* Gold text for contrast */
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-slots-games-theme-exploration__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-slots-games-theme-exploration__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e5dfd3;
}

.page-slots-games-theme-exploration__hero-image {
    width: 100%;
    max-width: 900px;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-slots-games-theme-exploration__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold for titles */
    text-align: center;
    margin-bottom: 50px;
    padding-top: 40px;
    position: relative;
}

.page-slots-games-theme-exploration__section-title::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.page-slots-games-theme-exploration__intro-section,
.page-slots-games-theme-exploration__why-vin55-win55,
.page-slots-games-theme-exploration__get-started,
.page-slots-games-theme-exploration__cta-section {
    padding: 60px 0;
    background-color: #1A202C;
}

.page-slots-games-theme-exploration__themes-overview {
    padding: 80px 0;
    background-color: #2A303C;
}

.page-slots-games-theme-exploration__text-content {
    font-size: 1.1em;
    color: #e5dfd3;
    margin-bottom: 20px;
    text-align: justify;
}

.page-slots-games-theme-exploration__theme-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-slots-games-theme-exploration__theme-card {
    background-color: #1A202C;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    text-align: center;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.page-slots-games-theme-exploration__theme-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 3px solid #FFD700;
}

.page-slots-games-theme-exploration__theme-card-title {
    font-size: 1.8em;
    color: #FFD700;
    margin: 25px 15px 15px;
}

.page-slots-games-theme-exploration__theme-card-description {
    color: #e5dfd3;
    padding: 0 20px;
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-slots-games-theme-exploration__features-list {
    list-style: none;
    padding: 0 20px;
    margin-bottom: 20px;
    text-align: left;
}

.page-slots-games-theme-exploration__features-list li {
    color: #e5dfd3;
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
}

.page-slots-games-theme-exploration__features-list li::before {
    content: '✅';
    position: absolute;
    left: 0;
    color: #00ff00; /* Bright green for checkmark */
}

.page-slots-games-theme-exploration__btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-top: 20px;
}

.page-slots-games-theme-exploration__btn--primary {
    background-color: #FFD700; /* Gold background */
    color: #1A202C; /* Dark text for gold background */
    border: 2px solid #FFD700;
}

.page-slots-games-theme-exploration__btn--primary:hover {
    background-color: #e5c000; /* Darker gold on hover */
    color: #000;
}

.page-slots-games-theme-exploration__btn--secondary {
    background-color: transparent;
    color: #FFD700; /* Gold text */
    border: 2px solid #FFD700;
}

.page-slots-games-theme-exploration__btn--secondary:hover {
    background-color: #FFD700;
    color: #1A202C; /* Dark text on gold background */
}

.page-slots-games-theme-exploration__btn--large {
    padding: 15px 35px;
    font-size: 1.2em;
}

.page-slots-games-theme-exploration__features-block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-slots-games-theme-exploration__feature-item {
    background-color: #2A303C;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-slots-games-theme-exploration__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.7));
}

.page-slots-games-theme-exploration__feature-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-slots-games-theme-exploration__feature-description {
    color: #e5dfd3;
}

.page-slots-games-theme-exploration__steps-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-slots-games-theme-exploration__steps-list li {
    background-color: #2A303C;
    margin-bottom: 15px;
    padding: 20px 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 1.1em;
    color: #e5dfd3;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.page-slots-games-theme-exploration__steps-list .step-number {
    font-size: 1.5em;
    font-weight: bold;
    color: #FFD700;
    margin-right: 20px;
    background-color: #1A202C;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.page-slots-games-theme-exploration__inline-link {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-slots-games-theme-exploration__inline-link:hover {
    text-decoration: underline;
}

.page-slots-games-theme-exploration__cta-section {
    text-align: center;
    background: linear-gradient(135deg, #3a4a6b 0%, #1A202C 100%);
    padding: 80px 0;
}

.page-slots-games-theme-exploration__cta-text {
    font-size: 1.2em;
    color: #e5dfd3;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-slots-games-theme-exploration__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-slots-games-theme-exploration .highlight,
.page-slots-games-theme-exploration .keyword {
    color: #FFD700;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-slots-games-theme-exploration__hero-title {
        font-size: 2.8em;
    }
    .page-slots-games-theme-exploration__section-title {
        font-size: 2em;
    }
    .page-slots-games-theme-exploration__theme-card-title {
        font-size: 1.5em;
    }
    .page-slots-games-theme-exploration__theme-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-slots-games-theme-exploration__hero-title {
        font-size: 2.2em;
    }
    .page-slots-games-theme-exploration__hero-subtitle {
        font-size: 1.1em;
    }
    .page-slots-games-theme-exploration__section-title {
        font-size: 1.8em;
    }
    .page-slots-games-theme-exploration__btn--large {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-slots-games-theme-exploration__features-block {
        grid-template-columns: 1fr;
    }
    .page-slots-games-theme-exploration__cta-buttons {
        flex-direction: column;
    }
    .page-slots-games-theme-exploration__steps-list li {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    .page-slots-games-theme-exploration__steps-list .step-number {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .page-slots-games-theme-exploration__hero-title {
        font-size: 1.8em;
    }
    .page-slots-games-theme-exploration__hero-subtitle {
        font-size: 1em;
    }
    .page-slots-games-theme-exploration__theme-grid {
        grid-template-columns: 1fr;
    }
    .page-slots-games-theme-exploration__theme-card {
        padding: 20px 0;
    }
    .page-slots-games-theme-exploration__theme-card-title {
        font-size: 1.3em;
    }
    .page-slots-games-theme-exploration__btn {
        width: 100%;
        box-sizing: border-box;
    }
}