/* Footer styles */
.site-footer{background:#0B0B0C;color:#e5e7eb;padding:34px 0 22px;border-top:1px solid #0b1222;margin-top: 30px;margin-bottom: 0;}
.site-footer .container{max-width:1180px;margin:0 auto;padding:0 16px}
.footer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;padding-bottom:16px;border-bottom:1px solid #1f2937}
.footer-brand .brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none}
.footer-brand .brand-badge{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,#FF7A59,#F43F5E);font-weight:800}
.footer-brand .brand-text{font-weight:800;font-size:18px}
.footer-brand .brand-dot{color:#F43F5E}
.footer-brand .brand-tag{margin:6px 0 0;color:#9ca3af;font-size:12px;letter-spacing:.6px}
.footer-links{display:flex;gap:24px}
.footer-links .col h4{margin:0 0 10px;color:#fff;font-size:14px}
.footer-links ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.footer-links a{color:#cbd5e1;text-decoration:none}
.footer-links a:hover{color:#fff}
.footer-links .social{grid-auto-flow:row}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:14px;color:#94a3b8;font-size:12px}
.footer-bottom .tiny{opacity:.8}

@media (max-width:900px){
  .footer-top{flex-direction:column;gap:16px}
  .footer-links{flex-wrap:wrap}
}
@media (max-width:480px){
  .footer-bottom{flex-direction:column;gap:8px;text-align:center}
}
