footer { background: #0a0a0a; border-top: 1px solid rgba(255,255,255,0.06); padding: 3rem 2rem 2rem; }
.footer-inner { display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem; max-width: 1200px; margin: 0 auto; flex-wrap: wrap; }
.footer-brand { flex: 1; min-width: 200px; }
.footer-logo { font-family: 'Barlow Condensed', sans-serif; font-size: 1.5rem; font-weight: 800; color: #fff; text-transform: uppercase; }
.footer-logo span { color: #E8281A; }
.footer-brand p { color: #9A9A9A; font-size: 0.85rem; margin-top: 0.5rem; max-width: 280px; line-height: 1.5; }
.footer-links { display: flex; flex-direction: column; gap: 0.75rem; }
.footer-links a { color: #9A9A9A; text-decoration: none; font-size: 0.875rem; transition: color 0.2s; }
.footer-links a:hover { color: #fff; }
.footer-bottom { max-width: 1200px; margin: 2rem auto 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.06); display: flex; flex-direction: column; gap: 0.5rem; }
.footer-copy { color: #9A9A9A; font-size: 0.8rem; }
.footer-disclaimer { color: rgba(255,255,255,0.25); font-size: 0.72rem; max-width: 600px; line-height: 1.5; }
@media (max-width: 640px) {
  .footer-inner { flex-direction: column; gap: 1.5rem; }
  .footer-links { flex-direction: row; flex-wrap: wrap; gap: 1rem; }
}
