/* style/cockfighting-live-gacam67-exclusive-stream.css */

:root {
    --page-bg-color: #1A202C;
    --page-text-color: #FFFFFF;
    --page-accent-color: #FFD700;
    --page-dark-text-on-accent: #1A202C; /* Ensure high contrast */
    --page-light-text-on-dark: #FFFFFF;
    --page-border-color: #333C4A;
}

.page-cockfighting-live-gacam67-exclusive-stream {
    font-family: 'Arial', sans-serif;
    color: var(--page-text-color);
    background-color: var(--page-bg-color);
    line-height: 1.6;
    overflow-x: hidden;
}

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

.page-cockfighting-live-gacam67-exclusive-stream__section {
    padding: 60px 0;
    text-align: center;
}

.page-cockfighting-live-gacam67-exclusive-stream__section-title {
    font-size: 2.8em;
    color: var(--page-accent-color);
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.page-cockfighting-live-gacam67-exclusive-stream__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--page-accent-color);
    border-radius: 2px;
}

.page-cockfighting-live-gacam67-exclusive-stream__hero {
    position: relative;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--page-light-text-on-dark);
    overflow: hidden;
}

.page-cockfighting-live-gacam67-exclusive-stream__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: brightness(0.6);
}

.page-cockfighting-live-gacam67-exclusive-stream__hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 32, 44, 0.8), rgba(255, 215, 0, 0.3));
    z-index: 2;
}

.page-cockfighting-live-gacam67-exclusive-stream__hero .page-cockfighting-live-gacam67-exclusive-stream__container {
    position: relative;
    z-index: 3;
}

.page-cockfighting-live-gacam67-exclusive-stream__hero-title {
    font-size: 4.5em;
    margin-bottom: 20px;
    color: var(--page-accent-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-cockfighting-live-gacam67-exclusive-stream__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.9);
}

.page-cockfighting-live-gacam67-exclusive-stream__hero-actions .page-cockfighting-live-gacam67-exclusive-stream__btn {
    margin: 0 10px;
}

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

.page-cockfighting-live-gacam67-exclusive-stream__btn--primary {
    background-color: var(--page-accent-color);
    color: var(--page-dark-text-on-accent);
}

.page-cockfighting-live-gacam67-exclusive-stream__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-cockfighting-live-gacam67-exclusive-stream__btn--secondary {
    background-color: transparent;
    color: var(--page-accent-color);
    border: 2px solid var(--page-accent-color);
}

.page-cockfighting-live-gacam67-exclusive-stream__btn--secondary:hover {
    background-color: var(--page-accent-color);
    color: var(--page-dark-text-on-accent);
    transform: translateY(-3px);
}

.page-cockfighting-live-gacam67-exclusive-stream__about p,
.page-cockfighting-live-gacam67-exclusive-stream__live-experience p,
.page-cockfighting-live-gacam67-exclusive-stream__betting-guide p,
.page-cockfighting-live-gacam67-exclusive-stream__promotions p,
.page-cockfighting-live-gacam67-exclusive-stream__app-download p,
.page-cockfighting-live-gacam67-exclusive-stream__security p,
.page-cockfighting-live-gacam67-exclusive-stream__faq p,
.page-cockfighting-live-gacam67-exclusive-stream__cta p {
    font-size: 1.1em;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}

.page-cockfighting-live-gacam67-exclusive-stream__features {
    display: flex;
    justify-content: space-around;
    gap: 30px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.page-cockfighting-live-gacam67-exclusive-stream__feature-item {
    background-color: #2A313F;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    flex: 1 1 300px;
    max-width: 350px;
    text-align: center;
    transition: transform 0.3s ease;
}

.page-cockfighting-live-gacam67-exclusive-stream__feature-item:hover {
    transform: translateY(-10px);
}

.page-cockfighting-live-gacam67-exclusive-stream__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px var(--page-accent-color));
}

.page-cockfighting-live-gacam67-exclusive-stream__feature-item h3 {
    color: var(--page-accent-color);
    font-size: 1.8em;
    margin-bottom: 15px;
}

.page-cockfighting-live-gacam67-exclusive-stream__feature-item p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1em;
}

.page-cockfighting-live-gacam67-exclusive-stream__image-full-width {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 10px;
    margin: 40px 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-cockfighting-live-gacam67-exclusive-stream__text-block {
    background-color: #2A313F;
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
    text-align: left;
}

.page-cockfighting-live-gacam67-exclusive-stream__text-block h3 {
    color: var(--page-accent-color);
    font-size: 2em;
    margin-bottom: 15px;
}

.page-cockfighting-live-gacam67-exclusive-stream__text-block p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}

.page-cockfighting-live-gacam67-exclusive-stream__list {
    list-style: none;
    padding: 0;
    margin: 30px auto;
    max-width: 800px;
    text-align: left;
}

.page-cockfighting-live-gacam67-exclusive-stream__list li {
    background-color: #2A313F;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    color: var(--page-light-text-on-dark);
    font-size: 1.1em;
    line-height: 1.8;
}

.page-cockfighting-live-gacam67-exclusive-stream__list li strong {
    color: var(--page-accent-color);
}

.page-cockfighting-live-gacam67-exclusive-stream__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-cockfighting-live-gacam67-exclusive-stream__promo-item {
    background-color: #2A313F;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-cockfighting-live-gacam67-exclusive-stream__promo-item:hover {
    transform: translateY(-10px);
}

.page-cockfighting-live-gacam67-exclusive-stream__promo-image {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-cockfighting-live-gacam67-exclusive-stream__promo-item h3 {
    color: var(--page-accent-color);
    font-size: 1.8em;
    margin-bottom: 15px;
}

.page-cockfighting-live-gacam67-exclusive-stream__promo-item p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1em;
    margin-bottom: 25px;
}

.page-cockfighting-live-gacam67-exclusive-stream__btn--small {
    padding: 10px 20px;
    font-size: 0.9em;
}

.page-cockfighting-live-gacam67-exclusive-stream__promo-note {
    margin-top: 40px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.6);
}

.page-cockfighting-live-gacam67-exclusive-stream__app-options {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.page-cockfighting-live-gacam67-exclusive-stream__app-option {
    background-color: #2A313F;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    flex: 1 1 350px;
    max-width: 450px;
    text-align: center;
    transition: transform 0.3s ease;
}

.page-cockfighting-live-gacam67-exclusive-stream__app-option:hover {
    transform: translateY(-10px);
}

.page-cockfighting-live-gacam67-exclusive-stream__app-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.5));
}

.page-cockfighting-live-gacam67-exclusive-stream__app-option h3 {
    color: var(--page-accent-color);
    font-size: 2em;
    margin-bottom: 15px;
}

.page-cockfighting-live-gacam67-exclusive-stream__app-option p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1em;
    margin-bottom: 25px;
}

.page-cockfighting-live-gacam67-exclusive-stream__app-note {
    margin-top: 40px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.6);
}

.page-cockfighting-live-gacam67-exclusive-stream__list--checked {
    list-style: none;
    padding: 0;
    text-align: left;
    margin: 30px auto;
    max-width: 800px;
}

.page-cockfighting-live-gacam67-exclusive-stream__list--checked li {
    background-color: transparent;
    border: 1px solid var(--page-border-color);
    margin-bottom: 10px;
    padding: 15px 20px 15px 50px;
    border-radius: 8px;
    position: relative;
    box-shadow: none;
}

.page-cockfighting-live-gacam67-exclusive-stream__list--checked li::before {
    content: '✅';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
}

.page-cockfighting-live-gacam67-exclusive-stream__image-content {
    width: 100%;
    max-width: 800px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    margin: 40px auto;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-cockfighting-live-gacam67-exclusive-stream__faq-item {
    background-color: #2A313F;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: left;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-cockfighting-live-gacam67-exclusive-stream__faq-item h3 {
    color: var(--page-accent-color);
    font-size: 1.5em;
    margin-bottom: 10px;
}

.page-cockfighting-live-gacam67-exclusive-stream__faq-item p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1em;
    margin-bottom: 0;
}

.page-cockfighting-live-gacam67-exclusive-stream__cta {
    background-color: #2A313F;
    padding: 80px 0;
    border-top: 1px solid var(--page-border-color);
}

.page-cockfighting-live-gacam67-exclusive-stream__cta .page-cockfighting-live-gacam67-exclusive-stream__section-title {
    color: var(--page-accent-color);
}

.page-cockfighting-live-gacam67-exclusive-stream__cta-actions {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-cockfighting-live-gacam67-exclusive-stream__btn--large {
    padding: 18px 40px;
    font-size: 1.2em;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-cockfighting-live-gacam67-exclusive-stream__hero-title {
        font-size: 3.5em;
    }
    .page-cockfighting-live-gacam67-exclusive-stream__hero-subtitle {
        font-size: 1.3em;
    }
    .page-cockfighting-live-gacam67-exclusive-stream__section-title {
        font-size: 2.2em;
    }
    .page-cockfighting-live-gacam67-exclusive-stream__features,
    .page-cockfighting-live-gacam67-exclusive-stream__app-options {
        flex-direction: column;
        align-items: center;
    }
    .page-cockfighting-live-gacam67-exclusive-stream__feature-item,
    .page-cockfighting-live-gacam67-exclusive-stream__app-option {
        max-width: 90%;
    }
    .page-cockfighting-live-gacam67-exclusive-stream__promo-grid {
        grid-template-columns: 1fr;
    }
    .page-cockfighting-live-gacam67-exclusive-stream__btn--large {
        width: 100%;
        margin-bottom: 15px;
    }
    .page-cockfighting-live-gacam67-exclusive-stream__cta-actions {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .page-cockfighting-live-gacam67-exclusive-stream__hero {
        height: 600px;
    }
    .page-cockfighting-live-gacam67-exclusive-stream__hero-title {
        font-size: 2.8em;
    }
    .page-cockfighting-live-gacam67-exclusive-stream__hero-subtitle {
        font-size: 1.1em;
    }
    .page-cockfighting-live-gacam67-exclusive-stream__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-cockfighting-live-gacam67-exclusive-stream__section {
        padding: 40px 0;
    }
    .page-cockfighting-live-gacam67-exclusive-stream__section-title {
        font-size: 1.8em;
    }
    .page-cockfighting-live-gacam67-exclusive-stream__hero-actions {
        flex-direction: column;
        gap: 15px;
    }
    .page-cockfighting-live-gacam67-exclusive-stream__hero-actions .page-cockfighting-live-gacam67-exclusive-stream__btn {
        margin: 0;
        width: 80%;
    }
}

@media (max-width: 480px) {
    .page-cockfighting-live-gacam67-exclusive-stream__hero {
        height: 500px;
    }
    .page-cockfighting-live-gacam67-exclusive-stream__hero-title {
        font-size: 2em;
    }
    .page-cockfighting-live-gacam67-exclusive-stream__hero-subtitle {
        font-size: 0.9em;
    }
    .page-cockfighting-live-gacam67-exclusive-stream__btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }
    .page-cockfighting-live-gacam67-exclusive-stream__feature-item,
    .page-cockfighting-live-gacam67-exclusive-stream__app-option {
        padding: 20px;
    }
    .page-cockfighting-live-gacam67-exclusive-stream__feature-item h3,
    .page-cockfighting-live-gacam67-exclusive-stream__promo-item h3,
    .page-cockfighting-live-gacam67-exclusive-stream__app-option h3 {
        font-size: 1.5em;
    }
    .page-cockfighting-live-gacam67-exclusive-stream__faq-item h3 {
        font-size: 1.3em;
    }
    .page-cockfighting-live-gacam67-exclusive-stream__list li {
        padding: 15px;
        font-size: 1em;
    }
    .page-cockfighting-live-gacam67-exclusive-stream__list--checked li {
        padding: 15px 15px 15px 40px;
    }
    .page-cockfighting-live-gacam67-exclusive-stream__list--checked li::before {
        left: 15px;
    }
    .page-cockfighting-live-gacam67-exclusive-stream__cta .page-cockfighting-live-gacam67-exclusive-stream__btn--large {
        width: 90%;
    }
}