.page-404 {
    min-height: calc(100vh - 160px);
    background: #0d0d0d;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
}

.page-404-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
    max-width: 600px;
}

.page-404-code {
    font-size: 160px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -4px;
}

.page-404-title {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-404-text {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}

@media (max-width: 768px) {
    .page-404-code {
        font-size: 100px;
    }

    .page-404-title {
        font-size: 28px;
    }

    .page-404-text {
        font-size: 16px;
    }
}
