.elementor-2660 .elementor-element.elementor-element-47cebc5{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;--gap:20px 0px;--row-gap:20px;--column-gap:0px;--overflow:hidden;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:150px;--padding-left:0px;--padding-right:0px;}.elementor-2660 .elementor-element.elementor-element-47cebc5.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2660 .elementor-element.elementor-element-da9965d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-2660 .elementor-element.elementor-element-47cebc5{--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:150px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-2660 .elementor-element.elementor-element-47cebc5{--width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-2660 .elementor-element.elementor-element-47cebc5{--width:100%;}}@media(max-width:767px){.elementor-2660 .elementor-element.elementor-element-47cebc5{--width:100%;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2660 .elementor-element.elementor-element-da9965d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-da9965d */:root {
        /* ===== Paleta base ACTUALIZADA (alto contraste en blanco) ===== */
        --violet: #F87C7C;
        /* acento 1 (rosa) */
        --violet-dark: #E76464;
        /* rosa más profundo para texto */
        --teal: #6BA7A0;
        /* acento 2 (menta oscura) */
        --teal2: #4C8E86;
        /* apoyo (más oscuro aún) */
        --ink: #111111;
        /* texto principal */
        --muted: rgba(17, 17, 17, .70);
        --bg1: #ffffff;
        --bg2: #ffffff;
        --line: rgba(0, 0, 0, .12);
    }

    /* ===== TIPOGRAFÍA GLOBAL (GFS Didot) ===== */
    body,
    .zenith-strap p,
    .zh-title,
    .zh-marquee,
    .chip,
    .vsl-cue,
    .micro-line,
    .step2-cue,
    .zs-item,
    .zs-kpi,
    .zs-sub,
    .zol-quote,
    .zol-sub {
        font-family: "GFS Didot", serif;
    }

    /* Strap / Marquee */
    .zenith-strap {
        position: sticky;
        top: 0;
        z-index: 40;
        background:
            radial-gradient(1000px 220px at 6% 0%, rgba(248, 124, 124, .18), transparent 55%),
            radial-gradient(900px 220px at 94% 0%, rgba(75, 142, 134, .14), transparent 55%),
            linear-gradient(180deg, rgba(255, 255, 255, .65), rgba(255, 255, 255, .25));
        border-bottom: 1px solid var(--line);
        backdrop-filter: saturate(120%) blur(6px);
    }

    .zenith-strap p {
        margin: 0;
        padding: .5rem clamp(10px, 2.5vw, 18px);
        color: var(--ink);
        font: 700 .92rem/1.25 "GFS Didot", serif;
        text-align: center;
    }

    .zenith-strap .ia {
        background: linear-gradient(90deg, var(--teal2), var(--teal));
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    /* Marquee */
    .zh-marquee,
    .zh-marquee__track,
    .zh-marquee * {
        background: transparent !important;
    }

    .zh-marquee {
        padding: 0;
        margin: .10rem 0 .02rem;
        color: var(--ink);
        overflow: hidden;
        white-space: nowrap;
    }

    .zh-marquee__track {
        display: inline-flex;
        gap: .9rem;
        align-items: center;
        will-change: transform;
        animation: zh-marquee var(--marqueeDur, 20s) linear infinite;
    }

    .zh-marquee .itm {
        font-weight: 800;
        font-size: clamp(.9rem, 2.4vw, 1.04rem);
        text-shadow: 0 1px 10px rgba(0, 0, 0, .12);
    }

    .zh-marquee .dot {
        opacity: .7
    }

    @keyframes zh-marquee {
        to {
            transform: translateX(-33.333%)
        }
    }

    /* Hero */
    #zenith-hero {
        color: var(--ink);
        background:
            radial-gradient(1200px 420px at 8% -10%, rgba(248, 124, 124, .2), transparent 60%),
            radial-gradient(1100px 400px at 92% -12%, rgba(75, 142, 134, .16), transparent 60%),
            linear-gradient(180deg, var(--bg1), var(--bg2) 60%);
        padding: clamp(8px, 2.4vh, 16px) 0 clamp(6px, 1.6vh, 10px);
        isolation: isolate;
    }

    .zh--compact .zh-wrap {
        width: min(1200px, 92%);
        margin: auto
    }

    .zh-title {
        margin: 0;
        font-weight: 900;
        line-height: 1.07;
        font-size: clamp(1.5rem, 4vw, 2.95rem);
        text-wrap: balance;
    }

    .zh-title .zh-neon {
        display: inline-block;
        padding: .02em .06em .06em;
        background: linear-gradient(90deg, var(--violet-dark), var(--teal2));
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        -webkit-text-stroke: .45px rgba(0, 0, 0, .18);
        text-shadow: 0 1px 0 rgba(0, 0, 0, .12);
    }

    .zh-title .zh-strong {
        font-weight: 1000
    }

    /* Centrado */
    .zh--center .zh-title,
    .zh--center .vsl-cue {
        text-align: center
    }

    .zh--center .zh-assure {
        justify-content: center
    }

    /* Verbo + “tu …” */
    .zh-verb {
        --rotor-w: 8ch;
        --wCur: var(--rotor-w);
        display: inline-flex;
        align-items: baseline;
        white-space: nowrap;
    }

    .nb {
        white-space: nowrap;
        margin-left: .18em;
        position: relative;
        z-index: 1;
        transform: translateX(calc(-1 * clamp(0px, (var(--rotor-w) - var(--wCur)), 400px)));
        will-change: transform;
    }

    /* ROTOR */
    .zh-rotor {
        display: inline-block;
        vertical-align: baseline;
        inline-size: var(--rotor-w);
        text-align: left;
        margin: 0;
        background: none;
        border: 0;
    }

    .zh-rotor .w {
        display: inline-block;
        background: linear-gradient(90deg, var(--teal2), var(--violet-dark), var(--teal), var(--violet-dark));
        background-size: 300% 100%;
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
        text-shadow: 0 0 14px rgba(0, 0, 0, .15);
        -webkit-text-stroke: .35px rgba(0, 0, 0, .18);
        transition: opacity .16s ease, transform .16s ease;
        animation: zh-hue 6s linear infinite;
    }

    @keyframes zh-hue {
        0% {
            background-position: 0% 50%
        }

        50% {
            background-position: 100% 50%
        }

        100% {
            background-position: 0% 50%
        }
    }

    .zh-rotor.is-leave .w {
        opacity: 0;
        transform: translateY(30%) rotateX(90deg)
    }

    /* Chips / Paso 1 / VSL */
    .zh-assure {
        margin: .46rem 0 .18rem;
        color: var(--muted);
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
    }

    .chip {
        display: inline-flex;
        align-items: center;
        gap: .4ch;
        padding: .36rem .66rem;
        border-radius: 999px;
        font-weight: 900;
        font-size: clamp(.9rem, 2.5vw, 1.02rem);
    }

    .chip--teal {
        color: #111;
        background: linear-gradient(180deg, rgba(75, 142, 134, .22), rgba(75, 142, 134, .10));
        border: 1px solid rgba(75, 142, 134, .55);
        box-shadow: 0 0 0 1px rgba(75, 142, 134, .16) inset, 0 10px 26px -18px rgba(75, 142, 134, .35);
    }

    /* Paso 1 texto */
    .vsl-cue {
        display: flex;
        align-items: baseline;
        justify-content: center;
        gap: .55rem;
        margin: .50rem auto 0;
        color: var(--ink);
        font-weight: 1000;
        white-space: nowrap;
    }

    .vsl-cue .arr {
        flex: 0 0 auto;
        color: var(--violet-dark);
        filter: drop-shadow(0 0 6px rgba(0, 0, 0, .18));
    }

    /* VSL frame */
    .zv {
        background: linear-gradient(180deg, var(--bg2), #ffffff);
        color: var(--ink);
        padding: clamp(6px, 1vh, 10px) 0 clamp(12px, 1.6vh, 20px);
    }

    .zv-frame {
        width: min(1100px, 96%);
        margin: 0 auto;
        position: relative;
        border-radius: 16px;
    }

    .zv-video {
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        border: 1px solid rgba(0, 0, 0, .15);
        background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .02));
        aspect-ratio: 16/9;
        box-shadow: 0 12px 40px -20px rgba(0, 0, 0, .20);
    }

    .zv-wires {
        position: absolute;
        inset: -12% -6% -10% -6%;
        pointer-events: none;
        z-index: 0;
        background:
            linear-gradient(to right, rgba(248, 124, 124, .18), rgba(248, 124, 124, 0) 30%) left top/50% 2px no-repeat,
            linear-gradient(to bottom, rgba(248, 124, 124, .18), rgba(248, 124, 124, 0) 30%) left top/2px 50% no-repeat,
            linear-gradient(to left, rgba(75, 142, 134, .18), rgba(75, 142, 134, 0) 30%) right bottom/50% no-repeat,
            linear-gradient(to top, rgba(75, 142, 134, .18), rgba(75, 142, 134, 0) 30%) right bottom/2px 50% no-repeat;
    }

    .zv-wires::before,
    .zv-wires::after {
        content: "";
        position: absolute;
        inset: 8% 16%;
        border-radius: 14px;
        z-index: -1;
        border: 1px solid rgba(248, 124, 124, .30);
        transform: rotate(4deg);
        box-shadow: 0 10px 30px -20px rgba(248, 124, 124, .28);
    }

    .zv-wires::after {
        inset: 14% 8%;
        border-color: rgba(75, 142, 134, .30);
        transform: rotate(-4deg);
        box-shadow: 0 10px 30px -20px rgba(75, 142, 134, .28);
    }

    /* ==== MOBILE TUNING ==== */
    @media (max-width: 560px) {
        .zh-assure {
            margin: .38rem 0 .14rem;
            gap: 6px;
            justify-content: center;
        }

        .chip {
            font-weight: 800;
            font-size: clamp(.78rem, 3.4vw, .92rem);
            padding: .28rem .52rem;
            border-radius: 999px;
            background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .02));
            color: var(--ink);
            border: 1px solid rgba(0, 0, 0, .14);
            box-shadow: none;
        }

        .chip--teal {
            background: linear-gradient(180deg, rgba(75, 142, 134, .16), rgba(75, 142, 134, .08));
            border-color: rgba(75, 142, 134, .40);
            color: #111;
            box-shadow: none;
        }
    }

    /* ===== Micro-sub + PASO 2 ===== */
    .zenith-micro {
        width: min(980px, 92%);
        margin: clamp(4px, .7vh, 8px) auto;
    }

    .micro-line {
        margin: 0;
        padding: .42rem .8rem;
        text-align: center;
        text-wrap: balance;
        font-weight: 900;
        font-size: clamp(.92rem, 2.1vw, 1.04rem);
        line-height: 1.25;
        color: var(--ink);
        border: 1px solid rgba(0, 0, 0, .12);
        border-radius: 12px;
        background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .02));
        box-shadow: 0 6px 18px -18px rgba(0, 0, 0, .20);
    }

    .micro-line .em {
        background: linear-gradient(90deg, var(--violet-dark), var(--teal2));
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        -webkit-text-stroke: .35px rgba(0, 0, 0, .16);
        text-shadow: 0 1px 0 rgba(0, 0, 0, .10);
    }

    /* PASO 2 */
    .step2-cue {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .55rem;
        margin: clamp(6px, .8vh, 10px) auto 0;
        color: var(--ink);
        font-weight: 1000;
        white-space: nowrap;
        text-align: center;
    }

    .step2-text {
        font-size: clamp(.95rem, 2.5vw, 1.12rem);
        line-height: 1;
        letter-spacing: .01em;
    }

    .step2-cue a {
        color: var(--ink);
        text-decoration: underline;
        text-underline-offset: 2px;
        font-weight: 1000;
    }

    .arr {
        flex: 0 0 auto;
        color: var(--violet-dark);
        filter: drop-shadow(0 0 6px rgba(0, 0, 0, .18));
    }

    @media (max-width:360px) {
        .step2-text {
            font-size: .92rem
        }
    }

    @media (prefers-reduced-motion:reduce) {
        .step2-cue * {
            animation: none !important;
            transition: none !important;
        }
    }







    /* ==== FIX MOBILE: Paso 1 & Paso 2 (evita overflow y hace wrap) ==== */
    @media (max-width: 640px) {

        .vsl-cue,
        .step2-cue {
            max-width: 100%;
            padding-inline: 12px;
            white-space: normal !important;
            flex-wrap: wrap;
            justify-content: center;
            text-align: center;
            gap: .45rem;
            overflow-wrap: anywhere;
            word-break: break-word;
            text-wrap: balance;
        }

        .step2-text {
            line-height: 1.25;
        }
    }

    :root {
        /* ===== Paleta base ACTUALIZADA (alto contraste en blanco) ===== */
        --violet: #F87C7C;
        /* acento 1 (rosa) */
        --violet-dark: #E76464;
        /* rosa más profundo */
        --teal: #6BA7A0;
        /* acento 2 (menta oscura) */
        --teal2: #4C8E86;
        /* apoyo (más oscuro aún) */
        --ink: #111111;
        /* texto principal */
        --muted: rgba(17, 17, 17, .70);
        --bg1: #ffffff;
        --bg2: #ffffff;
        --line: rgba(0, 0, 0, .12);
    }

    /* ===== Alternativa WhatsApp (adaptado a rosa/menta en fondo blanco) ===== */
    .whatsapp-alt {
        width: min(1100px, 96%);
        margin: 24px auto 32px;
        padding: clamp(18px, 3vw, 24px);
        text-align: center;
        background:
            radial-gradient(circle at 50% -20%, rgba(248, 124, 124, .18), transparent 60%),
            radial-gradient(circle at 50% 120%, rgba(107, 167, 160, .14), transparent 60%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 1));
        border-radius: 14px;
        border: 1px solid var(--line);
        box-shadow:
            0 0 30px -10px rgba(248, 124, 124, .22),
            0 4px 20px rgba(0, 0, 0, .10),
            0 0 0 1px rgba(107, 167, 160, .18) inset;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .whatsapp-alt__text {
        margin: 0 0 18px;
        font-size: clamp(0.95rem, 2vw, 1.05rem);
        line-height: 1.5;
        color: var(--ink);
        font-weight: 600;
        text-shadow: 0 2px 6px rgba(0, 0, 0, .10);
    }

    .whatsapp-alt__text strong {
        display: block;
        margin-top: 4px;
        font-weight: 800;
        color: var(--teal2);
        text-shadow:
            0 0 12px rgba(107, 167, 160, .35),
            0 2px 8px rgba(0, 0, 0, .12);
    }

    /* Botón WhatsApp con gradiente rosa->menta y efecto neon */
    .whatsapp-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 14px 28px;
        font-size: 1.05rem;
        font-weight: 800;
        text-decoration: none;
        color: #ffffff;
        background: linear-gradient(135deg,
                var(--violet) 0%,
                var(--violet-dark) 35%,
                var(--teal) 100%);
        border-radius: 999px;
        border: 1px solid rgba(107, 167, 160, .55);
        box-shadow:
            0 0 25px rgba(107, 167, 160, .35),
            0 0 35px rgba(248, 124, 124, .25),
            0 6px 24px rgba(0, 0, 0, .18),
            0 1px 0 rgba(255, 255, 255, .3) inset;
        transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
        position: relative;
        overflow: hidden;
        text-shadow: 0 2px 6px rgba(0, 0, 0, .25);
    }

    .whatsapp-btn::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg,
                rgba(248, 124, 124, .90) 0%,
                rgba(231, 100, 100, .90) 35%,
                rgba(107, 167, 160, .90) 100%);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .whatsapp-btn:hover::before {
        opacity: 1;
    }

    .whatsapp-btn:hover {
        transform: translateY(-3px) scale(1.02);
        box-shadow:
            0 0 35px rgba(107, 167, 160, .45),
            0 0 45px rgba(248, 124, 124, .35),
            0 10px 36px rgba(0, 0, 0, .22),
            0 2px 0 rgba(255, 255, 255, .4) inset;
        border-color: rgba(107, 167, 160, .75);
    }

    .whatsapp-btn:active {
        transform: translateY(-1px) scale(0.98);
    }

    .whatsapp-btn__icon {
        width: 24px;
        height: 24px;
        position: relative;
        z-index: 1;
        filter: brightness(0) invert(1);
        drop-shadow: 0 2px 4px rgba(0, 0, 0, .25);
    }

    .whatsapp-btn__text {
        position: relative;
        z-index: 1;
    }

    @media (max-width: 560px) {
        .whatsapp-alt {
            margin: 20px auto 24px;
            padding: 16px;
        }

        .whatsapp-btn {
            padding: 12px 22px;
            font-size: 0.98rem;
            gap: 8px;
        }

        .whatsapp-btn__icon {
            width: 22px;
            height: 22px;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .whatsapp-btn {
            transition: none;
        }

        .whatsapp-btn:hover {
            transform: none;
        }

        .whatsapp-btn::before {
            transition: none;
        }
    }






    /* ================= KPIs ================= */
    :root {
        --brand-primary: #E76464;
        /* rosa más profundo para texto */
        --brand-accent: #4C8E86;
        /* menta oscuro para contraste */
        --text: #111111;
        --muted: #5a5a5a;
        --muted-2: #7a7a7a;
        --radius: 20px;
    }

    #theo-stats.zs,
    #theo-stats.zs * {
        box-sizing: border-box;
    }

    #theo-stats.zs {
        position: relative;
        color: var(--text);
        padding: clamp(18px, 3.6vw, 32px) 0;
        background: transparent;
        isolation: isolate;
        max-width: 100dvw;
        overflow-x: clip;
    }

    .zs-wrap {
        width: min(1200px, 94%);
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: clamp(12px, 2.6vw, 22px);
        padding-inline: clamp(12px, 3.6vw, 24px);
    }

    @media (min-width: 740px) {
        .zs-wrap {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (min-width: 1120px) {
        .zs-wrap {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    .zs-item {
        position: relative;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: .55rem;
        padding: clamp(16px, 2.6vw, 26px);
        border-radius: var(--radius);
        width: 100%;
        min-width: 0;
        background:
            radial-gradient(130% 120% at 50% -10%, rgba(231, 100, 100, .10), transparent 60%),
            radial-gradient(120% 140% at 50% 110%, rgba(76, 142, 134, .10), transparent 65%),
            linear-gradient(180deg, #ffffff, #ffffff);
        backdrop-filter: saturate(120%) blur(6px);
        box-shadow: inset 0 0 40px rgba(0, 0, 0, .03), 0 10px 28px rgba(0, 0, 0, .12);
        outline: 1px solid rgba(0, 0, 0, .08);
    }

    .zs-item::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        padding: 1.25px;
        background: conic-gradient(from 210deg, rgba(231, 100, 100, .80), rgba(76, 142, 134, .75), rgba(231, 100, 100, .80));
        -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
        opacity: .98;
    }

    .zs-item::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        pointer-events: none;
        background: radial-gradient(220px 60px at 50% 0%, rgba(0, 0, 0, .07), transparent 70%), radial-gradient(220px 60px at 50% 100%, rgba(0, 0, 0, .06), transparent 70%);
    }

    .zs-kpi {
        display: inline-block;
        font-family: "GFS Didot", serif;
        font-size: clamp(1.85rem, 4.8vw, 2.9rem);
        font-weight: 800;
        line-height: 1.05;
        letter-spacing: .2px;
        background: linear-gradient(92deg, var(--brand-primary) 0%, var(--brand-primary) 55%, var(--brand-accent) 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        -webkit-text-stroke: .45px rgba(0, 0, 0, .18);
        text-shadow: 0 1px 0 rgba(0, 0, 0, .10);
        white-space: nowrap;
        max-width: 100%;
        min-width: 0;
    }

    @media (min-width: 740px) and (max-width: 1120px) {
        .zs-item {
            padding: clamp(16px, 2.2vw, 24px);
        }

        .zs-kpi {
            font-size: clamp(1.8rem, 3.8vw, 2.45rem);
            letter-spacing: .15px;
        }
    }

    .zs-sub {
        margin: .1rem 0 0;
        font-family: "GFS Didot", serif;
        font-weight: 500;
        color: var(--muted);
        font-size: clamp(1rem, 2.1vw, 1.16rem);
        line-height: 1.38;
        text-shadow: 0 1px 0 rgba(0, 0, 0, .08);
        text-wrap: balance;
        max-width: 60ch;
    }

    @media (max-width: 480px) {
        .zs-kpi {
            font-size: clamp(1.7rem, 7.2vw, 2.3rem);
        }

        .zs-sub {
            font-size: clamp(.98rem, 3.5vw, 1.08rem);
            max-width: 100%;
        }
    }

    @media (max-width: 360px) {
        .zs-kpi {
            font-size: clamp(1.55rem, 7vw, 1.95rem);
        }

        .zs-item {
            padding: clamp(12px, 4vw, 16px);
        }
    }

    @media (prefers-reduced-motion: reduce) {

        .zs-item,
        .zs-kpi {
            transition: none;
            text-shadow: none;
        }
    }

    @media (min-width: 740px) and (max-width: 1120px) {
        .zs-wrap {
            --zs-gap: clamp(12px, 2.6vw, 22px);
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: var(--zs-gap);
        }

        .zs-wrap>.zs-item:last-child:nth-child(odd) {
            grid-column: 1 / -1;
            justify-self: center;
            width: calc((100% - var(--zs-gap)) / 2);
            max-width: none;
        }
    }

    /* ===== OTRA LIGA ===== */
    :root {
        --violet-1: #E76464;
        --teal-1: #4C8E86;
        --text: #111111;
        --muted: rgba(17, 17, 17, .70);
    }

    #zenith-otra-liga.zol {
        background: transparent;
        color: var(--text);
        padding: clamp(24px, 5vw, 56px) 0;
        position: relative;
        isolation: isolate;
    }

    #zenith-otra-liga.zol::before {
        content: "";
        position: absolute;
        inset: -10% -10% auto -10%;
        height: 55%;
        background: radial-gradient(800px 320px at 15% 0%, rgba(231, 100, 100, .16), transparent 60%),
            radial-gradient(800px 320px at 85% 0%, rgba(76, 142, 134, .16), transparent 60%);
        filter: blur(10px);
        pointer-events: none;
    }

    .zol-wrap {
        width: min(1100px, 92%);
        margin: 0 auto;
        text-align: center;
    }

    .zol-quote {
        margin: 0;
        font: 800 clamp(26px, 4.6vw, 48px)/1.08 "GFS Didot", serif;
        text-wrap: balance;
    }

    .zol-quote .zol-hi {
        position: relative;
        display: inline-block;
        padding: .03em .12em .14em;
        background: linear-gradient(90deg, rgba(231, 100, 100, .14), rgba(76, 142, 134, .14));
        border-radius: 8px;
    }

    .zol-quote .zol-hi::after {
        content: "";
        position: absolute;
        left: 8px;
        right: 8px;
        bottom: -6px;
        height: 6px;
        border-radius: 6px;
        background: linear-gradient(90deg, var(--violet-1), var(--teal-1));
        filter: drop-shadow(0 6px 22px rgba(0, 0, 0, .18));
    }

    .zol-sub {
        margin: .6rem auto 0;
        color: var(--muted);
        max-width: 58ch;
        font-size: clamp(14px, 2.2vw, 16px);
    }









    :root {
        --brand-prim: #F87C7C;
        --brand-dark: #34444B;
        --brand-gold: #AFC4C0;
        --brand-soft: #F6ECDB;
        --bg: #FFFFFF;
        --card: var(--brand-soft);
        --text: var(--brand-dark);
        --muted: rgba(52, 68, 75, .72);
        --turq: var(--brand-prim);
        --turq-2: var(--brand-gold);
        --line: rgba(52, 68, 75, .18);
        --glow: 0 0 .8rem rgba(248, 124, 124, .25), 0 0 2rem rgba(175, 196, 192, .15);
        --radius: 18px;
    }

    #zenith-testimonials.zt {
        position: relative;
        color: var(--text);
        background: transparent;
        padding: clamp(32px, 5vw, 72px) 0 18px;
        --frameH: 420px;
        --frameW: calc(var(--frameH) * .5625);
    }

    @media (min-width:600px) {
        #zenith-testimonials.zt {
            --frameH: 520px;
            --frameW: calc(var(--frameH) * .5625);
        }
    }

    @media (min-width:1024px) {
        #zenith-testimonials.zt {
            --frameH: 600px;
            --frameW: calc(var(--frameH) * .5625);
        }
    }

    .zt-head {
        width: min(1200px, 92%);
        margin: 0 auto 16px;
    }

    .zt-title {
        margin: 0 0 4px;
        font-size: clamp(1.1rem, 2.1vw, 1.6rem);
        color: var(--brand-dark);
    }

    .zt-sub {
        margin: .1rem 0 .8rem;
        color: var(--muted);
    }

    .zt-progress {
        display: flex;
        align-items: center;
        gap: .75rem;
    }

    .zt-progress__bar {
        flex: 1;
        height: 6px;
        background: rgba(52, 68, 75, .08);
        border-radius: 99px;
        position: relative;
    }

    .zt-progress__fill {
        position: absolute;
        inset: 0 auto 0 0;
        width: 0%;
        background: linear-gradient(90deg, var(--turq), var(--turq-2));
        border-radius: inherit;
        box-shadow: var(--glow);
    }

    .zt-dots {
        display: flex;
        gap: .4rem;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .zt-dots li {
        width: 12px;
        height: 12px;
        border-radius: 999px;
        background: radial-gradient(6px 6px at 50% 50%, var(--turq-2), var(--turq));
        opacity: .35;
        transition: opacity .2s ease, transform .2s ease;
    }

    .zt-dots li.is-active {
        opacity: 1;
        transform: scale(1.05);
    }

    .zt-viewport {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        outline: none;
        touch-action: pan-x pan-y;
        /* permite arrastre horizontal y vertical */
    }

    .zt-viewport::-webkit-scrollbar {
        display: none;
    }

    .zt-track {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        padding: 6px clamp(16px, 4vw, 36px) 14px;
        width: max-content;
    }

    .zt-item {
        scroll-snap-align: center;
        flex: 0 0 var(--frameW);
        width: var(--frameW);
        min-width: var(--frameW);
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .zt-frame {
        position: relative;
        width: var(--frameW);
        height: var(--frameH);
        border-radius: calc(var(--radius) + 2px);
        border: 1px solid rgba(52, 68, 75, .12);
        background: linear-gradient(180deg, rgba(246, 236, 219, .95), rgba(246, 236, 219, .90));
        overflow: hidden;
        box-shadow: 0 10px 30px -20px rgba(0, 0, 0, .15);
    }

    .zt-video,
    .zt-embed,
    .zt-img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: inherit;
        background: #000;
    }

    .zt-skel {
        position: absolute;
        inset: 0;
        background:
            linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, 0) 100%),
            #e6dccf;
        background-size: 300% 100%;
        animation: ztShine 1.4s infinite linear;
    }

    @keyframes ztShine {
        0% {
            background-position: 200% 0;
        }

        100% {
            background-position: -200% 0;
        }
    }


    .zt-nav {
        display: flex;
        justify-content: flex-end;
        gap: .5rem;
        width: min(1200px, 92%);
        margin: 12px auto 0;
    }

    .zr-btn {
        width: 42px;
        height: 42px;
        border-radius: 10px;
        border: 1px solid rgba(52, 68, 75, .18);
        background: linear-gradient(180deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, .35));
        color: var(--text);
        font-size: 1.4rem;
        line-height: 1;
        cursor: pointer;
        transition: transform .15s ease, border-color .2s ease, box-shadow .2s ease;
    }

    .zr-btn:hover {
        transform: translateY(-1px);
        border-color: rgba(52, 68, 75, .4);
        box-shadow: var(--glow);
    }

    @media (prefers-reduced-motion: reduce) {
        .zt-card {
            transition: none;
        }

        .zt-skel {
            animation: none;
        }
    }













    /* ===== Paleta Congela y Respira ===== */
    :root {
        --brand-prim: #F87C7C;
        --brand-sec: #F6ECDB;
        --brand-dark: #34444B;
        --brand-light: #efefef;
        --brand-gold: #AFC4C0;
        --ok: #22c55e;
        --no: #ef4444;
        --bg: transparent;
        --text: #34444B;
        --muted: rgba(52, 68, 75, .72);
        --line: rgba(52, 68, 75, .16);
        --card: rgba(246, 236, 219, .86);
        --item: rgba(255, 255, 255, .96);
        --accent: var(--brand-dark);
        --accent-2: var(--brand-prim);
        --radius: 18px;
        --glow: 0 6px 22px rgba(52, 68, 75, .10);
    }

    .zf {
        color: var(--text);
        background: var(--bg);
        padding: clamp(36px, 6vw, 72px) 0;
        font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
        position: relative;
    }

    .zf::before {
        content: none;
    }

    .zf-wrap {
        width: min(1100px, 92%);
        margin: 0 auto;
    }

    .zf-head {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 14px;
    }

    #zf-title {
        margin: 0;
        font-size: clamp(1.25rem, 2.8vw, 1.9rem);
        font-family: "Playfair Display", Georgia, serif;
        color: var(--brand-dark);
    }

    .zf-hint {
        display: none;
        color: var(--muted);
        margin: .25rem 0 0;
        font-size: .95rem;
    }

    .zf-toggle {
        display: flex;
        gap: 6px;
        background: rgba(255, 255, 255, .28);
        border: 1px solid var(--line);
        padding: 6px;
        border-radius: 12px;
        backdrop-filter: blur(6px);
    }

    .zf-tab {
        flex: 1;
        border: none;
        background: transparent;
        color: rgba(52, 68, 75, .72);
        font-weight: 700;
        padding: .5rem .75rem;
        border-radius: 10px;
        cursor: pointer;
    }

    .zf-tab.is-active {
        background: linear-gradient(90deg, var(--accent), var(--accent-2));
        color: #fff;
        box-shadow: var(--glow);
    }

    .zf-grid {
        display: grid;
        gap: 12px;
    }

    @media (min-width:900px) {
        .zf-toggle {
            display: none;
        }

        .zf-grid {
            grid-template-columns: 1fr 1fr;
        }
    }

    .zf-card {
        position: relative;
        background: var(--card);
        border: 1px solid var(--line);
        border-radius: var(--radius);
        padding: clamp(16px, 2.2vw, 24px);
        backdrop-filter: blur(10px);
        overflow: hidden;
        transition: transform .35s ease, border-color .2s ease, box-shadow .2s ease;
        box-shadow: 0 8px 26px rgba(0, 0, 0, .06);
    }

    .zf-card:hover {
        transform: translateY(-1px);
    }

    .zf-topline {
        position: absolute;
        left: -1px;
        right: -1px;
        top: -1px;
        height: 6px;
    }

    .zf-card--for .zf-topline {
        background: linear-gradient(90deg, var(--brand-gold), var(--brand-prim));
    }

    .zf-card--not .zf-topline {
        background: linear-gradient(90deg, var(--brand-gold), var(--brand-dark));
    }

    .zf-h3 {
        margin: .1rem 0 .6rem;
        font-size: clamp(1.05rem, 2.2vw, 1.35rem);
        font-family: "Playfair Display", Georgia, serif;
        color: var(--brand-dark);
    }

    .zf-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: .55rem;
    }

    .zf-list li {
        position: relative;
        padding: .75rem .9rem .75rem 2.4rem;
        border: 1px solid var(--line);
        border-radius: 12px;
        background: var(--item);
        line-height: 1.35;
        color: var(--text);
    }

    .zf-list li strong {
        color: var(--brand-dark);
    }

    .zf-dot {
        position: absolute;
        left: .7rem;
        top: 50%;
        transform: translateY(-50%);
        width: 22px;
        height: 22px;
        border-radius: 999px;
        display: inline-grid;
        place-items: center;
        font-weight: 900;
        color: #FFFFFF;
    }

    .zf-list--for .zf-dot {
        background: var(--ok);
        box-shadow: 0 0 0 2px rgba(34, 197, 94, .18);
    }

    .zf-list--not .zf-dot {
        background: var(--no);
        box-shadow: 0 0 0 2px rgba(239, 68, 68, .18);
    }

    .zf-list--for .zf-dot::before {
        content: "✓";
    }

    .zf-list--not .zf-dot::before {
        content: "✕";
    }

    .zf-card[hidden] {
        display: none !important;
    }

    /* ——— Mejora estética de los botones en móvil ——— */
    @media (max-width:899.98px) {
        .zf-head {
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 8px;
            margin-bottom: 16px;
        }

        #zf-title {
            max-width: 22ch;
            line-height: 1.15;
            margin-bottom: .1rem;
            text-wrap: balance;
        }

        .zf-hint {
            display: block;
        }

        .zf-toggle {
            margin-inline: 16px;
            padding-inline: 6px;
            width: auto;
            max-width: 520px;
        }

        .zf-tab {
            margin-inline: 2px;
            white-space: nowrap;
        }
    }

    @keyframes zfFadeUp {
        from {
            opacity: 0;
            transform: translateY(8px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    .zf-list li {
        opacity: 1;
        transform: none;
    }

    .zf-list.is-visible li {
        animation: zfFadeUp .45s ease both;
    }

    .zf-list.is-visible li:nth-child(2) {
        animation-delay: .06s;
    }

    .zf-list.is-visible li:nth-child(3) {
        animation-delay: .12s;
    }

    .zf-list.is-visible li:nth-child(4) {
        animation-delay: .18s;
    }

    @media (prefers-reduced-motion:reduce) {
        .zf-list.is-visible li {
            animation: none;
        }
    }












    /* ===== Paleta Congela y Respira ===== */
    :root {
        --brand-prim: #F87C7C;
        /* coral acción */
        --brand-dark: #34444B;
        /* azul gris autoridad */
        --brand-soft: #F6ECDB;
        /* beige base */
        --brand-mint: #AFC4C0;
        /* verde pastel confianza */

        --text: #34444B;
        /* texto alto contraste */
        --muted: rgba(52, 68, 75, .78);
        --line: rgba(52, 68, 75, .18);

        --card: rgba(255, 255, 255, .88);
        /* tarjeta translúcida */
        --item: rgba(255, 255, 255, .96);
        --radius: 18px;
        --glow: 0 8px 26px rgba(0, 0, 0, .06);
    }

    /* ===== Sección ===== */
    #DESPIERTA-route-pins.zr {
        color: var(--text);
        background: transparent;
        /* respeta el fondo de tu página */
        padding: clamp(42px, 6vw, 80px) 0 18px;
        position: relative;
    }

    #DESPIERTA-route-pins.zr::before {
        content: none;
    }

    /* Cabecera y progreso */
    .zr-head {
        width: min(1200px, 92%);
        margin: 0 auto 14px;
    }

    .zr-title {
        margin: 0 0 4px;
        font-size: clamp(1.15rem, 2.2vw, 1.6rem);
        color: var(--brand-dark);
    }

    .zr-sub {
        margin: .1rem 0 .8rem;
        color: var(--muted);
    }

    .zr-progress {
        display: flex;
        align-items: center;
        gap: .75rem;
    }

    .zr-progress__bar {
        flex: 1;
        height: 6px;
        border: 1px solid var(--line);
        background: linear-gradient(90deg, rgba(248, 124, 124, .18), rgba(175, 196, 192, .18));
        border-radius: 99px;
        position: relative;
        backdrop-filter: blur(6px);
        box-shadow: 0 4px 16px -10px rgba(52, 68, 75, .25);
        /* sombrita bajo la barra */
    }

    .zr-progress__fill {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 0%;
        background: linear-gradient(90deg, var(--brand-prim), var(--brand-mint));
        border-radius: inherit;
        box-shadow: 0 0 .8rem rgba(248, 124, 124, .35);
    }

    .zr-progress__dots {
        display: flex;
        gap: .4rem;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .zr-progress__dots li {
        width: 12px;
        height: 12px;
        border-radius: 999px;
        background: radial-gradient(6px 6px at 50% 50%, var(--brand-prim), var(--brand-mint));
        opacity: .38;
        transition: opacity .2s ease, transform .2s ease;
        box-shadow: 0 0 0 1px rgba(52, 68, 75, .10) inset;
    }

    .zr-progress__dots li.is-active {
        opacity: 1;
        transform: scale(1.05);
    }

    /* Viewport horizontal */
    .zr-viewport {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        outline: none;
        scrollbar-width: none;
    }

    .zr-viewport::-webkit-scrollbar {
        display: none;
    }

    .zr-canvas {
        position: relative;
        display: flex;
        align-items: flex-start;
        gap: clamp(28px, 4vw, 56px);
        padding: 120px clamp(24px, 4vw, 48px) 100px;
        /* espacio para curva y pines */
        min-height: 420px;
    }

    /* SVG path y montaña */
    .zr-path {
        position: absolute;
        left: 0;
        top: 0;
        pointer-events: none;
        z-index: 0;
    }

    .zr-bg {
        fill: url(#zrBGGrad);
        opacity: .85;
        filter: blur(0.2px);
    }

    .zr-path__line {
        fill: none;
        stroke: var(--line);
        stroke-width: 3;
        opacity: .95;
    }

    .zr-path__progress {
        fill: none;
        stroke: url(#zrGrad);
        stroke-width: 3.5;
        filter: url(#zrGlow);
        stroke-linecap: round;
    }

    /* Paso + pin + card */
    .zr-step {
        position: relative;
        min-width: min(90vw, 520px);
        scroll-snap-align: center;
        z-index: 1;
        /* por encima del path y la montaña */
    }

    @media (min-width: 1024px) {
        .zr-step {
            min-width: 520px;
        }
    }

    .zr-pin {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: calc(var(--pinY, 0px));
        width: 18px;
        height: 18px;
        border-radius: 999px;
        border: none;
        cursor: pointer;
        background: radial-gradient(8px 8px at 50% 50%, var(--brand-prim), var(--brand-mint));
        box-shadow: 0 0 .8rem rgba(248, 124, 124, .35);
    }

    .zr-step:nth-child(odd) {
        --pinY: -56px;
        margin-top: 0;
    }

    .zr-step:nth-child(even) {
        --pinY: 56px;
        margin-top: 36px;
    }

    /* Tarjeta */
    .zr-card {
        background: var(--card);
        border: 1px solid var(--line);
        border-radius: var(--radius);
        padding: clamp(16px, 2.2vw, 24px);
        backdrop-filter: blur(8px);
        transition: transform .35s ease, border-color .2s ease, box-shadow .2s ease;
        box-shadow: var(--glow);
    }

    .zr-step.is-active .zr-card {
        transform: translateY(-2px);
        border-color: rgba(52, 68, 75, .34);
        box-shadow: 0 0 0 1px rgba(52, 68, 75, .12), var(--glow);
    }

    .zr-kicker {
        display: block;
        color: rgba(52, 68, 75, .78);
        letter-spacing: .06em;
        text-transform: uppercase;
        font-size: .8rem;
        margin-bottom: .2rem;
    }

    .zr-h3 {
        margin: .15rem 0 .35rem;
        font-size: clamp(1.05rem, 2vw, 1.4rem);
        color: var(--brand-dark);
    }

    .zr-p {
        color: var(--muted);
        margin: .2rem 0 .1rem;
    }

    /* Thumb */
    .zr-thumb {
        width: min(160px, 35vw);
        aspect-ratio: 1/1;
        border-radius: 14px;
        overflow: hidden;
        border: 1px solid rgba(52, 68, 75, .18);
        margin: .1rem 0 .75rem;
        box-shadow: 0 10px 30px -20px rgba(0, 0, 0, .15);
    }

    .zr-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Botones de navegación */
    .zr-nav {
        display: flex;
        justify-content: flex-end;
        gap: .5rem;
        width: min(1200px, 92%);
        margin: 12px auto 0;
    }

    .zr-btn {
        width: 42px;
        height: 42px;
        border-radius: 10px;
        border: 1px solid rgba(52, 68, 75, .18);
        background: linear-gradient(180deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, .35));
        color: var(--text);
        font-size: 1.4rem;
        line-height: 1;
        cursor: pointer;
        transition: transform .15s ease, border-color .2s ease, box-shadow .2s ease;
        backdrop-filter: blur(6px);
    }

    .zr-btn:hover {
        transform: translateY(-1px);
        border-color: rgba(52, 68, 75, .40);
        box-shadow: var(--glow);
    }

    /* Accesibilidad motion */
    @media (prefers-reduced-motion: reduce) {
        .zr-card {
            transition: none
        }
    }







    :root {
        /* Paleta Congela y Respira — alto contraste */
        --brand-dark: #2B3A41;
        /* autoridad */
        --brand-prim: #F87C7C;
        /* coral */
        --brand-prim-deep: #E76464;
        /* coral profundo */
        --brand-soft: #F6ECDB;
        /* beige base */
        --brand-mint: #AFC4C0;
        /* menta */
        --brand-mint-deep: #6BA7A0;
        /* menta profunda */

        --card: var(--brand-soft);
        --text: #2B3A41;
        --muted: rgba(43, 58, 65, .78);
        --line: rgba(43, 58, 65, .18);
        --radius: 18px;

        --glow-soft: 0 10px 30px -20px rgba(0, 0, 0, .15);
        --glow-epic: 0 18px 50px -20px rgba(43, 58, 65, .35), 0 28px 90px -40px rgba(248, 124, 124, .22);
    }

    /* ===== Sección ===== */
    #zenith-faq.zf {
        color: var(--text);
        background: transparent;
        padding: clamp(42px, 6vw, 80px) 0 18px;
        position: relative;
    }

    #zenith-faq.zf::before {
        content: none;
    }

    /* Cabecera */
    .zf-head {
        width: min(1200px, 92%);
        margin: 0 auto;
    }

    /* Título coral→menta (más legible en blanco) */
    .zf-title {
        margin: 0 0 8px;
        font-size: clamp(1.6rem, 3.6vw, 2.4rem);
        line-height: 1.12;
        letter-spacing: .2px;
        background: linear-gradient(90deg,
                var(--brand-dark) 0%,
                var(--brand-prim-deep) 55%,
                var(--brand-mint-deep) 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        -webkit-text-stroke: .55px rgba(0, 0, 0, .18);
        text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
        position: relative;
        padding-bottom: .2rem;
    }

    .zf-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 84px;
        height: 6px;
        border-radius: 6px;
        background: linear-gradient(90deg, var(--brand-prim-deep), var(--brand-mint-deep));
        box-shadow: 0 6px 16px rgba(248, 124, 124, .30);
    }

    .zf-sub {
        margin: .2rem 1px 1rem;
        color: var(--muted);
    }

    /* ===== Herramientas ===== */
    .zf-tools {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 12px;
    }

    /* Buscador (mini) */
    .zf-search {
        position: relative;
        flex: 1 1 420px;
        min-width: min(100%, 260px);
    }

    .zf-search input {
        width: 100%;
        height: 40px;
        padding: 0 34px 0 12px;
        /* compacto */
        border-radius: 10px;
        border: 1px solid rgba(26, 26, 26, .12);
        background: linear-gradient(180deg, rgba(246, 236, 219, .98), rgba(246, 236, 219, .92));
        color: var(--text);
        font-size: .92rem;
        box-shadow: 0 0 0 1px rgba(26, 26, 26, .06) inset;
        transition: border-color .2s ease, box-shadow .2s ease;
    }

    .zf-search input::placeholder {
        color: rgba(26, 26, 26, .55)
    }

    .zf-search input:focus {
        outline: none;
        border-color: rgba(43, 58, 65, .5);
        box-shadow: 0 0 0 1px rgba(43, 58, 65, .25), var(--glow-epic);
    }

    /* Botón limpiar (ultra-compacto y centrado) */
    .zf-clear {
        position: absolute;
        right: 6px;
        top: 50%;
        transform: translateY(-50%);
        width: 22px !important;
        height: 22px !important;
        /* fijo */
        border-radius: 7px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 1px solid rgba(26, 26, 26, .12) !important;
        background: linear-gradient(180deg, rgba(26, 26, 26, .06), rgba(26, 26, 26, .02)) !important;
        color: var(--text) !important;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        box-sizing: border-box;
        -webkit-appearance: none;
        appearance: none;
    }

    /* Acciones: Expandir/Contraer (mini) */
    .zf-actions {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        align-items: center;
    }

    #zenith-faq .zr-btn {
        height: 26px !important;
        padding: 0 10px !important;
        /* MUY compacto */
        min-width: 0;
        width: auto;
        border-radius: 8px !important;
        border: 1px solid rgba(43, 58, 65, .16) !important;
        background: linear-gradient(180deg, rgba(255, 255, 255, .62), rgba(255, 255, 255, .42)) !important;
        color: var(--text) !important;
        font-size: .86rem !important;
        font-weight: 700;
        line-height: 1;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: transform .15s, border-color .2s, box-shadow .2s, background .2s;
        backdrop-filter: blur(3px);
        box-sizing: border-box;
    }

    #zenith-faq .zr-btn:hover {
        transform: translateY(-1px);
        border-color: rgba(43, 58, 65, .40);
        background: linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .48));
        box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
    }

    /* ===== Progreso y meta ===== */
    .zf-progress {
        display: flex;
        align-items: center;
        gap: .65rem;
        margin: 6px 0 12px;
    }

    .zf-progress__bar {
        flex: 1;
        height: 6px;
        background: rgba(255, 255, 255, .75);
        border: 1px solid var(--line);
        border-radius: 999px;
        position: relative;
        overflow: hidden;
        backdrop-filter: blur(6px);
    }

    .zf-progress__fill {
        position: absolute;
        inset: 0 auto 0 0;
        width: 0%;
        background: linear-gradient(90deg, var(--brand-prim-deep), var(--brand-mint-deep));
        border-radius: inherit;
        box-shadow: 0 0 12px rgba(248, 124, 124, .25);
    }

    .zf-meta {
        display: flex;
        gap: 10px;
        color: var(--muted);
        font-size: .9rem;
    }

    /* ===== Lista FAQ ===== */
    .zf-list {
        width: min(1200px, 92%);
        margin: 0 auto;
        display: grid;
        gap: 10px;
    }

    /* Item */
    .zf-item {
        border: 1px solid rgba(26, 26, 26, .12);
        border-radius: var(--radius);
        background: linear-gradient(180deg, rgba(246, 236, 219, .98), rgba(246, 236, 219, .95));
        box-shadow: var(--glow-soft), var(--glow-epic);
        overflow: hidden;
    }

    /* Summary (pregunta) — compacto */
    .zf-q {
        list-style: none;
        cursor: pointer;
        user-select: none;
        display: grid;
        grid-template-columns: auto 1fr auto auto;
        align-items: center;
        gap: 6px;
        padding: 10px 10px;
    }

    .zf-item>.zf-q::-webkit-details-marker {
        display: none;
    }

    /* Nº pill (mini) */
    .zf-num {
        width: 22px;
        height: 22px;
        border-radius: 999px;
        display: grid;
        place-items: center;
        font-size: .82rem;
        color: #fff;
        font-weight: 800;
        background: radial-gradient(8px 8px at 50% 50%, var(--brand-prim-deep), var(--brand-mint-deep));
        box-shadow: 0 0 0 1px rgba(255, 255, 255, .18), 0 4px 12px rgba(43, 58, 65, .20);
    }

    /* Texto de la pregunta */
    .zf-ask {
        font-size: clamp(1rem, 1.8vw, 1.12rem);
        color: var(--text);
    }

    /* Icono flecha (mini + centrado) */
    .zf-icons {
        opacity: .85;
        transition: transform .2s ease, opacity .2s ease;
        display: inline-grid;
        place-items: center;
        width: 18px;
        height: 18px;
        /* más pequeño aún */
    }

    /* Botón de enlace al item (forzamos tamaño fijo) */
    .zf-link {
        width: 22px !important;
        height: 22px !important;
        /* fijo, no “pill” */
        border-radius: 7px !important;
        padding: 0 !important;
        margin-left: 6px !important;
        border: 1px solid rgba(26, 26, 26, .12) !important;
        background: linear-gradient(180deg, rgba(26, 26, 26, .06), rgba(26, 26, 26, .02)) !important;
        color: var(--text) !important;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        box-sizing: border-box;
        -webkit-appearance: none;
        appearance: none;
    }

    /* Focus y estado abierto */
    .zf-q:focus-visible {
        outline: 2px solid rgba(43, 58, 65, .45);
        outline-offset: 2px;
    }

    .zf-item[open] .zf-icons {
        transform: rotate(180deg);
        opacity: .95;
    }

    /* Panel (respuesta) */
    .zf-panel {
        display: grid;
        grid-template-rows: 0fr;
        transition: grid-template-rows .28s ease;
    }

    .zf-item[open] .zf-panel {
        grid-template-rows: 1fr;
    }

    .zf-a {
        overflow: hidden;
    }

    .zf-a p {
        margin: 0 10px 12px;
        color: var(--muted);
    }

    /* Estados de búsqueda */
    .zf-item.is-dim {
        opacity: .42;
        filter: saturate(.92);
    }

    .zf-item.is-hit {
        border-color: rgba(248, 124, 124, .45);
        box-shadow: 0 0 0 1px rgba(248, 124, 124, .22), var(--glow-epic);
    }

    /* Motion */
    @media (prefers-reduced-motion: reduce) {

        .zf-panel,
        .zf-icons,
        #zenith-faq .zr-btn {
            transition: none
        }
    }

    @media (max-width: 480px) {
        .zf-q {
            padding: 10px 8px
        }
    }




    /* ==== Ajuste ultra sutil: garantía por contrato ==== */
    /* Mantiene estilo "pill", pero más discreto que el principal */
    .zh-assure .chip--legal {
        font-weight: 800;
        font-size: clamp(.76rem, 2.1vw, .92rem);
        padding: .28rem .58rem;
        /* ligeramente más compacto */
        box-shadow: none;
        /* quitamos el "brillo" comercial */
        opacity: .86;
        letter-spacing: .01em;
    }

    /* Reduce un poco la intensidad del teal SOLO en el chip legal */
    .zh-assure .chip--legal.chip--teal {
        background: linear-gradient(180deg, rgba(75, 142, 134, .14), rgba(75, 142, 134, .06));
        border: 1px solid rgba(75, 142, 134, .34);
        color: var(--muted);
    }

    .zh-assure .chip--legal::after {
        content: " ⓘ";
        opacity: .55;
        font-size: .95em;
    }

    #zenith-faq .zf-legal {
        margin: 1.1rem 0 0;
        font-size: clamp(.78rem, 2vw, .86rem);
        line-height: 1.35;
        color: var(--muted);
        text-align: center;
        opacity: .80;
    }

    .zenith-micro .micro-line strong {
        font-weight: 600;
        color: var(--muted);
    }/* End custom CSS */