.page-cockfighting {
    font-family: Arial, sans-serif;
    background-color: #100224; /* Dark purple-black from WOW88 style */
    color: #FFFFFF;
    line-height: 1.6;
    padding-top: 10px; /* Small top padding for internal pages */
    overflow-x: hidden; /* Prevent horizontal scroll */
}

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

/* Hero Section - Internal Page Main Visual */
.page-cockfighting__hero-section {
    background-color: #017439; /* Using primary color for consistency */
    padding: 40px 0;
    text-align: center;
}

.page-cockfighting__hero-image-wrapper {
    margin-bottom: 20px;
}

.page-cockfighting__hero-image {
    width: 100%;
    height: auto;
    display: block;
    max-width: 1000px; /* Max width for main visual */
    margin: 0 auto;
    border-radius: 8px;
    object-fit: cover;
}

.page-cockfighting__main-title {
    font-size: clamp(2.2rem, 4vw, 3.2rem); /* H1 font size constraint */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF; /* White for H1 */
}

.page-cockfighting__hero-description {
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto 30px auto;
    color: #f0f0f0;
}

.page-cockfighting__cta-button {
    display: inline-block;
    background-color: #C30808; /* Login/Register color */
    color: #FFFF00; /* Login/Register font color */
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
}

.page-cockfighting__cta-button:hover {
    background-color: #a00606;
}

/* General Section Styling */
.page-cockfighting__introduction-section,
.page-cockfighting__how-to-play-section,
.page-cockfighting__game-gallery-section,
.page-cockfighting__advantages-section,
.page-cockfighting__responsible-gaming-section {
    padding: 60px 0;
    text-align: center;
}

.page-cockfighting__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 600;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.page-cockfighting__paragraph {
    font-size: 1.05rem;
    max-width: 900px;
    margin: 0 auto 20px auto;
    color: #e0e0e0;
}

.page-cockfighting__image-inline {
    width: 100%;
    height: auto;
    max-width: 800px;
    margin: 30px auto;
    border-radius: 8px;
    display: block;
    object-fit: cover;
}

/* How to Play Section */
.page-cockfighting__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-cockfighting__step-card {
    background-color: rgba(1, 116, 57, 0.1); /* Transparent primary color */
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid rgba(1, 116, 57, 0.3);
}

.page-cockfighting__step-title {
    font-size: 1.5rem;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.page-cockfighting__step-description {
    font-size: 1rem;
    color: #e0e0e0;
    margin-bottom: 25px;
}

.page-cockfighting__step-button {
    display: inline-block;
    background-color: #C30808; /* Login/Register color */
    color: #FFFF00; /* Login/Register font color */
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.95rem;
    transition: background-color 0.3s ease;
}

.page-cockfighting__step-button:hover {
    background-color: #a00606;
}

/* Game Gallery Section */
.page-cockfighting__game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.page-cockfighting__game-tile {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
    text-decoration: none;
}

.page-cockfighting__game-tile:hover {
    transform: translateY(-5px);
}

.page-cockfighting__game-tile img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Advantages Section */
.page-cockfighting__advantages-section {
    background-color: rgba(1, 116, 57, 0.05); /* Slightly lighter background */
}

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

.page-cockfighting__advantage-item {
    background-color: rgba(1, 116, 57, 0.15);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid rgba(1, 116, 57, 0.4);
}

.page-cockfighting__advantage-icon {
    width: 200px; /* Enforcing min 200px size for all images including 'icons' */
    height: 200px;
    margin-bottom: 15px;
    object-fit: contain; /* To make sure larger icon images fit */
}

.page-cockfighting__advantage-title {
    font-size: 1.4rem;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.page-cockfighting__advantage-description {
    font-size: 1rem;
    color: #e0e0e0;
}

/* Responsible Gaming Section */
.page-cockfighting__responsible-gaming-section {
    background-color: #100224;
    padding-bottom: 80px;
}

.page-cockfighting__learn-more-button {
    display: inline-block;
    background-color: #017439;
    color: #FFFFFF;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 30px;
    transition: background-color 0.3s ease;
}

.page-cockfighting__learn-more-button:hover {
    background-color: #005a2e;
}

/* Global image sizing for content area - min 200px */
.page-cockfighting img {
    min-width: 200px;
    min-height: 200px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-cockfighting__hero-section {
        padding: 30px 0;
    }

    .page-cockfighting__main-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
    }

    .page-cockfighting__hero-description {
        font-size: 1rem;
    }

    .page-cockfighting__cta-button {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .page-cockfighting__introduction-section,
    .page-cockfighting__how-to-play-section,
    .page-cockfighting__game-gallery-section,
    .page-cockfighting__advantages-section,
    .page-cockfighting__responsible-gaming-section {
        padding: 40px 0;
    }

    .page-cockfighting__section-title {
        font-size: clamp(1.5rem, 5vw, 2.2rem);
    }

    .page-cockfighting__paragraph {
        font-size: 0.95rem;
    }

    .page-cockfighting__steps-grid,
    .page-cockfighting__game-grid,
    .page-cockfighting__advantage-list {
        grid-template-columns: 1fr; /* Single column on mobile */
    }

    /* Mobile specific image sizing for content area */
    .page-cockfighting__hero-image,
    .page-cockfighting__image-inline,
    .page-cockfighting__game-tile img,
    .page-cockfighting__advantage-icon {
        max-width: 100%;
        height: auto;
    }
}