.page-promotions-daily-first-deposit-bonus {
    color: #ffffff; /* Light text for dark body background */
    background-color: #1a1a2e; /* Ensure consistency */
    padding-top: var(--header-offset, 120px); /* Fixed header offset */
}

.page-promotions-daily-first-deposit-bonus__hero-section {
    position: relative;
    width: 100%;
    height: 70vh; /* Adjust as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background-color: #000; /* Fallback */
}

.page-promotions-daily-first-deposit-bonus__video-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    cursor: pointer;
}

.page-promotions-daily-first-deposit-bonus__hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.page-promotions-daily-first-deposit-bonus__hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
    z-index: 2;
}

.page-promotions-daily-first-deposit-bonus__hero-content {
    position: relative;
    z-index: 3;
    max-width: 900px;
    padding: 20px;
    color: #ffffff;
}

.page-promotions-daily-first-deposit-bonus__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #26A9E0; /* Brand color for title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-promotions-daily-first-deposit-bonus__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    line-height: 1.6;
    color: #f0f0f0;
}

.page-promotions-daily-first-deposit-bonus__hero-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; /* Ensure responsiveness for buttons */
}

.page-promotions-daily-first-deposit-bonus__btn-primary,
.page-promotions-daily-first-deposit-bonus__btn-secondary,
.page-promotions-daily-first-deposit-bonus__btn-bottom-cta,
.page-promotions-daily-first-deposit-bonus__cta-final a {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    text-align: center;
    max-width: 100%; /* Ensure responsiveness */
    box-sizing: border-box; /* Include padding in width */
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text wrapping */
}

.page-promotions-daily-first-deposit-bonus__btn-primary,
.page-promotions-daily-first-deposit-bonus__btn-bottom-cta,
.page-promotions-daily-first-deposit-bonus__cta-final a {
    background-color: #EA7C07; /* Login color for primary CTA */
    color: #ffffff;
    border: 2px solid #EA7C07;
}

.page-promotions-daily-first-deposit-bonus__btn-primary:hover,
.page-promotions-daily-first-deposit-bonus__btn-bottom-cta:hover,
.page-promotions-daily-first-deposit-bonus__cta-final a:hover {
    background-color: #d16b05;
    border-color: #d16b05;
}

.page-promotions-daily-first-deposit-bonus__btn-secondary {
    background-color: transparent;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-promotions-daily-first-deposit-bonus__btn-secondary:hover {
    background-color: #26A9E0;
    color: #ffffff;
}

.page-promotions-daily-first-deposit-bonus__content-section {
    padding: 60px 0;
    background-color: #1a1a2e; /* Ensure section background matches body for consistency */
    color: #ffffff; /* Light text */
}

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

.page-promotions-daily-first-deposit-bonus__section-title {
    font-size: 2.5em;
    color: #26A9E0;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

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

.page-promotions-daily-first-deposit-bonus__text-block {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #f0f0f0; /* Ensure good contrast on dark background */
}

.page-promotions-daily-first-deposit-bonus__text-block a {
    color: #26A9E0;
    text-decoration: underline;
}

.page-promotions-daily-first-deposit-bonus__text-block a:hover {
    color: #EA7C07;
}

.page-promotions-daily-first-deposit-bonus__image-content {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    object-fit: cover;
}

.page-promotions-daily-first-deposit-bonus__steps-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.page-promotions-daily-first-deposit-bonus__list-item {
    background-color: rgba(255, 255, 255, 0.08); /* Slightly lighter card for contrast */
    border-left: 5px solid #26A9E0;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions-daily-first-deposit-bonus__list-title {
    font-size: 1.5em;
    color: #26A9E0;
    margin-bottom: 10px;
}

.page-promotions-daily-first-deposit-bonus__list-item p {
    font-size: 1em;
    line-height: 1.7;
    color: #e0e0e0;
}

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

.page-promotions-daily-first-deposit-bonus__benefit-card {
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.page-promotions-daily-first-deposit-bonus__card-image {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    max-width: 100%; /* Ensure card image responsiveness */
}

.page-promotions-daily-first-deposit-bonus__card-title {
    font-size: 1.4em;
    color: #26A9E0;
    margin-bottom: 10px;
}

.page-promotions-daily-first-deposit-bonus__card-description {
    font-size: 1em;
    line-height: 1.6;
    color: #e0e0e0;
}

/* FAQ Section */
.page-promotions-daily-first-deposit-bonus__faq-list {
    margin-top: 40px;
}

.page-promotions-daily-first-deposit-bonus__faq-item {
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-daily-first-deposit-bonus__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease;
}

.page-promotions-daily-first-deposit-bonus__faq-question:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.page-promotions-daily-first-deposit-bonus__faq-question h3 {
    font-size: 1.3em;
    color: #26A9E0;
    margin: 0;
}

.page-promotions-daily-first-deposit-bonus__faq-toggle {
    font-size: 1.8em;
    font-weight: bold;
    color: #EA7C07;
    transition: transform 0.3s ease;
}

.page-promotions-daily-first-deposit-bonus__faq-item.active .page-promotions-daily-first-deposit-bonus__faq-toggle {
    transform: rotate(45deg);
}

.page-promotions-daily-first-deposit-bonus__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: #e0e0e0;
    background-color: rgba(255, 255, 255, 0.03);
}

.page-promotions-daily-first-deposit-bonus__faq-item.active .page-promotions-daily-first-deposit-bonus__faq-answer {
    max-height: 1000px !important; /* Sufficiently large to show content */
    padding: 20px 25px;
}

.page-promotions-daily-first-deposit-bonus__faq-answer p {
    margin: 0;
    line-height: 1.7;
}

.page-promotions-daily-first-deposit-bonus__cta-final {
    text-align: center;
    margin-top: 50px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-promotions-daily-first-deposit-bonus__hero-title {
        font-size: 3em;
    }
    .page-promotions-daily-first-deposit-bonus__section-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-promotions-daily-first-deposit-bonus {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-promotions-daily-first-deposit-bonus__hero-section {
        height: 60vh;
        padding-top: var(--header-offset, 120px) !important; /* Ensure header offset on mobile for hero */
    }
    .page-promotions-daily-first-deposit-bonus__hero-title {
        font-size: 2.5em;
    }
    .page-promotions-daily-first-deposit-bonus__hero-description {
        font-size: 1em;
    }
    .page-promotions-daily-first-deposit-bonus__hero-cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-promotions-daily-first-deposit-bonus__btn-primary,
    .page-promotions-daily-first-deposit-bonus__btn-secondary,
    .page-promotions-daily-first-deposit-bonus__btn-bottom-cta,
    .page-promotions-daily-first-deposit-bonus__cta-final a {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    /* Images responsiveness */
    .page-promotions-daily-first-deposit-bonus img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        box-sizing: border-box !important;
    }
    .page-promotions-daily-first-deposit-bonus__image-content {
        margin: 20px auto;
    }
    .page-promotions-daily-first-deposit-bonus__card-image {
        height: 180px; /* Slightly smaller for mobile */
    }

    /* Video responsiveness */
    .page-promotions-daily-first-deposit-bonus video,
    .page-promotions-daily-first-deposit-bonus__hero-video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-promotions-daily-first-deposit-bonus__container,
    .page-promotions-daily-first-deposit-bonus__content-section {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow-x: hidden !important; /* Prevent horizontal scroll */
    }

    .page-promotions-daily-first-deposit-bonus__section-title {
        font-size: 1.8em;
    }
    .page-promotions-daily-first-deposit-bonus__list-title {
        font-size: 1.3em;
    }
    .page-promotions-daily-first-deposit-bonus__faq-question h3 {
        font-size: 1.1em;
    }
    .page-promotions-daily-first-deposit-bonus__faq-question {
        padding: 15px 20px;
    }
    .page-promotions-daily-first-deposit-bonus__faq-answer {
        padding: 0 20px;
    }
    .page-promotions-daily-first-deposit-bonus__faq-item.active .page-promotions-daily-first-deposit-bonus__faq-answer {
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .page-promotions-daily-first-deposit-bonus__hero-title {
        font-size: 2em;
    }
    .page-promotions-daily-first-deposit-bonus__hero-description {
        font-size: 0.9em;
    }
    .page-promotions-daily-first-deposit-bonus__section-title {
        font-size: 1.5em;
    }
}