.vxm-404 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    text-align: center;
    padding: 40px;
}

.vxm-404-title {
    font-size: 120px;
    font-weight: 800;
    color: #ff5a5f;
}

.vxm-404-subtitle {
    font-size: 28px;
    margin: 10px 0;
}

.vxm-404-text {
    color: #666;
    margin-bottom: 25px;
}

.vxm-404-actions a {
    margin: 10px;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
}

.btn-primary {
    background: #ff5a5f;
    color: #fff;
}

.btn-secondary {
    border: 1px solid #333;
    color: #333;
}

.vxm-404-suggestions ul {
    list-style: none;
    padding: 0;
}