.page-games-introduction-bj88-cockfighting-entry {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: var(--background-light);
}

.page-games-introduction-bj88-cockfighting-entry__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Color Variables */
.page-games-introduction-bj88-cockfighting-entry {
    --primary-color: #FFD700; /* Gold */
    --secondary-color: #8B0000; /* Deep Red */
    --text-dark: #333;
    --text-light: #fff;
    --background-light: #f9f9f9;
    --background-dark: #222;
    --button-hover-primary: #e6c200;
    --button-hover-secondary: #6e0000;
}

/* Hero Section */
.page-games-introduction-bj88-cockfighting-entry__hero {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: var(--text-light);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-games-introduction-bj88-cockfighting-entry__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    color: var(--text-light);
}

.page-games-introduction-bj88-cockfighting-entry__hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: var(--text-light);
}

.page-games-introduction-bj88-cockfighting-entry__hero-actions .page-games-introduction-bj88-cockfighting-entry__btn {
    margin: 0 10px;
}

/* General Section Styling */
.page-games-introduction-bj88-cockfighting-entry__section {
    padding: 60px 0;
    background-color: var(--background-light);
}

.page-games-introduction-bj88-cockfighting-entry__section:nth-of-type(even) {
    background-color: #f0f0f0;
}

.page-games-introduction-bj88-cockfighting-entry__section-title {
    font-size: 2.5em;
    color: var(--secondary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

.page-games-introduction-bj88-cockfighting-entry__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--primary-color);
    border-radius: 2px;
}

/* Buttons */
.page-games-introduction-bj88-cockfighting-entry__btn {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
    border: none;
}

.page-games-introduction-bj88-cockfighting-entry__btn--primary {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.page-games-introduction-bj88-cockfighting-entry__btn--primary:hover {
    background-color: var(--button-hover-primary);
    transform: translateY(-2px);
}

.page-games-introduction-bj88-cockfighting-entry__btn--secondary {
    background-color: var(--secondary-color);
    color: var(--text-light);
    border: 2px solid var(--primary-color);
}

.page-games-introduction-bj88-cockfighting-entry__btn--secondary:hover {
    background-color: var(--button-hover-secondary);
    transform: translateY(-2px);
}

.page-games-introduction-bj88-cockfighting-entry__btn--inline {
    padding: 8px 15px;
    font-size: 0.9em;
    margin-top: 10px;
}

.page-games-introduction-bj88-cockfighting-entry__btn--center {
    display: block;
    margin: 40px auto 20px auto;
    width: fit-content;
}

.page-games-introduction-bj88-cockfighting-entry__btn--large {
    padding: 18px 40px;
    font-size: 1.3em;
}

/* Images */
.page-games-introduction-bj88-cockfighting-entry__image-full-width {
    width: 100%;
    height: auto;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.page-games-introduction-bj88-cockfighting-entry__image-responsive {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 40px auto 0 auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Why Choose Section */
.page-games-introduction-bj88-cockfighting-entry__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-games-introduction-bj88-cockfighting-entry__feature-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-games-introduction-bj88-cockfighting-entry__feature-item:hover {
    transform: translateY(-5px);
}

.page-games-introduction-bj88-cockfighting-entry__feature-title {
    font-size: 1.5em;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

/* How to Play Section */
.page-games-introduction-bj88-cockfighting-entry__step-list {
    list-style: none;
    counter-reset: step-counter;
    padding: 0;
    margin: 40px 0;
}

.page-games-introduction-bj88-cockfighting-entry__step-list li {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    position: relative;
    padding-left: 80px;
}

.page-games-introduction-bj88-cockfighting-entry__step-list li::before {
    content: counter(step-counter);
    counter-increment: step-counter;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--primary-color);
    color: var(--secondary-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    font-weight: bold;
}

.page-games-introduction-bj88-cockfighting-entry__step-title {
    font-size: 1.6em;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

/* Tips Section */
.page-games-introduction-bj88-cockfighting-entry__list {
    list-style: none;
    padding: 0;
    margin: 40px 0;
}

.page-games-introduction-bj88-cockfighting-entry__list li {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.page-games-introduction-bj88-cockfighting-entry__list-title {
    font-size: 1.4em;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.page-games-introduction-bj88-cockfighting-entry__list--promotions li {
    border-left: 5px solid var(--primary-color);
}

/* FAQ Section */
.page-games-introduction-bj88-cockfighting-entry__faq-item {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.page-games-introduction-bj88-cockfighting-entry__faq-question {
    font-size: 1.4em;
    color: var(--secondary-color);
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.page-games-introduction-bj88-cockfighting-entry__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-games-introduction-bj88-cockfighting-entry__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-games-introduction-bj88-cockfighting-entry__faq-answer {
    display: none;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.page-games-introduction-bj88-cockfighting-entry__faq-answer.active {
    display: block;
}

/* CTA Section */
.page-games-introduction-bj88-cockfighting-entry__cta {
    background-color: var(--secondary-color);
    color: var(--text-light);
    text-align: center;
    padding: 80px 0;
}

.page-games-introduction-bj88-cockfighting-entry__cta-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.page-games-introduction-bj88-cockfighting-entry__cta-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-games-introduction-bj88-cockfighting-entry__hero-title {
        font-size: 2.8em;
    }
    .page-games-introduction-bj88-cockfighting-entry__section-title {
        font-size: 2em;
    }
    .page-games-introduction-bj88-cockfighting-entry__features-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-games-introduction-bj88-cockfighting-entry__hero {
        padding: 80px 0;
    }
    .page-games-introduction-bj88-cockfighting-entry__hero-title {
        font-size: 2.2em;
    }
    .page-games-introduction-bj88-cockfighting-entry__hero-description {
        font-size: 1em;
    }
    .page-games-introduction-bj88-cockfighting-entry__hero-actions .page-games-introduction-bj88-cockfighting-entry__btn {
        display: block;
        margin: 15px auto;
        width: 80%;
    }
    .page-games-introduction-bj88-cockfighting-entry__section {
        padding: 40px 0;
    }
    .page-games-introduction-bj88-cockfighting-entry__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-games-introduction-bj88-cockfighting-entry__step-list li {
        padding-left: 20px;
        padding-top: 60px;
        text-align: center;
    }
    .page-games-introduction-bj88-cockfighting-entry__step-list li::before {
        left: 50%;
        top: 20px;
        transform: translateX(-50%);
    }
    .page-games-introduction-bj88-cockfighting-entry__cta-title {
        font-size: 2em;
    }
    .page-games-introduction-bj88-cockfighting-entry__cta-description {
        font-size: 1em;
    }
    .page-games-introduction-bj88-cockfighting-entry__btn--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }
    .page-games-introduction-bj88-cockfighting-entry__app-download-actions .page-games-introduction-bj88-cockfighting-entry__btn {
        display: block;
        width: 90%;
        margin: 15px auto;
    }
}

@media (max-width: 480px) {
    .page-games-introduction-bj88-cockfighting-entry__hero-title {
        font-size: 1.8em;
    }
    .page-games-introduction-bj88-cockfighting-entry__section-title {
        font-size: 1.5em;
    }
    .page-games-introduction-bj88-cockfighting-entry__feature-title,
    .page-games-introduction-bj88-cockfighting-entry__step-title,
    .page-games-introduction-bj88-cockfighting-entry__list-title,
    .page-games-introduction-bj88-cockfighting-entry__faq-question {
        font-size: 1.2em;
    }
    .page-games-introduction-bj88-cockfighting-entry__btn {
        padding: 12px 20px;
        font-size: 0.9em;
    }
    .page-games-introduction-bj88-cockfighting-entry__cta-title {
        font-size: 1.8em;
    }
}