/* ============================================================
   BUSINESS POLISH  (loaded last — overrides win the cascade)
   Mục tiêu: khử "cầu vồng", đưa avatar/điểm nhấn demo về
   bảng màu tiết chế (slate + 1 accent xanh trầm) cho cảm
   giác doanh nghiệp, chuyên nghiệp.
   ============================================================ */

/* Avatar khách hàng / người dùng trong các mockup → slate trung tính.
   Ghi đè inline-style linh tinh (xanh lá / tím / cam / teal...). */
.chat-row-avatar,
.chat-area-avatar,
.zw-chat-av,
.phone-av,
.zalo-card-avatar,
.sec-dc-avatar,
.db-staff-avatar,
.ma-card-dot {
    background: #64748B !important;
    background-image: none !important;
}

/* Ẩn bớt cho hero gọn gàng: dải trust, ô số liệu, badge tải app.
   Giữ nút "Trải nghiệm miễn phí ngay". */
.hero-trust-strip,
.hero-trust-stats,
.hero-buttons .btn-download-app-device,
.hero-buttons a[href*="apps.apple.com"],
.hero-buttons a[href*="play.google.com"] {
    display: none !important;
}

/* Bỏ các "eyebrow tag" nhỏ trên mỗi section
   (TÍCH HỢP, CRM, THỐNG KÊ, ƯU ĐIỂM, BẢNG GIÁ, HỖ TRỢ...) */
.box-tag-acc-home {
    display: none !important;
}

/* Ẩn khối nút CTA ở hero (theo yêu cầu) */
.head-line-hero .hero-buttons {
    display: none !important;
}

/* Bong bóng tin nhắn gửi đi → xanh trầm brand (bỏ xanh-điện) */
.chat-area-msg.outgoing-msg,
.ma-card-bubble.reply,
.zw-msg-out,
.zw-bubble.out {
    background: #1D4ED8 !important;
    background-image: none !important;
}
