/* ========================================
   GLOBAL - BUTTONS
======================================== */

.ef-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 16px 32px;
    border-radius: 9999px;
    box-sizing: border-box;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    /* Consistent with original */
    font-weight: 700;
    /* Adjusted to match original button font-weight */
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.28s ease;
    align-content: center;
}

/* Branco */
.ef-btn--white {
    background: #ffffff;
    color: #000000 !important;
}

.ef-story-page--bahamas,
.ef-story-page--nevis,
.ef-story-page--usa {
    background: #ffffff;
}

.ef-btn--white:hover {
    background: #f6f6f6;
    color: #000000 !important;
    box-shadow: 0 10px 24px rgba(255, 255, 255, 0.16);
    transform: translateY(-1px);
}

/* Escuro */
.ef-btn--dark {
    background-color: var(--btn-dark);
    color: #d1d1d1;
    border: 1px solid #333;
}

.ef-btn--dark:hover {
    background-color: #2a2a2a;
    color: #fff;
    border-color: #555;
}

/* Dourado */
.ef-btn--gold {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 4px 15px rgba(0, 0, 0, 0.25);
    display: inline-block;
    padding: 16px 32px;
    border-radius: 9999px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    border: none;
    background: linear-gradient(90deg, #F9F295 0%, #F3D97A 20%, #EBC15A 40%, #E1AC41 50%, #EBC15A 60%, #F3D97A 80%, #F9F295 100%);
    background-size: 200% auto;
    color: #000;
    transition: all 0.4s cubic-bezier(.165, .84, .44, 1);
    position: relative;
    overflow: hidden;
}


.ef-btn--gold:hover {
    background-position: right center;
    transform: scale(1.02);
    box-shadow: 0 0 15px rgba(225, 172, 65, 0.4);
}


/* Preto sólido */
.ef-btn--black {
    background: #000000;
    color: #ffffff !important;
}

.ef-btn--black:hover {
    background: #1a1a1ae7;
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(26, 26, 26, 0.16);
    transform: translateY(-1px);
}


/* Tamanhos */
.ef-btn--sm {
    min-height: 46px;
    padding: 0 28px;
    font-size: 15px;
}

.ef-btn--lg {
    min-height: 58px;
    padding: 0 42px;
    font-size: 17px;
}

.ef-btn--full {
    width: 100%;
}

.ef-btn {
    will-change: transform;
    backface-visibility: hidden;
}

/* ========================================
   PUBLIC CTA STANDARD
   References: home hero and Wyoming buttons
======================================== */

.hero-empresafora__actions .ef-btn,
.ef-story-hero__action .ef-btn,
.ef-story-content__action .ef-story-hero__button,
.ef-offer-cta-split__button,
.ef-reference-consultation-card__button,
.ef-reference-catalogue-card__button,
.ef-offer-services__trigger,
.ef-offer-services__card .ef-btn,
.ef-leia-directory__cta,
.ef-home-footer__button,
.ef-about-button,
.ef-home-premium-test__button,
.ef-bahamas-lp__button,
.ef-consultoria-offshore-page__button {
    min-height: 52px !important;
    padding: 0 32px !important;
    border-radius: 9999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: normal;
}

.hero-empresafora__actions .ef-btn--gold,
.ef-story-hero__action .ef-btn--gold,
.ef-story-content__action .ef-story-hero__button,
.ef-offer-cta-split__button,
.ef-reference-consultation-card__button,
.ef-reference-catalogue-card__button,
.ef-offer-services__card .ef-btn--gold,
.ef-leia-directory__cta,
.ef-home-footer__button,
.ef-about-button--gold,
.ef-home-premium-test__button,
.ef-bahamas-lp__button,
.ef-consultoria-offshore-page__button {
    border: 0 !important;
    background: linear-gradient(90deg, #F9F295 0%, #F3D97A 20%, #EBC15A 40%, #E1AC41 50%, #EBC15A 60%, #F3D97A 80%, #F9F295 100%) !important;
    background-size: 200% auto !important;
    color: #000 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 4px 15px rgba(0, 0, 0, 0.25) !important;
}

.hero-empresafora__actions .ef-btn--dark,
.ef-about-button--ghost {
    border: 1px solid #333 !important;
    background: #191919 !important;
    color: #d1d1d1 !important;
    box-shadow: none !important;
}

.hero-empresafora__actions .ef-btn--gold:hover,
.ef-story-hero__action .ef-btn--gold:hover,
.ef-story-content__action .ef-story-hero__button:hover,
.ef-offer-cta-split__button:hover,
.ef-reference-consultation-card__button:hover,
.ef-reference-catalogue-card__button:hover,
.ef-offer-services__card .ef-btn--gold:hover,
.ef-leia-directory__cta:hover,
.ef-home-footer__button:hover,
.ef-about-button--gold:hover,
.ef-home-premium-test__button:hover,
.ef-bahamas-lp__button:hover,
.ef-consultoria-offshore-page__button:hover {
    background-position: right center !important;
    transform: scale(1.02) !important;
    box-shadow: 0 0 15px rgba(225, 172, 65, 0.4) !important;
}

.hero-empresafora__actions .ef-btn--dark:hover,
.ef-about-button--ghost:hover {
    border-color: #555 !important;
    background: #2a2a2a !important;
    color: #fff !important;
}

.ef-reference-row__actions .ef-btn,
.ef-reference-row__actions_mobile .ef-btn {
    width: 100% !important;
    min-height: 52px !important;
    height: 52px !important;
    padding: 0 32px !important;
    border-radius: 9999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
}

.ef-reference-row__actions .ef-btn--gold,
.ef-reference-row__actions_mobile .ef-btn--gold {
    border: 0 !important;
    background: linear-gradient(90deg, #F9F295 0%, #F3D97A 20%, #EBC15A 40%, #E1AC41 50%, #EBC15A 60%, #F3D97A 80%, #F9F295 100%) !important;
    background-size: 200% auto !important;
    color: #000 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 4px 15px rgba(0, 0, 0, 0.25) !important;
}

.ef-reference-row__actions .ef-btn--dark,
.ef-reference-row__actions_mobile .ef-btn--dark {
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    background: #191919 !important;
    color: #fff !important;
    box-shadow: none !important;
}

.ef-reference-row__actions .ef-btn--gold:hover,
.ef-reference-row__actions_mobile .ef-btn--gold:hover {
    background-position: right center !important;
    transform: scale(1.02) !important;
    box-shadow: 0 0 15px rgba(225, 172, 65, 0.4) !important;
}

.ef-reference-row__actions .ef-btn--dark:hover,
.ef-reference-row__actions_mobile .ef-btn--dark:hover {
    border-color: rgba(224, 184, 74, 0.34) !important;
    background: #202020 !important;
    color: #fff !important;
}

.ef-offer-plan__actions > .ef-btn,
.ef-offer-plan > .ef-btn,
.ef-offer-plan__button {
    width: 100% !important;
    min-height: 64px !important;
    padding: 18px 24px !important;
    border: 0 !important;
    border-radius: 999px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    background: #fff !important;
    color: #000 !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.ef-offer-plan__actions > .ef-btn:hover,
.ef-offer-plan > .ef-btn:hover,
.ef-offer-plan__button:hover {
    background: #fff !important;
    color: #000 !important;
    transform: scale(1.02) !important;
    box-shadow: none !important;
}

.ef-offer-plan__footer-note,
.ef-offer-plan__secondary-button {
    width: 100% !important;
    min-height: 64px !important;
    padding: 18px 24px !important;
    border: 1px solid rgba(255, 255, 255, .85) !important;
    border-radius: 999px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    background: transparent !important;
    color: rgba(255, 255, 255, .95) !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
}

.ef-offer-plan__footer-note:hover,
.ef-offer-plan__secondary-button:hover {
    border-color: rgba(255, 255, 255, .85) !important;
    background: rgba(255, 255, 255, .05) !important;
    color: #fff !important;
}

@media (max-width: 640px) {
    .hero-empresafora__actions .ef-btn,
    .ef-story-hero__action .ef-btn,
    .ef-story-content__action .ef-story-hero__button,
    .ef-offer-cta-split__button,
    .ef-reference-consultation-card__button,
    .ef-reference-catalogue-card__button,
    .ef-offer-services__trigger,
    .ef-offer-services__card .ef-btn,
    .ef-leia-directory__cta,
    .ef-home-footer__button,
    .ef-about-button,
    .ef-home-premium-test__button,
    .ef-bahamas-lp__button,
    .ef-consultoria-offshore-page__button {
        width: 100% !important;
        min-height: 52px !important;
        padding-right: 24px !important;
        padding-left: 24px !important;
        font-size: 15px !important;
    }

    .ef-reference-row__actions .ef-btn,
    .ef-reference-row__actions_mobile .ef-btn {
        min-height: 52px !important;
        height: auto !important;
        padding: 0 24px !important;
        font-size: 15px !important;
    }

    .ef-offer-plan__actions > .ef-btn,
    .ef-offer-plan > .ef-btn,
    .ef-offer-plan__button,
    .ef-offer-plan__footer-note,
    .ef-offer-plan__secondary-button {
        min-height: 58px !important;
        font-size: 14px !important;
    }
}
