.page-blog-hello88-promotions-analysis {
    background-color: #F4F7FB;
    color: #1F2D3D;
    font-family: Arial, sans-serif;
}

.page-blog-hello88-promotions-analysis__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 40px;
    background: linear-gradient(180deg, #2F6BFF 0%, #6FA3FF 100%);
    color: #FFFFFF;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-blog-hello88-promotions-analysis__hero-image-wrapper {
    width: 100%;
    max-width: 1600px;
    margin-bottom: 20px;
}

.page-blog-hello88-promotions-analysis__hero-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.page-blog-hello88-promotions-analysis__hero-content {
    max-width: 900px;
    padding: 0 20px;
    z-index: 1;
}

.page-blog-hello88-promotions-analysis__main-title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.page-blog-hello88-promotions-analysis__description {
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
}

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

.page-blog-hello88-promotions-analysis__cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 47, 255, 0.4);
}

.page-blog-hello88-promotions-analysis__content-section {
    padding: 50px 20px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    margin-top: -60px;
    position: relative;
    z-index: 2;
}

.page-blog-hello88-promotions-analysis__section-heading {
    font-size: 2.2rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 25px;
    margin-top: 40px;
    text-align: center;
    position: relative;
}

.page-blog-hello88-promotions-analysis__section-heading::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #2F6BFF;
    margin: 10px auto 0;
    border-radius: 2px;
}

.page-blog-hello88-promotions-analysis__paragraph {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #1F2D3D;
}

.page-blog-hello88-promotions-analysis__image-container {
    text-align: center;
    margin: 30px 0;
}

.page-blog-hello88-promotions-analysis__content-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0 auto;
}

.page-blog-hello88-promotions-analysis__list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-blog-hello88-promotions-analysis__list-item {
    background-color: #F4F7FB;
    border-left: 5px solid #2F6BFF;
    margin-bottom: 15px;
    padding: 15px 20px;
    border-radius: 6px;
    font-size: 1rem;
    line-height: 1.7;
    color: #1F2D3D;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-blog-hello88-promotions-analysis__numbered-list {
    list-style: decimal;
    padding-left: 25px;
    margin-bottom: 20px;
}

.page-blog-hello88-promotions-analysis__numbered-list .page-blog-hello88-promotions-analysis__list-item {
    background-color: transparent;
    border-left: none;
    box-shadow: none;
    padding: 5px 0;
    margin-bottom: 10px;
}

.page-blog-hello88-promotions-analysis__inline-link {
    color: #2F6BFF;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.page-blog-hello88-promotions-analysis__inline-link:hover {
    color: #6FA3FF;
    text-decoration: underline;
}

.page-blog-hello88-promotions-analysis__final-cta-wrapper {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .page-blog-hello88-promotions-analysis__hero-section {
        padding-bottom: 20px;
    }

    .page-blog-hello88-promotions-analysis__main-title {
        font-size: 2rem;
    }

    .page-blog-hello88-promotions-analysis__description {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .page-blog-hello88-promotions-analysis__cta-button {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .page-blog-hello88-promotions-analysis__content-section {
        padding: 30px 15px;
        margin-top: -40px;
    }

    .page-blog-hello88-promotions-analysis__section-heading {
        font-size: 1.8rem;
        margin-top: 30px;
    }

    .page-blog-hello88-promotions-analysis__paragraph,
    .page-blog-hello88-promotions-analysis__list-item {
        font-size: 0.95rem;
    }

    .page-blog-hello88-promotions-analysis__hero-image,
    .page-blog-hello88-promotions-analysis__content-image {
        max-width: 100%;
        height: auto;
    }
}