/* SunucuRadar Footer */

.sr-footer{
    margin-top:44px;
    border-top:1px solid rgba(34,197,94,.22);
    background:
        radial-gradient(circle at 20% 0%,rgba(34,197,94,.16),transparent 34%),
        linear-gradient(180deg,rgba(2,6,23,.72),rgba(2,6,23,.96));
    color:#e2e8f0;
}

.sr-footer-inner{
    width:min(1180px,calc(100% - 36px));
    margin:0 auto;
    padding:46px 0 34px;
    display:grid;
    grid-template-columns:minmax(280px,1.55fr) repeat(3,minmax(150px,.7fr));
    gap:34px;
}

.sr-footer-logo{
    display:flex;
    align-items:center;
    gap:12px;
    color:#f8fafc;
    text-decoration:none;
    font-size:24px;
    font-weight:1000;
    letter-spacing:-.6px;
    margin-bottom:16px;
}

.sr-footer-mark{
    width:42px;
    height:42px;
    border-radius:13px;
    display:grid;
    place-items:center;
    color:#04130a;
    font-weight:1000;
    background:linear-gradient(135deg,#22c55e,#14532d);
    box-shadow:0 0 34px rgba(34,197,94,.35);
}

.sr-footer-brand p{
    max-width:520px;
    color:#cbd5e1;
    font-size:15px;
    line-height:1.7;
    margin:0;
}

.sr-footer-disclaimer{
    margin-top:18px;
    max-width:560px;
    color:#94a3b8;
    font-size:13px;
    line-height:1.55;
    padding:12px 14px;
    border:1px solid rgba(148,163,184,.14);
    background:rgba(15,23,42,.45);
    border-radius:14px;
}

.sr-footer-col h3{
    margin:0 0 14px;
    color:#f8fafc;
    font-size:18px;
    letter-spacing:-.3px;
}

.sr-footer-col a{
    display:block;
    color:#86efac;
    text-decoration:none;
    font-size:14px;
    font-weight:800;
    margin:10px 0;
}

.sr-footer-col a:hover{
    color:#bbf7d0;
    text-decoration:underline;
}

.sr-footer-bottom{
    border-top:1px solid rgba(148,163,184,.14);
    width:min(1180px,calc(100% - 36px));
    margin:0 auto;
    padding:18px 0 26px;
    display:flex;
    justify-content:space-between;
    gap:18px;
    flex-wrap:wrap;
    color:#94a3b8;
    font-size:13px;
}

.sr-info-page{
    max-width:860px;
}

.sr-info-text{
    display:grid;
    gap:14px;
    margin:22px 0 26px;
}

.sr-info-text p{
    font-size:17px;
    line-height:1.75;
    color:#cbd5e1;
}

@media(max-width:900px){
    .sr-footer-inner{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:620px){
    .sr-footer-inner{
        grid-template-columns:1fr;
    }

    .sr-footer-bottom{
        display:grid;
    }
}
