.page-blog-cap-nhat-khuyen-mai-moi-nhat-88qq {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light body background */
    background: #F5F7FA; /* Custom background color */
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-88qq__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-88qq__section {
    padding: 60px 0;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-88qq__section:nth-child(even) {
    background: #ffffff; /* Alternate section background */
}

/* Hero Section */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-88qq__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding-top: 10px; /* Small top padding, body handles header offset */
    padding-bottom: 60px;
    background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-88qq__hero-image-wrapper {
    width: 100%;
    max-height: 600px; /* Limit height for desktop hero image */
    overflow: hidden;
    margin-bottom: 30px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-88qq__hero-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-88qq__hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    padding: 0 20px;
    color: #ffffff;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-88qq__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive H1 font size */
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #ffffff;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-88qq__subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
    color: #ffffff;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-88qq__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap; /* Allow wrapping for buttons */
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-88qq__btn-primary,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-88qq__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text wrapping */
    max-width: 100%; /* Ensure button doesn't overflow */
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-88qq__btn-primary {
    background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 15px rgba(229, 57, 53, 0.4);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-88qq__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(229, 57, 53, 0.6);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-88qq__btn-secondary {
    background: #ffffff;
    color: #E53935;
    border: 2px solid #E53935;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-88qq__btn-secondary:hover {
    background: #f0f0f0;
    color: #FF5A4F;
    border-color: #FF5A4F;
    transform: translateY(-2px);
}

/* Section Title */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-88qq__section-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
    color: #E53935;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.3;
}

/* Text Block */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-88qq__text-block {
    font-size: 1.1rem;
    margin-bottom: 20px;
    text-align: justify;
    color: #333333;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-88qq__text-block strong {
    color: #E53935;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-88qq__text-block a {
    color: #E53935;
    text-decoration: underline;
}

/* Promo Grid */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-88qq__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-88qq__promo-card {
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #E0E0E0; /* Card border */
    display: flex;
    flex-direction: column;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-88qq__promo-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-88qq__card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-bottom: 1px solid #e0e0e0;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-88qq__card-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #E53935;
    margin: 20px 15px 10px;
    line-height: 1.4;
}