/* style/blog-c54-chinh-thuc-review-2024.css */
:root {
    --primary-color: #F2C14E;
    --secondary-color: #FFD36B;
    --card-bg-color: #111111;
    --bg-color: #0A0A0A;
    --text-main-color: #FFF6D6;
    --border-color: #3A2A12;
    --glow-color: #FFD36B;
}

.page-blog-c54-chinh-thuc-review-2024 {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-main-color); /* Default text color for the page */
    background-color: var(--bg-color); /* Default background for the page */
}

.page-blog-c54-chinh-thuc-review-2024__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* HERO Section */
.page-blog-c54-chinh-thuc-review-2024__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    padding-top: 10px; /* Small top padding, body handles header offset */
    overflow: hidden;
    background-color: #0A0A0A;
}

.page-blog-c54-chinh-thuc-review-2024__hero-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.page-blog-c54-chinh-thuc-review-2024__hero-image {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.page-blog-c54-chinh-thuc-review-2024__hero-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 0 20px rgba(242, 193, 78, 0.5);
}

.page-blog-c54-chinh-thuc-review-2024__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    color: var(--text-main-color);
}

.page-blog-c54-chinh-thuc-review-2024__main-title {
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--secondary-color);
    margin-bottom: 15px;
    text-shadow: 0 0 10px rgba(255, 211, 107, 0.7);
}

.page-blog-c54-chinh-thuc-review-2024__subtitle {
    font-size: 1.1em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #f0e0c0;
}

.page-blog-c54-chinh-thuc-review-2024__cta-button,
.page-blog-c54-chinh-thuc-review-2024__btn-primary,
.page-blog-c54-chinh-thuc-review-2024__btn-secondary,
.page-blog-c54-chinh-thuc-review-2024 a[class*="button"],
.page-blog-c54-chinh-thuc-review-2024 a[class*="btn"] {
    display: inline-block;
    padding: 15px 40px;
    background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
    color: #111111; /* Dark text for bright button */
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(242, 193, 78, 0.4);
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-c54-chinh-thuc-review-2024__cta-button:hover,
.page-blog-c54-chinh-thuc-review-2024__btn-primary:hover {
    background: linear-gradient(180deg, #FFE88A 0%, #ECA620 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(242, 193, 78, 0.6);
}

.page-blog-c54-chinh-thuc-review-2024__btn-secondary {
    background: #111111;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    margin-left: 20px;
    box-shadow: none;
}

.page-blog-c54-chinh-thuc-review-2024__btn-secondary:hover {
    background: var(--secondary-color);
    color: #111111;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 211, 107, 0.4);
}

.page-blog-c54-chinh-thuc-review-2024__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

/* Content Sections */
.page-blog-c54-chinh-thuc-review-2024__content-section {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.page-blog-c54-chinh-thuc-review-2024__light-bg {
    background-color: var(--bg-color);
    color: var(--text-main-color);
}

.page-blog-c54-chinh-thuc-review-2024__dark-bg {
    background-color: var(--card-bg-color);
    color: var(--text-main-color);
}

.page-blog-c54-chinh-thuc-review-2024__section-title {
    font-size: 2.2em;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    text-shadow: 0 0 8px rgba(242, 193, 78, 0.3);
}

.page-blog-c54-chinh-thuc-review-2024__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: var(--primary-color);
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-blog-c54-chinh-thuc-review-2024__text-block {
    margin-bottom: 20px;
    font-size: 1.05em;
    color: #e0e0e0;
}

.page-blog-c54-chinh-thuc-review-2024__text-block a {
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: bold;
}

.page-blog-c54-chinh-thuc-review-2024__text-block a:hover {
    text-decoration: underline;
}

.page-blog-c54-chinh-thuc-review-2024__content-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    min-width: 200px; /* Enforce min size */
    min-height: 200px; /* Enforce min size */
}

/* Feature Grid */
.page-blog-c54-chinh-thuc-review-2024__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-c54-chinh-thuc-review-2024__feature-card {
    background-color: #1a1a1a;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #f0f0f0;
}

.page-blog-c54-chinh-thuc-review-2024__feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(242, 193, 78, 0.2);
}

.page-blog-c54-chinh-thuc-review-2024__feature-title {
    font-size: 1.5em;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.page-blog-c54-chinh-thuc-review-2024__feature-description {
    font-size: 0.95em;
    color: #cccccc;
    margin-bottom: 20px;
}

.page-blog-c54-chinh-thuc-review-2024__feature-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 5px;
    margin-top: 20px;
    min-width: 200px; /* Enforce min size */
    min-height: 200px; /* Enforce min size */
}

/* Promo List */
.page-blog-c54-chinh-thuc-review-2024__promo-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.page-blog-c54-chinh-thuc-review-2024__promo-list li {
    background-color: #1a1a1a;
    border-left: 4px solid var(--primary-color);
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #e0e0e0;
}

.page-blog-c54-chinh-thuc-review-2024__promo-list li strong {
    color: var(--secondary-color);
}

/* FAQ Section */
.page-blog-c54-chinh-thuc-review-2024__faq-section {
    padding: 60px 0;
    background-color: var(--bg-color);
    color: var(--text-main-color);
}

.page-blog-c54-chinh-thuc-review-2024__faq-list {
    margin-top: 30px;
}

details.page-blog-c54-chinh-thuc-review-2024__faq-item {
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid var(--border-color);
    overflow: hidden;
    background: var(--card-bg-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

details.page-blog-c54-chinh-thuc-review-2024__faq-item summary.page-blog-c54-chinh-thuc-review-2024__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    cursor: pointer;
    user-select: none;
    list-style: none;
    transition: background-color 0.3s ease;
    color: var(--text-main-color);
}

details.page-blog-c54-chinh-thuc-review-2024__faq-item summary.page-blog-c54-chinh-thuc-review-2024__faq-question::-webkit-details-marker {
    display: none;
}

details.page-blog-c54-chinh-thuc-review-2024__faq-item summary.page-blog-c54-chinh-thuc-review-2024__faq-question:hover {
    background: #1a1a1a;
}

.page-blog-c54-chinh-thuc-review-2024__faq-qtext {
    flex: 1;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: var(--secondary-color);
}

.page-blog-c54-chinh-thuc-review-2024__faq-toggle {
    font-size: 24px;
    font-weight: bold;
    color: var(--primary-color);
    flex-shrink: 0;
    margin-left: 15px;
    width: 28px;
    text-align: center;
}

details.page-blog-c54-chinh-thuc-review-2024__faq-item[open] .page-blog-c54-chinh-thuc-review-2024__faq-toggle {
    color: var(--secondary-color);
}

details.page-blog-c54-chinh-thuc-review-2024__faq-item .page-blog-c54-chinh-thuc-review-2024__faq-answer {
    padding: 0 20px 20px;
    background: #0A0A0A;
    border-radius: 0 0 5px 5px;
    color: #cccccc;
}

.page-blog-c54-chinh-thuc-review-2024__faq-answer p {
    margin: 0;
    padding-top: 10px;
}

/* Final CTA */
.page-blog-c54-chinh-thuc-review-2024__cta-final {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid var(--border-color);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-c54-chinh-thuc-review-2024__main-title {
        font-size: 2.5em;
    }
    .page-blog-c54-chinh-thuc-review-2024__section-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-blog-c54-chinh-thuc-review-2024__hero-section {
        padding-top: 10px !important;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-c54-chinh-thuc-review-2024__hero-image img {
        border-radius: 4px;
    }

    .page-blog-c54-chinh-thuc-review-2024__cta-button,
    .page-blog-c54-chinh-thuc-review-2024__btn-primary,
    .page-blog-c54-chinh-thuc-review-2024__btn-secondary,
    .page-blog-c54-chinh-thuc-review-2024 a[class*="button"],
    .page-blog-c54-chinh-thuc-review-2024 a[class*="btn"] {
        padding: 12px 25px;
        font-size: 16px;
        margin-top: 20px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .page-blog-c54-chinh-thuc-review-2024__cta-buttons {
        flex-direction: column !important;
        gap: 15px;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-c54-chinh-thuc-review-2024__main-title {
        font-size: 2em;
    }

    .page-blog-c54-chinh-thuc-review-2024__subtitle {
        font-size: 1em;
    }

    .page-blog-c54-chinh-thuc-review-2024__section-title {
        font-size: 1.8em;
    }

    .page-blog-c54-chinh-thuc-review-2024__content-section {
        padding: 40px 0;
    }

    .page-blog-c54-chinh-thuc-review-2024__feature-card {
        padding: 20px;
    }

    .page-blog-c54-chinh-thuc-review-2024__feature-title {
        font-size: 1.3em;
    }

    .page-blog-c54-chinh-thuc-review-2024__promo-list li {
        padding: 12px 15px;
    }

    details.page-blog-c54-chinh-thuc-review-2024__faq-item summary.page-blog-c54-chinh-thuc-review-2024__faq-question { padding: 15px; }
    .page-blog-c54-chinh-thuc-review-2024__faq-qtext { font-size: 15px; }
    details.page-blog-c54-chinh-thuc-review-2024__faq-item .page-blog-c54-chinh-thuc-review-2024__faq-answer {
        padding: 0 15px 15px;
    }

    .page-blog-c54-chinh-thuc-review-2024 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    
    .page-blog-c54-chinh-thuc-review-2024__section,
    .page-blog-c54-chinh-thuc-review-2024__card,
    .page-blog-c54-chinh-thuc-review-2024__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 480px) {
    .page-blog-c54-chinh-thuc-review-2024__main-title {
        font-size: 1.8em;
    }
    .page-blog-c54-chinh-thuc-review-2024__section-title {
        font-size: 1.6em;
    }
    .page-blog-c54-chinh-thuc-review-2024__cta-button {
        font-size: 15px;
        padding: 10px 20px;
    }
}