.ef-consultoria-offshore-page {
    background:
        radial-gradient(circle at 50% 0%, rgba(225, 172, 65, 0.08), transparent 24%),
        #000;
    color: #fff;
}

.ef-consultoria-offshore-page__shell {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.ef-consultoria-offshore-page__hero {
    padding: 78px 0 34px;
    text-align: center;
}

.ef-consultoria-offshore-page__hero h1 {
    margin: 0;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: clamp(2.8rem, 2.8vw, 3.55rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.ef-consultoria-offshore-page__hero h1 span {
    color: #f0c54a;
}

.ef-consultoria-offshore-page__divider {
    display: block;
    width: 54px;
    height: 2px;
    margin: 18px auto 0;
    background: #e1ac41;
}

.ef-consultoria-offshore-page__offers {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    width: min(930px, 100%);
    margin: 46px auto 0;
}

.ef-consultoria-offshore-page__card {
    position: relative;
    padding: 64px 28px 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(27, 27, 27, 0.98), rgba(18, 18, 18, 0.98));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 30px 80px rgba(0, 0, 0, 0.34);
}

.ef-consultoria-offshore-page__badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 18px;
    border: 2px solid #e1ac41;
    border-radius: 999px;
    background: #0f0f0f;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.ef-consultoria-offshore-page__card h2 {
    margin: 0;
    color: #f0c54a;
    font-family: "Bebas Neue", "Open Sans", sans-serif;
    font-size: clamp(2.7rem, 2.6vw, 3.5rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.ef-consultoria-offshore-page__description {
    max-width: 380px;
    margin: 28px auto 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
}

.ef-consultoria-offshore-page__price {
    display: block;
    margin-top: 54px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: clamp(3.5rem, 3.4vw, 4.55rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.055em;
}

.ef-consultoria-offshore-page__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    width: min(100%, 334px);
    margin-top: 38px;
    padding: 14px 30px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f9f295 0%, #f4cf61 22%, #e1ac41 100%);
    color: #111;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.ef-consultoria-offshore-page__note {
    max-width: 290px;
    margin: 16px auto 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.ef-consultoria-offshore-page__stack .tax-calculator-section {
    padding-top: 94px;
    padding-bottom: 86px;
}

.ef-consultoria-offshore-page__stack .tax-calculator-container,
.ef-consultoria-offshore-page__stack .ef-home-shell {
    width: min(1240px, calc(100% - 48px));
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

.ef-consultoria-offshore-page__stack .tax-calculator-header {
    margin-bottom: 32px;
}

.ef-consultoria-offshore-page__stack .tax-calculator-header .ef-home-title {
    justify-content: center;
    width: 100%;
    text-align: center;
}

.ef-consultoria-offshore-page__stack .ef-home-partners {
    padding-top: 0;
    padding-bottom: 92px;
}

.ef-consultoria-offshore-page__stack .ef-home-testimonials {
    padding-top: 4px;
    padding-bottom: 92px;
}

.ef-consultoria-offshore-page__stack .ef-home-faq {
    padding-top: 4px;
    padding-bottom: 92px;
}

@media (max-width: 900px) {
    .ef-consultoria-offshore-page__offers {
        grid-template-columns: 1fr;
        width: min(640px, 100%);
    }

    .ef-consultoria-offshore-page__card {
        padding-top: 56px;
    }

}

@media (max-width: 640px) {

    .ef-consultoria-offshore-page__hero {
        padding-top: 58px;
    }

    .ef-consultoria-offshore-page__card {
        padding: 52px 18px 20px;
        border-radius: 18px;
    }

    .ef-consultoria-offshore-page__description {
        font-size: 16px;
        line-height: 1.55;
    }

    .ef-consultoria-offshore-page__price {
        margin-top: 40px;
        font-size: 3.35rem;
    }

    .ef-consultoria-offshore-page__button {
        width: 100%;
    }
}
