/* src/main/resources/static/css/footer.css */
.site-footer{background:#f7f6f4;border-top:1px solid #e8e3df;padding:2.5rem 0 1.5rem}
.footer-main{padding-bottom:1.5rem}
.footer-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}
.footer-col h4{margin:0 0 .75rem;font-size:1.05rem}
.footer-col h5{margin:1.5rem 0 .5rem;font-size:.95rem}
.footer-col ul{list-style:none;padding:0;margin:0}
.footer-col ul li{margin:6px 0}
.footer-col a{color:#2b2b2b;text-decoration:none}
.footer-col a:hover{color:#111;text-decoration:underline}
.footer-col .muted{color:#6b6b6b;margin-bottom:.8rem}
.footer-newsletter .newsletter-form{display:flex;gap:.5rem;flex-wrap:wrap}
.footer-newsletter input[type="email"]{flex:1;min-width:180px;border:1px solid #ddd;border-radius:6px;padding:.5rem .6rem}
.footer-social{display:flex;gap:.75rem}
.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid #ddd;color:#1f1f1f}
.footer-social a:hover{background:#111;color:#fff;border-color:#111}
.footer-marketplace .marketplace-logos{display:flex;gap:.75rem;flex-wrap:wrap}
.footer-marketplace img{width:44px;height:44px;object-fit:contain;border-radius:50%;background:#fff;border:1px solid #e1e1e1;padding:4px}

.footer-bottom{border-top:1px solid #e8e3df;padding-top:1.25rem;color:#666;font-size:.9rem}
.footer-bottom-inner{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;justify-content:space-between}
.footer-trust{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}
.footer-trust small{color:#6b6b6b}
.footer-payments{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}
.footer-payments img{height:24px;width:auto}

@media (max-width:768px){
  .footer-newsletter .newsletter-form{flex-direction:column;align-items:stretch}
  .footer-social{gap:.6rem}
  .footer-bottom-inner{justify-content:center;text-align:center}
  .footer-trust{justify-content:center}
  .footer-payments{justify-content:center}
}
