/* style/resources-betting-strategies-for-cockfighting.css */
.page-resources-betting-strategies-for-cockfighting {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f4f7f6;
}

.page-resources-betting-strategies-for-cockfighting__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-betting-strategies-for-cockfighting__hero {
    background: linear-gradient(135deg, #0A2342 0%, #2a4a6e 100%); /* Dark blue gradient */
    color: #ffffff;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-betting-strategies-for-cockfighting__hero-content {
    z-index: 1;
    max-width: 800px;
    padding: 20px;
}

.page-resources-betting-strategies-for-cockfighting__hero h1 {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for emphasis */
    line-height: 1.2;
}

.page-resources-betting-strategies-for-cockfighting__hero p {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-resources-betting-strategies-for-cockfighting__hero-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-resources-betting-strategies-for-cockfighting__btn {
    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.2s ease;
    white-space: nowrap;
}

.page-resources-betting-strategies-for-cockfighting__btn--primary {
    background-color: #FFD700; /* Gold */
    color: #0A2342; /* Dark blue */
    border: 2px solid #FFD700;
}

.page-resources-betting-strategies-for-cockfighting__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-resources-betting-strategies-for-cockfighting__btn--secondary {
    background-color: transparent;
    color: #FFD700; /* Gold */
    border: 2px solid #FFD700;
}

.page-resources-betting-strategies-for-cockfighting__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A2342;
    transform: translateY(-2px);
}

.page-resources-betting-strategies-for-cockfighting__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.page-resources-betting-strategies-for-cockfighting__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
    filter: grayscale(100%);
}

.page-resources-betting-strategies-for-cockfighting__section {
    padding: 60px 0;
    background-color: #ffffff;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.page-resources-betting-strategies-for-cockfighting__section:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.page-resources-betting-strategies-for-cockfighting__section h2 {
    font-size: 2.5em;
    color: #0A2342; /* Dark blue */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-resources-betting-strategies-for-cockfighting__section h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700; /* Gold */
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-resources-betting-strategies-for-cockfighting__introduction p,
.page-resources-betting-strategies-for-cockfighting__principles p,
.page-resources-betting-strategies-for-cockfighting__advanced-strategies p,
.page-resources-betting-strategies-for-cockfighting__sv388-advantage p,
.page-resources-betting-strategies-for-cockfighting__responsible-gambling p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #444;
}

.page-resources-betting-strategies-for-cockfighting__article {
    background-color: #fcfcfc;
    border-left: 5px solid #0A2342;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-betting-strategies-for-cockfighting__article h3 {
    font-size: 1.8em;
    color: #0A2342; /* Dark blue */
    margin-bottom: 15px;
}

.page-resources-betting-strategies-for-cockfighting__article h4 {
    font-size: 1.4em;
    color: #2a4a6e;
    margin-top: 25px;
    margin-bottom: 10px;
}

.page-resources-betting-strategies-for-cockfighting__article ul {
    list-style: disc inside;
    margin-bottom: 20px;
    padding-left: 20px;
    color: #555;
}

.page-resources-betting-strategies-for-cockfighting__article ul li {
    margin-bottom: 8px;
}

.page-resources-betting-strategies-for-cockfighting__image-inline {
    max-width: 100%;
    height: auto;
    margin: 25px auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-betting-strategies-for-cockfighting__image-inline--small {
    max-width: 150px;
    margin: 25px auto;
}

.page-resources-betting-strategies-for-cockfighting__link-in-text {
    color: #0A2342; /* Dark blue */
    text-decoration: underline;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-betting-strategies-for-cockfighting__link-in-text:hover {
    color: #FFD700; /* Gold */
}

.page-resources-betting-strategies-for-cockfighting__faq {
    background-color: #f0f3f5;
}

.page-resources-betting-strategies-for-cockfighting__faq-item {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: transform 0.2s ease;
}

.page-resources-betting-strategies-for-cockfighting__faq-item:hover {
    transform: translateY(-5px);
}

.page-resources-betting-strategies-for-cockfighting__faq-item h3 {
    color: #0A2342; /* Dark blue */
    font-size: 1.4em;
    margin-bottom: 10px;
}

.page-resources-betting-strategies-for-cockfighting__faq-item p {
    color: #555;
    font-size: 1em;
    display: none; /* Hidden by default, JS will toggle */
}

.page-resources-betting-strategies-for-cockfighting__faq-item.active p {
    display: block;
}

.page-resources-betting-strategies-for-cockfighting__cta {
    background: #0A2342; /* Dark blue */
    color: #ffffff;
    text-align: center;
    padding: 80px 0;
}

.page-resources-betting-strategies-for-cockfighting__cta-content {
    max-width: 900px;
}

.page-resources-betting-strategies-for-cockfighting__cta h2 {
    color: #FFD700; /* Gold */
    margin-bottom: 25px;
}

.page-resources-betting-strategies-for-cockfighting__cta p {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #e0e0e0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-betting-strategies-for-cockfighting__hero {
        padding: 60px 0;
    }

    .page-resources-betting-strategies-for-cockfighting__hero h1 {
        font-size: 2.5em;
    }

    .page-resources-betting-strategies-for-cockfighting__hero p {
        font-size: 1.1em;
    }

    .page-resources-betting-strategies-for-cockfighting__hero-actions {
        flex-direction: column;
        gap: 15px;
    }

    .page-resources-betting-strategies-for-cockfighting__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-betting-strategies-for-cockfighting__section {
        padding: 40px 0;
    }

    .page-resources-betting-strategies-for-cockfighting__section h2 {
        font-size: 2em;
        margin-bottom: 30px;
    }

    .page-resources-betting-strategies-for-cockfighting__article {
        padding: 20px;
    }

    .page-resources-betting-strategies-for-cockfighting__article h3 {
        font-size: 1.5em;
    }

    .page-resources-betting-strategies-for-cockfighting__faq-item h3 {
        font-size: 1.2em;
    }

    .page-resources-betting-strategies-for-cockfighting__cta h2 {
        font-size: 2em;
    }

    .page-resources-betting-strategies-for-cockfighting__cta p {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-resources-betting-strategies-for-cockfighting__hero h1 {
        font-size: 2em;
    }

    .page-resources-betting-strategies-for-cockfighting__hero p {
        font-size: 1em;
    }

    .page-resources-betting-strategies-for-cockfighting__section h2 {
        font-size: 1.8em;
    }

    .page-resources-betting-strategies-for-cockfighting__article h3 {
        font-size: 1.3em;
    }
}