.page-cockfighting {
    background-color: #F4F7FB;
    color: #1F2D3D;
    font-family: Arial, sans-serif;
}

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

.page-cockfighting__hero-section {
    padding-top: 10px;
    background-color: #F4F7FB;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 40px;
}

.page-cockfighting__hero-image-wrapper {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 20px;
}

.page-cockfighting__hero-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-cockfighting__hero-content {
    max-width: 900px;
    padding: 0 20px;
}

.page-cockfighting__main-title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #1F2D3D;
}

.page-cockfighting__hero-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #1F2D3D;
}

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

.page-cockfighting__btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    font-size: 1rem;
}

.page-cockfighting__btn--primary {
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
    color: #FFFFFF;
    box-shadow: 0 4px 10px rgba(47, 107, 255, 0.3);
}

.page-cockfighting__btn--primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-cockfighting__btn--secondary {
    background-color: #FFFFFF;
    color: #2F6BFF;
    border: 2px solid #2F6BFF;
}

.page-cockfighting__btn--secondary:hover {
    background-color: #2F6BFF;
    color: #FFFFFF;
}

.page-cockfighting__btn--small {
    padding: 8px 18px;
    font-size: 0.9rem;
    border-radius: 20px;
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
    color: #FFFFFF;
}

.page-cockfighting__btn--small:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.page-cockfighting__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 700;
    color: #1F2D3D;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 40px;
}

.page-cockfighting__paragraph {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify;
    color: #1F2D3D;
}

.page-cockfighting__introduction-section,
.page-cockfighting__how-to-play-section,
.page-cockfighting__advantages-section,
.page-cockfighting__cta-section {
    padding: 60px 0;
    background-color: #F4F7FB;
}

.page-cockfighting__introduction-section .page-cockfighting__image {
    display: block;
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    min-height: 200px;
}

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

.page-cockfighting__step-item {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    text-align: center;
    border: 1px solid #D6E2FF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.page-cockfighting__step-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2F6BFF;
    margin-bottom: 15px;
}

.page-cockfighting__step-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #1F2D3D;
    margin-bottom: 20px;
    flex-grow: 1;
}

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

.page-cockfighting__advantage-item {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    text-align: center;
    border: 1px solid #D6E2FF;
}

.page-cockfighting__advantage-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2F6BFF;
    margin-bottom: 10px;
}

.page-cockfighting__advantage-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #1F2D3D;
}

.page-cockfighting__cta-section {
    text-align: center;
    padding: 80px 0;
    background-color: #F4F7FB;
}

.page-cockfighting__btn--cta {
    margin-top: 30px;
    padding: 15px 35px;
    font-size: 1.2rem;
    border-radius: 35px;
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
    color: #FFFFFF;
    box-shadow: 0 6px 15px rgba(47, 107, 255, 0.4);
}

.page-cockfighting__btn--cta:hover {
    opacity: 0.95;
    transform: translateY(-3px);
}

.page-cockfighting__image--center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    min-width: 200px;
    min-height: 200px;
}

@media (max-width: 768px) {
    .page-cockfighting__hero-section {
        padding-top: 0;
        padding-bottom: 30px;
    }

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

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

    .page-cockfighting__hero-actions {
        flex-direction: column;
        gap: 15px;
    }

    .page-cockfighting__btn {
        width: 80%;
        max-width: 300px;
    }

    .page-cockfighting__section-title {
        font-size: clamp(1.6rem, 7vw, 2.2rem);
        padding-top: 30px;
    }

    .page-cockfighting__paragraph {
        text-align: left;
    }

    .page-cockfighting__introduction-section,
    .page-cockfighting__how-to-play-section,
    .page-cockfighting__advantages-section,
    .page-cockfighting__cta-section {
        padding: 40px 0;
    }

    .page-cockfighting__container img,
    .page-cockfighting__hero-image-wrapper img,
    .page-cockfighting__image {
        max-width: 100%;
        height: auto;
    }
    .page-cockfighting__steps,
    .page-cockfighting__advantage-list {
        grid-template-columns: 1fr;
    }
}