/* ===== FOOTER CONDIVISO (uguale su tutte le pagine) ===== */
.site-footer { position: relative; z-index: 1; background: #0c0a1a; color: rgba(255,255,255,.72); padding: 3.2rem 1.5rem 1.6rem; border-top: 1px solid #23213f; font-family: 'Inter', system-ui, sans-serif; }
.footer-top { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 2.2rem; padding-bottom: 2.2rem; }
.footer-brand .footer-logo { display: inline-block; background: #fff; padding: .55rem .8rem; border-radius: 12px; line-height: 0; }
.footer-brand .footer-logo img { height: 34px; width: auto; display: block; }
.footer-brand p { margin-top: 1.1rem; font-size: .9rem; color: rgba(255,255,255,.58); max-width: 300px; line-height: 1.6; }
.footer-col h4 { font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; color: #fff; margin-bottom: .9rem; font-weight: 700; }
.footer-col a { display: block; color: rgba(255,255,255,.62); font-size: .92rem; padding: .32rem 0; text-decoration: none; transition: color .2s; }
.footer-col a:hover { color: #a78bff; }
.footer-bottom { max-width: 1180px; margin: 0 auto; border-top: 1px solid #23213f; padding-top: 1.4rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .6rem; font-size: .84rem; color: rgba(255,255,255,.45); }

@media (max-width: 820px) {
  .footer-top { grid-template-columns: 1fr 1fr; gap: 1.8rem; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
