/* Responsive Design */
@media (max-width: 768px) {
    /* ... all responsive styles ... */
}

/* Mobile Menu */
.mobile-menu-button {
    /* ... mobile menu styles ... */
}

/* Animations */
@keyframes fadeIn {
    /* ... animation styles ... */
}

.animate {
    /* ... animation classes ... */
} 