.page-promotions-first-deposit-bonus {
    font-family: 'Arial', sans-serif;
    color: #F5F5F5; /* Light gray for general text on dark background */
    background-color: #1A202C;
    line-height: 1.6;
}

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

.page-promotions-first-deposit-bonus__hero-section {
    background: linear-gradient(135deg, #1A202C 0%, #3a4a6b 100%); /* Dark blue gradient */
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-first-deposit-bonus__hero-title {
    font-size: 3.5em;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: bold;
}

.page-promotions-first-deposit-bonus__hero-subtitle {
    font-size: 1.3em;
    color: #E0E0E0;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.page-promotions-first-deposit-bonus__section {
    padding: 80px 0;
    text-align: center;
}

.page-promotions-first-deposit-bonus__section--why-bonus {
    background-color: #1A202C;
}

.page-promotions-first-deposit-bonus__section--offer-details {
    background-color: #2c3a50;
    color: #F5F5F5;
}

.page-promotions-first-deposit-bonus__section--how-to-claim {
    background-color: #1A202C;
}

.page-promotions-first-deposit-bonus__section--benefits {
    background-color: #2c3a50;
    color: #F5F5F5;
}

.page-promotions-first-deposit-bonus__section--faq {
    background-color: #1A202C;
}

.page-promotions-first-deposit-bonus__cta-section {
    background: linear-gradient(45deg, #FFD700 0%, #b39700 100%); /* Gold gradient */
    padding: 80px 0;
    text-align: center;
    color: #1A202C; /* Dark text on light background */
}

.page-promotions-first-deposit-bonus__section-title {
    font-size: 2.8em;
    color: #FFFFFF;
    margin-bottom: 30px;
    font-weight: bold;
}

.page-promotions-first-deposit-bonus__section--why-bonus .page-promotions-first-deposit-bonus__section-title,
.page-promotions-first-deposit-bonus__section--how-to-claim .page-promotions-first-deposit-bonus__section-title,
.page-promotions-first-deposit-bonus__section--faq .page-promotions-first-deposit-bonus__section-title {
    color: #FFD700;
}

.page-promotions-first-deposit-bonus__section--offer-details .page-promotions-first-deposit-bonus__section-title,
.page-promotions-first-deposit-bonus__section--benefits .page-promotions-first-deposit-bonus__section-title {
    color: #FFFFFF;
}

.page-promotions-first-deposit-bonus__cta-title {
    font-size: 3em;
    color: #1A202C;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-promotions-first-deposit-bonus__cta-description {
    font-size: 1.2em;
    color: #333333;
    margin-bottom: 40px;
}

.page-promotions-first-deposit-bonus__section-description {
    font-size: 1.1em;
    color: #B0B0B0;
    max-width: 900px;
    margin: 0 auto 50px auto;
}

.page-promotions-first-deposit-bonus__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-promotions-first-deposit-bonus__grid-item {
    background-color: #2c3a50;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-first-deposit-bonus__grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions-first-deposit-bonus__icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-promotions-first-deposit-bonus__item-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-promotions-first-deposit-bonus__item-description {
    font-size: 1em;
    color: #D0D0D0;
}

.page-promotions-first-deposit-bonus__flex-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    gap: 40px;
    margin-top: 50px;
}

.page-promotions-first-deposit-bonus__text-content {
    flex: 1;
    min-width: 300px;
}

.page-promotions-first-deposit-bonus__image-wrapper {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-promotions-first-deposit-bonus__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-promotions-first-deposit-bonus__sub-title {
    font-size: 2em;
    color: #FFD700;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-promotions-first-deposit-bonus__sub-title:first-of-type {
    margin-top: 0;
}

.page-promotions-first-deposit-bonus__text-content p {
    color: #E0E0E0;
    margin-bottom: 15px;
}

.page-promotions-first-deposit-bonus__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-promotions-first-deposit-bonus__step-item {
    background-color: #2c3a50;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    padding-top: 60px; /* Space for number */
}

.page-promotions-first-deposit-bonus__step-number {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFD700;
    color: #1A202C;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    font-weight: bold;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.7);
}

.page-promotions-first-deposit-bonus__step-image {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-promotions-first-deposit-bonus__step-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-promotions-first-deposit-bonus__step-item p {
    color: #D0D0D0;
    margin-bottom: 20px;
}

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

.page-promotions-first-deposit-bonus__benefit-card {
    background-color: #1A202C;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-first-deposit-bonus__benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions-first-deposit-bonus__benefit-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 4px rgba(255, 215, 0, 0.4));
}

.page-promotions-first-deposit-bonus__benefit-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-promotions-first-deposit-bonus__benefit-card p {
    color: #D0D0D0;
}

.page-promotions-first-deposit-bonus__faq-list {
    text-align: left;
    max-width: 900px;
    margin: 50px auto 0 auto;
}

.page-promotions-first-deposit-bonus__faq-item {
    background-color: #2c3a50;
    margin-bottom: 20px;
    padding: 25px 30px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-promotions-first-deposit-bonus__faq-question {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-promotions-first-deposit-bonus__faq-question::after {
    content: '+';
    font-size: 1.2em;
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.page-promotions-first-deposit-bonus__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-promotions-first-deposit-bonus__faq-answer {
    color: #D0D0D0;
    font-size: 1.1em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    padding-top: 0;
}

.page-promotions-first-deposit-bonus__faq-answer.active {
    max-height: 200px; /* Adjust as needed */
    padding-top: 15px;
}

.page-promotions-first-deposit-bonus__button {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin: 10px;
}

.page-promotions-first-deposit-bonus__button--primary {
    background-color: #FFD700;
    color: #1A202C;
}

.page-promotions-first-deposit-bonus__button--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions-first-deposit-bonus__button--secondary {
    background-color: #1A202C;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-promotions-first-deposit-bonus__button--secondary:hover {
    background-color: #3a4a6b;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions-first-deposit-bonus__button--small {
    padding: 10px 25px;
    font-size: 0.95em;
    border-radius: 30px;
    margin-top: 15px;
}

.page-promotions-first-deposit-bonus .highlight {
    color: #FFD700;
}

/* Floating CTA / Suspension Ad */
.page-promotions-first-deposit-bonus__floating-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #FFD700;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    z-index: 1000;
    animation: floatEffect 3s ease-in-out infinite;
    overflow: hidden;
    text-align: center;
    width: 200px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-promotions-first-deposit-bonus__floating-cta a {
    display: block;
    text-decoration: none;
    color: #1A202C;
    font-weight: bold;
    padding: 10px;
    font-size: 1.1em;
    line-height: 1.3;
}

.page-promotions-first-deposit-bonus__floating-cta-image {
    max-width: 80px;
    height: auto;
    margin-bottom: 5px;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

.page-promotions-first-deposit-bonus__floating-cta-text {
    display: block;
    color: #1A202C;
    font-size: 0.9em;
}

@keyframes floatEffect {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions-first-deposit-bonus__hero-title {
        font-size: 2.8em;
    }
    .page-promotions-first-deposit-bonus__section-title {
        font-size: 2.2em;
    }
    .page-promotions-first-deposit-bonus__cta-title {
        font-size: 2.5em;
    }
    .page-promotions-first-deposit-bonus__flex-content {
        flex-direction: column;
    }
    .page-promotions-first-deposit-bonus__image-wrapper {
        order: -1; /* Image first on mobile */
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .page-promotions-first-deposit-bonus__hero-section,
    .page-promotions-first-deposit-bonus__section,
    .page-promotions-first-deposit-bonus__cta-section {
        padding: 60px 0;
    }
    .page-promotions-first-deposit-bonus__hero-title {
        font-size: 2.2em;
    }
    .page-promotions-first-deposit-bonus__hero-subtitle {
        font-size: 1.1em;
    }
    .page-promotions-first-deposit-bonus__section-title {
        font-size: 1.8em;
    }
    .page-promotions-first-deposit-bonus__cta-title {
        font-size: 2em;
    }
    .page-promotions-first-deposit-bonus__grid,
    .page-promotions-first-deposit-bonus__steps-grid,
    .page-promotions-first-deposit-bonus__benefits-grid {
        grid-template-columns: 1fr;
    }
    .page-promotions-first-deposit-bonus__sub-title {
        font-size: 1.6em;
    }
    .page-promotions-first-deposit-bonus__faq-question {
        font-size: 1.3em;
    }
    .page-promotions-first-deposit-bonus__button {
        padding: 12px 25px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-promotions-first-deposit-bonus__hero-title {
        font-size: 1.8em;
    }
    .page-promotions-first-deposit-bonus__section-title {
        font-size: 1.5em;
    }
    .page-promotions-first-deposit-bonus__cta-title {
        font-size: 1.8em;
    }
    .page-promotions-first-deposit-bonus__floating-cta {
        width: 150px;
        height: 100px;
        bottom: 10px;
        right: 10px;
    }
    .page-promotions-first-deposit-bonus__floating-cta-image {
        max-width: 60px;
    }
    .page-promotions-first-deposit-bonus__floating-cta-text {
        font-size: 0.8em;
    }
}