.page-promotions-new-user-bonus {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light backgrounds */
    background-color: var(--background-color, #FFFFFF); /* Inherit or default to white */
}

/* Header offset for main content */
.page-promotions-new-user-bonus__hero-section {
    position: relative;
    padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
    height: 100vh; /* Full viewport height for hero */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    overflow: hidden; /* Prevent content overflow */
}

.page-promotions-new-user-bonus__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.page-promotions-new-user-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: -1;
}

.page-promotions-new-user-bonus__hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    padding: 20px;
}

.page-promotions-new-user-bonus__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-new-user-bonus__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.page-promotions-new-user-bonus__hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* General Section Styling */
.page-promotions-new-user-bonus__section-title {
    font-size: 2.5em;
    color: #26A9E0;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 60px;
}

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

.page-promotions-new-user-bonus__text-block {
    margin-bottom: 20px;
    font-size: 1.1em;
    text-align: justify;
}

.page-promotions-new-user-bonus__highlight-text {
    color: #26A9E0;
    font-weight: bold;
}

/* Intro Section */
.page-promotions-new-user-bonus__intro-section {
    padding: 80px 0;
}

/* Bonus Types Section */
.page-promotions-new-user-bonus__bonus-types-section {
    background-color: #26A9E0; /* Brand color as background */
    color: #FFFFFF; /* White text for contrast */
    padding: 80px 0;
}

.page-promotions-new-user-bonus__bonus-types-section .page-promotions-new-user-bonus__section-title {
    color: #FFFFFF; /* White title on brand color background */
}

.page-promotions-new-user-bonus__bonus-types-section .page-promotions-new-user-bonus__highlight-text {
    color: #EA7C07; /* Login color for highlight */
}

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

.page-promotions-new-user-bonus__card {
    background: #FFFFFF;
    color: #333333;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-promotions-new-user-bonus__card-title {
    font-size: 1.8em;
    color: #26A9E0;
    margin-bottom: 15px;
}

.page-promotions-new-user-bonus__card-image {
    width: 100%;
    height: 250px; /* Fixed height for consistency */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    min-width: 200px;
    min-height: 200px;
}

.page-promotions-new-user-bonus__card p {
    font-size: 1em;
    text-align: left;
}

.page-promotions-new-user-bonus__cta-center {
    text-align: center;
    margin-top: 50px;
}

/* How To Claim Section */
.page-promotions-new-user-bonus__how-to-claim-section {
    padding: 80px 0;
}

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

.page-promotions-new-user-bonus__step-card {
    background: #F8F8F8;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-promotions-new-user-bonus__step-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    min-width: 200px;
    min-height: 200px;
}

.page-promotions-new-user-bonus__step-title {
    font-size: 1.5em;
    color: #26A9E0;
    margin-bottom: 15px;
}

/* Terms Section */
.page-promotions-new-user-bonus__terms-section {
    background-color: #26A9E0;
    color: #FFFFFF;
    padding: 80px 0;
}

.page-promotions-new-user-bonus__terms-section .page-promotions-new-user-bonus__section-title {
    color: #FFFFFF;
}

.page-promotions-new-user-bonus__terms-section .page-promotions-new-user-bonus__text-block {
    color: #FFFFFF;
}

.page-promotions-new-user-bonus__terms-list {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 30px;
    font-size: 1.1em;
}

.page-promotions-new-user-bonus__terms-list li {
    margin-bottom: 10px;
    color: #FFFFFF;
}

.page-promotions-new-user-bonus__terms-section .page-promotions-new-user-bonus__highlight-text {
    color: #EA7C07; /* Login color for highlight */
}

.page-promotions-new-user-bonus__text-link {
    color: #EA7C07;
    text-decoration: underline;
}

.page-promotions-new-user-bonus__text-link:hover {
    color: #FFD700; /* Gold-like hover for emphasis */
}

/* FAQ Section */
.page-promotions-new-user-bonus__faq-section {
    padding: 80px 0;
}

.page-promotions-new-user-bonus__faq-list {
    max-width: 900px;
    margin: 40px auto 0 auto;
}

.page-promotions-new-user-bonus__faq-item {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-promotions-new-user-bonus__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 1.2em;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
    background-color: #F5F5F5;
    transition: background-color 0.3s ease;
}

.page-promotions-new-user-bonus__faq-question:hover {
    background-color: #E0E0E0;
}

.page-promotions-new-user-bonus__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-promotions-new-user-bonus__faq-item.active .page-promotions-new-user-bonus__faq-toggle {
    transform: rotate(45deg); /* Plus sign rotates to a cross (X) or just changes to minus */
    content: '\2212'; /* Unicode for minus sign */
}

.page-promotions-new-user-bonus__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.page-promotions-new-user-bonus__faq-item.active .page-promotions-new-user-bonus__faq-answer {
    max-height: 1000px !important; /* Sufficiently large to show content */
    padding: 20px !important; /* Restore padding when active */
}

.page-promotions-new-user-bonus__faq-answer p {
    margin: 0;
    font-size: 1em;
    color: #555555;
}

/* Join Now Section */
.page-promotions-new-user-bonus__join-now-section {
    background-color: #26A9E0;
    color: #FFFFFF;
    padding: 80px 0;
    text-align: center;
}

.page-promotions-new-user-bonus__join-now-section .page-promotions-new-user-bonus__section-title {
    color: #FFFFFF;
}

.page-promotions-new-user-bonus__join-now-section .page-promotions-new-user-bonus__text-block {
    color: #FFFFFF;
    max-width: 900px;
    margin: 0 auto 40px auto;
}

.page-promotions-new-user-bonus__join-now-section .page-promotions-new-user-bonus__highlight-text {
    color: #EA7C07;
}

.page-promotions-new-user-bonus__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

/* Buttons */
.page-promotions-new-user-bonus__btn-primary,
.page-promotions-new-user-bonus__btn-secondary,
.page-promotions-new-user-bonus__btn-tertiary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box; /* Crucial for responsive buttons */
}

.page-promotions-new-user-bonus__btn-primary {
    background-color: #EA7C07; /* Login color for primary action */
    color: #FFFFFF;
    border: 2px solid #EA7C07;
}

.page-promotions-new-user-bonus__btn-primary:hover {
    background-color: #FF8C00;
    border-color: #FF8C00;
}

.page-promotions-new-user-bonus__btn-secondary {
    background-color: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.page-promotions-new-user-bonus__btn-secondary:hover {
    background-color: #FFFFFF;
    color: #26A9E0;
}

.page-promotions-new-user-bonus__btn-tertiary {
    background-color: #26A9E0;
    color: #FFFFFF;
    border: 2px solid #26A9E0;
    margin-top: 20px;
}

.page-promotions-new-user-bonus__btn-tertiary:hover {
    background-color: #1a8cc4;
    border-color: #1a8cc4;
}

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

@media (max-width: 768px) {
    .page-promotions-new-user-bonus__hero-section {
        height: auto;
        min-height: 500px;
        padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
    }

    .page-promotions-new-user-bonus__hero-title {
        font-size: 2.5em;
    }

    .page-promotions-new-user-bonus__hero-description {
        font-size: 1em;
    }

    .page-promotions-new-user-bonus__hero-cta {
        flex-direction: column;
        gap: 15px;
    }

    .page-promotions-new-user-bonus__btn-primary,
    .page-promotions-new-user-bonus__btn-secondary,
    .page-promotions-new-user-bonus__btn-tertiary,
    .page-promotions-new-user-bonus a[class*="button"],
    .page-promotions-new-user-bonus a[class*="btn"] {
      max-width: 100% !important;
      width: 100% !important;
      box-sizing: border-box !important;
      white-space: normal !important;
      word-wrap: break-word !important;
      padding-left: 15px;
      padding-right: 15px;
    }

    .page-promotions-new-user-bonus__cta-buttons,
    .page-promotions-new-user-bonus__button-group,
    .page-promotions-new-user-bonus__btn-container {
      max-width: 100% !important;
      width: 100% !important;
      box-sizing: border-box !important;
      padding-left: 15px;
      padding-right: 15px;
      flex-wrap: wrap !important;
      gap: 10px;
      flex-direction: column; /* Ensure vertical stacking for cta groups */
    }

    .page-promotions-new-user-bonus__section-title {
        font-size: 1.8em;
        padding-top: 40px;
    }

    .page-promotions-new-user-bonus__container {
        padding: 0 15px;
    }

    .page-promotions-new-user-bonus__grid,
    .page-promotions-new-user-bonus__steps-grid {
        grid-template-columns: 1fr;
    }

    .page-promotions-new-user-bonus img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    
    .page-promotions-new-user-bonus__section,
    .page-promotions-new-user-bonus__card,
    .page-promotions-new-user-bonus__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Ensure images in content areas are not too small */
.page-promotions-new-user-bonus__card-image,
.page-promotions-new-user-bonus__step-image {
    min-width: 200px;
    min-height: 200px;
}

/* Contrast fix for specific elements if needed - based on dynamic analysis */
.page-promotions-new-user-bonus__dark-bg {
  color: #ffffff; /* Deep blue background with white text */
  background: #26A9E0;
}

.page-promotions-new-user-bonus__light-bg {
  color: #333333; /* White background with dark text */
  background: #ffffff;
}

/* Additional rules for image color filter prevention */
.page-promotions-new-user-bonus img {
    filter: none !important; /* Absolutely no filter to change image colors */
}