.mattiest-footer {
    padding: 40px 20px;
    margin-top: 60px;
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
    text-align: center;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: #6c757d;
}

.footer-details {
    font-size: 12px;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
}

.footer-copyright {
    font-size: 13px;
    font-weight: 500;
}

.footer-links {
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 500;
}

.footer-links a {
    color: #6c757d;
    text-decoration: none;
    margin: 0 8px;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #fd7e14;
    text-decoration: underline;
}


@media (max-width: 768px) {
    .footer-details {
        font-size: 11px;
    }
    
    .footer-copyright {
        font-size: 12px;
    }
}
