/* style/games-slot-games-selection.css */
.page-games-slot-games-selection {
    font-family: 'Arial', sans-serif;
    color: #f5e6ce; /* Light text color for dark backgrounds */
    background-color: #0A1931; /* Main background color */
}

.page-games-slot-games-selection__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-games-slot-games-selection__hero-section {
    background: linear-gradient(135deg, #0A1931 0%, #1a3052 100%);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-games-slot-games-selection__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,dark_pattern]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-games-slot-games-selection__hero-section > div {
    position: relative;
    z-index: 1;
}

.page-games-slot-games-selection__hero-title {
    font-size: 3.5em;
    color: #FFD700;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.page-games-slot-games-selection__hero-subtitle {
    font-size: 1.4em;
    color: #f5e6ce;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-games-slot-games-selection__hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

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

.page-games-slot-games-selection__btn--primary {
    background-color: #FFD700;
    color: #0A1931;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-games-slot-games-selection__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.6);
}

.page-games-slot-games-selection__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.page-games-slot-games-selection__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A1931;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.6);
}

.page-games-slot-games-selection__section {
    padding: 80px 0;
    background-color: #0A1931;
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-games-slot-games-selection__section:last-of-type {
    border-bottom: none;
}

.page-games-slot-games-selection__section-title {
    font-size: 2.8em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.4);
}

.page-games-slot-games-selection__section-description {
    font-size: 1.1em;
    color: #c0c0c0;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px auto;
    line-height: 1.6;
}

.page-games-slot-games-selection__content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.page-games-slot-games-selection__text-content p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #f5e6ce;
}

.page-games-slot-games-selection__image-wrapper {
    text-align: center;
}

.page-games-slot-games-selection__image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-games-slot-games-selection__grid-3-col {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-games-slot-games-selection__card {
    background-color: #1a3052;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-games-slot-games-selection__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);
}

.page-games-slot-games-selection__card-image {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-games-slot-games-selection__card-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-games-slot-games-selection__card-text {
    font-size: 1em;
    color: #c0c0c0;
    line-height: 1.7;
}

.page-games-slot-games-selection__steps-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 900px;
}

.page-games-slot-games-selection__step-item {
    background-color: #1a3052;
    border-radius: 10px;
    padding: 25px 30px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-games-slot-games-selection__step-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-games-slot-games-selection__step-item p {
    font-size: 1.05em;
    line-height: 1.7;
    color: #f5e6ce;
}

.page-games-slot-games-selection__cta-banner {
    background-color: #E03B8B;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    margin-top: 60px;
    box-shadow: 0 10px 30px rgba(224, 59, 139, 0.4);
}

.page-games-slot-games-selection__cta-banner p {
    font-size: 1.6em;
    color: #fff;
    margin-bottom: 25px;
    font-weight: bold;
}

.page-games-slot-games-selection__grid-2-col {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.page-games-slot-games-selection__feature-item {
    background-color: #1a3052;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-games-slot-games-selection__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.page-games-slot-games-selection__feature-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-games-slot-games-selection__feature-item p {
    font-size: 1em;
    color: #c0c0c0;
    line-height: 1.7;
}

.page-games-slot-games-selection__game-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-games-slot-games-selection__game-card {
    background-color: #1a3052;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.page-games-slot-games-selection__game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);
}

.page-games-slot-games-selection__game-card-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-bottom: 3px solid #FFD700;
}

.page-games-slot-games-selection__game-card-title {
    font-size: 1.6em;
    color: #FFD700;
    padding: 15px 20px 5px;
}

.page-games-slot-games-selection__game-card-provider {
    font-size: 0.9em;
    color: #999;
    padding: 0 20px 10px;
}

.page-games-slot-games-selection__game-card-description {
    font-size: 0.95em;
    color: #c0c0c0;
    line-height: 1.6;
    padding: 0 20px 20px;
    flex-grow: 1;
}

.page-games-slot-games-selection__btn--small {
    padding: 10px 20px;
    font-size: 0.9em;
    margin: 0 20px 20px;
}

.page-games-slot-games-selection__accordion {
    max-width: 900px;
    margin: 0 auto;
}

.page-games-slot-games-selection__accordion-item {
    background-color: #1a3052;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.page-games-slot-games-selection__accordion-header {
    width: 100%;
    background-color: #0A1931;
    color: #FFD700;
    padding: 20px 25px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-games-slot-games-selection__accordion-header::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-games-slot-games-selection__accordion-header.active {
    background-color: #2a4060;
}

.page-games-slot-games-selection__accordion-header.active::after {
    transform: rotate(45deg);
}

.page-games-slot-games-selection__accordion-content {
    padding: 0 25px;
    background-color: #1a3052;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-games-slot-games-selection__accordion-content p {
    font-size: 1em;
    color: #c0c0c0;
    line-height: 1.7;
    padding-bottom: 20px;
}

.page-games-slot-games-selection__cta-final {
    background: linear-gradient(45deg, #E03B8B, #FFD700);
    padding: 100px 0;
    text-align: center;
}

.page-games-slot-games-selection__cta-final .page-games-slot-games-selection__section-title {
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.page-games-slot-games-selection__cta-final .page-games-slot-games-selection__section-description {
    color: #f0f0f0;
    margin-bottom: 40px;
}

.page-games-slot-games-selection__cta-actions {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.page-games-slot-games-selection__btn--large {
    padding: 18px 40px;
    font-size: 1.2em;
}

.page-games-slot-games-selection__btn--large.page-games-slot-games-selection__btn--primary {
    background-color: #0A1931;
    color: #FFD700;
    border: 2px solid #FFD700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.page-games-slot-games-selection__btn--large.page-games-slot-games-selection__btn--primary:hover {
    background-color: #FFD700;
    color: #0A1931;
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.6);
}

.page-games-slot-games-selection__btn--large.page-games-slot-games-selection__btn--secondary {
    background-color: #FFD700;
    color: #0A1931;
    border: 2px solid #0A1931;
}

.page-games-slot-games-selection__btn--large.page-games-slot-games-selection__btn--secondary:hover {
    background-color: #e6c200;
    color: #0A1931;
}

.page-games-slot-games-selection .highlight {
    color: #FFD700;
}

.page-games-slot-games-selection .page-games-slot-games-selection__link-text {
    color: #FFD700;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.page-games-slot-games-selection .page-games-slot-games-selection__link-text:hover {
    color: #e6c200;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-games-slot-games-selection__hero-title {
        font-size: 2.8em;
    }
    .page-games-slot-games-selection__section-title {
        font-size: 2.2em;
    }
    .page-games-slot-games-selection__content-grid {
        grid-template-columns: 1fr;
    }
    .page-games-slot-games-selection__image-wrapper {
        order: -1; /* Image appears above text on smaller screens */
        margin-bottom: 30px;
    }
    .page-games-slot-games-selection__grid-3-col, .page-games-slot-games-selection__grid-2-col, .page-games-slot-games-selection__game-cards-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
    .page-games-slot-games-selection__hero-actions, .page-games-slot-games-selection__cta-actions {
        flex-direction: column;
        gap: 15px;
    }
    .page-games-slot-games-selection__btn--large {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .page-games-slot-games-selection__hero-title {
        font-size: 2.2em;
    }
    .page-games-slot-games-selection__hero-subtitle {
        font-size: 1.2em;
    }
    .page-games-slot-games-selection__section-title {
        font-size: 1.8em;
    }
    .page-games-slot-games-selection__section-description {
        font-size: 1em;
    }
    .page-games-slot-games-selection__card-title, .page-games-slot-games-selection__feature-title {
        font-size: 1.5em;
    }
    .page-games-slot-games-selection__step-title {
        font-size: 1.4em;
    }
    .page-games-slot-games-selection__accordion-header {
        font-size: 1.1em;
    }
    .page-games-slot-games-selection__cta-banner p {
        font-size: 1.4em;
    }
}

@media (max-width: 480px) {
    .page-games-slot-games-selection__hero-title {
        font-size: 1.8em;
    }
    .page-games-slot-games-selection__hero-subtitle {
        font-size: 1em;
    }
    .page-games-slot-games-selection__section-title {
        font-size: 1.5em;
    }
    .page-games-slot-games-selection__btn {
        padding: 12px 20px;
        font-size: 0.9em;
    }
    .page-games-slot-games-selection__hero-actions, .page-games-slot-games-selection__cta-actions {
        gap: 10px;
    }
    .page-games-slot-games-selection__btn--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }
    .page-games-slot-games-selection__card, .page-games-slot-games-selection__feature-item, .page-games-slot-games-selection__game-card, .page-games-slot-games-selection__step-item, .page-games-slot-games-selection__accordion-item {
        padding: 20px;
    }
}