/**
 * Single Product Logotipo — CSS rest (below-the-fold)
 *
 * Carga: deferred via <link rel="preload"> + media=print onload swap.
 * Aplica a beneficios, form wrapper, cross-sell, CTA final.
 *
 * Reusa clases de homepage.css: .steps, .reviews, .greviews, .faq, .divider, .grev, .rcard.
 *
 * @since 2026-04-29
 */

/* ── Backgrounds de secciones ──────────────────────────────────────────────── */
body.single-product-cartel .lpl-section--steps {
    background: var(--lpl-bg-light);
    padding: clamp(3rem, 6vw, 5rem) 0;
}
body.single-product-cartel .lpl-section--benefits-dark {
    background: var(--lpl-bg-dark);
    color: var(--lpl-text-inv);
    padding: clamp(3rem, 6vw, 5rem) 0;
}
body.single-product-cartel .lpl-section--form {
    background: var(--lpl-bg-yellow);
    color: var(--lpl-text);
    padding: clamp(3rem, 6vw, 5rem) 0;
}
body.single-product-cartel .lpl-section--reviews-dark {
    background: var(--lpl-bg-dark);
    color: var(--lpl-text-inv);
    padding: clamp(3rem, 6vw, 5rem) 0;
}
body.single-product-cartel .lpl-section--xsell {
    background: var(--lpl-bg-light);
    padding: clamp(3rem, 6vw, 5rem) 0;
}
body.single-product-cartel .lpl-section--faq {
    background: var(--lpl-bg-soft);
    padding: clamp(3rem, 6vw, 5rem) 0;
}
body.single-product-cartel .lpl-section--cta-final {
    background: var(--lpl-bg-yellow);
    color: var(--lpl-text);
    padding: clamp(3rem, 6vw, 5rem) 0;
    text-align: center;
}

/* ── Section heads ─────────────────────────────────────────────────────────── */
body.single-product-cartel .lpl-shead {
    text-align: center;
    margin: 0 auto clamp(2rem, 4vw, 3rem);
    max-width: 720px;
}
body.single-product-cartel .lpl-h2 {
    font-size: clamp(1.6rem, 3.2vw, 2.4rem);
    line-height: 1.15;
    margin: 0 0 .8rem;
}
body.single-product-cartel .lpl-h2--dark { color: var(--lpl-text); }

/* ── BENEFICIOS ────────────────────────────────────────────────────────────── */
body.single-product-cartel .lpl-benefits__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}
body.single-product-cartel .lpl-benefit {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    padding: 1.6rem 1.4rem;
    transition: background .2s, border-color .2s, transform .15s;
}
body.single-product-cartel .lpl-benefit:hover {
    background: rgba(255,255,255,.07);
    border-color: rgba(255,237,0,.25);
    transform: translateY(-2px);
}
body.single-product-cartel .lpl-benefit__icon {
    width: 48px;
    height: 48px;
    background: var(--lpl-yellow);
    color: var(--lpl-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
body.single-product-cartel .lpl-benefit__icon svg {
    width: 26px;
    height: 26px;
}
body.single-product-cartel .lpl-benefit__title {
    font-size: 1.15rem;
    margin: 0 0 .5rem;
    color: var(--lpl-text-inv);
}
body.single-product-cartel .lpl-benefit__desc {
    font-size: .92rem;
    color: rgba(255,255,255,.78);
    margin: 0;
    line-height: 1.5;
}

/* ── FORM WRAPPER amarillo ─────────────────────────────────────────────────── */
body.single-product-cartel .lpl-formwrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: start;
}
@media (min-width: 980px) {
    body.single-product-cartel .lpl-formwrap {
        grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
        gap: 3rem;
    }
}
body.single-product-cartel .lpl-formwrap__head {
    align-self: center;
}
body.single-product-cartel .lpl-formwrap__sub {
    font-size: 1.05rem;
    color: rgba(0,0,0,.78);
    max-width: 50ch;
    margin: 0;
}
body.single-product-cartel .lpl-formwrap__form {
    background: var(--lpl-bg-light);
    padding: 2rem;
    box-shadow: var(--lpl-shadow);
    /* min-height para reservar espacio del form (CLS guard) */
    min-height: 720px;
}

/* ── lead-form overrides scoped a .lead-form--logotipo ─────────────────────── */
body.single-product-cartel .lead-form--logotipo:not(.lead-form--multistep) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1.2rem;
}
body.single-product-cartel .lead-form--logotipo.lead-form--multistep {
    display: grid;
    grid-template-columns: 1fr;
    gap: .85rem;
}
body.single-product-cartel .lead-form--logotipo .lead-form__row {
    display: flex;
    flex-direction: column;
}
body.single-product-cartel .lead-form--logotipo .lead-form__row--full {
    grid-column: 1 / -1;
}
body.single-product-cartel .lead-form--logotipo .lead-form__hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
body.single-product-cartel .lead-form--logotipo .lead-form__label {
    font-size: .85rem;
    font-weight: 700;
    color: var(--lpl-text);
    margin-bottom: .35rem;
    font-family: var(--lpl-font-h);
}
body.single-product-cartel .lead-form--logotipo .lead-form__input,
body.single-product-cartel .lead-form--logotipo .lead-form__textarea,
body.single-product-cartel .lead-form--logotipo .lead-form__file {
    border: 1.5px solid rgba(0,0,0,.18);
    background: #fff;
    padding: .75rem .85rem;
    font-family: var(--lpl-font-b);
    font-size: 1rem;
    color: var(--lpl-text);
    border-radius: 0;
    transition: border-color .15s, box-shadow .15s;
    min-height: 46px;
    width: 100%;
}
body.single-product-cartel .lead-form--logotipo .lead-form__input:focus,
body.single-product-cartel .lead-form--logotipo .lead-form__textarea:focus,
body.single-product-cartel .lead-form--logotipo .lead-form__file:focus {
    outline: none;
    border-color: var(--lpl-text);
    box-shadow: 0 0 0 3px rgba(255,237,0,.6);
}
body.single-product-cartel .lead-form--logotipo .lead-form__textarea {
    resize: vertical;
    min-height: 100px;
}
body.single-product-cartel .lead-form--logotipo .lead-form__file {
    padding: .55rem;
    background: #fafafa;
}
body.single-product-cartel .lead-form--logotipo .lead-form__row--consent {
    margin-top: .25rem;
}
body.single-product-cartel .lead-form--logotipo .lead-form__consent {
    display: flex;
    gap: .6rem;
    align-items: flex-start;
    font-size: .88rem;
    color: rgba(0,0,0,.78);
    line-height: 1.45;
    cursor: pointer;
}
body.single-product-cartel .lead-form--logotipo .lead-form__consent input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: var(--lpl-text);
}
body.single-product-cartel .lead-form--logotipo .lead-form__consent a {
    color: var(--lpl-text);
    text-decoration: underline;
    font-weight: 700;
}
body.single-product-cartel .lead-form--logotipo .lead-form__row--submit {
    margin-top: .75rem;
}
body.single-product-cartel .lead-form--logotipo .lead-form__submit {
    width: 100%;
    background: var(--lpl-text);
    color: var(--lpl-yellow);
    border: none;
    padding: 1.05rem 1.4rem;
    font-family: var(--lpl-font-h);
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    border-radius: 0;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    transition: background .15s, transform .1s;
}
body.single-product-cartel .lead-form--logotipo .lead-form__submit:hover {
    background: #2a2a2a;
}
body.single-product-cartel .lead-form--logotipo .lead-form__submit:disabled {
    opacity: .65;
    cursor: not-allowed;
}
body.single-product-cartel .lead-form--logotipo .lead-form__spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255,237,0,.4);
    border-top-color: var(--lpl-yellow);
    border-radius: 50%;
    animation: lpl-spin .8s linear infinite;
    display: none;
}
body.single-product-cartel .lead-form--logotipo[aria-busy="true"] .lead-form__spinner {
    display: inline-block;
}
@keyframes lpl-spin { to { transform: rotate(360deg); } }
body.single-product-cartel .lead-form--logotipo .lead-form__feedback {
    grid-column: 1 / -1;
    min-height: 1.4em;
    font-size: .95rem;
    margin-top: .5rem;
}
body.single-product-cartel .lead-form--logotipo .lead-form__feedback[data-state="success"] {
    color: #14613d;
    font-weight: 700;
}
body.single-product-cartel .lead-form--logotipo .lead-form__feedback[data-state="error"] {
    color: #b3001b;
    font-weight: 700;
}

@media (max-width: 640px) {
    body.single-product-cartel .lead-form--logotipo {
        grid-template-columns: 1fr;
    }
    body.single-product-cartel .lpl-formwrap__form {
        padding: 1.5rem;
        min-height: 760px;
    }
}

/* ── CROSS-SELL ────────────────────────────────────────────────────────────── */
body.single-product-cartel .lpl-xsell {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}
@media (min-width: 900px) {
    body.single-product-cartel .lpl-xsell {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 3rem;
    }
}
body.single-product-cartel .lpl-xsell__copy p {
    color: rgba(0,0,0,.75);
    font-size: 1.05rem;
    max-width: 50ch;
    margin: 0 0 1.4rem;
}
body.single-product-cartel .lpl-xsell__visual {
    aspect-ratio: 5 / 4;
    overflow: hidden;
    background: var(--lpl-bg-soft);
    min-height: 240px;
}
body.single-product-cartel .lpl-xsell__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ── CTA FINAL ─────────────────────────────────────────────────────────────── */
body.single-product-cartel .lpl-cta-final {
    max-width: 720px;
    margin-inline: auto;
}
body.single-product-cartel .lpl-cta-final__sub {
    font-size: 1.1rem;
    color: rgba(0,0,0,.78);
    margin: 0 0 1.8rem;
}
body.single-product-cartel .lpl-cta-final__btns {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: center;
}

/* ── DIVIDERS (waves) — Iter-2.7: portados de homepage.css con neon glow correcto ───────── */
/* Background del divider = primer modificador (--ne/--bl/--am). Wave-fill = color destino vía --wf inline. Wave-glow = segundo modificador (--mg/--am) con drop-shadow stack neón. */
body.single-product-cartel .divider {
    position: relative;
    width: 100%;
    line-height: 0;
    z-index: 2;
    pointer-events: none;
}
body.single-product-cartel .divider svg {
    display: block;
    width: 100%;
    height: clamp(20px, 2.2vw, 30px);
}
body.single-product-cartel .divider .wave-fill { fill: var(--wf); }
body.single-product-cartel .divider .wave-glow { fill: none; stroke-width: 2; }
/* Backgrounds del divider — primer modificador */
body.single-product-cartel .divider--ne { background: #161616; }
body.single-product-cartel .divider--bl { background: #FFFFFF; }
body.single-product-cartel .divider--am { background: #FFED00; }
/* Glows del divider — segundo modificador (drop-shadow stack neón idéntico a homepage) */
body.single-product-cartel .divider--mg .wave-glow {
    stroke: #E6007E;
    filter: drop-shadow(0 0 3px rgba(230,0,126,.8))
            drop-shadow(0 0 8px rgba(230,0,126,.5))
            drop-shadow(0 0 20px rgba(230,0,126,.25))
            drop-shadow(0 0 40px rgba(230,0,126,.1));
}
body.single-product-cartel .divider--am .wave-glow {
    stroke: #FFED00;
    filter: drop-shadow(0 0 3px rgba(255,237,0,.8))
            drop-shadow(0 0 8px rgba(255,237,0,.5))
            drop-shadow(0 0 20px rgba(255,237,0,.25))
            drop-shadow(0 0 40px rgba(255,237,0,.1));
}
@media (max-width: 700px) {
    body.single-product-cartel .divider .wave-glow { stroke-width: 1.5; }
}

/* ── STEPS fallback (si homepage.css no estuviera presente) ────────────────── */
body.single-product-cartel .steps__hd {
    text-align: center;
    margin: 0 auto 2.5rem;
    max-width: 720px;
}
body.single-product-cartel .steps__hd h2 {
    font-family: var(--lpl-font-h);
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    margin: 0 0 .6rem;
}
body.single-product-cartel .steps__hd p {
    color: rgba(0,0,0,.7);
}
body.single-product-cartel .steps__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1.6rem;
}
body.single-product-cartel .step {
    background: #fff;
    padding: 1.4rem;
    border: 1px solid rgba(0,0,0,.08);
    text-align: center;
    position: relative;
}
body.single-product-cartel .step__slides {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin-bottom: 1rem;
    background: var(--lpl-bg-soft);
}
body.single-product-cartel .step__slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.single-product-cartel .step__num {
    width: 38px;
    height: 38px;
    background: var(--lpl-yellow);
    color: var(--lpl-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--lpl-font-h);
    font-weight: 700;
    margin: 0 auto .6rem;
}
body.single-product-cartel .step__title {
    font-family: var(--lpl-font-h);
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0 0 .4rem;
}
body.single-product-cartel .step__desc {
    font-size: .9rem;
    color: rgba(0,0,0,.72);
    margin: 0;
}

/* ── FAQ fallback ──────────────────────────────────────────────────────────── */
body.single-product-cartel .faq__hd {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2rem;
}
body.single-product-cartel .faq__hd h2 {
    font-family: var(--lpl-font-h);
    font-size: clamp(1.6rem, 3vw, 2.2rem);
}
body.single-product-cartel .faq__list {
    max-width: 820px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}
body.single-product-cartel .faq__item {
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    padding: 0;
}
body.single-product-cartel .faq__item[open] {
    border-color: rgba(255,237,0,.5);
    box-shadow: 0 4px 18px rgba(0,0,0,.06);
}
body.single-product-cartel .faq__q {
    cursor: pointer;
    padding: 1.05rem 1.2rem;
    font-family: var(--lpl-font-h);
    font-weight: 700;
    font-size: 1.05rem;
    list-style: none;
    position: relative;
    padding-right: 3rem;
    color: var(--lpl-text);
}
body.single-product-cartel .faq__q::-webkit-details-marker { display: none; }
body.single-product-cartel .faq__q::after {
    content: '+';
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.6rem;
    color: var(--lpl-text);
    font-weight: 400;
    transition: transform .2s;
}
body.single-product-cartel .faq__item[open] .faq__q::after {
    content: '−';
}
body.single-product-cartel .faq__a {
    padding: 0 1.2rem 1.2rem;
    color: rgba(0,0,0,.78);
    line-height: 1.6;
}
body.single-product-cartel .faq__a p {
    margin-bottom: .8em;
}
body.single-product-cartel .faq__a ul {
    padding-left: 1.4rem;
    margin: 0 0 .8em;
}
body.single-product-cartel .faq__a li {
    margin-bottom: .35em;
}
body.single-product-cartel .faq__a a {
    color: var(--lpl-text);
    text-decoration: underline;
    font-weight: 700;
}

/* ── REVIEWS LIGHT — heredado 100 % de homepage.css (Iter-36, 2 may 2026) ──
   El bloque .reviews + .greviews + .grev del template usa la clase contenedora
   .lpl-section--reviews-light SOLO para forzar bg blanco + padding (regla en
   línea ~2284). El resto de estilos (cards, fotos, botón Google, grid) viene
   de homepage.css que se enqueue en este template. NO añadir overrides con
   scope body.single-product-cartel aquí: rompen el render (causaban en
   Iter-30/35 el "cuadro negro detrás muy ancho" en cards Google reviews). */

/* ── GALERÍA (post-hero) ───────────────────────────────────────────────────── */
body.single-product-cartel .lpl-section--gallery {
    background: var(--lpl-bg-light);
    padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
body.single-product-cartel .lpl-shead--center {
    text-align: center;
    max-width: 760px;
    margin: 0 auto clamp(1.6rem, 3vw, 2.2rem);
}
body.single-product-cartel .lpl-shead__sub {
    font-size: 1.02rem;
    line-height: 1.55;
    color: rgba(0,0,0,.7);
    margin: .4rem 0 0;
}
body.single-product-cartel .lpl-gallery {
    margin: 0 auto;
    max-width: 1100px;
    aspect-ratio: 4 / 3;
    background: rgba(0,0,0,.04);
    overflow: hidden;
}
@media (min-width: 900px) {
    body.single-product-cartel .lpl-gallery { aspect-ratio: 16 / 9; }
}
body.single-product-cartel .lpl-gallery__hero {
    display: block;
    width: 100%;
    height: 100%;
}
body.single-product-cartel .lpl-gallery__hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
body.single-product-cartel .lpl-gallery__cta {
    text-align: center;
    margin-top: 1.6rem;
}

/* ── FORM-CARD (multistep en hero) — overrides para fondo claro sobre dark ── */
body.single-product-cartel .lead-form--card .lead-form__input,
body.single-product-cartel .lead-form--card .lead-form__textarea,
body.single-product-cartel .lead-form--card .lead-form__select {
    border: 1.5px solid rgba(0,0,0,.18);
    background: #fff;
    padding: .7rem .85rem;
    font-family: var(--lpl-font-b);
    font-size: 1rem;
    color: var(--lpl-text);
    border-radius: 0;
    min-height: 46px;
    transition: border-color .15s, box-shadow .15s;
}
body.single-product-cartel .lead-form--card .lead-form__input:focus,
body.single-product-cartel .lead-form--card .lead-form__textarea:focus,
body.single-product-cartel .lead-form--card .lead-form__select:focus {
    outline: none;
    border-color: var(--lpl-text);
    box-shadow: 0 0 0 3px rgba(255,237,0,.55);
}
body.single-product-cartel .lead-form--card .lead-form__textarea { min-height: 88px; resize: vertical; }
body.single-product-cartel .lead-form--card .lead-form__label {
    font-size: .85rem;
    font-weight: 700;
    font-family: var(--lpl-font-h);
    color: var(--lpl-text);
    margin-bottom: .3rem;
}

/* Dropzone (step 1) */
body.single-product-cartel .lead-form--card .lead-form__dropzone {
    border: 2px dashed rgba(0,0,0,.22);
    background: rgba(0,0,0,.025);
    padding: 1.2rem .9rem;
    min-height: clamp(120px, 14vh, 156px);
    text-align: center;
    cursor: pointer;
    transition: border-color .15s, background .15s, transform .05s;
    color: var(--lpl-text);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .35rem;
}
body.single-product-cartel .lead-form--card .lead-form__dropzone:hover,
body.single-product-cartel .lead-form--card .lead-form__dropzone:focus-within {
    border-color: var(--lpl-yellow);
    background: rgba(255,237,0,.07);
}
body.single-product-cartel .lead-form--card .lead-form__dropzone.is-dragover {
    border-color: var(--lpl-yellow);
    background: rgba(255,237,0,.16);
    transform: scale(.99);
}
body.single-product-cartel .lead-form--card .lead-form__dropzone-icon { color: var(--lpl-text); opacity: .55; line-height: 0; }
body.single-product-cartel .lead-form--card .lead-form__dropzone.is-dragover .lead-form__dropzone-icon { opacity: 1; }
body.single-product-cartel .lead-form--card .lead-form__dropzone-title {
    font-family: var(--lpl-font-h);
    font-weight: 700;
    font-size: .98rem;
}
body.single-product-cartel .lead-form--card .lead-form__dropzone-sub {
    font-size: .78rem;
    color: rgba(0,0,0,.62);
}
body.single-product-cartel .lead-form--card .lead-form__files {
    list-style: none;
    margin: .5rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .4rem;
}
body.single-product-cartel .lead-form--card .lead-form__file-chip {
    display: flex;
    align-items: center;
    gap: .55rem;
    padding: .45rem .65rem;
    background: rgba(0,0,0,.05);
    border: 1px solid rgba(0,0,0,.08);
    font-size: .82rem;
}
body.single-product-cartel .lead-form--card .lead-form__file-chip-name {
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}
body.single-product-cartel .lead-form--card .lead-form__file-chip-size { color: rgba(0,0,0,.55); }
body.single-product-cartel .lead-form--card .lead-form__file-chip-remove {
    width: 26px;
    height: 26px;
    border: 0;
    background: transparent;
    color: var(--lpl-text);
    cursor: pointer;
    line-height: 1;
    border-radius: 50%;
    transition: background .15s;
}
body.single-product-cartel .lead-form--card .lead-form__file-chip-remove:hover { background: rgba(0,0,0,.08); }

/* Progress + step nav */
body.single-product-cartel .lead-form--card .lead-form__header { margin-bottom: .35rem; }
body.single-product-cartel .lead-form--card .lead-form__progress { margin-top: .5rem; }
body.single-product-cartel .lead-form--card .lead-form__progress-bar {
    background: rgba(0,0,0,.08);
    height: 4px;
}
body.single-product-cartel .lead-form--card .lead-form__progress-fill { background: var(--lpl-yellow); }
body.single-product-cartel .lead-form--card .lead-form__row--nav { margin-top: .25rem; gap: .35rem; }
body.single-product-cartel .lead-form--card .lead-form__btn--primary {
    background: var(--lpl-text);
    color: var(--lpl-yellow);
    font-family: var(--lpl-font-h);
    font-weight: 700;
    font-size: 1rem;
    padding: .95rem 1.4rem;
    min-height: 52px;
    border: 0;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .04em;
    transition: background .15s;
}
body.single-product-cartel .lead-form--card .lead-form__btn--primary:hover { background: #2a2a2a; }
body.single-product-cartel .lead-form--card .lead-form__btn--ghost {
    background: transparent;
    color: var(--lpl-text);
    border: 2px solid rgba(0,0,0,.15);
    font-family: var(--lpl-font-h);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: .8rem 1.1rem;
    min-height: 48px;
    cursor: pointer;
    flex: 0 0 auto;
}
body.single-product-cartel .lead-form--card .lead-form__btn--ghost:hover { border-color: var(--lpl-text); }
body.single-product-cartel .lead-form--card .lead-form__nav-hint { font-size: .76rem; color: rgba(0,0,0,.6); margin: 0; text-align: center; }
body.single-product-cartel .lead-form--card .lead-form__microcopy { font-size: .76rem; color: rgba(0,0,0,.62); text-align: center; margin: .3rem 0 0; }

/* Submit (step 2) */
body.single-product-cartel .lead-form--card .lead-form__row--submit {
    display: flex;
    gap: .5rem;
    margin-top: .35rem;
}
body.single-product-cartel .lead-form--card .lead-form__submit {
    background: var(--lpl-text);
    color: var(--lpl-yellow);
    font-family: var(--lpl-font-h);
    font-weight: 700;
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: 1rem 1.4rem;
    min-height: 56px;
    border: 0;
    flex: 1 1 auto;
    cursor: pointer;
    transition: background .15s;
}
body.single-product-cartel .lead-form--card .lead-form__submit:hover { background: #2a2a2a; }

/* Mobile: hero full single column */
@media (max-width: 899px) {
    body.single-product-cartel .lpl-hero__form { min-height: 600px; }
    body.single-product-cartel .lpl-form-card { padding: 1.2rem 1.1rem 1rem; }
}

/* ═══════════════════════════════════════════════════════════════════════
 * PASO 2b → 5c — Bulk CSS para integración Manus completa
 * Añadido: 2026-04-30
 *
 * Secciones nuevas y rediseñadas:
 *   2b. Social Proof Banner (4 stats animadas)
 *   2c. 4 Pasos rediseño (números 01-04 enormes)
 *   3a. Featured Projects (4 cards reales sin precio)
 *   3b. Beneficios 6 cards 3-col Manus
 *   3c. Form redesign (gradient border + pill verde)
 *   4a. Reviews rediseño (Google reviews con iconos sector)
 *   4b. Colors section (imagen + 13 swatches con glow)
 *   5b. CTA Final rediseño (badge online + radial glow + tel link)
 *   5c. Sticky Bar mobile + desktop
 * ═══════════════════════════════════════════════════════════════════════ */

/* ─────────── 2b. SOCIAL PROOF BANNER (Iter-2.8) ─────────── */
/* Layout horizontal: icon a la izquierda, num+label en columna a la derecha. Números pequeños, baja presencia. */
body.single-product-cartel .lpl-section--social-proof {
    background: var(--lpl-bg-dark);
    color: var(--lpl-text-inv);
    padding: clamp(20px, 2.5vw, 36px) 0;
    border-top: 1px solid rgba(255,255,255,.06);
    border-bottom: 1px solid rgba(255,255,255,.06);
}
body.single-product-cartel .lpl-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(14px, 1.6vw, 24px);
}
body.single-product-cartel .lpl-stat {
    /* Iter-2.8 — grid 2-col interno: icono fila completa izquierda, num+label apilados derecha */
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 12px;
    text-align: left;
    padding: 0;
    background: transparent;
    border: none;
    transition: transform .25s ease;
}
body.single-product-cartel .lpl-stat:hover {
    transform: translateY(-1px);
}
body.single-product-cartel .lpl-stat__icon {
    grid-row: 1 / 3;
    grid-column: 1;
    align-self: center;
    width: 44px; height: 44px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.10);
    color: var(--lpl-c, #FFED00);
    flex-shrink: 0;
}
body.single-product-cartel .lpl-stat__icon svg {
    width: 22px; height: 22px;
    filter: drop-shadow(0 0 5px var(--lpl-c, currentColor));
}
body.single-product-cartel .lpl-stat__num {
    grid-column: 2;
    grid-row: 1;
    font-family: var(--lpl-font-h);
    font-weight: 700;
    font-size: clamp(17px, 1.4vw, 20px);
    color: #fff;
    line-height: 1.15;
    margin: 0;
    min-height: 1em;
    letter-spacing: -.005em;
}
body.single-product-cartel .lpl-stat__label {
    grid-column: 2;
    grid-row: 2;
    font-family: var(--lpl-font-b);
    font-weight: 500;
    font-size: clamp(11px, .82vw, 12.5px);
    color: rgba(255,255,255,.55);
    line-height: 1.3;
    margin: 1px 0 0;
}
@media (max-width: 720px) {
    body.single-product-cartel .lpl-stats__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px 12px;
    }
    body.single-product-cartel .lpl-stat__icon { width: 40px; height: 40px; }
    body.single-product-cartel .lpl-stat__icon svg { width: 20px; height: 20px; }
}

/* ─────────── 2c. 4 PASOS NÚMEROS ENORMES ─────────── */
/* Override existing .step__num para hacerlo 01-04 huge background */
body.single-product-cartel .steps__hd { text-align: center; margin-bottom: clamp(40px, 4vw, 64px); }
body.single-product-cartel .steps__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(20px, 2.5vw, 36px);
    position: relative;
}
@media (max-width: 980px) {
    body.single-product-cartel .steps__grid { grid-template-columns: repeat(2, 1fr); }
}
/* Iter-46/47: mobile 2 cols compactos — padding lateral mínimo para aprovechar ancho */
@media (max-width: 540px) {
    body.single-product-cartel .steps__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    body.single-product-cartel .step { padding: 12px 9px 14px; }
    body.single-product-cartel .step__num { font-size: 64px; top: -3px; right: 6px; }
    body.single-product-cartel .step__slides { margin-bottom: 9px; border-radius: 8px; }
    body.single-product-cartel .step__title { font-size: 13.5px; line-height: 1.2; margin-bottom: 4px; }
    body.single-product-cartel .step__desc { font-size: 12px; line-height: 1.45; }
}
body.single-product-cartel .step {
    position: relative;
    /* Iter-45: padding más compacto (especialmente bottom). Aprovechamos el ancho
       reduciendo padding lateral. Card menos alto = menos scroll. */
    padding: clamp(16px, 1.5vw, 22px) clamp(14px, 1.2vw, 20px) clamp(18px, 1.6vw, 24px);
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
    overflow: hidden;
    text-align: center; /* Iter-45: garantiza centrado en todos los nested */
}
body.single-product-cartel .step:hover {
    border-color: rgba(230,0,126,.25);
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0,0,0,.08);
}
body.single-product-cartel .step__num {
    position: absolute;
    top: -8px; right: 12px;
    font-family: var(--lpl-font-h);
    font-weight: 900;
    font-size: clamp(72px, 9vw, 130px);
    color: rgba(230,0,126,.08);
    line-height: 1;
    pointer-events: none;
    z-index: 0;
}
body.single-product-cartel .step__num::before {
    content: "0";
}
body.single-product-cartel .step__slides {
    position: relative;
    z-index: 1;
    aspect-ratio: 4/3;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px; /* Iter-45: reducido de 16 → 12 para compactar vertical */
    background: #f5f5f5;
}
body.single-product-cartel .step__slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
body.single-product-cartel .step__title {
    position: relative; z-index: 1;
    font-family: var(--lpl-font-h);
    font-weight: 700;
    font-size: clamp(17px, 1.3vw, 20px);
    color: var(--lpl-text);
    margin: 0 0 6px; /* Iter-45: 8 → 6 más compacto */
    line-height: 1.2;
    text-align: center;
}
body.single-product-cartel .step__desc {
    position: relative; z-index: 1;
    font-size: clamp(13.5px, 1.05vw, 15.5px); /* Iter-45: ligeramente mayor para legibilidad */
    color: rgba(22,22,22,.78); /* Iter-45: .65 → .78 más contraste */
    line-height: 1.55;
    margin: 0;
    text-align: center;
}
/* Iter-45: las 2 frases clave de cada paso van en <strong> con color de marca y peso 700 */
body.single-product-cartel .step__desc strong {
    color: var(--lpl-text, #161616);
    font-weight: 700;
}

/* ─────────── 3a. FEATURED PROJECTS ─────────── */
body.single-product-cartel .lpl-section--featured {
    background: var(--lpl-bg-dark);
    color: var(--lpl-text-inv);
    padding: clamp(64px, 7vw, 112px) 0;
}
body.single-product-cartel .lpl-featured__hd {
    text-align: center;
    margin-bottom: clamp(40px, 4vw, 64px);
}
body.single-product-cartel .lpl-featured__title {
    font-family: var(--lpl-font-h);
    font-weight: 700;
    font-size: clamp(28px, 3.4vw, 48px);
    color: #fff;
    margin: 0 0 12px;
    line-height: 1.15;
}
body.single-product-cartel .lpl-featured__title em {
    font-style: normal;
    color: var(--lpl-mg-glow);
    text-shadow: 0 0 16px rgba(230,0,126,.45);
}
body.single-product-cartel .lpl-featured__sub {
    font-size: clamp(15px, 1.2vw, 18px);
    color: var(--lpl-text-mute);
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.6;
}
body.single-product-cartel .lpl-featured__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(28px, 2.6vw, 48px); /* Iter-36: más aire entre cards */
    max-width: 1600px;
    margin: 0 auto;
}
@media (max-width: 1023px) {
    body.single-product-cartel .lpl-featured__grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 1140px;
    }
}
/* Iter-46/47: mobile 2 cols con padding lateral mínimo */
@media (max-width: 720px) {
    body.single-product-cartel .lpl-featured__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    body.single-product-cartel .lpl-project-card { border-radius: 12px; }
    body.single-product-cartel .lpl-project-card__body { padding: 11px 9px 12px; }
    body.single-product-cartel .lpl-project-card__brand { font-size: 15px; line-height: 1.2; margin-bottom: 2px; }
    body.single-product-cartel .lpl-project-card__sector { font-size: 10px; margin-bottom: 9px; letter-spacing: .04em; }
    body.single-product-cartel .lpl-project-card__meta { gap: 6px 8px; padding-top: 9px; grid-template-columns: 1fr 1fr; }
    body.single-product-cartel .lpl-project-card__meta-label { font-size: 9px; letter-spacing: .04em; }
    body.single-product-cartel .lpl-project-card__meta-value { font-size: 11px; line-height: 1.3; }
}
@media (min-width: 1024px) {
    body.single-product-cartel .lpl-section--featured .c {
        width: min(1600px, 100% - 2rem);
        max-width: 1600px;
    }
}
body.single-product-cartel .lpl-project-card {
    position: relative;
    background: var(--lpl-bg-card-dark);
    border: 1px solid var(--lpl-border-soft);
    border-radius: 16px;
    overflow: hidden;
    transition: border-color .25s ease, transform .25s ease;
}
body.single-product-cartel .lpl-project-card:hover {
    border-color: rgba(230,0,126,.35);
    transform: translateY(-4px);
}
body.single-product-cartel .lpl-project-card__image {
    aspect-ratio: 5/4; /* Iter-36: card menos alta para reducir alto total del grid */
    overflow: hidden;
    background: #0f0f0f;
    position: relative;
}
body.single-product-cartel .lpl-project-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
body.single-product-cartel .lpl-project-card:hover .lpl-project-card__image img {
    transform: scale(1.04);
}

/* ─────────── Iter-38: cross-fade media stack (Original·Mockup·Real) ───────────
   Card con .lpl-project-card--media tiene 2-3 capas <img> superpuestas con pills
   toggle. La capa active es opacity 1, las demás opacity 0. Cross-fade .35s ease.
   Hover-zoom desactivado en estas cards (no encaja con cambios discretos de capa). */
body.single-product-cartel .lpl-project-card--media .lpl-project-card__media {
    position: relative;
}
body.single-product-cartel .lpl-project-card__layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity .35s ease;
    pointer-events: none;
}
body.single-product-cartel .lpl-project-card__layer.is-active {
    opacity: 1;
}
body.single-product-cartel .lpl-project-card--media:hover .lpl-project-card__layer {
    transform: none; /* sobrescribe hover-zoom heredado */
}
body.single-product-cartel .lpl-project-card__pills {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    gap: 4px;
    padding: 4px;
    background: rgba(15, 15, 15, .72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    z-index: 2;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .35);
}
body.single-product-cartel .lpl-pill {
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 6px 14px;
    font-family: var(--lpl-font-h);
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: rgba(255, 255, 255, .78);
    border-radius: 999px;
    transition: background .2s ease, color .2s ease;
    line-height: 1.1;
    min-height: 28px;
    white-space: nowrap; /* Iter-39: previene wrap en labels largos como "Diseño cliente" / "Neón final" */
    flex-shrink: 0;
}
body.single-product-cartel .lpl-pill:hover {
    color: #fff;
    background: rgba(255, 255, 255, .08);
}
body.single-product-cartel .lpl-pill.is-active {
    background: var(--lpl-yellow, #FFED00);
    color: var(--lpl-text, #161616);
    box-shadow: 0 2px 10px rgba(255, 237, 0, .35);
}
body.single-product-cartel .lpl-pill:focus-visible {
    outline: 2px solid var(--lpl-yellow, #FFED00);
    outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
    body.single-product-cartel .lpl-project-card__layer { transition: none; }
}
/* Iter-47: dual-label spans en pills — full visible desktop, short visible mobile.
   Default: muestra full, oculta short. Mobile invierte. Accesible (no font-size:0). */
body.single-product-cartel .lpl-pill__label--short { display: none; }

/* Iter-46/47: pills cross-fade compactas en mobile + labels cortos */
@media (max-width: 720px) {
    body.single-product-cartel .lpl-pill__label--full { display: none; }
    body.single-product-cartel .lpl-pill__label--short { display: inline; }
    body.single-product-cartel .lpl-pill { padding: 4px 9px; font-size: 10px; min-height: 24px; letter-spacing: .03em; }
    body.single-product-cartel .lpl-project-card__pills { top: 8px; padding: 3px; gap: 2px; max-width: calc(100% - 16px); }
}
@media (max-width: 380px) {
    body.single-product-cartel .lpl-pill { padding: 3px 7px; font-size: 9.5px; min-height: 22px; }
}

/* Iter-47: hint visual ⤢ en esquina (zoom) — invita a click sin texto */
body.single-product-cartel .lpl-project-card__zoom-hint {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 15, 15, .65);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 50%;
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    line-height: 1;
    z-index: 2;
    pointer-events: none; /* el click va al wrapper data-lpl-media */
    opacity: .9;
    transition: opacity .2s ease;
}
body.single-product-cartel .lpl-project-card--media:hover .lpl-project-card__zoom-hint { opacity: 1; background: rgba(15,15,15,.85); }
body.single-product-cartel .lpl-project-card--media { cursor: zoom-in; }
body.single-product-cartel .lpl-project-card--media [data-lpl-pill] { cursor: pointer; }

/* Iter-47: Lightbox <dialog> nativo */
.lpl-lightbox {
    background: transparent;
    border: 0;
    padding: 0;
    max-width: 96vw;
    max-height: 96vh;
    width: auto;
    overflow: visible;
    color: #fff;
}
.lpl-lightbox::backdrop {
    background: rgba(0, 0, 0, .88);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.lpl-lightbox__close-form { margin: 0; }
.lpl-lightbox__close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #161616;
    border: 0;
    cursor: pointer;
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .4);
    transition: transform .2s ease;
    z-index: 2;
}
.lpl-lightbox__close:hover { transform: scale(1.08); }
.lpl-lightbox__img {
    display: block;
    max-width: 96vw;
    max-height: 88vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .6);
}
.lpl-lightbox__caption {
    margin: 12px 0 0;
    font-family: var(--lpl-font-h, sans-serif);
    font-weight: 700;
    font-size: 14px;
    color: rgba(255, 255, 255, .92);
    text-align: center;
    letter-spacing: .03em;
}
@media (max-width: 540px) {
    .lpl-lightbox__close { top: -14px; right: -14px; width: 34px; height: 34px; font-size: 22px; }
    .lpl-lightbox__caption { font-size: 12.5px; }
}

/* Iter-40: pulse 2s en pill activo justo después del auto-teaser (señal "ahora puedes seguir tú") */
@keyframes lpl-pulse-pill {
    0%, 100% { box-shadow: 0 2px 10px rgba(255, 237, 0, .35); }
    50%      { box-shadow: 0 2px 22px rgba(255, 237, 0, .85), 0 0 0 4px rgba(255, 237, 0, .22); }
}
body.single-product-cartel .lpl-project-card.lpl-tease-done .lpl-pill.is-active {
    animation: lpl-pulse-pill 1s ease-in-out 2;
}
@media (prefers-reduced-motion: reduce) {
    body.single-product-cartel .lpl-project-card.lpl-tease-done .lpl-pill.is-active { animation: none; }
}
body.single-product-cartel .lpl-project-card__body {
    padding: clamp(20px, 2vw, 28px);
}
body.single-product-cartel .lpl-project-card__brand {
    font-family: var(--lpl-font-h);
    font-weight: 700;
    font-size: clamp(20px, 1.6vw, 26px);
    color: #fff;
    margin: 0 0 4px;
    line-height: 1.2;
}
body.single-product-cartel .lpl-project-card__sector {
    font-size: 13px;
    font-weight: 600;
    color: var(--lpl-mg-glow);
    text-transform: uppercase;
    letter-spacing: .06em;
    margin: 0 0 16px;
}
body.single-product-cartel .lpl-project-card__meta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 20px;
    padding-top: 16px;
    border-top: 1px solid var(--lpl-border-soft);
}
body.single-product-cartel .lpl-project-card__meta-item {
    font-size: 13px;
    line-height: 1.4;
}
body.single-product-cartel .lpl-project-card__meta-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: rgba(255,255,255,.45);
    margin-bottom: 2px;
}
body.single-product-cartel .lpl-project-card__meta-value {
    color: #fff;
    font-weight: 600;
}

/* ─────────── 3b. BENEFICIOS 6 CARDS 3-COL ─────────── */
body.single-product-cartel .lpl-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(20px, 2vw, 32px);
    max-width: 1140px;
    margin: 0 auto;
}
@media (max-width: 980px) {
    body.single-product-cartel .lpl-benefits__grid { grid-template-columns: repeat(2, 1fr); }
}
/* Iter-46/47: mobile 2 cols con padding lateral mínimo para que el texto no se alargue
   (las cards estrechas hacían wraps de 1-2 palabras por línea). */
@media (max-width: 540px) {
    body.single-product-cartel .lpl-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    body.single-product-cartel .lpl-benefit { padding: 14px 10px 16px; }
    body.single-product-cartel .lpl-benefit__icon { width: 34px; height: 34px; margin-bottom: 8px; }
    body.single-product-cartel .lpl-benefit__title { font-size: 13.5px; line-height: 1.2; margin-bottom: 5px; }
    body.single-product-cartel .lpl-benefit__desc { font-size: 12px; line-height: 1.45; }
}
body.single-product-cartel .lpl-benefit {
    background: var(--lpl-bg-card-dark);
    border: 1px solid var(--lpl-border-soft);
    border-radius: 16px;
    padding: clamp(24px, 2.4vw, 36px);
    transition: border-color .25s ease, transform .25s ease;
}
body.single-product-cartel .lpl-benefit:hover {
    border-color: rgba(255,237,0,.25);
    transform: translateY(-3px);
}
body.single-product-cartel .lpl-benefit__icon {
    width: 48px; height: 48px;
    border-radius: 12px;
    background: rgba(255,237,0,.1);
    color: var(--lpl-yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
body.single-product-cartel .lpl-benefit__icon svg {
    width: 24px; height: 24px;
}
body.single-product-cartel .lpl-benefit__title {
    font-family: var(--lpl-font-h);
    font-weight: 700;
    font-size: clamp(17px, 1.4vw, 21px);
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.25;
}
body.single-product-cartel .lpl-benefit__desc {
    font-size: clamp(14px, 1.05vw, 16px);
    color: var(--lpl-text-mute);
    line-height: 1.6;
    margin: 0;
}

/* ─────────── 3c. FORM REDESIGN — GRADIENT BORDER + PILL ─────────── */
/* Override yellow background — switch a white con radial glow magenta */
body.single-product-cartel .lpl-section--form {
    background: var(--lpl-bg-light);
    color: var(--lpl-text);
    padding: clamp(64px, 7vw, 112px) 0;
    position: relative;
    overflow: hidden;
}
body.single-product-cartel .lpl-section--form::before {
    content: "";
    position: absolute;
    top: -200px; left: 50%;
    transform: translateX(-50%);
    width: 800px; height: 800px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(230,0,126,.06), transparent 65%);
    pointer-events: none;
    z-index: 0;
}
body.single-product-cartel .lpl-formwrap {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
body.single-product-cartel .lpl-formwrap__head {
    text-align: center;
    margin-bottom: clamp(32px, 3.5vw, 48px);
}
body.single-product-cartel .lpl-formwrap__pill {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 18px;
    background: rgba(34,197,94,.08);
    border: 1px solid rgba(34,197,94,.28);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    color: #16a34a;
    margin-bottom: 18px;
}
body.single-product-cartel .lpl-formwrap__pill-dot {
    width: 9px; height: 9px;
    border-radius: 50%;
    background: #16a34a;
    box-shadow: 0 0 0 0 rgba(22,163,74,.55);
    animation: lpl-pulse 1.6s ease-out infinite;
    flex-shrink: 0;
}
body.single-product-cartel .lpl-formwrap__title {
    font-family: var(--lpl-font-h);
    font-weight: 700;
    font-size: clamp(28px, 3.2vw, 44px);
    color: var(--lpl-text);
    margin: 0 0 12px;
    line-height: 1.15;
}
body.single-product-cartel .lpl-formwrap__title em {
    font-style: normal;
    color: var(--lpl-pink);
    text-shadow: 0 0 14px rgba(230,0,126,.18);
}
body.single-product-cartel .lpl-formwrap__sub {
    font-size: clamp(15px, 1.2vw, 18px);
    color: var(--lpl-text-mute-dark);
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Card with gradient border (magenta-yellow-magenta) */
body.single-product-cartel .lpl-formwrap__card {
    background: linear-gradient(135deg, #FF008C, #FFED00, #FF008C);
    padding: 2px;
    border-radius: 24px;
    box-shadow: 0 25px 60px -12px rgba(0,0,0,.18), 0 0 40px rgba(230,0,126,.08);
    margin-top: clamp(24px, 3vw, 40px);
}
body.single-product-cartel .lpl-formwrap__card-inner {
    background: #fff;
    border-radius: 22px;
    padding: clamp(24px, 3.5vw, 40px);
}

/* Form fields enhanced when inside .lead-form--logotipo */
body.single-product-cartel .lead-form--logotipo {
    --lf-border: #e5e7eb;
    --lf-radius: 12px;
    gap: 1.25rem;
}
body.single-product-cartel .lead-form--logotipo .lead-form__label {
    font-size: 14px;
    font-weight: 600;
    color: rgba(22,22,22,.85);
    margin-bottom: 6px;
}
body.single-product-cartel .lead-form--logotipo .lead-form__input,
body.single-product-cartel .lead-form--logotipo .lead-form__textarea,
body.single-product-cartel .lead-form--logotipo .lead-form__select {
    border: 1.5px solid var(--lf-border);
    border-radius: var(--lf-radius);
    padding: 14px 16px;
    font-size: 15px;
    background: #fafafa;
    color: var(--lpl-text);
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
body.single-product-cartel .lead-form--logotipo .lead-form__input:focus,
body.single-product-cartel .lead-form--logotipo .lead-form__textarea:focus,
body.single-product-cartel .lead-form--logotipo .lead-form__select:focus {
    border-color: var(--lpl-pink);
    background: #fff;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(255,0,140,.10);
}
body.single-product-cartel .lead-form--logotipo .lead-form__textarea {
    min-height: 110px;
    resize: vertical;
}
body.single-product-cartel .lead-form--logotipo .lead-form__file {
    display: block;
    border: 2px dashed rgba(230,0,126,.4);
    background: #fdf2f8;
    border-radius: 14px;
    padding: 28px 20px;
    text-align: center;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease;
    font-size: 14px;
    font-weight: 600;
    color: var(--lpl-text);
}
body.single-product-cartel .lead-form--logotipo .lead-form__file:hover {
    background: #fce7f3;
    border-color: rgba(230,0,126,.6);
}
body.single-product-cartel .lead-form--logotipo .lead-form__consent {
    font-size: 13px;
    color: rgba(22,22,22,.65);
    line-height: 1.5;
}
body.single-product-cartel .lead-form--logotipo .lead-form__consent input[type="checkbox"] {
    accent-color: var(--lpl-pink);
    width: 16px;
    height: 16px;
    margin-top: 2px;
}
body.single-product-cartel .lead-form--logotipo .lead-form__row--submit {
    margin-top: 12px;
    grid-column: 1 / -1;
}
body.single-product-cartel .lead-form--logotipo .lead-form__submit {
    background: var(--lpl-yellow);
    color: var(--lpl-text);
    border: 0;
    border-radius: 12px;
    padding: 16px 32px;
    font-family: var(--lpl-font-b);
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    box-shadow: 0 6px 18px rgba(255,237,0,.35);
}
body.single-product-cartel .lead-form--logotipo .lead-form__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(255,237,0,.45);
    background: var(--lpl-yellow);
    filter: none;
}
body.single-product-cartel .lead-form--logotipo .lead-form__submit::after {
    content: "→";
    font-size: 18px;
    transition: transform .2s ease;
}
body.single-product-cartel .lead-form--logotipo .lead-form__submit:hover::after {
    transform: translateX(4px);
}

/* Trust microcopy below form */
body.single-product-cartel .lpl-formwrap__trust {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 24px;
    font-size: 13px;
    color: rgba(22,22,22,.55);
}
body.single-product-cartel .lpl-formwrap__trust-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
body.single-product-cartel .lpl-formwrap__trust-item svg {
    width: 14px; height: 14px;
    color: #16a34a;
}

/* ─────────── 4a. REVIEWS — purgado en Iter-36 (2 may 2026) ───────────
   Bloque "REVIEWS REDISEÑO Manus" eliminado: chocaba con homepage.css y
   producía el "cuadro negro detrás muy ancho" reportado por el usuario.
   Todo el styling del bloque .reviews + .greviews + .grev viene ahora
   100 % de homepage.css (que se enqueue en este template). La única regla
   local que sobrevive es la de bg blanco + padding en línea ~2284
   (.lpl-section--reviews-light). NO añadir aquí overrides scoped a
   body.single-product-cartel: rompen el render. */

/* ─────────── 4b. COLORS SECTION ─────────── */
body.single-product-cartel .lpl-section--colors {
    background: var(--lpl-bg-dark);
    color: var(--lpl-text-inv);
    padding: clamp(64px, 7vw, 112px) 0;
}
body.single-product-cartel .lpl-colors__hd {
    text-align: center;
    margin-bottom: clamp(32px, 3.5vw, 48px);
}
body.single-product-cartel .lpl-colors__label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: var(--lpl-mg-glow);
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 12px;
}
body.single-product-cartel .lpl-colors__title {
    font-family: var(--lpl-font-h);
    font-weight: 700;
    font-size: clamp(28px, 3.4vw, 48px);
    color: #fff;
    margin: 0 0 16px;
    line-height: 1.15;
}
body.single-product-cartel .lpl-colors__sub {
    font-size: clamp(15px, 1.2vw, 18px);
    color: var(--lpl-text-mute);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}
body.single-product-cartel .lpl-colors__reference {
    max-width: 1000px;
    margin: clamp(32px, 4vw, 56px) auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(230,0,126,.15);
}
body.single-product-cartel .lpl-colors__reference img {
    width: 100%;
    height: auto;
    display: block;
}
body.single-product-cartel .lpl-colors__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(14px, 1.4vw, 22px);
    max-width: 900px;
    margin: 0 auto;
}
body.single-product-cartel .lpl-color-swatch {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: default;
    transition: transform .25s ease;
}
body.single-product-cartel .lpl-color-swatch:hover {
    transform: translateY(-3px);
}
body.single-product-cartel .lpl-color-swatch__dot {
    width: clamp(40px, 4vw, 56px);
    height: clamp(40px, 4vw, 56px);
    border-radius: 50%;
    background: var(--lpl-c, #fff);
    box-shadow: 0 0 14px var(--lpl-c, #fff), 0 0 32px var(--lpl-c, #fff);
    border: 2px solid rgba(255,255,255,.15);
    transition: box-shadow .3s ease;
}
body.single-product-cartel .lpl-color-swatch:hover .lpl-color-swatch__dot {
    box-shadow: 0 0 24px var(--lpl-c, #fff), 0 0 56px var(--lpl-c, #fff);
}
body.single-product-cartel .lpl-color-swatch__dot--rgb {
    background: conic-gradient(from 0deg, #ff0080, #ff8000, #ffff00, #80ff00, #00ff80, #0080ff, #8000ff, #ff0080);
    box-shadow: 0 0 14px rgba(255,255,255,.4), 0 0 32px rgba(255,255,255,.2);
}
body.single-product-cartel .lpl-color-swatch__name {
    font-size: 12px;
    font-weight: 600;
    color: var(--lpl-text-mute);
    text-align: center;
    line-height: 1.2;
    max-width: 80px;
}

/* ─────────── 5b. CTA FINAL — Iter-37 (3 may 2026) ─────────────────────
   Restaurado al diseño Iter-30 amarillo coherente con manual de marca.
   Purgado el rediseño "REDISEÑO" dark + radial (líneas previas) que rompía
   visualmente: el divider FAQ→CTA-final tiene --wf:var(--am) (wave amarilla
   apuntando a bg amarillo), pero el bg estaba en var(--lpl-bg-dark),
   produciendo "línea amarilla cortada sobre oscuro" + textos negros sobre
   gradient púrpura ilegibles. Ahora bg amarillo + texto negro + glow magenta
   sutil = patrón coherente con la home y resto del template.
   El bg amarillo + padding lo aporta la regla en línea ~40 (chunk A original).
   El styling de botones --dark / --ghost-dark para esta sección viene de
   "Iter-32 fix" más abajo (mantiene contraste contra amarillo). */
body.single-product-cartel .lpl-cta-final {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 740px;
    margin: 0 auto;
}
body.single-product-cartel .lpl-cta-final .lpl-online-badge {
    margin-bottom: 24px;
}
body.single-product-cartel .lpl-cta-final h2,
body.single-product-cartel .lpl-cta-final .lpl-h2--dark {
    font-family: var(--lpl-font-h);
    font-weight: 700;
    font-size: clamp(30px, 3.6vw, 48px);
    color: var(--lpl-text, #161616);
    margin: 0 0 16px;
    line-height: 1.15;
}
body.single-product-cartel .lpl-cta-final h2 em,
body.single-product-cartel .lpl-cta-final .lpl-h2--dark em {
    font-style: normal;
    color: var(--lpl-mg, #E6007E);
}
body.single-product-cartel .lpl-cta-final__sub {
    font-size: clamp(15px, 1.25vw, 19px);
    color: rgba(22, 22, 22, .82);
    margin: 0 0 32px;
    line-height: 1.6;
}
body.single-product-cartel .lpl-cta-final__btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-bottom: 16px;
}
body.single-product-cartel .lpl-cta-final__phone-line {
    color: rgba(22, 22, 22, .82);
    font-size: 14px;
    margin-top: 14px;
}
body.single-product-cartel .lpl-cta-final__phone {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--lpl-text, #161616);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .2s ease;
}
body.single-product-cartel .lpl-cta-final__phone:hover {
    color: var(--lpl-mg, #E6007E);
}
body.single-product-cartel .lpl-cta-final__phone svg {
    width: 16px; height: 16px;
}

/* CTA Final/Mid (yellow bg) buttons — Iter-32 fix
   Restablece los estilos correctos del critical.css que estaban siendo sobreescritos
   con bg amarillo (invisible sobre amarillo). Los botones --dark y --ghost-dark
   se usan SOLO en CTA Mid + CTA Final (ambos amarillos), por eso necesitan
   contraste oscuro. */
body.single-product-cartel .lpl-section--cta-mid .lpl-btn--dark,
body.single-product-cartel .lpl-section--cta-final .lpl-btn--dark {
    background: var(--lpl-bg-dark, #161616);
    color: var(--lpl-text-inv, #fff);
    border: 2px solid var(--lpl-bg-dark, #161616);
    box-shadow: 0 8px 24px rgba(0,0,0,.18);
}
body.single-product-cartel .lpl-section--cta-mid .lpl-btn--dark:hover,
body.single-product-cartel .lpl-section--cta-final .lpl-btn--dark:hover {
    background: #2a2a2a;
    border-color: #2a2a2a;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(0,0,0,.28);
}
body.single-product-cartel .lpl-section--cta-mid .lpl-btn--ghost-dark,
body.single-product-cartel .lpl-section--cta-final .lpl-btn--ghost-dark {
    background: transparent;
    color: var(--lpl-text, #161616);
    border: 2px solid rgba(0,0,0,.35);
}
body.single-product-cartel .lpl-section--cta-mid .lpl-btn--ghost-dark:hover,
body.single-product-cartel .lpl-section--cta-final .lpl-btn--ghost-dark:hover {
    background: rgba(0,0,0,.08);
    border-color: var(--lpl-text, #161616);
    color: var(--lpl-text, #161616);
}

/* Iter-44b: icono WhatsApp con badge blanco circular para legibilidad sobre amarillo.
   El path del SVG es verde brand #25D366 (declarado inline). El círculo blanco da
   contraste consistente independientemente del color del botón. */
body.single-product-cartel .lpl-btn--wa .lpl-btn-wa-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 50%;
    padding: 2px;
    box-sizing: content-box;
    box-shadow: 0 1px 4px rgba(0,0,0,.12);
}

/* ─────────── 5c. STICKY BAR (mobile + desktop) ─────────── */
body.single-product-cartel .lpl-sticky-bar {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 990;
    background: rgba(22,22,22,.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255,237,0,.25);
    padding: 12px 16px;
    transform: translateY(110%);
    transition: transform .35s cubic-bezier(.16,1,.3,1);
    box-shadow: 0 -8px 32px rgba(0,0,0,.35);
}
body.single-product-cartel .lpl-sticky-bar.is-visible {
    transform: translateY(0);
}
body.single-product-cartel .lpl-sticky-bar__inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
}
body.single-product-cartel .lpl-sticky-bar__cta {
    flex: 1;
    background: var(--lpl-yellow);
    color: var(--lpl-text);
    text-align: center;
    padding: 13px 20px;
    border-radius: 10px;
    font-family: var(--lpl-font-b);
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .2s ease;
    box-shadow: 0 4px 12px rgba(255,237,0,.3);
}
body.single-product-cartel .lpl-sticky-bar__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(255,237,0,.4);
}
body.single-product-cartel .lpl-sticky-bar__wa {
    width: 46px; height: 46px;
    border-radius: 10px;
    background: #25D366;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex-shrink: 0;
    transition: transform .15s ease;
}
body.single-product-cartel .lpl-sticky-bar__wa:hover {
    transform: translateY(-2px);
}
body.single-product-cartel .lpl-sticky-bar__wa svg {
    width: 24px; height: 24px;
    display: block;
    color: #fff;
    fill: #fff;
}
body.single-product-cartel .lpl-sticky-bar__hint {
    font-size: 12px;
    color: rgba(255,255,255,.6);
    line-height: 1.3;
    text-align: right;
    flex-shrink: 0;
}
body.single-product-cartel .lpl-sticky-bar__hint strong {
    color: var(--lpl-yellow);
    font-weight: 700;
    display: block;
}
@media (max-width: 540px) {
    body.single-product-cartel .lpl-sticky-bar__hint { display: none; }
}

/* Body padding when sticky visible (avoid covering footer content) */
body.single-product-cartel.lpl-has-sticky {
    padding-bottom: 76px;
}
@media (max-width: 540px) {
    body.single-product-cartel.lpl-has-sticky {
        padding-bottom: 70px;
    }
}

/* ─────────── ONLINE BADGE EN HERO (centrado en mobile) ─────────── */
@media (max-width: 720px) {
    body.single-product-cartel .lpl-hero__online {
        text-align: center;
    }
    body.single-product-cartel .lpl-cta-final__btns {
        flex-direction: column;
    }
    body.single-product-cartel .lpl-cta-final__btns .lpl-btn {
        width: 100%;
    }
}

/* ─────────── PREFERS-REDUCED-MOTION SAFEGUARDS ─────────── */
@media (prefers-reduced-motion: reduce) {
    body.single-product-cartel .lpl-stat,
    body.single-product-cartel .lpl-benefit,
    body.single-product-cartel .lpl-project-card,
    body.single-product-cartel .step,
    body.single-product-cartel .lpl-color-swatch,
    body.single-product-cartel .lpl-sticky-bar {
        transition: none;
    }
    body.single-product-cartel .lpl-formwrap__pill-dot {
        animation: none;
    }
}

/* ═══════════════════════════════════════════════════════════════════════
 * Iter-2 — Banner CTA simple (sustituye sección #6 del form yellow)
 * 30 Abr 2026 PM
 * ═══════════════════════════════════════════════════════════════════════ */

body.single-product-cartel .lpl-section--cta-mid {
    background: var(--lpl-yellow, #FFED00);
    color: var(--lpl-text, #161616);
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    position: relative;
    overflow: hidden;
}
body.single-product-cartel .lpl-section--cta-mid::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 80% 30%, rgba(230,0,126,.18), transparent 60%);
    pointer-events: none;
}
body.single-product-cartel .lpl-cta-mid {
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
}
body.single-product-cartel .lpl-cta-mid h2 {
    font-family: var(--lpl-font-h);
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    line-height: 1.15;
    margin: 0 0 .8rem;
    color: var(--lpl-text);
    font-weight: 800;
}
body.single-product-cartel .lpl-cta-mid p {
    font-size: clamp(1rem, 1.4vw, 1.15rem);
    line-height: 1.5;
    margin: 0 0 1.6rem;
    color: rgba(22,22,22,.78);
}
body.single-product-cartel .lpl-cta-mid .lpl-btn--dark {
    font-size: 1.05rem;
    padding: 1.1rem 2rem;
}

/* ═══════════════════════════════════════════════════════════════════════
 * Iter-2.1 — Form Hero rediseño completo (estilo rotulo template)
 * 30 Abr 2026 PM — gradient border ya en critical.css, aquí va el contenido
 *   - Stepper visual (dots + barra progreso)
 *   - Dropzone grande pink-50 con icono
 *   - Fields rounded-xl con focus pink
 *   - 2-col grid en desktop para nombre/email/teléfono
 *   - Submit verde lima big
 *   - Step nav buttons
 * ═══════════════════════════════════════════════════════════════════════ */

/* Stepper visual — overrides la barra simple del template-part por dots + label */
body.single-product-cartel .lead-form--hero .lead-form__header {
    margin-bottom: 1.4rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid rgba(0,0,0,.06);
}
body.single-product-cartel .lead-form--hero .lead-form__progress {
    display: flex;
    align-items: center;
    gap: .8rem;
}
body.single-product-cartel .lead-form--hero .lead-form__progress-text {
    flex-shrink: 0;
    font-family: var(--lpl-font-b);
    font-size: .8rem;
    font-weight: 600;
    color: rgba(22,22,22,.55);
}
body.single-product-cartel .lead-form--hero .lead-form__progress-bar {
    flex: 1;
    height: 4px;
    background: rgba(0,0,0,.06);
    border-radius: 999px;
    overflow: hidden;
}
body.single-product-cartel .lead-form--hero .lead-form__progress-fill {
    display: block;
    height: 100%;
    width: 50%; /* paso 1 → 50%, paso 2 → 100% via JS toggling is-step-2 */
    background: linear-gradient(90deg, #FF008C, #FFED00);
    border-radius: 999px;
    transition: width .35s ease;
}
body.single-product-cartel .lead-form--hero.is-step-2 .lead-form__progress-fill { width: 100%; }

/* Step container — gestiona altura mínima evitando saltos */
body.single-product-cartel .lead-form--hero .lead-form__step {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
body.single-product-cartel .lead-form--hero.is-step-1 [data-step="2"],
body.single-product-cartel .lead-form--hero.is-step-2 [data-step="1"] {
    display: none;
}

/* Iter-2.2 — Dropzone XL: padding grande, dashed magenta más visible, .is-dragover muy llamativo */
body.single-product-cartel .lead-form--hero .lead-form__dropzone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    padding: clamp(2rem, 4.5vw, 3.25rem) 1.25rem;
    background: linear-gradient(180deg, #FFF5FA 0%, #FFFAFC 100%);
    border: 2.5px dashed #FFB6D9;
    border-radius: 18px;
    text-align: center;
    cursor: pointer;
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
    min-height: 180px;
    position: relative;
}
body.single-product-cartel .lead-form--hero .lead-form__dropzone:hover,
body.single-product-cartel .lead-form--hero .lead-form__dropzone:focus-within {
    background: #FFEEF6;
    border-color: #FF008C;
    box-shadow: 0 8px 24px rgba(255,0,140,.12);
}
body.single-product-cartel .lead-form--hero .lead-form__dropzone.is-dragover {
    transform: scale(1.015);
    border-color: #FF008C;
    border-style: solid;
    background: #FFE0EE;
    box-shadow: 0 12px 32px rgba(255,0,140,.25), inset 0 0 0 4px rgba(255,0,140,.08);
}
body.single-product-cartel .lead-form--hero .lead-form__dropzone-icon {
    width: 52px;
    height: 52px;
    color: #FF008C;
    line-height: 0;
    display: inline-flex;
    transition: transform .18s ease;
}
body.single-product-cartel .lead-form--hero .lead-form__dropzone.is-dragover .lead-form__dropzone-icon {
    transform: translateY(-4px) scale(1.1);
}
body.single-product-cartel .lead-form--hero .lead-form__dropzone-icon svg {
    width: 100%;
    height: 100%;
}
body.single-product-cartel .lead-form--hero .lead-form__dropzone-title {
    font-family: var(--lpl-font-h);
    font-weight: 700;
    font-size: 1.05rem;
    color: #161616;
    margin: 0;
}
body.single-product-cartel .lead-form--hero .lead-form__dropzone-sub {
    font-size: .82rem;
    color: rgba(22,22,22,.6);
    margin: 0;
}

/* Iter-2.3 — botón CTA dentro del dropzone (amarillo brand) — visible cuando dropzone_btn_label está presente */
body.single-product-cartel .lead-form--hero .lead-form__dropzone-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: .5rem;
    padding: .9rem 1.6rem;
    background: #FFED00;
    color: #161616;
    font-family: var(--lpl-font-h);
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: .02em;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(255,237,0,.35);
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
    pointer-events: none; /* el label padre captura el click */
}
body.single-product-cartel .lead-form--hero .lead-form__dropzone:hover .lead-form__dropzone-btn,
body.single-product-cartel .lead-form--hero .lead-form__dropzone:focus-within .lead-form__dropzone-btn,
body.single-product-cartel .lead-form--hero .lead-form__dropzone.is-dragover .lead-form__dropzone-btn {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(255,237,0,.5);
    background: #FFF200;
}

/* Iter-2.6 — dropzone XL: padding/min-height más compactos para reducir altura del form */
body.single-product-cartel .lead-form--hero .lead-form__dropzone--xl {
    padding: clamp(1.75rem, 4vw, 2.75rem) 1.25rem;
    min-height: 200px;
    gap: .65rem;
}
body.single-product-cartel .lead-form--hero .lead-form__dropzone--xl .lead-form__dropzone-icon {
    width: 52px;
    height: 52px;
}
body.single-product-cartel .lead-form--hero .lead-form__dropzone--xl .lead-form__dropzone-title {
    font-size: 1.05rem;
}

body.single-product-cartel .lead-form--hero .lead-form__file--hidden {
    position: absolute;
    width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
body.single-product-cartel .lead-form--hero .lead-form__files {
    list-style: none;
    margin: .5rem 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
}
body.single-product-cartel .lead-form--hero .lead-form__files li {
    background: rgba(34,197,94,.10);
    color: #15803d;
    border: 1px solid rgba(34,197,94,.24);
    border-radius: 999px;
    padding: .25rem .7rem;
    font-size: .78rem;
}

/* Inputs / textareas / selects — rounded-xl + focus pink */
body.single-product-cartel .lead-form--hero .lead-form__label {
    display: block;
    font-family: var(--lpl-font-b);
    font-weight: 600;
    font-size: .82rem;
    color: #374151;
    margin: 0 0 .35rem;
}
body.single-product-cartel .lead-form--hero .lead-form__label--centered { text-align: center; }
body.single-product-cartel .lead-form--hero .lead-form__input,
body.single-product-cartel .lead-form--hero .lead-form__textarea,
body.single-product-cartel .lead-form--hero .lead-form__select {
    width: 100%;
    padding: .85rem 1rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    color: #161616;
    font-family: var(--lpl-font-b);
    font-size: .92rem;
    line-height: 1.4;
    box-sizing: border-box;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    -webkit-appearance: none;
    appearance: none;
}
body.single-product-cartel .lead-form--hero .lead-form__select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23999' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
}
body.single-product-cartel .lead-form--hero .lead-form__textarea {
    min-height: 100px;
    resize: vertical;
    font-family: var(--lpl-font-b);
}
/* Iter-2.2 — textarea del campo Tamaño es más compacto (rows=2, sin redimensionado) */
body.single-product-cartel .lead-form--hero textarea#lead-form-shell-tamano,
body.single-product-cartel .lead-form--hero textarea[name="tamano"] {
    min-height: 56px;
    resize: vertical;
}
body.single-product-cartel .lead-form--hero .lead-form__input:focus,
body.single-product-cartel .lead-form--hero .lead-form__textarea:focus,
body.single-product-cartel .lead-form--hero .lead-form__select:focus {
    outline: none;
    border-color: #FF008C;
    box-shadow: 0 0 0 3px rgba(255,0,140,.15);
}
body.single-product-cartel .lead-form--hero .lead-form__input::placeholder,
body.single-product-cartel .lead-form--hero .lead-form__textarea::placeholder {
    color: rgba(22,22,22,.40);
}

/* Rows — desktop 2-col en step 2 (nombre/email + telefono full) */
body.single-product-cartel .lead-form--hero .lead-form__row { margin: 0; }
@media (min-width: 600px) {
    body.single-product-cartel .lead-form--hero [data-step="2"] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem 1rem;
    }
    body.single-product-cartel .lead-form--hero [data-step="2"] .lead-form__row--full,
    body.single-product-cartel .lead-form--hero [data-step="2"] .lead-form__row--consent,
    body.single-product-cartel .lead-form--hero [data-step="2"] .lead-form__row--submit {
        grid-column: 1 / -1;
    }
}

/* Step navigation buttons */
body.single-product-cartel .lead-form--hero .lead-form__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .95rem 1.5rem;
    border-radius: 999px;
    border: 0;
    font-family: var(--lpl-font-h);
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
    text-decoration: none;
}
body.single-product-cartel .lead-form--hero .lead-form__btn--primary {
    background: linear-gradient(90deg, #FF008C, #ff3ba0);
    color: #fff;
    width: 100%;
    box-shadow: 0 8px 24px rgba(255,0,140,.30);
}
body.single-product-cartel .lead-form--hero .lead-form__btn--primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 32px rgba(255,0,140,.42);
}
body.single-product-cartel .lead-form--hero .lead-form__btn--primary:disabled {
    background: #d1d5db;
    box-shadow: none;
    cursor: not-allowed;
    opacity: .8;
}
body.single-product-cartel .lead-form--hero .lead-form__btn--ghost {
    background: transparent;
    color: #6b7280;
    border: 1.5px solid #e5e7eb;
}
body.single-product-cartel .lead-form--hero .lead-form__btn--ghost:hover {
    border-color: #9ca3af;
    background: #f9fafb;
}
body.single-product-cartel .lead-form--hero .lead-form__nav-hint {
    text-align: center;
    color: rgba(22,22,22,.45);
    font-size: .78rem;
    margin: .4rem 0 0;
}

/* Submit final (step 2) — verde lima big y prominente */
body.single-product-cartel .lead-form--hero .lead-form__submit {
    width: 100%;
    padding: 1.05rem 1.5rem;
    background: linear-gradient(135deg, #84cc16, #65a30d);
    color: #14532d;
    font-family: var(--lpl-font-h);
    font-weight: 800;
    font-size: 1.02rem;
    line-height: 1;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(132,204,22,.40), 0 0 0 1px rgba(132,204,22,.30) inset;
    transition: transform .15s ease, box-shadow .15s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
}
body.single-product-cartel .lead-form--hero .lead-form__submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 36px rgba(132,204,22,.50), 0 0 0 1px rgba(132,204,22,.40) inset;
}
body.single-product-cartel .lead-form--hero .lead-form__submit:disabled {
    opacity: .6;
    cursor: not-allowed;
    transform: none;
}

/* Spinner */
body.single-product-cartel .lead-form--hero .lead-form__spinner {
    display: none;
    width: 16px; height: 16px;
    border: 2px solid rgba(20,83,45,.3);
    border-top-color: #14532d;
    border-radius: 50%;
    animation: lpl-spin .8s linear infinite;
}
body.single-product-cartel .lead-form--hero[aria-busy="true"] .lead-form__spinner { display: inline-block; }
@keyframes lpl-spin { to { transform: rotate(360deg); } }

/* Consent + microcopy */
body.single-product-cartel .lead-form--hero .lead-form__row--consent {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    margin: .2rem 0 0;
}
body.single-product-cartel .lead-form--hero .lead-form__consent {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    font-size: .78rem;
    color: rgba(22,22,22,.55);
    line-height: 1.4;
    margin: 0;
}
body.single-product-cartel .lead-form--hero .lead-form__consent input[type=checkbox] {
    width: 16px; height: 16px;
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: #FF008C;
}
body.single-product-cartel .lead-form--hero .lead-form__consent a {
    color: #FF008C;
    text-decoration: underline;
}
body.single-product-cartel .lead-form--hero .lead-form__row--submit {
    margin-top: .8rem;
}

/* Trust microcopy bottom */
body.single-product-cartel .lead-form--hero .lead-form__trust-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .8rem 1.2rem;
    margin-top: .8rem;
    padding-top: .8rem;
    border-top: 1px solid rgba(0,0,0,.06);
}
body.single-product-cartel .lead-form--hero .lead-form__trust-item {
    font-size: .76rem;
    color: rgba(22,22,22,.50);
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

/* Feedback area */
body.single-product-cartel .lead-form--hero .lead-form__feedback {
    margin: .8rem 0 0;
    padding: .8rem 1rem;
    border-radius: 12px;
    font-size: .88rem;
    text-align: center;
}
body.single-product-cartel .lead-form--hero .lead-form__feedback[data-state="success"] {
    background: rgba(34,197,94,.10);
    color: #15803d;
    border: 1px solid rgba(34,197,94,.24);
}
body.single-product-cartel .lead-form--hero .lead-form__feedback[data-state="error"] {
    background: rgba(239,68,68,.08);
    color: #b91c1c;
    border: 1px solid rgba(239,68,68,.20);
}

/* Honeypot — hidden but accessible */
body.single-product-cartel .lead-form--hero .lead-form__hp {
    position: absolute;
    width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* Mobile fine-tune */
@media (max-width: 600px) {
    body.single-product-cartel .lpl-form-card__inner {
        padding: 1.2rem 1rem;
    }
    body.single-product-cartel .lead-form--hero .lead-form__dropzone {
        padding: 1.2rem .8rem;
        min-height: 120px;
    }
}

/* ═══════════════════════════════════════════════════════════════════════
 * Iter-30 (1 may 2026) — Section alternation overrides
 *   Estructura final: D·D·L·D·L·Y·L·D·L·D·Y
 *   Flips:
 *     - Benefits:  dark → light (clase --benefits-light)
 *     - Reviews:   dark → light (clase --reviews-light)
 *     - FAQ:       light → dark (clase --faq-dark)
 *   Featured cards CTA wrapper.
 * ═══════════════════════════════════════════════════════════════════════ */

/* Featured CTA wrapper (estaba sin estilo) */
body.single-product-cartel .lpl-featured__cta {
    text-align: center;
    margin-top: clamp(40px, 4vw, 56px);
}

/* ── BENEFITS LIGHT ──────────────────────────────────────────────────── */
body.single-product-cartel .lpl-section--benefits-light {
    background: var(--lpl-bg-light, #fff);
    color: var(--lpl-text, #161616);
    padding: clamp(3rem, 6vw, 5rem) 0;
}
body.single-product-cartel .lpl-section--benefits-light .lpl-h2 {
    color: var(--lpl-text, #161616);
}
body.single-product-cartel .lpl-section--benefits-light .ey {
    color: var(--lpl-mg-glow, #E6007E);
}
body.single-product-cartel .lpl-section--benefits-light .lpl-benefit {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 4px 14px rgba(0, 0, 0, .04);
}
body.single-product-cartel .lpl-section--benefits-light .lpl-benefit:hover {
    border-color: rgba(255, 237, 0, .55);
    box-shadow: 0 8px 24px rgba(255, 237, 0, .18);
}
body.single-product-cartel .lpl-section--benefits-light .lpl-benefit__title {
    color: var(--lpl-text, #161616);
}
body.single-product-cartel .lpl-section--benefits-light .lpl-benefit__desc {
    color: rgba(22, 22, 22, .72);
}
body.single-product-cartel .lpl-section--benefits-light .lpl-benefit__icon {
    background: rgba(230, 0, 126, .08);
    color: var(--lpl-mg-glow, #E6007E);
}

/* ── REVIEWS LIGHT ───────────────────────────────────────────────────── *
 * Iter-33: solo bg + padding. El resto de estilos los aporta homepage.css
 * (.reviews__hd, .reviews__score magenta, .grev cards, etc.) — para que el
 * bloque renderice idéntico al de la homepage. */
body.single-product-cartel .lpl-section--reviews-light {
    background: var(--lpl-bg-light, #fff);
    color: var(--lpl-text, #161616);
    padding: clamp(3rem, 6vw, 5rem) 0;
}

/* ── FAQ DARK ────────────────────────────────────────────────────────── */
body.single-product-cartel .lpl-section--faq-dark {
    background: var(--lpl-bg-dark, #161616);
    color: var(--lpl-text-inv, #fff);
    padding: clamp(3rem, 6vw, 5rem) 0;
}
body.single-product-cartel .lpl-section--faq-dark .faq__hd h2 {
    color: #fff;
}
body.single-product-cartel .lpl-section--faq-dark .faq__hd .ey {
    color: var(--lpl-mg-glow, #E6007E);
}
body.single-product-cartel .lpl-section--faq-dark .faq__item {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
}
body.single-product-cartel .lpl-section--faq-dark .faq__item[open] {
    background: rgba(255, 237, 0, .08);
    border-color: rgba(255, 237, 0, .45);
    box-shadow: 0 4px 18px rgba(255, 237, 0, .08);
}
body.single-product-cartel .lpl-section--faq-dark .faq__q {
    color: #fff;
}
body.single-product-cartel .lpl-section--faq-dark .faq__q::after {
    color: var(--lpl-yellow, #FFED00);
}
body.single-product-cartel .lpl-section--faq-dark .faq__a {
    color: rgba(255, 255, 255, .80);
}
body.single-product-cartel .lpl-section--faq-dark .faq__a a {
    color: var(--lpl-yellow, #FFED00);
}

/* Override homepage.css `.en-preview .faq__a {max-height:0; overflow:hidden}`
   que solo se libera con clase .open (sistema JS homepage). El logotipo usa
   <details> nativo HTML (atributo [open] al toggle), nunca recibe esa clase.
   Sin este override los FAQs siempre quedaban colapsados a 1-2 líneas. */
body.single-product-cartel .faq__a {
    max-height: none;
    overflow: visible;
}

/* Iter-35 (2 may 2026) — Sección "Más información" mid-page (light)
   Posicionada entre Colors (dark) y Cross-sell (light). Sin divider entre
   más-info y cross-sell (ambas light, flujo continuo). Renderiza
   post_excerpt (lead) + post_content (body completo) abierto por defecto. */
body.single-product-cartel .lpl-section--more-info {
    background: #fff;
    color: var(--lpl-text, #161616);
    padding: clamp(48px, 6vw, 88px) 0 clamp(24px, 3vw, 48px);
}
body.single-product-cartel .lpl-section--more-info .lpl-more-info {
    max-width: 1600px; /* Iter-37: ancho completo solicitado por usuario */
    margin: 0 auto;
}

/* Iter-37: ambas descripciones (lead + body) como <details> plegables.
   - Lead abierto por defecto en desktop, cerrado en mobile (mini-script nowprocket).
   - Body cerrado en todo viewport.
   - Ambos comparten la clase .lpl-more-info__details para estilo summary unificado. */
body.single-product-cartel .lpl-more-info__details {
    background: #fafafa;
    border: 1px solid rgba(22,22,22,.08);
    border-radius: 6px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease;
}
body.single-product-cartel .lpl-more-info__details[open] {
    border-color: rgba(230,0,126,.25);
    box-shadow: 0 4px 14px rgba(0,0,0,.04);
}
body.single-product-cartel .lpl-more-info__summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.4rem;
    font-family: var(--lpl-font-h);
    font-weight: 700;
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    color: var(--lpl-text, #161616);
    line-height: 1.3;
    background: #fff;
    transition: background .2s ease;
}
body.single-product-cartel .lpl-more-info__summary::-webkit-details-marker { display: none; }
body.single-product-cartel .lpl-more-info__summary::marker { content: ""; }
body.single-product-cartel .lpl-more-info__summary:hover {
    background: rgba(230,0,126,.04);
}
body.single-product-cartel .lpl-more-info__icon {
    flex-shrink: 0;
    position: relative;
    width: 18px;
    height: 18px;
    transition: transform .25s ease;
}
body.single-product-cartel .lpl-more-info__icon::before,
body.single-product-cartel .lpl-more-info__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--lpl-mg, #E6007E);
    border-radius: 1px;
    transform: translate(-50%, -50%);
}
body.single-product-cartel .lpl-more-info__icon::before {
    width: 14px;
    height: 2px;
}
body.single-product-cartel .lpl-more-info__icon::after {
    width: 2px;
    height: 14px;
    transition: transform .25s ease;
}
body.single-product-cartel .lpl-more-info__details[open] .lpl-more-info__icon::after {
    transform: translate(-50%, -50%) rotate(90deg); /* + → − cuando abierto */
}
body.single-product-cartel .lpl-more-info__lead,
body.single-product-cartel .lpl-more-info__body {
    padding: 0 1.4rem 1.3rem;
}
body.single-product-cartel .lpl-more-info__lead {
    font-size: clamp(1rem, 1.15vw, 1.1rem);
    line-height: 1.65;
    color: rgba(22,22,22,.78);
}
body.single-product-cartel .lpl-more-info__lead p {
    margin: .8rem 0;
}
body.single-product-cartel .lpl-more-info__lead strong {
    color: var(--lpl-text, #161616);
}
body.single-product-cartel .lpl-more-info__body h2,
body.single-product-cartel .lpl-more-info__body h3 {
    color: var(--lpl-text, #161616);
    font-family: var(--lpl-font-h);
    margin: 1.6rem 0 .7rem;
    line-height: 1.25;
    letter-spacing: -.01em;
}
body.single-product-cartel .lpl-more-info__body h2 {
    font-size: clamp(1.4rem, 2vw, 1.75rem);
    margin-top: 0;
}
body.single-product-cartel .lpl-more-info__body h3 {
    font-size: clamp(1.1rem, 1.5vw, 1.25rem);
    color: var(--lpl-mg, #E6007E);
    margin-top: 1.8rem;
}
body.single-product-cartel .lpl-more-info__body p {
    margin: .6rem 0 1rem;
    line-height: 1.7;
    color: rgba(22,22,22,.82);
}
body.single-product-cartel .lpl-more-info__body ul,
body.single-product-cartel .lpl-more-info__body ol {
    padding-left: 1.5rem;
    margin: .5rem 0 1.2rem;
}
body.single-product-cartel .lpl-more-info__body li {
    margin-bottom: .5em;
    line-height: 1.6;
    color: rgba(22,22,22,.82);
}
body.single-product-cartel .lpl-more-info__body strong {
    color: var(--lpl-text, #161616);
}
body.single-product-cartel .lpl-more-info__body a {
    color: var(--lpl-mg, #E6007E);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    font-weight: 600;
}
body.single-product-cartel .lpl-more-info__body a:hover {
    text-decoration-thickness: 2px;
}

/* ═══════════════════════════════════════════════════════════════════════
 * Iter-32 (1 may 2026) — Readability + button cleanup
 *   - .lpl-shead__sub: legible sobre fondos oscuros
 *   - .lpl-cta-final__sub: legible sobre amarillo (CTA Final)
 *   - Botones --primary: hover state pulido
 * ═══════════════════════════════════════════════════════════════════════ */

/* Subtítulos shead sobre fondos oscuros (Featured, Colors, FAQ-dark) */
body.single-product-cartel .lpl-section--featured .lpl-shead__sub,
body.single-product-cartel .lpl-section--colors .lpl-shead__sub,
body.single-product-cartel .lpl-section--faq-dark .lpl-shead__sub {
    color: rgba(255, 255, 255, .82);
}
body.single-product-cartel .lpl-section--featured .lpl-shead .ey,
body.single-product-cartel .lpl-section--colors .lpl-shead .ey,
body.single-product-cartel .lpl-section--faq-dark .lpl-shead .ey {
    color: var(--lpl-yellow, #FFED00);
}

/* Sub copy en CTA Final (yellow bg) — asegurar contraste */
body.single-product-cartel .lpl-section--cta-final .lpl-cta-final__sub {
    color: rgba(22, 22, 22, .82);
}
body.single-product-cartel .lpl-section--cta-final .lpl-cta-final__phone-line {
    color: rgba(22, 22, 22, .82);
}

/* Botón primario (yellow) — Iter-36: forzar texto negro vs herencia Astra/section-dark.
   El usuario reportó "amarillo con letras blancas" en Featured CTA: la sección dark
   ancestor inyectaba color blanco vía cascada. !important cierra la puerta sin
   tocar especificadores ni clases. 4 usos auditados (hero, featured, cross-sell,
   sticky bar): todos sobre fondo dark, todos se benefician de texto negro forzado. */
body.single-product-cartel .lpl-btn--primary {
    background: var(--lpl-yellow) !important;
    color: var(--lpl-text, #161616) !important;
    border-color: var(--lpl-yellow) !important;
    box-shadow: 0 4px 14px rgba(255, 237, 0, .25);
}
body.single-product-cartel .lpl-btn--primary:hover {
    background: #fff35a !important;
    color: var(--lpl-text, #161616) !important;
    border-color: #fff35a !important;
    box-shadow: 0 8px 22px rgba(255, 237, 0, .45);
}

/* Botón ghost (sobre dark, hero) hover */
body.single-product-cartel .lpl-btn--ghost:hover {
    background: rgba(255, 255, 255, .10);
    border-color: rgba(255, 255, 255, .65);
    color: #fff;
}

/* ─────────────────────────────────────────────────────────────────
 * UseCases 6 cards — sección distintiva de cartel (REEMPLAZA "4 pasos")
 *
 * F1 esqueleto: estilos mínimos para que se vea estructurado.
 * Reusa el grid de .steps/.step de homepage.css. Añade tag, icon overlay y
 * ajustes de spacing. F3: iterar visual (hover, micro-interactions).
 * ───────────────────────────────────────────────────────────────── */

body.single-product-cartel .lpl-usecases__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.75rem;
}

body.single-product-cartel .lpl-usecase {
    position: relative;
    display: flex;
    flex-direction: column;
}

body.single-product-cartel .lpl-usecase__media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 12px;
}

body.single-product-cartel .lpl-usecase__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.single-product-cartel .lpl-usecase__icon {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 36px;
    height: 36px;
    padding: 8px;
    background: rgba(255, 237, 0, .92);
    color: #161616;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.single-product-cartel .lpl-usecase__icon svg {
    width: 100%;
    height: 100%;
}

body.single-product-cartel .lpl-usecase__tag {
    margin-top: 1rem;
    margin-bottom: .25rem;
    font-size: 11px;
    letter-spacing: .15em;
    text-transform: uppercase;
    opacity: .7;
}

body.single-product-cartel .lpl-usecase__title {
    font-size: 1.15rem;
    font-weight: 700;
    margin: .25rem 0 .5rem;
}

body.single-product-cartel .lpl-usecase__desc {
    font-size: .95rem;
    line-height: 1.5;
    color: #444;
}

body.single-product-cartel .lpl-usecases__cta {
    text-align: center;
    margin-top: 2.5rem;
}

/* FIX-8 — Featured Showcase en dos paneles: mockup completo + neón instalado */
body.single-product-cartel .lpl-showcase__pair {
    max-width: min(1060px, 100%);
}
body.single-product-cartel .lpl-showcase__panel {
    isolation: isolate;
}
body.single-product-cartel .lpl-showcase__img--mockup {
    padding: clamp(6px, 1vw, 10px);
}
body.single-product-cartel .lpl-showcase__img--final {
    padding: 0;
}
@media (max-width: 520px) {
    body.single-product-cartel .lpl-showcase__pair {
        gap: 7px;
    }
    body.single-product-cartel .lpl-showcase__img--mockup {
        padding: 4px;
    }
}

/* FIX-8 — Featured filmstrip expandido a 6 thumbnails con scroll horizontal mobile, 6 en línea desktop */
body.single-product-cartel .lpl-showcase__strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: clamp(8px, 1vw, 14px);
    margin-top: clamp(20px, 2.5vw, 32px);
}
@media (max-width: 720px) {
    body.single-product-cartel .lpl-showcase__strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }
}
body.single-product-cartel .lpl-showcase__thumb {
    min-height: unset; /* WAPO/ERR-009 */
}
body.single-product-cartel .lpl-showcase__thumb-img {
    aspect-ratio: 16 / 10;
    display: block;
    overflow: hidden;
}
body.single-product-cartel .lpl-showcase__thumb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CRO #24 — compactacion mobile de secciones largas. */
body.single-product-cartel .lpl-usecases__more {
    display: none;
}

body.single-product-cartel .lpl-sticky-bar__copy {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

body.single-product-cartel .lpl-sticky-bar__title {
    font-family: var(--lpl-font-h, Raleway, sans-serif);
    font-size: .98rem;
    font-weight: 700;
    line-height: 1.1;
}

body.single-product-cartel .lpl-sticky-bar__sub {
    color: rgba(255, 255, 255, .68);
    font-size: .8rem;
    line-height: 1.2;
}

body.single-product-cartel .lpl-sticky-bar__actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: .7rem;
}

body.single-product-cartel .lpl-sticky-bar .lpl-btn--sm {
    min-height: 46px;
    padding: .78rem 1.1rem;
    border-radius: 8px;
    white-space: nowrap;
}

@media (max-width: 720px) {
    body.single-product-cartel .lpl-section--usecases-light,
    body.single-product-cartel .lpl-section--benefits-light {
        padding: 2.25rem 0;
    }

    body.single-product-cartel .lpl-usecases__hd {
        margin-bottom: 1.25rem;
    }

    body.single-product-cartel .lpl-usecases__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body.single-product-cartel .lpl-usecase:nth-child(n+4) {
        display: none;
    }

    body.single-product-cartel.lpl-usecases-expanded .lpl-usecase:nth-child(n+4) {
        display: flex;
    }

    body.single-product-cartel .lpl-usecase {
        border-radius: 12px;
    }

    body.single-product-cartel .lpl-usecase__media {
        aspect-ratio: 16 / 9;
    }

    body.single-product-cartel .lpl-usecase__body {
        padding: 1rem;
        gap: .25rem;
    }

    body.single-product-cartel .lpl-usecase__desc {
        font-size: .9rem;
        line-height: 1.45;
    }

    body.single-product-cartel .lpl-usecases__cta {
        display: grid;
        gap: .8rem;
        margin-top: 1.15rem !important;
    }

    body.single-product-cartel .lpl-usecases__more {
        display: inline-flex;
        justify-self: center;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        padding: .75rem 1.1rem;
        border: 1px solid rgba(22, 22, 22, .22);
        border-radius: 8px;
        background: #fff;
        color: #161616;
        font-weight: 700;
        cursor: pointer;
    }

    body.single-product-cartel .lpl-section--usecases-light .lpl-btn--primary {
        border-radius: 8px;
        padding: .85rem 1.15rem;
    }
}

@media (max-width: 540px) {
    body.single-product-cartel .lpl-benefits__grid {
        grid-template-columns: 1fr !important;
        gap: 10px;
        max-width: 420px;
    }

    body.single-product-cartel .lpl-benefit {
        display: grid;
        grid-template-columns: 38px minmax(0, 1fr);
        column-gap: 12px;
        align-items: start;
        padding: 14px 14px 15px;
    }

    body.single-product-cartel .lpl-benefit__icon {
        grid-row: 1 / span 2;
        width: 38px;
        height: 38px;
        margin: 0;
    }

    body.single-product-cartel .lpl-benefit__title {
        font-size: .98rem;
        line-height: 1.2;
        margin: 0 0 .28rem;
    }

    body.single-product-cartel .lpl-benefit__desc {
        font-size: .88rem;
        line-height: 1.42;
    }

    body.single-product-cartel .lpl-sticky-bar {
        padding: 10px 12px;
    }

    body.single-product-cartel .lpl-sticky-bar__inner {
        gap: 10px;
    }

    body.single-product-cartel .lpl-sticky-bar__copy {
        display: none;
    }

    body.single-product-cartel .lpl-sticky-bar__actions {
        width: 100%;
        margin-left: 0;
    }

    body.single-product-cartel .lpl-sticky-bar .lpl-btn--sm {
        flex: 1 1 auto;
        min-width: 0;
        text-align: center;
        padding-inline: .8rem;
    }
}
