/* style/blog-sodo79-nha-cai-latest-promotions-overview.css */
/* General styles */
.page-blog-sodo79-nha-cai-latest-promotions-overview {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #F2FFF6; /* Text Main, for dark background #08160F */
    background-color: #08160F; /* Background */
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Headings */
.page-blog-sodo79-nha-cai-latest-promotions-overview__main-title {
    font-size: 3.2em; /* Use em/rem for responsiveness, will be checked for H1 size rule */
    font-weight: 700;
    color: #F2FFF6; /* Text Main */
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__section-title {
    font-size: 2.5em;
    font-weight: 700;
    color: #F2FFF6; /* Text Main */
    text-align: center;
    margin-bottom: 40px;
    margin-top: 60px;
    position: relative;
    padding-bottom: 15px;
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #11A84E, #22C768); /* Brand colors */
    border-radius: 2px;
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__sub-title {
    font-size: 1.8em;
    font-weight: 600;
    color: #22C768; /* Auxiliary color */
    margin-top: 40px;
    margin-bottom: 15px;
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__mini-title {
    font-size: 1.4em;
    font-weight: 500;
    color: #11A84E; /* Main color */
    margin-top: 25px;
    margin-bottom: 10px;
}

/* Text elements */
.page-blog-sodo79-nha-cai-latest-promotions-overview p {
    margin-bottom: 15px;
    color: #F2FFF6; /* Text Main */
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__hero-description {
    font-size: 1.2em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px auto;
    color: #A7D9B8; /* Text Secondary */
}

/* Lists */
.page-blog-sodo79-nha-cai-latest-promotions-overview__ordered-list,
.page-blog-sodo79-nha-cai-latest-promotions-overview__unordered-list {
    margin-left: 25px;
    margin-bottom: 15px;
    color: #F2FFF6; /* Text Main */
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__ordered-list li,
.page-blog-sodo79-nha-cai-latest-promotions-overview__unordered-list li {
    margin-bottom: 8px;
    color: #F2FFF6; /* Text Main */
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__unordered-list strong {
    color: #22C768; /* Auxiliary color */
}

/* Links */
.page-blog-sodo79-nha-cai-latest-promotions-overview__inline-link {
    color: #2AD16F; /* A brighter green for links */
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__inline-link:hover {
    color: #57E38D; /* Glow */
    text-decoration: underline;
}

/* Buttons */
.page-blog-sodo79-nha-cai-latest-promotions-overview__cta-button {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button gradient */
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.1em;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(17, 168, 78, 0.4);
    text-align: center;
    max-width: 100%; /* Button responsiveness */
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__cta-button:hover {
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
    box-shadow: 0 8px 20px rgba(17, 168, 78, 0.6), 0 0 10px #57E38D; /* Added glow on hover */
    transform: translateY(-2px);
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__cta-button--large {
    padding: 18px 40px;
    font-size: 1.3em;
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__cta-container {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__cta-container--bottom {
    margin-top: 60px;
    margin-bottom: 60px;
}


/* Hero Section */
.page-blog-sodo79-nha-cai-latest-promotions-overview__hero-section {
    position: relative;
    padding: 10px 0 60px 0; /* Small padding-top as body handles header offset */
    background-color: #08160F; /* Background */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    overflow: hidden; /* Ensure no overflow */
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__hero-image-wrapper {
    width: 100%;
    max-height: 600px; /* Limit height for hero image */
    overflow: hidden;
    margin-bottom: 30px;
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
    min-height: 300px; /* Minimum height for hero image */
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 900px;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Image styles within content */
.page-blog-sodo79-nha-cai-latest-promotions-overview__image-full-width {
    width: 100%;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    object-fit: cover;
    min-height: 200px; /* Minimum size requirement */
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__image-content {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    object-fit: cover;
    max-width: 800px; /* Limit width for content images */
    min-height: 200px; /* Minimum size requirement */
}

/* Card styles */
.page-blog-sodo79-nha-cai-latest-promotions-overview__reason-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__card {
    background-color: #11271B; /* Card B G */
    border: 1px solid #2E7A4E; /* Border */
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #F2FFF6; /* Text Main on dark card background */
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6), 0 0 15px #57E38D; /* Glow on hover */
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__card-title {
    font-size: 1.5em;
    color: #22C768; /* Auxiliary color */
    margin-bottom: 15px;
    font-weight: 600;
}

/* FAQ Section */
.page-blog-sodo79-nha-cai-latest-promotions-overview__faq-list {
    margin-top: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__faq-item {
    background-color: #11271B; /* Card B G */
    border: 1px solid #2E7A4E; /* Border */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.15em;
    font-weight: 600;
    color: #F2FFF6; /* Text Main */
    cursor: pointer;
    background-color: #0A4B2C; /* Deep Green for question background */
    border-bottom: 1px solid #2E7A4E; /* Divider */
    user-select: none;
    list-style: none; /* For details/summary */
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__faq-item[open] .page-blog-sodo79-nha-cai-latest-promotions-overview__faq-question {
    background-color: #11A84E; /* Main color when open */
    border-bottom-color: transparent;
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__faq-qtext {
    flex-grow: 1;
    padding-right: 15px;
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__faq-toggle {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1;
    color: #F2FFF6;
    transition: transform 0.3s ease;
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__faq-item[open] .page-blog-sodo79-nha-cai-latest-promotions-overview__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__faq-answer {
    padding: 20px 25px;
    font-size: 1em;
    color: #A7D9B8; /* Text Secondary */
    background-color: #11271B; /* Card B G */
}

.page-blog-sodo79-nha-cai-latest-promotions-overview__faq-answer p {
    margin-bottom: 0;
    color: #A7D9B8;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .page-blog-sodo79-nha-cai-latest-promotions-overview__main-title {
        font-size: 2.8em;
    }

    .page-blog-sodo79-nha-cai-latest-promotions-overview__section-title {
        font-size: 2em;
    }

    .page-blog-sodo79-nha-cai-latest-promotions-overview__sub-title {
        font-size: 1.6em;
    }
}

@media (max-width: 768px) {
    .page-blog-sodo79-nha-cai-latest-promotions-overview__main-title {
        font-size: clamp(2em, 8vw, 2.5em); /* H1 font size clamp */
        margin-top: 20px;
    }

    .page-blog-sodo79-nha-cai-latest-promotions-overview__hero-description {
        font-size: 1em;
        padding: 0 15px;
    }

    .page-blog-sodo79-nha-cai-latest-promotions-overview__hero-section {
        padding-bottom: 40px;
    }

    .page-blog-sodo79-nha-cai-latest-promotions-overview__section-title {
        font-size: 1.8em;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .page-blog-sodo79-nha-cai-latest-promotions-overview__sub-title {
        font-size: 1.4em;
        margin-top: 30px;
    }

    .page-blog-sodo79-nha-cai-latest-promotions-overview__mini-title {
        font-size: 1.2em;
        margin-top: 20px;
    }

    .page-blog-sodo79-nha-cai-latest-promotions-overview__cta-button {
        padding: 12px 20px;
        font-size: 1em;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-blog-sodo79-nha-cai-latest-promotions-overview__cta-button--large {
        padding: 15px 25px;
        font-size: 1.1em;
    }

    .page-blog-sodo79-nha-cai-latest-promotions-overview__cta-container {
        padding: 0 15px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-sodo79-nha-cai-latest-promotions-overview__reason-cards {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }

    .page-blog-sodo79-nha-cai-latest-promotions-overview__card {
        padding: 25px;
    }

    .page-blog-sodo79-nha-cai-latest-promotions-overview__faq-question {
        font-size: 1em;
        padding: 15px 20px;
    }

    .page-blog-sodo79-nha-cai-latest-promotions-overview__faq-answer {
        padding: 15px 20px;
    }

    /* Mobile image responsiveness */
    .page-blog-sodo79-nha-cai-latest-promotions-overview img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    
    .page-blog-sodo79-nha-cai-latest-promotions-overview__hero-image-wrapper,
    .page-blog-sodo79-nha-cai-latest-promotions-overview__container,
    .page-blog-sodo79-nha-cai-latest-promotions-overview__text-block,
    .page-blog-sodo79-nha-cai-latest-promotions-overview__reason-cards,
    .page-blog-sodo79-nha-cai-latest-promotions-overview__faq-list {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important; /* Ensure no horizontal scroll */
    }

    .page-blog-sodo79-nha-cai-latest-promotions-overview__hero-section {
        padding-top: 10px !important; /* body already handles --header-offset */
    }

    /* Ensure content area images are at least 200px */
    .page-blog-sodo79-nha-cai-latest-promotions-overview__image-full-width,
    .page-blog-sodo79-nha-cai-latest-promotions-overview__image-content {
        min-width: unset; /* Allow smaller display if max-width: 100% shrinks it */
        min-height: unset;
        width: 100% !important;
        height: auto !important;
    }
}

/* Custom color rules (ensure contrast) */
.page-blog-sodo79-nha-cai-latest-promotions-overview__dark-section {
  background: #0A4B2C; /* Deep Green */
  color: #F2FFF6; /* Text Main */
}

/* Text color for specific elements if needed, ensuring contrast */
.page-blog-sodo79-nha-cai-latest-promotions-overview__text-main {
    color: #F2FFF6;
}
.page-blog-sodo79-nha-cai-latest-promotions-overview__text-secondary {
    color: #A7D9B8;
}
.page-blog-sodo79-nha-cai-latest-promotions-overview__gold-text {
    color: #F2C14E;
}