.site-footer {
    padding: 54px 20px 34px;
    color: rgba(255, 255, 255, 0.82);
    background: #123a78;
}

.site-footer-inner {
    width: min(1120px, 100%);
    margin: 0 auto;
    text-align: center;
}

.site-footer-logo-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-footer-logo-row img {
    display: block;
    width: 64px;
    height: 48px;
    max-width: none;
    padding: 4px 6px;
    border: 0;
    border-radius: 6px;
    background: #ffffff;
    object-fit: contain;
    box-shadow: none;
}

.site-footer-logo-row img:last-child {
    max-width: none;
}

.site-footer-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 1fr) minmax(220px, 1fr);
    column-gap: clamp(32px, 6vw, 86px);
    row-gap: 28px;
    align-items: start;
}

.site-footer-main > section:nth-child(2) {
    justify-self: center;
}

.site-footer-main > section:nth-child(3) {
    justify-self: end;
}

.site-footer h2,
.site-footer h3 {
    margin: 0;
    color: #ffffff;
    letter-spacing: 0;
}

.site-footer h2 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 860;
}

.site-footer h3 {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 820;
}

.site-footer-contact-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.site-footer p {
    margin: 14px 0 0;
    max-width: 520px;
    font-size: 14px;
    line-height: 1.9;
}

.site-footer-links {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.site-footer a,
.site-footer button {
    color: rgba(255, 255, 255, 0.88);
    font: inherit;
}

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

.site-footer a:hover,
.site-footer button:hover {
    color: #ffffff;
}

.site-footer-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 0;
}

.site-footer-email-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-top: -6px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
    transition: transform 200ms ease, color 200ms ease;
}

.site-footer-email-icon:hover {
    transform: translateY(-2px) scale(1.05);
    color: #ffffff;
}

.site-footer-email-icon:active {
    transform: translateY(0) scale(0.98);
}

.site-footer-email-svg {
    display: block;
    width: 20px;
    height: 20px;
}

.site-footer-status {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

.site-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 42px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.68);
}

.site-footer-bottom-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.site-footer-icp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
}

.site-footer-icp:hover {
    color: #ffffff;
}

.site-footer-icp-icon {
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    object-fit: contain;
    border: 0;
}

.site-footer-icp-icon {
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

@media (max-width: 760px) {
    .site-footer-logo-row {
        gap: 8px;
    }

    .site-footer-logo-row img {
        width: 56px;
        height: 42px;
        max-width: none;
    }

    .site-footer-logo-row img:last-child {
        max-width: none;
    }

    .site-footer-main {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .site-footer-main > section:nth-child(2),
    .site-footer-main > section:nth-child(3) {
        justify-self: start;
    }

    .site-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-footer-bottom-brand {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
}

.site-footer-beian {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.site-footer-beian .site-footer-icp-icon {
    margin-left: 16px;
}
