
footer{

    margin-top:120px;

    padding:50px 20px;

    border-top:1px solid rgba(255,255,255,.08);

    background:#0F1018;

}

.footer-content{

    max-width:1200px;

    margin:auto;

    text-align:center;

}

.footer-logo{

    font-size:28px;

    font-weight:800;

    color:#A855F7;

    margin-bottom:12px;

}

.footer-content p{

    color:#9CA3AF;

    margin-bottom:30px;

}

.footer-social{

    display:flex;

    justify-content:center;

    gap:16px;

    margin-bottom:30px;

}

.footer-social a{

    width:48px;

    height:48px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#171824;

    border:1px solid rgba(255,255,255,.08);

    color:#fff;

    font-size:20px;

    transition:.3s;

}

.footer-social a:hover{

    background:#7C3AED;

    border-color:#7C3AED;

    transform:translateY(-3px);

}

footer small{

    color:#777;

    font-size:13px;

}