/* style/promotions.css */
.page-promotions {
    font-family: Arial, sans-serif;
    color: #F5F5F5; /* Light text on dark background */
    background-color: #0A192F; /* Main brand color */
}

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

.page-promotions__hero {
    background: linear-gradient(135deg, #0A192F 0%, #30475E 100%); /* Dark blue gradient */
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #FFD700; /* Accent color for hero text */
}

.page-promotions__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.15;
}

.page-promotions__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-promotions__hero .page-promotions__container {
    position: relative;
    z-index: 1;
}

.page-promotions__title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700; /* Accent color */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions__subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #E0E0E0;
}

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

.page-promotions__btn--primary {
    background-color: #FFD700; /* Accent color */
    color: #0A192F; /* Main brand color */
}

.page-promotions__btn--primary:hover {
    background-color: #E0B500;
    transform: translateY(-2px);
}

.page-promotions__btn--secondary {
    background-color: transparent;
    color: #FFD700; /* Accent color */
    border: 2px solid #FFD700;
    margin-left: 20px;
}

.page-promotions__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A192F;
    transform: translateY(-2px);
}

.page-promotions__section {
    padding: 60px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-promotions__section:last-of-type {
    border-bottom: none;
}

.page-promotions__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Accent color */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

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

.page-promotions__overview p, .page-promotions__new-player p, .page-promotions__weekly-bonus p, .page-promotions__vip p, .page-promotions__guide p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #E0E0E0;
}

.page-promotions__overview a, .page-promotions__new-player a, .page-promotions__weekly-bonus a, .page-promotions__vip a, .page-promotions__guide a, .page-promotions__faq a {
    color: #FFD700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-promotions__overview a:hover, .page-promotions__new-player a:hover, .page-promotions__weekly-bonus a:hover, .page-promotions__vip a:hover, .page-promotions__guide a:hover, .page-promotions__faq a:hover {
    color: #E0B500;
    text-decoration: underline;
}

.page-promotions__content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.page-promotions__content-wrapper--reverse {
    flex-direction: row-reverse;
}

.page-promotions__text-content {
    flex: 1;
}

.page-promotions__image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-promotions__image-wrapper--center {
    margin-top: 40px;
}

.page-promotions__image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.page-promotions__cta-block {
    background-color: #1A2E46; /* Slightly lighter dark blue */
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    margin-top: 30px;
}

.page-promotions__cta-block p {
    font-size: 1.2em;
    margin-bottom: 25px;
    color: #E0E0E0;
}

.page-promotions__guide-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-promotions__guide-list li {
    background-color: #1A2E46;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    font-size: 1.1em;
    line-height: 1.6;
    color: #F5F5F5;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-promotions__guide-list li strong {
    color: #FFD700;
}

.page-promotions__faq-item {
    background-color: #1A2E46;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-promotions__faq-question {
    padding: 20px;
    font-size: 1.2em;
    color: #FFD700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1A2E46;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
}

.page-promotions__faq-question::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-promotions__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-promotions__faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    color: #E0E0E0;
}

.page-promotions__faq-answer.active {
    max-height: 200px; /* Adjust based on content */
    padding: 20px;
}

.page-promotions__faq-answer p {
    margin-bottom: 0;
}

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

.page-promotions__card {
    background-color: #1A2E46;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}

.page-promotions__card-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-promotions__card-title a {
    color: #FFD700;
    text-decoration: none;
}

.page-promotions__card-title a:hover {
    text-decoration: underline;
}

.page-promotions__card-description {
    font-size: 1em;
    line-height: 1.6;
    color: #E0E0E0;
    margin-bottom: 25px;
}

.page-promotions__btn--link {
    background-color: transparent;
    color: #FFD700;
    border: 1px solid #FFD700;
    padding: 10px 20px;
    font-size: 0.9em;
    border-radius: 5px;
}

.page-promotions__btn--link:hover {
    background-color: #FFD700;
    color: #0A192F;
}

.page-promotions__final-cta {
    text-align: center;
    padding-bottom: 80px;
}

.page-promotions__cta-buttons {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions__hero {
        padding: 60px 0;
    }

    .page-promotions__title {
        font-size: 2.8em;
    }

    .page-promotions__subtitle {
        font-size: 1.1em;
    }

    .page-promotions__section-title {
        font-size: 2em;
    }

    .page-promotions__content-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .page-promotions__content-wrapper--reverse {
        flex-direction: column;
    }

    .page-promotions__btn--secondary {
        margin-left: 0;
        margin-top: 15px;
    }

    .page-promotions__cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .page-promotions__btn {
        width: 80%;
        max-width: 300px;
    }

    .page-promotions__card-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-promotions__hero {
        padding: 40px 0;
    }

    .page-promotions__title {
        font-size: 2.2em;
    }

    .page-promotions__subtitle {
        font-size: 1em;
    }

    .page-promotions__section-title {
        font-size: 1.8em;
    }

    .page-promotions__section {
        padding: 40px 0;
    }

    .page-promotions__overview p, .page-promotions__new-player p, .page-promotions__weekly-bonus p, .page-promotions__vip p, .page-promotions__guide p, .page-promotions__card-description {
        font-size: 0.95em;
    }

    .page-promotions__faq-question {
        font-size: 1.1em;
        padding: 15px;
    }

    .page-promotions__guide-list li {
        padding: 15px;
        font-size: 1em;
    }
}