/*!
 * Estilos de la página 404: código grande, mensaje, buscador y enlaces.
 *
 * @package AlexiaSoft
 * @since   1.0.0
 */
.ast-404-section {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 0;
}

.ast-404-inner { max-width: 480px; margin: 0 auto; }

.ast-404-code {
    font-size: clamp(6rem, 20vw, 10rem);
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.ast-404-inner h1 { font-size: 1.75rem; margin-bottom: 1rem; }
.ast-404-inner p { color: var(--color-text-light); margin-bottom: 2rem; }

.ast-404-search { margin-bottom: 2rem; }
.ast-404-search form { display: flex; gap: 0.5rem; }
.ast-404-search input { flex: 1; margin: 0; }

.ast-404-links { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
