/* Footer & page shared styles */
body { font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Noto Sans SC", sans-serif; margin:0; padding:0; color:#222; }
.page { max-width:900px; margin:36px auto; padding:0 16px; }
.site-footer { background:#f7f7f7; border-top:1px solid #e6e6e6; padding:18px 8px; font-size:14px; }
.footer-inner { max-width:1200px; margin:0 auto; display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:12px; padding:0 12px; }
.footer-left, .footer-center, .footer-right { flex:1; min-width:200px; }
.footer-left a, .footer-center p { color:#333; text-decoration:none; }
.footer-right .social { display:flex; gap:8px; align-items:center; }
.social-link svg { display:block; }
.payment-logos { display:flex; gap:12px; align-items:center; margin:12px 0; }
.logo svg { display:block; border-radius:6px; box-shadow:0 1px 2px rgba(0,0,0,0.06); }
