footer{
    padding:110px 5% 40px;
    color:#08173a;
}

.footer-top{
    display:grid;
    grid-template-columns:2fr 1.2fr;
    gap:90px;
    align-items:start;
}

.footer-top h3{
    margin-bottom:22px;
    font-family:"Wix Madefor Display","Segoe UI",Arial,Helvetica,sans-serif;
    font-size:24px;
    line-height:1.1;
}

.footer-top ul{
    list-style:none;
}

.footer-top a{
    text-decoration:none;
}

.footer-top p,
.footer-top li{
    line-height:1.35;
    font-size:16px;
}

.footer-logo{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:baseline;
    gap:0.18em;
    font-family:"Wix Madefor Display","Segoe UI",Arial,Helvetica,sans-serif;
    font-size:clamp(64px, 9vw, 152px);
    font-weight:900;
    letter-spacing:-0.04em;
    line-height:.9;
    margin:88px 0 28px;
    white-space:nowrap;
}

.footer-badge{
    display:flex;
    justify-content:flex-start;
    margin:18px 0 36px;
}

.footer-badge a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 20px;
    border:1px solid #08173a;
    border-radius:999px;
    text-decoration:none;
    color:#08173a;
    font-size:14px;
    font-weight:700;
    letter-spacing:.02em;
    background:rgba(255,255,255,.5);
}

.footer-bottom{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    padding-top:0;
    font-size:13px;
}

@media(max-width:900px){
    .footer-top{
        display:flex;
        flex-direction:column;
        gap:40px;
    }

    .footer-logo{
        font-size:clamp(32px, 12vw, 56px);
        white-space:normal;
        flex-wrap:wrap;
        justify-content:center;
        text-align:center;
    }

    .footer-bottom{
        justify-content:center;
        text-align:center;
    }
}
