/* ============================================================================
   Footer — MODULE CHUẨN cho chân trang toàn site (#footPage.cq-footer).
   Thay khối soạn thảo (Content:1 / Content:2) bằng markup cứng trong Site.master.
   TOÀN BỘ kích thước/màu định nghĩa Ở ĐÂY (quy ước: thông số 1 chỗ). Auto-version
   qua Asset.V nên khỏi bump tay. Menu danh mục vẫn do WebBase (@{GetRenderMenu}) đổ.
   ============================================================================ */

#footPage.cq-footer {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    box-sizing: border-box;
    padding: 46px 0 16px;
    /* !important de thang luat #footPage cu co !important trong Site.css (mau nen footer
       phai do MODULE nay quyet - quy uoc thong so 1 cho). */
    background: var(--cq-dark) !important;
    color: #aab6c2;
    font-size: 14px;
    line-height: 1.6;
}
#footPage.cq-footer a { color: #aab6c2; text-decoration: none; transition: color .15s ease; }
#footPage.cq-footer a:hover { color: #ffffff; }

.cq-footer__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 36px 48px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 24px;
}

/* --- Cột thương hiệu + credit --- */
.cq-footer__brand { flex: 1 1 300px; max-width: 380px; }
.cq-footer__logo {
    font-family: 'Montserrat', 'Muli', sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.01em;
    color: #ffffff;
    margin-bottom: 12px;
}
.cq-footer__logo span { color: #6fbf9b; }
.cq-footer__credit { margin: 0; font-size: 13.5px; line-height: 1.7; color: #93a1af; }
.cq-footer__credit b { color: #cdd7e0; font-weight: 700; }

/* --- Các cột menu --- */
.cq-footer__cols { display: flex; flex-wrap: wrap; gap: 30px 44px; }
.cq-footer__col { min-width: 150px; }
.cq-footer__coltitle {
    font-family: 'Montserrat', 'Muli', sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 14px;
}
.cq-footer__col ul { list-style: none; margin: 0; padding: 0; }
.cq-footer__col li { margin: 0 0 9px; }
.cq-footer__col li a { font-size: 13.5px; color: #93a1af; }
.cq-footer__col li a:hover { color: #ffffff; }

/* --- Thanh đáy: bản quyền + phiên bản --- */
.cq-footer__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 20px;
    max-width: 1300px;
    margin: 34px auto 0;
    padding: 16px 24px 0;
    border-top: 1px solid rgba(255, 255, 255, .10);
    font-size: 12.5px;
    color: #7d8a97;
}
.cq-footer__ver {
    font-family: 'Montserrat', 'Muli', sans-serif;
    font-weight: 600;
    color: #6b7885;
    letter-spacing: .02em;
}

/* --- Điện thoại: xếp dọc --- */
@media (max-width: 767px) {
    #footPage.cq-footer { padding: 32px 0 14px; }
    .cq-footer__inner { gap: 26px; padding: 0 18px; }
    .cq-footer__cols { gap: 22px 36px; }
    .cq-footer__bottom { margin-top: 24px; padding: 14px 18px 0; }
    .cq-footer__bottom { flex-direction: column; align-items: flex-start; }
}
