/* style/index-game-highlights.css */
.page-index-game-highlights {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
}

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

.page-index-game-highlights__hero {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.page-index-game-highlights__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
}

.page-index-game-highlights__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-index-game-highlights__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, transform 0.2s ease;
    margin: 10px;
    font-size: 1em;
    cursor: pointer;
}

.page-index-game-highlights__btn--primary {
    background-color: #ffc107;
    color: #333;
    border: 2px solid #ffc107;
}

.page-index-game-highlights__btn--primary:hover {
    background-color: #e0a800;
    color: #000;
    transform: translateY(-2px);
}

.page-index-game-highlights__btn--secondary {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.page-index-game-highlights__btn--secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    transform: translateY(-2px);
}

.page-index-game-highlights__btn--small {
    padding: 8px 15px;
    font-size: 0.9em;
}

.page-index-game-highlights__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
}

.page-index-game-highlights__section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.page-index-game-highlights__section:nth-of-type(even) {
    background-color: #e9ecef;
}

.page-index-game-highlights__section-title {
    font-size: 2.2em;
    color: #007bff;
    text-align: center;
    margin-bottom: 25px;
    font-weight: bold;
}

.page-index-game-highlights__section-intro {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px auto;
    color: #555;
}

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

.page-index-game-highlights__game-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding-bottom: 20px;
}

.page-index-game-highlights__game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-index-game-highlights__game-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.page-index-game-highlights__game-title {
    font-size: 1.5em;
    color: #007bff;
    margin-bottom: 10px;
    padding: 0 15px;
}

.page-index-game-highlights__game-desc {
    font-size: 0.95em;
    color: #666;
    margin-bottom: 20px;
    min-height: 80px;
    padding: 0 15px;
}

.page-index-game-highlights__game-card .page-index-game-highlights__btn {
    background-color: #ffc107;
    color: #333;
    border: none;
}

.page-index-game-highlights__game-card .page-index-game-highlights__btn:hover {
    background-color: #e0a800;
    color: #000;
}

.page-index-game-highlights__why-hay88 .page-index-game-highlights__advantages-list {
    list-style: none;
    padding: 0;
    margin: 40px auto;
    max-width: 900px;
}

.page-index-game-highlights__why-hay88 .page-index-game-highlights__advantages-list li {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: flex-start;
    font-size: 1.05em;
    color: #444;
}

.page-index-game-highlights__why-hay88 .page-index-game-highlights__advantages-list li strong {
    color: #007bff;
    margin-right: 10px;
    flex-shrink: 0;
}

.page-index-game-highlights__section-outro {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: 40px auto 30px auto;
    color: #555;
    font-weight: bold;
}

.page-index-game-highlights__cta-buttons {
    text-align: center;
    margin-top: 30px;
}

.page-index-game-highlights__faq-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-index-game-highlights__faq-question {
    font-size: 1.3em;
    color: #007bff;
    margin-bottom: 10px;
}

.page-index-game-highlights__faq-answer {
    font-size: 1em;
    color: #555;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-index-game-highlights__hero-title {
        font-size: 2em;
    }

    .page-index-game-highlights__hero-description,
    .page-index-game-highlights__section-intro,
    .page-index-game-highlights__section-outro {
        font-size: 1em;
    }

    .page-index-game-highlights__section-title {
        font-size: 1.8em;
    }

    .page-index-game-highlights__game-grid {
        grid-template-columns: 1fr;
    }

    .page-index-game-highlights__btn--large {
        padding: 12px 25px;
        font-size: 1em;
    }
    
    .page-index-game-highlights__btn {
        margin: 5px;
    }
}

@media (max-width: 480px) {
    .page-index-game-highlights__hero {
        padding: 50px 0;
    }

    .page-index-game-highlights__hero-title {
        font-size: 1.8em;
    }

    .page-index-game-highlights__section {
        padding: 40px 0;
    }

    .page-index-game-highlights__section-title {
        font-size: 1.6em;
    }

    .page-index-game-highlights__btn {
        width: 100%;
        box-sizing: border-box;
        margin: 5px 0;
    }
}