/* style/cockfighting-live-events.css */
.page-cockfighting-live-events {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Default text color for dark body background */
    background-color: transparent; /* body background is #121212 from shared.css */
}

.page-cockfighting-live-events__hero-section {
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding-top: var(--header-offset, 120px); /* Fixed header spacing */
    background-color: #1a1a1a; /* Dark background for hero */
}

.page-cockfighting-live-events__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.4; /* Slightly dim image to ensure text readability */
}

.page-cockfighting-live-events__hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent dark overlay for text */
    border-radius: 10px;
    color: #ffffff;
}

.page-cockfighting-live-events__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-cockfighting-live-events__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-cockfighting-live-events__hero-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.page-cockfighting-live-events__btn-primary,
.page-cockfighting-live-events__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text wrapping */
    max-width: 100%;
    box-sizing: border-box;
}

.page-cockfighting-live-events__btn-primary {
    background-color: #26A9E0;
    color: #ffffff;
    border: 2px solid #26A9E0;
}

.page-cockfighting-live-events__btn-primary:hover {
    background-color: #1f8ec4;
    border-color: #1f8ec4;
}

.page-cockfighting-live-events__btn-secondary {
    background-color: #ffffff;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-cockfighting-live-events__btn-secondary:hover {
    background-color: #e0e0e0;
    color: #1f8ec4;
    border-color: #1f8ec4;
}

.page-cockfighting-live-events__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    box-sizing: border-box;
}

.page-cockfighting-live-events__introduction,
.page-cockfighting-live-events__how-to-join,
.page-cockfighting-live-events__features,
.page-cockfighting-live-events__cta-section {
    background-color: #ffffff;
    color: #333333;
}

.page-cockfighting-live-events__benefits,
.page-cockfighting-live-events__bet-types,
.page-cockfighting-live-events__faq {
    background-color: #1a1a1a;
    color: #ffffff;
}

.page-cockfighting-live-events__section-title {
    font-size: 2.5em;
    color: #26A9E0;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

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

.page-cockfighting-live-events__section-description {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-cockfighting-live-events__benefits-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.page-cockfighting-live-events__benefits-item {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-cockfighting-live-events__benefits-heading {
    font-size: 1.5em;
    color: #26A9E0;
    margin-bottom: 15px;
}

.page-cockfighting-live-events__benefits-item p {
    color: #f0f0f0;
}

.page-cockfighting-live-events__content-image {
    display: block;
    margin: 40px auto;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

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

.page-cockfighting-live-events__step-card {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-cockfighting-live-events__step-title {
    font-size: 1.4em;
    color: #26A9E0;
    margin-bottom: 15px;
}

.page-cockfighting-live-events__step-card p {
    font-size: 1em;
    margin-bottom: 20px;
}

.page-cockfighting-live-events__bet-type-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-cockfighting-live-events__bet-type-card {
    background-color: rgba(255, 255, 255, 0.08);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    text-align: center;
}

.page-cockfighting-live-events__bet-type-title {
    font-size: 1.5em;
    color: #26A9E0;
    margin-bottom: 15px;
}

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

.page-cockfighting-live-events__feature-card {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #333333;
    text-align: center;
}

.page-cockfighting-live-events__feature-title {
    font-size: 1.4em;
    color: #26A9E0;
    margin-bottom: 15px;
}

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

.page-cockfighting-live-events__faq-item {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-cockfighting-live-events__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    background-color: #26A9E0;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.page-cockfighting-live-events__faq-question:hover {
    background-color: #1f8ec4;
}

.page-cockfighting-live-events__faq-qtext {
    flex-grow: 1;
}

.page-cockfighting-live-events__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
}

.page-cockfighting-live-events__faq-item[open] .page-cockfighting-live-events__faq-toggle {
    content: '−'; /* Changed by JS */
}

.page-cockfighting-live-events__faq-answer {
    padding: 20px 25px;
    background-color: rgba(255, 255, 255, 0.02);
    color: #f0f0f0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}