.error-hero {
    position: relative;
    min-height: 84svh;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: var(--zika-white);
    background: var(--zika-black);
}

.error-hero__media {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.66) 52%, rgba(0, 0, 0, 0.25)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.82), transparent 60%),
        url("../images/hero/home-hero-vHchUsx.jpg");
    background-position: center;
    background-size: cover;
    transform: scale(1.03);
}

.error-hero .container {
    position: relative;
    z-index: 1;
}

.error-hero__content {
    width: min(780px, 100%);
    padding: 9rem 0 5rem;
}

.error-hero__code {
    margin: 0 0 0.35rem;
    color: var(--zika-yellow);
    font-size: 6.4rem;
    font-weight: 950;
    line-height: 0.95;
}

.error-hero h1 {
    margin: 0;
    font-size: 3.5rem;
    font-weight: 950;
    line-height: 1;
}

.error-hero__content > p:not(.error-hero__code) {
    max-width: 650px;
    margin: 1.2rem 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.12rem;
}

.error-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem;
    margin-top: 2rem;
}

.error-hero__contact {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    color: var(--zika-yellow);
    font-weight: 950;
}

.error-hero__contact:hover,
.error-hero__contact:focus {
    color: var(--zika-white);
}

.error-hero__details {
    max-width: 620px;
    margin: 2.6rem 0 0;
    padding: 1rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.error-hero__details div {
    min-width: 150px;
    padding: 0.85rem 1rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--zika-radius);
}

.error-hero__details dt {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.error-hero__details dd {
    margin: 0.25rem 0 0;
    color: var(--zika-white);
    font-weight: 950;
}

@media (max-width: 992px) {
    .error-hero__code {
        font-size: 5rem;
    }

    .error-hero h1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 700px) {
    .error-hero {
        min-height: 82svh;
    }

    .error-hero__content {
        padding: 7rem 0 3.5rem;
    }

    .error-hero__code {
        font-size: 3.7rem;
    }

    .error-hero h1 {
        font-size: 2.15rem;
        line-height: 1.08;
    }

    .error-hero__content > p:not(.error-hero__code) {
        font-size: 1rem;
    }

    .error-hero__actions,
    .error-hero__actions .btn-zika,
    .error-hero__contact,
    .error-hero__details div {
        width: 100%;
    }

    .error-hero__contact {
        justify-content: center;
    }
}
