/* style/blog-meo-choi-no-hu-hieu-qua.css */

/* Base styles for the page */
.page-blog-meo-choi-no-hu-hieu-qua {
    font-family: Arial, sans-serif;
    color: #FFF3E6; /* Text Main */
    background-color: #0D0E12; /* Background */
    line-height: 1.6;
}

.page-blog-meo-choi-no-hu-hieu-qua__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

/* Hero Section */
.page-blog-meo-choi-no-hu-hieu-qua__hero-section {
    padding-top: 10px; /* Small top padding, relying on shared.css for body padding-top */
    padding-bottom: 40px;
    background-color: #17191F; /* Card BG for this section to provide contrast */
}

.page-blog-meo-choi-no-hu-hieu-qua__hero-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 40px 16px;
    max-width: 1170px;
    margin: 0 auto;
}

.page-blog-meo-choi-no-hu-hieu-qua__hero-image {
    flex: 1 1 50%;
    min-width: 300px; /* Ensure image doesn't get too small */
    text-align: center;
}

.page-blog-meo-choi-no-hu-hieu-qua__hero-main-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    display: block;
    margin: 0 auto;
}

.page-blog-meo-choi-no-hu-hieu-qua__hero-content {
    flex: 1 1 40%;
    min-width: 300px;
    color: #FFF3E6; /* Text Main */
}

.page-blog-meo-choi-no-hu-hieu-qua__main-title {
    font-size: clamp(2em, 4vw, 2.8em); /* Use clamp for H1 */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #FFB04D; /* Glow for main title */
}

.page-blog-meo-choi-no-hu-hieu-qua__intro-text {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #FFF3E6;
}

/* Highlight text */
.page-blog-meo-choi-no-hu-hieu-qua__intro-text .highlight,
.page-blog-meo-choi-no-hu-hieu-qua__text-block .highlight,
.page-blog-meo-choi-no-hu-hieu-qua__cta-description .highlight {
    color: #FFA53A; /* Auxiliary color */
    font-weight: bold;
}

.page-blog-meo-choi-no-hu-hieu-qua__cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}