.site-footer{background:var(--footer-brand,#002250);border-top:none;padding:3rem 0 1.5rem;color:rgba(255,255,255,.5)}
.site-footer .footer-inner{max-width:1200px;margin:0 auto;padding:0 2rem}
.site-footer .footer-top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.08)}
.site-footer .footer-brand{text-align:center}
.site-footer .footer-logo-wrap{margin-bottom:1rem;display:flex;justify-content:center}
.site-footer .footer-logo-wrap img{height:auto;width:min(220px,70vw);max-height:72px;object-fit:contain}
.site-footer .footer-brand p{color:rgba(255,255,255,.5);font-size:.9rem;line-height:1.6;max-width:280px;margin:1rem auto 0}
.site-footer .footer-social{display:flex;gap:.6rem;margin-top:1rem;justify-content:center}
.site-footer .footer-social a{width:38px;height:38px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.15);padding:7px}
.site-footer .footer-social a img{width:100%;height:100%;object-fit:contain}
.site-footer .footer-col-title{font-family:var(--font-d);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.4);margin-bottom:1rem}
.site-footer .footer-links{list-style:none;display:flex;flex-direction:column;gap:.6rem}
.site-footer .footer-links a{color:rgba(255,255,255,.65);text-decoration:none;font-size:.9rem}
.site-footer .footer-links a:hover{color:#fff}
.site-footer .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;flex-wrap:wrap;gap:1rem}
.site-footer .footer-copy{color:rgba(255,255,255,.35);font-size:.82rem}
.site-footer .footer-built-by{color:rgba(255,255,255,.4);font-size:.82rem;text-decoration:none;transition:color .2s}
.site-footer .footer-built-by:hover{color:rgba(255,255,255,.75)}
.site-footer .footer-bottom-center{width:100%;text-align:center;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.06);margin-top:.25rem}
.site-cta-call{background:var(--footer-brand,#002250);padding:4rem 2rem;text-align:center;color:#fff}
.site-cta-call h2{font-family:var(--font-d);font-size:clamp(1.8rem,4vw,2.6rem);font-weight:900;text-transform:uppercase;margin-bottom:.75rem}
.site-cta-call p{color:rgba(255,255,255,.65);max-width:520px;margin:0 auto 1.75rem;line-height:1.7;font-size:1.02rem}
.site-cta-call .cta-btns{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}
.site-cta-call .btn-call{font-size:1.15rem;padding:1rem 2.25rem;background:var(--blue);color:#fff;border-radius:5px;font-family:var(--font-d);font-weight:700;text-transform:uppercase;text-decoration:none;display:inline-block}
.site-cta-call .btn-call:hover{background:var(--blue-light)}
.site-cta-call .btn-call-outline{font-size:1.05rem;padding:1rem 2rem;border:2px solid rgba(255,255,255,.35);color:#fff;border-radius:5px;font-family:var(--font-d);font-weight:700;text-transform:uppercase;text-decoration:none;display:inline-block}
@media(max-width:900px){.site-footer .footer-top{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.site-footer .footer-top{grid-template-columns:1fr}}
