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

.error-404 .wrapper {
    text-align: center;
    max-width: 600px;
}

.error-content img {
    width: 120px;
    margin-bottom: 25px;
    opacity: 0.95;
}

.error-content h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.error-content p {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}

.error-content .cta-button {
    background: rgba(180, 3, 76, 0.85);
    color: #fff;
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.2s;
}

.error-content .cta-button:hover {
    background: rgba(180, 3, 76, 1);
}
