/* style/resources-alo789-cockfighting-introduction.css */
.page-resources-alo789-cockfighting-introduction {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f5f5f5;
}

.page-resources-alo789-cockfighting-introduction__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-alo789-cockfighting-introduction__hero {
    background: linear-gradient(135deg, #FFD700 0%, #8B0000 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-resources-alo789-cockfighting-introduction__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    z-index: 0;
}

.page-resources-alo789-cockfighting-introduction__hero .page-resources-alo789-cockfighting-introduction__container {
    position: relative;
    z-index: 1;
}

.page-resources-alo789-cockfighting-introduction__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-alo789-cockfighting-introduction__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #eee;
}

.page-resources-alo789-cockfighting-introduction__section {
    padding: 60px 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.page-resources-alo789-cockfighting-introduction__section--dark {
    background-color: #f0f0f0;
}

.page-resources-alo789-cockfighting-introduction__section-title {
    font-size: 2.5em;
    color: #8B0000;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-alo789-cockfighting-introduction__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-resources-alo789-cockfighting-introduction__subsection-title {
    font-size: 1.8em;
    color: #8B0000;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-resources-alo789-cockfighting-introduction__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin: 30px 0;
}

.page-resources-alo789-cockfighting-introduction__image--center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-alo789-cockfighting-introduction__button {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    text-align: center;
}

.page-resources-alo789-cockfighting-introduction__button--primary {
    background-color: #FFD700;
    color: #8B0000;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-alo789-cockfighting-introduction__button--primary:hover {
    background-color: #e6c200;
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.6);
    transform: translateY(-2px);
}

.page-resources-alo789-cockfighting-introduction__button--secondary {
    background-color: #8B0000;
    color: #FFD700;
    box-shadow: 0 5px 15px rgba(139, 0, 0, 0.4);
    margin-top: 20px;
}

.page-resources-alo789-cockfighting-introduction__button--secondary:hover {
    background-color: #6a0000;
    box-shadow: 0 8px 20px rgba(139, 0, 0, 0.6);
    transform: translateY(-2px);
}

.page-resources-alo789-cockfighting-introduction__features-grid,
.page-resources-alo789-cockfighting-introduction__bet-types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-resources-alo789-cockfighting-introduction__feature-item,
.page-resources-alo789-cockfighting-introduction__bet-type-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-alo789-cockfighting-introduction__feature-item:hover,
.page-resources-alo789-cockfighting-introduction__bet-type-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-alo789-cockfighting-introduction__feature-title,
.page-resources-alo789-cockfighting-introduction__bet-type-title {
    font-size: 1.5em;
    color: #8B0000;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-resources-alo789-cockfighting-introduction__step-list,
.page-resources-alo789-cockfighting-introduction__tip-list,
.page-resources-alo789-cockfighting-introduction__promotion-list,
.page-resources-alo789-cockfighting-introduction__contact-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-resources-alo789-cockfighting-introduction__step-list li,
.page-resources-alo789-cockfighting-introduction__tip-list li,
.page-resources-alo789-cockfighting-introduction__promotion-list li,
.page-resources-alo789-cockfighting-introduction__contact-list li {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    position: relative;
    padding-left: 70px;
}

.page-resources-alo789-cockfighting-introduction__step-list li::before {
    content: counter(step-counter);
    counter-increment: step-counter;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFD700;
    color: #8B0000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2em;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-resources-alo789-cockfighting-introduction__tip-list li::before,
.page-resources-alo789-cockfighting-introduction__promotion-list li::before,
.page-resources-alo789-cockfighting-introduction__contact-list li::before {
    content: '✓';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #8B0000;
    color: #FFD700;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2em;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-resources-alo789-cockfighting-introduction__step-title,
.page-resources-alo789-cockfighting-introduction__tip-title {
    font-size: 1.3em;
    color: #8B0000;
    margin-bottom: 10px;
}

.page-resources-alo789-cockfighting-introduction__faq-list {
    margin-top: 30px;
}

.page-resources-alo789-cockfighting-introduction__faq-item {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.page-resources-alo789-cockfighting-introduction__faq-question {
    font-size: 1.4em;
    color: #8B0000;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: bold;
}

.page-resources-alo789-cockfighting-introduction__faq-answer {
    font-size: 1.1em;
    color: #555;
    display: none; /* Hidden by default, toggled by JS */
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.page-resources-alo789-cockfighting-introduction__faq-question.active + .page-resources-alo789-cockfighting-introduction__faq-answer {
    display: block;
}

.page-resources-alo789-cockfighting-introduction__section--cta {
    background: linear-gradient(90deg, #8B0000 0%, #FFD700 100%);
    color: #fff;
    text-align: center;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.page-resources-alo789-cockfighting-introduction__section--cta .page-resources-alo789-cockfighting-introduction__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.1;
    z-index: 0;
}

.page-resources-alo789-cockfighting-introduction__section--cta .page-resources-alo789-cockfighting-introduction__container {
    position: relative;
    z-index: 1;
}

.page-resources-alo789-cockfighting-introduction__cta-text {
    font-size: 1.3em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #eee;
}

.page-resources-alo789-cockfighting-introduction .highlight-keyword {
    color: #8B0000;
    font-weight: bold;
}

.page-resources-alo789-cockfighting-introduction__section--dark .highlight-keyword {
    color: #FFD700;
}

.page-resources-alo789-cockfighting-introduction__section--cta .highlight-keyword {
    color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-alo789-cockfighting-introduction__hero-title {
        font-size: 2.5em;
    }
    .page-resources-alo789-cockfighting-introduction__hero-subtitle {
        font-size: 1.2em;
    }
    .page-resources-alo789-cockfighting-introduction__section-title {
        font-size: 2em;
    }
    .page-resources-alo789-cockfighting-introduction__features-grid,
    .page-resources-alo789-cockfighting-introduction__bet-types-grid {
        grid-template-columns: 1fr;
    }
    .page-resources-alo789-cockfighting-introduction__step-list li,
    .page-resources-alo789-cockfighting-introduction__tip-list li,
    .page-resources-alo789-cockfighting-introduction__promotion-list li,
    .page-resources-alo789-cockfighting-introduction__contact-list li {
        padding-left: 20px;
    }
    .page-resources-alo789-cockfighting-introduction__step-list li::before,
    .page-resources-alo789-cockfighting-introduction__tip-list li::before,
    .page-resources-alo789-cockfighting-introduction__promotion-list li::before,
    .page-resources-alo789-cockfighting-introduction__contact-list li::before {
        display: none;
    }
}

@media (max-width: 480px) {
    .page-resources-alo789-cockfighting-introduction__hero-title {
        font-size: 2em;
    }
    .page-resources-alo789-cockfighting-introduction__hero-subtitle {
        font-size: 1em;
    }
    .page-resources-alo789-cockfighting-introduction__button {
        padding: 12px 20px;
        font-size: 1em;
    }
    .page-resources-alo789-cockfighting-introduction__section-title {
        font-size: 1.8em;
    }
    .page-resources-alo789-cockfighting-introduction__feature-title,
    .page-resources-alo789-cockfighting-introduction__bet-type-title {
        font-size: 1.3em;
    }
    .page-resources-alo789-cockfighting-introduction__faq-question {
        font-size: 1.2em;
    }
}