/* Footer — design Estate Standard */
.re-footer {
  background: var(--re-on-surface);
  color: #eaf1ff;
  padding: var(--re-stack-lg) 0;
  margin-top: var(--re-stack-lg);
}

.re-footer a {
  color: rgba(234, 241, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
}

.re-footer a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

.re-footer-brand {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.re-footer-desc {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.8;
  margin-bottom: 0;
}

.re-footer-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

.re-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.re-footer-list li {
  margin-bottom: 8px;
}

.re-footer-bottom {
  margin-top: var(--re-stack-md);
  padding-top: var(--re-stack-md);
  border-top: 1px solid rgba(197, 197, 211, 0.25);
  font-size: 13px;
  opacity: 0.7;
  text-align: center;
}

/* Ẩn footer layout cũ khi đã dùng re-footer */
#wgr__footer .footer-section,
#wgr__footer .footer2-section {
  display: none;
}
