:root{--footer-bg:#031f30;--footer-highlight:#ffd700;--footer-white:#fff}
.site-footer{background:var(--footer-bg);color:rgba(255,255,255,.78);padding:60px 0 30px}
.site-footer .section-inner{width:min(1180px,calc(100% - 32px));margin:0 auto}
.footer-top{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}
.footer-brand .brand{display:inline-flex;align-items:center;gap:10px;color:var(--footer-white);font-family:"Inter","Segoe UI",Arial,sans-serif;font-weight:800;font-size:1.25rem;text-decoration:none}
.footer-brand .brand img{width:36px;height:36px;border-radius:50%;display:block}
.footer-brand p{color:rgba(255,255,255,.55);font-size:.92rem;margin-top:14px;max-width:280px;font-family:"Inter","Segoe UI",Arial,sans-serif;line-height:1.6}
.footer-col h4{color:var(--footer-white);font-weight:800;font-size:.92rem;margin-bottom:16px;font-family:"Inter","Segoe UI",Arial,sans-serif;text-transform:uppercase;letter-spacing:.04em}
.footer-col a{display:block;padding:4px 0;color:rgba(255,255,255,.55);font-size:.88rem;font-family:"Inter","Segoe UI",Arial,sans-serif;text-decoration:none;transition:color .2s}
.footer-col a:hover{color:var(--footer-highlight)}
.footer-socials{display:flex;gap:10px;margin-top:18px}
.footer-socials a{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.08);display:grid;place-items:center;color:var(--footer-white);font-size:.88rem;text-decoration:none;transition:background .2s}
.footer-socials a:hover{background:rgba(255,215,0,.2)}
.footer-bottom{margin-top:28px;text-align:center;color:rgba(255,255,255,.4);font-size:.84rem;font-family:"Inter","Segoe UI",Arial,sans-serif}
@media(max-width:960px){.footer-top{grid-template-columns:1fr 1fr;gap:30px}}
@media(max-width:760px){.footer-top{grid-template-columns:1fr}}
