.page-cockfighting {
    background-color: #08160F;
    color: #F2FFF6;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

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

.page-cockfighting__hero-section {
    position: relative;
    overflow: hidden;
    padding-top: 10px; /* Small top padding, relies on body padding-top for header offset */
}

.page-cockfighting__hero-image-wrapper {
    width: 100%;
    max-height: 600px;
    overflow: hidden;
}

.page-cockfighting__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-cockfighting__hero-content {
    text-align: center;
    padding: 40px 20px;
    background-color: #0A4B2C; /* Deep Green for content background */
}

.page-cockfighting__hero-title {
    font-size: clamp(2em, 4vw, 3.5em);
    font-weight: 700;
    color: #F2C14E; /* Gold for main title */
    margin-bottom: 15px;
    line-height: 1.2;
}

.page-cockfighting__hero-description {
    font-size: 1.1em;
    color: #A7D9B8; /* Text Secondary */
    max-width: 800px;
    margin: 0 auto 30px auto;
}

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

.page-cockfighting__button {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.page-cockfighting__button--primary {
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #F2FFF6;
    border: none;
}

.page-cockfighting__button--primary:hover {
    opacity: 0.9;
    box-shadow: 0 0 15px #57E38D;
}

.page-cockfighting__button--secondary {
    background-color: transparent;
    border: 2px solid #2E7A4E; /* Border color */
    color: #F2FFF6;
}

.page-cockfighting__button--secondary:hover {
    background-color: #2E7A4E;
    color: #F2FFF6;
}

.page-cockfighting__section-title {
    font-size: 2.5em;
    color: #F2C14E; /* Gold */
    text-align: center;
    margin-bottom: 40px;
    padding-top: 60px;
    font-weight: 700;
}

.page-cockfighting__about-section {
    padding: 80px 0;
    background-color: #08160F;
}

.page-cockfighting__content-grid {
    display: flex;
    gap: 40px;
    align-items: center;
}

.page-cockfighting__text-content {
    flex: 1;
    color: #A7D9B8;
}

.page-cockfighting__text-content p {
    margin-bottom: 15px;
}

.page-cockfighting__image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-cockfighting__image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.page-cockfighting__guide-section {
    padding: 80px 0;
    background-color: #11271B; /* Card BG */
}

.page-cockfighting__guide-intro {
    text-align: center;
    font-size: 1.1em;
    color: #A7D9B8;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-cockfighting__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.page-cockfighting__step-card {
    background-color: #0A4B2C; /* Deep Green */
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid #2E7A4E;
}

.page-cockfighting__step-title {
    font-size: 1.5em;
    color: #F2FFF6; /* Text Main */
    margin-bottom: 15px;
}

.page-cockfighting__step-card p {
    color: #A7D9B8; /* Text Secondary */
}

.page-cockfighting__cta-center {
    text-align: center;
}

.page-cockfighting__features-section {
    padding: 80px 0;
    background-color: #08160F;
}

.page-cockfighting__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.page-cockfighting__feature-card {
    background-color: #11271B; /* Card BG */
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #2E7A4E;
    transition: transform 0.3s ease;
}

.page-cockfighting__feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-cockfighting__feature-icon {
    width: 200px; /* Min size */
    height: 150px;
    object-fit: contain;
    margin-bottom: 20px;
    border-radius: 8px;
}

.page-cockfighting__feature-title {
    font-size: 1.4em;
    color: #F2FFF6;
    margin-bottom: 10px;
}

.page-cockfighting__feature-card p {
    color: #A7D9B8;
}

.page-cockfighting__safety-section {
    padding: 80px 0;
    background-color: #11271B; /* Card BG */
}

.page-cockfighting__safety-text {
    font-size: 1.1em;
    color: #A7D9B8;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 20px auto;
}

.page-cockfighting__safety-image-wrapper {
    margin-top: 40px;
    text-align: center;
}

.page-cockfighting__cta-section {
    padding: 80px 0;
    text-align: center;
    background-color: #0A4B2C; /* Deep Green */
}

.page-cockfighting__cta-section--bottom {
    padding-bottom: 80px;
}

.page-cockfighting__cta-text {
    font-size: 1.2em;
    color: #A7D9B8;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-cockfighting__button--large {
    padding: 15px 35px;
    font-size: 1.1em;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-cockfighting__hero-content {
        padding: 30px 15px;
    }
    .page-cockfighting__section-title {
        font-size: 2em;
        margin-bottom: 30px;
        padding-top: 40px;
    }
    .page-cockfighting__content-grid {
        flex-direction: column;
        gap: 30px;
    }
    .page-cockfighting__image-wrapper {
        order: -1; /* Image appears above text on smaller screens */
    }
    .page-cockfighting__steps-grid,
    .page-cockfighting__features-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
    .page-cockfighting__button {
        padding: 10px 20px;
        font-size: 0.95em;
    }
}

@media (max-width: 768px) {
    .page-cockfighting__hero-title {
        font-size: clamp(1.8em, 7vw, 2.5em);
    }
    .page-cockfighting__hero-description {
        font-size: 1em;
    }
    .page-cockfighting__hero-actions {
        flex-direction: column;
        gap: 15px;
    }
    .page-cockfighting__button--large {
        width: 100%;
        max-width: 300px;
    }
    .page-cockfighting__section-title {
        font-size: 1.8em;
        margin-bottom: 25px;
        padding-top: 30px;
    }
    .page-cockfighting__guide-intro,
    .page-cockfighting__safety-text,
    .page-cockfighting__cta-text {
        font-size: 0.95em;
    }
    .page-cockfighting__step-card, .page-cockfighting__feature-card {
        padding: 20px;
    }
    .page-cockfighting__feature-icon {
        width: 180px;
        height: 120px;
    }
    .page-cockfighting__about-section, .page-cockfighting__guide-section, .page-cockfighting__features-section, .page-cockfighting__safety-section, .page-cockfighting__cta-section {
        padding: 50px 0;
    }
    .page-cockfighting__container {
        padding: 15px;
    }

    /* Crucial: Prevent image overflow on mobile */
    .page-cockfighting img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .page-cockfighting__hero-title {
        font-size: clamp(1.5em, 8vw, 2em);
    }
    .page-cockfighting__hero-description {
        font-size: 0.9em;
    }
    .page-cockfighting__section-title {
        font-size: 1.5em;
    }
    .page-cockfighting__steps-grid,
    .page-cockfighting__features-grid {
        grid-template-columns: 1fr;
    }
    .page-cockfighting__button {
        width: 100%;
    }
    .page-cockfighting__hero-actions {
        gap: 10px;
    }
    .page-cockfighting__feature-icon {
        width: 150px;
        height: 100px;
    }
}