.n2-site-footer{
    background:linear-gradient(135deg,#05070b,#0f172a);
    color:#fff;
    margin-top:70px;
    padding:70px 0 28px;
}

.n2-footer-inner{
    max-width:1240px;
    margin:0 auto;
    padding:0 28px;
}

.n2-footer-header{
    text-align:center;
    margin-bottom:45px;
}

.n2-footer-main-logo{
    max-width:280px;
    max-height:120px;
    object-fit:contain;
    margin-bottom:18px;
}

.n2-footer-brandmark{
    font-size:28px;
    font-weight:900;
}

.n2-footer-brandsub{
    margin-top:8px;
    color:#cbd5e1;
}

.n2-footer-cols{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:34px;
}

.n2-footer-col{
    background:rgba(255,255,255,.045);
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    padding:28px;
}

.n2-footer-title{
    font-weight:900;
    margin-bottom:18px;
    text-transform:uppercase;
}

.n2-footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.n2-footer-links li{
    margin-bottom:10px;
}

.n2-footer-links a,
.n2-footer-links span{
    color:#dbe4f0;
    text-decoration:none;
}

.n2-footer-links a:hover{
    color:#ff8700;
}

.n2-footer-social{
    text-align:center;
    margin-top:40px;
}

.n2-footer-social-icons{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px;
}

.n2-footer-social-icons a{
    background:#ff8700;
    color:white;
    padding:10px 16px;
    border-radius:999px;
    text-decoration:none;
    font-weight:800;
}

.n2-footer-bottom{
    border-top:1px solid rgba(255,255,255,.1);
    margin-top:45px;
    padding-top:24px;
    text-align:center;
    color:#cbd5e1;
}

@media(max-width:900px){
    .n2-footer-cols{
        grid-template-columns:1fr;
    }
.n2-footer-header{
    text-align:center;
    margin-bottom:40px;
}

.n2-footer-logo-wrap{
    display:flex;
    justify-content:center;
    margin-bottom:18px;
}

.n2-footer-main-logo{
    max-width:280px;
    max-height:120px;
    width:auto;
    height:auto;
    object-fit:contain;
    filter:drop-shadow(0 10px 30px rgba(0,0,0,.35));
}

.n2-footer-brandmark{
    font-size:30px;
    font-weight:900;
    color:#fff;
}

.n2-footer-brandsub{
    margin-top:8px;
    color:#cbd5e1;
    font-size:14px;
}
}