/* ============================================================
   Footer — typography theo phong cách Con Cưng (concung.com).
   GIỮ NGUYÊN nền xanh + màu chữ hiện có, chỉ tinh chỉnh kiểu chữ.

   - Tiêu đề cột: chữ ĐẬM + viết hoa đầu mỗi từ (Title Case), font Helvetica.
   - Link menu & mô tả: nhỏ, thoáng (line-height 2).

   Dùng tiền tố `footer .oe-footer-custom` để specificity cao hơn
   style inline trong HTML footer (tránh phải sửa nội dung trong DB).
   ============================================================ */

/* Nét chữ sắc/mượt, không răng cưa (chủ yếu có hiệu lực trên macOS/WebKit;
   Windows do ClearType của hệ điều hành quản lý). */
footer .oe-footer-custom,
footer .oe-footer-custom * {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
}

/* Tiêu đề cột (Về TTD Global / Thông tin chính sách / Kết nối với chúng tôi):
   ĐẬM (bold) + viết hoa đầu mỗi từ -> "Thông Tin Chính Sách" + co chữ nhẹ cho cảm giác cao cấp. */
footer .oe-footer-custom .aq-footer-widget-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;
  letter-spacing: -0.01em !important;
  line-height: 1.6 !important;
  /* Nền footer tối -> tiêu đề trắng (bản sáng tương đương màu #545454 của ảnh). */
  color: #ffffff !important;
}

/* Link menu + đoạn mô tả: 13px, line-height 2, weight 400 — nhỏ & thoáng, nét chữ phẳng */
footer .oe-footer-custom .aq-footer-widget-menu a,
footer .oe-footer-custom .aq-footer-widget-menu li,
footer .oe-footer-custom .aq-footer-widget-text,
footer .oe-footer-custom .aq-footer-widget p,
footer .oe-footer-custom .aq-footer-widget li {
  font-size: 14px !important;
  line-height: 2 !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  /* Xám sáng hơi ngả xanh-tro (bản nghịch đảo của #545454) — hợp nền xanh đậm. */
  color: #cbd5e1 !important;
}

/* Hover link: sáng lên trắng cho cảm giác phản hồi rõ. */
footer .oe-footer-custom .aq-footer-widget-menu a:hover {
  color: #ffffff !important;
}
