.page-blog-hb88-login-promotions-and-bonuses {
    background-color: #F4F7FB; /* Background */
    color: #1F2D3D; /* Text Main */
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-blog-hb88-login-promotions-and-bonuses__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Hero Section */
.page-blog-hb88-login-promotions-and-bonuses__hero-section {
    position: relative;
    background-color: #2F6BFF; /* Primary */
    padding-bottom: 40px; /* Space for content below image */
    padding-top: 0; /* Handled by body padding-top in shared.css */
}

.page-blog-hb88-login-promotions-and-bonuses__hero-image-wrapper {
    width: 100%;
    overflow: hidden;
}

.page-blog-hb88-login-promotions-and-bonuses__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    min-height: 200px; /* Min size constraint */
    min-width: 200px; /* Min size constraint */
}

.page-blog-hb88-login-promotions-and-bonuses__hero-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    color: #FFFFFF; /* White text on blue background */
}

.page-blog-hb88-login-promotions-and-bonuses__hero-title {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
    color: #FFFFFF;
    font-size: clamp(2.2rem, 4vw, 3.5rem); /* Example clamp for responsive H1 */
}

.page-blog-hb88-login-promotions-and-bonuses__hero-description {
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.page-blog-hb88-login-promotions-and-bonuses__hero-cta {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 8px;
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button color */
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: opacity 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-blog-hb88-login-promotions-and-bonuses__hero-cta:hover {
    opacity: 0.9;
}

/* Content Section */
.page-blog-hb88-login-promotions-and-bonuses__content-section {
    padding: 40px 0;
}

.page-blog-hb88-login-promotions-and-bonuses__section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1F2D3D; /* Text Main */
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
}

.page-blog-hb88-login-promotions-and-bonuses__paragraph {
    font-size: 1rem;
    color: #1F2D3D; /* Text Main */
    margin-bottom: 20px;
    text-align: justify;
}

/* Promo Grid */
.page-blog-hb88-login-promotions-and-bonuses__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.page-blog-hb88-login-promotions-and-bonuses__promo-card {
    background-color: #FFFFFF; /* Card BG */
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 450px; /* Ensure cards have similar height */
}

.page-blog-hb88-login-promotions-and-bonuses__promo-card-image {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    min-width: 200px; /* Min size constraint */
    min-height: 200px; /* Min size constraint */
}

.page-blog-hb88-login-promotions-and-bonuses__promo-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000000; /* Custom Color_1776249996415 */
    margin-bottom: 10px;
}

.page-blog-hb88-login-promotions-and-bonuses__promo-card-description {
    font-size: 0.95rem;
    color: #1F2D3D; /* Text Main */
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-blog-hb88-login-promotions-and-bonuses__promo-card-cta {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 6px;
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button color */
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: opacity 0.3s ease;
    border: none;
    cursor: pointer;
    margin-top: auto; /* Push to bottom */
}

.page-blog-hb88-login-promotions-and-bonuses__promo-card-cta:hover {
    opacity: 0.9;
}

/* Steps List */
.page-blog-hb88-login-promotions-and-bonuses__steps-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 60px;
}

.page-blog-hb88-login-promotions-and-bonuses__steps-item {
    background-color: #FFFFFF; /* Card BG */
    border-left: 5px solid #2F6BFF; /* Primary */
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-blog-hb88-login-promotions-and-bonuses__steps-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #000000; /* Custom Color_1776249996415 */
    margin-bottom: 10px;
}

.page-blog-hb88-login-promotions-and-bonuses__steps-description {
    font-size: 1rem;
    color: #1F2D3D; /* Text Main */
}

.page-blog-hb88-login-promotions-and-bonuses__steps-description a {
    color: #2F6BFF; /* Primary */
    text-decoration: none;
    font-weight: 600;
}

.page-blog-hb88-login-promotions-and-bonuses__steps-description a:hover {
    text-decoration: underline;
}

/* FAQ List */
.page-blog-hb88-login-promotions-and-bonuses__faq-list {
    margin-top: 40px;
    margin-bottom: 60px;
}

.page-blog-hb88-login-promotions-and-bonuses__faq-item {
    background-color: #FFFFFF; /* Card BG */
    border: 1px solid #D6E2FF; /* Border */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-hb88-login-promotions-and-bonuses__faq-question {
    font-size: 1.15rem;
    font-weight: 600;
    color: #000000; /* Custom Color_1776249996415 */
    padding: 18px 25px;
    cursor: pointer;
    position: relative;
    margin: 0;
    display: block;
    text-align: left;
}

.page-blog-hb88-login-promotions-and-bonuses__faq-question::after {
    content: '+';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #2F6BFF; /* Primary */
}

.page-blog-hb88-login-promotions-and-bonuses__faq-item.active .page-blog-hb88-login-promotions-and-bonuses__faq-question::after {
    content: '-';
}

.page-blog-hb88-login-promotions-and-bonuses__faq-answer {
    font-size: 1rem;
    color: #1F2D3D; /* Text Main */
    padding: 0 25px 20px;
    margin: 0;
    display: none; /* Hidden by default, toggled by JS */
    text-align: left;
}

.page-blog-hb88-login-promotions-and-bonuses__faq-item.active .page-blog-hb88-login-promotions-and-bonuses__faq-answer {
    display: block;
}

.page-blog-hb88-login-promotions-and-bonuses__faq-answer a {
    color: #2F6BFF; /* Primary */
    text-decoration: none;
    font-weight: 600;
}

.page-blog-hb88-login-promotions-and-bonuses__faq-answer a:hover {
    text-decoration: underline;
}

/* CTA Banner */
.page-blog-hb88-login-promotions-and-bonuses__cta-banner {
    background-color: #2F6BFF; /* Primary */
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}

.page-blog-hb88-login-promotions-and-bonuses__cta-banner-image {
    width: 100%;
    max-width: 600px; /* Adjust based on design */
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    min-width: 200px; /* Min size constraint */
    min-height: 200px; /* Min size constraint */
}

.page-blog-hb88-login-promotions-and-bonuses__cta-banner-content {
    z-index: 1;
}

.page-blog-hb88-login-promotions-and-bonuses__cta-banner-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.page-blog-hb88-login-promotions-and-bonuses__cta-banner-description {
    font-size: 1.1rem;
    margin-bottom: 25px;
    color: #FFFFFF;
}

.page-blog-hb88-login-promotions-and-bonuses__cta-banner-button {
    display: inline-block;
    padding: 14px 35px;
    border-radius: 8px;
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button color */
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: opacity 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-blog-hb88-login-promotions-and-bonuses__cta-banner-button:hover {
    opacity: 0.9;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-blog-hb88-login-promotions-and-bonuses__container {
        padding: 15px;
    }

    .page-blog-hb88-login-promotions-and-bonuses__hero-title {
        font-size: clamp(1.8rem, 8vw, 2.5rem);
    }

    .page-blog-hb88-login-promotions-and-bonuses__hero-description {
        font-size: 1rem;
    }

    .page-blog-hb88-login-promotions-and-bonuses__promo-grid {
        grid-template-columns: 1fr;
    }

    .page-blog-hb88-login-promotions-and-bonuses__promo-card-image,
    .page-blog-hb88-login-promotions-and-bonuses__cta-banner-image {
        max-width: 100%;
        height: auto; /* Ensure responsiveness */
        min-width: 200px; /* Ensure minimum size */
        min-height: 200px; /* Ensure minimum size */
    }

    .page-blog-hb88-login-promotions-and-bonuses__section-title {
        font-size: 1.8rem;
    }

    .page-blog-hb88-login-promotions-and-bonuses__cta-banner-title {
        font-size: 1.6rem;
    }
    
    /* Mobile content image constraint */
    .page-blog-hb88-login-promotions-and-bonuses img {
        max-width: 100%;
        height: auto;
        min-width: 200px; /* Enforce min size even in mobile */
        min-height: 200px; /* Enforce min size even in mobile */
    }
    /* Ensure content area does not cause horizontal scroll */
    .page-blog-hb88-login-promotions-and-bonuses {
        overflow-x: hidden;
    }
}