/* style/blog-888vn-latest-promotions-2024.css */
.page-blog-888vn-latest-promotions-2024 {
    font-family: 'Arial', sans-serif;
    color: #333333; /* Dark text for light body background #F5F7FA */
    line-height: 1.6;
    background-color: #F5F7FA; /* Ensure main container has background to avoid transparency issues */
}

.page-blog-888vn-latest-promotions-2024__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Hero Section */
.page-blog-888vn-latest-promotions-2024__hero-section {
    position: relative;
    overflow: hidden;
    padding-top: 10px; /* Small top padding, body handles header offset */
    background-color: #F5F7FA; /* Ensure background */
}

.page-blog-888vn-latest-promotions-2024__hero-image {
    width: 100%;
    height: auto;
    display: block;
}

.page-blog-888vn-latest-promotions-2024__hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* Default cover, will be contain on mobile */
}

.page-blog-888vn-latest-promotions-2024__hero-content {
    text-align: center;
    padding: 40px 15px 60px;
    max-width: 900px;
    margin: 0 auto;
}

.page-blog-888vn-latest-promotions-2024__main-title {
    font-size: clamp(2.5rem, 4vw, 3.5rem); /* Responsive H1 font size */
    color: #E53935;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.page-blog-888vn-latest-promotions-2024__description {
    font-size: 1.15rem;
    color: #333333;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-888vn-latest-promotions-2024__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    width: 100%; /* Important for mobile responsiveness */
    max-width: 100%; /* Important for mobile responsiveness */
    box-sizing: border-box;
}

.page-blog-888vn-latest-promotions-2024__btn-primary,
.page-blog-888vn-latest-promotions-2024__btn-secondary,
.page-blog-888vn-latest-promotions-2024__card-btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-align: center;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%; /* Ensure buttons don't overflow */
}

.page-blog-888vn-latest-promotions-2024__btn-primary {
    background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
    color: #ffffff;
    border: none;
}

.page-blog-888vn-latest-promotions-2024__btn-primary:hover {
    background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.page-blog-888vn-latest-promotions-2024__btn-secondary {
    background: #ffffff;
    color: #E53935;
    border: 2px solid #E53935;
}

.page-blog-888vn-latest-promotions-2024__btn-secondary:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* General Section Styles */
.page-blog-888vn-latest-promotions-2024__overview-section,
.page-blog-888vn-latest-promotions-2024__promo-categories,
.page-blog-888vn-latest-promotions-2024__special-events,
.page-blog-888vn-latest-promotions-2024__how-to-claim,
.page-blog-888vn-latest-promotions-2024__why-choose,
.page-blog-888vn-latest-promotions-2024__faq-section {
    padding: 60px 0;
    background-color: #F5F7FA;
}

.page-blog-888vn-latest-promotions-2024__section-title {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: #E53935;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

.page-blog-888vn-latest-promotions-2024__section-title--light {
    color: #ffffff;
}

/* Promo Categories Grid */
.page-blog-888vn-latest-promotions-2024__category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-blog-888vn-latest-promotions-2024__promo-card {
    background: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 20px;
}

.page-blog-888vn-latest-promotions-2024__promo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.page-blog-888vn-latest-promotions-2024__promo-card img {
    width: 100%;
    height: 220px; /* Fixed height for consistency */
    object-fit: cover;
    display: block;
    margin-bottom: 20px;
}

.page-blog-888vn-latest-promotions-2024__card-title {
    font-size: 1.4rem;
    color: #E53935;
    margin: 0 15px 10px;
    font-weight: 600;
}

.page-blog-888vn-latest-promotions-2024__promo-card p {
    font-size: 1rem;
    color: #555555;
    padding: 0 15px;
    margin-bottom: 20px;
    flex-grow: 1; /* Allow paragraph to take available space */
}

.page-blog-888vn-latest-promotions-2024__card-btn {
    background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
    color: #ffffff;
    border: none;
    margin: 0 15px;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 0.95rem;
}

.page-blog-888vn-latest-promotions-2024__card-btn:hover {
    background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

/* Special Events List */
.page-blog-888vn-latest-promotions-2024__event-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    text-align: left;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-888vn-latest-promotions-2024__event-list li {
    background: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    font-size: 1.05rem;
    color: #333333;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.page-blog-888vn-latest-promotions-2024__event-list li strong {
    color: #E53935;
    font-weight: 700;
}

/* How to Claim Steps */
.page-blog-888vn-latest-promotions-2024__steps-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    counter-reset: step-counter;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-888vn-latest-promotions-2024__steps-list li {
    background: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 25px 30px 25px 70px;
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #333333;
    position: relative;
    box-shadow: 0 3px 12px rgba(0,0,0,0.05);
    text-align: left;
}

.page-blog-888vn-latest-promotions-2024__steps-list li::before {
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    background: #E53935;
    color: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.2rem;
}

.page-blog-888vn-latest-promotions-2024__steps-list li strong {
    color: #E53935;
}

/* Why Choose Features */
.page-blog-888vn-latest-promotions-2024__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-blog-888vn-latest-promotions-2024__feature-item {
    background: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}