/* ==================== 子页面 Footer 样式 ==================== */

#footer {
    position: relative;
    background: linear-gradient(135deg, #0078D7 0%, #0862A7 100%) !important;
    padding: 2rem 0;
    margin-top: 2rem;
    overflow: hidden;
    border-top: none;
}

#footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

#footer::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

#footer .row {
    margin: 0;
}

#footer .col-md-12 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer span {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 0.9375rem;
    letter-spacing: 0.1em;
    font-weight: 300;
    position: relative;
    padding: 0 2rem;
}
