/* footer — generado por refactor modular (verbatim de styles.css) */

.footer { background: #03081a; padding: 50px 0 30px; border-top: 1px solid rgba(255, 255, 255, 0.08); }
.footer__inner { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; margin-bottom: 30px; }
.footer__logo { width: 38px; height: 44px; margin-bottom: 12px; }
.footer__tag { font-family: var(--font-mont); font-size: 13px; color: var(--white-75); max-width: 300px; line-height: 1.5; }
.footer__contact p { font-family: var(--font-sora); font-weight: 600; margin-bottom: 10px; }
.footer__contact a { display: block; font-family: var(--font-mont); font-size: 14px; color: var(--white-75); margin-bottom: 6px; }
.footer__contact a:hover { color: var(--gold); }
.footer__copy { text-align: center; font-family: var(--font-mont); font-size: 12px; color: var(--white-50); }
@media (max-width: 900px) {
  .footer__inner { flex-direction: column; gap: 24px; }
}
