.footer-box {
    width: 100%;
    overflow: hidden;
    background-color: #0B0914;
}

.footer-muted-text {
    color: #948AA3;
    font-family: PingFang SC, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
}

.footer-outer {
    width: 100%;
    max-width: 1160px;
    padding: 36px 0;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    overflow: hidden;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.footer-brand-lockup {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
}

.footer-logo {
    display: block;
    width: auto;
    height: 36px;
}

.footer-row {
    width: 100%;
    min-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}

.footer-links {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

.footer-links a {
    color: inherit;
    text-decoration: none;
}

.footer-links a:hover {
    color: #F160B1;
}

.footer-contact {
    display: none;
}

.footer-contact-line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #948AA3;
    font-family: PingFang SC, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
    word-wrap: break-word;
}

a.footer-contact-line:hover {
    color: #F160B1;
}

.footer-contact-sep {
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0.2);
}

.footer-social {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

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

.footer-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
}

.footer-icon-link {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 0;
}

.footer-icon-outer {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    object-fit: contain;
}

.footer-icon-divider {
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, 0.2);
}

.footer-copy {
    color: #948AA3;
    font-family: PingFang SC, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
}

@media (max-width: 1200px) {
    .footer-outer {
        padding-right: 48px;
        padding-left: 48px;
    }
}

@media (max-width: 767px) {
    .footer-box {
        padding: 0 16px 24px;
        box-sizing: border-box;
    }

    .footer-outer {
        width: 100%;
        max-width: 100%;
        padding: 18px 20px;
        align-items: flex-start;
        gap: 18px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(241, 96, 177, 0.16);
        border-radius: 18px;
    }

    .footer-row {
        display: contents;
    }

    .footer-brand {
        order: 1;
        width: 100%;
        gap: 4px;
    }

    .footer-logo {
        height: 32px;
        flex-shrink: 0;
    }

    .footer-brand .footer-muted-text {
        display: none;
    }

    .footer-copy {
        order: 2;
        color: #FFFFFF;
    }

    .footer-links {
        order: 3;
        width: 100%;
        flex-wrap: wrap;
        align-content: center;
        white-space: normal;
        gap: 12px;
    }

    .footer-links a {
        color: rgba(255, 255, 255, 0.6);
        font-size: 12px;
        line-height: 18px;
    }

    .footer-links a + a {
        position: relative;
        padding-left: 13px;
    }

    .footer-links a + a::before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 1px;
        height: 12px;
        background: rgba(255, 255, 255, 0.2);
        content: "";
        transform: translateY(-50%);
    }

    .footer-contact {
        display: none;
    }

    .footer-social {
        order: 4;
        width: 100%;
        padding-top: 18px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer-social-label {
        display: block;
        color: #FFFFFF;
        font-family: PingFang SC, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .footer-icons {
        width: 100%;
        justify-content: flex-start;
        gap: 16px;
    }

    .footer-icon-divider {
        display: none;
    }

    .footer-icon-link {
        width: 38px;
        height: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        background: rgba(241, 96, 177, 0.12);
        border-radius: 9999px;
    }

    .footer-icon-link .footer-icon-outer {
        width: 18px;
        height: 18px;
    }
}
