/* ============================================================
   comp-footer.css (Lego Block)
   사이트 공용 푸터. 모든 페이지가 로드한다.
   ============================================================ */
.site-footer {
  background: var(--navy-deep); color: #AEB6C9;
  padding: 64px 0 46px; margin-top: 0;
}
.site-footer .top {
  display: flex; justify-content: space-between; gap: 32px; flex-wrap: wrap;
  padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,0.09);
}
.site-footer .brand { max-width: 380px; }
.site-footer .brand .wordmark { color: #fff; }
.site-footer .brand p { margin-top: 14px; font-size: 14.5px; line-height: 1.65; }
.site-footer nav { display: flex; gap: 44px; flex-wrap: wrap; }
.site-footer nav h4 {
  font-family: var(--sans); font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: #7B849C; margin-bottom: 14px;
}
.site-footer nav a {
  display: block; font-family: var(--sans); font-size: 14px;
  color: #C4CBDC; text-decoration: none; margin: 8px 0;
}
.site-footer nav a:hover { color: #fff; }
.site-footer .bottom {
  padding-top: 26px; font-family: var(--sans); font-size: 12.5px; color: #7B849C;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
