/* style/blog-cap-nhat-khuyen-mai-moi-nhat-ta88.css */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333333;
    background-color: #F5F7FA;
}

/* HERO Section */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__hero-section {
    padding-top: 10px; /* Small top padding, body handles header offset */
    padding-bottom: 60px;
    background-color: #ffffff;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 20px 15px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__hero-content {
    flex: 1;
    min-width: 300px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__main-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    color: #E53935;
    margin-bottom: 20px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__hero-description {
    font-size: 1.1rem;
    color: #333333;
    margin-bottom: 30px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__btn-primary,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__btn-secondary,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__btn-link {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__btn-primary {
    background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
    color: #ffffff;
    border: 2px solid transparent;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

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

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

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__hero-image {
    flex: 1;
    min-width: 400px;
    text-align: center;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__side-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

/* General Sections */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__section-title {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 700;
    color: #E53935;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 40px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__section-description {
    font-size: 1.1rem;
    color: #333333;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

/* Intro Section */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__intro-section {
    padding-bottom: 60px;
    background-color: #F5F7FA;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    text-align: center;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__feature-item {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__feature-item:hover {
    transform: translateY(-5px);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__icon-box-media {
    width: 240px;
    height: 240px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #FF5A4F;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__icon-box-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__feature-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #E53935;
    margin-bottom: 10px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__feature-text {
    font-size: 1rem;
    color: #333333;
}

/* Promo Details Section */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__promo-details-section {
    padding-bottom: 60px;
    background-color: #ffffff;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__promo-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.3s ease;
    border: 1px solid #E0E0E0;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__promo-card:hover {
    transform: translateY(-5px);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__promo-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__promo-content {
    padding: 20px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__promo-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #E53935;
    margin-bottom: 10px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__promo-text {
    font-size: 1rem;
    color: #333333;
    margin-bottom: 20px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__btn-link {
    color: #FF5A4F;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__btn-link::after {
    content: '→';
    font-size: 1.2em;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__btn-link:hover {
    text-decoration: underline;
}

/* How To Claim Section */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__how-to-claim-section {
    padding-bottom: 60px;
    background-color: #F5F7FA;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__step-item {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    padding-top: 60px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__step-number {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #E53935;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 700;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__step-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #E53935;
    margin-bottom: 10px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__step-text {
    font-size: 1rem;
    color: #333333;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__cta-center {
    text-align: center;
}

/* FAQ Section */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__faq-section {
    padding-bottom: 60px;
    background-color: #ffffff;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__faq-item {
    background-color: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.15rem;
    font-weight: 600;
    color: #333333;
    cursor: pointer;
    background-color: #f9f9f9;
    border-bottom: 1px solid #E0E0E0;
    user-select: none;
    transition: background-color 0.3s ease;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__faq-item[open] .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__faq-question {
    background-color: #E53935;
    color: #ffffff;
    border-bottom-color: transparent;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 15px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__faq-item[open] .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__faq-toggle {
    content: '−';
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__faq-answer {
    padding: 20px 25px;
    font-size: 1rem;
    color: #333333;
    background-color: #ffffff;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__faq-answer p {
    margin-bottom: 0;
}

/* Final CTA Section */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__cta-final-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
    color: #ffffff;
    text-align: center;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__cta-final-section .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__section-title {
    color: #ffffff;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__cta-final-section .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__section-description {
    color: #f0f0f0;
    margin-bottom: 40px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__cta-final-section .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__cta-buttons {
    justify-content: center;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__cta-final-section .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__btn-primary {
    background: #ffffff;
    color: #E53935;
    border: 2px solid #ffffff;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__cta-final-section .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__btn-primary:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__cta-final-section .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__cta-final-section .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

/* Universal image responsiveness for content area */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88 img {
    max-width: 100%;
    height: auto;
    display: block;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__section,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__card,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__container {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

/* Mobile Media Queries (max-width: 768px) */
@media (max-width: 768px) {
    /* General responsiveness for content containers */
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__container,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__hero-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* HERO Section */
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__hero-section {
        padding-top: 10px !important;
        padding-bottom: 40px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__hero-container {
        flex-direction: column;
        gap: 30px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__hero-content,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__hero-image {
        min-width: unset;
        width: 100%;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__main-title {
        font-size: clamp(2rem, 8vw, 2.5rem);
        text-align: center;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__hero-description {
        font-size: 1rem;
        text-align: center;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__cta-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__btn-primary,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__btn-secondary,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88 a[class*="button"],
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88 a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* Intro Section - Module 1 three-column */
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__features-grid {
        grid-template-columns: 1fr;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__icon-box-media {
        width: 200px; /* Still circular and >= 200px */
        height: 200px;
    }

    /* Promo Details Section - Content sections */
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__promo-grid {
        grid-template-columns: 1fr;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__promo-image {
        height: 180px;
    }

    /* How To Claim Section - Content sections */
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__steps-grid {
        grid-template-columns: 1fr;
    }

    /* FAQ Section - Content sections */
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__faq-question {
        font-size: 1rem;
        padding: 15px 20px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__faq-answer {
        padding: 15px 20px;
    }

    /* Final CTA Section - Content sections */
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__cta-final-section .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__cta-buttons {
        flex-direction: column;
    }

    /* Universal image responsiveness for content area */
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__section,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__card,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-ta88__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}