/* style/promotions-cockfighting-special-offer.css */
.page-promotions-cockfighting-special-offer {
    font-family: 'Arial', sans-serif;
    color: #f0f0f0; /* Light gray for general text on dark background */
    background-color: #1a1a1a; /* Dark background for betting site feel */
}

.page-promotions-cockfighting-special-offer__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-promotions-cockfighting-special-offer__hero-section {
    background: linear-gradient(135deg, #B80000 0%, #FFD700 100%); /* Main colors for hero */
    padding: 100px 0;
    text-align: center;
    color: #ffffff; /* White text on gradient */
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid #FFD700;
}

.page-promotions-cockfighting-special-offer__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff; /* White for title */
}

.page-promotions-cockfighting-special-offer__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: #eee; /* Slightly off-white for subtitle */
}

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

.page-promotions-cockfighting-special-offer__btn--primary {
    background-color: #FFD700; /* Gold button */
    color: #B80000; /* Deep red text on gold */
}

.page-promotions-cockfighting-special-offer__btn--primary:hover {
    background-color: #e6c200; /* Darker gold on hover */
    transform: translateY(-3px);
}

.page-promotions-cockfighting-special-offer__btn--secondary {
    background-color: #B80000; /* Deep red button */
    color: #FFD700; /* Gold text on deep red */
    border: 2px solid #FFD700;
}

.page-promotions-cockfighting-special-offer__btn--secondary:hover {
    background-color: #a00000; /* Darker red on hover */
    transform: translateY(-3px);
}

.page-promotions-cockfighting-special-offer__btn--small {
    padding: 10px 20px;
    font-size: 0.9em;
}

.page-promotions-cockfighting-special-offer__btn--link {
    background: none;
    color: #FFD700;
    border: 1px solid #FFD700;
    margin-left: 15px;
}

.page-promotions-cockfighting-special-offer__btn--link:hover {
    background-color: #FFD700;
    color: #B80000;
}

.page-promotions-cockfighting-special-offer__section-title {
    font-size: 2.8em;
    color: #FFD700; /* Gold for main section titles */
    text-align: center;
    margin-bottom: 60px;
    margin-top: 80px;
    position: relative;
    padding-bottom: 15px;
}

.page-promotions-cockfighting-special-offer__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #B80000;
    border-radius: 2px;
}

.page-promotions-cockfighting-special-offer__section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 800px;
    margin: -40px auto 60px auto;
    color: #ccc;
    line-height: 1.6;
}

.page-promotions-cockfighting-special-offer__about-ae888 {
    padding: 60px 0;
    background-color: #222;
}

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

.page-promotions-cockfighting-special-offer__grid-item {
    background-color: #2c2c2c;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    border-top: 3px solid #B80000;
}

.page-promotions-cockfighting-special-offer__grid-item:hover {
    transform: translateY(-5px);
}

.page-promotions-cockfighting-special-offer__feature-img {
    max-width: 100px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px #FFD700);
}

.page-promotions-cockfighting-special-offer__item-title {
    font-size: 1.8em;
    color: #FFD700; /* Gold for item titles */
    margin-bottom: 15px;
}

.page-promotions-cockfighting-special-offer__grid-item p {
    font-size: 1em;
    line-height: 1.6;
    color: #ccc;
}

.page-promotions-cockfighting-special-offer__cta-section {
    text-align: center;
    margin-top: 60px;
    padding: 40px;
    background-color: #333;
    border-radius: 10px;
    border: 1px dashed #B80000;
}

.page-promotions-cockfighting-special-offer__cta-section p {
    font-size: 1.2em;
    margin-bottom: 25px;
    color: #eee;
}

.page-promotions-cockfighting-special-offer__promotions-detail {
    padding: 80px 0;
}

.page-promotions-cockfighting-special-offer__promo-card {
    display: flex;
    align-items: center;
    background-color: #2c2c2c;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-left: 5px solid #FFD700;
}

.page-promotions-cockfighting-special-offer__promo-card:nth-child(even) {
    flex-direction: row-reverse;
    border-left: none;
    border-right: 5px solid #FFD700;
}

.page-promotions-cockfighting-special-offer__promo-img {
    width: 35%;
    height: 250px;
    object-fit: cover;
    flex-shrink: 0;
}

.page-promotions-cockfighting-special-offer__promo-content {
    padding: 30px;
    flex-grow: 1;
}

.page-promotions-cockfighting-special-offer__promo-title {
    font-size: 2em;
    color: #FFD700; /* Gold for promo titles */
    margin-bottom: 15px;
}

.page-promotions-cockfighting-special-offer__promo-text {
    font-size: 1.1em;
    line-height: 1.7;
    color: #ccc;
    margin-bottom: 20px;
}

.page-promotions-cockfighting-special-offer__cta-bottom {
    text-align: center;
    margin-top: 60px;
    padding: 50px;
    background-color: #333;
    border-radius: 10px;
    border: 1px solid #B80000;
}

.page-promotions-cockfighting-special-offer__cta-bottom p {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #eee;
    font-weight: 500;
}

.page-promotions-cockfighting-special-offer__how-to-join {
    background-color: #222;
    padding: 80px 0;
}

.page-promotions-cockfighting-special-offer__steps {
    list-style: none;
    padding: 0;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-promotions-cockfighting-special-offer__steps li {
    background-color: #2c2c2c;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-bottom: 3px solid #B80000;
}

.page-promotions-cockfighting-special-offer__step-title {
    font-size: 1.6em;
    color: #FFD700; /* Gold for step titles */
    margin-bottom: 15px;
}

.page-promotions-cockfighting-special-offer__steps li p {
    font-size: 1em;
    line-height: 1.6;
    color: #ccc;
    margin-bottom: 20px;
}

.page-promotions-cockfighting-special-offer__download-app {
    text-align: center;
    margin-top: 60px;
    padding: 50px;
    background-color: #333;
    border-radius: 10px;
    border: 1px solid #FFD700;
}

.page-promotions-cockfighting-special-offer__download-title {
    font-size: 2.2em;
    color: #FFD700; /* Gold for download title */
    margin-bottom: 20px;
}

.page-promotions-cockfighting-special-offer__download-app p {
    font-size: 1.1em;
    color: #eee;
    margin-bottom: 30px;
}

.page-promotions-cockfighting-special-offer__app-qr-code {
    max-width: 180px;
    height: auto;
    margin-top: 30px;
    border: 5px solid #B80000;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
}

.page-promotions-cockfighting-special-offer__tips-strategy {
    padding: 80px 0;
}

.page-promotions-cockfighting-special-offer__tips-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-promotions-cockfighting-special-offer__tips-list li {
    background-color: #2c2c2c;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-right: 3px solid #FFD700;
}

.page-promotions-cockfighting-special-offer__tip-title {
    font-size: 1.8em;
    color: #B80000; /* Deep red for tip titles */
    margin-bottom: 10px;
}

.page-promotions-cockfighting-special-offer__tips-list li p {
    font-size: 1em;
    line-height: 1.6;
    color: #ccc;
}

.page-promotions-cockfighting-special-offer__responsible-gambling-note {
    text-align: center;
    font-style: italic;
    margin-top: 40px;
    color: #FFD700;
    font-size: 1.1em;
}

.page-promotions-cockfighting-special-offer__faq {
    background-color: #222;
    padding: 80px 0;
}

.page-promotions-cockfighting-special-offer__faq-item {
    background-color: #2c2c2c;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    border-left: 4px solid #B80000;
}

.page-promotions-cockfighting-special-offer__faq-question {
    font-size: 1.5em;
    color: #FFD700; /* Gold for FAQ questions */
    margin-bottom: 10px;
    cursor: pointer;
}

.page-promotions-cockfighting-special-offer__faq-answer {
    font-size: 1em;
    line-height: 1.6;
    color: #ccc;
    display: none; /* Initially hidden */
    padding-top: 10px;
    border-top: 1px solid #333;
    margin-top: 10px;
}

.page-promotions-cockfighting-special-offer__faq-item.active .page-promotions-cockfighting-special-offer__faq-answer {
    display: block;
}

.page-promotions-cockfighting-special-offer__final-cta {
    padding: 100px 0;
    text-align: center;
    background: linear-gradient(135deg, #B80000, #FFD700); /* Gradient background */
    color: #ffffff;
    border-top: 5px solid #FFD700;
}

.page-promotions-cockfighting-special-offer__final-cta .page-promotions-cockfighting-special-offer__section-title {
    color: #ffffff; /* White title on gradient */
}

.page-promotions-cockfighting-special-offer__final-cta .page-promotions-cockfighting-special-offer__section-title::after {
    background-color: #ffffff;
}

.page-promotions-cockfighting-special-offer__final-cta .page-promotions-cockfighting-special-offer__section-description {
    color: #eee;
    margin-bottom: 40px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-promotions-cockfighting-special-offer__hero-title {
        font-size: 2.5em;
    }

    .page-promotions-cockfighting-special-offer__hero-subtitle {
        font-size: 1.2em;
    }

    .page-promotions-cockfighting-special-offer__section-title {
        font-size: 2em;
    }

    .page-promotions-cockfighting-special-offer__promo-card {
        flex-direction: column;
    }

    .page-promotions-cockfighting-special-offer__promo-card:nth-child(even) {
        flex-direction: column;
        border-right: none;
        border-left: 5px solid #FFD700;
    }

    .page-promotions-cockfighting-special-offer__promo-img {
        width: 100%;
        height: 200px;
    }

    .page-promotions-cockfighting-special-offer__promo-content {
        padding: 20px;
    }

    .page-promotions-cockfighting-special-offer__promo-title {
        font-size: 1.5em;
    }

    .page-promotions-cockfighting-special-offer__steps {
        grid-template-columns: 1fr;
    }

    .page-promotions-cockfighting-special-offer__cta-bottom .page-promotions-cockfighting-special-offer__btn {
        margin: 10px 0;
    }
    .page-promotions-cockfighting-special-offer__btn--link {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .page-promotions-cockfighting-special-offer__hero-title {
        font-size: 2em;
    }

    .page-promotions-cockfighting-special-offer__hero-subtitle {
        font-size: 1em;
    }

    .page-promotions-cockfighting-special-offer__btn {
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-promotions-cockfighting-special-offer__section-title {
        font-size: 1.8em;
    }

    .page-promotions-cockfighting-special-offer__cta-bottom p {
        font-size: 1.1em;
    }

    .page-promotions-cockfighting-special-offer__download-title {
        font-size: 1.8em;
    }
}