/* ============================================
   Utilities & Responsive Helpers
   ============================================ */

/* Additional responsive tweaks if needed */
@media (max-width: 991px) {
    .section {
        padding: 60px 0;
    }
    .content-card {
        padding: 35px;
    }
}
@media (max-width: 768px) {
    .cta-section {
        padding: 40px 20px;
    }
    .error-code {
        font-size: 100px;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}













