:root {
    --eno-catalogo-red: #cc0033;
    --eno-catalogo-dark: #333333;
    --eno-catalogo-pink: #cc3366;
    --eno-catalogo-soft: #f8f5f3;
    --eno-catalogo-line: rgba(51, 51, 51, .10);
}

.eno-produto-elementor,
.eno-produto-elementor *,
.eno-produto-ficha,
.eno-produto-ficha *,
.eno-catalogo-grid,
.eno-catalogo-grid * {
    box-sizing: border-box;
}

.eno-produto-elementor,
.eno-produto-ficha {
    width: 100%;
    color: var(--eno-catalogo-dark);
    font-family: inherit;
}

/* =========================================================
   PRODUTO COMPLETO — página automática
========================================================= */

.eno-produto-elementor__wrap {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.eno-produto-elementor__nav {
    margin-bottom: 18px;
}

.eno-produto-elementor__nav a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 15px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--eno-catalogo-line);
    color: rgba(51,51,51,.72) !important;
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.eno-produto-elementor__hero {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(380px, .78fr);
    gap: clamp(20px, 4vw, 44px);
    align-items: stretch;
}

.eno-produto-elementor__media,
.eno-produto-elementor__content {
    min-height: 540px;
    border-radius: 28px;
    overflow: hidden;
}

.eno-produto-elementor__media {
    position: relative;
    background:
        radial-gradient(circle at 50% 48%, rgba(204,0,51,.055), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f2efed 100%);
    border: 1px solid rgba(51,51,51,.08);
    box-shadow: 0 22px 58px rgba(51,51,51,.085), inset 0 1px 0 rgba(255,255,255,.78);
    padding: clamp(30px, 5vw, 58px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.eno-produto-elementor__image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eno-produto-elementor__image img {
    width: 100%;
    height: 100%;
    max-height: 455px;
    object-fit: contain;
    object-position: center;
    display: block;
    filter: drop-shadow(0 18px 22px rgba(51,51,51,.13));
}

.eno-produto-elementor__no-image,
.eno-produto-ficha__no-image {
    width: 100%;
    min-height: 220px;
    border-radius: 22px;
    border: 1px dashed rgba(204,0,51,.24);
    background: rgba(255,255,255,.62);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(51,51,51,.48);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.eno-produto-elementor__gallery {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 5;
}

.eno-produto-elementor__gallery span {
    width: 66px;
    height: 66px;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(51,51,51,.08);
    box-shadow: 0 10px 22px rgba(51,51,51,.10);
}

.eno-produto-elementor__gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.eno-produto-elementor__content {
    background: #ffffff;
    border: 1px solid rgba(51,51,51,.08);
    box-shadow: 0 22px 58px rgba(51,51,51,.065);
    padding: clamp(30px, 4vw, 48px);
    display: flex;
    flex-direction: column;
}

.eno-produto-elementor__tag,
.eno-produto-elementor__panel-title,
.eno-produto-ficha__tag,
.eno-catalogo-card__tag,
.eno-catalogo-shortcode-title span {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 31px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(204,0,51,.07);
    color: var(--eno-catalogo-red);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.eno-produto-elementor__tag::before,
.eno-produto-elementor__panel-title::before,
.eno-produto-ficha__tag::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--eno-catalogo-red), var(--eno-catalogo-pink));
}

.eno-produto-elementor__content h1 {
    margin: 22px 0 0;
    color: var(--eno-catalogo-dark);
    font-size: clamp(36px, 4.5vw, 62px);
    font-weight: 950;
    line-height: .98;
    letter-spacing: -.065em;
}

.eno-produto-elementor__content h1::after {
    content: "";
    display: block;
    width: 68px;
    height: 3px;
    margin-top: 20px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--eno-catalogo-red), var(--eno-catalogo-pink));
}

.eno-produto-elementor__subtitle,
.eno-produto-ficha__subtitle {
    margin: 14px 0 0;
    color: rgba(51,51,51,.58);
    font-size: clamp(15px, 1.05vw, 17px);
    font-weight: 650;
    line-height: 1.48;
}

.eno-produto-elementor__lead {
    margin-top: 22px;
    color: rgba(51,51,51,.68);
    font-size: clamp(15px, 1.08vw, 17px);
    line-height: 1.72;
}

.eno-produto-elementor__lead p,
.eno-produto-ficha__lead p {
    margin: 0 0 12px;
}

.eno-produto-elementor__specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: auto;
    padding-top: 30px;
}

.eno-produto-elementor__specs div,
.eno-produto-ficha__specs div {
    min-height: 76px;
    padding: 14px 15px;
    border-radius: 16px;
    background: var(--eno-catalogo-soft);
    border: 1px solid rgba(51,51,51,.07);
}

.eno-produto-elementor__specs span,
.eno-produto-ficha__specs span {
    display: block;
    margin-bottom: 7px;
    color: rgba(51,51,51,.45);
    font-size: 9.5px;
    font-weight: 950;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.eno-produto-elementor__specs strong,
.eno-produto-ficha__specs strong {
    display: block;
    color: var(--eno-catalogo-dark);
    font-size: clamp(15.5px, 1.2vw, 19px);
    font-weight: 950;
    line-height: 1.14;
    letter-spacing: -.035em;
}

.eno-produto-elementor__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 22px;
}

.eno-produto-elementor__btn,
.eno-produto-ficha__btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 22px;
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .10em;
    text-transform: uppercase;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.eno-produto-elementor__btn--primary,
.eno-produto-ficha__btn {
    background: linear-gradient(135deg, var(--eno-catalogo-red), var(--eno-catalogo-pink));
    color: #ffffff !important;
    box-shadow: 0 14px 26px rgba(204,0,51,.20);
}

.eno-produto-elementor__btn--light {
    background: #ffffff;
    color: rgba(51,51,51,.74) !important;
    border: 1px solid rgba(51,51,51,.12);
}

.eno-produto-elementor__btn:hover,
.eno-produto-ficha__btn:hover {
    transform: translateY(-2px);
}

.eno-produto-elementor__details {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(310px, .56fr);
    gap: clamp(17px, 3vw, 28px);
    margin-top: clamp(18px, 3vw, 28px);
}

.eno-produto-elementor__panel {
    border-radius: 24px;
    padding: clamp(24px, 3vw, 36px);
    background: #ffffff;
    border: 1px solid rgba(51,51,51,.08);
    box-shadow: 0 16px 42px rgba(51,51,51,.055);
}

.eno-produto-elementor__panel--main {
    background: linear-gradient(180deg, #ffffff 0%, #fbf9f8 100%);
}

.eno-produto-elementor__panel-title {
    margin-bottom: 16px;
}

.eno-produto-elementor__panel-title--space {
    margin-top: 22px;
}

.eno-produto-elementor__text,
.eno-produto-ficha__description {
    color: rgba(51,51,51,.72);
    font-size: clamp(15px, 1.04vw, 16.5px);
    line-height: 1.76;
}

.eno-produto-elementor__text p,
.eno-produto-ficha__description p {
    margin: 0 0 15px;
}

.eno-produto-elementor__text p:last-child,
.eno-produto-ficha__description p:last-child {
    margin-bottom: 0;
}

.eno-produto-elementor__text ul,
.eno-produto-elementor__text ol {
    margin-top: 13px;
    padding-left: 22px;
}

.eno-produto-elementor__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 9px;
}

.eno-produto-elementor__list li {
    position: relative;
    padding: 13px 14px 13px 36px;
    border-radius: 15px;
    background: var(--eno-catalogo-soft);
    border: 1px solid rgba(51,51,51,.07);
    color: rgba(51,51,51,.72);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.42;
}

.eno-produto-elementor__list li::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 19px;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--eno-catalogo-red);
}

.eno-produto-elementor__note {
    margin-top: 20px;
    padding: 19px;
    border-radius: 18px;
    background: rgba(204,0,51,.06);
    border: 1px solid rgba(204,0,51,.10);
}

.eno-produto-elementor__note strong {
    display: block;
    color: var(--eno-catalogo-dark);
    font-size: 17px;
    font-weight: 950;
    letter-spacing: -.035em;
    margin-bottom: 7px;
}

.eno-produto-elementor__note p {
    margin: 0;
    color: rgba(51,51,51,.64);
    font-size: 14px;
    line-height: 1.55;
}

/* =========================================================
   FICHA PREMIUM — shortcode para colocar dentro da página Elementor
   [eno_produto slug="bolsas-bag-in-box" layout="ficha"]
========================================================= */

.eno-produto-ficha {
    width: min(1080px, 100%);
    margin: clamp(26px, 4vw, 44px) auto;
    display: grid;
    grid-template-columns: minmax(230px, 300px) minmax(0, 1fr);
    gap: clamp(22px, 3vw, 34px);
    align-items: start;
    background:
        linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(252,249,248,.98) 100%);
    border: 1px solid rgba(51,51,51,.085);
    border-radius: 32px;
    box-shadow: 0 26px 70px rgba(51,51,51,.08);
    padding: clamp(24px, 3vw, 34px);
    overflow: hidden;
    position: relative;
}

.eno-produto-ficha::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--eno-catalogo-red), var(--eno-catalogo-pink));
}

.eno-produto-ficha::after {
    content: "";
    position: absolute;
    right: -110px;
    top: -120px;
    width: 310px;
    height: 310px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(204,0,51,.075), transparent 68%);
    pointer-events: none;
}

.eno-produto-ficha__media {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 0;
    aspect-ratio: 1 / 1.08;
    border-radius: 24px;
    background:
        radial-gradient(circle at 52% 46%, rgba(204,0,51,.075), transparent 38%),
        linear-gradient(180deg, #ffffff 0%, #f2efed 100%);
    border: 1px solid rgba(51,51,51,.075);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(20px, 3vw, 30px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.86);
}

.eno-produto-ficha__media::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 36px;
    width: 62%;
    height: 28px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: rgba(51,51,51,.12);
    filter: blur(18px);
    pointer-events: none;
}

.eno-produto-ficha__media img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    max-height: 265px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 16px 20px rgba(51,51,51,.13));
}

.eno-produto-ficha__content {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.eno-produto-ficha__tag {
    margin-bottom: 14px;
    min-height: 28px;
    padding-inline: 11px;
    font-size: 9.5px;
    background: #fff0f4;
}

.eno-produto-ficha__content h2 {
    margin: 0;
    color: var(--eno-catalogo-dark);
    font-size: clamp(36px, 4.4vw, 64px);
    font-weight: 950;
    line-height: .95;
    letter-spacing: -.075em;
}

.eno-produto-ficha__subtitle {
    max-width: 720px;
    margin-top: 13px;
    color: rgba(51,51,51,.62);
}

.eno-produto-ficha__lead {
    max-width: 760px;
    margin-top: 18px;
    color: rgba(51,51,51,.68);
    font-size: clamp(15px, 1vw, 16.5px);
    line-height: 1.68;
}

.eno-produto-ficha__specs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    margin-top: 22px;
}

.eno-produto-ficha__specs div {
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(51,51,51,.035);
}

.eno-produto-ficha__description {
    margin-top: 24px;
    padding: 24px;
    border: 1px solid rgba(51,51,51,.075);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(51,51,51,.035);
}

.eno-produto-ficha__description > span,
.eno-produto-ficha__lists strong {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 13px;
    color: var(--eno-catalogo-red);
    font-size: 10.5px;
    font-weight: 950;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.eno-produto-ficha__description > span::before,
.eno-produto-ficha__lists strong::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 99px;
    background: linear-gradient(135deg, var(--eno-catalogo-red), var(--eno-catalogo-pink));
}

.eno-produto-ficha__lists {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.eno-produto-ficha__lists div {
    padding: 22px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(51,51,51,.075);
    box-shadow: 0 10px 30px rgba(51,51,51,.035);
}

.eno-produto-ficha__lists div:only-child {
    grid-column: 1 / -1;
}

.eno-produto-ficha__lists ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.eno-produto-ficha__lists li {
    position: relative;
    padding-left: 20px;
    color: rgba(51,51,51,.72);
    font-size: 14px;
    line-height: 1.55;
}

.eno-produto-ficha__lists li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .62em;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--eno-catalogo-red);
}

.eno-produto-ficha__note {
    margin-top: 16px;
    padding: 18px 20px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(204,0,51,.07), rgba(204,51,102,.045));
    border: 1px solid rgba(204,0,51,.10);
    color: rgba(51,51,51,.68);
    font-size: 14px;
    line-height: 1.58;
}

.eno-produto-ficha__btn {
    width: fit-content;
    margin-top: 20px;
}

/* =========================================================
   ESTADOS E CATÁLOGO
========================================================= */

.eno-produto-empty,
.eno-catalogo-empty {
    padding: 18px;
    border-radius: 14px;
    background: #fff7f9;
    border: 1px solid rgba(204,0,51,.15);
    color: #333;
}

.eno-catalogo-shortcode-title {
    width: min(1180px, 100%);
    margin: 0 auto 24px;
}

.eno-catalogo-shortcode-title h2 {
    margin: 14px 0 0;
    color: var(--eno-catalogo-dark);
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 950;
    line-height: .98;
    letter-spacing: -.06em;
}

.eno-catalogo-grid {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.eno-catalogo-grid--cols-1 { grid-template-columns: 1fr; }
.eno-catalogo-grid--cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.eno-catalogo-grid--cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.eno-catalogo-card {
    background: #ffffff;
    border: 1px solid rgba(51,51,51,.08);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 16px 42px rgba(51,51,51,.06);
}

.eno-catalogo-card__image {
    height: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f2efed 100%);
    text-decoration: none !important;
}

.eno-catalogo-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.eno-catalogo-card__image span {
    color: rgba(51,51,51,.46);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.eno-catalogo-card__body {
    padding: 22px;
}

.eno-catalogo-card__body h3 {
    margin: 14px 0 0;
    font-size: 24px;
    font-weight: 950;
    line-height: 1.02;
    letter-spacing: -.045em;
}

.eno-catalogo-card__body h3 a {
    color: var(--eno-catalogo-dark) !important;
    text-decoration: none !important;
}

.eno-catalogo-card__body p {
    margin: 13px 0 0;
    color: rgba(51,51,51,.64);
    font-size: 14px;
    line-height: 1.58;
}

.eno-catalogo-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(51,51,51,.08);
}

.eno-catalogo-card__bottom span {
    color: rgba(51,51,51,.58);
    font-size: 12px;
    font-weight: 850;
}

.eno-catalogo-card__bottom a {
    color: var(--eno-catalogo-red) !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

@media (max-width: 1080px) {
    .eno-produto-elementor__hero,
    .eno-produto-elementor__details,
    .eno-produto-ficha {
        grid-template-columns: 1fr;
    }

    .eno-produto-elementor__media,
    .eno-produto-elementor__content {
        min-height: auto;
    }

    .eno-produto-elementor__media {
        min-height: 480px;
    }

    .eno-produto-ficha__media {
        max-width: 390px;
        aspect-ratio: 1 / .86;
    }

    .eno-catalogo-grid,
    .eno-catalogo-grid--cols-4,
    .eno-catalogo-grid--cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .eno-produto-elementor__hero,
    .eno-produto-elementor__details,
    .eno-produto-ficha {
        gap: 15px;
    }

    .eno-produto-elementor__media,
    .eno-produto-elementor__content,
    .eno-produto-elementor__panel,
    .eno-produto-ficha,
    .eno-produto-ficha__media,
    .eno-catalogo-card {
        border-radius: 20px;
    }

    .eno-produto-elementor__media {
        min-height: 330px;
        padding: 24px 18px;
    }

    .eno-produto-elementor__image img,
    .eno-produto-ficha__media img {
        max-height: 255px;
    }

    .eno-produto-elementor__gallery {
        display: none;
    }

    .eno-produto-elementor__content,
    .eno-produto-ficha {
        padding: 24px 20px;
    }

    .eno-produto-ficha {
        margin: 24px auto;
    }

    .eno-produto-elementor__content h1,
    .eno-produto-ficha__content h2 {
        font-size: clamp(34px, 11vw, 48px);
    }

    .eno-produto-elementor__lead,
    .eno-produto-elementor__text,
    .eno-produto-ficha__lead,
    .eno-produto-ficha__description {
        font-size: 14.5px;
        line-height: 1.66;
    }

    .eno-produto-elementor__specs,
    .eno-produto-ficha__specs,
    .eno-produto-ficha__lists {
        grid-template-columns: 1fr;
        padding-top: 0;
    }

    .eno-produto-ficha__description,
    .eno-produto-ficha__lists div {
        padding: 20px;
        border-radius: 18px;
    }

    .eno-produto-elementor__actions {
        flex-direction: column;
    }

    .eno-produto-elementor__btn,
    .eno-produto-ficha__btn {
        width: 100%;
    }

    .eno-produto-elementor__panel {
        padding: 23px 20px;
    }

    .eno-catalogo-grid,
    .eno-catalogo-grid--cols-1,
    .eno-catalogo-grid--cols-2,
    .eno-catalogo-grid--cols-3,
    .eno-catalogo-grid--cols-4 {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   ALTERNATIVAS / VARIAÇÕES COM IMAGEM
========================================================= */

.eno-produto-ficha__alternatives,
.eno-produto-elementor__alternatives {
    margin-top: 24px;
    padding: 22px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(51,51,51,.075);
    box-shadow: 0 10px 30px rgba(51,51,51,.035);
}

.eno-produto-elementor__alternatives {
    margin-top: clamp(18px, 3vw, 28px);
}

.eno-produto-ficha__alternatives-head,
.eno-produto-elementor__alternatives-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}

.eno-produto-ficha__alternatives-head span,
.eno-produto-elementor__alternatives-head span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--eno-catalogo-red);
    font-size: 10.5px;
    font-weight: 950;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.eno-produto-ficha__alternatives-head span::before,
.eno-produto-elementor__alternatives-head span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 99px;
    background: linear-gradient(135deg, var(--eno-catalogo-red), var(--eno-catalogo-pink));
}

.eno-produto-ficha__alternatives-head p,
.eno-produto-elementor__alternatives-head p {
    margin: 0;
    max-width: 390px;
    color: rgba(51,51,51,.54);
    font-size: 13px;
    line-height: 1.45;
    text-align: right;
}

.eno-produto-ficha__alternatives-grid,
.eno-produto-elementor__alternatives-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 13px;
}

.eno-produto-ficha__alternatives-card,
.eno-produto-elementor__alternatives-card {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(51,51,51,.075);
    background: linear-gradient(180deg, #ffffff 0%, #faf7f6 100%);
}

.eno-produto-ficha__alternatives-image,
.eno-produto-elementor__alternatives-image {
    height: 160px;
    padding: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f2efed 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.eno-produto-ficha__alternatives-image img,
.eno-produto-elementor__alternatives-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 10px 14px rgba(51,51,51,.10));
}

.eno-produto-ficha__alternatives-image span,
.eno-produto-elementor__alternatives-image span {
    color: rgba(51,51,51,.42);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.eno-produto-ficha__alternatives-body,
.eno-produto-elementor__alternatives-body {
    padding: 16px;
}

.eno-produto-ficha__alternatives-body small,
.eno-produto-elementor__alternatives-body small {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 9px;
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(204,0,51,.07);
    color: var(--eno-catalogo-red);
    font-size: 9.5px;
    font-weight: 950;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.eno-produto-ficha__alternatives-body strong,
.eno-produto-elementor__alternatives-body strong {
    display: block;
    color: var(--eno-catalogo-dark);
    font-size: 18px;
    font-weight: 950;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.eno-produto-ficha__alternatives-body p,
.eno-produto-elementor__alternatives-body p {
    margin: 9px 0 0;
    color: rgba(51,51,51,.62);
    font-size: 13.5px;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .eno-produto-ficha__alternatives,
    .eno-produto-elementor__alternatives {
        padding: 18px;
        border-radius: 18px;
    }

    .eno-produto-ficha__alternatives-head,
    .eno-produto-elementor__alternatives-head {
        display: block;
    }

    .eno-produto-ficha__alternatives-head p,
    .eno-produto-elementor__alternatives-head p {
        margin-top: 8px;
        text-align: left;
    }
}

/* =========================================================
   ALTERNATIVAS PREMIUM — cards grandes estilo vitrine
   Shortcodes:
   [eno_alternativas slug="bolsas-bag-in-box"]
   [eno_produto slug="bolsas-bag-in-box" layout="alternativas"]
========================================================= */

.eno-alternativas-premium,
.eno-alternativas-premium * {
    box-sizing: border-box;
}

.eno-alternativas-premium {
    --eno-alt-red: #cc0033;
    --eno-alt-dark: #333333;
    --eno-alt-pink: #cc3366;
    width: min(1440px, 100%);
    margin: clamp(26px, 4vw, 48px) auto;
    color: var(--eno-alt-dark);
    font-family: inherit;
}

.eno-alternativas-premium__head {
    width: min(980px, 100%);
    margin: 0 auto clamp(20px, 3vw, 34px);
    text-align: center;
}

.eno-alternativas-premium__head h2 {
    margin: 0;
    color: inherit;
    font-size: clamp(38px, 5vw, 78px);
    font-weight: 950;
    line-height: .92;
    letter-spacing: -.08em;
}

.eno-alternativas-premium__head p {
    width: min(620px, 100%);
    margin: 16px auto 0;
    color: rgba(51,51,51,.62);
    font-size: clamp(15px, 1.1vw, 18px);
    line-height: 1.65;
}

.eno-alternativas-premium__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 360px));
    gap: clamp(18px, 2.2vw, 30px);
    align-items: stretch;
    justify-content: center;
}

.eno-alternativas-premium__card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border-radius: clamp(26px, 2.2vw, 38px);
    background: #ffffff;
    border: 1px solid rgba(255,255,255,.72);
    box-shadow: 0 30px 80px rgba(0,0,0,.16);
    display: flex;
    flex-direction: column;
    transition: transform .26s ease, box-shadow .26s ease;
}

.eno-alternativas-premium__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 38px 96px rgba(0,0,0,.22);
}

.eno-alternativas-premium__number {
    position: absolute;
    z-index: 5;
    top: 24px;
    left: 24px;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.84);
    border: 1px solid rgba(51,51,51,.08);
    box-shadow: 0 12px 28px rgba(51,51,51,.08);
    color: rgba(51,51,51,.55);
    font-size: 14px;
    font-weight: 850;
    letter-spacing: -.02em;
    backdrop-filter: blur(12px);
}

.eno-alternativas-premium__image {
    aspect-ratio: 1 / .82;
    height: auto;
    padding: 0;
    background: #ffffff;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    overflow: hidden;
}

.eno-alternativas-premium__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: none;
}

.eno-alternativas-premium__image span {
    color: rgba(51,51,51,.42);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.eno-alternativas-premium__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: clamp(22px, 2.2vw, 30px);
    background:
        linear-gradient(180deg, rgba(250,247,246,.98) 0%, rgba(255,255,255,.98) 100%);
}

.eno-alternativas-premium__tag {
    width: fit-content;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #fff0f4;
    color: var(--eno-alt-red);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.eno-alternativas-premium__body h3 {
    margin: 0;
    color: var(--eno-alt-dark);
    font-size: clamp(26px, 2.2vw, 34px);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -.07em;
}

.eno-alternativas-premium__body p {
    margin: 16px 0 0;
    color: rgba(51,51,51,.62);
    font-size: 15px;
    line-height: 1.62;
}

.eno-alternativas-premium__capacity {
    margin-top: auto;
    padding-top: clamp(18px, 2vw, 26px);
}

.eno-alternativas-premium__capacity span {
    display: block;
    margin-bottom: 10px;
    color: rgba(51,51,51,.42);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.eno-alternativas-premium__capacity strong {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(51,51,51,.08);
    box-shadow: 0 14px 34px rgba(51,51,51,.07);
    color: var(--eno-alt-dark);
    font-size: clamp(20px, 1.6vw, 26px);
    font-weight: 950;
    letter-spacing: -.055em;
}

.eno-alternativas-premium__btn {
    width: 100%;
    min-height: 52px;
    margin-top: 20px;
    padding: 0 10px 0 20px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-decoration: none !important;
    background: linear-gradient(135deg, var(--eno-alt-red), var(--eno-alt-pink));
    color: #ffffff !important;
    box-shadow: 0 18px 38px rgba(204,0,51,.24);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .07em;
    text-transform: uppercase;
    transition: transform .24s ease, box-shadow .24s ease;
}

.eno-alternativas-premium__btn span {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.20);
    font-size: 18px;
    flex: 0 0 auto;
}

.eno-alternativas-premium__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 48px rgba(204,0,51,.31);
}

@media (max-width: 1180px) {
    .eno-alternativas-premium__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .eno-alternativas-premium {
        margin: 24px auto;
    }

    .eno-alternativas-premium__head {
        text-align: left;
    }

    .eno-alternativas-premium__head h2 {
        font-size: clamp(34px, 11vw, 52px);
    }

    .eno-alternativas-premium__head p {
        margin-left: 0;
        margin-right: 0;
    }

    .eno-alternativas-premium__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .eno-alternativas-premium__card {
        border-radius: 26px;
    }

    .eno-alternativas-premium__number {
        top: 18px;
        left: 18px;
        width: 48px;
        height: 48px;
        font-size: 13px;
    }

    .eno-alternativas-premium__image {
        aspect-ratio: 1 / .82;
        height: auto;
        padding: 0;
    }

    .eno-alternativas-premium__body {
        padding: 26px 22px;
    }

    .eno-alternativas-premium__body h3 {
        font-size: clamp(30px, 10vw, 40px);
    }

    .eno-alternativas-premium__btn {
        min-height: 54px;
        font-size: 12px;
    }
}

/* =========================================================
   PRODUTO PREMIUM COMPLETO — vitrine + informação técnica
   Shortcodes:
   [eno_produto_completo slug="bolsas-bag-in-box"]
   [eno_produto slug="bolsas-bag-in-box" layout="premium"]
========================================================= */

.eno-produto-premium-full,
.eno-produto-premium-full * {
    box-sizing: border-box;
}

.eno-produto-premium-full {
    --eno-full-red: #cc0033;
    --eno-full-dark: #333333;
    --eno-full-pink: #cc3366;
    --eno-full-soft: #f8f5f3;
    --eno-full-line: rgba(51,51,51,.10);
    width: min(1440px, 100%);
    margin: 0 auto;
    color: var(--eno-full-dark);
    font-family: inherit;
}

.eno-produto-premium-full .eno-alternativas-premium {
    width: 100%;
    margin-top: 0;
    margin-bottom: clamp(24px, 4vw, 48px);
}

.eno-produto-premium-full__info {
    position: relative;
    overflow: hidden;
    margin: 0 auto clamp(28px, 4vw, 54px);
    padding: clamp(28px, 4vw, 54px);
    border-radius: clamp(28px, 2.2vw, 42px);
    background:
        radial-gradient(circle at 8% 12%, rgba(204,0,51,.08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #fbf8f7 100%);
    border: 1px solid rgba(51,51,51,.08);
    box-shadow: 0 28px 80px rgba(51,51,51,.09);
}

.eno-produto-premium-full__intro {
    width: min(980px, 100%);
    margin-bottom: clamp(24px, 3vw, 38px);
}

.eno-produto-premium-full__intro > span,
.eno-produto-premium-full__description > span,
.eno-produto-premium-full__lists article > span {
    width: fit-content;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 13px;
    border-radius: 999px;
    background: #fff0f4;
    color: var(--eno-full-red);
    font-size: 10.5px;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.eno-produto-premium-full__intro > span::before,
.eno-produto-premium-full__description > span::before,
.eno-produto-premium-full__lists article > span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--eno-full-red), var(--eno-full-pink));
}

.eno-produto-premium-full__intro h2 {
    margin: 18px 0 0;
    color: var(--eno-full-dark);
    font-size: clamp(38px, 5vw, 76px);
    font-weight: 950;
    line-height: .92;
    letter-spacing: -.08em;
}

.eno-produto-premium-full__intro > p {
    margin: 16px 0 0;
    color: rgba(51,51,51,.58);
    font-size: clamp(16px, 1.2vw, 20px);
    font-weight: 700;
    line-height: 1.5;
}

.eno-produto-premium-full__intro > div {
    width: min(760px, 100%);
    margin-top: 18px;
    color: rgba(51,51,51,.66);
    font-size: clamp(15px, 1.1vw, 17px);
    line-height: 1.72;
}

.eno-produto-premium-full__intro > div p {
    margin: 0 0 12px;
}

.eno-produto-premium-full__specs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: clamp(22px, 3vw, 36px);
}

.eno-produto-premium-full__specs div {
    min-height: 86px;
    padding: 17px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(51,51,51,.075);
    box-shadow: 0 12px 32px rgba(51,51,51,.045);
}

.eno-produto-premium-full__specs span {
    display: block;
    margin-bottom: 8px;
    color: rgba(51,51,51,.42);
    font-size: 9.5px;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.eno-produto-premium-full__specs strong {
    display: block;
    color: var(--eno-full-dark);
    font-size: clamp(16px, 1.2vw, 20px);
    font-weight: 950;
    line-height: 1.15;
    letter-spacing: -.04em;
}

.eno-produto-premium-full__description,
.eno-produto-premium-full__lists article,
.eno-produto-premium-full__note {
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(51,51,51,.075);
    box-shadow: 0 14px 38px rgba(51,51,51,.045);
}

.eno-produto-premium-full__description {
    padding: clamp(24px, 3vw, 38px);
    margin-bottom: 16px;
}

.eno-produto-premium-full__description > div {
    margin-top: 18px;
    color: rgba(51,51,51,.70);
    font-size: clamp(15px, 1.08vw, 17px);
    line-height: 1.78;
}

.eno-produto-premium-full__description p {
    margin: 0 0 15px;
}

.eno-produto-premium-full__description p:last-child {
    margin-bottom: 0;
}

.eno-produto-premium-full__lists {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.eno-produto-premium-full__lists article {
    padding: clamp(22px, 2.4vw, 30px);
}

.eno-produto-premium-full__lists ul {
    display: grid;
    gap: 11px;
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
}

.eno-produto-premium-full__lists li {
    position: relative;
    padding-left: 20px;
    color: rgba(51,51,51,.70);
    font-size: 14.5px;
    line-height: 1.55;
}

.eno-produto-premium-full__lists li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .62em;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--eno-full-red), var(--eno-full-pink));
}

.eno-produto-premium-full__note {
    margin-top: 16px;
    padding: 22px 24px;
    background: linear-gradient(135deg, rgba(204,0,51,.08), rgba(204,51,102,.05));
    border-color: rgba(204,0,51,.12);
}

.eno-produto-premium-full__note strong {
    display: block;
    margin-bottom: 8px;
    color: var(--eno-full-dark);
    font-size: 18px;
    font-weight: 950;
    letter-spacing: -.04em;
}

.eno-produto-premium-full__note p {
    margin: 0;
    color: rgba(51,51,51,.68);
    font-size: 14.5px;
    line-height: 1.58;
}

.eno-produto-premium-full__actions {
    margin-top: 22px;
}

.eno-produto-premium-full__actions a {
    width: fit-content;
    min-height: 56px;
    padding: 0 12px 0 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    text-decoration: none !important;
    background: linear-gradient(135deg, var(--eno-full-red), var(--eno-full-pink));
    color: #ffffff !important;
    box-shadow: 0 18px 38px rgba(204,0,51,.22);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.eno-produto-premium-full__actions a span {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.20);
    font-size: 18px;
}

@media (max-width: 1180px) {
    .eno-produto-premium-full__specs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .eno-produto-premium-full__lists {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .eno-produto-premium-full__info {
        padding: 24px 18px;
        border-radius: 24px;
    }

    .eno-produto-premium-full__intro h2 {
        font-size: clamp(34px, 11vw, 52px);
    }

    .eno-produto-premium-full__specs {
        grid-template-columns: 1fr;
    }

    .eno-produto-premium-full__description,
    .eno-produto-premium-full__lists article,
    .eno-produto-premium-full__note {
        border-radius: 20px;
        padding: 22px 18px;
    }

    .eno-produto-premium-full__actions a {
        width: 100%;
    }
}

/* =========================================================
   V11 — Produto completo TOP / full-bleed premium
   Shortcode recomendado: [eno_produto_completo slug="bolsas-bag-in-box"]
========================================================= */

.eno-produto-premium-full--topo,
.eno-produto-premium-full--topo * {
    box-sizing: border-box;
}

.eno-produto-premium-full--topo {
    --eno-full-red: #cc0033;
    --eno-full-dark: #333333;
    --eno-full-pink: #cc3366;
    --eno-full-ink: #181818;
    --eno-full-cream: #f7f2ef;
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    margin-top: clamp(34px, 5vw, 76px) !important;
    margin-bottom: 0 !important;
    padding: clamp(58px, 7vw, 112px) max(18px, calc((100vw - 1460px) / 2)) clamp(66px, 7vw, 116px) !important;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    color: #ffffff;
    background:
        radial-gradient(circle at 12% 8%, rgba(204,0,51,.36), transparent 28%),
        radial-gradient(circle at 90% 0%, rgba(204,51,102,.26), transparent 30%),
        linear-gradient(135deg, #321018 0%, #1f1f1f 46%, #111111 100%);
    font-family: inherit;
}

.eno-produto-premium-full--topo::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: clamp(28px, 3vw, 54px);
    border: 1px solid rgba(255,255,255,.08);
    pointer-events: none;
    z-index: -1;
}

.eno-produto-premium-full--topo::after {
    content: "ENOAPOIO";
    position: absolute;
    right: -24px;
    bottom: -10px;
    color: rgba(255,255,255,.035);
    font-size: clamp(80px, 14vw, 220px);
    font-weight: 950;
    line-height: .8;
    letter-spacing: -.105em;
    pointer-events: none;
    white-space: nowrap;
    z-index: -1;
}

.eno-produto-premium-full__hero-head {
    width: min(1120px, 100%);
    margin: 0 auto clamp(30px, 4vw, 58px);
    text-align: center;
    position: relative;
    z-index: 2;
}

.eno-produto-premium-full__hero-head > span {
    width: fit-content;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 15px;
    margin-bottom: 20px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.13);
    color: rgba(255,255,255,.82);
    backdrop-filter: blur(14px);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.eno-produto-premium-full__hero-head > span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--eno-full-red), var(--eno-full-pink));
    box-shadow: 0 0 0 6px rgba(204,0,51,.18);
}

.eno-produto-premium-full__hero-head h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(48px, 6.8vw, 112px);
    font-weight: 950;
    line-height: .86;
    letter-spacing: -.09em;
    text-wrap: balance;
}

.eno-produto-premium-full__hero-head p {
    width: min(820px, 100%);
    margin: 22px auto 0;
    color: rgba(255,255,255,.68);
    font-size: clamp(16px, 1.25vw, 20px);
    line-height: 1.65;
    text-wrap: balance;
}

.eno-produto-premium-full--topo .eno-alternativas-premium {
    width: min(1460px, 100%) !important;
    margin: 0 auto clamp(36px, 5vw, 72px) !important;
    position: relative;
    z-index: 3;
    color: var(--eno-full-dark);
}

.eno-produto-premium-full--topo .eno-alternativas-premium__head {
    display: none !important;
}

.eno-produto-premium-full--topo .eno-alternativas-premium__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(20px, 2.2vw, 38px);
    align-items: stretch;
}

.eno-produto-premium-full--topo .eno-alternativas-premium__card {
    min-height: clamp(620px, 48vw, 760px);
    border-radius: clamp(30px, 2.7vw, 46px);
    background: #ffffff;
    border: 1px solid rgba(255,255,255,.78);
    box-shadow: 0 34px 96px rgba(0,0,0,.34);
    overflow: hidden;
    transform: translateZ(0);
}

.eno-produto-premium-full--topo .eno-alternativas-premium__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 44px 120px rgba(0,0,0,.42);
}

.eno-produto-premium-full--topo .eno-alternativas-premium__number {
    top: 24px;
    left: 24px;
    width: 58px;
    height: 58px;
    background: rgba(255,255,255,.88);
    color: rgba(51,51,51,.55);
    border-color: rgba(51,51,51,.07);
    box-shadow: 0 18px 40px rgba(51,51,51,.10);
}

.eno-produto-premium-full--topo .eno-alternativas-premium__image {
    height: clamp(330px, 27vw, 455px);
    padding: clamp(28px, 3.2vw, 54px);
    background:
        radial-gradient(circle at 50% 54%, rgba(204,0,51,.08), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f6f2ef 100%);
}

.eno-produto-premium-full--topo .eno-alternativas-premium__image img {
    filter: drop-shadow(0 34px 34px rgba(51,51,51,.18));
}

.eno-produto-premium-full--topo .eno-alternativas-premium__body {
    min-height: 310px;
    padding: clamp(30px, 3vw, 46px);
    background:
        linear-gradient(180deg, rgba(248,244,242,.98) 0%, #ffffff 100%);
}

.eno-produto-premium-full--topo .eno-alternativas-premium__tag {
    min-height: 34px;
    margin-bottom: 18px;
    background: #fff0f4;
    color: var(--eno-full-red);
    box-shadow: inset 0 0 0 1px rgba(204,0,51,.045);
}

.eno-produto-premium-full--topo .eno-alternativas-premium__body h3 {
    font-size: clamp(34px, 3.1vw, 52px);
    line-height: .94;
    letter-spacing: -.082em;
}

.eno-produto-premium-full--topo .eno-alternativas-premium__body p {
    margin-top: 16px;
    color: rgba(51,51,51,.62);
    font-size: 15.5px;
    line-height: 1.62;
}

.eno-produto-premium-full--topo .eno-alternativas-premium__capacity {
    padding-top: 28px;
}

.eno-produto-premium-full--topo .eno-alternativas-premium__capacity strong {
    min-height: 50px;
    padding: 0 18px;
    background: #ffffff;
    border-color: rgba(51,51,51,.075);
    box-shadow: 0 15px 36px rgba(51,51,51,.07);
    font-size: clamp(22px, 1.7vw, 28px);
}

.eno-produto-premium-full--topo .eno-alternativas-premium__btn {
    min-height: 62px;
    margin-top: 28px;
    box-shadow: 0 20px 44px rgba(204,0,51,.27);
}

.eno-produto-premium-full--topo .eno-produto-premium-full__info {
    width: min(1280px, 100%);
    margin: 0 auto !important;
    padding: clamp(24px, 3.6vw, 54px);
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(360px, .55fr);
    gap: clamp(18px, 2vw, 26px);
    border-radius: clamp(28px, 2.8vw, 46px);
    background:
        linear-gradient(180deg, rgba(255,255,255,.97) 0%, rgba(248,245,243,.97) 100%);
    border: 1px solid rgba(255,255,255,.72);
    color: var(--eno-full-dark);
    box-shadow: 0 34px 94px rgba(0,0,0,.28);
    overflow: hidden;
}

.eno-produto-premium-full--topo .eno-produto-premium-full__info::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    background: linear-gradient(90deg, var(--eno-full-red), var(--eno-full-pink));
}

.eno-produto-premium-full--topo .eno-produto-premium-full__intro {
    width: 100%;
    margin: 0;
    padding: clamp(24px, 3vw, 38px);
    border-radius: 28px;
    background:
        radial-gradient(circle at 12% 8%, rgba(204,0,51,.10), transparent 34%),
        #ffffff;
    border: 1px solid rgba(51,51,51,.07);
    box-shadow: 0 14px 42px rgba(51,51,51,.055);
}

.eno-produto-premium-full--topo .eno-produto-premium-full__intro > span,
.eno-produto-premium-full--topo .eno-produto-premium-full__description > span,
.eno-produto-premium-full--topo .eno-produto-premium-full__lists article > span {
    min-height: 32px;
    background: #fff0f4;
    color: var(--eno-full-red);
}

.eno-produto-premium-full--topo .eno-produto-premium-full__intro h2 {
    margin-top: 18px;
    font-size: clamp(38px, 4.2vw, 68px);
    line-height: .9;
    letter-spacing: -.085em;
    color: var(--eno-full-dark);
}

.eno-produto-premium-full--topo .eno-produto-premium-full__intro > p,
.eno-produto-premium-full--topo .eno-produto-premium-full__intro > div {
    width: min(720px, 100%);
}

.eno-produto-premium-full--topo .eno-produto-premium-full__specs {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
    grid-row: span 2;
}

.eno-produto-premium-full--topo .eno-produto-premium-full__specs div {
    min-height: 76px;
    padding: 16px 17px;
    border-radius: 19px;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(51,51,51,.075);
    box-shadow: 0 12px 30px rgba(51,51,51,.045);
}

.eno-produto-premium-full--topo .eno-produto-premium-full__description {
    margin: 0;
    padding: clamp(24px, 3vw, 38px);
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(51,51,51,.07);
    box-shadow: 0 14px 42px rgba(51,51,51,.055);
}

.eno-produto-premium-full--topo .eno-produto-premium-full__description > div {
    color: rgba(51,51,51,.72);
    font-size: clamp(15px, 1.08vw, 17.5px);
    line-height: 1.82;
}

.eno-produto-premium-full--topo .eno-produto-premium-full__lists {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
}

.eno-produto-premium-full--topo .eno-produto-premium-full__lists article {
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(51,51,51,.07);
    box-shadow: 0 14px 42px rgba(51,51,51,.045);
}

.eno-produto-premium-full--topo .eno-produto-premium-full__note {
    grid-column: 1 / -1;
    margin: 0;
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(204,0,51,.10), rgba(204,51,102,.06));
    border: 1px solid rgba(204,0,51,.13);
}

.eno-produto-premium-full--topo .eno-produto-premium-full__actions {
    grid-column: 1 / -1;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.eno-produto-premium-full--topo .eno-produto-premium-full__actions a {
    min-height: 62px;
    box-shadow: 0 20px 44px rgba(204,0,51,.24);
}

@media (max-width: 1180px) {
    .eno-produto-premium-full--topo .eno-alternativas-premium__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .eno-produto-premium-full--topo .eno-produto-premium-full__info {
        grid-template-columns: 1fr;
    }

    .eno-produto-premium-full--topo .eno-produto-premium-full__specs {
        grid-row: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .eno-produto-premium-full--topo {
        padding: 48px 15px 62px !important;
        margin-top: 26px !important;
    }

    .eno-produto-premium-full--topo::before {
        inset: 10px;
        border-radius: 28px;
    }

    .eno-produto-premium-full__hero-head {
        text-align: left;
        margin-bottom: 24px;
    }

    .eno-produto-premium-full__hero-head h2 {
        font-size: clamp(42px, 14vw, 62px);
        letter-spacing: -.08em;
    }

    .eno-produto-premium-full__hero-head p {
        margin-left: 0;
        margin-right: 0;
        font-size: 15px;
    }

    .eno-produto-premium-full--topo .eno-alternativas-premium__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .eno-produto-premium-full--topo .eno-alternativas-premium__card {
        min-height: auto;
        border-radius: 28px;
    }

    .eno-produto-premium-full--topo .eno-alternativas-premium__image {
        height: 315px;
    }

    .eno-produto-premium-full--topo .eno-alternativas-premium__body {
        min-height: auto;
        padding: 28px 22px;
    }

    .eno-produto-premium-full--topo .eno-alternativas-premium__body h3 {
        font-size: clamp(32px, 10vw, 44px);
    }

    .eno-produto-premium-full--topo .eno-produto-premium-full__info {
        padding: 18px;
        border-radius: 28px;
    }

    .eno-produto-premium-full--topo .eno-produto-premium-full__intro,
    .eno-produto-premium-full--topo .eno-produto-premium-full__description,
    .eno-produto-premium-full--topo .eno-produto-premium-full__lists article,
    .eno-produto-premium-full--topo .eno-produto-premium-full__note {
        border-radius: 22px;
        padding: 22px 18px;
    }

    .eno-produto-premium-full--topo .eno-produto-premium-full__intro h2 {
        font-size: clamp(34px, 11vw, 50px);
    }

    .eno-produto-premium-full--topo .eno-produto-premium-full__specs,
    .eno-produto-premium-full--topo .eno-produto-premium-full__lists {
        grid-template-columns: 1fr;
    }

    .eno-produto-premium-full--topo .eno-produto-premium-full__actions a {
        width: 100%;
    }
}

/* =========================================================
   V12 — Ordem premium: informação primeiro, alternativas depois
========================================================= */
.eno-produto-premium-full--topo .eno-produto-premium-full__info {
    margin-bottom: clamp(38px, 5vw, 78px) !important;
}

.eno-produto-premium-full__alternatives-title {
    width: min(1120px, 100%);
    margin: 0 auto clamp(24px, 3vw, 42px);
    text-align: center;
    position: relative;
    z-index: 4;
}

.eno-produto-premium-full__alternatives-title span {
    width: fit-content;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 15px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.13);
    color: rgba(255,255,255,.84);
    backdrop-filter: blur(14px);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.eno-produto-premium-full__alternatives-title span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--eno-full-red), var(--eno-full-pink));
    box-shadow: 0 0 0 6px rgba(204,0,51,.18);
}

.eno-produto-premium-full__alternatives-title h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(42px, 5.2vw, 86px);
    font-weight: 950;
    line-height: .88;
    letter-spacing: -.085em;
    text-wrap: balance;
}

.eno-produto-premium-full__alternatives-title p {
    width: min(760px, 100%);
    margin: 18px auto 0;
    color: rgba(255,255,255,.68);
    font-size: clamp(15px, 1.08vw, 18px);
    line-height: 1.65;
    text-wrap: balance;
}

.eno-produto-premium-full--topo .eno-alternativas-premium.eno-alternativas-premium--after-info {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    .eno-produto-premium-full__alternatives-title {
        text-align: left;
        margin-bottom: 22px;
    }

    .eno-produto-premium-full__alternatives-title h2 {
        font-size: clamp(38px, 12vw, 56px);
    }

    .eno-produto-premium-full__alternatives-title p {
        margin-left: 0;
        margin-right: 0;
    }
}

/* =========================================================
   V13 — Produto premium editorial: informação + fotografia + marcas
========================================================= */
.eno-produto-topline,
.eno-produto-topline *,
.eno-produto-options-stage,
.eno-produto-options-stage * {
    box-sizing: border-box;
}

.eno-produto-topline {
    --eno-v13-red: #cc0033;
    --eno-v13-dark: #333333;
    --eno-v13-pink: #cc3366;
    --eno-v13-soft: #f8f5f3;
    --eno-v13-line: rgba(51,51,51,.10);
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: clamp(62px, 8vw, 124px) max(18px, calc((100vw - 1320px) / 2)) clamp(54px, 7vw, 104px);
    background:
        radial-gradient(circle at 11% 10%, rgba(204,0,51,.055), transparent 28%),
        radial-gradient(circle at 88% 16%, rgba(204,51,102,.055), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #fbf9f8 58%, #ffffff 100%);
    color: var(--eno-v13-dark);
    font-family: inherit;
    overflow: hidden;
}

.eno-produto-topline__wrap {
    width: min(1240px, 100%);
    margin: 0 auto;
}

.eno-produto-topline__head {
    width: min(880px, 100%);
    margin: 0 auto clamp(44px, 6vw, 82px);
    text-align: center;
}

.eno-produto-topline__head > span,
.eno-produto-topline__technical-head > span,
.eno-produto-topline__description > span,
.eno-produto-topline__lists article > span {
    width: fit-content;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 14px;
    border-radius: 999px;
    background: #fff0f4;
    color: var(--eno-v13-red);
    font-size: 10.5px;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.eno-produto-topline__head > span::before,
.eno-produto-topline__technical-head > span::before,
.eno-produto-topline__description > span::before,
.eno-produto-topline__lists article > span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--eno-v13-red), var(--eno-v13-pink));
    box-shadow: 0 0 0 6px rgba(204,0,51,.10);
}

.eno-produto-topline__head h2 {
    width: min(820px, 100%);
    margin: 20px auto 0;
    color: var(--eno-v13-dark);
    font-size: clamp(48px, 6.2vw, 102px);
    font-weight: 950;
    line-height: .86;
    letter-spacing: -.09em;
    text-wrap: balance;
}

.eno-produto-topline__head p {
    width: min(720px, 100%);
    margin: 24px auto 0;
    color: rgba(51,51,51,.58);
    font-size: clamp(15.5px, 1.18vw, 18px);
    line-height: 1.7;
    text-wrap: balance;
}

.eno-produto-topline__story {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(380px, .78fr);
    gap: clamp(36px, 6vw, 86px);
    align-items: center;
    margin-bottom: clamp(34px, 5vw, 74px);
}

.eno-produto-topline__copy h3 {
    max-width: 640px;
    margin: 0;
    color: var(--eno-v13-dark);
    font-size: clamp(34px, 4.6vw, 72px);
    font-weight: 950;
    line-height: .88;
    letter-spacing: -.082em;
    text-wrap: balance;
}

.eno-produto-topline__bullets {
    display: grid;
    gap: 13px;
    margin: clamp(24px, 3vw, 36px) 0 0;
    padding: 0;
    list-style: none;
    max-width: 690px;
}

.eno-produto-topline__bullets li {
    position: relative;
    padding-left: 24px;
    color: rgba(51,51,51,.64);
    font-size: clamp(14px, 1.05vw, 16.5px);
    line-height: 1.62;
}

.eno-produto-topline__bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .66em;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--eno-v13-red), var(--eno-v13-pink));
    box-shadow: 0 0 0 6px rgba(204,0,51,.075);
}

.eno-produto-topline__brands {
    width: min(540px, 100%);
    margin-top: clamp(22px, 3vw, 34px);
    padding: 22px 24px;
    border-radius: 22px;
    background: rgba(255,255,255,.86);
    border: 1px solid rgba(51,51,51,.08);
    box-shadow: 0 20px 56px rgba(51,51,51,.075);
}

.eno-produto-topline__brands strong {
    display: block;
    margin-bottom: 13px;
    color: var(--eno-v13-dark);
    font-size: 14px;
    font-weight: 950;
    letter-spacing: -.02em;
}

.eno-produto-topline__brands ul {
    display: grid;
    gap: 9px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.eno-produto-topline__brands li {
    position: relative;
    padding-left: 18px;
    color: rgba(51,51,51,.66);
    font-size: 13.5px;
    line-height: 1.45;
}

.eno-produto-topline__brands li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .58em;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--eno-v13-red);
}

.eno-produto-topline__brands a {
    color: rgba(51,51,51,.78) !important;
    text-decoration: none !important;
    font-weight: 750;
}

.eno-produto-topline__brands a:hover {
    color: var(--eno-v13-red) !important;
}

.eno-produto-topline__actions {
    margin-top: 26px;
}

.eno-produto-topline__actions a {
    width: fit-content;
    min-height: 58px;
    padding: 0 12px 0 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: linear-gradient(135deg, var(--eno-v13-red), var(--eno-v13-pink));
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 18px 38px rgba(204,0,51,.22);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.eno-produto-topline__actions a span {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.20);
    font-size: 18px;
}

.eno-produto-topline__visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.eno-produto-topline__image-card {
    position: relative;
    width: min(520px, 100%);
    min-height: clamp(340px, 38vw, 520px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(22px, 3vw, 38px);
    border-radius: clamp(26px, 3vw, 42px);
    background:
        radial-gradient(circle at 82% 88%, rgba(204,0,51,.34), transparent 28%),
        linear-gradient(135deg, #2b2b2b 0%, #151515 100%);
    box-shadow: 0 34px 90px rgba(51,51,51,.20);
    overflow: hidden;
}

.eno-produto-topline__image-card::after {
    content: "";
    position: absolute;
    inset: auto -32px -60px auto;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    border: 18px solid rgba(204,0,51,.22);
    pointer-events: none;
}

.eno-produto-topline__image-card img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    max-height: 410px;
    object-fit: contain;
    object-position: center;
    display: block;
    padding: 18px;
    border-radius: 8px;
    background: #ffffff;
    transform: rotate(-4deg);
    box-shadow: 0 26px 52px rgba(0,0,0,.26);
}

.eno-produto-topline__no-image {
    width: 100%;
    min-height: 280px;
    border-radius: 22px;
    border: 1px dashed rgba(255,255,255,.22);
    color: rgba(255,255,255,.62);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.eno-produto-topline__technical {
    padding: clamp(24px, 4vw, 46px);
    border-radius: clamp(26px, 3vw, 42px);
    background:
        linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(248,245,243,.96) 100%);
    border: 1px solid rgba(51,51,51,.08);
    box-shadow: 0 28px 80px rgba(51,51,51,.08);
}

.eno-produto-topline__technical-head {
    margin-bottom: 22px;
}

.eno-produto-topline__technical-head h3 {
    margin: 16px 0 0;
    color: var(--eno-v13-dark);
    font-size: clamp(34px, 4vw, 60px);
    font-weight: 950;
    line-height: .94;
    letter-spacing: -.078em;
}

.eno-produto-topline__specs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.eno-produto-topline__specs div {
    min-height: 82px;
    padding: 16px 17px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(51,51,51,.075);
    box-shadow: 0 12px 30px rgba(51,51,51,.04);
}

.eno-produto-topline__specs span {
    display: block;
    margin-bottom: 7px;
    color: rgba(51,51,51,.42);
    font-size: 9.5px;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.eno-produto-topline__specs strong {
    display: block;
    color: var(--eno-v13-dark);
    font-size: clamp(15.5px, 1.12vw, 19px);
    font-weight: 950;
    line-height: 1.14;
    letter-spacing: -.035em;
}

.eno-produto-topline__description,
.eno-produto-topline__lists article,
.eno-produto-topline__note {
    margin-top: 16px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(51,51,51,.075);
    box-shadow: 0 12px 34px rgba(51,51,51,.04);
}

.eno-produto-topline__description {
    padding: clamp(22px, 3vw, 34px);
}

.eno-produto-topline__description > div {
    margin-top: 16px;
    color: rgba(51,51,51,.68);
    font-size: clamp(14.5px, 1.05vw, 16.5px);
    line-height: 1.76;
}

.eno-produto-topline__description p {
    margin: 0 0 14px;
}

.eno-produto-topline__lists {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.eno-produto-topline__lists article {
    padding: 24px;
}

.eno-produto-topline__lists ul {
    display: grid;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
}

.eno-produto-topline__lists li {
    position: relative;
    padding-left: 20px;
    color: rgba(51,51,51,.68);
    font-size: 14px;
    line-height: 1.55;
}

.eno-produto-topline__lists li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .63em;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--eno-v13-red), var(--eno-v13-pink));
}

.eno-produto-topline__note {
    padding: 22px 24px;
    background: linear-gradient(135deg, rgba(204,0,51,.08), rgba(204,51,102,.05));
    border-color: rgba(204,0,51,.12);
}

.eno-produto-topline__note strong {
    display: block;
    margin-bottom: 7px;
    color: var(--eno-v13-dark);
    font-size: 18px;
    font-weight: 950;
    letter-spacing: -.04em;
}

.eno-produto-topline__note p {
    margin: 0;
    color: rgba(51,51,51,.66);
    font-size: 14.5px;
    line-height: 1.58;
}

.eno-produto-options-stage {
    --eno-stage-red: #cc0033;
    --eno-stage-dark: #333333;
    --eno-stage-pink: #cc3366;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: clamp(62px, 8vw, 118px) max(18px, calc((100vw - 1460px) / 2));
    background:
        radial-gradient(circle at 12% 0%, rgba(204,0,51,.34), transparent 28%),
        radial-gradient(circle at 90% 10%, rgba(204,51,102,.24), transparent 28%),
        linear-gradient(135deg, #321018 0%, #1f1f1f 48%, #111111 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.eno-produto-options-stage::after {
    content: "ENOAPOIO";
    position: absolute;
    right: -22px;
    bottom: -10px;
    color: rgba(255,255,255,.035);
    font-size: clamp(80px, 14vw, 220px);
    font-weight: 950;
    line-height: .8;
    letter-spacing: -.105em;
    pointer-events: none;
    white-space: nowrap;
    z-index: -1;
}

.eno-produto-options-stage__title {
    width: min(1080px, 100%);
    margin: 0 auto clamp(28px, 4vw, 52px);
    text-align: center;
}

.eno-produto-options-stage__title span {
    width: fit-content;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 15px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.13);
    color: rgba(255,255,255,.84);
    backdrop-filter: blur(14px);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.eno-produto-options-stage__title span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--eno-stage-red), var(--eno-stage-pink));
    box-shadow: 0 0 0 6px rgba(204,0,51,.18);
}

.eno-produto-options-stage__title h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(44px, 5.6vw, 92px);
    font-weight: 950;
    line-height: .86;
    letter-spacing: -.09em;
    text-wrap: balance;
}

.eno-produto-options-stage__title p {
    width: min(720px, 100%);
    margin: 20px auto 0;
    color: rgba(255,255,255,.70);
    font-size: clamp(15px, 1.1vw, 18px);
    line-height: 1.65;
    text-wrap: balance;
}

.eno-produto-options-stage .eno-alternativas-premium {
    width: min(1460px, 100%) !important;
    margin: 0 auto !important;
    color: var(--eno-stage-dark);
}

.eno-produto-options-stage .eno-alternativas-premium__head {
    display: none !important;
}

.eno-produto-options-stage .eno-alternativas-premium__grid {
    gap: clamp(20px, 2.2vw, 38px);
}

.eno-produto-options-stage .eno-alternativas-premium__card {
    min-height: clamp(620px, 48vw, 760px);
    border-radius: clamp(30px, 2.7vw, 46px);
    box-shadow: 0 34px 96px rgba(0,0,0,.34);
}

.eno-produto-options-stage .eno-alternativas-premium__image {
    height: clamp(330px, 27vw, 455px);
    padding: clamp(28px, 3.2vw, 54px);
}

.eno-produto-options-stage .eno-alternativas-premium__body {
    min-height: 310px;
    padding: clamp(30px, 3vw, 46px);
}

.eno-produto-options-stage .eno-alternativas-premium__body h3 {
    font-size: clamp(34px, 3.1vw, 52px);
    line-height: .94;
}

@media (max-width: 1180px) {
    .eno-produto-topline__story {
        grid-template-columns: 1fr;
    }

    .eno-produto-topline__visual {
        justify-content: flex-start;
    }

    .eno-produto-topline__specs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .eno-produto-options-stage .eno-alternativas-premium__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .eno-produto-topline {
        padding: 48px 15px 56px;
    }

    .eno-produto-topline__head {
        text-align: left;
        margin-bottom: 34px;
    }

    .eno-produto-topline__head h2 {
        font-size: clamp(40px, 13vw, 62px);
        margin-left: 0;
        margin-right: 0;
    }

    .eno-produto-topline__head p {
        margin-left: 0;
        margin-right: 0;
    }

    .eno-produto-topline__story {
        gap: 30px;
    }

    .eno-produto-topline__copy h3 {
        font-size: clamp(34px, 11vw, 48px);
    }

    .eno-produto-topline__image-card {
        min-height: 320px;
        border-radius: 28px;
    }

    .eno-produto-topline__image-card img {
        max-height: 270px;
    }

    .eno-produto-topline__specs,
    .eno-produto-topline__lists {
        grid-template-columns: 1fr;
    }

    .eno-produto-topline__technical {
        padding: 20px;
        border-radius: 26px;
    }

    .eno-produto-topline__technical-head h3 {
        font-size: clamp(32px, 10vw, 48px);
    }

    .eno-produto-topline__actions a {
        width: 100%;
    }

    .eno-produto-options-stage {
        padding: 52px 15px 62px;
    }

    .eno-produto-options-stage__title {
        text-align: left;
    }

    .eno-produto-options-stage__title h2 {
        font-size: clamp(38px, 12vw, 58px);
    }

    .eno-produto-options-stage__title p {
        margin-left: 0;
        margin-right: 0;
    }

    .eno-produto-options-stage .eno-alternativas-premium__grid {
        grid-template-columns: 1fr;
    }

    .eno-produto-options-stage .eno-alternativas-premium__card {
        min-height: auto;
        border-radius: 28px;
    }

    .eno-produto-options-stage .eno-alternativas-premium__image {
        height: 315px;
    }

    .eno-produto-options-stage .eno-alternativas-premium__body {
        min-height: auto;
        padding: 28px 22px;
    }
}

/* =========================================================
   V14 — Alternativas mais compactas e premium
   Cards inspiradas no layout editorial aprovado: imagem ampla,
   altura mais controlada, corpo mais elegante e botão alinhado.
========================================================= */

.eno-produto-premium-full--topo .eno-alternativas-premium {
    width: min(1240px, 100%) !important;
    margin: 0 auto clamp(34px, 5vw, 64px) !important;
}

.eno-produto-premium-full--topo .eno-alternativas-premium__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 2.4vw, 38px);
    align-items: stretch;
}

.eno-produto-premium-full--topo .eno-alternativas-premium__card {
    min-height: 0 !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    border-radius: clamp(24px, 2.1vw, 34px) !important;
    background: #ffffff;
    border: 1px solid rgba(255,255,255,.82);
    box-shadow:
        0 30px 76px rgba(0,0,0,.28),
        0 1px 0 rgba(255,255,255,.82) inset;
    overflow: hidden;
}

.eno-produto-premium-full--topo .eno-alternativas-premium__card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 38px 92px rgba(0,0,0,.34),
        0 1px 0 rgba(255,255,255,.86) inset;
}

.eno-produto-premium-full--topo .eno-alternativas-premium__number {
    top: 18px !important;
    left: 18px !important;
    width: 48px !important;
    height: 48px !important;
    font-size: 12px !important;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 34px rgba(51,51,51,.10);
}

.eno-produto-premium-full--topo .eno-alternativas-premium__image {
    height: clamp(250px, 20vw, 318px) !important;
    padding: 0 !important;
    background:
        radial-gradient(circle at 52% 58%, rgba(204,0,51,.055), transparent 36%),
        linear-gradient(180deg, #ffffff 0%, #fbf8f6 100%) !important;
    border-bottom: 1px solid rgba(51,51,51,.045);
}

.eno-produto-premium-full--topo .eno-alternativas-premium__image img {
    width: 100%;
    height: 100%;
    padding: clamp(20px, 2.2vw, 34px);
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 26px 26px rgba(51,51,51,.16)) !important;
}

.eno-produto-premium-full--topo .eno-alternativas-premium__body {
    flex: 1;
    min-height: 0 !important;
    display: flex;
    flex-direction: column;
    padding: clamp(24px, 2.35vw, 34px) !important;
    background:
        radial-gradient(circle at 90% 100%, rgba(204,51,102,.08), transparent 35%),
        linear-gradient(180deg, #faf7f5 0%, #ffffff 100%) !important;
}

.eno-produto-premium-full--topo .eno-alternativas-premium__tag {
    min-height: 28px !important;
    width: fit-content;
    padding: 0 11px !important;
    margin-bottom: 16px !important;
    font-size: 10px !important;
    letter-spacing: .105em !important;
    background: #fff0f4 !important;
    border-radius: 999px !important;
}

.eno-produto-premium-full--topo .eno-alternativas-premium__body h3 {
    margin: 0;
    color: var(--eno-full-dark);
    font-size: clamp(28px, 2.15vw, 38px) !important;
    line-height: .98 !important;
    letter-spacing: -.072em !important;
    max-width: 94%;
}

.eno-produto-premium-full--topo .eno-alternativas-premium__body p {
    margin-top: 12px !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    color: rgba(51,51,51,.58) !important;
}

.eno-produto-premium-full--topo .eno-alternativas-premium__capacity {
    margin-top: auto;
    padding-top: 24px !important;
}

.eno-produto-premium-full--topo .eno-alternativas-premium__capacity span {
    margin-bottom: 9px;
    font-size: 10px;
    letter-spacing: .17em;
    color: rgba(51,51,51,.38);
}

.eno-produto-premium-full--topo .eno-alternativas-premium__capacity strong {
    min-height: 42px !important;
    padding: 0 15px !important;
    border-radius: 999px !important;
    font-size: clamp(17px, 1.25vw, 21px) !important;
    background: #ffffff !important;
    border: 1px solid rgba(51,51,51,.075) !important;
    box-shadow: 0 13px 30px rgba(51,51,51,.065) !important;
}

.eno-produto-premium-full--topo .eno-alternativas-premium__btn {
    min-height: 52px !important;
    margin-top: 22px !important;
    padding: 0 12px 0 20px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    box-shadow: 0 18px 36px rgba(204,0,51,.25) !important;
}

.eno-produto-premium-full--topo .eno-alternativas-premium__btn span {
    width: 32px !important;
    height: 32px !important;
}

@media (max-width: 1180px) {
    .eno-produto-premium-full--topo .eno-alternativas-premium {
        width: min(860px, 100%) !important;
    }

    .eno-produto-premium-full--topo .eno-alternativas-premium__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .eno-produto-premium-full--topo .eno-alternativas-premium {
        width: min(420px, 100%) !important;
    }

    .eno-produto-premium-full--topo .eno-alternativas-premium__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .eno-produto-premium-full--topo .eno-alternativas-premium__card {
        border-radius: 26px !important;
    }

    .eno-produto-premium-full--topo .eno-alternativas-premium__image {
        height: 265px !important;
    }

    .eno-produto-premium-full--topo .eno-alternativas-premium__body {
        padding: 24px 22px !important;
    }

    .eno-produto-premium-full--topo .eno-alternativas-premium__body h3 {
        font-size: clamp(28px, 9vw, 36px) !important;
        max-width: 100%;
    }
}


/* =========================================================
   V15 — Correção real das cards dentro do palco escuro
   A V14 estava a atingir outra classe. Esta regra força o layout
   das alternativas no shortcode completo.
========================================================= */

.eno-produto-options-stage .eno-alternativas-premium {
    width: min(1220px, 100%) !important;
    margin: 0 auto !important;
}

.eno-produto-options-stage .eno-alternativas-premium__grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(280px, 360px)) !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: clamp(24px, 2.8vw, 42px) !important;
}

.eno-produto-options-stage .eno-alternativas-premium__card {
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    border-radius: 34px !important;
    background: #ffffff !important;
    border: 1px solid rgba(255,255,255,.86) !important;
    box-shadow:
        0 30px 72px rgba(0,0,0,.32),
        inset 0 1px 0 rgba(255,255,255,.86) !important;
    overflow: hidden !important;
}

.eno-produto-options-stage .eno-alternativas-premium__card:hover {
    transform: translateY(-6px) !important;
    box-shadow:
        0 38px 88px rgba(0,0,0,.38),
        inset 0 1px 0 rgba(255,255,255,.90) !important;
}

.eno-produto-options-stage .eno-alternativas-premium__number {
    top: 18px !important;
    left: 18px !important;
    width: 48px !important;
    height: 48px !important;
    font-size: 12px !important;
    color: rgba(51,51,51,.48) !important;
    background: rgba(255,255,255,.94) !important;
    border: 1px solid rgba(51,51,51,.08) !important;
    box-shadow: 0 14px 30px rgba(51,51,51,.10) !important;
    backdrop-filter: blur(14px) !important;
}

.eno-produto-options-stage .eno-alternativas-premium__image {
    height: 300px !important;
    padding: 0 !important;
    background:
        radial-gradient(circle at 52% 58%, rgba(204,0,51,.045), transparent 38%),
        linear-gradient(180deg, #ffffff 0%, #fbf8f6 100%) !important;
    border-bottom: 1px solid rgba(51,51,51,.045) !important;
}

.eno-produto-options-stage .eno-alternativas-premium__image img {
    width: 100% !important;
    height: 100% !important;
    padding: 22px !important;
    object-fit: contain !important;
    object-position: center !important;
    filter: drop-shadow(0 24px 24px rgba(51,51,51,.16)) !important;
}

.eno-produto-options-stage .eno-alternativas-premium__body {
    min-height: 255px !important;
    padding: 28px 30px 30px !important;
    display: flex !important;
    flex-direction: column !important;
    background:
        radial-gradient(circle at 88% 100%, rgba(204,51,102,.075), transparent 35%),
        linear-gradient(180deg, #faf7f5 0%, #ffffff 100%) !important;
}

.eno-produto-options-stage .eno-alternativas-premium__tag {
    width: fit-content !important;
    min-height: 27px !important;
    padding: 0 11px !important;
    margin: 0 0 16px !important;
    border-radius: 999px !important;
    background: #fff0f4 !important;
    color: var(--eno-stage-red) !important;
    font-size: 9.5px !important;
    font-weight: 950 !important;
    letter-spacing: .105em !important;
}

.eno-produto-options-stage .eno-alternativas-premium__body h3 {
    max-width: 96% !important;
    margin: 0 !important;
    color: var(--eno-stage-dark) !important;
    font-size: clamp(28px, 2.25vw, 36px) !important;
    line-height: .98 !important;
    letter-spacing: -.074em !important;
}

.eno-produto-options-stage .eno-alternativas-premium__body p {
    margin: 12px 0 0 !important;
    color: rgba(51,51,51,.58) !important;
    font-size: 13.5px !important;
    line-height: 1.5 !important;
}

.eno-produto-options-stage .eno-alternativas-premium__capacity {
    margin-top: auto !important;
    padding-top: 24px !important;
}

.eno-produto-options-stage .eno-alternativas-premium__capacity span {
    margin-bottom: 8px !important;
    color: rgba(51,51,51,.38) !important;
    font-size: 9.5px !important;
    letter-spacing: .17em !important;
}

.eno-produto-options-stage .eno-alternativas-premium__capacity strong {
    min-height: 40px !important;
    padding: 0 15px !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    border: 1px solid rgba(51,51,51,.075) !important;
    box-shadow: 0 12px 26px rgba(51,51,51,.06) !important;
    color: var(--eno-stage-dark) !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

.eno-produto-options-stage .eno-alternativas-premium__btn {
    min-height: 50px !important;
    margin-top: 22px !important;
    padding: 0 11px 0 20px !important;
    border-radius: 999px !important;
    font-size: 10.5px !important;
    letter-spacing: .065em !important;
    box-shadow: 0 18px 36px rgba(204,0,51,.25) !important;
}

.eno-produto-options-stage .eno-alternativas-premium__btn span {
    width: 31px !important;
    height: 31px !important;
    font-size: 16px !important;
}

@media (max-width: 1180px) {
    .eno-produto-options-stage .eno-alternativas-premium {
        width: min(780px, 100%) !important;
    }

    .eno-produto-options-stage .eno-alternativas-premium__grid {
        grid-template-columns: repeat(2, minmax(280px, 360px)) !important;
    }
}

@media (max-width: 767px) {
    .eno-produto-options-stage .eno-alternativas-premium {
        width: min(390px, 100%) !important;
    }

    .eno-produto-options-stage .eno-alternativas-premium__grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .eno-produto-options-stage .eno-alternativas-premium__card {
        border-radius: 28px !important;
    }

    .eno-produto-options-stage .eno-alternativas-premium__image {
        height: 260px !important;
    }

    .eno-produto-options-stage .eno-alternativas-premium__body {
        min-height: auto !important;
        padding: 24px 22px !important;
    }

    .eno-produto-options-stage .eno-alternativas-premium__body h3 {
        max-width: 100% !important;
        font-size: clamp(28px, 9vw, 34px) !important;
    }
}


/* =========================================================
   V16 — imagens das alternativas a ocupar todo o quadrado/topo
========================================================= */
.eno-produto-premium-full .eno-alternativas-premium__grid,
.eno-alternativas-premium__grid {
    grid-template-columns: repeat(3, minmax(0, 360px));
    justify-content: center;
}

.eno-produto-premium-full .eno-alternativas-premium__image,
.eno-alternativas-premium__image {
    aspect-ratio: 1 / .82;
    height: auto !important;
    padding: 0 !important;
    background: #ffffff !important;
    overflow: hidden;
}

.eno-produto-premium-full .eno-alternativas-premium__image img,
.eno-alternativas-premium__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    filter: none !important;
}

.eno-produto-premium-full .eno-alternativas-premium__body,
.eno-alternativas-premium__body {
    padding: clamp(22px, 2.2vw, 30px) !important;
}

@media (max-width: 1180px) {
    .eno-produto-premium-full .eno-alternativas-premium__grid,
    .eno-alternativas-premium__grid {
        grid-template-columns: repeat(2, minmax(0, 360px));
    }
}

@media (max-width: 767px) {
    .eno-produto-premium-full .eno-alternativas-premium__grid,
    .eno-alternativas-premium__grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* =========================================================
   V17 — correção certa: imagens das cards a ocupar o bloco
   Esta regra vem depois da V15/V16 e atinge o palco real.
========================================================= */
.eno-produto-options-stage .eno-alternativas-premium__image {
    height: 300px !important;
    aspect-ratio: auto !important;
    padding: 0 !important;
    background: #ffffff !important;
    border-bottom: 1px solid rgba(51,51,51,.045) !important;
    overflow: hidden !important;
    display: block !important;
}

.eno-produto-options-stage .eno-alternativas-premium__image img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
    filter: none !important;
    transform: none !important;
}

.eno-produto-options-stage .eno-alternativas-premium__card {
    max-width: 360px !important;
}

.eno-produto-options-stage .eno-alternativas-premium__body {
    min-height: 240px !important;
    padding: 26px 28px 28px !important;
}

.eno-produto-options-stage .eno-alternativas-premium__body h3 {
    font-size: clamp(27px, 2vw, 34px) !important;
}

@media (max-width: 767px) {
    .eno-produto-options-stage .eno-alternativas-premium__image {
        height: 270px !important;
    }

    .eno-produto-options-stage .eno-alternativas-premium__card {
        max-width: 100% !important;
    }
}

/* V21 — Botão PDF */
.eno-produto-topline__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.eno-produto-topline__actions a.eno-produto-topline__pdf {
    background: #ffffff;
    color: rgba(51,51,51,.82) !important;
    border: 1px solid rgba(51,51,51,.12);
    box-shadow: 0 14px 28px rgba(51,51,51,.08);
}

.eno-produto-topline__actions a.eno-produto-topline__pdf span {
    background: rgba(204,0,51,.09);
    color: #cc0033;
}

.eno-produto-topline__technical-head {
    align-items: flex-start;
}

.eno-produto-topline__technical-pdf {
    display: inline-flex;
    width: fit-content;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(204,0,51,.08);
    color: #cc0033 !important;
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.eno-produto-ficha__btn--pdf {
    margin-left: 10px;
    background: #ffffff !important;
    color: #333333 !important;
    border: 1px solid rgba(51,51,51,.12) !important;
}

@media (max-width: 767px) {
    .eno-produto-topline__actions a {
        width: 100%;
        justify-content: space-between;
    }
    .eno-produto-ficha__btn--pdf {
        margin-left: 0;
        margin-top: 10px;
    }
}


/* Galeria complementar do produto — V2.7 */
.eno-produto-topline__visual {
    flex-direction: column;
    gap: 14px;
}

.eno-produto-topline__gallery {
    width: min(520px, 100%);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.eno-produto-topline__gallery a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 82px;
    padding: 8px;
    border-radius: 18px;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(51,51,51,.08);
    box-shadow: 0 16px 38px rgba(51,51,51,.12);
    overflow: hidden;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.eno-produto-topline__gallery a:hover {
    transform: translateY(-3px);
    border-color: rgba(204,0,51,.22);
    box-shadow: 0 22px 48px rgba(51,51,51,.17);
}

.eno-produto-topline__gallery img {
    width: 100%;
    height: 100%;
    max-height: 74px;
    object-fit: contain;
    object-position: center;
    display: block;
}

.eno-produto-ficha__media {
    position: relative;
}

.eno-produto-ficha__gallery {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    z-index: 4;
}

.eno-produto-ficha__gallery span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 6px;
    border-radius: 14px;
    background: rgba(255,255,255,.95);
    border: 1px solid rgba(51,51,51,.08);
    box-shadow: 0 10px 24px rgba(51,51,51,.12);
    overflow: hidden;
}

.eno-produto-ficha__gallery img {
    width: 100%;
    height: 100%;
    max-height: 54px;
    object-fit: contain;
    object-position: center;
    display: block;
}

@media (max-width: 767px) {
    .eno-produto-topline__gallery {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
    }

    .eno-produto-topline__gallery a {
        min-height: 66px;
        border-radius: 14px;
        padding: 6px;
    }

    .eno-produto-topline__gallery img {
        max-height: 58px;
    }

    .eno-produto-ficha__gallery {
        position: static;
        margin-top: 12px;
    }
}

/* V2.8 — PDF individual nas opções relacionadas */
.eno-alternativas-premium__actions {
    margin-top: 20px;
    display: grid;
    gap: 10px;
}

.eno-alternativas-premium__actions .eno-alternativas-premium__btn {
    margin-top: 0 !important;
}

.eno-alternativas-premium__pdf {
    width: 100%;
    min-height: 48px;
    padding: 0 10px 0 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    text-decoration: none !important;
    background: #ffffff;
    color: #333333 !important;
    border: 1px solid rgba(204,0,51,.14);
    box-shadow: 0 14px 30px rgba(51,51,51,.06);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .01em;
    text-transform: none;
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, color .24s ease;
}

.eno-alternativas-premium__pdf span {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(204,0,51,.08);
    color: #cc0033;
    font-size: 16px;
    flex: 0 0 auto;
}

.eno-alternativas-premium__pdf:hover {
    transform: translateY(-2px);
    border-color: rgba(204,0,51,.28);
    color: #cc0033 !important;
    box-shadow: 0 20px 42px rgba(51,51,51,.10);
}
