/* style/index-featured-games.css */
.page-index-featured-games {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #E0E0E0; /* Light gray text for dark backgrounds */
    background-color: #1A237E; /* Deep blue background */
}

.page-index-featured-games__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-index-featured-games__hero {
    background: linear-gradient(135deg, #1A237E 0%, #000000 100%); /* Dark gradient for hero */
    color: #FFD700; /* Gold text for hero title */
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-index-featured-games__hero-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    max-width: 800px;
    opacity: 0.3;
    z-index: 0;
    filter: brightness(0.7);
}

.page-index-featured-games__hero .page-index-featured-games__container {
    position: relative;
    z-index: 1;
}

.page-index-featured-games__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #FFD700; /* Gold */
}

.page-index-featured-games__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: #E0E0E0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-index-featured-games__hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-index-featured-games__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;
    white-space: nowrap;
}

.page-index-featured-games__button--primary {
    background-color: #FFD700; /* Gold */
    color: #1A237E; /* Deep blue */
    border: 2px solid #FFD700;
}

.page-index-featured-games__button--primary:hover {
    background-color: #E6C200; /* Darker gold */
    transform: translateY(-3px);
}

.page-index-featured-games__button--secondary {
    background-color: transparent;
    color: #FFD700; /* Gold */
    border: 2px solid #FFD700;
}

.page-index-featured-games__button--secondary:hover {
    background-color: #FFD700;
    color: #1A237E;
    transform: translateY(-3px);
}

.page-index-featured-games__button--small {
    padding: 10px 20px;
    font-size: 0.9em;
    border-radius: 5px;
}

.page-index-featured-games__section-title {
    font-size: 2.8em;
    color: #FFD700; /* Gold */
    text-align: center;
    margin-bottom: 30px;
    padding-top: 60px;
}

.page-index-featured-games__section-description {
    font-size: 1.1em;
    color: #B0B0B0;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px auto;
}

.page-index-featured-games__about,
.page-index-featured-games__categories,
.page-index-featured-games__spotlight,
.page-index-featured-games__promotions,
.page-index-featured-games__responsible-gambling,
.page-index-featured-games__cta {
    padding: 80px 0;
}

.page-index-featured-games__about {
    background-color: #1A237E;
}

.page-index-featured-games__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    text-align: center;
}

.page-index-featured-games__feature-item {
    background-color: #2C3E50; /* Darker blue-gray */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.page-index-featured-games__feature-item:hover {
    transform: translateY(-10px);
}

.page-index-featured-games__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: brightness(1.2) drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-index-featured-games__feature-title {
    font-size: 1.8em;
    color: #FFD700; /* Gold */
    margin-bottom: 15px;
}

.page-index-featured-games__feature-text {
    color: #B0B0B0;
    font-size: 1em;
}

.page-index-featured-games__categories {
    background-color: #000000; /* Black background for contrast */
}

.page-index-featured-games__category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-index-featured-games__category-item {
    background-color: #1A237E; /* Deep blue */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-featured-games__category-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(255, 215, 0, 0.3);
}

.page-index-featured-games__category-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 3px solid #FFD700; /* Gold accent */
}

.page-index-featured-games__category-title {
    font-size: 1.5em;
    color: #FFD700; /* Gold */
    margin: 20px 15px 10px 15px;
}

.page-index-featured-games__category-text {
    color: #B0B0B0;
    font-size: 0.95em;
    padding: 0 15px 20px 15px;
}

.page-index-featured-games__category-item .page-index-featured-games__button--small {
    margin-bottom: 20px;
}

.page-index-featured-games__spotlight {
    background-color: #1A237E;
}

.page-index-featured-games__game-card {
    display: flex;
    flex-wrap: wrap;
    background-color: #2C3E50;
    border-radius: 12px;
    margin-bottom: 40px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}

.page-index-featured-games__game-card:hover {
    transform: translateY(-8px);
}

.page-index-featured-games__game-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    flex: 1 1 40%;
    min-width: 300px;
}

.page-index-featured-games__game-info {
    flex: 1 1 60%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-index-featured-games__game-title {
    font-size: 2em;
    color: #FFD700; /* Gold */
    margin-bottom: 15px;
}

.page-index-featured-games__game-description {
    color: #B0B0B0;
    font-size: 1.05em;
    margin-bottom: 25px;
}

.page-index-featured-games__promotions {
    background-color: #000000;
}

.page-index-featured-games__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-index-featured-games__promo-item {
    background-color: #1A237E;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-featured-games__promo-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(255, 215, 0, 0.3);
}

.page-index-featured-games__promo-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-bottom: 3px solid #FFD700;
}

.page-index-featured-games__promo-title {
    font-size: 1.6em;
    color: #FFD700;
    margin: 20px 15px 10px 15px;
}

.page-index-featured-games__promo-text {
    color: #B0B0B0;
    font-size: 0.95em;
    padding: 0 15px 20px 15px;
}

.page-index-featured-games__promo-item .page-index-featured-games__button--small {
    margin-bottom: 20px;
}

.page-index-featured-games__responsible-gambling {
    background-color: #1A237E;
    text-align: center;
}

.page-index-featured-games__responsibility-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    font-size: 1.1em;
    color: #E0E0E0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-index-featured-games__responsibility-list li {
    background-color: #2C3E50;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 8px;
    text-align: left;
    position: relative;
    padding-left: 40px;
}

.page-index-featured-games__responsibility-list li::before {
    content: '✓';
    color: #FFD700;
    position: absolute;
    left: 15px;
    font-weight: bold;
}

.page-index-featured-games__responsibility-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-featured-games__cta {
    background: linear-gradient(45deg, #FFD700, #E6C200); /* Gold gradient */
    color: #1A237E; /* Deep blue text */
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-index-featured-games__cta-title {
    font-size: 3em;
    margin-bottom: 20px;
    color: #1A237E;
}

.page-index-featured-games__cta-text {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #333333;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-index-featured-games__cta-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.page-index-featured-games__cta-actions .page-index-featured-games__button--primary {
    background-color: #1A237E; /* Deep blue */
    color: #FFD700; /* Gold */
    border: 2px solid #1A237E;
}

.page-index-featured-games__cta-actions .page-index-featured-games__button--primary:hover {
    background-color: #0F164C; /* Darker blue */
}

.page-index-featured-games__cta-actions .page-index-featured-games__button--secondary {
    background-color: transparent;
    color: #1A237E; /* Deep blue */
    border: 2px solid #1A237E;
}

.page-index-featured-games__cta-actions .page-index-featured-games__button--secondary:hover {
    background-color: #1A237E;
    color: #FFD700;
}

.page-index-featured-games__cta-image {
    max-width: 400px;
    height: auto;
    margin-top: 30px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.3));
}

.page-index-featured-games .highlight {
    color: #FFD700;
}

.page-index-featured-games .keyword {
    font-weight: bold;
    color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-index-featured-games__hero-title {
        font-size: 2.8em;
    }
    .page-index-featured-games__section-title {
        font-size: 2.2em;
    }
    .page-index-featured-games__game-card {
        flex-direction: column;
    }
    .page-index-featured-games__game-image {
        height: 250px;
    }
    .page-index-featured-games__game-info {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .page-index-featured-games__hero {
        padding: 80px 0;
    }
    .page-index-featured-games__hero-title {
        font-size: 2.2em;
    }
    .page-index-featured-games__hero-subtitle {
        font-size: 1.1em;
    }
    .page-index-featured-games__hero-actions,
    .page-index-featured-games__cta-actions {
        flex-direction: column;
        gap: 15px;
    }
    .page-index-featured-games__button {
        width: 80%;
        margin: 0 auto;
    }
    .page-index-featured-games__section-title {
        font-size: 1.8em;
    }
    .page-index-featured-games__about,
    .page-index-featured-games__categories,
    .page-index-featured-games__spotlight,
    .page-index-featured-games__promotions,
    .page-index-featured-games__responsible-gambling,
    .page-index-featured-games__cta {
        padding: 60px 0;
    }
    .page-index-featured-games__game-title {
        font-size: 1.6em;
    }
    .page-index-featured-games__promo-title {
        font-size: 1.4em;
    }
    .page-index-featured-games__cta-title {
        font-size: 2.2em;
    }
}

@media (max-width: 480px) {
    .page-index-featured-games__hero-title {
        font-size: 1.8em;
    }
    .page-index-featured-games__section-title {
        font-size: 1.5em;
    }
    .page-index-featured-games__button {
        width: 90%;
    }
    .page-index-featured-games__hero-image {
        width: 80%;
        right: -20%;
    }
}