.hero-empresafora {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--ef-black);
    color: var(--ef-white);
    padding: 80px 40px;
    /* Matching original hero padding */
}


.ef-home-hero {
    position: relative;
    overflow: hidden;

    display: flex;
    align-items: center;

    min-height: calc(100svh - 112px);

    padding: clamp(36px, 3vw, 64px) 0 clamp(44px, 4vw, 76px);

    background: url("../../../../assets/img/home/hero.png") center center / cover no-repeat;

    will-change: transform;
    margin-bottom: 90px;
}

.hero-empresafora__container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.hero-empresafora__content {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.hero-empresafora__title {
    margin: 0;
    line-height: 1.1;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 800;
}

.hero-empresafora__title-line {
    display: block;
}

.hero-empresafora__title-line--white,
.hero-empresafora__title-line--gold {
    font-size: clamp(2.5rem, 10vw, 4.8rem);
    /* Ajustado para o tamanho de impacto do original */
    font-weight: 900;
    line-height: 0.9;
    /* Line-height mais compacto */
    letter-spacing: -0.02em;
    /* Letter-spacing negativo para títulos */
}

.hero-empresafora__title-line--white {
    color: #f3f3f3;
}

.hero-empresafora__title-line--gold {
    margin-top: 6px;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-empresafora__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 28px;
}

.hero-empresafora__eyebrow-line {
    display: inline-block;
    width: 52px;
    height: 1px;
    background: rgba(214, 178, 75, 0.45);
}

.hero-empresafora__eyebrow-text {
    color: #f0f0f0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    white-space: nowrap;
}

.hero-empresafora__description {
    max-width: 700px;
    margin: 34px auto 0;
    color: #e0e0e0;
    font-size: 19px;
    line-height: 1.6;
    font-weight: 400;
}

.hero-empresafora__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 42px;
}


.ef-home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center,
            rgba(0, 0, 0, 0.2) 0%,
            rgba(0, 0, 0, 0.7) 70%,
            rgba(0, 0, 0, 0.95) 100%);
    z-index: 1;
}

.ef-home-hero>* {
    position: relative;
    z-index: 2;
}

.ef-home-hero .hero-empresafora__content {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}

.ef-home-hero .hero-empresafora__title-line--white,
.ef-home-hero .hero-empresafora__title-line--gold {
    font-size: clamp(2rem, 4.8vw, 3.35rem);
    line-height: .92;
}

.ef-home-hero .hero-empresafora__eyebrow {
    margin-top: clamp(14px, 1.3vw, 22px);
}

.ef-home-hero .hero-empresafora__eyebrow-line {
    width: 68px;
}

.ef-home-hero .hero-empresafora__eyebrow-text {
    color: #e2e4ea;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.32em;
}

.ef-home-hero .hero-empresafora__description {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.88);
    font-family: "Open Sans", Arial, sans-serif;
    margin-top: clamp(16px, 1.5vw, 24px);
    font-size: clamp(15px, 1vw, 18px);
    line-height: 1.55;
}

.ef-home-hero .hero-empresafora__actions {
    gap: 18px;
    margin-top: clamp(22px, 2vw, 34px);
}


@media (max-width: 991px) {
    .hero-empresafora {
        min-height: 85vh;
        padding: 80px 40px;
    }

    .hero-empresafora__title-line--white,
    .hero-empresafora__title-line--gold {
        font-size: clamp(2rem, 5vw, 3.5rem);
    }

    .hero-empresafora__description {
        max-width: 700px;
        font-size: clamp(1rem, 2vw, 1.2rem);
    }
}

@media (max-width: 767px) {
    .hero-empresafora {
        padding: 90px 16px;
    }

    .ef-home-hero {
        padding: 78px 0 74px;
    }

    .hero-empresafora__title {
        letter-spacing: -1px;
    }

    .hero-empresafora__title-line--white,
    .hero-empresafora__title-line--gold {
        font-size: clamp(1.4rem, 5vw, 1.4rem);
    }

    .hero-empresafora__eyebrow {
        gap: 10px;
        margin-top: 22px;
    }

    .hero-empresafora__eyebrow-line {
        width: 34px;
    }

    .hero-empresafora__eyebrow-text {
        font-size: 11px;
        letter-spacing: 2.2px;
        white-space: normal;
    }

    .hero-empresafora__description {
        margin-top: 22px;
        font-size: 16px;
        line-height: 1.58;
    }

    .hero-empresafora__actions {
        flex-direction: column;
        gap: 14px;
        margin-top: 28px;
    }

    .hero-empresafora__button {
        width: 100%;
        max-width: 280px;
        min-width: 0;
    }

    .hero-empresafora__container {
        max-width: 328px;
    }

}