/* ============================================================
   FOOTER
   ============================================================ */
.hdkj410-footer {
  background: var(--hdkj410-color-footer-bg);
  color: var(--hdkj410-color-footer-text);
  padding: var(--hdkj410-space-xl) 0 var(--hdkj410-space-lg);
  text-align: center;
}

.hdkj410-footer__copy {
  font-size: var(--hdkj410-font-size-xs);
  color: rgba(255,255,255,0.5);
  margin-bottom: var(--hdkj410-space-sm);
}

.hdkj410-footer__address {
  font-size: var(--hdkj410-font-size-xs);
  color: rgba(255,255,255,0.55);
  margin-bottom: var(--hdkj410-space-sm);
}

.hdkj410-footer__legal {
  font-size: var(--hdkj410-font-size-xs);
  color: rgba(255,255,255,0.35);
  max-width: 720px;
  margin: 0 auto var(--hdkj410-space-md);
  line-height: 1.6;
}

.hdkj410-footer__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--hdkj410-space-sm);
  flex-wrap: wrap;
}

.hdkj410-footer__link {
  font-size: var(--hdkj410-font-size-sm);
  color: #ffffff;
  transition: color 0.15s;
}

.hdkj410-footer__link:hover {
  color: #fff;
  text-decoration: underline;
}

.hdkj410-footer__sep {
  color: rgba(255,255,255,0.3);
  font-size: var(--hdkj410-font-size-xs);
}