/* ==========================================
   FOOTER
========================================== */

.site-footer{
    background:linear-gradient(180deg,#081b2d,#0d2742);
    margin-top:120px;
    color:#fff;
    position:relative;
}

.site-footer::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(
        90deg,
        #0b5ed7,
        #14b8a6
    );
}

/* ==========================================
   CTA
========================================== */

.footer-cta{
    transform:translateY(-55px);
}

.footer-cta-wrap{
    background:linear-gradient(
        135deg,
        #0b5ed7,
        #2563eb
    );
    border-radius:24px;
    padding:40px 50px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
    box-shadow:0 25px 60px rgba(11,94,215,.25);
}

.footer-cta-content h3{
    font-size:34px;
    margin-bottom:10px;
    color:#fff;
}

.footer-cta-content p{
    color:rgba(255,255,255,.9);
}

.footer-cta-buttons{
    display:flex;
    gap:15px;
}

.footer-btn-primary,
.footer-btn-secondary{
    padding:14px 28px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.footer-btn-primary{
    background:#fff;
    color:#0b5ed7;
}

.footer-btn-secondary{
    border:2px solid #fff;
    color:#fff;
}

.footer-btn-primary:hover,
.footer-btn-secondary:hover{
    transform:translateY(-3px);
}

/* ==========================================
   MAIN
========================================== */

.footer-main{
    padding:20px 0 70px;
}

.footer-grid{
    display:grid;
    grid-template-columns:1.8fr 1fr 1fr 1.2fr;
    gap:50px;
}

.footer-logo{
    height:85px;
    width:auto;
    margin-bottom:20px;
}

.footer-about p{
    color:#cbd5e1;
    line-height:1.9;
    margin-bottom:25px;
    max-width:380px;
}

.footer-trust{
    margin-bottom:25px;
}

.footer-trust span{
    display:block;
    margin-bottom:10px;
    color:#dbe4ee;
    font-size:15px;
}

/* ==========================================
   HEADINGS
========================================== */

.footer-links h3,
.footer-contact h3{
    font-size:22px;
    margin-bottom:28px;
    position:relative;
}

.footer-links h3::after,
.footer-contact h3::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-10px;
    width:45px;
    height:3px;
    border-radius:20px;
    background:#14b8a6;
}

/* ==========================================
   LINKS
========================================== */

.footer-links ul{
    list-style:none;
    margin:0;
    padding:0;
}

.footer-links li{
    margin-bottom:15px;
}

.footer-links a{
    color:#dbe4ee;
    text-decoration:none;
    transition:.3s;
    display:inline-flex;
    align-items:center;
}

.footer-links a::before{
    content:"›";
    margin-right:8px;
    color:#14b8a6;
}

.footer-links a:hover{
    transform:translateX(6px);
    color:#14b8a6;
}

/* ==========================================
   CONTACT
========================================== */

.footer-contact-item{
    background:rgba(255,255,255,.05);
    border-radius:16px;
    padding:16px;
    margin-bottom:15px;
}

.footer-contact-item strong{
    display:block;
    color:#14b8a6;
    margin-bottom:6px;
}

.footer-contact-item span{
    color:#dbe4ee;
    line-height:1.7;
}

/* ==========================================
   SOCIAL
========================================== */

.footer-social{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.footer-social a{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    background:rgba(255,255,255,.08);
    text-decoration:none;
    color:#fff;
    font-size:13px;
    font-weight:700;
    transition:.3s;
}

.footer-social a:hover{
    background:#14b8a6;
    transform:translateY(-4px);
}

/* ==========================================
   BOTTOM
========================================== */

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.08);
}

.footer-bottom-wrap{
    min-height:80px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.footer-copyright{
    color:#94a3b8;
    font-size:14px;
}

.footer-links-bottom{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.footer-links-bottom a{
    color:#94a3b8;
    text-decoration:none;
    transition:.3s;
}

.footer-links-bottom a:hover{
    color:#14b8a6;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media(max-width:1100px){

    .footer-grid{
        grid-template-columns:1fr 1fr;
    }

    .footer-cta-wrap{
        flex-direction:column;
        text-align:center;
    }

}

@media(max-width:768px){

    .footer-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .footer-cta{
        transform:none;
        padding:40px 0 0;
    }

    .footer-cta-wrap{
        padding:30px;
    }

    .footer-cta-content h3{
        font-size:28px;
    }

    .footer-cta-buttons{
        flex-direction:column;
        width:100%;
    }

    .footer-btn-primary,
    .footer-btn-secondary{
        width:100%;
        text-align:center;
    }

    .footer-bottom-wrap{
        flex-direction:column;
        text-align:center;
        padding:20px 0;
    }

}

@media(max-width:480px){

    .footer-social{
        justify-content:flex-start;
    }

}


















.footer-about p{
    position:relative;
    padding:18px 0 18px 18px;
    border-left:3px solid #14b8a6;
    color:#dbe4ee;
    line-height:1.9;
}

.footer-trust{
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,.08);
}

.footer-logo{
    border-radius:14px;
    box-shadow:0 8px 25px rgba(0,0,0,.18);
}