/* ========================================
   REFERENCE / OFFER PLAN CARDS
   Layout clonado do HTML original enviado
   Uso: assets/css/reference-plan-cards.css
======================================== */

/* ========================================
   HERO DOS PLANOS
======================================== */
.ef-offer-hero {
    position: relative;
    overflow: hidden;
    padding: 96px 0 112px;
    background: black;
}

.ef-offer-hero::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 48%;

    background-size: cover;
    background-position: center;
    opacity: .9;
}

.ef-offer-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.ef-offer-hero__title {
    margin: 0;
    color: #fff;
    font-family: "Bebas Neue", "Montserrat", sans-serif;
    font-size: clamp(2.8rem, 4vw, 4.6rem);
    font-weight: 400;
    line-height: .95;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.ef-offer-hero__title span,
.ef-offer-hero__title .ef-title-gold {
    background: var(--gold-grad-rich, linear-gradient(90deg, #F9F295 0%, #F3D97A 20%, #EBC15A 40%, #E1AC41 50%, #EBC15A 60%, #F3D97A 80%, #F9F295 100%));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ef-offer-hero__kicker {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font: 400 18px/1.7 "Open Sans", Arial, sans-serif;
}

.ef-offer-page .ef-offer-hero .ef-home-title {
    text-transform: uppercase;
}

/* ========================================
   USA HERO TUNING
======================================== */
.ef-offer-page--usa .ef-offer-hero {
    padding: 78px 0 108px;
    background: black;
}

.ef-offer-page--usa .ef-offer-hero::before {
    inset: 0 0 auto;
    height: clamp(250px, 22vw, 310px);
    background-image:
        linear-gradient(180deg, rgba(11, 17, 24, 0.18) 0%, rgba(11, 17, 24, 0.78) 100%),
        var(--ef-offer-hero-image);
    background-position: center 17%;
    background-size: cover;
    opacity: 1;
}

.ef-offer-page--usa .ef-offer-hero__inner {
    max-width: 1080px;
    padding: 0 12px;
}

.ef-offer-page--usa .ef-offer-hero .ef-home-title {
    max-width: 1040px;
    margin: 0 auto;
    font-size: clamp(1.9rem, 2.7vw, 3.85rem);
    font-weight: 900;
    line-height: 0.96;
    letter-spacing: -0.045em;
    text-transform: uppercase;
}

.ef-offer-page--usa .ef-offer-hero .ef-home-title span,
.ef-offer-page--usa .ef-offer-hero .ef-home-title .ef-title-gold {
    background: var(--gold-grad-rich, linear-gradient(90deg, #F9F295 0%, #F3D97A 20%, #EBC15A 40%, #E1AC41 50%, #EBC15A 60%, #F3D97A 80%, #F9F295 100%));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ef-offer-page--usa .ef-offer-hero__kicker {
    max-width: 820px;
    margin: 14px auto 0;
    color: rgba(255, 255, 255, 0.94);
    font-size: 17px;
    line-height: 1.55;
}

.ef-offer-top-cta {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 14px;
    max-width: 1030px;
    margin: 34px auto 34px;
    padding: 24px 28px;
    border: 1px solid rgba(225, 172, 65, 0.34);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(249, 242, 149, 0.12), rgba(225, 172, 65, 0.06) 42%, rgba(18, 18, 18, 0.94)),
        #101010;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

.ef-offer-top-cta__eyebrow {
    color: #e9c66a;
    font: 800 12px/1.2 "Open Sans", Arial, sans-serif;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ef-offer-top-cta h2 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font: 900 clamp(25px, 3vw, 40px)/1.06 "Montserrat", Arial, sans-serif;
    letter-spacing: 0;
}

.ef-offer-top-cta p {
    max-width: 780px;
    margin: 0;
    color: #fff;
    font: 600 16px/1.55 "Open Sans", Arial, sans-serif;
}

.ef-offer-top-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 4px;
}

.ef-offer-top-cta__actions .ef-btn {
    min-width: min(100%, 330px);
    min-height: 52px;
    justify-content: center;
    border-radius: 999px;
    text-decoration: none;
}

.ef-offer-top-cta__secondary {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    color: #fff;
    font: 800 14px/1.2 "Open Sans", Arial, sans-serif;
    text-decoration: none;
}

/* ========================================
   GRID DOS CARDS
======================================== */
.ef-offer-plans {
    position: relative;
    width: 100%;
    max-width: 1224px;
    margin: 48px auto 0;
    padding: 32px 0 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 56px 32px;
    align-items: stretch;
}

.ef-offer-page--usa .ef-offer-plans {
    max-width: 1180px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
    gap: 56px 28px;
    margin-top: 42px;
}

.ef-offer-page--dubai .ef-offer-plans,
.ef-offer-page--paraguay .ef-offer-plans,
.ef-offer-page--panama .ef-offer-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 820px;
}

.ef-offer-page--paraguay-company .ef-offer-plans {
    max-width: 1180px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
    gap: 28px;
}

.ef-offer-page--paraguay-company .ef-offer-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ef-offer-page--paraguay-company .ef-offer-services__card {
    min-height: 286px;
}

/* ========================================
   CARD BASE - equivalente ao .card original
======================================== */
.ef-offer-plan {
    position: relative;
    z-index: 1;
    isolation: isolate;
    overflow: visible;
    display: flex;
    flex-direction: column;
    min-height: auto;
    height: 100%;
    padding: 42px 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    /* Matching original plan card border */
    border-radius: 16px;
    /* Matching original plan card border-radius */
    background: #0a0a0a;
    /* Matching original plan card background */
    color: #f0f0f0;
    font-family: "Open Sans", Arial, sans-serif;
    box-shadow: none;
    transition: all .5s cubic-bezier(.2, .8, .2, 1);
}

.ef-offer-plan:hover {
    z-index: 5;
    border-color: #444;
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
}

.ef-offer-plan::before,
.ef-offer-plan::after,
.ef-offer-plan__background {
    display: none !important;
    content: none !important;
}

/* Card central - equivalente ao .card-featured original */
.ef-offer-plan.is-featured {
    border: 1px solid transparent;
    border-radius: 16px;
    /* Matching original plan card border-radius */
    background-image:
        linear-gradient(#141414, #141414),
        var(--gold-grad-rich);
    /* Using rich gradient for consistency */
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: none;
    transform: none;
}

.ef-offer-plan.is-featured:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
}

.ef-offer-plan.is-consultation {
    border-color: rgba(225, 172, 65, .24);
    background:
        radial-gradient(circle at 50% 0%, rgba(249, 242, 149, .1), rgba(10, 10, 10, 0) 34%),
        linear-gradient(180deg, #0f0f0f 0%, #080808 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.ef-offer-plan.is-consultation:hover {
    border-color: rgba(225, 172, 65, .44);
    box-shadow: 0 22px 48px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.ef-offer-plan.has-featured-badge::before,
.ef-offer-plan.is-featured::before,
.has-featured-badge::before {
    display: none !important;
    content: none !important;
}

/* ========================================
   NOVA ESTRUTURA - CLONE DO ORIGINAL
======================================== */
.ef-offer-plan__pricing-top {
    /* Original has min-height: 180px */
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    min-height: 180px;
    justify-content: flex-start;
}

.ef-offer-plan__top,
.ef-offer-plan__top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}

.ef-offer-plan__title-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ef-offer-plan__price-block {
    min-height: auto;
    display: flex;
    flex-direction: column;
}

.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan__price-block {
    margin-top: 18px;
    padding: 20px 0 24px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.ef-offer-plan__price-bottom-row {
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.ef-offer-plan__body {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
}

.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan__body {
    padding-top: 26px;
}

.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan__body::before {
    display: block;
    margin: 0 0 17px;
    color: rgba(225, 172, 65, .9);
    content: "Inclui";
    font: 800 11px/1.2 "Open Sans", Arial, sans-serif;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan.is-custom-usa .ef-offer-plan__body::before {
    content: "Escopo consultivo";
}

.ef-offer-plan__actions {
    position: relative;
    z-index: 2;
    margin-top: 40px;
    display: grid;
    gap: 16px;
}

.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan__actions {
    margin-top: auto;
    padding-top: 40px;
}

/* ========================================
   BANDEIRA / LABEL
======================================== */
.ef-offer-plan__flag,
.ef-offer-plan__flag-stack {
    position: relative;
    top: auto;
    left: auto;
    z-index: 2;
    display: inline-flex;
    flex: 0 0 auto;
    width: 34px;
    height: 22px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 2px;
    background: transparent;
    opacity: .8;
    pointer-events: none;
}

.ef-offer-plan__flag img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    object-fit: contain;
}

.ef-offer-plan__flag-stack {
    gap: 8px;
    width: auto;
    height: auto;
    border: 0;
    overflow: visible;
}

.ef-offer-plan__flag-stack .ef-offer-plan__flag {
    position: relative;
    inset: auto;
    margin: 0;
}

/* Label normal: ESSENCIAL / PERSONALIZADO */
.ef-offer-plan__label,
.ef-offer-plan__eyebrow {
    /* Original has font-size: 13px, letter-spacing: 0.22em, color: #f0d36a */
    margin: 0;
    margin-left: auto;
    background: linear-gradient(135deg, #fff58a 0%, #f9d875 35%, #e1ac41 72%, #fff2a8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    /* Adjusted to match original plan card label color */
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    /* Adjusted to match original plan card label font-size */
    font-weight: 700;
    /* Adjusted to match original plan card label font-weight */
    line-height: 1;
    /* Adjusted to match original plan card label line-height */
    letter-spacing: 0.22em;
    /* Adjusted to match original plan card label letter-spacing */
    white-space: nowrap;
    text-align: right;
    text-transform: uppercase;
}

.ef-offer-plan__top,
.ef-offer-plan__top-row,
.ef-offer-plan__title-wrap,
.ef-offer-plan__price-block {
    margin-bottom: 16px;
}

.ef-offer-page--usa .ef-offer-plan__label,
.ef-offer-page--usa .ef-offer-plan__eyebrow {
    background: linear-gradient(135deg, #fff58a 0%, #edbd45 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}


/* Label do card central: gradiente estilo badge-minimal */
.ef-offer-plan.is-featured .ef-offer-plan__label,
.ef-offer-plan.is-featured .ef-offer-plan__eyebrow {
    display: inline-flex;
    /* Keep as flex to center content */
    align-items: center;
    /* Keep as center */
    padding: 4px 12px;
    /* Adjusted to match original badge padding */
    border-radius: 999px;
    /* Matching original badge border-radius */
    background: linear-gradient(135deg, #fff58a 0%, #f2c94c 42%, #e1ac41 72%, #fff2a8 100%);
    color: #000;
    /* Black text for badge */
    -webkit-text-fill-color: initial;
    /* Reset text fill color */
    font-size: 12px;
    /* Adjusted to match original badge font-size */
    font-weight: 700;
    /* Adjusted to match original badge font-weight */
    letter-spacing: 0.1em;
    /* Adjusted to match original badge letter-spacing */
    white-space: nowrap;
}

.ef-offer-page--usa .ef-offer-plan.is-featured .ef-offer-plan__label,
.ef-offer-page--usa .ef-offer-plan.is-featured .ef-offer-plan__eyebrow {
    background: linear-gradient(135deg, #fff58a 0%, #edbd45 100%);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
    color: #070707;
}

/* POPULAR removido porque o original desse HTML usa apenas o label operacional */
.ef-offer-plan__badge {
    display: none !important;
}

.ef-offer-plan__addons {
    margin-top: 20px;
    padding: 15px 17px;
    border: 1px solid rgba(225, 172, 65, 0.35);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(225, 172, 65, 0.12), rgba(225, 172, 65, 0.06));
}

.ef-offer-plan__addons-label {
    display: block;
    margin-bottom: 10px;
    color: #e9c66a;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.ef-offer-plan__addons-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ef-offer-plan__addons-list li {
    color: rgba(255, 255, 255, 0.82);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.ef-offer-plan__comparison {
    margin-top: 18px;
    padding: 16px;
    border: 1px solid rgba(249, 242, 149, 0.22);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.28);
}

.ef-offer-plan__comparison-label {
    display: block;
    margin-bottom: 11px;
    color: #e9c66a;
    font: 800 11px/1.2 "Open Sans", Arial, sans-serif;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ef-offer-plan__comparison-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ef-offer-plan__comparison-list li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: baseline;
    color: #fff;
    font: 600 13px/1.35 "Open Sans", Arial, sans-serif;
}

.ef-offer-plan__comparison-list strong {
    color: #fff;
    font-weight: 800;
    text-align: right;
    white-space: nowrap;
}

.ef-offer-plan__comparison-summary {
    margin: 12px 0 0;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font: 800 13px/1.4 "Open Sans", Arial, sans-serif;
}

/* ========================================
   TÍTULO / PREÇO
======================================== */
.ef-offer-plan__section-title {
    margin: 0;
    padding: 0;
    border: 0;
    color: #f0f0f0;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 22px;
    /* Adjusted to match original plan card section title */
    font-weight: 700;
    /* Adjusted to match original plan card section title */
    line-height: 1.25;
    letter-spacing: 0;
    text-transform: none;
}

.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan__section-title {
    font-size: clamp(25px, 1.85vw, 31px);
    font-weight: 800;
    line-height: 1.12;
}

.ef-offer-plan__section-title.has-title-flag {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ef-offer-plan__title-flag {
    flex: 0 0 auto;
}

.ef-offer-plan__title-flag-stack {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    align-items: center;
}

.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan__top-row {
    min-height: 0;
}

.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan__pricing-top {
    display: grid;
    grid-template-rows: 98px 142px;
    min-height: 240px;
}

.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan__title-wrap {
    justify-content: center;
}

.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan__price-block {
    min-height: 142px;
}

.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan.has-no-plan-deal .ef-offer-plan__pricing-top {
    grid-template-rows: 98px 98px;
    min-height: 196px;
}

.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan.has-no-plan-deal .ef-offer-plan__price-block {
    min-height: 98px;
}

.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan.has-no-plan-deal.has-price-note .ef-offer-plan__pricing-top {
    grid-template-rows: 98px 142px;
    min-height: 240px;
}

.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan.has-no-plan-deal.has-price-note .ef-offer-plan__price-block {
    min-height: 142px;
}

.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan.has-no-plan-deal .ef-offer-plan__price-bottom-row {
    margin-top: 0;
}

.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan.has-plan-deal .ef-offer-plan__price-bottom-row {
    margin-top: 12px;
}

.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan.has-no-plan-deal .ef-offer-plan__price-row {
    margin-top: 0;
}

.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan__body::before {
    background: linear-gradient(90deg, #F9F295, #E1AC41, #F9F295, #E1AC41);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan.is-featured .ef-offer-plan__top-row {
    position: absolute;
    top: -74px;
    right: 0;
    left: 0;
    justify-content: center;
    margin-bottom: 0;
    pointer-events: none;
    z-index: 4;
}

.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan.is-featured .ef-offer-plan__label,
.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan.is-featured .ef-offer-plan__eyebrow {
    min-height: 32px;
    margin-left: 0;
    margin-top: 0;
    padding: 8px 24px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 0;
    border-radius: 999px 999px 0 0;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .38);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
}

.ef-offer-plan__section-subtitle {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .35);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
}

.ef-offer-plan__deal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    min-height: 28px;
    margin: 0 0 0;
}

.ef-offer-plan__old-price {
    color: rgba(255, 255, 255, .35);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    /* Adjusted to match original old price font-size */
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: line-through;
}

.ef-offer-plan__discount {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 4px 12px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 999px;
    background: linear-gradient(135deg, #fff58a 0%, #f2c94c 42%, #e1ac41 72%, #fff2a8 100%);
    color: #070707;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    /* Adjusted to match original discount badge font-size */
    font-weight: 700;
    /* Adjusted to match original discount badge font-weight */
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ef-offer-plan__price-prefix {
    display: inline;
    margin: 0;
    background: linear-gradient(90deg, #F9F295, #E1AC41, #F9F295, #E1AC41);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    /* Consistent with original */
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ef-offer-plan__price-row {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0;
}

.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan__price-row {
    margin-top: 12px;
    gap: 4px;
    flex-wrap: wrap;
}

.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan.is-custom-usa .ef-offer-plan__price-row {
    width: 100%;
    margin-top: 28px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.ef-offer-plan__price {
    margin: 0;
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    color: #f0f0f0;
    -webkit-text-fill-color: currentColor;
    font-family: "Montserrat", Arial, sans-serif;
    /* Matching original plan card price font-family */
    font-size: 36px;
    /* Consistent with original */
    font-weight: 800;
    /* Adjusted to match original plan card price font-weight */
    line-height: 1.05;
    letter-spacing: 0;
}

.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan__price {
    font-size: 36px;
}

.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan.is-custom-usa .ef-offer-plan__price {
    width: 100%;
    text-align: center;
}

.ef-offer-plan.is-consultation .ef-offer-plan__price-row {
    width: 100%;
    max-width: 100%;
    margin-top: 14px;
    padding: 18px 0 18px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-bottom: 1px solid rgba(225, 172, 65, .24);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
}

.ef-offer-plan__price-kicker {
    display: inline-flex;
    width: auto;
    align-items: center;
    padding: 5px 9px;
    border: 1px solid rgba(225, 172, 65, .34);
    border-radius: 999px;
    color: rgba(225, 172, 65, .9);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.ef-offer-plan.is-consultation .ef-offer-plan__price {
    max-width: 320px;
    background: linear-gradient(90deg, #F9F295, #E1AC41, #F9F295, #E1AC41);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.22;
}

.ef-offer-plan__price-note {
    display: block;
    max-width: 330px;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
}

.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan.is-custom-usa .ef-offer-plan__price-note {
    max-width: 300px;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan.is-custom-usa .ef-offer-plan__price-row {
    margin-top: 14px;
    gap: 7px;
}

.ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan.is-custom-usa .ef-offer-plan__price-note {
    max-width: 340px;
    font-size: 13px;
    line-height: 1.35;
    text-align: left;
}

.ef-offer-plan.is-featured .ef-offer-plan__price {
    background: linear-gradient(90deg, #F9F295, #E1AC41, #F9F295, #E1AC41);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.ef-offer-plan__price-suffix,
.ef-offer-page--usa .ef-offer-plan__price-suffix {
    align-self: flex-end;
    padding: 0 0 6px;
    /* Adjusted to match original plan card price suffix padding */
    color: rgba(255, 255, 255, .35);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    /* Adjusted to match original plan card price suffix font-size */
    font-weight: 500;
    /* Adjusted to match original plan card price suffix font-weight */
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ef-offer-plan__description {
    display: none;
}

/* ========================================
   LISTA DE BENEFÍCIOS
======================================== */
.ef-offer-plan__list {
    display: grid;
    gap: 17px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ef-offer-plan__list li {
    display: block;
    padding: 0;
    border: 0;
    color: rgba(255, 255, 255, .95);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    /* Adjusted to match original plan card list item font-size */
    font-weight: 400;
    /* Adjusted to match original plan card list item font-weight */
    line-height: 1.5;
}

.ef-offer-plan__item {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
    width: 100%;
    color: #e5e7eb;
    font: inherit;
}

.ef-offer-plan__item.is-emphasis,
.ef-offer-plan__item.is-plus,
.ef-offer-plan__item.is-negative {
    color: rgba(255, 255, 255, .95);
    font-weight: 400;
    /* Adjusted to match original plan card list item font-weight */
}

.ef-offer-plan__item.has-cost {
    grid-template-columns: 20px minmax(0, 1fr) max-content;
}

.ef-offer-plan__item-text {
    min-width: 0;
}

.ef-offer-plan__item-reference {
    display: inline-flex;
    align-items: baseline;
    margin: 0 7px 0 0;
    color: #e9c66a;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: inherit;
    text-transform: uppercase;
    vertical-align: baseline;
}

.ef-offer-plan__item-reference strong {
    color: #e9c66a;
    font-size: inherit;
    font-weight: 800;
    text-decoration: line-through;
    white-space: nowrap;
}

.ef-offer-plan__item-reference.is-free strong {
    color: #e9c66a;
    text-decoration: none;
}

.ef-offer-plan__item-cost {
    justify-self: end;
    color: #e9c66a;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    text-align: right;
    white-space: nowrap;
}

.ef-offer-plan__check {
    display: inline-flex;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    color: rgba(255, 255, 255, .95);
}

.ef-offer-plan__check svg {
    display: block;
    width: 20px;
    height: 20px;
}

.ef-offer-plan__check circle {
    display: none;
}

.ef-offer-plan__check path {
    stroke-width: 2;
}

.ef-offer-plan__plus {
    display: inline-block;
    color: rgba(255, 255, 255, .95);
    font: 400 22px/1 "Open Sans", Arial, sans-serif;
}

.ef-offer-plan__x {
    display: inline-block;
    color: rgba(255, 255, 255, .95);
    font: 400 20px/1 "Open Sans", Arial, sans-serif;
    transform: scaleY(.72);
    transform-origin: center;
}

@media (max-width: 540px) {
    .ef-offer-plan__item.has-cost {
        grid-template-columns: 20px minmax(0, 1fr);
    }

    .ef-offer-plan__item-cost {
        grid-column: 2;
        justify-self: start;
        margin-top: 2px;
        text-align: left;
    }
}

/* ========================================
   BOTÕES / RODAPÉ DO CARD
======================================== */
.ef-offer-plan>.ef-btn,
.ef-offer-plan__actions>.ef-btn,
.ef-offer-plan__button {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 18px 24px;
    border-radius: 999px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    /* Adjusted to match original button font-size */
    font-weight: 700;
    /* Adjusted to match original button font-weight */
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease;
}

.ef-offer-plan>.ef-btn--white,
.ef-offer-plan__actions>.ef-btn--white {
    border: 0;
    background: #fff;
    /* Matching original button background */
    color: #000;
}

.ef-offer-plan>.ef-btn--white:hover,
.ef-offer-plan__actions>.ef-btn--white:hover {
    background: #fff;
    transform: scale(1.02);
}

.ef-offer-plan__footer-note {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 18px 24px;
    border: 1px solid rgba(255, 255, 255, .85);
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 255, 255, .95);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    /* Adjusted to match original button font-size */
    font-weight: 700;
    /* Adjusted to match original button font-weight */
    line-height: 1;
    text-align: center;
    transition: all .3s ease;
}

.ef-offer-services {
    width: 100%;
    max-width: 820px;
    margin: 56px auto 0;
    text-align: center;
}

.ef-offer-services__trigger {
    display: inline-flex;
    width: min(100%, 420px);
    min-height: 62px;
    align-items: center;
    justify-content: center;
    padding: 18px 42px;
    border: 1px solid rgba(245, 198, 73, .95);
    border-radius: 999px;
    background: linear-gradient(90deg, #fff48a 0%, #f1bd43 100%);
    color: #070707;
    font-weight: 900;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .58);
}

.ef-offer-services__modal[hidden] {
    display: none !important;
}

.ef-offer-services__modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 16px;
}

.ef-offer-services__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .88);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.ef-offer-services__panel {
    position: relative;
    z-index: 1;
    width: min(1320px, 100%);
    max-height: calc(100dvh - 32px);
    overflow: auto;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    background: #080808;
    color: #fff;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .5);
    text-align: left;
}

.ef-offer-services__close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font: 400 28px/1 "Open Sans", Arial, sans-serif;
    cursor: pointer;
}

.ef-offer-services__header {
    max-width: 760px;
    padding-right: 52px;
}

.ef-offer-services__eyebrow {
    display: inline-flex;
    margin-bottom: 12px;
    color: #E1AC41;
    font: 800 11px/1 "Open Sans", Arial, sans-serif;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.ef-offer-services__header h3 {
    margin: 0;
    color: #fff;
    font: 800 28px/1.12 "Montserrat", Arial, sans-serif;
    letter-spacing: 0;
}

.ef-offer-services__header p {
    margin: 10px 0 0;
    color: #fff;
    font: 500 14px/1.55 "Open Sans", Arial, sans-serif;
}

.ef-offer-services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.ef-offer-services__card {
    display: flex;
    min-height: 252px;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    background: #121212;
}

.ef-offer-services__card-content {
    display: grid;
    grid-template-rows: minmax(42px, max-content) minmax(40px, max-content) auto;
    row-gap: 12px;
    align-content: start;
}

.ef-offer-services__card h4 {
    margin: 0;
    color: #fff;
    font: 800 17px/1.25 "Open Sans", Arial, sans-serif;
    letter-spacing: 0;
}

.ef-offer-services__card strong {
    display: flex;
    min-height: 40px;
    align-items: flex-start;
    margin: 0;
    background: linear-gradient(90deg, #F9F295, #E1AC41, #F9F295, #E1AC41);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font: 800 24px/1.08 "Montserrat", Arial, sans-serif;
    overflow-wrap: anywhere;
}

.ef-offer-services__deal {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    min-height: 22px;
}

.ef-offer-services__deal span {
    color: rgba(255, 255, 255, .52);
    font: 700 12px/1.2 "Open Sans", Arial, sans-serif;
    text-decoration: line-through;
}

.ef-offer-services__deal em {
    border-radius: 999px;
    background: rgba(225, 172, 65, .15);
    color: #E1AC41;
    font: 800 11px/1 "Open Sans", Arial, sans-serif;
    font-style: normal;
    padding: 5px 8px;
    text-transform: uppercase;
}

.ef-offer-services__card p {
    margin: 0;
    color: #fff;
    font: 500 13px/1.45 "Open Sans", Arial, sans-serif;
}

.ef-offer-services__card .ef-btn {
    width: 100%;
    min-height: 46px;
    padding: 13px 15px;
    border-radius: 999px;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}

.ef-offer-services-is-open {
    overflow: hidden;
}

html.ef-offer-services-is-open .ef-whatsapp-float {
    display: none;
}

.ef-offer-plan__footer-note:hover {
    border-color: rgba(255, 255, 255, .85);
    background: rgba(255, 255, 255, .05);
}

/* ========================================
   VARIAÇÃO LIGHT
======================================== */
.ef-offer-plan.is-light {
    background: #fff;
    color: #111;
    border-color: rgba(17, 17, 17, .08);
}

.ef-offer-plan.is-light .ef-offer-plan__section-title,
.ef-offer-plan.is-light .ef-offer-plan__price,
.ef-offer-plan.is-light .ef-offer-plan__price-prefix,
.ef-offer-plan.is-light .ef-offer-plan__price-suffix {
    color: #111;
    -webkit-text-fill-color: currentColor;
}

.ef-offer-plan.is-light .ef-offer-plan__list li,
.ef-offer-plan.is-light .ef-offer-plan__footer-note {
    color: rgba(17, 17, 17, .72);
}

/* ========================================
   RESPONSIVO
======================================== */
@media (max-width: 1180px) {
    .ef-offer-page--usa .ef-offer-hero .ef-home-title {
        font-size: clamp(2.8rem, 3vw, 3.6rem);
    }

    .ef-offer-plans,
    .ef-offer-page--usa .ef-offer-plans {
        max-width: 100%;
        gap: 28px;
        /* Adjusted to match original gap */
    }

    .ef-offer-plan {
        padding: 44px 28px;
    }

    .ef-offer-plan__section-title {
        font-size: 22px;
    }
}

@media (max-width: 1024px) {
    .ef-offer-page--usa .ef-offer-hero {
        padding-bottom: 104px;
    }

    .ef-offer-page--usa .ef-offer-hero::before {
        height: 280px;
    }

    .ef-offer-plans,
    .ef-offer-page--usa .ef-offer-plans,
    .ef-offer-page--dubai .ef-offer-plans,
    .ef-offer-page--paraguay .ef-offer-plans,
    .ef-offer-page--panama .ef-offer-plans {
        grid-template-columns: 1fr !important;
        max-width: 400px;
        /* Adjusted to match original mobile card width */
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .ef-offer-plan,
    .ef-offer-plan.is-featured,
    .ef-offer-plan.is-featured:hover {
        min-height: auto;
        transform: none;
    }

    .ef-offer-services__card {
        min-height: auto;
    }

    .ef-offer-page--paraguay-company .ef-offer-services__card {
        min-height: auto;
    }

    .ef-offer-services__card-content {
        grid-template-rows: minmax(42px, max-content) minmax(40px, max-content) auto;
    }

    .ef-offer-services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ef-offer-page--paraguay-company .ef-offer-services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .ef-offer-page--usa .ef-offer-hero {
        padding: 72px 0 92px;
    }

    .ef-offer-page--usa .ef-offer-hero::before {
        height: 250px;
    }

    .ef-offer-page--usa .ef-offer-hero .ef-home-title {
        max-width: 760px;
        font-size: clamp(2.5rem, 6vw, 3.2rem);
        /* Adjusted to match original mobile title font-size */
        line-height: 0.98;
    }

    .ef-offer-page--usa .ef-offer-hero__kicker {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .ef-offer-page--usa .ef-offer-hero {
        padding: 64px 0 82px;
    }

    .ef-offer-page--usa .ef-offer-hero::before {
        height: 220px;
        background-position: center 20%;
    }

    .ef-offer-page--usa .ef-offer-hero .ef-home-title {
        max-width: 360px;
        font-size: clamp(2rem, 8.1vw, 2.8rem);
        /* Adjusted to match original mobile title font-size */
        line-height: 1;
    }

    .ef-offer-page--usa .ef-offer-hero__kicker {
        display: none;
    }

    .ef-offer-top-cta {
        margin: 28px 16px 32px;
        padding: 22px 18px;
        border-radius: 16px;
    }

    .ef-offer-top-cta h2 {
        font-size: 25px;
        line-height: 1.12;
    }

    .ef-offer-top-cta p {
        font-size: 14px;
    }

    .ef-offer-top-cta__actions,
    .ef-offer-top-cta__actions .ef-btn,
    .ef-offer-top-cta__secondary {
        width: 100%;
    }

    .ef-offer-hero {
        padding: 64px 0 82px;
        /* Adjusted to match original mobile hero padding */
    }

    .ef-offer-hero__title {
        font-size: clamp(2.25rem, 12vw, 3.5rem);
    }

    .ef-offer-hero__kicker {
        font-size: 16px;
    }

    .ef-offer-plans,
    .ef-offer-page--usa .ef-offer-plans {
        gap: 32px;
        margin-top: 40px;
        grid-template-columns: 1fr !important;
        /* Força 1 coluna em mobile */
        width: 100%;
        max-width: 480px;
        /* Alinhamento centralizado e respiro */
    }

    .ef-offer-plan {
        padding: 40px 24px;
        border-radius: 22px;
    }

    .ef-offer-plan:hover {
        transform: none;
    }

    .ef-offer-plan__pricing-top {
        min-height: auto;
    }

    .ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan__pricing-top {
        display: flex;
        grid-template-rows: none;
        min-height: auto;
    }

    .ef-offer-page:not(.ef-offer-page--catalogue) .ef-offer-plan__price-block {
        min-height: auto;
    }

    .ef-offer-plan__top,
    .ef-offer-plan__top-row {
        margin-bottom: 34px;
        gap: 16px;
    }

    .ef-offer-plan__title-wrap {
        min-height: auto;
    }

    .ef-offer-plan__label,
    .ef-offer-plan__eyebrow {
        font-size: 12px;
        letter-spacing: .16em;
    }

    .ef-offer-plan__section-title {
        font-size: 22px;
    }

    .ef-offer-plan__price,
    .ef-offer-page--usa .ef-offer-plan__price,
    .ef-offer-plan__price-prefix {
        font-size: 32px;
        /* Adjusted to match original mobile price font-size */
    }

    .ef-offer-plan__list li {
        font-size: 15px;
    }

    .ef-offer-plan__actions {
        margin-top: 32px;
        /* Adjusted to match original mobile actions margin-top */
    }

    .ef-offer-plan>.ef-btn,
    .ef-offer-plan__actions>.ef-btn,
    .ef-offer-plan__footer-note {
        min-height: 58px;
        font-size: 14px;
        /* Adjusted to match original mobile button font-size */
    }

    .ef-offer-services {
        max-width: 480px;
        margin-top: 42px;
        padding: 0 18px;
    }

    .ef-offer-services__trigger {
        width: 100%;
        min-height: 60px;
        padding: 17px 24px;
    }

    .ef-offer-services__modal {
        padding: 9px;
        place-items: end center;
    }

    .ef-offer-services__panel {
        max-height: calc(100dvh - 18px);
        padding: 28px 18px 20px;
        border-radius: 16px;
    }

    .ef-offer-services__grid {
        grid-template-columns: 1fr;
    }

    .ef-offer-page--paraguay-company .ef-offer-services__grid {
        grid-template-columns: 1fr;
    }

    .ef-offer-services__card-content {
        grid-template-rows: none;
        row-gap: 10px;
    }

    .ef-offer-services__card strong,
    .ef-offer-services__card p {
        margin-top: 0;
    }

    .ef-offer-services__header {
        padding-right: 44px;
    }

    .ef-offer-services__header h3 {
        font-size: 24px;
    }

    .ef-offer-page--usa .ef-offer-hero .ef-home-title {
        font-size: 30px;
        font-family: Bebas\ Neue;
        font-weight: 400;
        color: rgb(255, 255, 255);
    }
}
