/* style/live-cockfighting-gameplay-victory-conditions.css */

.page-live-cockfighting-gameplay-victory-conditions {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-live-cockfighting-gameplay-victory-conditions__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-live-cockfighting-gameplay-victory-conditions__hero-section {
    background: linear-gradient(135deg, #0A2342 0%, #304C74 100%); /* Dark blue gradient */
    color: #FFFFFF;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-live-cockfighting-gameplay-victory-conditions__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:hero:cockfighting,live,arena,roosters,action]'); /* Hero background image */
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    z-index: 0;
}

.page-live-cockfighting-gameplay-victory-conditions__hero-title {
    font-size: 3.2em;
    margin-bottom: 15px;
    color: #FFD700; /* Gold accent */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

.page-live-cockfighting-gameplay-victory-conditions__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-live-cockfighting-gameplay-victory-conditions__btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin: 0 10px;
    position: relative;
    z-index: 1;
}

.page-live-cockfighting-gameplay-victory-conditions__btn--primary {
    background-color: #FFD700; /* Gold */
    color: #0A2342; /* Dark blue */
    border: 2px solid #FFD700;
}

.page-live-cockfighting-gameplay-victory-conditions__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-live-cockfighting-gameplay-victory-conditions__btn--secondary {
    background-color: transparent;
    color: #FFD700; /* Gold */
    border: 2px solid #FFD700;
}

.page-live-cockfighting-gameplay-victory-conditions__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A2342;
    transform: translateY(-2px);
}

.page-live-cockfighting-gameplay-victory-conditions__content-section {
    padding: 60px 0;
    background-color: #F8F8F8;
    color: #0A2342; /* Dark blue text for readability */
}

.page-live-cockfighting-gameplay-victory-conditions__article {
    max-width: 900px;
    margin: 0 auto;
}

.page-live-cockfighting-gameplay-victory-conditions__heading {
    font-size: 2.2em;
    color: #0A2342; /* Dark blue */
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 3px solid #FFD700;
    padding-bottom: 10px;
}

.page-live-cockfighting-gameplay-victory-conditions__sub-heading {
    font-size: 1.6em;
    color: #0A2342;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-live-cockfighting-gameplay-victory-conditions__article p {
    margin-bottom: 15px;
    font-size: 1.1em;
    line-height: 1.7;
    color: #333;
}

.page-live-cockfighting-gameplay-victory-conditions__article ul {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    font-size: 1.1em;
    color: #333;
}

.page-live-cockfighting-gameplay-victory-conditions__article ul li {
    margin-bottom: 8px;
}

.page-live-cockfighting-gameplay-victory-conditions__image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.page-live-cockfighting-gameplay-victory-conditions__image--fullwidth {
    width: 100%;
    max-height: 450px;
}

.page-live-cockfighting-gameplay-victory-conditions__image--left {
    float: left;
    width: 45%;
    margin-right: 30px;
    margin-bottom: 20px;
    max-height: 300px;
}

.page-live-cockfighting-gameplay-victory-conditions__image--right {
    float: right;
    width: 45%;
    margin-left: 30px;
    margin-bottom: 20px;
    max-height: 300px;
}

.page-live-cockfighting-gameplay-victory-conditions__article::after {
    content: '';
    display: block;
    clear: both;
}

.page-live-cockfighting-gameplay-victory-conditions__cta-group {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

.page-live-cockfighting-gameplay-victory-conditions__image--bottom-cta {
    margin-top: 0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-live-cockfighting-gameplay-victory-conditions__hero-title {
        font-size: 2.8em;
    }
    .page-live-cockfighting-gameplay-victory-conditions__hero-subtitle {
        font-size: 1.2em;
    }
    .page-live-cockfighting-gameplay-victory-conditions__heading {
        font-size: 1.8em;
    }
    .page-live-cockfighting-gameplay-victory-conditions__sub-heading {
        font-size: 1.4em;
    }
    .page-live-cockfighting-gameplay-victory-conditions__article p,
    .page-live-cockfighting-gameplay-victory-conditions__article ul {
        font-size: 1em;
    }
    .page-live-cockfighting-gameplay-victory-conditions__image--left,
    .page-live-cockfighting-gameplay-victory-conditions__image--right {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .page-live-cockfighting-gameplay-victory-conditions__hero-title {
        font-size: 2.2em;
    }
    .page-live-cockfighting-gameplay-victory-conditions__hero-subtitle {
        font-size: 1em;
    }
    .page-live-cockfighting-gameplay-victory-conditions__btn {
        padding: 10px 20px;
        font-size: 0.9em;
        margin: 5px;
    }
    .page-live-cockfighting-gameplay-victory-conditions__heading {
        font-size: 1.6em;
    }
    .page-live-cockfighting-gameplay-victory-conditions__sub-heading {
        font-size: 1.2em;
    }
    .page-live-cockfighting-gameplay-victory-conditions__hero-section {
        padding: 60px 0;
    }
    .page-live-cockfighting-gameplay-victory-conditions__content-section {
        padding: 40px 0;
    }
}

@media (max-width: 480px) {
    .page-live-cockfighting-gameplay-victory-conditions__hero-title {
        font-size: 1.8em;
    }
    .page-live-cockfighting-gameplay-victory-conditions__hero-subtitle {
        font-size: 0.9em;
    }
    .page-live-cockfighting-gameplay-victory-conditions__btn {
        display: block;
        width: calc(100% - 20px);
        margin: 10px auto;
    }
    .page-live-cockfighting-gameplay-victory-conditions__heading {
        font-size: 1.4em;
    }
    .page-live-cockfighting-gameplay-victory-conditions__sub-heading {
        font-size: 1.1em;
    }
}