.site-footer{
    margin-top:56px;
    padding:0;
    background:#0b2139;
    color:#dce6ef;
    border-top:4px solid #18c9c1;
}

.footer-shell{
    width:min(100%,1100px);
    margin:0 auto;
}

.footer-brand-area{
    padding:30px 18px 10px;
    text-align:center;
}

.footer-brand-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    max-width:100%;
}

.footer-logo{
    display:block;
    width:310px;
    max-width:min(72vw,310px);
    height:auto;
    max-height:72px;
    object-fit:contain;
    object-position:center;
}

.footer-brand-badge{
    flex:0 0 auto;
    white-space:nowrap;
}

.footer-description{
    margin:3px auto 15px;
    color:#b8c6d4;
    font-size:16px;
    line-height:1.5;
    font-weight:500;
}

.footer-socials{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    flex-wrap:wrap;
    margin:10px auto 8px;
}

.footer-social-btn,
.footer-share-btn{
    height:64px;
    border:1px solid rgba(255,255,255,.17);
    border-radius:13px;
    background:rgba(255,255,255,.025);
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:background .18s ease,border-color .18s ease,transform .18s ease;
}

.footer-social-btn{
    width:64px;
    flex:0 0 64px;
}

.footer-social-btn:hover,
.footer-share-btn:hover{
    background:rgba(255,255,255,.07);
    border-color:rgba(24,201,193,.55);
    transform:translateY(-1px);
}

.footer-social-btn svg,
.footer-share-btn svg{
    width:25px;
    height:25px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.footer-x-btn{
    font-size:20px;
    font-weight:900;
    font-family:Arial,sans-serif;
}

.footer-share-btn{
    min-width:138px;
    gap:10px;
    padding:0 20px;
    border-color:rgba(24,201,193,.36);
    color:#fff;
    cursor:pointer;
    font:inherit;
    font-size:16px;
    font-weight:800;
}

.footer-share-btn svg{
    color:#18c9c1;
}

.footer-menu{
    margin:0 18px;
    border-top:1px solid rgba(255,255,255,.10);
}

.footer-menu-row{
    min-height:86px;
    display:flex;
    align-items:center;
    gap:16px;
    border-bottom:1px solid rgba(255,255,255,.10);
    color:#fff;
    text-decoration:none;
    transition:background .18s ease;
}

.footer-menu-row:hover{
    background:rgba(255,255,255,.025);
}

.footer-row-icon{
    width:50px;
    height:50px;
    flex:0 0 50px;
    border:1px solid rgba(24,201,193,.24);
    border-radius:13px;
    background:rgba(24,201,193,.055);
    color:#18c9c1;
    display:flex;
    align-items:center;
    justify-content:center;
}

.footer-row-icon svg{
    width:25px;
    height:25px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.footer-row-label{
    min-width:0;
    flex:1 1 auto;
    font-size:18px;
    line-height:1.25;
    font-weight:850;
}

.footer-row-arrow{
    flex:0 0 auto;
    margin-left:auto;
    padding:0 10px;
    color:#16aee2;
    font-size:33px;
    line-height:1;
    font-weight:300;
}

.footer-bottom{
    margin-top:12px;
    padding:22px 18px 30px;
    border-top:1px solid rgba(255,255,255,.08);
    text-align:center;
}

.footer-disclaimer{
    display:block;
    max-width:760px;
    margin:0 auto 20px;
    color:#879aab;
    font-size:12px;
    line-height:1.6;
}

.footer-copyright{
    color:#a9b7c5;
    font-size:15px;
    line-height:1.4;
    font-weight:700;
}

.footer-domain{
    display:inline-block;
    margin-top:9px;
    color:#18c9c1;
    text-decoration:none;
    font-size:15px;
    line-height:1.3;
    font-weight:850;
}

@media(min-width:721px){
    .footer-brand-area{
        padding-top:38px;
    }
    .footer-menu{
        max-width:850px;
        margin-left:auto;
        margin-right:auto;
    }
    .footer-menu-row{
        min-height:78px;
        padding:0 8px;
    }
}

@media(max-width:720px){
    .site-footer{
        margin-top:28px;
    }
    .footer-brand-area{
        padding:22px 16px 8px;
    }
    .footer-logo{
        width:220px;
        max-width:61vw;
        max-height:50px;
    }
    .footer-description{
        margin:2px auto 10px;
        font-size:13px;
    }
    .footer-socials{
        gap:8px;
        margin:8px auto 6px;
    }
    .footer-social-btn,
    .footer-share-btn{
        height:48px;
        border-radius:11px;
    }
    .footer-social-btn{
        width:48px;
        flex-basis:48px;
    }
    .footer-share-btn{
        min-width:112px;
        padding:0 14px;
        gap:8px;
        font-size:14px;
    }
    .footer-social-btn svg,
    .footer-share-btn svg{
        width:21px;
        height:21px;
    }
    .footer-x-btn{
        font-size:18px;
    }
    .footer-menu{
        margin:0 14px;
    }
    .footer-menu-row{
        min-height:62px;
        gap:11px;
    }
    .footer-row-icon{
        width:38px;
        height:38px;
        flex-basis:38px;
        border-radius:10px;
    }
    .footer-row-icon svg{
        width:20px;
        height:20px;
    }
    .footer-row-label{
        font-size:15px;
    }
    .footer-row-arrow{
        padding-right:2px;
        font-size:25px;
    }
    .footer-bottom{
        margin-top:8px;
        padding:16px 14px 20px;
    }
    .footer-disclaimer{
        margin-bottom:12px;
        font-size:11px;
        line-height:1.5;
    }
    .footer-copyright,
    .footer-domain{
        font-size:13px;
    }
}

@media(max-width:480px){
    .site-footer{
        margin-top:24px;
    }
    .footer-brand-area{
        padding:18px 14px 7px;
    }
    .footer-brand-link{
        gap:6px;
    }
    .footer-logo{
        width:195px;
        max-width:60vw;
        max-height:44px;
    }
    .footer-brand-badge{
        font-size:9px;
        padding:5px 7px;
    }
    .footer-description{
        margin-top:1px;
        margin-bottom:9px;
        font-size:12px;
    }
    .footer-socials{
        gap:7px;
    }
    .footer-social-btn,
    .footer-share-btn{
        height:44px;
        border-radius:10px;
    }
    .footer-social-btn{
        width:44px;
        flex-basis:44px;
    }
    .footer-share-btn{
        min-width:104px;
        padding:0 12px;
        font-size:13px;
    }
    .footer-menu{
        margin:0 12px;
    }
    .footer-menu-row{
        min-height:56px;
        gap:10px;
    }
    .footer-row-icon{
        width:34px;
        height:34px;
        flex-basis:34px;
        border-radius:9px;
    }
    .footer-row-icon svg{
        width:18px;
        height:18px;
    }
    .footer-row-label{
        font-size:14px;
    }
    .footer-row-arrow{
        font-size:23px;
    }
    .footer-bottom{
        padding:14px 12px 18px;
    }
}