/* 1. ÉP FONT CHỮ VÀ KHOẢNG CÁCH DÒNG CAO CẤP */
.ba-text-fpt, .rte, .article-content {
    font-family: 'Inter', sans-serif !important;
    line-height: 1.85 !important;
    font-size: 16px !important;
    color: #374151 !important;
    text-align: justify !important;
}

/* 2. ÉP HÌNH ẢNH TỰ ĐỘNG BO GÓC SANG TRỌNG */
.ba-text-fpt img, .rte img, .article-content img {
    max-width: 100% !important; 
    height: auto !important;
    border-radius: 12px !important; 
    margin: 30px auto !important; 
    display: block !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08) !important;
}

/* 3. LÀM NỔI BẬT TIÊU ĐỀ H2, H3 */
.ba-text-fpt h2, .rte h2, .article-content h2 {
    font-size: 22px !important; 
    font-weight: 800 !important; 
    color: #111827 !important; 
    margin-top: 40px !important; 
    margin-bottom: 20px !important;
    padding-bottom: 5px !important; 
    border-bottom: 2px solid #ee0033 !important; 
    display: inline-block !important;
}
.ba-text-fpt h3, .rte h3, .article-content h3 {
    font-size: 18px !important; 
    font-weight: 800 !important; 
    color: #ee0033 !important; 
    margin-top: 30px !important; 
    margin-bottom: 15px !important;
}

/* 4. BIẾN GẠCH ĐẦU DÒNG THÀNH TICK XANH */
.ba-text-fpt ul, .rte ul, .article-content ul { 
    list-style: none !important; 
    padding-left: 0 !important; 
    margin: 20px 0 !important;
}
.ba-text-fpt ul li, .rte ul li, .article-content ul li { 
    position: relative !important; 
    padding-left: 32px !important; 
    margin-bottom: 15px !important; 
}
.ba-text-fpt ul li::before, .rte ul li::before, .article-content ul li::before {
    content: '\f058'; 
    font-family: 'Font Awesome 6 Free'; 
    font-weight: 900; 
    position: absolute; 
    left: 0; 
    top: 4px; 
    color: #10b981; 
    font-size: 18px;
}

/* 5. KHỐI CHỐT SALE MÁY TÍNH (Nổi bật hơn) */
.ta-desktop-cta { 
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%); 
    border-radius: 20px; 
    padding: 40px 20px; 
    text-align: center; 
    color: #fff; 
    margin-top: 50px; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.ta-btn-group { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap;}
.ta-btn { display: flex; flex: 1; max-width: 250px; align-items: center; justify-content: center; gap: 8px; padding: 14px 25px; border-radius: 12px; font-weight: 800; font-size: 15px; text-decoration: none !important; color: #fff !important; transition: transform 0.2s;}
.ta-btn:hover { transform: translateY(-3px); }
.ta-btn-zalo { background: #0068ff; }
.ta-btn-call { background: #ee0033; }

/* ẨN CTA TO TRÊN MOBILE ĐỂ KHÔNG VƯỚNG 4 NÚT CỦA ANH */
@media (max-width: 768px) {
    .ba-text-fpt, .rte, .article-content { font-size: 15px !important; }
    .ba-text-fpt h2, .rte h2 { font-size: 19px !important; }
    .ta-desktop-cta { display: none !important; } 
}