/* ── FOOTER ── */
.site-footer{padding:56px 0 0;border-top:1px solid rgba(255,255,255,.06)}
.footer-inner{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:48px;padding-bottom:48px}
.footer-logo{display:flex;align-items:center;gap:8px;margin-bottom:14px;text-decoration:none}
.footer-logo img{width:22px;height:22px;border-radius:5px;object-fit:contain}
.footer-logo-name{font-size:14px;font-weight:900;letter-spacing:-.03em;color:#fff}
.footer-brand-desc{font-size:13px;color:rgba(255,255,255,.26);line-height:1.72;font-weight:500;margin-bottom:20px}
.footer-socials{display:flex;gap:6px}
.footer-social{width:30px;height:30px;border-radius:7px;border:1px solid rgba(255,255,255,.09);display:flex;align-items:center;justify-content:center;font-size:13px;color:rgba(255,255,255,.32);text-decoration:none;transition:all .15s}
.footer-social:hover{color:#fff;border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.05)}
.footer-col-name{font-size:10.5px;font-weight:800;letter-spacing:.7px;text-transform:uppercase;color:rgba(255,255,255,.32);margin-bottom:12px}
.footer-links{display:flex;flex-direction:column;gap:2px}
.footer-link{font-size:13px;font-weight:600;color:rgba(255,255,255,.32);text-decoration:none;padding:5px 0;transition:color .15s;display:flex;align-items:center;gap:6px}
.footer-link i{font-size:10px;opacity:.45}
.footer-link:hover{color:rgba(255,255,255,.72)}
.footer-link-cta{display:inline-flex;align-items:center;gap:6px;margin-top:10px;font-size:12px;font-weight:700;color:rgba(255,255,255,.28);text-decoration:none;transition:color .15s}
.footer-link-cta i{font-size:10px;transition:transform .15s}
.footer-link-cta:hover{color:rgba(255,255,255,.65)}
.footer-link-cta:hover i{transform:translateX(3px)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding:18px 0 28px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.footer-copy{font-family:'JetBrains Mono',monospace;font-size:11px;color:rgba(255,255,255,.14);letter-spacing:.3px}
.footer-bottom-links{display:flex;gap:20px}
.footer-bottom-link{font-family:'JetBrains Mono',monospace;font-size:11px;color:rgba(255,255,255,.2);text-decoration:none;transition:color .15s}
.footer-bottom-link:hover{color:rgba(255,255,255,.5)}

@media(max-width:760px){
  .footer-inner{grid-template-columns:1fr 1fr}
  .footer-inner>div:first-child{grid-column:1/-1}
  .footer-brand-desc{max-width:100%}
  .site-footer{padding:48px 0 0}
}
@media(max-width:480px){
  .footer-inner{grid-template-columns:1fr;gap:28px}
  .site-footer{padding:40px 0 0}
  .footer-bottom{flex-direction:column;align-items:flex-start;gap:10px}
  .footer-bottom-links{gap:14px;flex-wrap:wrap}
}

/* ── LIGHT THEME — FOOTER ── */
[data-theme="light"] .site-footer{border-top-color:rgba(0,0,0,.1);background:#e8e8eb}
[data-theme="light"] .footer-logo-name{color:#111}
[data-theme="light"] .footer-brand-desc{color:rgba(0,0,0,.62)}
[data-theme="light"] .footer-social{border-color:rgba(0,0,0,.14);color:rgba(0,0,0,.55)}
[data-theme="light"] .footer-social:hover{color:#000;border-color:rgba(0,0,0,.3);background:rgba(0,0,0,.05)}
[data-theme="light"] .footer-col-name{color:rgba(0,0,0,.6)}
[data-theme="light"] .footer-link{color:rgba(0,0,0,.65)}
[data-theme="light"] .footer-link:hover{color:#000}
[data-theme="light"] .footer-link-cta{color:rgba(0,0,0,.6)}
[data-theme="light"] .footer-link-cta:hover{color:#000}
[data-theme="light"] .footer-bottom{border-top-color:rgba(0,0,0,.1)}
[data-theme="light"] .footer-copy{color:rgba(0,0,0,.45)}
[data-theme="light"] .footer-bottom-link{color:rgba(0,0,0,.5)}
[data-theme="light"] .footer-bottom-link:hover{color:#000}
