/* Site footer - single source of truth for landing (static) and Rails layouts.
   Markup lives in landing/_footer/<locale>.html; do not fork these rules. */
.footer { padding: 32px 24px; background: #0F172A; text-align: center; }
.footer-logo { font-size: 20px; font-weight: 800; color: #38BDF8; margin-bottom: 10px; letter-spacing: -0.5px; }
.footer-copy { font-size: 12px; color: #475569; }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 12px; }
.footer-links a { font-size: 12px; color: #64748B; text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: #94A3B8; }

@media (max-width: 768px) {
  .footer-links { gap: 12px; }
}
