.page-blog-bongvip-03-best-platform-2024 {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #1F2D3D; /* Text Main */
    background: #F4F7FB; /* Background */
}

/* Hero Section */
.page-blog-bongvip-03-best-platform-2024__hero-section {
    position: relative;
    display: flex;
    flex-direction: column; /* Ensure image is above content */
    align-items: center;
    padding-top: 10px; /* Small top padding, assuming body handles header offset */
    padding-bottom: 40px;
    background: linear-gradient(180deg, #6FA3FF 0%, #2F6BFF 100%); /* Blend main and auxiliary */
    color: #ffffff;
    text-align: center;
    overflow: hidden; /* For image */
}

.page-blog-bongvip-03-best-platform-2024__hero-image {
    width: 100%;
    max-height: 500px; /* Limit height */
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.page-blog-bongvip-03-best-platform-2024__hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-bongvip-03-best-platform-2024__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin-top: 20px; /* Space between image and text */
    padding: 0 15px;
}

.page-blog-bongvip-03-best-platform-2024__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
}

.page-blog-bongvip-03-best-platform-2024__hero-description {
    font-size: 1.2rem;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #f0f0f0;
}

/* General Section Styling */
.page-blog-bongvip-03-best-platform-2024__section {
    padding: 60px 0;
}

.page-blog-bongvip-03-best-platform-2024__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-blog-bongvip-03-best-platform-2024__section-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
    color: #1F2D3D; /* Text Main */
    text-align: center;
    margin-bottom: 40px;
}

.page-blog-bongvip-03-best-platform-2024__text-block {
    font-size: 1.1rem;
    margin-bottom: 20px;
    text-align: justify;
}

.page-blog-bongvip-03-best-platform-2024__content-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}