
/* --- Footer --- */
.site-footer {
    background-color: #f3f4f6; /* bg-gray-100 */
    color: #4b5563; /* text-gray-600 */
    padding: 2rem 1rem; /* py-8 px-4 */
    border-top: 1px solid #e5e7eb; /* border-t border-gray-200 */
    text-align: center;
}
.site-footer .container {
    padding-left: 1rem;
    padding-right: 1rem;
}

.footer-menu {
    margin-bottom: 1rem; /* mb-4 */
}

.footer-link {
    padding: 0 0.5rem; /* px-2 */
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}
.footer-link:hover {
    color: #dc2626; /* hover:text-red-600 */
}

.copyright-text {
    font-size: 0.875rem;
}