.footer {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 1rem 0;
    background-color: #f8f8f8;
}

.footer .tagline {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1rem;
    color: #333;
    margin: 0;
    line-height: 1.6;
    transition: letter-spacing 0.3s ease;
}

.footer .footer-link {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer .footer-link:hover {
    color: #666;
}

@media (max-width: 768px) {
    .footer {
        width: 100%;
        padding: 0.5rem 0;
    }

    .footer .tagline {
        font-size: 0.875rem;
    }
}
