.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555 {
    font-family: 'Arial', sans-serif;
    color: #FFF1E8; /* Text Main */
    background-color: #140C0C; /* Background */
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__hero-section {
    padding-top: 10px; /* Small top padding */
    padding-bottom: 60px;
    background-color: #140C0C;
    color: #FFF1E8;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 60px 20px;
    flex-wrap: wrap;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__hero-content {
    flex: 1;
    min-width: 300px;
    text-align: left;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__main-title {
    font-size: clamp(2em, 4vw, 3.2em);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #F3C54D; /* Gold */
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__hero-description {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #FFF1E8;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__btn-primary,
.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05em;
    transition: all 0.3s ease;
    text-align: center;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__btn-primary {
    background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%); /* Button */
    color: #140C0C;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__btn-secondary {
    background-color: transparent;
    color: #F3C54D; /* Gold */
    border: 2px solid #F3C54D;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__btn-secondary:hover {
    background-color: #F3C54D;
    color: #140C0C;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__hero-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__hero-side-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__section-title {
    font-size: clamp(1.8em, 3vw, 2.5em);
    font-weight: 700;
    color: #F3C54D; /* Gold */
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.3;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__paragraph {
    font-size: 1.05em;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #FFF1E8;
    text-align: justify;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__features-grid,
.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__strategy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__feature-item,
.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__strategy-card {
    background-color: #2A1212; /* Card BG */
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid #6A1E1E; /* Border */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__feature-icon,
.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__strategy-image {
    width: 100%;
    max-width: 400px; /* Max width for feature icons */
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    object-fit: cover;
    display: block;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__feature-icon {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 20px;
    border: 3px solid #F3C54D;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__feature-title,
.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__card-title {
    font-size: 1.4em;
    font-weight: 600;
    color: #F3C54D; /* Gold */
    margin-bottom: 15px;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__feature-text,
.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__card-text {
    font-size: 1em;
    line-height: 1.6;
    color: #FFF1E8;
    text-align: justify;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__guide-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__guide-item {
    background-color: #2A1212; /* Card BG */
    border: 1px solid #6A1E1E; /* Border */
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__guide-title {
    font-size: 1.3em;
    color: #F3C54D; /* Gold */
    margin-bottom: 10px;
    font-weight: 600;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__guide-text {
    font-size: 1em;
    line-height: 1.6;
    color: #FFF1E8;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__cta-wrapper {
    text-align: center;
    margin-top: 40px;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__promo-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__promo-item {
    background-color: #2A1212; /* Card BG */
    border: 1px solid #6A1E1E; /* Border */
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__promo-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__promo-title {
    font-size: 1.3em;
    color: #F3C54D; /* Gold */
    margin-bottom: 10px;
    font-weight: 600;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__promo-text {
    font-size: 1em;
    line-height: 1.6;
    color: #FFF1E8;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__faq-list {
    margin-top: 40px;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__faq-item {
    background-color: #2A1212; /* Card BG */
    border: 1px solid #6A1E1E; /* Border */
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.15em;
    font-weight: 600;
    color: #F3C54D; /* Gold */
    cursor: pointer;
    list-style: none;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__faq-item[open] .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__faq-answer {
    padding: 0 25px 20px;
    font-size: 1em;
    line-height: 1.6;
    color: #FFF1E8;
    text-align: justify;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__call-to-action-section {
    text-align: center;
    padding-bottom: 80px;
}

.page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__cta-buttons--centered {
    justify-content: center;
    margin-top: 30px;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__hero-container {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__hero-content {
        text-align: center;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__cta-buttons {
        justify-content: center;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__content-area {
        padding: 40px 20px;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__feature-icon {
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 768px) {
    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555 {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__hero-section {
        padding-top: 10px !important;
        padding-bottom: 40px;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__hero-container {
        padding: 30px 15px;
        gap: 20px;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__main-title {
        font-size: 2.2em;
        margin-bottom: 15px;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__hero-description {
        font-size: 1em;
        margin-bottom: 25px;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__cta-buttons {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__btn-primary,
    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__btn-secondary,
    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555 a[class*="button"],
    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555 a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 20px !important;
        font-size: 1em !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        box-sizing: border-box !important;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__hero-image {
        order: -1; /* Image above text on mobile */
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__hero-side-image {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__content-area,
    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__section,
    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__card,
    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__section-title {
        font-size: 2em;
        margin-bottom: 25px;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__paragraph {
        font-size: 0.95em;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__features-grid,
    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__strategy-grid,
    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__promo-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__feature-item,
    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__strategy-card,
    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__promo-item {
        padding: 20px;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__feature-icon {
        width: 150px;
        height: 150px;
        margin-bottom: 15px;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__feature-title,
    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__card-title,
    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__promo-title,
    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__guide-title {
        font-size: 1.2em;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__guide-item {
        padding: 20px;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__faq-question {
        padding: 15px 20px;
        font-size: 1em;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__faq-answer {
        padding: 0 20px 15px;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__cta-buttons--centered {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__main-title {
        font-size: 1.8em;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__section-title {
        font-size: 1.6em;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__hero-container,
    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__content-area {
        padding: 20px 10px;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__feature-icon {
        width: 120px;
        height: 120px;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__feature-title,
    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__card-title,
    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__promo-title,
    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__guide-title {
        font-size: 1.1em;
    }

    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__guide-item,
    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__promo-item,
    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__feature-item,
    .page-blog-chien-thuat-choi-no-hu-hieu-qua-tai-ae555__strategy-card {
        padding: 15px;
    }
}