/* style/games-slots-library-overview.css */
.page-games-slots-library-overview {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

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

.page-games-slots-library-overview__hero-section {
    background: linear-gradient(135deg, #007bff, #0056b3); /* Darker blue for better contrast */
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-games-slots-library-overview__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,gaming,lights,particles]') no-repeat center center/cover;
    opacity: 0.15;
    z-index: 0;
}

.page-games-slots-library-overview__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #fff;
}

.page-games-slots-library-overview__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    color: #e0e0e0;
}

.page-games-slots-library-overview__hero-cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.page-games-slots-library-overview__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;
    cursor: pointer;
}

.page-games-slots-library-overview__btn--primary {
    background-color: #ffc107;
    color: #333;
    border: 2px solid #ffc107;
}

.page-games-slots-library-overview__btn--primary:hover {
    background-color: #e0a800;
    border-color: #e0a800;
    transform: translateY(-3px);
}

.page-games-slots-library-overview__btn--secondary {
    background-color: transparent;
    color: #ffc107;
    border: 2px solid #ffc107;
}

.page-games-slots-library-overview__btn--secondary:hover {
    background-color: #ffc107;
    color: #333;
    transform: translateY(-3px);
}

.page-games-slots-library-overview__btn--link {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
    padding: 0;
    border: none;
    background: none;
    display: inline-block;
    margin-top: 15px;
}

.page-games-slots-library-overview__btn--link:hover {
    text-decoration: underline;
    color: #0056b3;
}

.page-games-slots-library-overview__section-title {
    font-size: 2.5em;
    color: #007bff;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.page-games-slots-library-overview__section-description {
    font-size: 1.1em;
    text-align: center;
    color: #555;
    margin-bottom: 50px;
}

.page-games-slots-library-overview__about-section,
.page-games-slots-library-overview__game-categories,
.page-games-slots-library-overview__why-choose-us,
.page-games-slots-library-overview__responsible-gaming {
    padding: 80px 0;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-games-slots-library-overview__about-section {
    background-color: #f0f8ff;
}

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

.page-games-slots-library-overview__text-content p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #444;
}

.page-games-slots-library-overview__image-wrapper {
    text-align: center;
}

.page-games-slots-library-overview__img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-games-slots-library-overview__game-categories {
    background-color: #fff;
}

.page-games-slots-library-overview__category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-games-slots-library-overview__category-card {
    background-color: #fefefe;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-games-slots-library-overview__category-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-games-slots-library-overview__card-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    object-fit: contain;
}

.page-games-slots-library-overview__card-title {
    font-size: 1.8em;
    color: #007bff;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-games-slots-library-overview__card-description {
    font-size: 1em;
    color: #666;
    flex-grow: 1;
    margin-bottom: 20px;
}

.page-games-slots-library-overview__btn--card {
    background-color: #ffc107;
    color: #333;
    border: none;
    padding: 12px 25px;
    font-size: 1em;
    border-radius: 5px;
}

.page-games-slots-library-overview__btn--card:hover {
    background-color: #e0a800;
    color: #fff;
}

.page-games-slots-library-overview__why-choose-us {
    background-color: #e6f2ff; /* Light blue background */
}

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

.page-games-slots-library-overview__feature-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-games-slots-library-overview__feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-games-slots-library-overview__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-games-slots-library-overview__feature-title {
    font-size: 1.6em;
    color: #007bff;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-games-slots-library-overview__feature-description {
    font-size: 1em;
    color: #666;
}

.page-games-slots-library-overview__cta-banner {
    background: linear-gradient(90deg, #007bff, #ffc107); /* Gradient from blue to amber */
    color: #fff;
    padding: 80px 0;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-games-slots-library-overview__cta-title {
    font-size: 3em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
}

.page-games-slots-library-overview__cta-description {
    font-size: 1.4em;
    margin-bottom: 40px;
    color: #f0f0f0;
}

.page-games-slots-library-overview__btn--large {
    padding: 18px 40px;
    font-size: 1.3em;
    border-radius: 10px;
}

.page-games-slots-library-overview__responsible-gaming {
    background-color: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-games-slots-library-overview__responsible-gaming p {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 15px;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-games-slots-library-overview__responsible-gaming .page-games-slots-library-overview__btn--link {
    display: block;
    text-align: center;
}

.page-games-slots-library-overview .highlight {
    color: #ffc107;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-games-slots-library-overview__hero-title {
        font-size: 2.8em;
    }
    .page-games-slots-library-overview__hero-subtitle {
        font-size: 1.3em;
    }
    .page-games-slots-library-overview__section-title {
        font-size: 2em;
    }
    .page-games-slots-library-overview__content-grid {
        grid-template-columns: 1fr;
    }
    .page-games-slots-library-overview__text-content {
        order: 2;
    }
    .page-games-slots-library-overview__image-wrapper {
        order: 1;
        margin-bottom: 30px;
    }
    .page-games-slots-library-overview__cta-title {
        font-size: 2.5em;
    }
    .page-games-slots-library-overview__cta-description {
        font-size: 1.2em;
    }
}

@media (max-width: 768px) {
    .page-games-slots-library-overview__hero-section,
    .page-games-slots-library-overview__about-section,
    .page-games-slots-library-overview__game-categories,
    .page-games-slots-library-overview__why-choose-us,
    .page-games-slots-library-overview__cta-banner,
    .page-games-slots-library-overview__responsible-gaming {
        padding: 60px 0;
    }
    .page-games-slots-library-overview__hero-title {
        font-size: 2.2em;
    }
    .page-games-slots-library-overview__hero-subtitle {
        font-size: 1.1em;
    }
    .page-games-slots-library-overview__hero-cta-group {
        flex-direction: column;
        gap: 15px;
    }
    .page-games-slots-library-overview__btn {
        width: 80%;
        margin: 0 auto;
    }
    .page-games-slots-library-overview__section-title {
        font-size: 1.8em;
    }
    .page-games-slots-library-overview__section-description {
        font-size: 1em;
    }
    .page-games-slots-library-overview__cta-title {
        font-size: 2em;
    }
    .page-games-slots-library-overview__cta-description {
        font-size: 1em;
    }
    .page-games-slots-library-overview__btn--large {
        width: 90%;
    }
}

@media (max-width: 480px) {
    .page-games-slots-library-overview__hero-title {
        font-size: 1.8em;
    }
    .page-games-slots-library-overview__hero-subtitle {
        font-size: 1em;
    }
    .page-games-slots-library-overview__section-title {
        font-size: 1.5em;
    }
    .page-games-slots-library-overview__cta-title {
        font-size: 1.8em;
    }
}