/* ============================================================================
   Page: Error (404)
   ========================================================================= */

.error-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 0;
}

.error-content {
    text-align: center;
}

.error-code {
    font-size: clamp(4rem, 12vw, 8rem);
    font-weight: 900;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.error-content h2 {
    margin-bottom: 1rem;
}

.error-content p {
    margin-bottom: 2rem;
}
