/* Footer site chuẩn — dùng chung LP bright / BTD (không phụ thuộc body.btd) */
.lp-site-footer,
.btd-footer {
  position: relative;
  z-index: 6;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  background: #0e1028 !important;
  color: #d7dde8 !important;
  padding: 56px 0 calc(28px + 64px) !important;
  font-size: 14px;
  border-top: 3px solid #feb938 !important;
  clear: both;
  overflow: visible !important;
  min-height: 320px !important;
}

.lp-site-footer-inner,
.lp-site-footer .btd-wrap,
.btd-footer .btd-wrap {
  display: block !important;
  width: min(1120px, calc(100% - 2rem)) !important;
  margin-inline: auto !important;
  color: #d7dde8 !important;
}

.lp-site-footer-grid,
.btd-footer-grid {
  display: grid !important;
  grid-template-columns: minmax(220px, 1.2fr) minmax(140px, 0.85fr) minmax(220px, 1.35fr) minmax(140px, 0.9fr) minmax(200px, 1.1fr);
  gap: 32px 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  align-items: start;
}

.lp-site-footer p,
.lp-site-footer h3,
.lp-site-footer li,
.lp-site-footer span,
.lp-site-footer em,
.lp-site-footer a,
.btd-footer p,
.btd-footer h3,
.btd-footer li,
.btd-footer span,
.btd-footer em,
.btd-footer a {
  visibility: visible !important;
  opacity: 1 !important;
}

.lp-site-footer-logo,
.btd-footer-logo {
  display: inline-block;
  margin-bottom: 14px;
  max-height: 40px;
  overflow: hidden;
}

.lp-site-footer-logo img,
.btd-footer-logo img {
  height: 36px !important;
  width: auto !important;
  max-width: 168px !important;
  max-height: 36px !important;
  object-fit: contain !important;
  display: block;
}

.lp-site-footer-badge,
.btd-footer-badge {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fdc54f !important;
}

.lp-site-footer-desc,
.btd-footer-desc {
  margin: 0 0 10px;
  max-width: 36ch;
  line-height: 1.55;
  font-size: 13px;
  color: rgba(245, 247, 251, 0.72) !important;
}

.lp-site-footer-note,
.btd-footer-note {
  margin: 0 0 18px;
  max-width: 38ch;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(245, 247, 251, 0.48) !important;
}

.lp-site-footer-actions,
.btd-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.lp-site-footer-call,
.lp-site-footer-zalo,
.btd-footer-call,
.btd-footer-zalo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s, color .2s, border-color .2s;
}

.lp-site-footer-call,
.btd-footer-call {
  background: #272869 !important;
  color: #fff !important;
  border: 0 !important;
}

.lp-site-footer-call:hover,
.btd-footer-call:hover {
  background: #1a2048 !important;
  color: #fff !important;
}

.lp-site-footer-zalo,
.btd-footer-zalo {
  border: 1px solid rgba(245, 247, 251, 0.32) !important;
  color: #f5f7fb !important;
  background: transparent !important;
}

.lp-site-footer-zalo:hover,
.btd-footer-zalo:hover {
  border-color: #ffe494 !important;
  color: #ffe494 !important;
}

.lp-site-footer-col h3,
.btd-footer-col h3 {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f5f7fb !important;
}

.lp-site-footer-col ul,
.btd-footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.lp-site-footer-col a,
.btd-footer-col a {
  text-decoration: none;
  color: rgba(245, 247, 251, 0.78) !important;
  font-size: 14px;
}

.lp-site-footer-col a:hover,
.btd-footer-col a:hover {
  color: #ffe494 !important;
}

#lp-site-footer-products {
  outline: none;
}

.lp-site-footer-product-groups {
  display: grid;
  gap: 16px;
}

.lp-site-footer-product-group ul {
  gap: 7px;
}

.lp-site-footer-group-label {
  margin: 0 0 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fdc54f !important;
}

.lp-site-footer-col-products .lp-site-footer-product-group + .lp-site-footer-product-group {
  padding-top: 2px;
}

.lp-site-footer-col-products a {
  font-size: 13px;
  line-height: 1.35;
}

@media (min-width: 1101px) {
  .lp-site-footer-product-groups {
    grid-template-columns: 1fr 1fr;
    gap: 14px 18px;
  }
}

@media (max-width: 1100px) and (min-width: 768px) {
  .lp-site-footer-col-products {
    grid-column: 1 / -1;
  }

  .lp-site-footer-product-groups {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px 20px;
  }
}

.lp-site-footer-contact,
.btd-footer-contact {
  gap: 12px !important;
}

.lp-site-footer-contact li,
.btd-footer-contact li {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  gap: 8px 10px;
  align-items: baseline;
}

.lp-site-footer-contact span,
.btd-footer-contact span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(245, 247, 251, 0.45) !important;
}

.lp-site-footer-contact a,
.lp-site-footer-contact em,
.btd-footer-contact a,
.btd-footer-contact em {
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  color: rgba(245, 247, 251, 0.92) !important;
  text-decoration: none;
  line-height: 1.35;
}

.lp-site-footer-contact a:hover,
.btd-footer-contact a:hover {
  color: #ffe494 !important;
}

.lp-site-footer-legal-wrap,
.btd-footer-legal-wrap {
  margin-top: 18px;
}

.lp-site-footer-legal,
.btd-footer-legal {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}

.lp-site-footer-legal a,
.btd-footer-legal a {
  font-size: 12px;
  color: rgba(245, 247, 251, 0.5) !important;
  text-decoration: none;
}

.lp-site-footer-legal a:hover,
.btd-footer-legal a:hover {
  color: #ffe494 !important;
}

.lp-site-footer-bottom,
.btd-footer-bottom {
  padding-top: 18px;
  display: grid;
  gap: 10px;
}

.lp-site-footer-disc,
.btd-footer-disc {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
  max-width: 58rem;
  color: rgba(245, 247, 251, 0.48) !important;
}

.lp-site-footer-copy-row,
.btd-footer-copy-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 16px;
}

.lp-site-footer-copy,
.btd-footer-copy {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: rgba(245, 247, 251, 0.9) !important;
}

.lp-site-footer-copy a,
.btd-footer-copy a {
  color: inherit !important;
  text-decoration: none;
}

.lp-site-footer-copy a:hover,
.btd-footer-copy a:hover {
  color: #ffe494 !important;
}

.lp-site-footer-home,
.btd-footer-home {
  font-size: 13px;
  font-weight: 600;
  color: #fdc54f !important;
  text-decoration: none;
}

.lp-site-footer-home:hover,
.btd-footer-home:hover {
  color: #ffe494 !important;
}

@media (max-width: 1100px) {
  .lp-site-footer-grid,
  .btd-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .lp-site-footer-brand,
  .btd-footer-brand {
    grid-column: 1 / -1;
  }
  .lp-site-footer-col-contact,
  .btd-footer-col-contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .lp-site-footer,
  .btd-footer {
    padding: 40px 0 calc(24px + 72px) !important;
  }
  .lp-site-footer-grid,
  .btd-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 28px;
  }
  .lp-site-footer-brand,
  .btd-footer-brand,
  .lp-site-footer-col-contact,
  .btd-footer-col-contact {
    grid-column: auto;
  }
  .lp-site-footer-copy-row,
  .btd-footer-copy-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
