/* ============================================================
   Error404 — 404 hibaoldal
   ============================================================ */

.e404-section {
    padding-top: 80px !important;
    padding-bottom: 192px !important;
}

.e404-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
}

.e404-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 500px;
    max-width: 100%;
}

.e404-number {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: clamp(80px, 15vw, 180px);
    line-height: 1.2;
    color: #000;
    margin: 0;
}

.e404-title{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18.9px;
    color: #000 !important;
    margin: 0;
}

.e404-title p {
    margin: 0;
}

.e404-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    width: 100%;
}

.e404-description {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16.8px;
    line-height: 1.5;
    color: #000;
}

.e404-description p {
    margin: 0;
}

.e404-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--primary);
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.e404-btn:hover {
    color: #fff;
    opacity: 0.88;
    text-decoration: none;
}

.e404-btn__arrow {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.e404-btn__text p{
    margin: 0 !important;
}

.e404-btn__text {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 25.2px;
    line-height: 1;
    white-space: nowrap;
}

@media (max-width: 576px) {
    .e404-section {
        padding: 48px 0;
    }

    .e404-number {
        font-size: clamp(60px, 22vw, 120px);
    }

    .e404-btn__text {
        font-size: 20px;
    }
}
