.page-promotions-welcome-bonus {
    padding-top: 10px; /* Small top padding, body handles header offset */
    background-color: #F4F7FB;
    color: #1F2D3D;
    font-family: sans-serif;
}

.page-promotions-welcome-bonus__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.page-promotions-welcome-bonus__hero-section {
    padding: 60px 0;
    text-align: center;
    background-color: #F4F7FB;
}

.page-promotions-welcome-bonus__hero-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.page-promotions-welcome-bonus__hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.page-promotions-welcome-bonus__hero-title {
    font-size: clamp(2.2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #000000; /* Custom Color_1776249996415 */
}

.page-promotions-welcome-bonus__hero-description {
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #1F2D3D; /* Text Main */
}

.page-promotions-welcome-bonus__hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-promotions-welcome-bonus__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    min-width: 180px;
    text-align: center;
}

.page-promotions-welcome-bonus__button--primary {
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
    color: #FFFFFF;
    box-shadow: 0 4px 15px rgba(47, 107, 255, 0.3);
}

.page-promotions-welcome-bonus__button--primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(47, 107, 255, 0.4);
}

.page-promotions-welcome-bonus__button--secondary {
    background-color: #6FA3FF;
    color: #FFFFFF;
    border: 1px solid #6FA3FF;
    box-shadow: 0 4px 15px rgba(111, 163, 255, 0.3);
}

.page-promotions-welcome-bonus__button--secondary:hover {
    background-color: #4A8BFF;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(111, 163, 255, 0.4);
}

.page-promotions-welcome-bonus__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #000000; /* Custom Color_1776249996415 */
}

.page-promotions-welcome-bonus__info-section,
.page-promotions-welcome-bonus__how-to-claim-section,
.page-promotions-welcome-bonus__terms-section,
.page-promotions-welcome-bonus__why-choose-section,
.page-promotions-welcome-bonus__faq-section {
    padding: 60px 0;
    background-color: #F4F7FB;
}

.page-promotions-welcome-bonus__card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-promotions-welcome-bonus__card {
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-welcome-bonus__card-image {
    max-width: 100%; /* Ensure images scale */
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
    border-radius: 8px;
}

.page-promotions-welcome-bonus__card-title,
.page-promotions-welcome-bonus__step-title,
.page-promotions-welcome-bonus__feature-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1F2D3D; /* Text Main */
}

.page-promotions-welcome-bonus__card-text,
.page-promotions-welcome-bonus__step-text,
.page-promotions-welcome-bonus__feature-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #1F2D3D; /* Text Main */
}

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

.page-promotions-welcome-bonus__step-card {
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
}

.page-promotions-welcome-bonus__step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.8rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(47, 107, 255, 0.2);
}

.page-promotions-welcome-bonus__cta-area {
    text-align: center;
}

.page-promotions-welcome-bonus__terms-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 800px;
}

.page-promotions-welcome-bonus__terms-item {
    background-color: #FFFFFF;
    border: 1px solid #D6E2FF;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    font-size: 1rem;
    line-height: 1.6;
    color: #1F2D3D; /* Text Main */
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
}

.page-promotions-welcome-bonus__link {
    color: #2F6BFF;
    text-decoration: none;
    font-weight: 600;
}

.page-promotions-welcome-bonus__link:hover {
    text-decoration: underline;
}

.page-promotions-welcome-bonus__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-promotions-welcome-bonus__feature-card {
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-welcome-bonus__feature-icon {
    width: 200px; /* Min size */
    height: 200px; /* Min size */
    display: block;
    margin: 0 auto 20px auto;
    object-fit: contain; /* Ensure full icon visibility */
}

.page-promotions-welcome-bonus__faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.page-promotions-welcome-bonus__faq-item {
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-welcome-bonus__faq-question {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #D6E2FF;
    padding: 20px 25px;
    text-align: left;
    font-size: 1.15rem;
    font-weight: 600;
    color: #1F2D3D; /* Text Main */
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.page-promotions-welcome-bonus__faq-question:hover {
    background-color: #F8F8F8;
}

.page-promotions-welcome-bonus__faq-question[aria-expanded="true"] .page-promotions-welcome-bonus__faq-icon {
    transform: rotate(45deg);
}

.page-promotions-welcome-bonus__faq-icon {
    font-size: 1.5rem;
    line-height: 1;
    transition: transform 0.3s ease;
    color: #2F6BFF;
}

.page-promotions-welcome-bonus__faq-answer {
    background-color: #FDFDFD;
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    border-left: 1px solid #D6E2FF;
    border-right: 1px solid #D6E2FF;
    border-bottom: 1px solid #D6E2FF;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.page-promotions-welcome-bonus__faq-answer p {
    padding: 15px 0;
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #1F2D3D; /* Text Main */
}

.page-promotions-welcome-bonus__final-cta-section {
    padding: 80px 0;
    text-align: center;
    background-color: #2F6BFF; /* Main Color */
    color: #FFFFFF;
    box-shadow: inset 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-promotions-welcome-bonus__final-cta-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.page-promotions-welcome-bonus__final-cta-description {
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #FFFFFF;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive adjustments */
@media (max-width: 849px) {
    .page-promotions-welcome-bonus__hero-section {
        padding: 40px 0;
    }

    .page-promotions-welcome-bonus__hero-image {
        margin-bottom: 20px;
    }

    .page-promotions-welcome-bonus__hero-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-promotions-welcome-bonus__button {
        min-width: unset;
        width: 100%;
        max-width: 300px; /* Constrain width on small screens */
        margin: 0 auto;
    }

    .page-promotions-welcome-bonus__section-title {
        margin-bottom: 30px;
    }

    .page-promotions-welcome-bonus__info-section,
    .page-promotions-welcome-bonus__how-to-claim-section,
    .page-promotions-welcome-bonus__terms-section,
    .page-promotions-welcome-bonus__why-choose-section,
    .page-promotions-welcome-bonus__faq-section {
        padding: 40px 0;
    }

    .page-promotions-welcome-bonus__card-grid,
    .page-promotions-welcome-bonus__steps-grid,
    .page-promotions-welcome-bonus__feature-grid {
        grid-template-columns: 1fr;
    }

    .page-promotions-welcome-bonus__feature-icon {
        width: 200px;
        height: 200px;
    }

    .page-promotions-welcome-bonus__faq-question {
        font-size: 1rem;
        padding: 15px 20px;
    }

    .page-promotions-welcome-bonus__faq-answer p {
        padding: 10px 0;
    }

    .page-promotions-welcome-bonus__final-cta-section {
        padding: 60px 0;
    }

    /* Ensure all images in content area are responsive */
    .page-promotions-welcome-bonus__container img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 549px) {
    .page-promotions-welcome-bonus__hero-title {
        font-size: clamp(1.8rem, 8vw, 2.5rem);
    }

    .page-promotions-welcome-bonus__hero-description {
        font-size: 1rem;
    }

    .page-promotions-welcome-bonus__section-title {
        font-size: clamp(1.5rem, 7vw, 2rem);
    }

    .page-promotions-welcome-bonus__button {
        font-size: 1rem;
        padding: 12px 20px;
    }

    .page-promotions-welcome-bonus__card-title,
    .page-promotions-welcome-bonus__step-title,
    .page-promotions-welcome-bonus__feature-title {
        font-size: 1.2rem;
    }

    .page-promotions-welcome-bonus__card-text,
    .page-promotions-welcome-bonus__step-text,
    .page-promotions-welcome-bonus__feature-text {
        font-size: 0.95rem;
    }

    .page-promotions-welcome-bonus__terms-item {
        font-size: 0.95rem;
    }

    .page-promotions-welcome-bonus__final-cta-title {
        font-size: clamp(1.8rem, 8vw, 2.2rem);
    }

    .page-promotions-welcome-bonus__final-cta-description {
        font-size: 1rem;
    }

    .page-promotions-welcome-bonus__container img {
        max-width: 100%;
        height: auto;
    }
}