.ra-404 {
    padding: 96px 0;
    text-align: center;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ra-404__inner {
    max-width: 560px;
    margin: 0 auto;
}

.ra-404__code {
    font-size: clamp(72px, 14vw, 140px);
    font-weight: 800;
    line-height: 1;
    background: var(--ra-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    margin-bottom: 16px;
}

.ra-404__title {
    font-size: var(--ra-fs-xl);
    color: #ffffff;
    margin-bottom: 12px;
}

.ra-404__text {
    color: var(--ra-color-text-muted);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 28px;
}
