.custom-site-footer {
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    padding: 20px 0;
    margin-top: 0;
    box-shadow: 0 -1px 3px rgba(0,0,0,0.03);
}
.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}
.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.footer-text {
    margin: 0;
    font-size: 15px;
    color: #475569;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.footer-label {
    color: #1e293b;
    font-weight: 500;
}
@media (max-width: 768px) {
    .footer-container { padding: 0 20px; }
    .footer-text { font-size: 14px; flex-direction: column; }
}