/* ── Tablio shared footer (identical on every page) ─────────────────────────
   Scoped under #tablio-footer; injected by /assets/footer.js. */

#tablio-footer {
  background: linear-gradient(165deg, #97392F 0%, #7C2A23 100%);
  padding: 60px 5% 34px;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
}
#tablio-footer a { text-decoration: none; color: inherit; }
#tablio-footer .tf-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
#tablio-footer .tf-brand .tf-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
#tablio-footer .tf-brand .tf-logo img { height: 46px; width: auto; display: block; border-radius: 11px; }
#tablio-footer .tf-brand .tf-logo span { font-family: 'Nunito', system-ui, sans-serif; font-weight: 900; font-size: 20px; color: #fff; }
#tablio-footer .tf-brand p { color: rgba(255,255,255,.8); font-size: 14px; line-height: 1.7; max-width: 300px; }
#tablio-footer .tf-socials { display: flex; gap: 12px; margin-top: 18px; }
#tablio-footer .tf-social { width: 38px; height: 38px; border-radius: 11px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.24); display: flex; align-items: center; justify-content: center; transition: background .2s, transform .2s; }
#tablio-footer .tf-social:hover { background: #fff; transform: translateY(-3px); }
#tablio-footer .tf-social svg { width: 18px; height: 18px; fill: #fff; transition: fill .2s; }
#tablio-footer .tf-social:hover svg { fill: #8E3730; }
#tablio-footer .tf-col h4 { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; color: rgba(255,255,255,.6); margin-bottom: 16px; font-family: 'Nunito', system-ui, sans-serif; }
#tablio-footer .tf-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; margin: 0; padding: 0; }
#tablio-footer .tf-col ul li a { font-size: 14px; color: rgba(255,255,255,.9); transition: opacity .2s; }
#tablio-footer .tf-col ul li a:hover { opacity: .7; }
#tablio-footer .tf-bottom { max-width: 1200px; margin: 40px auto 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
#tablio-footer .tf-bottom p { font-size: 13px; color: rgba(255,255,255,.72); }
#tablio-footer .tf-bottom a { color: #fff; font-weight: 700; }
@media (max-width: 760px) { #tablio-footer .tf-inner { grid-template-columns: 1fr 1fr; gap: 30px; } #tablio-footer .tf-brand { grid-column: 1 / -1; } }
@media (max-width: 460px) { #tablio-footer .tf-inner { grid-template-columns: 1fr; } }
