.footer {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: radial-gradient(circle at 12% 10%, rgba(0, 167, 216, 0.24), transparent 32%), linear-gradient(135deg, #08243E 0%, #0B3D6E 48%, #0F5F98 100%);
    color: #EAF3FA;
}

    .footer:before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
        background-size: 54px 54px;
        opacity: 0.18;
    }

    .footer ul {
        list-style: none;
    }

.footer-top,
.footer-bottom {
    position: relative;
}

    .footer-top .grid.wide,
    .footer-bottom .grid.wide {
        padding-left: 10px;
        padding-right: 10px;
    }

.footer-container {
    display: grid;
    grid-template-columns: minmax(324px, 0.95fr) minmax(0, 1.05fr);
    gap: 54px;
    padding: 45px 0 38px;
}

.footer-brand {
    min-width: 0;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    max-width: 210px;
    padding: 12px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

    .footer-logo img {
        width: 100%;
        height: auto;
        object-fit: contain;
        border-radius: 50%;
    }

.footer-intro {
    margin-top: 15px;
    color: #D7E6F2;
    font-family: 'InterR';
    font-size: 15px;
    line-height: 1.72;
}

    .footer-intro p {
        position: relative;
        margin: 8px 0;
        padding-left: 22px;
    }

        .footer-intro p:before {
            position: absolute;
            left: 0;
            top: 4px;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #BEEFFF;
            font-family: "Font Awesome 6 Free";
            font-size: 12px;
            font-weight: 900;
        }

        .footer-intro p:nth-child(1):before {
            content: "\f3c5";
        }

        .footer-intro p:nth-child(2):before {
            content: "\f095";
        }

        .footer-intro p:nth-child(3):before,
        .footer-intro p:nth-child(4):before,
        .footer-intro p:nth-child(5):before {
            content: "\f0ac";
        }

    .footer-intro a {
        color: #FFFFFF;
    }

        .footer-intro a:hover {
            color: #6DE3FF;
        }

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

    .footer-social:empty {
        display: none;
    }

    .footer-social a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.32);
        background: rgba(255, 255, 255, 0.09);
        color: #FFFFFF;
        font-size: 16px;
        transition: transform .3s ease, background-color .3s ease, border-color .3s ease, color .3s ease;
    }

        .footer-social a:hover {
            transform: translateY(-3px);
            border-color: #6DE3FF;
            background: #00A7D8;
            color: #FFFFFF;
        }

.footer-nav-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    min-width: 0;
}

.footer-top .list-nav {
    width: auto;
    height: auto;
    padding: 0;
    min-width: 0;
}

    .footer-top .list-nav .title {
        position: relative;
        margin: 0 0 20px;
        padding-bottom: 14px;
        color: #FFFFFF;
        font-family: 'InterSB';
        font-size: 17px;
        font-weight: 700;
        line-height: 1.35;
        text-transform: uppercase;
        white-space: normal;
    }

        .footer-top .list-nav .title:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 48px;
            height: 3px;
            border-radius: 99px;
            background: linear-gradient(90deg, #00A7D8, #6DE3FF);
        }

    .footer-top .list-nav ul {
        margin-top: 0;
    }

        .footer-top .list-nav ul li {
            display: flex;
            align-items: center;
            margin-bottom: 11px;
            color: #BEEFFF;
            transition: transform .3s ease;
        }

            .footer-top .list-nav ul li:hover {
                transform: translateX(5px);
            }

        .footer-top .list-nav ul i {
            width: 18px;
            padding-right: 0;
            color: #6DE3FF;
            font-size: 11px;
        }

        .footer-top .list-nav ul a {
            position: relative;
            max-width: 100%;
            color: #D7E6F2;
            font-family: 'InterR';
            font-size: 15px;
            line-height: 1.55;
            text-transform: none;
            white-space: normal;
            transition: color .3s ease;
        }

            .footer-top .list-nav ul a:before {
                content: "";
                position: absolute;
                left: 0;
                bottom: -2px;
                width: 0;
                height: 1px;
                background: #6DE3FF;
                transition: width .3s ease;
            }

            .footer-top .list-nav ul a:hover {
                color: #FFFFFF;
            }

                .footer-top .list-nav ul a:hover:before {
                    width: 100%;
                }

.footer-address {
    padding-top: 0;
}

.footer-top .fanpage {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

    .footer-top .fanpage .fb-page {
        width: 100%;
        height: 100%;
        border-radius: 14px;
        overflow: hidden;
    }

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-bottom {
    min-height: 58px;
    background: rgba(0, 23, 45, 0.25);
}

    .footer-bottom .container {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 58px;
        text-align: center;
    }

    .footer-bottom .left {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 58px;
    }

        .footer-bottom .left .text {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 4px 6px;
            color: #D7E6F2;
        }

            .footer-bottom .left .text span {
                display: inline-flex;
                align-items: center;
                color: #D7E6F2;
                text-align: center;
                font-family: 'InterR';
                font-size: 16px;
                line-height: 1.5;
            }

                .footer-bottom .left .text span:nth-child(2) {
                    margin-left: 0;
                }

        .footer-bottom .left a {
            padding-left: 4px;
            color: #FFFFFF;
            transition: color .3s ease;
        }

            .footer-bottom .left a:hover {
                color: #6DE3FF;
                text-decoration: none;
            }

@media(max-width:1200px) {
    .footer-container {
        gap: 36px;
    }

    .footer-nav-group {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-address {
        grid-column: 1 / span 2;
    }
}

@media(max-width:1023px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 46px 0 34px;
    }

    .footer-brand {
        text-align: center;
    }

    .footer-logo {
        margin: 0 auto;
    }

    .footer-intro {
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .footer-social {
        justify-content: center;
    }
}

@media(max-width:739px) {
    .footer-top .grid.wide,
    .footer-bottom .grid.wide {
        padding-left: 14px;
        padding-right: 14px;
    }

    .footer-top .list-nav ul li {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        padding: 0;
        color: #BEEFFF;
        margin-right: 5px;
        transition: transform .3s ease;
    }

    .footer-top .list-nav ul {
        margin-top: 0;
        display: flex;
        flex-flow: wrap;
        gap: 8px;
    }

    .footer-intro p {
        position: relative;
        margin: 8px 0;
        padding-left: 21px;
    }

    .footer-top .list-nav ul i {
        width: 13px;
        padding-right: 0;
        color: #6DE3FF;
        font-size: 11px;
    }

    .footer-container {
        padding: 36px 0 26px;
    }

    .footer-logo {
        max-width: 168px;
        padding: 10px 12px;
        border-radius: 50%;
    }

    .footer-intro {
        font-size: 14px;
        line-height: 1.65;
    }

    .footer-nav-group {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .footer-address {
        grid-column: auto;
    }

    .footer-top .list-nav .title {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .footer-top .fanpage {
        height: 210px;
    }

    .footer-bottom .container,
    .footer-bottom .left {
        min-height: auto;
    }

    .footer-bottom .container {
        padding: 14px 0;
    }

    .footer-bottom .left .text {
        flex-direction: column;
        gap: 4px;
    }

        .footer-bottom .left .text span {
            display: block;
            font-size: 13px;
        }
}