/* style/blog-88xx-nha-cai-exclusive-promotions-guide.css */

/* Variables based on custom color palette */
:root {
    --page-bg: #08160F;
    --card-bg: #11271B;
    --text-main: #F2FFF6;
    --text-secondary: #A7D9B8;
    --border-color: #2E7A4E;
    --divider-color: #1E3A2A;
    --glow-color: #57E38D;
    --gold-color: #F2C14E;
    --deep-green: #0A4B2C;
    --brand-primary: #11A84E;
    --brand-secondary: #22C768;
    --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide {
    background-color: var(--page-bg);
    color: var(--text-main); /* Light text for dark background */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 16px;
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Hero Section */
.page-blog-88xx-nha-cai-exclusive-promotions-guide__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px; /* Space below image */
    text-align: center;
    background-color: var(--deep-green); /* A darker green for the hero background */
    overflow: hidden; /* Ensure image doesn't overflow */
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide__hero-image-wrapper {
    width: 100%;
    max-height: 600px; /* Limit height on desktop */
    overflow: hidden;
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* Ensure image covers the area without distortion */
    object-position: center;
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide__hero-content {
    position: relative; /* Ensure content is above image if z-index is used, but we enforce image above text */
    padding: 20px;
    max-width: 800px;
    margin-top: 20px; /* Space between image and content */
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide__main-title {
    color: var(--gold-color); /* Gold for main title */
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-shadow: 0 0 10px rgba(87, 227, 141, 0.7); /* Glow effect */
    /* No fixed font-size for H1 */
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide__hero-description {
    color: var(--text-main);
    font-size: 1.1em;
    margin-bottom: 30px;
}

/* Sections */
.page-blog-88xx-nha-cai-exclusive-promotions-guide__section {
    padding: 60px 0;
    border-bottom: 1px solid var(--divider-color);
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide__section:last-of-type {
    border-bottom: none;
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide__section-title {
    color: var(--gold-color);
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.2em;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(87, 227, 141, 0.5);
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide__sub-title {
    color: var(--brand-secondary);
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.6em;
    font-weight: bold;
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide__text-block {
    color: var(--text-main);
    margin-bottom: 15px;
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide__text-block strong {
    color: var(--gold-color);
}

/* Images within content */
.page-blog-88xx-nha-cai-exclusive-promotions-guide__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--border-color);
    /* No CSS filters */
}

/* Lists */
.page-blog-88xx-nha-cai-exclusive-promotions-guide__list,
.page-blog-88xx-nha-cai-exclusive-promotions-guide__ordered-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: var(--text-secondary);
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide__ordered-list {
    list-style-type: decimal;
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide__list-item {
    margin-bottom: 10px;
    color: var(--text-main);
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide__list-item strong {
    color: var(--brand-secondary);
}

/* Buttons */
.page-blog-88xx-nha-cai-exclusive-promotions-guide__cta-button,
.page-blog-88xx-nha-cai-exclusive-promotions-guide__btn-primary,
.page-blog-88xx-nha-cai-exclusive-promotions-guide__btn-secondary {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    max-width: 100%; /* Button responsiveness */
    box-sizing: border-box; /* Button responsiveness */
    white-space: normal; /* Button responsiveness */
    word-wrap: break-word; /* Button responsiveness */
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide__cta-button,
.page-blog-88xx-nha-cai-exclusive-promotions-guide__btn-primary {
    background: var(--button-gradient);
    color: #ffffff; /* White text for contrast on green button */
    border: 2px solid var(--brand-primary);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide__cta-button:hover,
.page-blog-88xx-nha-cai-exclusive-promotions-guide__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%); /* Slight gradient shift on hover */
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide__btn-secondary {
    background-color: transparent;
    color: var(--brand-secondary);
    border: 2px solid var(--brand-secondary);
    box-shadow: none;
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide__btn-secondary:hover {
    background-color: var(--brand-secondary);
    color: var(--page-bg); /* Dark text on green background */
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap; /* Button responsiveness */
    width: 100%; /* Button responsiveness */
    max-width: 100%; /* Button responsiveness */
    box-sizing: border-box; /* Button responsiveness */
    overflow: hidden; /* Button responsiveness */
}

/* FAQ Section */
.page-blog-88xx-nha-cai-exclusive-promotions-guide__faq-list {
    margin-top: 30px;
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide__faq-item {
    background-color: var(--card-bg); /* Dark card background */
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.2em;
    font-weight: bold;
    color: var(--text-main); /* Light text for dark background */
    cursor: pointer;
    background-color: var(--deep-green); /* Slightly darker green for question */
    transition: background-color 0.3s ease;
    list-style: none; /* For details/summary */
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide__faq-question::-webkit-details-marker {
    display: none; /* Hide default marker for details/summary */
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide__faq-question:hover {
    background-color: var(--brand-primary);
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    color: var(--gold-color);
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide__faq-answer {
    padding: 0 25px 20px;
    color: var(--text-secondary); /* Secondary light text */
    font-size: 1.05em;
    /* max-height and overflow are handled by <details> natively */
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide__faq-item[open] .page-blog-88xx-nha-cai-exclusive-promotions-guide__faq-answer {
    padding-top: 15px; /* Add top padding when open */
}

/* Links within content */
.page-blog-88xx-nha-cai-exclusive-promotions-guide__text-block a {
    color: var(--gold-color); /* Gold for links */
    text-decoration: underline;
    transition: color 0.3s ease;
}

.page-blog-88xx-nha-cai-exclusive-promotions-guide__text-block a:hover {
    color: var(--glow-color);
}

/* Responsive styles */
@media (max-width: 768px) {
    .page-blog-88xx-nha-cai-exclusive-promotions-guide {
        font-size: 15px;
    }

    .page-blog-88xx-nha-cai-exclusive-promotions-guide__container {
        padding: 0 15px;
    }

    .page-blog-88xx-nha-cai-exclusive-promotions-guide__hero-section {
        padding-bottom: 20px;
        padding-top: 10px !important; /* Small top padding for mobile */
    }

    .page-blog-88xx-nha-cai-exclusive-promotions-guide__main-title {
        font-size: 1.8em;
    }

    .page-blog-88xx-nha-cai-exclusive-promotions-guide__section-title {
        font-size: 1.8em;
    }

    .page-blog-88xx-nha-cai-exclusive-promotions-guide__sub-title {
        font-size: 1.4em;
    }

    .page-blog-88xx-nha-cai-exclusive-promotions-guide__hero-image-wrapper,
    .page-blog-88xx-nha-cai-exclusive-promotions-guide__image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    .page-blog-88xx-nha-cai-exclusive-promotions-guide__cta-button,
    .page-blog-88xx-nha-cai-exclusive-promotions-guide__btn-primary,
    .page-blog-88xx-nha-cai-exclusive-promotions-guide__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding: 10px 20px;
    }

    .page-blog-88xx-nha-cai-exclusive-promotions-guide__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .page-blog-88xx-nha-cai-exclusive-promotions-guide__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
    }

    .page-blog-88xx-nha-cai-exclusive-promotions-guide__faq-answer {
        padding: 0 20px 15px;
    }

    .page-blog-88xx-nha-cai-exclusive-promotions-guide__section {
        padding: 40px 0;
    }
}