.custom-site-footer {
    background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px 0;
    margin-top: 0;
    box-shadow: 0 -4px 20px 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: #4a5568;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.footer-label {
    color: #2d3748;
    font-weight: 500;
}
@media (max-width: 768px) {
    .footer-container { padding: 0 20px; }
    .footer-text { font-size: 14px; flex-direction: column; }
}
