/* style/game-introduction-thai-cockfighting.css */

/* Biến CSS */
:root {
    --mcw-primary-color: #0A192F;
    --mcw-secondary-color: #FFD700;
    --mcw-text-light: #FFFFFF;
    --mcw-text-dark: #0A192F;
    --mcw-highlight-red: #E74C3C; /* Màu đỏ cho CTA, đảm bảo tương phản */
    --mcw-background-light: #F8F8F8;
    --mcw-background-dark: #1A2E44;
}

.page-game-introduction-thai-cockfighting {
    font-family: 'Arial', sans-serif;
    color: var(--mcw-text-dark); /* Mặc định chữ màu tối */
    line-height: 1.6;
    background-color: var(--mcw-background-light);
}

.page-game-introduction-thai-cockfighting__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-game-introduction-thai-cockfighting__hero-section {
    background: linear-gradient(135deg, var(--mcw-primary-color) 0%, var(--mcw-background-dark) 100%);
    color: var(--mcw-text-light);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-game-introduction-thai-cockfighting__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--mcw-text-light);
}

.page-game-introduction-thai-cockfighting__hero-title .highlight {
    color: var(--mcw-secondary-color);
}

.page-game-introduction-thai-cockfighting__hero-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: rgba(255, 255, 255, 0.9);
}

.page-game-introduction-thai-cockfighting__cta-button {
    display: inline-block;
    background-color: var(--mcw-secondary-color);
    color: var(--mcw-primary-color);
    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;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-game-introduction-thai-cockfighting__cta-button:hover {
    background-color: #E6B800; /* Darker secondary for hover */
    transform: translateY(-3px);
}

.page-game-introduction-thai-cockfighting__cta-button--inline {
    margin-top: 20px;
}

.page-game-introduction-thai-cockfighting__cta-button--center {
    display: block;
    margin: 40px auto;
    width: fit-content;
}

.page-game-introduction-thai-cockfighting__cta-button--large {
    font-size: 1.3em;
    padding: 18px 35px;
    margin-top: 50px;
}

.page-game-introduction-thai-cockfighting__content-section {
    padding: 60px 0;
    background-color: var(--mcw-background-light);
    color: var(--mcw-text-dark);
}

.page-game-introduction-thai-cockfighting__section-title {
    font-size: 2.5em;
    color: var(--mcw-primary-color);
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: left;
    border-bottom: 3px solid var(--mcw-secondary-color);
    padding-bottom: 10px;
}

.page-game-introduction-thai-cockfighting__section-title .highlight {
    color: var(--mcw-secondary-color);
}

.page-game-introduction-thai-cockfighting__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #333;
}

.page-game-introduction-thai-cockfighting__list,
.page-game-introduction-thai-cockfighting__ordered-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    font-size: 1.1em;
    color: #333;
}

.page-game-introduction-thai-cockfighting__ordered-list {
    list-style-type: decimal;
}

.page-game-introduction-thai-cockfighting__list li,
.page-game-introduction-thai-cockfighting__ordered-list li {
    margin-bottom: 10px;
}

.page-game-introduction-thai-cockfighting__list li strong {
    color: var(--mcw-primary-color);
}

.page-game-introduction-thai-cockfighting__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-game-introduction-thai-cockfighting__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.page-game-introduction-thai-cockfighting__feature-item {
    background-color: var(--mcw-text-light);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-introduction-thai-cockfighting__feature-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.page-game-introduction-thai-cockfighting__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.page-game-introduction-thai-cockfighting__feature-title {
    font-size: 1.6em;
    color: var(--mcw-primary-color);
    margin-bottom: 15px;
}

.page-game-introduction-thai-cockfighting__feature-description {
    font-size: 1em;
    color: #555;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-game-introduction-thai-cockfighting__hero-title {
        font-size: 2.8em;
    }
    .page-game-introduction-thai-cockfighting__section-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-game-introduction-thai-cockfighting__hero-title {
        font-size: 2.2em;
    }
    .page-game-introduction-thai-cockfighting__hero-description {
        font-size: 1em;
    }
    .page-game-introduction-thai-cockfighting__section-title {
        font-size: 1.8em;
    }
    .page-game-introduction-thai-cockfighting__paragraph,
    .page-game-introduction-thai-cockfighting__list,
    .page-game-introduction-thai-cockfighting__ordered-list {
        font-size: 1em;
    }
    .page-game-introduction-thai-cockfighting__feature-grid {
        grid-template-columns: 1fr;
    }
    .page-game-introduction-thai-cockfighting__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-game-introduction-thai-cockfighting__cta-button--large {
        font-size: 1.1em;
        padding: 15px 30px;
    }
}

@media (max-width: 480px) {
    .page-game-introduction-thai-cockfighting__hero-title {
        font-size: 1.8em;
    }
    .page-game-introduction-thai-cockfighting__section-title {
        font-size: 1.5em;
    }
    .page-game-introduction-thai-cockfighting__hero-section {
        padding: 80px 0 50px;
    }
    .page-game-introduction-thai-cockfighting__content-section {
        padding: 40px 0;
    }
    .page-game-introduction-thai-cockfighting__feature-item {
        padding: 20px;
    }
}