/* style/promotions-deposit-bonus-promo.css */
.page-promotions-deposit-bonus-promo {
    font-family: 'Arial', sans-serif;
    color: #F5D682; /* Light gold for general text on dark background */
    background-color: #1A1A2E; /* Main dark background */
    line-height: 1.6;
}

.page-promotions-deposit-bonus-promo__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-promotions-deposit-bonus-promo__hero-section {
    background: linear-gradient(135deg, #1A1A2E, #3A3A5E);
    padding: 100px 0;
    text-align: center;
    color: #FFFFFF;
}

.page-promotions-deposit-bonus-promo__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #E6B325;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-deposit-bonus-promo__hero-subtitle {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #F5D682;
}

.page-promotions-deposit-bonus-promo__section-title {
    font-size: 2.5em;
    color: #E6B325;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 15px;
}

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

.page-promotions-deposit-bonus-promo__text-content {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
    color: #F5D682;
}

.page-promotions-deposit-bonus-promo__text-content a {
    color: #E6B325;
    text-decoration: underline;
}

.page-promotions-deposit-bonus-promo__overview-section,
.page-promotions-deposit-bonus-promo__bonus-types-section,
.page-promotions-deposit-bonus-promo__how-to-claim-section,
.page-promotions-deposit-bonus-promo__terms-section,
.page-promotions-deposit-bonus-promo__why-choose-ax88-section,
.page-promotions-deposit-bonus-promo__faq-section,
.page-promotions-deposit-bonus-promo__cta-final-section {
    padding: 80px 0;
}

.page-promotions-deposit-bonus-promo__overview-section {
    background-color: #2A2A4A;
}

.page-promotions-deposit-bonus-promo__image-wrapper {
    text-align: center;
    margin-top: 40px;
}

.page-promotions-deposit-bonus-promo__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions-deposit-bonus-promo__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions-deposit-bonus-promo__card {
    background-color: #1F1F3F;
    border: 1px solid #3A3A5E;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-deposit-bonus-promo__card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-promotions-deposit-bonus-promo__card-title {
    font-size: 1.8em;
    color: #E6B325;
    margin-bottom: 20px;
}

.page-promotions-deposit-bonus-promo__image-wrapper--small {
    margin-bottom: 20px;
}

.page-promotions-deposit-bonus-promo__card-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: drop-shadow(0 0 5px #E6B325);
}

.page-promotions-deposit-bonus-promo__card-text {
    font-size: 1em;
    color: #F5D682;
    margin-bottom: 30px;
}

.page-promotions-deposit-bonus-promo__btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    font-size: 1em;
    cursor: pointer;
    border: none;
}

.page-promotions-deposit-bonus-promo__btn--primary {
    background-color: #E6B325;
    color: #1A1A2E;
    box-shadow: 0 4px 10px rgba(230, 179, 37, 0.4);
}

.page-promotions-deposit-bonus-promo__btn--primary:hover {
    background-color: #F5D682;
    transform: translateY(-2px);
}

.page-promotions-deposit-bonus-promo__btn--secondary {
    background-color: #3A3A5E;
    color: #E6B325;
    border: 1px solid #E6B325;
}

.page-promotions-deposit-bonus-promo__btn--secondary:hover {
    background-color: #E6B325;
    color: #1A1A2E;
    transform: translateY(-2px);
}

.page-promotions-deposit-bonus-promo__btn--large {
    padding: 15px 35px;
    font-size: 1.1em;
}

.page-promotions-deposit-bonus-promo__how-to-claim-section {
    background-color: #1A1A2E;
}

.page-promotions-deposit-bonus-promo__steps {
    list-style: none;
    padding: 0;
    margin-top: 50px;
}

.page-promotions-deposit-bonus-promo__step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    background-color: #1F1F3F;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-promotions-deposit-bonus-promo__step-number {
    background-color: #E6B325;
    color: #1A1A2E;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    font-weight: bold;
    flex-shrink: 0;
    margin-right: 25px;
}

.page-promotions-deposit-bonus-promo__step-content h3 {
    color: #E6B325;
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-promotions-deposit-bonus-promo__step-content p {
    color: #F5D682;
    font-size: 1em;
}

.page-promotions-deposit-bonus-promo__step-content a {
    color: #E6B325;
    text-decoration: underline;
}

.page-promotions-deposit-bonus-promo__terms-section {
    background-color: #2A2A4A;
}

.page-promotions-deposit-bonus-promo__list {
    list-style: disc inside;
    color: #F5D682;
    margin-top: 30px;
    padding-left: 20px;
}

.page-promotions-deposit-bonus-promo__list li {
    margin-bottom: 15px;
    font-size: 1.1em;
}

.page-promotions-deposit-bonus-promo__list li strong {
    color: #E6B325;
}

.page-promotions-deposit-bonus-promo__why-choose-ax88-section {
    background-color: #1A1A2E;
    text-align: center;
}

.page-promotions-deposit-bonus-promo__grid--why-choose .page-promotions-deposit-bonus-promo__why-choose-item {
    background-color: #1F1F3F;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-deposit-bonus-promo__why-choose-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 8px #E6B325);
}

.page-promotions-deposit-bonus-promo__why-choose-item h3 {
    color: #E6B325;
    font-size: 1.8em;
    margin-bottom: 15px;
}

.page-promotions-deposit-bonus-promo__why-choose-item p {
    color: #F5D682;
    font-size: 1em;
}

.page-promotions-deposit-bonus-promo__faq-section {
    background-color: #2A2A4A;
}

.page-promotions-deposit-bonus-promo__faq-accordion {
    max-width: 900px;
    margin: 50px auto 0;
}

.page-promotions-deposit-bonus-promo__faq-item {
    background-color: #1F1F3F;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-promotions-deposit-bonus-promo__faq-question {
    width: 100%;
    background-color: #3A3A5E;
    color: #E6B325;
    border: none;
    padding: 20px 25px;
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease;
    position: relative;
}

.page-promotions-deposit-bonus-promo__faq-question:hover {
    background-color: #4A4A6E;
}

.page-promotions-deposit-bonus-promo__faq-question::after {
    content: '+';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-promotions-deposit-bonus-promo__faq-question.active::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-promotions-deposit-bonus-promo__faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    background-color: #1F1F3F;
}

.page-promotions-deposit-bonus-promo__faq-answer p {
    padding: 20px 25px;
    margin: 0;
    color: #F5D682;
    font-size: 1em;
}

.page-promotions-deposit-bonus-promo__cta-final-section {
    background-color: #1A1A2E;
    text-align: center;
    padding-bottom: 100px;
}

.page-promotions-deposit-bonus-promo__cta-final-section .page-promotions-deposit-bonus-promo__text-content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-promotions-deposit-bonus-promo__disclaimer {
    font-size: 0.9em;
    color: #888;
    margin-top: 30px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-promotions-deposit-bonus-promo__hero-title {
        font-size: 2.5em;
    }

    .page-promotions-deposit-bonus-promo__hero-subtitle {
        font-size: 1em;
    }

    .page-promotions-deposit-bonus-promo__section-title {
        font-size: 2em;
    }

    .page-promotions-deposit-bonus-promo__grid {
        grid-template-columns: 1fr;
    }

    .page-promotions-deposit-bonus-promo__step-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .page-promotions-deposit-bonus-promo__step-number {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .page-promotions-deposit-bonus-promo__faq-question {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-promotions-deposit-bonus-promo__hero-title {
        font-size: 2em;
    }

    .page-promotions-deposit-bonus-promo__hero-section,
    .page-promotions-deposit-bonus-promo__overview-section,
    .page-promotions-deposit-bonus-promo__bonus-types-section,
    .page-promotions-deposit-bonus-promo__how-to-claim-section,
    .page-promotions-deposit-bonus-promo__terms-section,
    .page-promotions-deposit-bonus-promo__why-choose-ax88-section,
    .page-promotions-deposit-bonus-promo__faq-section,
    .page-promotions-deposit-bonus-promo__cta-final-section {
        padding: 50px 0;
    }

    .page-promotions-deposit-bonus-promo__btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }

    .page-promotions-deposit-bonus-promo__btn--large {
        padding: 12px 25px;
        font-size: 1em;
    }
}