.page-blog-xin88-promotions-and-bonuses-guide {
    background-color: var(--background-color, #F4F7FB);
    color: var(--text-main-color, #1F2D3D);
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-blog-xin88-promotions-and-bonuses-guide__hero-section {
    display: flex;
    flex-direction: column; /* Enforce image above text */
    align-items: center;
    text-align: center;
    padding: 10px 20px 40px; /* Small top padding, larger bottom */
    position: relative;
    overflow: hidden;
    background-color: var(--main-color, #2F6BFF); /* Fallback background if image fails */
    color: #FFFFFF; /* Text on hero should be white */
}

.page-blog-xin88-promotions-and-bonuses-guide__hero-image-wrapper {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; /* Space between image and text */
}

.page-blog-xin88-promotions-and-bonuses-guide__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 12px;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-xin88-promotions-and-bonuses-guide__hero-content {
    max-width: 900px;
    margin: 0 auto;
    z-index: 1; /* Ensure content is above any potential background elements */
}

.page-blog-xin88-promotions-and-bonuses-guide__main-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem); /* Use clamp for H1 */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.page-blog-xin88-promotions-and-bonuses-guide__intro-text {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #E0E0E0;
}

.page-blog-xin88-promotions-and-bonuses-guide__cta-button {
    display: inline-block;
    padding: 15px 30px;
    background: var(--button-color, linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%));
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: background 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-xin88-promotions-and-bonuses-guide__cta-button:hover {
    background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
    transform: translateY(-2px);
}

.page-blog-xin88-promotions-and-bonuses-guide__section-title {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 700;
    text-align: center;
    margin: 60px auto 20px;
    color: var(--text-main-color, #1F2D3D);
    max-width: 800px;
}

.page-blog-xin88-promotions-and-bonuses-guide__section-description {
    font-size: 1rem;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
    color: var(--text-main-color, #1F2D3D);
}

.page-blog-xin88-promotions-and-bonuses-guide__promotions-overview,
.page-blog-xin88-promotions-and-bonuses-guide__how-to-claim,
.page-blog-xin88-promotions-and-bonuses-guide__terms-conditions,
.page-blog-xin88-promotions-and-bonuses-guide__faq-section,
.page-blog-xin88-promotions-and-bonuses-guide__join-us {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.page-blog-xin88-promotions-and-bonuses-guide__promotion-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-xin88-promotions-and-bonuses-guide__card {
    background-color: var(--card-bg-color, #FFFFFF);
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid var(--border-color, #D6E2FF);
    display: flex;
    flex-direction: column;
}

.page-blog-xin88-promotions-and-bonuses-guide__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-blog-xin88-promotions-and-bonuses-guide__card-image {
    width: 100%;
    height: 225px; /* Fixed height for consistency */
    object-fit: cover;
    display: block;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-xin88-promotions-and-bonuses-guide__card-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 20px 20px 10px;
    color: var(--custom-color-1776249996415, #000000);
}

.page-blog-xin88-promotions-and-bonuses-guide__card-title a {
    color: var(--custom-color-1776249996415, #000000);
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-blog-xin88-promotions-and-bonuses-guide__card-title a:hover {
    color: var(--main-color, #2F6BFF);
}

.page-blog-xin88-promotions-and-bonuses-guide__card-text {
    font-size: 0.95rem;
    color: var(--text-main-color, #1F2D3D);
    padding: 0 20px;
    flex-grow: 1; /* Push link to bottom */
}

.page-blog-xin88-promotions-and-bonuses-guide__card-link {
    display: inline-block;
    color: var(--main-color, #2F6BFF);
    text-decoration: none;
    font-weight: 600;
    margin: 20px;
    transition: color 0.3s ease;
}

.page-blog-xin88-promotions-and-bonuses-guide__card-link:hover {
    text-decoration: underline;
    color: var(--auxiliary-color, #6FA3FF);
}

.page-blog-xin88-promotions-and-bonuses-guide__view-all-promotions,
.page-blog-xin88-promotions-and-bonuses-guide__view-all-faq {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
}

.page-blog-xin88-promotions-and-bonuses-guide__view-all-button {
    display: inline-block;
    padding: 12px 25px;
    background: var(--button-color, linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%));
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: background 0.3s ease, transform 0.3s ease;
}

.page-blog-xin88-promotions-and-bonuses-guide__view-all-button:hover {
    background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
    transform: translateY(-2px);
}

.page-blog-xin88-promotions-and-bonuses-guide__steps-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-xin88-promotions-and-bonuses-guide__step-card {
    background-color: var(--card-bg-color, #FFFFFF);
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    padding: 30px;
    text-align: center;
    border: 1px solid var(--border-color, #D6E2FF);
    transition: transform 0.3s ease;
}

.page-blog-xin88-promotions-and-bonuses-guide__step-card:hover {
    transform: translateY(-5px);
}

.page-blog-xin88-promotions-and-bonuses-guide__step-number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: var(--main-color, #2F6BFF);
    color: #FFFFFF;
    border-radius: 50%;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-xin88-promotions-and-bonuses-guide__step-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--custom-color-1776249996415, #000000);
}

.page-blog-xin88-promotions-and-bonuses-guide__step-description {
    font-size: 1rem;
    color: var(--text-main-color, #1F2D3D);
}

.page-blog-xin88-promotions-and-bonuses-guide__step-description a {
    color: var(--main-color, #2F6BFF);
    text-decoration: none;
    font-weight: 500;
}

.page-blog-xin88-promotions-and-bonuses-guide__step-description a:hover {
    text-decoration: underline;
}

.page-blog-xin88-promotions-and-bonuses-guide__claim-cta {
    text-align: center;
    margin-top: 50px;
}

.page-blog-xin88-promotions-and-bonuses-guide__terms-list {
    list-style: none;
    padding: 0;
    max-width: 900px;
    margin: 40px auto 0;
}

.page-blog-xin88-promotions-and-bonuses-guide__terms-item {
    background-color: var(--card-bg-color, #FFFFFF);
    border-radius: 8px;
    padding: 18px 25px;
    margin-bottom: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border-left: 5px solid var(--main-color, #2F6BFF);
    font-size: 1rem;
    color: var(--text-main-color, #1F2D3D);
}

.page-blog-xin88-promotions-and-bonuses-guide__terms-item a {
    color: var(--main-color, #2F6BFF);
    text-decoration: none;
    font-weight: 500;
}

.page-blog-xin88-promotions-and-bonuses-guide__terms-item a:hover {
    text-decoration: underline;
}

.page-blog-xin88-promotions-and-bonuses-guide__faq-item {
    background-color: var(--card-bg-color, #FFFFFF);
    border-radius: 8px;
    padding: 20px 25px;
    margin-bottom: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--border-color, #D6E2FF);
    max-width: 900px;
    margin: 20px auto;
}

.page-blog-xin88-promotions-and-bonuses-guide__faq-question {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--custom-color-1776249996415, #000000);
    margin-bottom: 10px;
}

.page-blog-xin88-promotions-and-bonuses-guide__faq-answer {
    font-size: 1rem;
    color: var(--text-main-color, #1F2D3D);
}

.page-blog-xin88-promotions-and-bonuses-guide__faq-answer a {
    color: var(--main-color, #2F6BFF);
    text-decoration: none;
    font-weight: 500;
}

.page-blog-xin88-promotions-and-bonuses-guide__faq-answer a:hover {
    text-decoration: underline;
}

.page-blog-xin88-promotions-and-bonuses-guide__join-us {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
    background-color: var(--main-color, #2F6BFF);
    color: #FFFFFF;
    padding: 50px 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-blog-xin88-promotions-and-bonuses-guide__join-us .page-blog-xin88-promotions-and-bonuses-guide__section-title {
    color: #FFFFFF;
    margin-top: 0;
}

.page-blog-xin88-promotions-and-bonuses-guide__join-us .page-blog-xin88-promotions-and-bonuses-guide__section-description {
    color: #E0E0E0;
    margin-bottom: 30px;
}

.page-blog-xin88-promotions-and-bonuses-guide__join-us .page-blog-xin88-promotions-and-bonuses-guide__section-description a {
    color: var(--glow-color, #A5C4FF); /* Glow color for links in this section */
    text-decoration: underline;
}

.page-blog-xin88-promotions-and-bonuses-guide__cta-button--large {
    padding: 18px 35px;
    font-size: 1.2rem;
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-blog-xin88-promotions-and-bonuses-guide__hero-section {
        padding: 10px 15px 30px;
    }

    .page-blog-xin88-promotions-and-bonuses-guide__hero-image {
        max-width: 100%;
        height: auto; /* Ensure image scales down */
    }

    .page-blog-xin88-promotions-and-bonuses-guide__main-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
    }

    .page-blog-xin88-promotions-and-bonuses-guide__intro-text {
        font-size: 1rem;
    }

    .page-blog-xin88-promotions-and-bonuses-guide__cta-button {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .page-blog-xin88-promotions-and-bonuses-guide__section-title {
        font-size: clamp(1.5rem, 5vw, 2rem);
        margin: 40px auto 15px;
    }

    .page-blog-xin88-promotions-and-bonuses-guide__section-description {
        font-size: 0.95rem;
        margin-bottom: 30px;
    }

    .page-blog-xin88-promotions-and-bonuses-guide__promotion-cards,
    .page-blog-xin88-promotions-and-bonuses-guide__steps-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-blog-xin88-promotions-and-bonuses-guide__card-image {
        height: 180px; /* Adjust height for mobile */
    }

    .page-blog-xin88-promotions-and-bonuses-guide__card-title {
        font-size: 1.2rem;
    }

    .page-blog-xin88-promotions-and-bonuses-guide__card-text {
        font-size: 0.9rem;
    }

    .page-blog-xin88-promotions-and-bonuses-guide__terms-item,
    .page-blog-xin88-promotions-and-bonuses-guide__faq-item {
        padding: 15px 20px;
        margin-bottom: 10px;
    }

    .page-blog-xin88-promotions-and-bonuses-guide__faq-question {
        font-size: 1.1rem;
    }

    /* CRITICAL: Mobile image overflow fix */
    .page-blog-xin88-promotions-and-bonuses-guide img {
        max-width: 100%;
        height: auto;
    }

    /* Ensure content area does not cause horizontal scroll */
    .page-blog-xin88-promotions-and-bonuses-guide {
        overflow-x: hidden;
    }
}