/* ========================================
   REFERENCE / OFFER FEATURE
   Block: ef-offer-feature
   Visual base: iframe feature layout
======================================== */

.ef-offer-feature-section {
    position: relative;
    padding: 48px 0;
    background: #ffffff;
    color: #000000;
    overflow: hidden;
}

.ef-offer-feature-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #ffffff;
    pointer-events: none;
}

.ef-offer-feature-section .ef-home-shell {
    position: relative;
    z-index: 1;
    width: min(1280px, calc(100% - 64px));
    margin: 0 auto;
}


/* =============================
   MEDIA / IMAGE
============================= */


.ef-offer-feature__media:hover img {
    transform: scale(1.04);
}

.ef-offer-feature__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
    pointer-events: none;
}

.ef-offer-feature__tag {
    position: absolute;
    left: 32px;
    bottom: 28px;
    z-index: 2;
    max-width: calc(100% - 64px);
    color: #ffffff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -.04em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .32);
}

/* =============================
   COPY
============================= */

.ef-offer-feature {
    display: grid;
    grid-template-columns: minmax(420px, 1fr) minmax(0, 1fr);
    gap: 64px;
    align-items: start;
}




.ef-offer-feature__copy h2 {
    margin: 0 0 16px;
    color: #000000;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.045em;
}

.ef-offer-feature__copy>p {
    max-width: 650px;
    margin: 0 0 28px;
    color: #000000;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
    line-height: 1.72;
}

.ef-offer-feature__copy p strong,
.ef-offer-feature__copy p b {
    color: #000000;
    font-weight: 800;
}

/* =============================
   ACCORDION LIST
============================= */

.ef-offer-feature__list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #000000;
}

.ef-offer-feature__list>li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 64px;
    margin: 0;
    padding: 0 24px;
    border: 1px solid rgba(0, 0, 0, .20);
    border-radius: 12px;
    background: #ffffff;
    color: #000000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
    cursor: pointer;
    transition:
        border-color .25s ease,
        background-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}

.ef-offer-feature__list>li:hover {
    border-color: rgba(0, 0, 0, .22);
    background: #ffffff;
    box-shadow: 0 10px 26px -18px rgba(0, 0, 0, .30);
}

.ef-offer-feature__list>li.is-expanded {
    display: block;
    min-height: 0;
    padding: 0 24px 20px;
    border-radius: 12px;
    cursor: pointer;
}

.ef-offer-feature__item-head {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 20px;
    gap: 20px;
    width: 100%;
    min-height: 64px;
    align-items: center;
    color: #000000;
    outline: none;
}

.ef-offer-feature__item-head:focus-visible {
    outline: 2px solid rgba(225, 173, 66, .55);
    outline-offset: 4px;
    border-radius: 12px;
}

/* =============================
   GOLD ICON CHIP
============================= */

.ef-offer-feature__icon {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: 15px;
    background:
        radial-gradient(120% 120% at 25% 18%, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, 0) 42%),
        linear-gradient(135deg, #F8EC8E 0%, #E1AD42 35%, #F8EC8E 68%, #D4A03A 100%);
    color: #000000;
    box-shadow:
        0 12px 22px -14px rgba(0, 0, 0, .35),
        0 6px 16px -12px rgba(225, 173, 66, .75),
        inset 0 1px 0 rgba(255, 255, 255, .80),
        inset 0 -10px 18px rgba(0, 0, 0, .10);
    transform: translateZ(0);
}

.ef-offer-feature__icon::after {
    content: "";
    position: absolute;
    inset: -40% -60%;
    background: linear-gradient(110deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, .55) 50%,
            rgba(255, 255, 255, 0) 60%);
    opacity: .55;
    pointer-events: none;
    transform: rotate(8deg) translateX(-35%);
}

.ef-offer-feature__icon:empty::before {
    content: "+";
    position: relative;
    z-index: 1;
    display: block;
    margin-top: -1px;
    color: #000000;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

.ef-offer-feature__icon svg,
.ef-offer-feature__icon .icon,
.ef-offer-feature__icon .ef-icon {
    position: relative;
    z-index: 1;
    display: block;
    width: 19px;
    height: 19px;
    color: #000000;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    filter:
        drop-shadow(0 1px 0 rgba(255, 255, 255, .55)) drop-shadow(0 10px 14px rgba(0, 0, 0, .10));
}

.ef-offer-feature__item-title {
    color: #000000;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
}

.ef-offer-feature__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    line-height: 1;
    transition: color .22s ease;
}

.ef-offer-feature__arrow svg {
    display: block;
    width: 20px;
    height: 20px;
    transform-origin: center;
    transition: transform .25s ease;
}

.ef-offer-feature__list>li.is-expanded .ef-offer-feature__arrow svg,
.ef-offer-feature__arrow.is-open svg {
    transform: rotate(180deg);
}

.ef-offer-feature__item-body {
    display: none;
    margin-top: -1px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, .20);
    color: #000000;
}

.ef-offer-feature__item-body-inner {
    width: 100%;
}

.ef-offer-feature__item-body p,
.ef-offer-feature__item-body {
    color: #000000;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.72;
}

.ef-offer-feature__item-body p {
    margin: 0;
}

.ef-offer-feature__item-body strong,
.ef-offer-feature__item-body b {
    color: #000000;
    font-weight: 800;
}

.ef-offer-feature__list>li.is-expanded .ef-offer-feature__item-body {
    display: block;
    height: auto;
    opacity: 1;
}

/* Compatibilidade com página USA */
.ef-offer-feature-section {
    padding: 40px 0;
}

.ef-offer-feature--rich {
    grid-template-columns: minmax(420px, 1fr) minmax(0, 1fr);
    gap: 52px;
    align-items: stretch;
}

.ef-offer-feature,
.ef-offer-feature--rich {
    display: grid;
    grid-template-columns: minmax(420px, 1fr) minmax(0, 1fr);
    gap: 64px;
    align-items: stretch;
}

.ef-offer-feature__media {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 100%;
    border-radius: 16px;
}

.ef-offer-feature__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: all .25s ease;
}

.ef-offer-feature__copy {
    width: 100%;
    color: #000000;
    display: flex;
    flex-direction: column;
}
.ef-offer-feature__tag {
    left: 32px;
    bottom: 28px;
    font-size: 40px;
    line-height: 1.04;
}

.ef-offer-feature__copy h2 {
    margin: 0 0 16px;
    font-size: clamp(2.7rem, 3.1vw, 3.6rem);
    letter-spacing: -.045em;
}

.ef-offer-feature__copy>p {
    max-width: 650px;
    color: #000000;
    font-size: 18px;
    line-height: 1.72;
}

/* =============================
   RESPONSIVE
============================= */

@media (max-width: 1180px) {

    .ef-offer-feature,
    .ef-offer-feature--rich {
        gap: 40px;
        grid-template-columns: minmax(360px, .95fr) minmax(0, 1fr);
    }
}

@media (max-width: 991px) {

    .ef-offer-feature,
    .ef-offer-feature--rich {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ef-offer-feature__media,
    .ef-offer-feature__media {
        display: none;
    }

    .ef-offer-feature__copy>p,
    .ef-offer-feature__copy>p {
        max-width: 100%;
    }
}

@media (max-width: 767px) {

    .ef-offer-feature-section,
    .ef-offer-feature-section {
        padding: 32px 0 56px;
    }

    .ef-offer-feature-section .ef-home-shell {
        width: min(100% - 32px, 1280px);
    }

    .ef-offer-feature__copy h2,
    .ef-offer-feature__copy h2 {
        font-size: clamp(2rem, 10vw, 2.85rem);
        line-height: 1.08;
    }

    .ef-offer-feature__copy>p,
    .ef-offer-feature__copy>p {
        font-size: 16px;
        line-height: 1.72;
    }

    .ef-offer-feature__list {
        gap: 16px;
    }

    .ef-offer-feature__list>li,
    .ef-offer-feature__list>li {
        min-height: 64px;
        padding: 0 18px;
    }

    .ef-offer-feature__list>li.is-expanded,
    .ef-offer-feature__list>li.is-expanded {
        padding: 0 18px 18px;
    }

    .ef-offer-feature__icon,
    .ef-offer-feature__icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        border-radius: 14px;
    }

    .ef-offer-feature__icon svg,
    .ef-offer-feature__icon .icon,
    .ef-offer-feature__icon .ef-icon {
        width: 18px;
        height: 18px;
    }

    .ef-offer-feature__item-head,
    .ef-offer-feature__item-head {
        grid-template-columns: 42px minmax(0, 1fr) 18px;
        gap: 16px;
        min-height: 64px;
    }

    .ef-offer-feature__item-title,
    .ef-offer-feature__item-title {
        font-size: 16px;
    }

    .ef-offer-feature__item-body,
    .ef-offer-feature__item-body p,
    .ef-offer-feature__item-body p {
        font-size: 15px;
        line-height: 1.72;
    }
}

@media (max-width: 480px) {
    .ef-offer-feature-section .ef-home-shell {
        width: min(100% - 24px, 1280px);
    }

    .ef-offer-feature__copy h2,
    .ef-offer-feature__copy h2 {
        font-size: clamp(1.85rem, 10vw, 2.35rem);
    }

    .ef-offer-feature__list>li,
    .ef-offer-feature__list>li {
        padding: 0 16px;
    }

    .ef-offer-feature__list>li.is-expanded,
    .ef-offer-feature__list>li.is-expanded {
        padding: 0 16px 16px;
    }

    .ef-offer-feature__item-head,
    .ef-offer-feature__item-head {
        gap: 14px;
    }

    .ef-offer-feature__copy {
        width: min(328px, calc(100% - 64px));
        margin: auto;
    }
}