.site-footer {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 16px;
    text-align: center;
    font-size: 0.95rem;
    color: #4b5563;
    background: rgba(249, 250, 251, 0.95);
    border-top: 1px solid #e5e7eb;
    backdrop-filter: blur(3px);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
    margin-top: auto;
    flex-shrink: 0;
    box-sizing: border-box;
}

.site-footer a {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}

