/* =========================================================
   TOPREF鼎裁体育（中国）
   FOOTER FINAL
   ========================================================= */

.site-footer {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #0b0b0b;
    color: #ffffff;
}

.site-footer * {
    box-sizing: border-box;
}

.site-footer .footer-container {
    width: min(1400px, calc(100% - 96px));
    margin: 0 auto;
}


/* =========================================================
   MAIN
   ========================================================= */

.site-footer .footer-main {
    width: 100%;

    display: grid !important;

    grid-template-columns:
        minmax(380px, 1.7fr)
        minmax(140px, .6fr)
        minmax(140px, .6fr)
        minmax(140px, .6fr) !important;

    gap: 70px !important;

    padding: 72px 0 60px !important;

    border-bottom: 1px solid #303030;
}


/* =========================================================
   BRAND
   ========================================================= */

.site-footer .footer-intro {
    display: block;
    max-width: 540px;
}

.site-footer .footer-brand-name {
    display: inline-block !important;

    margin: 0 0 20px !important;

    color: #ffffff !important;

    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;

    text-decoration: none !important;
}

.site-footer .footer-intro p {
    max-width: 520px;

    margin: 0 !important;

    color: #969696 !important;

    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.9 !important;
}


/* =========================================================
   COLUMNS
   ========================================================= */

.site-footer .footer-column {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;

    margin: 0 !important;
    padding: 0 !important;
}

.site-footer .footer-column strong {
    display: block;

    margin: 0 0 22px !important;

    color: #ffffff !important;

    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}

.site-footer .footer-column a {
    display: block !important;

    margin: 0 0 13px !important;
    padding: 0 !important;

    color: #929292 !important;

    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;

    text-decoration: none !important;

    transition:
        color .2s ease,
        transform .2s ease;
}

.site-footer .footer-column a:hover {
    color: #ffffff !important;
    transform: translateX(4px);
}


/* =========================================================
   COPYRIGHT
   ========================================================= */

.site-footer .footer-bottom {
    width: 100%;
    min-height: 66px;

    display: flex !important;
    align-items: center !important;

    margin: 0 !important;
    padding: 0 !important;

    border-bottom: 1px solid #303030;

    color: #777777 !important;

    font-size: 11px !important;
    line-height: 1.5 !important;
}


/* =========================================================
   SLOGAN
   ========================================================= */

.site-footer .footer-slogan {
    width: 100%;
    min-height: 155px;

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;

    gap: 17px !important;

    margin: 0 !important;
    padding: 0 !important;
}

.site-footer .footer-slogan > span {
    display: block !important;

    width: 42px !important;
    height: 4px !important;

    background: #e21b23 !important;
}

.site-footer .footer-slogan strong {
    display: block;

    margin: 0 !important;

    color: #ffffff !important;

    font-size: 46px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    letter-spacing: -0.04em !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

    .site-footer .footer-container {
        width: calc(100% - 48px);
    }

    .site-footer .footer-main {
        grid-template-columns:
            repeat(3, minmax(0, 1fr)) !important;

        gap: 45px !important;
    }

    .site-footer .footer-intro {
        grid-column: 1 / -1;
        max-width: 650px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .site-footer .footer-container {
        width: calc(100% - 32px);
    }

    .site-footer .footer-main {
        grid-template-columns: 1fr !important;

        gap: 34px !important;

        padding: 50px 0 45px !important;
    }

    .site-footer .footer-intro {
        grid-column: auto;
    }

    .site-footer .footer-brand-name {
        font-size: 18px !important;
    }

    .site-footer .footer-bottom {
        min-height: 60px;
    }

    .site-footer .footer-slogan {
        min-height: 125px;
    }

    .site-footer .footer-slogan strong {
        font-size: 36px !important;
    }

}
