/* ============================================================
   FOREXERO FOOTER 2.0 — global, midnight surface
   Loaded by include.js alongside the footer partial.
   ============================================================ */
footer[data-include="footer"] {
  background: #161616;
  border-top: 1px solid #282828;
  padding: 0;
  font-family: 'Hedvig Letters Sans', Arial, sans-serif;
}
.fxft { max-width: 1360px; margin: 0 auto; padding: 96px 56px 28px; }
.fxft * { box-sizing: border-box; }

.fxft-top {
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) repeat(4, 1fr);
  gap: 48px;
  padding-bottom: 64px;
}
.fxft-brand { display: grid; gap: 16px; align-content: start; justify-items: start; }
.fxft-brand img { height: 30px; display: block; width: auto; }
.fxft-tag { color: #96979D; font-size: 14px; line-height: 1.6; max-width: 30ch; margin: 0; }
.fxft-tg {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 42px; padding: 10px 20px;
  background: #F7F7F5; color: #0B0B0C; font-size: 14px; font-weight: 400;
  border-radius: 0;
  text-decoration: none; transition: background 160ms ease;
}
.fxft-tg:hover { background: #E9E9E6; }

.fxft-col h4 {
  font-size: 12px; font-weight: 400; letter-spacing: 0.12em; text-transform: none; letter-spacing: 0;
  color: rgba(255, 255, 255, 0.55); margin: 0 0 14px;
}
.fxft-col a {
  display: block; color: #96979D; text-decoration: none;
  padding: 6px 0; font-size: 14.5px; transition: color 140ms ease;
}
.fxft-col a:hover { color: #fff; }

.fxft-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding-top: 32px;
  font-size: 12px; line-height: 1.7; color: rgba(150, 151, 157, 0.75);
}
.fxft-legal strong { color: rgba(150, 151, 157, 0.95); }
.fxft-bottom {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 10px;
  margin-top: 20px; font-size: 13px; color: #96979D;
}
.fxft-bottom a { color: inherit; text-decoration: none; }
.fxft-bottom a:hover { color: #fff; }

@media (max-width: 900px) {
  .fxft-top { grid-template-columns: 1fr 1fr; }
  .fxft-brand { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  .fxft { padding: 48px 20px 26px; }
  .fxft-top { grid-template-columns: 1fr 1fr; gap: 28px; }
}

/* footer-v3 (Sep 7): support route, readable legal, oversized wordmark ending. */
.fxft-brand { gap: 18px; }
.fxft-brand .fxft-cta { display: flex; flex-wrap: wrap; gap: 10px; }
.fxft-support { display: inline-flex; align-items: center; min-height: 42px; padding: 10px 20px; border: 1px solid #333; color: #f5f5f5; font-size: 14px; text-decoration: none; transition: border-color 160ms ease; }
.fxft-support:hover { border-color: #f5f5f5; }
.fxft-col h4 { color: #f5f5f5; font-size: 14px; letter-spacing: 0; text-transform: none; margin: 0 0 14px; }
.fxft-col a { color: #969696; font-size: 14px; }
.fxft-legal { color: #8a8a8a; font-size: 13px; line-height: 1.7; max-width: 92ch; border-top: 1px solid #282828; padding-top: 28px; }
.fxft-legal strong { color: #b3b3b3; }
.fxft-bottom { color: #8a8a8a; margin-top: 18px; }
.fxft-mark { margin: 56px 0 0; overflow: hidden; line-height: .82; }
.fxft-mark span { display: block; font-size: clamp(88px, 17.5vw, 262px); letter-spacing: -.06em; color: #2b2b2b; white-space: nowrap; transform: translateY(.06em); user-select: none; }
@media (max-width: 900px) { .fxft { padding: 64px 30px 20px; } .fxft-mark { margin-top: 40px; } }
@media (max-width: 480px) { .fxft { padding: 52px 20px 18px; } }
