.page-resources-cockfighting-strategy {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

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

.page-resources-cockfighting-strategy-hero {
    background-color: #0A2E36;
    background-image: linear-gradient(135deg, #0A2E36 0%, #1a4d5a 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-cockfighting-strategy-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,pattern,dark]') no-repeat center center;
    background-size: cover;
    opacity: 0.1;
    z-index: 0;
}

.page-resources-cockfighting-strategy-hero > .page-resources-cockfighting-strategy-container {
    position: relative;
    z-index: 1;
}

.page-resources-cockfighting-strategy-back-link {
    display: inline-block;
    color: #F39C12;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

.page-resources-cockfighting-strategy-back-link:hover {
    color: #E74C3C;
}

.page-resources-cockfighting-strategy-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-cockfighting-strategy-subtitle {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-resources-cockfighting-strategy-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;
    white-space: nowrap;
    cursor: pointer;
    border: none;
}

.page-resources-cockfighting-strategy-btn-primary {
    background-color: #E74C3C;
    color: #fff;
}

.page-resources-cockfighting-strategy-btn-primary:hover {
    background-color: #c0392b;
    transform: translateY(-2px);
}

.page-resources-cockfighting-strategy-content-section {
    padding: 60px 0;
    background-color: #fff;
}

.page-resources-cockfighting-strategy-article-width {
    max-width: 800px;
}

.page-resources-cockfighting-strategy-article {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-cockfighting-strategy-article p {
    margin-bottom: 1em;
    font-size: 1.05em;
    line-height: 1.7;
    color: #444;
}

.page-resources-cockfighting-strategy-article p a {
    color: #E74C3C;
    text-decoration: none;
    font-weight: bold;
}

.page-resources-cockfighting-strategy-article p a:hover {
    text-decoration: underline;
}

.page-resources-cockfighting-strategy-heading-2 {
    font-size: 2em;
    color: #0A2E36;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #F39C12;
    padding-bottom: 10px;
}

.page-resources-cockfighting-strategy-heading-3 {
    font-size: 1.5em;
    color: #0A2E36;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-cockfighting-strategy-article ul {
    list-style: disc inside;
    margin-bottom: 1em;
    padding-left: 20px;
}

.page-resources-cockfighting-strategy-article ul li {
    margin-bottom: 0.5em;
    color: #555;
}

.page-resources-cockfighting-strategy-article ul li a {
    color: #E74C3C;
    text-decoration: none;
    font-weight: normal;
}

.page-resources-cockfighting-strategy-article ul li a:hover {
    text-decoration: underline;
}

.page-resources-cockfighting-strategy-article-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-cockfighting-strategy-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-resources-cockfighting-strategy-btn-secondary {
    background-color: #F39C12;
    color: #fff;
}

.page-resources-cockfighting-strategy-btn-secondary:hover {
    background-color: #e67e22;
    transform: translateY(-2px);
}

.page-resources-cockfighting-strategy-btn-tertiary {
    background-color: #0A2E36;
    color: #fff;
    border: 1px solid #0A2E36;
}

.page-resources-cockfighting-strategy-btn-tertiary:hover {
    background-color: #071f24;
    border-color: #071f24;
    transform: translateY(-2px);
}

.page-resources-cockfighting-strategy-faq {
    margin-top: 40px;
}

.page-resources-cockfighting-strategy-faq-item {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 15px;
}

.page-resources-cockfighting-strategy-faq-item h3 {
    color: #0A2E36;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.3em;
}

.page-resources-cockfighting-strategy-faq-item p {
    margin-bottom: 0;
    color: #555;
}

.page-resources-cockfighting-strategy-conclusion {
    text-align: center;
    margin-top: 50px;
    font-size: 1.1em;
    font-weight: bold;
    color: #0A2E36;
}

.page-resources-cockfighting-strategy-return-link-wrapper {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-cockfighting-strategy-title {
        font-size: 2em;
    }
    .page-resources-cockfighting-strategy-subtitle {
        font-size: 1em;
    }
    .page-resources-cockfighting-strategy-heading-2 {
        font-size: 1.8em;
    }
    .page-resources-cockfighting-strategy-heading-3 {
        font-size: 1.3em;
    }
    .page-resources-cockfighting-strategy-article {
        padding: 20px;
    }
    .page-resources-cockfighting-strategy-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    .page-resources-cockfighting-strategy-btn {
        width: 80%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .page-resources-cockfighting-strategy-title {
        font-size: 1.6em;
    }
    .page-resources-cockfighting-strategy-hero {
        padding: 60px 0;
    }
    .page-resources-cockfighting-strategy-content-section {
        padding: 30px 0;
    }
}