.page-cockfighting-live-stream {
    font-family: 'Arial', sans-serif;
    color: #e5dfd3; /* Light text for dark background */
    background-color: #1A202C;
    line-height: 1.6;
}

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

.page-cockfighting-live-stream__hero {
    background: linear-gradient(135deg, #1A202C 0%, #3a475d 100%); /* Darker gradient for hero */
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-cockfighting-live-stream__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:bg:cockfighting_hero,dark_overlay,dynamic_pattern]');
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    z-index: 0;
}

.page-cockfighting-live-stream__hero > * {
    position: relative;
    z-index: 1;
}

.page-cockfighting-live-stream__title {
    font-size: 3.5em;
    color: #FFD700; /* Accent color for main title */
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.page-cockfighting-live-stream__subtitle {
    font-size: 1.3em;
    color: #cccccc;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-cockfighting-live-stream__cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-cockfighting-live-stream__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
    border: none;
}

.page-cockfighting-live-stream__btn--primary {
    background-color: #FFD700; /* Accent color */
    color: #1A202C; /* Dark text for accent background */
}

.page-cockfighting-live-stream__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-cockfighting-live-stream__btn--secondary {
    background-color: #1A202C; /* Main dark color */
    color: #FFD700; /* Accent text for dark background */
    border: 2px solid #FFD700;
}

.page-cockfighting-live-stream__btn--secondary:hover {
    background-color: #2c3546;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-cockfighting-live-stream__section {
    padding: 80px 0;
    background-color: #222a3b; /* Slightly lighter dark background */
    margin-bottom: 20px;
    border-radius: 10px;
}

.page-cockfighting-live-stream__section:nth-of-type(even) {
    background-color: #1A202C;
}

.page-cockfighting-live-stream__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Accent color */
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    position: relative;
}

.page-cockfighting-live-stream__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-cockfighting-live-stream__text {
    font-size: 1.1em;
    color: #cccccc;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
}

.page-cockfighting-live-stream__features-grid,
.page-cockfighting-live-stream__tournament-grid,
.page-cockfighting-live-stream__offer-grid,
.page-cockfighting-live-stream__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-cockfighting-live-stream__feature-item,
.page-cockfighting-live-stream__tournament-item,
.page-cockfighting-live-stream__offer-item,
.page-cockfighting-live-stream__step-item {
    background-color: #1A202C;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-cockfighting-live-stream__feature-item:hover,
.page-cockfighting-live-stream__tournament-item:hover,
.page-cockfighting-live-stream__offer-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-cockfighting-live-stream__feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px #FFD700);
}

.page-cockfighting-live-stream__feature-title,
.page-cockfighting-live-stream__tournament-name,
.page-cockfighting-live-stream__offer-title,
.page-cockfighting-live-stream__step-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-cockfighting-live-stream__feature-item p,
.page-cockfighting-live-stream__tournament-item p,
.page-cockfighting-live-stream__offer-item p,
.page-cockfighting-live-stream__step-item p {
    color: #b0b0b0;
    font-size: 1em;
    flex-grow: 1;
}

.page-cockfighting-live-stream__tournament-img,
.page-cockfighting-live-stream__offer-img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-cockfighting-live-stream__btn--centered {
    display: block;
    margin: 50px auto 0;
    width: fit-content;
}

.page-cockfighting-live-stream__step-number {
    background-color: #FFD700;
    color: #1A202C;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 20px;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
}

.page-cockfighting-live-stream__btn--small {
    padding: 10px 20px;
    font-size: 0.9em;
    margin-top: 15px;
}

.page-cockfighting-live-stream__app-download {
    background: linear-gradient(90deg, #1A202C, #2c3546);
    padding: 100px 0;
}

.page-cockfighting-live-stream__app-flex {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.page-cockfighting-live-stream__app-content {
    flex: 1;
    min-width: 300px;
}

.page-cockfighting-live-stream__app-image {
    flex: 1;
    text-align: center;
    min-width: 250px;
}

.page-cockfighting-live-stream__app-mockup {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-cockfighting-live-stream__app-benefits {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.page-cockfighting-live-stream__app-benefits li {
    color: #cccccc;
    font-size: 1.1em;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.page-cockfighting-live-stream__app-benefits li img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    filter: invert(80%) sepia(80%) saturate(2000%) hue-rotate(0deg) brightness(120%) contrast(100%); /* Gold tint */
}

.page-cockfighting-live-stream__accordion {
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-cockfighting-live-stream__accordion-item {
    background-color: #1A202C;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-cockfighting-live-stream__accordion-header {
    background-color: #2c3546;
    color: #FFD700;
    padding: 20px 25px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.page-cockfighting-live-stream__accordion-header:hover {
    background-color: #3a475d;
}

.page-cockfighting-live-stream__accordion-header::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-cockfighting-live-stream__accordion-header.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-cockfighting-live-stream__accordion-content {
    padding: 0 25px;
    background-color: #1A202C;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-cockfighting-live-stream__accordion-content.active {
    max-height: 200px; /* Adjust as needed */
    padding: 20px 25px;
}

.page-cockfighting-live-stream__accordion-content p {
    color: #b0b0b0;
    font-size: 1em;
    margin: 0;
}

.page-cockfighting-live-stream__floating-ad {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #FFD700;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    z-index: 1000;
    display: flex;
    align-items: center;
    padding: 10px;
    animation: floatAd 2s ease-in-out infinite alternate;
    transform: translateX(120%); /* Start off-screen */
    transition: transform 0.5s ease-out;
}

.page-cockfighting-live-stream__floating-ad.show {
    transform: translateX(0); /* Slide in */
}

.page-cockfighting-live-stream__floating-ad a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #1A202C;
}

.page-cockfighting-live-stream__floating-ad-img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    margin-right: 10px;
    object-fit: cover;
}

.page-cockfighting-live-stream__floating-ad-text {
    font-weight: bold;
    font-size: 1.1em;
    color: #1A202C;
}

.page-cockfighting-live-stream__floating-ad-close {
    background: none;
    border: none;
    font-size: 1.5em;
    color: #1A202C;
    cursor: pointer;
    margin-left: 10px;
    padding: 0 5px;
}

.page-cockfighting-live-stream__floating-ad-close:hover {
    color: #555;
}

@keyframes floatAd {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-cockfighting-live-stream__title {
        font-size: 2.8em;
    }
    .page-cockfighting-live-stream__section-title {
        font-size: 2em;
    }
    .page-cockfighting-live-stream__hero {
        padding: 80px 0;
    }
    .page-cockfighting-live-stream__app-flex {
        flex-direction: column;
        text-align: center;
    }
    .page-cockfighting-live-stream__app-content,
    .page-cockfighting-live-stream__app-image {
        min-width: unset;
        width: 100%;
    }
    .page-cockfighting-live-stream__app-benefits {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .page-cockfighting-live-stream__title {
        font-size: 2.2em;
    }
    .page-cockfighting-live-stream__subtitle {
        font-size: 1.1em;
    }
    .page-cockfighting-live-stream__section-title {
        font-size: 1.8em;
    }
    .page-cockfighting-live-stream__cta-group {
        flex-direction: column;
    }
    .page-cockfighting-live-stream__btn {
        width: 80%;
        margin: 0 auto 15px auto;
    }
    .page-cockfighting-live-stream__floating-ad {
        right: 10px;
        bottom: 10px;
        padding: 8px;
    }
    .page-cockfighting-live-stream__floating-ad-img {
        width: 50px;
        height: 50px;
    }
    .page-cockfighting-live-stream__floating-ad-text {
        font-size: 0.9em;
    }
    .page-cockfighting-live-stream__floating-ad-close {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .page-cockfighting-live-stream__title {
        font-size: 1.8em;
    }
    .page-cockfighting-live-stream__subtitle {
        font-size: 1em;
    }
    .page-cockfighting-live-stream__section-title {
        font-size: 1.5em;
    }
    .page-cockfighting-live-stream__features-grid,
    .page-cockfighting-live-stream__tournament-grid,
    .page-cockfighting-live-stream__offer-grid,
    .page-cockfighting-live-stream__steps-grid {
        grid-template-columns: 1fr;
    }
    .page-cockfighting-live-stream__btn {
        width: 95%;
    }
    .page-cockfighting-live-stream__floating-ad {
        width: calc(100% - 40px);
        left: 20px;
        right: 20px;
        justify-content: space-between;
    }
    .page-cockfighting-live-stream__floating-ad-text {
        flex-grow: 1;
        text-align: center;
    }
}