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

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

.page-cockfighting-live-beginner-guide__hero-section {
    background: linear-gradient(135deg, #1A202C 0%, #303a4d 100%); /* Dark gradient */
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-cockfighting-live-beginner-guide__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:cockfighting_arena_blurred,dark_overlay]') no-repeat center center/cover;
    opacity: 0.2;
    z-index: 0;
}

.page-cockfighting-live-beginner-guide__hero-section > div {
    position: relative;
    z-index: 1;
}

.page-cockfighting-live-beginner-guide__hero-title {
    font-size: 3.5em;
    color: #FFD700; /* Gold accent */
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    line-height: 1.2;
}

.page-cockfighting-live-beginner-guide__hero-title .highlight {
    color: #FFD700;
}

.page-cockfighting-live-beginner-guide__hero-subtitle {
    font-size: 1.4em;
    color: #e5dfd3;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-cockfighting-live-beginner-guide__hero-actions .page-cockfighting-live-beginner-guide__btn {
    margin: 0 15px;
}

.page-cockfighting-live-beginner-guide__section {
    padding: 80px 0;
    text-align: center;
}

.page-cockfighting-live-beginner-guide__section:nth-of-type(even) {
    background-color: #2a3342; /* Slightly lighter dark background */
}

.page-cockfighting-live-beginner-guide__section-title {
    font-size: 2.8em;
    color: #FFD700; /* Gold accent */
    margin-bottom: 30px;
    font-weight: bold;
}

.page-cockfighting-live-beginner-guide__section-description {
    font-size: 1.1em;
    color: #e5dfd3;
    max-width: 900px;
    margin: 0 auto 50px auto;
}

.page-cockfighting-live-beginner-guide__content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    text-align: left;
    margin-top: 40px;
}

.page-cockfighting-live-beginner-guide__content-grid--reverse {
    grid-template-columns: 1fr 1fr;
}

.page-cockfighting-live-beginner-guide__text-content h3 {
    color: #FFD700;
    font-size: 1.8em;
    margin-bottom: 20px;
}

.page-cockfighting-live-beginner-guide__text-content p {
    color: #e5dfd3;
    margin-bottom: 15px;
}

.page-cockfighting-live-beginner-guide__text-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-cockfighting-live-beginner-guide__text-content ul li {
    color: #e5dfd3;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.page-cockfighting-live-beginner-guide__text-content ul li::before {
    content: '•';
    color: #FFD700;
    font-size: 1.2em;
    position: absolute;
    left: 0;
    top: 0;
}

.page-cockfighting-live-beginner-guide__image-wrapper {
    text-align: center;
}

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

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

.page-cockfighting-live-beginner-guide__btn--primary {
    background-color: #FFD700;
    color: #1A202C;
}

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

.page-cockfighting-live-beginner-guide__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-cockfighting-live-beginner-guide__btn--secondary:hover {
    background-color: #FFD700;
    color: #1A202C;
    transform: translateY(-2px);
}

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

.page-cockfighting-live-beginner-guide__btn--large {
    padding: 18px 35px;
    font-size: 1.2em;
}

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

.page-cockfighting-live-beginner-guide__step-item {
    background-color: #2a3342;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-cockfighting-live-beginner-guide__step-item:hover {
    transform: translateY(-5px);
}

.page-cockfighting-live-beginner-guide__step-icon {
    width: 60px;
    height: 60px;
    background-color: #FFD700;
    color: #1A202C;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    font-weight: bold;
    margin: 0 auto 20px auto;
}

.page-cockfighting-live-beginner-guide__step-title {
    color: #FFD700;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.page-cockfighting-live-beginner-guide__step-item p {
    color: #e5dfd3;
}

.page-cockfighting-live-beginner-guide__image-full-width {
    margin-top: 60px;
    text-align: center;
}

.page-cockfighting-live-beginner-guide__image-full-width .page-cockfighting-live-beginner-guide__image {
    width: 100%;
    max-width: 1000px;
}

.page-cockfighting-live-beginner-guide__tip-list {
    list-style: none;
    padding: 0;
    max-width: 900px;
    margin: 50px auto 0 auto;
    text-align: left;
}

.page-cockfighting-live-beginner-guide__tip-list li {
    background-color: #2a3342;
    padding: 20px 30px;
    margin-bottom: 15px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    color: #e5dfd3;
    font-size: 1.1em;
}

.page-cockfighting-live-beginner-guide__tip-icon {
    color: #FFD700;
    font-size: 1.5em;
    margin-right: 15px;
    line-height: 1;
}

.page-cockfighting-live-beginner-guide__app-buttons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    justify-content: flex-start;
}

.page-cockfighting-live-beginner-guide__btn--app-download {
    background-color: #FFD700;
    color: #1A202C;
    padding: 12px 25px;
    font-size: 1em;
    display: flex;
    align-items: center;
}

.page-cockfighting-live-beginner-guide__btn--app-download::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-cockfighting-live-beginner-guide__btn--app-download:nth-child(1)::before { /* Android */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%231A202C"><path d="M18 16.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm-12 0c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zM18 9.5a4 4 0 0 0-4-4H8c-2.21 0-4 1.79-4 4v5c0 1.1.9 2 2 2h1.5c.29 0 .55-.13.73-.34L9.5 13H12l-1.73 3.66c-.18.21-.44.34-.73.34H6c-1.1 0-2-.9-2-2v-5c0-2.21 1.79-4 4-4h6a4 4 0 0 1 4 4v5c0 1.1-.9 2-2 2h-1.5c-.29 0-.55-.13-.73-.34L14.5 13H12l1.73 3.66c.18.21.44.34.73.34H18c1.1 0 2-.9 2-2v-5c0-2.21-1.79-4-4-4zm-4 1.5c0-.83-.67-1.5-1.5-1.5S11 10.17 11 11s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5zM6 11c0-.83-.67-1.5-1.5-1.5S3 10.17 3 11s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5z"/></svg>');
}

.page-cockfighting-live-beginner-guide__btn--app-download:nth-child(2)::before { /* iOS */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%231A202C"><path d="M12 2c1.7 0 3.3.6 4.6 1.7L18.7 2c-1.6-1.3-3.7-2-6.7-2-4.9 0-8.9 4-8.9 8.9 0 3.4 1.9 6.4 4.7 8.1l-.8 1.4c-1.6-1-2.9-2.4-3.8-4.2C3.2 14.8 2 12.8 2 10.9 2 6.5 5.6 3 10 3c1.7 0 3.3.6 4.6 1.7L16.7 3c-1.6-1.3-3.7-2-6.7-2-4.9 0-8.9 4-8.9 8.9 0 3.4 1.9 6.4 4.7 8.1l-.8 1.4c-1.6-1-2.9-2.4-3.8-4.2C3.2 14.8 2 12.8 2 10.9 2 6.5 5.6 3 10 3c1.7 0 3.3.6 4.6 1.7L16.7 3c-1.6-1.3-3.7-2-6.7-2-4.9 0-8.9 4-8.9 8.9 0 3.4 1.9 6.4 4.7 8.1l-.8 1.4c-1.6-1-2.9-2.4-3.8-4.2C3.2 14.8 2 12.8 2 10.9 2 6.5 5.6 3 10 3zM12 18.5c-1.7 0-3.3-.6-4.6-1.7L5.3 19c1.6 1.3 3.7 2 6.7 2 4.9 0 8.9-4 8.9-8.9 0-3.4-1.9-6.4-4.7-8.1l.8-1.4c1.6 1 2.9 2.4 3.8 4.2C20.8 9.2 22 11.2 22 13.1c0 4.4-3.6 7.9-8 7.9-1.7 0-3.3-.6-4.6-1.7L5.3 19c1.6 1.3 3.7 2 6.7 2 4.9 0 8.9-4 8.9-8.9 0-3.4-1.9-6.4-4.7-8.1l.8-1.4c1.6 1 2.9 2.4 3.8 4.2C20.8 9.2 22 11.2 22 13.1c0 4.4-3.6 7.9-8 7.9z"/></svg>');
}


.page-cockfighting-live-beginner-guide__faq-list {
    margin-top: 50px;
    text-align: left;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-cockfighting-live-beginner-guide__faq-item {
    background-color: #2a3342;
    margin-bottom: 15px;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.page-cockfighting-live-beginner-guide__faq-question {
    color: #FFD700;
    font-size: 1.3em;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-cockfighting-live-beginner-guide__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-cockfighting-live-beginner-guide__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-cockfighting-live-beginner-guide__faq-answer {
    color: #e5dfd3;
    font-size: 1em;
    display: none;
    margin-top: 15px;
}

.page-cockfighting-live-beginner-guide__faq-answer.active {
    display: block;
}

.page-cockfighting-live-beginner-guide__cta-buttons {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.page-cockfighting-live-beginner-guide__floating-promo {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.page-cockfighting-live-beginner-guide__floating-btn {
    background-color: #FFD700;
    color: #1A202C;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-cockfighting-live-beginner-guide__floating-btn:hover {
    transform: translateY(-5px) scale(1.05);
    background-color: #e6c200;
}

.page-cockfighting-live-beginner-guide__floating-icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-cockfighting-live-beginner-guide__hero-title {
        font-size: 2.8em;
    }
    .page-cockfighting-live-beginner-guide__hero-subtitle {
        font-size: 1.2em;
    }
    .page-cockfighting-live-beginner-guide__section-title {
        font-size: 2.2em;
    }
    .page-cockfighting-live-beginner-guide__content-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .page-cockfighting-live-beginner-guide__content-grid--reverse {
        grid-template-areas: "image" "text";
    }
    .page-cockfighting-live-beginner-guide__content-grid--reverse .page-cockfighting-live-beginner-guide__image-wrapper {
        grid-area: image;
    }
    .page-cockfighting-live-beginner-guide__content-grid--reverse .page-cockfighting-live-beginner-guide__text-content {
        grid-area: text;
    }
    .page-cockfighting-live-beginner-guide__text-content {
        text-align: center;
    }
    .page-cockfighting-live-beginner-guide__text-content .page-cockfighting-live-beginner-guide__btn {
        margin: 20px auto 0 auto;
    }
    .page-cockfighting-live-beginner-guide__app-buttons {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .page-cockfighting-live-beginner-guide__hero-title {
        font-size: 2.2em;
    }
    .page-cockfighting-live-beginner-guide__hero-subtitle {
        font-size: 1em;
    }
    .page-cockfighting-live-beginner-guide__hero-actions {
        flex-direction: column;
    }
    .page-cockfighting-live-beginner-guide__hero-actions .page-cockfighting-live-beginner-guide__btn {
        margin: 10px 0;
        width: 80%;
        max-width: 300px;
    }
    .page-cockfighting-live-beginner-guide__section {
        padding: 60px 0;
    }
    .page-cockfighting-live-beginner-guide__section-title {
        font-size: 1.8em;
    }
    .page-cockfighting-live-beginner-guide__steps-grid {
        grid-template-columns: 1fr;
    }
    .page-cockfighting-live-beginner-guide__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-cockfighting-live-beginner-guide__cta-buttons .page-cockfighting-live-beginner-guide__btn {
        width: 80%;
        max-width: 300px;
    }
    .page-cockfighting-live-beginner-guide__floating-promo {
        bottom: 20px;
        right: 20px;
    }
    .page-cockfighting-live-beginner-guide__floating-btn {
        padding: 12px 20px;
        font-size: 1em;
    }
    .page-cockfighting-live-beginner-guide__floating-icon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .page-cockfighting-live-beginner-guide__hero-title {
        font-size: 1.8em;
    }
    .page-cockfighting-live-beginner-guide__section-title {
        font-size: 1.5em;
    }
    .page-cockfighting-live-beginner-guide__btn {
        padding: 12px 20px;
        font-size: 0.9em;
    }
    .page-cockfighting-live-beginner-guide__btn--large {
        padding: 15px 25px;
        font-size: 1.1em;
    }
    .page-cockfighting-live-beginner-guide__tip-list li {
        font-size: 0.95em;
        padding: 15px 20px;
    }
}